main{
    z-index: 5!important;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input,
select,
textarea {
    -webkit-tap-highlight-color: rgba(201, 224, 253, 0.8);
}
.login_hero {
    height: 550px;
    background-attachment:scroll;
    background-position: 0px 0px;
    background-size:cover;
    background-repeat: no-repeat;
    position: relative;
}
.login_hero .container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.login_hero .container h1{
   margin: 0;
    margin-top: 80px;
    text-align: center;
}

.login_section .woocommerce-privacy-policy-text,
.login_section .owp-account-links{
    display: none;
}
.cus_resetpassform_section  .container .column-2{
    align-items: center;
    justify-content: center;
}
#cus_resetpassform_section .content {
    padding: 30px 70px 60px 70px;
}
.login_section .column-2 .col .content{
    background: var(--white80);
    border-radius: 8px ;
    padding: 60px 70px;
    height: 100%;
}
#cus_lostpasswordform_section .content {
    padding: 35px 70px 60px 70px;
}
.login_section .column-2 .col.register h3{
    margin-bottom: 83px;
}
.login_section .column-2 .col.log_in h3{
    margin-bottom: 3px;
}
.login_section .cus_lostpasswordform_section{
    opacity: 0;
    z-index: -99;
    pointer-events: none;
    position: fixed;
    top: 0;
    z-index: 9999999;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    background: rgba(30,41,55,0.5);
}
.login_section .cus_lostpasswordform_section.open{
    opacity: 1;
    z-index: 99;
    pointer-events: auto;
}
.login_section .cus_lostpasswordform_section .container{
   height: 100%;
}
.login_section .cus_lostpasswordform_section .container .column-2{
    align-items: center;
    justify-content: center;
    height: 100%;
}
.login_section .cus_resetpassform_section .column-2 .col h3,
.login_section .cus_lostpasswordform_section .column-2 .col h3{
    padding-bottom: 30px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.login_section .cus_resetpassform_section .column-2 .col h6,
.login_section .cus_lostpasswordform_section .column-2 .col h6{
    font-family: var(--font-BasisGrotesquePro-Light);
    color: var(--white40);
    padding-top: 30px;
    border-top: 1px solid var(--white60);
    margin-bottom: 30px;
    font-weight: 200;
    padding-left: 15px;
    padding-right: 15px;

}
.login_section .cus_lostpasswordform_section .column-2 .col h6 {
    padding-top: 30px;
    margin-bottom: 30px;
    font-family: var(--font-BasisGrotesquePro-Light);
    color: var(--grey-light);
    font-weight: 300;
    line-height: 16px;
}
.login_section .column-2 .col .content .password_info{
    font-family:  var(--font-Basisgrotesquepro);
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: var(--white40);
    margin-top: 70px;
    text-align: center;
    margin-bottom: 17px;
}
body.page main#main input:not([type=checkbox]):not([type=radio]),
body.page main#main select,
body.page main#main .select2-selection,
.login_section .column-2 .col .content input:not([type=checkbox]):not([type=radio]){
    height: 40px;
    width: 100%;
    background: var(--white);
    border: 1px solid var(--white60);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 0 13px;
    font-family: var(--font-Basisgrotesquepro);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: var(--grey-dark);
}

.login_section .column-2 .col .content input:not([type=checkbox]):not([type=radio]):not(.has_error_cus):not(:placeholder-shown) {
    border: 1px solid var(--white60)!important;
}
.login_section .column-2 .col .content input:not([type=checkbox]):not([type=radio]):not(.has_error_cus):focus {
    border: 1px solid var(--grey-light)!important;
}
.login_section .column-2 .col .content input:not([type=checkbox]):not([type=radio]):not(.has_error_cus):valid {
    border: 1px solid var(--white60)!important;
}
.login_section .column-2 .col .content input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
    text-transform: capitalize;
    color: #515B6E;
    font-family: var(--font-BasisGrotesquePro-Light);
}
.login_section .column-2 .col .content input:not([type=checkbox]):not([type=radio]):-moz-placeholder {
    text-transform: capitalize;
    color: #515B6E;
    font-family: var(--font-BasisGrotesquePro-Light);
}
.login_section .column-2 .col .content input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
    text-transform: capitalize;
    color: #515B6E;
    font-family: var(--font-BasisGrotesquePro-Light);
}
.login_section .column-2 .col .content input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
    text-transform: capitalize;
    color: #515B6E;
    font-family: var(--font-BasisGrotesquePro-Light);
}

.login_section .column-2 .col .content form p:not(.error){
    /*margin-bottom: 30px!important;*/
    position: relative;
}
.login_section .column-2 .col.log_in  .content form .column-2  {
    align-items: center;
    margin-bottom: 30px!important;

}
.login_section .column-2 .col.log_in  .content form .column-2 .lost_password {
    text-align: right;
    margin-bottom: 0!important;
}

body.page main#main  form label,
.login_section .column-2 .col  .content form label,
#cus_lostpasswordform_section  .container form label,
.login_section .column-2 .col.log_in  .content form .column-2 .lost_password a{
    font-family: var(--font-Basisgrotesquepro);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: var(--grey-light);
    text-decoration: underline;
}

body.page main#main  form label,
#cus_lostpasswordform_section  .container form label,
.login_section .column-2 .col  .content form label{
    font-weight: 300;
    text-decoration: none;
}

.login_section  .container  button.close{
    display: none!important;
}
.login_section  .container  button.close.show{
    display: block!important;
}
.login_section  .container  button.close,
.login_section  .container  a.btn{
    width: 100%;
}
.login_section  .container  .box {
    position: relative;
}
.login_section  .container  .box button.close{
    width: 40px;
    height: 40px;
    display: block!important;
    position: absolute;
    right: 0;
    border-radius: 50%;
    border: 1px solid var(--white60);
    background: var(--white);
}
.login_section  .container  .box button.close span{
    position: relative;
}
.login_section  .container  .box button.close span:before,
 .login_section  .container  .box button.close span:after{
    content: "";
    width: 17px;
    height: 2px;
    background-color: var(--grey-dark);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%) rotate(
            45deg);
 }
#cus_lostpasswordform_section .content .box h6,
#cus_lostpasswordform_section .content .box h3 {
    padding-left: 15px;
    padding-right: 15px;
}
.login_section  .container  .box button.close span:after{
    transform: translate(-50% , -50%) rotate(-45deg);
}
body.page main#main  form button,
#cus_lostpasswordform_section  .container form button,
.login_section .column-2 .col  .content form button{
    width: 100%;
    /*margin-top: 30px;*/
    min-width: 160px;
    height: 50px;
    display: inline-block;
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0px;
    text-decoration: none;
    vertical-align: middle;
    text-transform: capitalize;
    border-radius: 25px;
    border: 1px solid white;
    padding: 17px 20px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: var(--white);
    background: var(--grey-dark);
    border-color: var(--grey-dark);
}
body.page main#main  form button:hover ,
#cus_lostpasswordform_section  .container form button:hover ,
.login_section .column-2 .col  .content form button:hover {
    color: var(--white);
    background: var(--grey-light);
}

body.page main#main  form input[type=checkbox],
body.page main#main  form input[type=radio],
#cus_lostpasswordform_section  .container form input[type=checkbox],
.login_section .column-2 .col  .content form input[type=checkbox],
.login_section .column-2 .col  .content form input[type=radio]{
    display: none;
}
body.page main#main  form  input[type=checkbox] + span,
body.page main#main  form  input[type=radio] + span,
#cus_lostpasswordform_section  .container form  input[type=checkbox] + span,
.login_section .column-2 .col  .content form  input[type=checkbox] + span,
.login_section .column-2 .col  .content form  input[type=radio] + span{
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 60px;
    min-height: 40px;
}
.login_section .column-2 .col  .content form  input[type=checkbox] + span {
    font-family: var(--font-BasisGrotesquePro-Light);
}
body.page main#main form  input[type=checkbox] + span:before,
body.page main#main form  input[type=radio] + span:before,
#cus_lostpasswordform_section  .container form  input[type=checkbox] + span:before,
.login_section .column-2 .col  .content form  input[type=checkbox] + span:before,
.login_section .column-2 .col  .content form  input[type=radio] + span:before{
    content: "";
    width: 40px;
    height: 40px;
    border: 1px solid var(--white60);
    background-color: var(--white);
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
}
/*.login_section .column-2 .col  .content form #receive_newsletter_field input[type=checkbox] + span:before{*/
/*    width: 52px;*/
/*}*/
body.page main#main form  input[type=radio] + span:before ,
.login_section .column-2 .col  .content form  input[type=radio] + span:before {
    border-radius: 50%;
}
body.page main#main form  input[type=checkbox] + span:after,
#cus_lostpasswordform_section  .container form  input[type=checkbox] + span:after,
.login_section .column-2 .col  .content form  input[type=checkbox] + span:after,
.login_section .column-2 .col  .content form  input[type=radio] + span:after{
    display: none;
}
body.page main#main form  input[type=checkbox]:checked + span:after,
body.page main#main form  input[type=radio]:checked + span:after,
#cus_lostpasswordform_section  .container form  input[type=checkbox]:checked + span:after,
.login_section .column-2 .col  .content form  input[type=checkbox]:checked + span:after,
.login_section .column-2 .col  .content form  input[type=radio]:checked + span:after{
    font-size: 15px;
    content: '';
    background-image: url("/wp-content/themes/oceanwp-child/assets/img/Checkmark.svg");
    width: 40px;
    height: 40px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    color: var(--black);
    left: 0;
    top: 0;
    display: block!important;

}
body.page main#main  form .optional,
.login_section .column-2 .col  .content .optional{
    display: none;
}
.login_section   .reg_or_login{
    display: none;
}
.show_pass{
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
    color: var(--white40);
    position: absolute;
    right: 13px;
    top: 40px;
    z-index: 9;
    /*transform: translateY(-50%);*/
    cursor: pointer;
}

@media (max-width: 1100px) {
    .login_section .column-2 .col .content{
        padding: 30px;
    }
}
@media (max-width: 992px) {
    .login_section .container>.column-2>.col {
        width: 100%;
        margin-bottom: 0px!important;
    }
    .login_section   .register_section {
        display: none;
    }
    .login_section   .reg_or_login {
       display: flex;
        margin: 0;
    }
    .login_section   .reg_or_login .col{
        background-color: var(--white60);
        padding: 0;
    }
    .login_section   .reg_or_login .col.active{
        background-color: var(--white80);
    }
    .login_section   .reg_or_login h3{
        padding: 20px ;
        margin: 0;
        cursor: pointer;
    }
    .login_section .cus_resetpassform_section,
    .login_section   .login{

        margin: 0;
    }
    .login_section   .container{
        padding: 0px ;
        margin: 0;
    }
    .login_section .cus_lostpasswordform_section  .container{
        padding: 20px ;
    }
    .login_section .column-2 .col .content {
        padding-bottom: 50px;
    }
    .login_section   .login .content h3{
        display: none;
    }
    .login_section   .login .content h6{
        margin-bottom: 30px;
    }
    .login_section .cus_lostpasswordform_section  .container .content h3{
        display: block;
        font-size: 34px;
        line-height: 52px;
    }
    .login_section .cus_resetpassform_section .column-2 {
        padding: 20px;
    }

}
@media (max-width: 767px) {
    .login_hero {
        height: 440px;
    }
    .login_hero .container h1{
        font-size: 34px;
        line-height: 52px;
    }
    .login_section   .reg_or_login h3{
        font-size: 12px;
        line-height: 18px;
    }
    .login_section   .reg_or_login .col{
        width: 50% !important;
        margin-bottom: 0!important;
    }
    .login_section   form .column-2 .col{
        width: 50% !important;
        margin-bottom: 0!important;
    }
    .login_section   form .column-2 .col:first-child{
       padding-right: 10px;
    }
    .login_section   form .column-2 .col:last-child{
        padding-left: 10px;
    }
    .login_section .column-2 .col .content{
        padding: 20px;
        padding-bottom: 50px;
    }
    .login_section .cus_lostpasswordform_section  .container .content {
        padding-bottom: 40px;
    }
    .login_section .column-2 .col.register_section  .content{
       padding-top: 50px;
    }
    .login_section .column-2 .col .content .password_info{
        margin-top: 45px;
        text-align: left;
    }
    #cus_lostpasswordform_section .content {
        padding: 35px 20px 30px 20px;
    }
}


/*My Account*/

.woocommerce-account footer ,
.woocommerce-account #wrap {
    background-color: rgba(245, 246, 247,0.5) !important;

}
.woocommerce-account #main  {
    margin-top: 80px!important;
    /*background-color: rgba(245, 246, 247,0.5) !important;*/
}
.woocommerce-account #main #content-wrap.container {
    padding-top: 0;
    padding-bottom: 0;
    /*max-width: 1365px;*/
}

.woocommerce-account .single-page-article .woocommerce{
    display: flex;
    flex-direction: row-reverse;
}
.woocommerce-account .single-page-article .woocommerce .woocommerce-MyAccount-tabs{
    margin-right: 0;
    margin-left: 0;
    padding-top: 90px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 60px;
    background-color: var(--white);
    width: 390px;
}
.woocommerce-account .single-page-article .woocommerce .woocommerce-MyAccount-content{
    width: calc(100% - 390px);
    padding-top: 60px;
    padding-right: 110px;
    padding-bottom: 90px;
}
.woocommerce-account .single-page-article .woocommerce .woocommerce-MyAccount-tabs .woocommerce-MyAccount-navigation a:before,
.woocommerce-account .single-page-article .woocommerce .woocommerce-MyAccount-tabs .oceanwp-user-profile{
   display: none;
}
.woocommerce-account .single-page-article .woocommerce .woocommerce-MyAccount-tabs .woocommerce-MyAccount-navigation ul{
    border-top: none;
}
.woocommerce-account .single-page-article .woocommerce .woocommerce-MyAccount-tabs .woocommerce-MyAccount-navigation a{
    font-family: var(--font-Basisgrotesquepro);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-light);
}
.woocommerce-account .single-page-article .woocommerce .woocommerce-MyAccount-tabs .woocommerce-MyAccount-navigation .is-active a{
    font-weight: 700;
}
.woocommerce-account .single-page-article .woocommerce-info {
    font-family: var(--font-Basisgrotesquepro);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: var(--grey-light);
    text-transform: none;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.woocommerce-account .single-page-article .woocommerce-info:before {
    display: none;
}
.woocommerce-account .single-page-article .woocommerce-info a.btn {
    margin-top: 70px;
    display: block!important;
    float: none;
    max-width: 180px;
    text-transform: capitalize;
}

body.page main#main .woocommerce form .form-row-first,
body.page main#main .woocommerce form .form-row-last{
    width: 100%;

}
body.page main#main  .select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    padding: 0;
}
body.page main#main  .select2-container--default .select2-selection.select2-selection--single {
    position: relative;
}
body.page main#main  .select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow{
    width: 24px;
    height: 24px;
    background-image: url("/wp-content/themes/oceanwp-child/assets/img/arrow-down-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
}
body.page main#main  .select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow b{
    display: none;
}
body.page.woocommerce-account main#main  .woocommerce-address-fields__field-wrapper{
    background-color: var(--white);
    padding: 50px;
    padding-top: 25px;
    margin-bottom: 60px;
    border-radius: 8px;
    border: 1px solid var(--white60);
}
body.page.woocommerce-account main#main  .woocommerce-address-fields__field-wrapper h3{
  padding-bottom: 25px;
    /*border-bottom: 1px solid var(--white60);*/
    margin-bottom: 40px;
    position: relative;
}
body.page.woocommerce-account main#main  .woocommerce-address-fields__field-wrapper h3:after{
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    height: 1px;
    width: calc(100% + 100px);
    left: -50px;
    background-color: var(--white60);
}
body.page.woocommerce-account main#main  .woocommerce-address-fields__field-wrapper .select2-container,
body.page.woocommerce-account main#main  .woocommerce-address-fields__field-wrapper select,
body.page.woocommerce-account main#main  .woocommerce-address-fields__field-wrapper input{
   max-width: 445px;
}
body.page.woocommerce-account main#main  .woocommerce-MyAccount-content .button{
   max-width: 205px;
    /*margin-left: 50px;*/
}
body.woocommerce-edit-address.page.woocommerce-account main#main  .woocommerce-MyAccount-content .button{
    margin-left: 50px;
}
body.page.woocommerce-account main#main  .woocommerce-MyAccount-content .edit_account .button{
    max-width: 100%;
    margin-left: 0;
}
body.page.woocommerce-account main#main  .edit_account form{
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--white60);
}
body.page.woocommerce-account main#main  .edit_account form>div{
    padding: 20px;
    padding-bottom: 60px;
}
body.page.woocommerce-account main#main  .edit_account .reset_password form>div {
    padding-top: 0;
}
body.page.woocommerce-account main#main  .edit_account form label{
    padding-left: 15px;
    font-size: 10px;
    line-height: 15px;
    color: var(--grey-light);
    display: block;
}
body.page.woocommerce-account main#main  .edit_account form legend{
   padding: 18px 35px;
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-dark);
    background-color: var(--white60);
    margin-bottom: 10px;
}
body.page.woocommerce-account main#main  .edit_account .info form legend{
    margin-bottom: -10px;
}
body.page.woocommerce-account main#main  .edit_account .password_info{
    font-family: var(--font-Basisgrotesquepro);
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    padding-left: 15px;
    color: var(--white40);
    margin-bottom: 10px;
    margin-top: 35px;
}
body.page.woocommerce-account main#main  .edit_account form p{
  padding: 0;
}
/*body.page.woocommerce-account main#main  .edit_account .reset_password form p.form-row-wide {*/
/*    margin-bottom: 30px!important;*/
/*}*/
body.page.woocommerce-account main#main  .edit_account form>p {
    padding: 0 20px;
}
body.page.woocommerce-account main#main  .edit_account form #receive_newsletter_field,
body.page.woocommerce-account main#main  .edit_account .reset_password form .billing_phone_input{
   display: none;
}
body.page.woocommerce-account main#main  form button.success{
   background-color: #8EA786;
    border-color: #8EA786;
    font-size: 0;
    background-image: url("/wp-content/themes/oceanwp-child/assets/img/checkmark-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}
body.page.woocommerce-account main#main  table{
    border: 1px solid var(--white60);
    border-radius: 8px ;

}
body.page.woocommerce-account main#main  table.shop_table thead{
   background-color: var(--white60);
    border-radius: 8px 8px 0px 0px;

}
body.page.woocommerce-account main#main  table.shop_table thead th span{
    font-family: var(--font-Basisgrotesquepro);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--grey-dark);
    text-transform: capitalize;

}
body.page.woocommerce-account main#main  table.shop_table tbody td {
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: var(--grey-light);
    border-color: var(--white60);

}
body.page.woocommerce-account main#main  table.shop_table tbody td .btn {
    display: flex!important;
    align-items: center;
    max-width: 160px;
    text-align: center;
    justify-content: center;

}
.error{
    font-size: 14px;
    line-height: 19px;
    padding-top: 3px;
    padding-left: 7px;
    color: red;
}
@media (max-width: 767px) {
    body.page.woocommerce-account main#main  .woocommerce-address-fields__field-wrapper{
        padding: 20px;
    }
}
.cus_attributes br:first-child{
    display: none;
}
.product-inner .cus_attributes {
    padding-left: 20px;
    font-size: 0;
}
.attributes_image{
    border-radius: 50%;
    width: 60px;
    max-width: none;
    height: 60px;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    padding: 2px;
    border: 1px solid transparent;
}
/*
.attributes_image:first-child{
    margin-left: 0!important;
}*/
.attributes_image:hover,
.attributes_image.active{
    border-color:#1E2937;
}
.products_sections .attributes_image,
.product-inner .attributes_image{
    width: 26px;
    height: 26px;
    margin-left: 6px;
    margin-bottom: 0;
    padding: 2px;
    border-width: 1px;
}
.products_sections .mobile_attributes{
    display: none;
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 300;
    font-size: 8px;
    line-height: 15px!important;
    color: var(--grey-light);
}
.woocommerce  .product-inner ul  .color_name ul{
   margin: 0;
    padding: 0 20px;
    list-style: none;
}
.woocommerce  .product-inner ul  .color_name ul li{
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 300;
    font-size: 12px;
    line-height: 15px!important;
    color: var(--grey-light);
}
.woocommerce  .product-inner ul  .title{
  margin-bottom: 0!important;
}
.woocommerce  .product-inner ul  .title h2{
  margin-bottom: 0;
}
table.variations{
    display: none;
}

/*Product Page*/
.cus_shop {
  /*padding-top: 120px;*/
    background-color: rgba(245,246,247,1);;
    padding-bottom: 165px!important;
    margin-bottom: 70px;
}
.page-id-193 .cus_shop {
    background-color: rgba(245,246,247,1);
}
 .cus_shop {
    background-color: rgba(245,246,247,1);
}
.cus_shop .container{
    max-width: 2500px;
    padding: 0 80px;
    position: relative;
}
.cus_shop .container>.flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
}
.cus_shop .container .products_sections .products{
    margin: 0 -12.5px;
}
.cus_shop .container .products_sections .products .item  {

    padding: 0 12.5px;
}
.cus_shop .container>.flex .mobile_filter{
 display: none;
}

.cus_shop .container>.flex .filters_sections{
   width:294px ;
    padding: 0 15px;
}
.cus_shop .container>.flex .filters_sections .selected_filters{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right:-5px ;
    margin-left: -5px;
    margin-bottom: 20px;
    /*display: none;*/
}

.cus_shop .container>.flex .filters_sections .selected_filters .item{
    padding: 0 5px;
    padding-bottom: 10px;

}
.cus_shop .container>.flex .filters_sections .selected_filters .item div{
    padding: 6px 10px;
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 300;
    font-size: 12px;
    line-height: 15px!important;
    color: var(--grey-light);
    border-radius: 14px;
    border: 1px solid var(--grey-light);
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: 23px;
    text-transform: capitalize;
}
.cus_shop .container>.flex .filters_sections .selected_filters .item div:before,
.cus_shop .container>.flex .filters_sections .selected_filters .item div:after{
    content: "";
    width: 8px;
    height: 1px;
    background: var(--grey-dark);
    display: block;
    position: absolute;
    top: 13px;
    right: 8px;
    border-radius: 3px;
    transform: rotate(45deg);
}
body.home .textandbutton p {
    color: #1E2937;
    line-height: 69px;
}
.cus_shop .container>.flex .filters_sections .selected_filters .item div:after{
    transform: rotate(-45deg);
}
.cus_shop .container>.flex .filters_sections .selected_filters .item div span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}

.cus_shop .container>.flex  .for_desktop.selected_filters{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*margin-bottom: 20px;*/
    /*display: none;*/
    margin-left: 15px;
    position: relative;
    top: -25px;
    left: 295px;
    width: 100%;
    display: none;
}
.cus_shop .container>.flex  .for_desktop.selected_filters .item{
    padding: 0 5px;
    padding-bottom: 10px;

}
.cus_shop .container>.flex  .for_desktop.selected_filters .item div{
    padding: 6px 10px;
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 300;
    font-size: 12px;
    line-height: 15px!important;
    color: var(--grey-light);
    border-radius: 14px;
    border: 1px solid var(--grey-light);
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-right: 23px;
    text-transform: capitalize;
}
.cus_shop .container>.flex  .for_desktop.selected_filters .item div:before,
.cus_shop .container>.flex  .for_desktop.selected_filters .item div:after{
    content: "";
    width: 8px;
    height: 1px;
    background: var(--grey-dark);
    display: block;
    position: absolute;
    top: 13px;
    right: 8px;
    border-radius: 3px;
    transform: rotate(45deg);
}

.cus_shop .container>.flex  .for_desktop.selected_filters .item div:after{
    transform: rotate(-45deg);
}
.cus_shop .container>.flex  .for_desktop.selected_filters .item div span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}
.cus_shop .container>.flex  h4.product_count{
    color: var(--grey-dark);
    padding:  0;
    border-top: none;
    border-bottom:none;
    margin-bottom: 4px;
}
.page-id-193 .cus_shop .container>.flex .filters_sections h4.product_count{
   padding:  0;
    border-top: none;
    border-bottom:none;
    margin-bottom: 4px;
}
.cus_shop .container>.flex .filters_sections .view_all{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--white60);
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 13px 20px;
    background-color: var(--white);

}
.cus_shop .container>.flex .filters_sections .view_all h5,
.cus_shop .container>.flex .filters_sections .filter_by{
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px!important;
    color:var(--grey-dark);
    margin-bottom: 15px;
}
.cus_shop .container>.flex .filters_sections .view_all h5{
    margin-bottom: 0;
    font-weight: 400;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--white40);
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -1px;
    bottom: -1px;
    background-color: var(--white);
    border: 1px solid var(--white40);
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
}

input:checked + .switch_slider {
    background-color: var(--grey-dark);
    border-color: var(--grey-dark);
}

input:focus + .switch_slider {
    box-shadow: 0 0 1px var(--grey-dark);
}

input:checked + .switch_slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.switch_slider.round {
    border-radius: 34px;
}

.switch_slider.round:before {
    border-radius: 50%;
}
[data-slug=White] span{
background-color: #fff;
}
[data-slug=Beige] .filter_item ,
[data-slug=Beige] span{
background-color: rgba(223,213,205,1) !important;
}
[data-slug=Taupe] .filter_item ,
[data-slug=Taupe] span{
background-color: rgba(162,141,125,1) !important;
}
[data-slug=Brown] .filter_item ,
[data-slug=Brown] span{
background-color: rgba(90,66,47,1) !important;
}
[data-slug=Gray] .filter_item ,
[data-slug=Gray] span{
background-color: rgba(201,201,201,1) !important;
}
[data-slug=Cream] .filter_item ,
[data-slug=Cream] span{
background-color: rgba(238,237,217,1) !important;
}
[data-slug=Yellow] .filter_item ,
[data-slug=Yellow] span{
background-color: rgba(246,229,67,1) !important;
}
[data-slug=Orange] .filter_item ,
[data-slug=Orange] span{
background-color: rgba(214,149,90,1) !important;
}
[data-slug=Pink] .filter_item ,
[data-slug=Pink] span{
background-color: rgba(229,157,195,1) !important;
}
[data-slug=Red] .filter_item ,
[data-slug=Red] span{
background-color: rgba(215,92,92,1) !important;
}
[data-slug=Purple] .filter_item ,
[data-slug=Purple] span{
background-color: rgba(137,103,169,1) !important;
}
[data-slug=Spa] .filter_item ,
[data-slug=Spa] span{
background-color:rgba(203,223,226,1) !important;
}
[data-slug=Teal] .filter_item ,
[data-slug=Teal] span{
background-color: rgba(37,141,157,1) !important;
}
[data-slug=Green] .filter_item ,
[data-slug=Green] span{
background-color:rgba(69,123,83,1) !important;
}
[data-slug=Blue] .filter_item ,
[data-slug=Blue] span{
background-color: rgba(21,73,120,1) !important;
}


.cus_shop .container>.flex .filters_sections .sort_by{
  margin-top: 40px;
}
.cus_shop .container>.flex .filters_sections .filter{
    border: 1px solid var(--white60);
    border-radius: 8px;
    margin-bottom: 8px;
}
.cus_shop .container>.flex .filters_sections .filter h5{
    background-color: var(--white);
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 400;
    font-size: 16px;
    padding: 13px 20px;
    line-height: 20px!important;
    color: var(--grey-dark);
    border-radius: 8px ;
    border-bottom: 1px solid var(--white60);
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
.cus_shop .container>.flex .filters_sections .filter h5.show_content{
    border-radius: 8px 8px 0 0 ;
}
.cus_shop .container>.flex .filters_sections .filter h5 img{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.cus_shop .container>.flex .filters_sections .filter h5.show_content img{

    transform: translateY(-50%) rotate(180deg);
}
.cus_shop .container>.flex .filters_sections .filter_content {
  display: none;
}
.cus_shop .container>.flex .filters_sections .filter_content.colors {
  background-color: #fff;
}
.cus_shop .container>.flex .filters_sections .filter ul{
   list-style: none;
    padding: 15px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.cus_shop .container>.flex .filters_sections .filter ul li {
   padding:5px;
}
.cus_shop .container>.flex .filters_sections .filter ul li {
   display: none;
}
.cus_shop .container>.flex .filters_sections .filter ul li.show {
   display: block;
}
.cus_shop .container>.flex .filters_sections .color_filter ul li div{
   border-radius: 50%;
    width: 26px;
    height: 26px;
    cursor: pointer;
    padding: 2px;
    border: 1px solid transparent;
    position: relative;
}
/*.cus_shop .container>.flex .filters_sections .color_filter ul li[data-slug="Black"] div.active:after,*/
.cus_shop .container>.flex .filters_sections .color_filter ul li div.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    background-color: transparent;
    border: 1.5px solid;
    border-color: #fff;
    z-index: 1;
}
/*.cus_shop .container>.flex .filters_sections .color_filter ul li div.active{*/
/*    border-color: var(--grey-dark);*/
/*}*/
.cus_shop .container>.flex .filters_sections .filter ul li div:hover{
    border-color: var(--grey-dark);
    text-shadow: 0 0 var(--grey-dark);
    background: rgba(245,246,247,1);
}
.cus_shop .container>.flex .filters_sections .filter ul li div.active{
    border-color: var(--grey-dark);
    pointer-events: none;
    text-shadow: 0 0 var(--grey-dark);
}
.cus_shop .container>.flex .filters_sections .filter ul li div{
   padding: 6px 10px;
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 400;
    font-size: 12px;
    line-height: 15px!important;
    color:  var(--grey-dark);
    border-radius: 14px ;
    border: 1.5px solid var(--white60);
    cursor: pointer;
    background-color: #fff;
}
.cus_shop .container>.flex .filters_sections .filter .colors ul li div{
    font-size: 0;
}

.cus_shop .container>.flex .products_sections{
   width:calc(100% - 294px) ;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: -169px;
}
.cus_shop .pagination .flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.products_sections .products .item  {

}
.products_sections .products .item .content:hover {
    border: 1px solid #DFE2E5;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.05);
}

.cus_shop .pagination .flex .number{
    font-family: var(--font-Basisgrotesquepro);
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color:var(--grey-dark);
    margin: 0 20px;
}
.cus_shop .pagination .flex .right_arrow img{
   transform: rotate(180deg);
}
.cus_shop .pagination .flex  a img,
.cus_shop .pagination .flex  a{
   display: block;
}
.cus_shop .pagination .flex  a.disable{
 pointer-events: none;
    cursor: default;
}
.products_sections .products .item {
   margin-bottom: 25px;

}
.products_sections .pagination {
   margin-top: 65px;
    margin-bottom: 0px;
    margin-left: -377px;
    background-color: #fff;
    width: 100vw;
    padding-top: 83px;
    padding-bottom: 13px;

}
.products_sections .pagination.hide {
display: none;
}
.products_sections .products .item .content {
    background-color: var(--white);
    border-radius: 0;
    height: 100%;
    transition: .2s;
    border: 1px solid transparent;
}
.page-id-193 .cus_shop .products_sections .products .item .content {

    border-radius: 0;
}
.products_sections .products .item .content a {
    display: block;
}
.products_sections .products .item .bg_image{
    /*height: 180px;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius:  0;
}
.page-id-193 .cus_shop .products_sections .products .item .bg_image {

    border-radius: 0;
}

.products_sections .products .item .bg_image:after{
    content: "";
    display: block;
    padding-top: 100%;
}
.products_sections .products .item .title_section{
   /*min-height: 136px;*/
   padding: 14px 20px 18px 20px;

}
.archive  footer,
.page-template-template-fabrics footer,
.page-template-template-quickship footer{
background-color: #fff!important;
}
.page-template-template-quickship .products_sections .products .item .title_section{
   min-height: auto;

}
.page-template-template-quickship .products_sections .products .item .title_section .color_name{
  margin-bottom: 0;

}
.products_sections  .products .item .title_section .color_name  ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.products_sections  .products .item .title_section .color_name  ul li{
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 400;
    font-size: 14px;
    line-height: 15px!important;
    color: var(--grey-light);
}

.products_sections  .products .item .title_section.no_attributes h4{
    margin-top: 0px;
}
.products_sections  .products .item .title_section h4{
    margin-bottom: 3px;
    color: var(--grey-dark);
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    margin-top: 12px;
}
.product_shop .search_title_container{
    padding: 90px 0;
    background-color:var(--white);
}
.product_shop .search_title{
    margin-bottom: 15px;
    color: var(--grey-dark);
}
.product_shop .search_text{
    font-family: var(--font-Basisgrotesquepro);
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: var(--grey-light);
    margin-bottom: 60px;
}
.cus_shop  .filters_sections  .filter_title,
.cus_shop  .filters_sections  .filter_search{
    display: none;
}
#main .hero_banner{
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;

}
#main .hero_banner h3{
    font-size: 34px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 0;

}
.page-template-template-fabrics  #main .hero_banner{
    background-position: center;
    background-size: cover;
    padding-top: 80px;
}
@media (max-width: 1700px) {
    .products_sections .products .item {
        width: 25%;

    }

}
@media (max-width: 1500px) {
    .products_sections .products .item {
        width: 33.333%;

    }

}
@media (max-width: 1200px) {
     body:not(.single-product) .products_sections .products .item{
        width: 50% !important;
    }
    .cus_shop .container{
        padding: 0 30px;
    }
    .products_sections .pagination {
        margin-left: -328px;
    }

    }
@media (max-width: 991px) {
    #main .hero_banner {
        height: 400px;

    }
    .products_sections .pagination {
        margin-left: -30px;
        padding-bottom: 0;
        padding-top: 70px;
    }
    .page-template-template-fabrics  #main .hero_banner{

        padding-top: 60px;
    }
    .cus_shop.pt-120 {
        padding-top: 40px;
    }
    .cus_shop.pb-120 {
        padding-bottom: 40px;
    }
    .product_shop .search_title_container{
        padding: 30px 0;
    }
    .cus_shop .container>.flex  {
        position: relative;
        margin: 0 -20px;
    }
    .cus_shop .container>.flex .products_sections {
        width: 100% ;
        padding: 0 20px;
    }
    .cus_shop .container>.flex .mobile_filter{
        display: block;
        width: 100% ;
        padding: 25px 30px;
        border-top: 1px solid var(--grey-dark);
        border-bottom: 1px solid var(--grey-dark);
        margin-bottom: 40px;
        position: relative;
        background: #ffffff;
    }
    .cus_shop .container>.flex .mobile_filter .filter{
        text-align: center;
        font-family: var(--font-Basisgrotesquepro);
        font-weight: 500;
        font-size: 12px;
        line-height: 15px!important;
        color: var(--grey-dark);
    }
    .cus_shop .container>.flex .mobile_filter .filter img{
       margin-right: 5px;
    }
    .cus_shop .container>.flex .filters_sections .view_all {
        border: none;
        border-bottom: 1px solid var(--white60);
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
        /*display: none;*/
    }
    .page-template-template-fabrics .cus_shop .container>.flex .filters_sections .view_all {
        display: none;
    }
    .page-template-template-fabrics  .cus_shop .container>.flex .filters_sections .filter_by{
        display: none;
    }
    .page-template-template-fabrics .cus_shop .container>.flex .filters_sections .filter h5 img ,
    .cus_shop .container>.flex .filters_sections .filter h5.show_content img {
        display: none;
    }
    .cus_shop .container>.flex .filters_sections  .filter_search{
        display: block;
        margin-top: 50px;
    }
    .cus_shop .container>.flex .filters_sections  .filter_search a{
        width: 100%;
    }
    .cus_shop .container>.flex .filters_sections .filter h5.show_content {
        padding-left: 0;
        padding-right: 0;
        /*font-family: var(--font-BasisGrotesquePro-Light);*/
    }
    .page-template-template-fabrics .cus_shop .container>.flex .filters_sections .filter h5 {
        padding-left: 0;
        padding-right: 0;
        /*font-family: var(--font-BasisGrotesquePro-Light);*/
    }
    .cus_shop .container>.flex .for_desktop.selected_filters{
        display: none;
    }
    .page-template-template-fabrics .cus_shop .container>.flex .filters_sections .durability_filter  .filter_content {
        display: block;
    }
    .page-template-template-fabrics .cus_shop .container>.flex .filters_sections .filter_content  li div{
        position: relative;
    }
    .page-template-template-fabrics .cus_shop .container>.flex .filters_sections .filter_content  li div.active{
        padding-right: 23px;
        pointer-events: auto;
        font-weight: 500;
    }
    .page-template-template-fabrics .cus_shop .container>.flex .filters_sections .filter_content  li div.active:before,
    .page-template-template-fabrics .cus_shop .container>.flex .filters_sections .filter_content  li div.active:after{
        content: "";
        width: 8px;
        height: 1px;
        background: var(--grey-dark);
        display: block;
        position: absolute;
        top: 13px;
        right: 8px;
        border-radius: 3px;
        transform: rotate(45deg);

    }
    .page-template-template-fabrics .cus_shop .container>.flex .filters_sections .filter_content li div.active:after {
        transform: rotate(-45deg);
        left: auto;
        border: none;
    }
    .cus_shop .container>.flex .filters_sections .filter {
        border: none;
        margin-bottom: 0;
    }
    .cus_shop .container>.flex .filters_sections .filter .colors ul li div{
        width: auto;
        height: auto;
        padding: 6px 10px;
        font-family: var(--font-Basisgrotesquepro);
        font-weight: 300;
        font-size: 12px;
        line-height: 15px!important;
        color: var(--grey-light);
        border-radius: 14px;
        /* border: 1 px solid var(--white60); */
        cursor: pointer;
        display: inline-block;
        position: relative;
        background-color: transparent!important;
    }
    .cus_shop .container>.flex .filters_sections .filter .colors ul li div span{
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 8px;
        display: inline-block;
        pointer-events: none;
    }
    .cus_shop .container>.flex .filters_sections .filter ul {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .cus_shop .container>.flex .mobile_filter h4{

        margin-bottom: 0;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        top: 50%;
        display: none;
    }
    .cus_shop .container>.flex .mobile_filter .close{
        position: absolute;
        right:3px;
        transform: translateY(-50%);
        margin: auto;
        top: 50%;
        display: inline-block;
        border:none;
        background-color: transparent;
        width: 40px;
        height: 40px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.5s;
    }
    .cus_shop .container>.flex .mobile_filter .close:before,
    .cus_shop .container>.flex .mobile_filter .close:after{
        position: absolute;
        width: 15px;
        height: 1px;
        background-color:var(--grey-dark) ;
        content: "";
        display: block;
        transform: rotate(45deg);
    }
    .cus_shop .container>.flex .mobile_filter .close:after{
        transform: rotate(-45deg);
    }
    .cus_shop .container>.flex .mobile_filter .close.active{
        opacity: 1;
        pointer-events: auto;
    }
    /*.cus_shop .container>.flex .filters_sections {*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    top: 68px;*/
    /*    background: #fff;*/
    /*    z-index: 1;*/
    /*    width: 100%;*/
    /*    max-height: 0;*/
    /*    overflow: auto;*/
    /*    transition: all 0.5s;*/
    /*    border-radius: 0 0 8px 8px;*/
    /*    box-shadow: 0 0 20px rgba(0,0,0,0.4);*/
    /*}*/
    /*.cus_shop .container>.flex .filters_sections.active {*/

    /*    max-height: 460px;*/
    /*}*/
    .cus_shop .container>.flex .filters_sections {
        width: 100%;
        padding: 30px 20px;
    }
    .cus_shop .container>.flex .filters_sections .product_count  {
        display: none;
    }
    .page-template-template-fabrics  .cus_shop .container>.flex .filters_sections .selected_filters  {
      margin-top: 20px;
        display: none;
    }


}
@media (max-width: 767px) {
    #main .hero_banner {
        height: 380px;

    }
    .cus_shop .container{
        padding: 0 20px;
    }
    .products_sections .pagination {
        margin-left: -20px;
        margin-top: 40px;
        padding-bottom: 0;
        padding-top: 40px;
        margin-bottom: -50px;
    }
    body.home .textandbutton p {
        line-height: 35px;
    }
    body.page-template-template-fabrics main {
        background: rgba(245, 246, 247, 0.5) !important;
    }
    body.archive  main .cus_shop  ,
    body.page-template-template-shop main .cus_shop  ,
    body.page-template-template-fabrics main .cus_shop  {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .cus_shop .container .products_sections .products{
        margin: 0 -10px;
    }
    .cus_shop .container .products_sections .products .item{
        padding: 0 10px;
    }
    .cus_shop .container>.flex .filters_sections h4.product_count{
        margin-bottom: 30px;
    }
    .products_sections .products .item .bg_image {
        /*height: 113px;*/
    }
    .products_sections .products .item .title_section {
        /*min-height: 80px;*/
        padding: 10px;
    }
    .page-template-template-quickship .products_sections .products .item .title_section {
        min-height: auto;
    }
    .products_sections .attributes_image{
        display: none;
    }
    .products_sections .mobile_attributes{
        display: block;
    }
    .products_sections .color_name {
      /*margin-bottom: 10px;*/
    }
    .products_sections .products .item{
        margin-bottom: 20px;
    }
}

.home-hero-overlay2 .filter-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 20px;*/
    height: auto!important;
}
.home-hero-overlay2 .filter-container .filter_mobile{
   display: none;
}
.home-hero-overlay2 .filter-container .filter_search{
   padding-right: 20px;
}

.home-hero-overlay2 .filter-container .filter_items{
    display: flex;
    align-items: center;
}
.home-hero-overlay2 .filter-container .filter_items .filter_search{
   display: none;
}
.home-hero-overlay2 .filter-container .filter_items .filter_title{
   display: none;
}

.home-hero-overlay2 .filter-container .filter_items .filter{
    position: relative;
}
.home-hero-overlay2 .filter-container .filter_items .filter:after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 1px;
    background-color: var(--white40);
    content: "";
}
.home-hero-overlay2 .filter-container .filter_items .filter:last-child:after{
    display: none;
}
.home-hero-overlay2 .filter-container .filter_items .filter h5{
    cursor: pointer;
    margin-bottom: 0;
    transition: all 0.3s;
    padding: 30px 35px;
    min-width: 200px;
    text-align: center;
    color: var(--grey-light);

}
.home-hero-overlay2 .filter-container .filter_items .color_filter.filter h5{
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    /*padding-left: 55px;*/

}
.home-hero-overlay2 .filter-container .filter_items .filter h5.show_content{
    background-color: var(--grey-dark);
    color: var(--white);
}
.home-hero-overlay2 .filter-container .filter_items .filter h5.selected{
    padding-top: 15px;
    padding-bottom: 45px;
}

.home-hero-overlay2 .filter-container .filter_items .filter h5 .selected_count{
    position: absolute;
    left: 0;
    right: 10px;
    margin: auto;
    width: auto;
    text-align: center;
    bottom: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
}
.home-hero-overlay2 .filter-container .filter_items .filter h5 span{
    display: inline-block;
    position: relative;
    pointer-events: none;
}
.home-hero-overlay2 .filter-container .filter_items .filter h5 img{
    transition: all 0.3s;
    pointer-events: none;
}
.home-hero-overlay2 .filter-container .filter_items .filter h5.show_content img{
    transform: rotate(180deg);
}
.home-hero-overlay2 .filter-container .filter_items .filter h5 img.active{
    position: absolute;
    right: 0;
    opacity: 0;
}

.home-hero-overlay2 .filter-container .filter_items .filter h5.show_content img.active{
    opacity: 1;
}
.home-hero-overlay2 .filter-container .filter_items .filter .filter_content {
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    border: 1px solid var(--white40);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    top: calc(100% + 15px);
}
.home-hero-overlay2 .filter-container .filter_items .filter .filter_content ul{
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 11px;

}
.home-hero-overlay2 .filter-container .filter_items .filter .filter_content ul li div{
    padding: 6px 10px;
    font-family: var(--font-Basisgrotesquepro);
    font-weight: 300;
    font-size: 12px;
    line-height: 15px!important;
    color: var(--grey-light);
    border-radius: 14px;
    border: 1px solid var(--white60);
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 4px;
    background-color: transparent!important;
}
.home-hero-overlay2 .filter-container .filter_items .filter .filter_content ul li div.active{
    padding-right: 23px;
    border-color: var(--grey-light);
}

.home-hero-overlay2 .filter-container .filter_items .filter .filter_content ul li div.active:before,
.home-hero-overlay2 .filter-container .filter_items .filter .filter_content ul li div.active:after{
    content: "";
    width: 8px;
    height: 1px;
    background: var(--grey-dark);
    display: block;
    position: absolute;
    top: 13px;
    right: 8px;
    border-radius: 3px;
    transform: rotate(45deg);
}
.home-hero-overlay2 .filter-container .filter_items .filter .filter_content ul li div.active:after{
    transform: rotate(-45deg);
}
.home-hero-overlay2 .filter-container .filter_items .filter .filter_content ul li span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    pointer-events: none;
}

@media (max-width: 1100px) {
    .home-hero-overlay2 .filter-container .filter_items .filter h5{
        min-width: 180px;
    }
}
@media (max-width: 991px) {
    main {
        z-index: unset !important;
    }
    .home-hero-overlay2  .filter-container {
        padding: 25px 20px 40px 20px;
    }
    .home-hero-overlay2 .filter-container  {
      flex-direction: column;
    }
    .home-hero-overlay2 .filter-container .filter_mobile {
       display: block;
        width: 100%;
    }
    .home-hero-overlay2 .filter-container .filter_mobile .select{
        width: 100%;
        border: 1px solid var(--white60);
        padding: 6px 13px;
        filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.08));
        border-radius: 20px;
        font-family: var(--font-BasisGrotesquePro-Light);
        font-weight: 300;
        font-size: 14px;
        line-height: 15px!important;
        color: var(--grey-light);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .home-hero-overlay2 .filter-container .filter_mobile h3 {
        text-align: center;
    }

    .cus_shop  .filters_sections  ,
    .home-hero-overlay2 .filter-container .filter_items {
       display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        bottom: 0;
        left: 0;
        overflow: auto;
        background: #fff;
        padding-bottom: 40px;
        padding-top: 30px;
        opacity: 0!important;
        z-index: -9;
        pointer-events: none;
        transition: all 0.3s;
    }
    .tax-pa_collection  .cus_shop .container>.flex .mobile_filter {
       margin-bottom: 0;
    }
    .tax-pa_collection  .cus_shop  .filters_sections  {
        position: unset;
        opacity: 1!important;
        z-index: 9;
        margin-bottom: 40px;
        pointer-events: auto;
    }
    .tax-pa_collection  .cus_shop .container>.flex .filters_sections .view_all{
        margin-bottom: 0;
        padding-top: 0;
    }
    .cus_shop  .filters_sections.active ,
    .home-hero-overlay2 .filter-container .filter_items.active {
        z-index: 1000;
        pointer-events: auto;
        opacity: 1!important;
    }
    .home-hero-overlay2 .filter-container .filter_items .filter_search{
        display: block;
        padding: 0 20px;
        margin-top: 50px;
    }
    .cus_shop  .filters_sections  .filter_title,
    .home-hero-overlay2 .filter-container .filter_items .filter_title{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .cus_shop  .filters_sections  .filter_title{
        padding: 0;
    }
    .cus_shop  .filters_sections  .filter_title h3,
    .home-hero-overlay2 .filter-container .filter_items .filter_title h3{
        font-size: 34px !important;
        line-height: 52px !important;
        margin-bottom: 0;
    }

    .cus_shop  .filters_sections  button,
    .home-hero-overlay2 .filter-container .filter_items .filter_title button{
       width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid var(--white60);
        position: relative;
        background: transparent;
    }
    .cus_shop  .filters_sections  button:before,
    .home-hero-overlay2 .filter-container .filter_items .filter_title button:before,
    .cus_shop  .filters_sections  button:after,
    .home-hero-overlay2 .filter-container .filter_items .filter_title button:after{
        content: "";
        width: 15px;
        height: 2px;
        background: var(--grey-dark);
        display: block;
        position: absolute;
        top: 18px;
        left: 12px;
        border-radius: 3px;
        transform: rotate( 45deg);
    }
    .cus_shop  .filters_sections  button:after,
    .home-hero-overlay2 .filter-container .filter_items .filter_title button:after{
        transform: rotate(-45deg);
    }
    .home-hero-overlay2 .filter-container .filter_items .filter{
        padding: 0 20px;
    }
    .home-hero-overlay2 .filter-container .filter_items .filter:after{
        display: none;
    }
    .home-hero-overlay2 .filter-container .filter_items .filter h5{
        text-align: left;
        border-bottom: 1px solid var(--white60);
        border-radius: 0!important;
        padding: 12px 0px;
        margin-bottom: 20px;
        margin-top: 10px;
        background-color: transparent!important;
        color: var(--grey-light) !important;
    }
    .home-hero-overlay2 .filter-container .filter_items .filter h5.selected{
        padding: 12px 0px;
    }
    .home-hero-overlay2 .filter-container .filter_items .filter h5 span{
        display: none;
    }
    .home-hero-overlay2 .filter-container .filter_items .filter .filter_content {
        display: block!important;
        position: relative;
        width: 100%;
        border: none;
        box-shadow: none;
        height: auto!important;
    }
    .home-hero-overlay2 .filter-container .filter_items .filter .filter_content ul{
        padding: 0;
    }

    .home-hero-overlay2 .filter-container .filter_search{
        padding-right: 0;
        width: 100%;
        margin-top: 15px;
    }
    .home-hero-overlay2 .filter-container .filter_search a{
       width: 100%;
    }
}
@media (max-width: 767px) {
    .home-hero-overlay2 .filter-container .filter_mobile h3 {
        font-size: 34px;
        line-height: 52px;
    }
}
input.has_error_cus {
    border-color: #FF1E45!important;
}