/*.woocommerce-info,*/
/*.woocommerce-message {*/
/*    border-top-color: #000;*/
/*}*/
/*.woocommerce-error {*/
/*    background-color: #c72f2f;*/
/*    color: #fff;*/
/*}*/
/*.woocommerce-message::before {*/
/*    color: #000;*/
/*}*/
@font-face {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Acumin Pro/Acumin Pro Light.otf') format('opentype');
}

@font-face {
    font-family: 'Acumin Pro';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/Acumin Pro/Acumin Pro Light Italic.otf') format('opentype');
}

@font-face {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Acumin Pro/Acumin Pro Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Acumin Pro';
    font-style: italic;
    font-weight: 500;
    src: url('fonts/Acumin Pro/Acumin Pro Medium Italic.otf') format('opentype');
}

@font-face {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Acumin Pro/Acumin Pro Semibold.otf') format('opentype');
}

@font-face {
    font-family: 'Acumin Pro';
    font-style: italic;
    font-weight: 600;
    src: url('fonts/Acumin Pro/Acumin Pro Semibold Italic.otf') format('opentype');
}

@font-face {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Acumin Pro/Acumin Pro Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Acumin Pro';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/Acumin Pro/Acumin Pro Bold Italic.otf') format('opentype');
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, 
.woocommerce form .form-row.woocommerce-invalid input.input-text, 
.woocommerce form .form-row.woocommerce-invalid select {
    border: 1px solid #d13030;
}

.woocommerce form .form-row.woocommerce-invalid label,
.invalid-input {
    color: #da1a1a;;
}

#mobile-categories-menu {
    display: none;
}

.mobile-categories-menu .icon-right-arrow-angle {
    display: inline-block;
    transform: rotate(90deg);
    transition: all 0.25s ease-in-out;
}
.mobile-categories-menu.show .icon-right-arrow-angle {
    transform: rotate(-90deg);
}


/* categories menu start */
#categories-menu {
    margin: 0;
    list-style-type: none;
    padding-inline-start: 0;
}
#categories-menu>li:first-child {
    padding-top: 56px;
}
#categories-menu>li:last-child {
    padding-bottom: 46px;
}
#categories-menu>li {
    font-size: 19px;
    padding: 0 40px 0 29px;
}

#categories-menu>li:last-child>a::before {
    background-color: transparent;
}

#categories-menu>li:last-child>a {
    padding-bottom: 0;
}

#categories-menu>li:first-child>a {
    padding-top: 0;
}

#categories-menu>li>a {
    padding: 20px 0 20px 17px;
    display: block;
    transition: opacity .25s linear;
    position: relative;
}

#categories-menu>li>a::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
}

#categories-menu>li.current-menu-parent>a::before,
#categories-menu>li.cat-menu-active>a::before {
    background-color: #000;
}

#categories-menu>li>a:hover {
    opacity: .6;
}

#categories-menu>li>.sub-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 20px;
    width: calc(100% + 69px);
    margin-left: -29px;
}

#categories-menu>li>.sub-menu>li {
    font-size: 14px;
    padding-left: 53px;
    position: relative;
}
#categories-menu>li>.sub-menu>li.current-menu-item {
    background-color: #f6f6f6;
}
#categories-menu>li>.sub-menu>li:hover::before {
    background-color: #e6e6e6;
}

.cat-submenu-active::before {
    background-color: #f6f6f6;
}

#categories-menu>li>.sub-menu>li>a {
    padding: 5px 0;
    display: block;
}
@media screen and (max-width: 1250px) {
    .categories-menu-content{
        width: 280px;
    }
}
@media screen and (max-width: 1024px){
    .categories-menu-content{
        width: 316px;
    }
    #mobile-categories-menu {
        display: block;
    }
    #categories-menu-content {
        position: absolute;
        z-index: 12;
        background: #000;
        right: 0;
        visibility: hidden;
        opacity: 0;
        top:-100px;
        transition: all 0.2s ease-in-out;
    }
    #categories-menu-content.show {
        visibility: visible;
        opacity: 1;
        top: 0;
    }
    #categories-menu-content #categories-menu>li>a,
    #categories-menu-content #categories-menu>li>.sub-menu>li>a {
        color: #fff;
    }
    #categories-menu-content #categories-menu>li>.sub-menu>li.current-menu-item {
        background-color: #b8b8b8;
    }
    .menu-categories-menu-container {
        max-height: 550px;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-right: 5px;
        box-shadow: 0 22px 35px rgb(0 0 0 / 11%);
    }
    #categories-menu {
        max-height: 530px;
        padding-bottom: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #categories-menu::-webkit-scrollbar {
        width: 5px;
        background-color: rgb(211, 211, 211);
    }
    #categories-menu::-webkit-scrollbar-thumb {
        background-color: rgb(99, 99, 99);
        border-radius: 0;
    }
    #categories-menu>li:first-child {
        padding-top: 5px;
    }
    #categories-menu>li:last-child {
        padding-bottom: 10px;
    }
    .woocommerce .woocommerce-breadcrumb {
        margin-bottom: 0;
    }
}

@media (max-height: 750px) and (max-width: 768px) {
    .menu-categories-menu-container {
        max-height: 450px;
    }
    #categories-menu {
        max-height: 430px;
    }
    #categories-menu>li>a {
        padding: 10px 0;
    }
    #categories-menu>li {
        font-size: 16px;
    }
    #categories-menu>li>.sub-menu {
        padding-top: 0;
    }
    #categories-menu>li>.sub-menu>li {
        padding-left: 43px;
        font-size: 12px;
    }
}

@media (max-height: 630px) and (max-width: 768px) {
    .menu-categories-menu-container {
        max-height: 360px;
    }
    #categories-menu {
        max-height: 330px;
    }
    .categories-menu-content {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .middle-navigation.flex-spbtwn {
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .woocommerce .woocommerce-breadcrumb {
        margin-bottom: 25px;
        width: 100%;
        font-size: 12px;
    }
    #mobile-categories-menu {
        width: 100%;
        text-align: left;
    }
    .woocommerce-breadcrumb .nmr-crumb:first-child a {
        width: 10px;
        height: 10px;
    }
    .breadcrumb-delimiter {
        height: 8px;
        padding: 0;
    }
    #categories-menu-content.show {
        left: 0;
    }
}
@media (max-width: 380px) {
     #categories-menu-content.show {
        width: 100%;
    }
}

@media (max-height: 530px) and (max-width: 768px) {
    .menu-categories-menu-container {
        max-height: 290px;
    }
    #categories-menu {
        max-height: 260px;
    }
}

/* pagination start */
.woocommerce nav.woocommerce-pagination {
    margin-top: 35px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li  {
    border:none;

}
.woocommerce nav.woocommerce-pagination ul li  {
    padding: 0 10px 10px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-family: 'Acumin Pro', sans-serif;
    font-weight: 300;
    font-size: 31px;
    line-height: 1.16;
    color: #8c8c8c;
    padding: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    border-bottom: 1px solid #000;
    background: transparent;
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    display: none;
}

/* pagination end */

/* categories menu end */

/* single product start */
.content-with-sidebar {
    width: calc(100% - 353px);

}
.single-product-main {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 56px;
}

.single-product-main .woocommerce-product-gallery--with-images {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .woocommerce div.product div.images img {
    min-width: 400px;
    max-width: unset;
} */
.woocommerce #content div.product .single-product-main div.images,
.woocommerce div.product .single-product-main div.images,
.woocommerce-page #content .single-product-main div.product div.images,
.woocommerce-page div.product .single-product-main div.images {
    float:none;
    width: 560px;
    height: 539px;
    border: 1px solid #b8b8b8;
    box-sizing: border-box;
    margin-right: 44px;
}

.summary .product_title.entry-title {
    font-size: 29px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
}
.product-description {
    margin-bottom: 30px;
}
.product-description p {
    margin: 0;
    color: #3f3f3f;
    font-size: 20px;
    font-weight: 400;
}
form.variations_form .variations .label,
form.variations_form .variations .value,
form.variations_form .variations .variation-price {
    display: block;
}

form.variations_form .variations .value {
    display: flex;
}
form.variations_form .variations .value input {
    display: none;
}

form.variations_form .variations .label {
    color: #3f3f3f;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.86;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    line-height: 1.86;
}
form.variations_form .variations .variation-price {
    margin-top: 47px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.16;
}
.woocommerce div.product form.cart div.quantity {
    display: flex;
    float: none;
}
.quantity button.sign {
    width: 51px;
    height: 51px;
    background-color: #b8b8b8;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 38px;
    font-weight: 300;
    border: none;
    outline: none!important;
    cursor: pointer;
    transition: all 0.15s linear;
}

.quantity button.minus.sign {
    padding-left: 3.5px;
}

.quantity button.sign:hover{
    background-color: #000000;
}

.woocommerce .quantity .qty {
    width: 83px;
    height: 51px;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.16;
    color:#000;
    box-sizing: border-box;
    margin: 0 8px;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
     -webkit-appearance: none;
    -moz-appearance: textfield;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .return-to-shop .button.wc-backward,
.woocommerce .woocommerce-order .button.thank-you-button{
    background-color:#000;
    color: #ffffff;
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 2.2;
    border-radius: 32px;
    padding: 12px 33px 16px 34px;
    height: 63px;
    margin-top: 32px;
    box-sizing: border-box;
    border: 2px solid #000;
    transition: all 0.15s linear;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt.single_add_to_cart_button:hover,
.woocommerce button.button.alt.single_add_to_cart_button:hover,
.woocommerce input.button.alt.single_add_to_cart_button:hover,
.woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce .woocommerce-order .button.thank-you-button:hover{
    opacity: 0.9;
    background-color: #000;
}
.single_add_to_cart_button .cart-icon {
    width: 16px;
    height: 22px;
    display: inline-block;
    margin-left: 13px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny-ps' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 376 512' width='376' height='512'%3E%3Ctitle%3ELayer%3C/title%3E%3Cstyle%3E tspan %7B white-space:pre %7D .shp0 %7B fill: %23ffffff %7D %3C/style%3E%3Cg id='Layer'%3E%3Cg id='Layer'%3E%3Cpath id='Layer' fill-rule='evenodd' class='shp0' d='M358.66 491.2C346.57 504.42 329.35 512 311.43 512L64.55 512C46.6 512 29.38 504.42 17.29 491.17C5.19 477.92 -0.82 460.1 0.81 442.21L28.04 142.56C28.78 134.3 35.69 128 43.98 128L91.98 128L91.98 96C91.98 43.07 135.05 0 187.98 0C213.35 0 238.12 10.24 255.91 28.06C273.99 46.14 283.98 70.27 283.98 96L283.98 128L331.98 128C340.26 128 347.18 134.3 347.91 142.56L375.21 442.24C376.78 460.1 370.79 477.95 358.66 491.2ZM251.98 96C251.98 78.82 245.35 62.72 233.29 50.66C221.45 38.78 204.94 32 187.98 32C152.68 32 123.98 60.7 123.98 96L123.98 128L251.98 128L251.98 96Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
}

.single_add_to_cart_button .text {
    margin-top: 3px;
}

button.single_add_to_cart_button.button.alt {
    display: flex;
    align-items: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    overflow: visible;
    padding-inline-start: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border:none;
    background-color: unset;
    padding: 0;
    margin: 0 117px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom:none;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color:#000;
    font-size: 19px;
    font-weight: 400;
    padding: 0 0 9px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 42px 0 76px 0;
}
.woocommerce-Tabs-panel h2 {
    display: none;
}
.woocommerce-Tabs-panel p,
.product-custom-tabs-content-item.product-tab-content-active {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}
.related-products .products-list {
    width: 100%;
}

@media (max-width: 1500px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-size: 17px;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 30px 0;
    }
    ul.product-custom-tabs-titles {
        margin-top: 0;
        margin-bottom: 30px;
    }
    li.product-custom-tab-item:before {
        top: 10px;
    }
    .related-products {
        margin-top: 50px;
    }
    .content.woocommerce .category-item {
        margin: 5px 3px;
    }
    button.single_add_to_cart_button.button.alt {
        padding: 12px 20px;
    }
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        width: 70%;
    }
    .single_add_to_cart_button .cart-icon {
        width: 13px;
        height: 18px;
    }
    .woocommerce #content div.product .single-product-main div.images,
     .woocommerce div.product .single-product-main div.images, 
     .woocommerce-page #content .single-product-main div.product div.images, 
     .woocommerce-page div.product .single-product-main div.images {
        margin-right: 30px;
    }

    .single_add_to_cart_button  .text {
        margin-top: 1px;
    }
}

@media (max-width: 1250px) {
    .content-with-sidebar {
        width: calc(100% - 310px);
    }
}
@media (max-width: 1024px) {
    .content-with-sidebar {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .related-products .products-list {
        width: 100%!important;
    }
    
    .woocommerce #content div.product .single-product-main div.images, 
    .woocommerce div.product .single-product-main div.images, 
    .woocommerce-page #content .single-product-main div.product div.images, 
    .woocommerce-page div.product .single-product-main div.images {
        height: 490px;
        margin-bottom: 0;
    }
}

@media (max-width: 1025px) {
    #related-products-slider {
        width: calc(100% - 20px)!important;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .woocommerce #content div.product .single-product-main div.images, 
    .woocommerce div.product .single-product-main div.images, 
    .woocommerce-page #content .single-product-main div.product div.images, 
    .woocommerce-page div.product .single-product-main div.images {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        height: 420px;
    }
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        width: 100%;
    }
    .single-product-main {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .summary .product_title.entry-title {
        font-size: 24px;
    }
    button.single_add_to_cart_button.button.alt {
        height: auto;
        min-height: 63px;
        line-height: 1;
    }
}
@media (max-width: 667px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
    }
}
@media (max-width: 380px) {
    button.single_add_to_cart_button.button.alt {
        width: 100%;
        justify-content: center;
    }
    .quantity-content {
        text-align: center;
    }
    .woocommerce div.product form.cart div.quantity {
        justify-content: center;
    }
    /*.woocommerce-message::before {*/
    /*    display: none;*/
    /*}*/
}

/* single product end */

/* cart start */
.woocommerce table.shop_table,
.woocommerce .cart_totals table.shop_table td,
.woocommerce .cart_totals table.shop_table th {
    border:unset;
}

.woocommerce-cart-form thead,
.woocommerce-cart-form .product-subtotal {
    display: none;
}

.woocommerce-cart-form .product-price {
    text-align: right;
    width: 150px;
}

.woocommerce-cart-form .product-price span,
.woocommerce-cart-form .volume-variation {
    font-size: 17px;
    font-weight: 600;
}

.woocommerce-cart-form .product-name .short-description {
    font-size: 16px;
    color:#3f3f3f;
    margin: 0;
}

.cart_totals  tr {
    width: 100%;
    text-align: right;
    font-size: 15px;
}
.cart_totals  tr td {
    border: none;
    font-weight: 600;
}
.cart_totals  tr td span {
    font-weight: 400;
}
.wc-proceed-to-checkout {
    display: flex;
    justify-content: flex-end;
}
.white-button {
    background-color: #fff;
    color: #000;
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 2.2;
    border-radius: 32px;
    padding: 12px 33px 16px 33px;
    height: 63px;
    margin-top: 32px;
    box-sizing: border-box;
    border: 2px solid #000;
    order:0;
    margin-bottom: 1em;
    margin-right: 16px;
    transition: all 0.15s linear;
}
.white-button:hover{
    color: #fff;
    background-color: #000;
    opacity: 0.9;
}

.checkout-button {
    order: 1;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus
{
    background-color: #000;
    color: #fff;
    opacity: 0.8;
    outline: none!important;
}

/*.woocommerce-info .button.wc-forward {*/
/*    background-color: #000;*/
/*    color: #fff;*/
/*    font-weight: 500;*/
/*    border-radius: 32px;*/
/*    padding: 13px 20px;*/
/*    order: 2;*/
/*    margin-left: 10px;*/
/*}*/

/*.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {*/
/*    top: calc(50% - 12px);*/
/*}*/

/*.woocommerce-info {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents span.woocommerce-Price-amount.amount {
    display: block;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 70%;
}

@media (max-width: 1250px) {
    .woocommerce .cart_totals, .woocommerce-page .cart_totals {
        float: right;
    }
    .woocommerce-cart-form .product-name .short-description {
        font-size: 14px;
    }
}

@media (max-width: 1025px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }
    .quantity button.sign {
        width: 41px;
        height: 41px;
        font-size: 25px;
    }
    .woocommerce .quantity .qty {
        font-size: 18px;
        width: 75px;
        height: 41px;
    }
    .woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
        max-height: 50px;
        max-width: 32px;
        width: unset;
    }
    #add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
        text-align: center;
    }
}


@media (max-width: 767px) {
    .woocommerce .cart_totals, .woocommerce-page .cart_totals {
        width: 100%;
    }
    /* .woocommerce-info span.woocommerce-Price-amount.amount {*/
    /*    margin: 0 15px;*/
    /*}*/
    /* .woocommerce-info .button.wc-forward {*/
    /*    margin-left: 0;*/
    /*    margin-top: 20px;*/
    /*    width: 60%;*/
    /*    text-align: center;*/
    /*}*/
    /*.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {*/
    /*    top: 15px;*/
    /*}*/
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .actions button.button {
        background-color: #000;
        color: #fff;
        font-weight: 500;
        border-radius: 32px;
        min-height: 50px;
        padding: 17px 25px;
        transition: background-color .25s linear, color .25s linear;
    }
    input#coupon_code {
        padding: 0 10px;
        display: block;
        height: 50px;
        border-radius: 2px;
        border: 1px solid lightgray;
        font-style: italic;
        font-size: 16px;
        color: gray;
    }
    .woocommerce-cart-form__coupon .actions button.button {
        opacity: 1!important;
    }
}
/* cart end */

/* checkout start */
form.checkout h3 {
    /* display: none; */
}
/*.woocommerce-checkout .woocommerce-error {*/
/*    border:none;*/
/*    padding: 17px 0 15px 28px;*/
/*}*/
/*.woocommerce-checkout .woocommerce-error::before {*/
/*    display: none;*/
/*}*/
/*.woocommerce-checkout .woocommerce-error li {*/
/*    font-size: 15px;*/
/*    font-weight: 400;*/
/*}*/
.woocommerce-billing-fields__field-wrapper {
    position: relative;
    padding-top: 71px;
    display: flex;
}
.user-status {
    position: absolute;
    top: 0;
}
.custom-radio .woocommerce-input-wrapper {
    display: flex;
    align-items: center;
}
.custom-radio .input-radio {
    display: none;
}

ul.payment_methods {
    display: flex;
    align-items: center;
    position: relative;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    margin-right: 46px;
}
.custom-radio  .radio::before {
    content:"";
    width: 29px;
    height: 29px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    margin-right: 17px;
}
.custom-radio  .radio::after {
    content:"";
    width: 13px;
    height: 13px;
    display: none;
    left: 9px;
    position: absolute;
    border-radius: 50%;
    background-color: #000;
}
.custom-radio  .input-radio:checked+label.radio::after {
    display: inline-block;
}

.form-row-flex-item {
    width: 286px;
}
.form-row-flex-item:not(:last-child) {
    margin-right: 17px;
}

.woocommerce-input-wrapper input,
.select2-container--default .select2-selection--single,
select.input-text {
    height: 49px;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    padding: 0 15px;
    font-size: 16px;
    border-radius: unset;
    width: 100%;
    box-sizing: border-box;
}
.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.woocommerce form .form-row .required {
    visibility: hidden;
}
.woocommerce-shipping-fields {
    position: relative;
}
.pay-method {
    position: absolute;
    top: 31px;
}
#ship-to-different-address {
    display: none;
}
.checkout-box-field {
    padding-bottom: 33px;
    border-bottom: 1px solid #000;
}
.checkout-box-field .shipping_address .woocommerce-shipping-fields__field-wrapper {
    display: flex;
}
.postcode {
    width: 186px;
}
.notes {
    width: 589px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: transparent;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: unset;
}

.place-order .white-button {
    display: inline-block;
    margin-top: 32px;
    justify-self: flex-start;
    margin-right: auto;
}
/* checkout end */

/* modal cart view start */

#open-cart-modal .black-bar-right-text,
#open-cart-modal-fav .black-bar-right-text {
    cursor: pointer;
    font-size: 14px;
    transition: opacity .25s linear;
}

.logged-in.admin-bar .modal-minicart {
    max-height: 529px;
}

.logged-in.admin-bar .modal-minicart#modal-cart-view-fav {
    max-height: 559px;
}


.modal-minicart .modal-minicart-top-area .login-dropdown-title {
    margin-bottom: 0;
}


.modal-minicart-content ::-webkit-scrollbar {
    width: 5px;
}

.modal-minicart-content ::-webkit-scrollbar-thumb {
    border-radius: 0;
}

.modal-minicart-content ::-webkit-scrollbar-thumb {
  background-color: #000;
}

.woocommerce-mini-cart-item.mini_cart_item::marker {
    display: none;
}

.remove.remove_from_cart_button {
    order: 3;
}

.modal-minicart .remove.remove_from_cart_button,
.modal-minicart .remove.remove-item-mini-cart{
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: transparent;
}

.woocommerce .modal-minicart a.remove {
    color: transparent!important;
}

.woocommerce .modal-minicart ul.cart_list li a,
.woocommerce .modal-minicart ul.product_list_widget li a {
    font-weight: normal;
}

.woocommerce .modal-minicart ul.cart_list li,
.woocommerce .modal-minicart ul.product_list_widget li {
    padding-top: 20px;
    padding-bottom: 20px;
}

.modal-minicart .remove.remove_from_cart_button::before{
    position: absolute;
    display: block;
    content: "";
    bottom: 9px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='512pt' viewBox='-64 0 512 512' width='512pt'%3E%3Cpath d='m256 80h-32v-48h-64v48h-32v-80h128zm0 0' fill='%2362808c' style='&%2310; fill: %23b8b8b8;&%2310;'/%3E%3Cpath d='m304 512h-224c-26.507812 0-48-21.492188-48-48v-336h320v336c0 26.507812-21.492188 48-48 48zm0 0' fill='%23e76e54' style='&%2310; fill: %23b8b8b8;&%2310;'/%3E%3Cpath d='m384 160h-384v-64c0-17.671875 14.328125-32 32-32h320c17.671875 0 32 14.328125 32 32zm0 0' fill='%2377959e' style='&%2310; fill: %23b8b8b8;&%2310;'/%3E%3Cpath d='m260 260c-6.246094-6.246094-16.375-6.246094-22.625 0l-41.375 41.375-41.375-41.375c-6.25-6.246094-16.378906-6.246094-22.625 0s-6.246094 16.375 0 22.625l41.375 41.375-41.375 41.375c-6.246094 6.25-6.246094 16.378906 0 22.625s16.375 6.246094 22.625 0l41.375-41.375 41.375 41.375c6.25 6.246094 16.378906 6.246094 22.625 0s6.246094-16.375 0-22.625l-41.375-41.375 41.375-41.375c6.246094-6.25 6.246094-16.378906 0-22.625zm0 0' fill='%23fff'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 12px;
}

.modal-minicart .remove.remove_from_cart_button::after,
.modal-minicart .remove.remove-item-mini-cart::after {
    display: none;
}

.button.wc-forward.make-a-purchase:not(.button.checkout.wc-forward) {
    display: none;
}


.short-description {
    width: 100%;
    margin: 0;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail,
img.woocommerce-placeholder.wp-post-image {
    max-width: 60%;
    max-height: 60%;
    width: unset;
    height: unset;
}

.modal-minicart .button.checkout.wc-forward,
.modal-minicart#modal-cart-view-fav .button.wc-forward {
    font-size: 16px;
    padding: 13px 24px;
}

.modal-minicart .mini-cart-product-title {
    font-size: 15px;
    text-transform: uppercase;
}

.modal-minicart .quantity {
    font-size: 12px;
    font-weight: 600;
}

.modal-minicart .quantity .woocommerce-Price-amount.amount {
    display: block;
    font-size: 15px;
}

.modal-minicart .mini-cart-product-details {
    line-height: 1.3;
}

li.woocommerce-mini-cart-item.mini_cart_item.delete-elem {
    display: none;
}

.show.modal-minicart,
.show-fav.modal-minicart {
    opacity: 1!important;
    visibility: visible!important;
}

.woocommerce .modal-minicart a.button {
    font-weight: 600;
    border-radius: 32px;
    background-color: #000;
    color: #fff;
    line-height: unset;
}

.modal-minicart#modal-cart-view-fav {
    right: 150px;
}

.modal-minicart-link {
    display: block;
    width: fit-content;
    margin: auto;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 16px;
}

.close-modal {
    position: absolute;
    top: -22px;
    right: 0;
    display: none;
}

.show-cart-modal-mobile .close-modal,
.show-cart-modal-fav-mobile .close-modal {
    display: block;
}

@media (max-width: 1500px) {
    .modal-minicart#modal-cart-view-fav {
        right: 115px;
    }
}

@media (max-width: 1250px) {
    .modal-minicart#modal-cart-view-fav {
        right: 103px;
    }
}

@media (max-width: 1025px) {
    .modal-minicart#modal-cart-view-fav {
        /*right: calc(50% - 95px);*/
    }
}

@media (max-width: 540px) {
    .modal-minicart#modal-cart-view-fav {
        width: 100%;
        right: 0;
    }
    .show-cart-modal-fav-mobile .modal-minicart,
    .show-cart-modal-mobile .modal-minicart {
        width: 440px;
        top: 0;
    }
    .show-cart-modal-fav-mobile .modal-minicart-link,
    .show-cart-modal-mobile .modal-minicart-link {
        padding-top: 0;
    }
    .woocommerce.show-cart-modal-fav-mobile .modal-minicart ul.cart_list li,
    .woocommerce.show-cart-modal-fav-mobile .modal-minicart ul.product_list_widget li,
    .woocommerce.show-cart-modal-mobile .modal-minicart ul.cart_list li,
    .woocommerce.show-cart-modal-mobile .modal-minicart ul.product_list_widget li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .woocommerce.show-cart-modal-fav-mobile .woocommerce-mini-cart__buttons.buttons {
        margin-top: 18px;
    }
}

@media (max-width: 380px) {
    .modal-minicart .button.checkout.wc-forward {
        font-size: 14px;
        padding: 10px 18px;
    }
    .modal-minicart .mini-cart-product-title {
        font-size: 13px;
    }
    .modal-minicart .quantity .woocommerce-Price-amount.amount {
        font-size: 13px;
    }
    .modal-minicart-content ::-webkit-scrollbar {
        width: 3px;
    }
}

@media (max-width: 380px) and (max-height: 600px) {
    .modal-minicart-content ::-webkit-scrollbar {
        width: 3px;
    }
    .modal-minicart .button.checkout.wc-forward, .modal-minicart#modal-cart-view-fav .button.wc-forward {
        font-size: 12px;
        padding: 10px 20px;
    }
    .black-bar-left-item:not(.black-bar-left-item.email), .header-black-bar a:not(.header-black-bar .login-dropdown a) {
        font-size: 12px;
    }
    .woocommerce-mini-cart__buttons.buttons {
        margin-top: 18px;
        margin-left: 0;
    }
    .modal-minicart#modal-cart-view-fav .woocommerce-mini-cart__buttons.buttons {
        margin-top: 30px;
    }
    .modal-minicart#modal-cart-view-fav ul.woocommerce-mini-cart.cart_list.product_list_widget {
        max-height: 205px;
    }
}

@media (max-height: 600px) {
    .modal-minicart {
        max-height: 420px;
        min-height: unset;
        overflow-y: auto;
        border-bottom: 5px solid #fff;
        padding-bottom: 25px;
    }
}

/* modal cart view end */


/* custom product cart */

.product-custom-tabs-content-item{
    display: none;
}

.product-custom-tabs-content-item.product-tab-content-active{
    display: block;
}
/* custom product cart end */



/* Shop - start */

@media (max-width: 1025px) {
    .woocommerce .middle-navigation.flex-spbtwn {
        margin-bottom: 15px;
    }
}

/* Shop - end */

/* register page start */


.top-background .subtitle,
.top-background .subtitle a {
    font-size: 27px;
    font-weight: 300;
    margin: 0;
}
.top-background .subtitle a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.register {
    padding-top: 29px;
}
.register .section-title {
    text-align: left;
    margin-bottom: 15px;
}
select[name="user-status"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.select-mask {
    position: relative;
}
.select-mask::after {
    content:"";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 10px;
    top: 5px;
    right: 19px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cg%3E%3Cg%3E%3Cpath d='M11.577.52L6.018 9.925.5.5h11.089z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
}
.register label {
    display: block;
}
.form-flexbox {
    display: flex;
    flex-wrap: wrap;
}
.register .form-row-flex-item {
    margin-bottom: 27px;
}
.register-avatar {
    padding-top: 10px;
}
.text-info {
    font-size: 14px;
    margin-bottom: 31px;
}
.avatar-img {
    width: 106px;
    height: 116px;
    border: 1px solid #e7e7e7;
    position: relative;
}
.avatar-placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 32px 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.avatar-placeholder::before {
    content:"+";
    display: block;
    margin-bottom: 5px;
}
.avatar-placeholder.hidden {
    opacity: 0;
}
.avatar-display-img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#upload-avatar{
    display: none;
}
.register-privacy {
    margin: 18px 0;
}

/* register page end */

/* my account page start */
.my-account-container {
    display: flex;
}
.myaccount-sidebar {
    width: 343px;
    margin-right: 115px;
}
.myaccount-sidebar-mobile {
    display: none;
}
.myaccount-main {
    width: calc(100% - 458px);
    max-width: 895px;
}
.sidebar-user-dash {
    margin-bottom: 23px;
}
.dashboard-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 17px;
}
.user-dashboard {
    border: 2px solid #000000;
    padding: 61px 30px;
    
}
.dashboard-link span {
    margin-right: 10px;
}
.logout-link {
    color: #a1a1a1;
    margin-left: 25px;
    margin-bottom: 0;
}
.profile-info .form-row-flex-item {
    margin-bottom: 40px;
}
.myaccount-main .section-title {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}
.delivery-info {
    padding-top: 47px;
}
.myaccount .profile-info .button.alt.profile-btn {
    margin-top: -12px;
}
.myaccount .delivery-info .button.alt.profile-btn {
    margin-top: 0;
}
.delivery-info .form-row-flex-item {
    margin-bottom: 28px;
}
.myaccount>.section-title {
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 46px;
}
.sidebar-user-product {
    width: 100%;
    height: 539px;
    background-image: url(../../../assets/images/beautiful-young-brunette-with-make-up-curly-hair.png);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    padding: 110px 26px 69px 19px;
    position: relative;
}
.sidebar-user-product .product-discount {
    width: 108px;
    height: 45px;
    background-color: #ffffff;
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 16px;
}
.user-prod-info {
    width: 208px;
    display: flex;
    flex-wrap: wrap;
    align-content:space-between;
    justify-content: flex-end;
    margin-left: auto;
    text-align: right;
    line-height: 1.38;
}
.sidebar-user-product .product-category {
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color:#fff;
    display: block;
}
.sidebar-user-product .product-title{
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.btn-shop {
    border-radius: 22px;
    background-color: #ffff;
    font-family: "Acumin Pro", sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 11px 39px;
    margin-top: 100px;
}
.img-prod1,
.img-prod2 {
    position: absolute;
    bottom: 18px;
}
.img-prod1 {
    left: 19px;
    z-index:10;
}
.img-prod2 {
    left: 79px;
}

@media (max-width: 1200px) {
    .myaccount-sidebar {
        width: 323px;
        margin-right: 35px;
    }
    .myaccount-main .form-row-flex-item {
        width: 286px;
    }
    .myaccount-main  {
        width: calc(100% - 358px);
    }
    .sidebar-user-product {
        padding: 90px 16px 90px 19px;
    }
}
@media (max-width: 1024px) {
    .myaccount-main {
        width: 100%;
        position: relative;
    }
    .myaccount-sidebar{
        display: none;
    }
    .myaccount-sidebar-mobile {
        display: block;
    }
    #nav-user-icon {
        position: absolute;
        
    }
    #nav-user-dashboard {
        position: absolute;
        z-index: 12;
        background: #000;
        right: 0;
        visibility: hidden;
        opacity: 0;
        top: -100px;
        transition: all 0.2s ease-in-out;
    }
    #nav-user-dashboard.show {
        visibility: visible;
        opacity: 1;
        top: 0;
    }
}

/* my account page end */

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{
    height: 100%;
}
.woocommerce div.product div.images img{
    height: 100%;
    object-fit: contain;
}