.open-slide-drawer {
    cursor: pointer;
}
/*  f-slide-drawer CSS Open */
.f-slide-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg ,hsla(0,0%,84.7%,.5),hsla(0,0%,84.7%,.5));
    z-index: 11111;
}
.f-slide-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    max-width: 700px;
    width: 550px;
    z-index: 111111;
    display: none;
}
.f-slide-drawer.open {
    display: flex !important;
}
.f-slide-drawer-inner {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.f-drawer-header {
    color: #757575;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 16px;
    position: relative;
    margin-left: -16px;

    display: flex;
    align-items: center;
}
.icon-size-24 {
    width: 24px;
    height: 24px;
}

.f-drawer-header .icon-size-24 {
    padding: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    opacity: .77;
}
.f-drawer-header .icon-size-24 svg {
    fill: #757575;
}
.f-drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 8px 34px 16px 34px !important;
}
.f-drawer-body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #757575;
    line-height: 22px;
}
.f-drawer-footer {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 20%);
    padding: 16px;
    position: relative;
    z-index: 1;
}

.f-drawer-footer .f-cm_button_action {
    background-color: #fff;
    border-color: #ccc !important;
    font-family: Montserrat, sans-serif!important;
    color: #0093ee!important;
    line-height: 18px!important;
    font-weight: 600!important;
    padding: 7px 23px!important;
    height: 44px!important;
    font-size: 14px;
    border: 1px solid;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
}

.f-accordion-header {
    cursor: pointer;
    font-family: Montserrat,sans-serif!important;
    color: #757575;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    align-items: center;
    /* margin-bottom: 12px; */
    padding: 7px 24px 7px 0px;
    position: relative;
    user-select: none;
}
.f-accordion-header:after {
    content: '';
    background: url(navigate_before.svg) no-repeat;
    background-size: 30px 30px;
    display: inline-block;
    width: 24px;
    height: 24px;
    opacity: .45;
    
    position: absolute;
    right: 0;
    background-size: 24px 24px;
    background-position: 0px 2px;
    transform: rotate( 355deg);
}
.accordion-wrap {
    /* margin-bottom: 24px; */
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
    padding: 16px;
}
.accordion-wrap.accordion-hide .f-accordion-header:after {
    transform: rotate(270deg);
    background-position: 2px -4px;
}
.accordion-wrap.accordion-hide .f-card-style {
    display: none;
}
.f-overflow-hidden {
    overflow: hidden;
}
.f-close-button {
    width: 24px;
    height: 24px;
    background: url(close-icon.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: .54;
}
/* end of f-slide-drawer CSS */

.f-card-style {
    /* background-color: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 12%);
    margin-bottom: 16px;
    padding: 16px; */
    padding-top: 16px;
    padding-bottom: 16px; 
}

  
.accordion-wrap.accordion-hide.fixed-bottom-postion {
    position: sticky;
    bottom: -16px;
}


.f-section-title {
    font-family: Montserrat,sans-serif!important;
    color: #757575;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    align-items: center;
    position: relative;
    user-select: none;
    padding: 0 8px;
}