/*!
Theme Name: 3ds Child Theme
Theme URI: https://www.3ds.gr
Author: 3ds Development Team
Author URI: https://www.3ds.gr
Description: 3ds Wordpress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.3ds.gr
Text Domain: dsgr-child
*/

.bapf_sfilter:not(.bapf_slidr) .bapf_body.active {
    width: 200px !important;
}
.bapf_body.active ul {
    flex-direction: column !important;
    max-height: 200px;
    flex-wrap: nowrap !important;
}

.bapf_sfilter.bapf_stylecolor .bapf_body.active ul {
    flex-wrap: wrap !important;
    flex-direction: row !important;
}
.bapf_sfilter.bapf_stylecolor .bapf_body.active ul li {
    flex: 0 0 33% !important;
    max-width: 33% !important;
}
.pswp__caption__center {
    display: none !important;
}

/* li[data-attribute_name="attribute_pa_chroma"] {
    padding: 0 !important;
    height: 100% !important;
}
li[data-attribute_name="attribute_pa_chroma"] span.variable-item-span {
    display: none;
}
li[data-attribute_name="attribute_pa_chroma"] .variable-item-contents img {
    border-radius: 4px;
} */

body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .quantity-container .quantity .quantity-controls {
    border-left: #C8BDAD 1px solid !important;
    border-bottom-left-radius: 0 !important;
}

.custom-availability-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 14px;
}
.custom-availability-wrapper .availability-label {
    font-weight: 700;
    margin-bottom: 10px;
}
.custom-availability-wrapper .availability-info-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.custom-availability-wrapper .availability-info-wrapper > div {
    flex: 0 0 50%;
    max-width: 50%;
}
.custom-availability-wrapper .availability-info-wrapper > div:first-child {
    flex: 0 0 60%;
    max-width: 60%;
}
.custom-availability-wrapper .availability-info-wrapper > div:last-child {
    flex: 0 0 40%;
    max-width: 40%;
}
.custom-availability-wrapper .availability-info-wrapper > div:first-child {
    position: relative;
    padding-left: 30px;
}
.availability-info.instock {
    color: green;
}
.availability-info.lowstock {
    color: #EF8020;
}
.availability-info.backorder {
    color: #EF8020;
    flex: unset !important;
    max-width: unset !important;
}
.availability-info.outofstock {
    color: red;
    flex: unset !important;
    max-width: unset !important;
}
.custom-availability-wrapper .availability-info-wrapper > .availability-info.instock:before {
    content: '\2713\00a0';
    color: green;
    position: absolute;
    left: 0;
    font-size: 22px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    font-weight: 500;
}
.custom-availability-wrapper .availability-info-wrapper > .availability-info.lowstock:before, .custom-availability-wrapper .availability-info-wrapper > .availability-info.backorder:before {
    content: '\2713\00a0';
    color:#EF8020;
    position: absolute;
    left: 0;
    font-size: 22px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    font-weight: 500;
}
.custom-availability-wrapper .availability-info-wrapper > .availability-info.outofstock:before {
    content: '\1F5D9\00A0';
    color: red;
    position: absolute;
    left: 0;
    font-size: 22px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    font-weight: 500;
}
.custom-availability-wrapper .availability-info-wrapper > div:last-child {
    text-align: right;
}
.custom-availability-wrapper .availability-info-wrapper .stores-availability {
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

#stores-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 30px);
    max-width: 500px;
    height: 100%;
    background: #f0f1f5;
    transform: translateX(100%);
    transition: ease-out all .3s;
    z-index: 9999;
    padding: 20px;
}
#stores-sidebar.active {
    transform: translateX(0);
}
.stores-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.close-stores-availability {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}
.close-stores-availability:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg);
    width: 100%;
    height: 2px;
    background: #000;
}
.close-stores-availability:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-45deg);
    width: 100%;
    height: 2px;
    background: #000;
}

.stores-sidebar-header, .stores-sidebar-body {
    background: #fff;
    padding: 20px;
}
.stores-sidebar-header {
    border-bottom: solid 2px #f0f1f5;
    font-weight: 700;
    font-size: 16px;
}
.stores-sidebar-body {
    height: calc(100% - 60px);
    display: flex;
}
ul.stores-list {
    padding: 0;
    list-style: none;
    flex: 0 0 100%;
    max-width: 100%;
}
ul.stores-list li {
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
    border-bottom: solid 2px #f0f1f5;
    font-size: 14px;
    padding-bottom: 15px;
    gap: 30px;
}
ul.stores-list li.store-instock .availability-message{
    color: #4ed07e;
    position: relative;
}
ul.stores-list li.store-instock .availability-message::before{
    content: '\2713\00a0';
    color: #4ed07e;
    position: absolute;
    left: -20px;
    font-size: 22px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    font-weight: 500;
}
ul.stores-list li.store-lowstock .availability-message{
    color: #EF8020;
    position: relative;
    text-align: right;
    max-width: 120px;
    width: 100%;
}
ul.stores-list li.store-lowstock .availability-message::before{
    content: '\2713\00a0';
    color: #EF8020;
    position: absolute;
    left: -20px;
    font-size: 22px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    font-weight: 500;
}
/* ul.stores-list li.store-outofstock {
    color: #9d9d9d;
} */
ul.stores-list li.store-outofstock .availability-message{
    color: #EB5050;
}

ul.stores-list li .store-name {
    display: flex;
    align-items: center;
}
.store-name img {
    width: 20px;
    margin-right: 10px;
}

/* div#stores-sidebar.active:before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    transform: translateX(-100%);
} */
body.disable-scroll {
    overflow-y: hidden;
}
.stores-sidebar-body .loader {
    margin: 100px auto;
}

.stores-sidebar-fade.active {
    background: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

@media(max-width: 600px) {
    .custom-availability-wrapper .availability-info-wrapper > div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
    }
    .custom-availability-wrapper .availability-info-wrapper > div:last-child {
        text-align: left;
    }
}

.maintenance-item-image img {
    width: 30px;
    height: 30px;
}

.skatakia img {
    width: 70px !important;
    border-radius: 5px;
}
li[data-attribute_name="attribute_pa_chroma"] {
    height: auto !important;
    padding: 0 !important;
}

.wishlist-count.show-count {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    top: -10px;
    right: -10px;
    background: #EB5050;
    color: #ffffff;
}
.wishlist-count {
    display: none;
}
.wishlist-count.show-count {
    display: block;
}
#checkout .checkout-container .checkout-fields .actions-container #order_review .cart_item .details-container .name .title, .billing-label,
#checkout .checkout-container .checkout-fields form.checkout tr th, #threeds-checkout_payments h3, .wc_payment_methods li label, .woocommerce-shipping-methods li label,
.wc_payment_methods li div, .woocommerce-shipping-methods li div, #checkout .checkout-container .checkout-fields .actions-container #order_review .includes_tax, #checkout .checkout-container .checkout-fields .actions-container #order_review .includes_tax *,
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name a, #threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name a *,
#threeds-sidecart-wrapper .threeds-sidecart-container ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .details-container .name .quantity-container .price-container *:not(del):not(ins){
    color: #000;
}
div#product-size-guide tbody tr td {
    min-width: 100px;
    text-align: center;
}
div#product-size-guide tbody tr:first-child td {
    background: #000;
    color: #fff;
    text-align: center;
}
.no-size-guide-available{
    padding: 1rem;
    text-align: center;
}
.no-size-guide-available svg{
    width: 240px;
    height: 240px;
}
.no-size-guide-available-text{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 2.25rem;
}
.sg-cta{
    text-align: center;
    width: 100%;
}
.sg-cta a {
    font-size: 18px;
    font-weight: 500;
    border: solid 1px;
    padding: 15px;
    border-radius: 5px;
    background: #000;
    color: #fff;
    transition: all .3s;
}
.sg-cta a:hover {
    background: #fff;
    color: #000;
}
.size-guides-info-wrapper{
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.size-guides-text, .size-guides-image{
    width: 100%;
}
@media (min-width: 992px) {
    .size-guides-info-wrapper{
        flex-direction: row;
    }
    .size-guides-text, .size-guides-image{
        width: 49%;
    }
}
.size-guides-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    line-height: 1.2;
}
.size-guides-text ul li, .size-guides-text ol li{
    padding: 0.650rem 0rem 1.25rem 0rem;
}
.all-size-guides-wrapper{
    padding: 3rem 1.25rem;
    width: 100%;
}
.all-size-guides-wrapper .all-size-guides-title{
    padding: 2.25rem 0rem 1rem 0rem;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}
.all-size-guides-wrapper .all-size-guides-table{
    width: 95%;
    overflow-x: scroll;
    margin: 0 auto;
}
.all-size-guides-table table{
    overflow-x: auto;
}
@media (min-width: 992px) {
    .all-size-guides-wrapper .all-size-guides-table{

    }
}
body.page-id-775 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header.site-header .top-header {
    display: flex;
}
header.site-header .top-header-first, header.site-header .top-header-third {
    flex: 0 0 25%;
    max-width: 25%;
}
header.site-header .top-header-second {
    flex: 0 0 50%;
    max-width: 50%;
}
.top-header ul.header-secondary-menu-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    margin: 0;
}
.top-header ul.header-secondary-menu-list a {
    font-size: 14px;
}
@media (min-width: 992px) {
    header.site-header .main-header {
        display: flex !important;
        padding: 0 !important;
        width: 100%;
    }
    .desktop-menu-wrapper .desktop-navigation-menu {
        display: flex;
        justify-content: center;
    }
}
.top-header-container {
    flex: 0 0 100%;
    max-width: 1680px;
    display: flex;
    width: 100%;
}
@media (max-width: 1680px) {
    .top-header-container, .header-main-row{
        padding: 0 30px;
    }
}
@media (max-width: 420px) {
    .top-header-container, .header-main-row{
        padding: 0 0 0 30px;
    }
}
header.site-header .top-header-second > div {
    display: flex;
    justify-content: center;
}
header.site-header .top-header-third > div {
    display: flex;
    justify-content: flex-end;
}
.header-main-row {
    display: flex;
    width: 100%;
    align-items: center;
}
@media (min-width: 1680px) and  (max-width: 1880px){
    .header-main-row{
        padding: 0px 30px;
    }
}
.header-main-row .logo-container {
    flex: 0 0 15%;
    max-width: 15%;
}
.header-main-row .header-search {
    margin: 0 !important;
    width: 0 !important;
}
.header-main-row .menu-container {
    flex: 0 0 85%;
    max-width: 85%;
    padding: 0 !important;
}

@media (min-width: 992px) {
    body.is-scrolled .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children:hover > .submenu-wrapper {
        top: 80px !important;
    }
}

@media (min-width: 1200px) {
    .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children:hover > .submenu-wrapper {
        top: 118px !important;
    }
    body.is-scrolled .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children:hover > .submenu-wrapper {
        top: 80px !important;
    }
}

header.site-header .main-header .menu-container .actions-container svg {
    width: 28px;
    height: 28px;
    stroke: #000;
}
header.site-header .main-header .menu-container .actions-container .action.wishlist.active svg {
    stroke: #EB5050 !important;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first {
    height: auto !important;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children {
    padding-top: 10px;
    padding-bottom: 10px;
}
.desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children::after{
    top: 45% !important;
}
@media (min-width: 992px) and (max-width: 1320px) {
    .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first{
        gap: 1rem !important;
    }
    .desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children > span.column-label > a{
        font-size: 14px;
    }
}
header.site-header .main-header .menu-container .actions-container svg {
    width: 20px !important;
    height: 20px !important;
}
.search-cta .open{
    display: none;
}
.search-cta .open.active{
    display: flex;
}
.search-cta .close{
    display: none;
}
.search-cta .close.active{
    display: flex;
}
.header-main-row .header-search {
    position: fixed;
    width: 100% !important;
    max-width: 1680px !important;
    transition: top .3s;
    top: -100%;
}
@media (max-width: 1680px) {
    .header-main-row .header-search {
        width: 95vw !important;
        padding: 0 30px;
    }
}
.header-main-row .header-search.active {
    top: 135px;
}
body.is-scrolled .header-main-row .header-search.active {
    top: 100px;
}
@media (max-width: 992px) {
    body.is-scrolled .header-main-row .header-search.active {
        top: 100px;
    }
}
.guaven_woos_suggestion {
    left: 50% !important;
    transform: translateX(-50%);
}

i.fa.bapf_ochild.fa-plus, i.fa.bapf_cchild.fa-minus {
    font-family: initial;
    position: relative;
    font-size: 0;
}
i.fa.bapf_ochild.fa-plus:after, i.fa.bapf_cchild.fa-minus:after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 8px;
    height: 8px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(45deg);
}
i.fa.bapf_cchild.fa-minus:after {
    transform: rotate(-135deg);
    top: -5px;
}

.desktop-menu-wrapper.pointer-none {
    pointer-events: none;
}

.page-numbers:not(.prev):not(.next) {
    min-height: 30px;
    min-width: 30px !important;
}

.woocommerce .prod-tax-general-container nav.woocommerce-pagination ul.page-numbers li .page-numbers {
    min-width: 30px !important;
    min-height: 30px !important;
    height: 30px !important;
    width: 30px !important;
    padding: 0;
}
.prev.page-numbers, .next.page-numbers {
    height: 30px;
}

body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li:not([data-attribute_name="attribute_pa_chroma"]) {
    min-width: 65px !important;
    height: 40px !important;
    padding: 0 !important;
}

@media(max-width: 992px) {
    header.site-header .top-header-first, header.site-header .top-header-third {
        display: none;
    }
    header.site-header .top-header-second {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .header-main-row .logo-container {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .header-main-row .menu-container {
        flex: 0 0 60%;
        max-width: 60%;
    }
    header.site-header .mobile-header-search {
        top: -100%;
        max-width: 100%;
        position: fixed;
        transition: top .3s;
    }
    header.site-header .mobile-header-search.active {
        top: 110px;
    }
    .header-main-row .header-search.active {
        top: 135px;
        display: block !important;
        left: 0;
    }
}
@media(max-width: 576px) {
    .header-main-row .header-search.active {
        top: 120px;
    }
}
.reset_variations{
    display: none;
}
.remove-all-from-wishlist{
    font-size: 14px !important;
    background-color: #000000;
    color: #FFFFFF;
    padding: 0.45rem 1.5rem 0.45rem 1.5rem;
    border-radius: 4px;
    text-align: center;
}
#searchclose{
    padding: 0.650rem 0rem;
    cursor: pointer;
}
.woocommerce-result-count{
    min-width: 280px;
}
.woocommerce-ordering{
	min-width: 240px;
    margin-left: 20px;
}
.form-wppp-select{
	width: 100%;
    text-align: right;
    
}
.shop-page .prod-tax-general-container .row .prod-tax-container .prod-tax-header .wppp-select{
    border: none;
}
@media(max-width: 576px) {
    .prod-tax-header{
        gap: 20px;
        justify-content: center;
        flex-direction: column;
    }
    .woocommerce-result-count{
        width: 100%;
        text-align: center;
    }
    .woocommerce-ordering{
        width: 100%;
        text-align: center;
    }
    .form-wppp-select{
        width: 100%;
        text-align: center;
    }
}
.wppp-before-dropdown{
    font-size: 14px;
    display: inline;
    margin-right: 5px;
}
.woocommerce-ordering label, .woocommerce-result-count, .shop-page .prod-tax-general-container .row .prod-tax-container .prod-tax-header .orderby, .shop-page .prod-tax-general-container .row .prod-tax-container .prod-tax-header .wppp-select{
    font-size: 14px;
}
.category-archive-banner{
    padding: 2.7rem 1rem 0rem 1rem;
}
.category-archive-banner > a{
    width: 100%;
    height: 100%;
    display: block;
}
.category-archive-banner > a > iframe{
    pointer-events: none;
}
.variable-item-contents .variable-item-image img{
    max-width: 70px !important;
    border-radius: 4px;
}
.woo-variation-swatches.wvs-show-label .variations td{
    display: flex !important;
    flex-wrap: wrap;
}
.related-colors-wrapper{
    margin: 0.3rem;
}
.related-colors-wrapper .related-colors-container{
    display: flex;
    gap: 0.2rem;
}
.related-colors-item{
    border: #C8BDAD 1px solid;
    border-radius: 4px;
}
.related-colors-item .variable-item-image img{
    max-width: 70px !important;
    max-height: 105px !important;
    border-radius: 4px;
}

.related-colors-item[data-wvstooltip]:after {
    left: 50%;
}

.stores-section .stores-list iframe{
    width: 100%;
    max-height: 350px;
}


.woo-variation-swatches .variable-items-wrapper[data-attribute_name=attribute_pa_chroma] li {
    margin: 4px;
}


.variation-tooltip {
    position: absolute;
    top: -335px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 200px;
    height: auto;
    z-index: 99999999;
    border: solid 1px #EB5050;
    border-radius: 8px;
    padding-bottom: 4px;
    background: #fff;
    transition: transform .3s;
}
.variation-tooltip:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #EB5050;
}
.variation-tooltip.active {
    transform: translateX(-50%) scale(1);
}
.variation-tooltip img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.variation-tooltip span {
    color: #000 !important;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    display: block;
}

ul.products li.product .product-card-container .details-container .threeds-swatches .single-swatch {
    position: relative;
}

body.single-product .woo-variation-items-wrapper [data-wvstooltip]:before,
body.single-product .woo-variation-items-wrapper [data-wvstooltip]:after {
    display: none !important;
}

ul.products > li .product-card-container .img-container img {
    background-color: #f1f2f6 !important;
}

#threeds-sidecart-wrapper .continue-shopping-btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    background: transparent;
    color: #000000;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

body.woocommerce-cart .cart-collaterals .continue-shopping-btn a {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    background: transparent !important;
    color: #000000 !important;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-subtitle {
        font-size: 16px !important;
    }
}

.sustainability-section-text-accordion h3 {
    font-size: 18px;
    text-align: left;
}
.sustainability-section .sustainability-section-container .sustainability-section-text-wrap .sustainability-section-text-accordion .card .collapse .card-body {
    font-size: 14px;
}

.sustainability-section-image-wrap img {
    max-width: 300px;
}
.sustainability-section .sustainability-section-container .sustainability-section-image-wrap {
    position: sticky;
    top: 0;
    height: 100%;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary .accordion .accordion-body img {
    /* max-width: 45px; */
    max-width: 125px;
    height: auto;
}
.shop-page .prod-tax-general-container .row .prod-tax-sidebar {
    height: 100%;
    position: sticky;
    top: 90px;
}
.screen-reader-text{
    display: none !important;
}
.iti__country-list{
    max-width: 600px !important;
    z-index: 3 !important;
}

@media (max-width: 600px) {
    .iti__country-list{
        max-width: 90% !important;
        z-index: 3 !important;
    }
}

.threeds-swatches-lazy {
    min-width: 43px;
    height: 43px;
    display: block;
    position: relative;
    background: transparent;
    box-sizing: border-box;
}
.threeds-swatches-lazy::after {
    content: '';
    width: 100%;
    height: calc(100% + 3px);
    top: 10px;
    left: 0;
    position: absolute;
    background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 100%),
    linear-gradient(#DDD 100px, transparent 0),
    linear-gradient(#DDD 16px, transparent 0),
    linear-gradient(#DDD 50px, transparent 0);
    background-repeat: no-repeat;
    background-size: 75px 175px, 100% 100px, 100% 16px, 100% 30px;
    background-position: -185px 0, center 0, center 115px, center 142px;
    box-sizing: border-box;
    animation: animloader 1s linear infinite;
}

@keyframes animloader {
  to {
    background-position: 185px 0, center 0, center 115px, center 142px;
  }
}


.threeds-swatches-lazy.hide-loader:after{
    display: none;
}

li.threeds-related-colors-placeholder {
    border: none !important;
}
body.product-template-default .woocommerce .shop-page .product.type-product #outer_wrapper .summary.entry-summary form.cart .variations ul li.threeds-related-colors-placeholder {
    height: auto !important;
}
body.single-product div.product.type-product .threeds-swatches-lazy {
    height: 100% !important;
}
body.single-product div.product.type-product .threeds-swatches-lazy::after {
    top: 3px;
}
.footer-card-icons{
    padding-top: 3rem;
    text-align: center;
}
body.woocommerce-checkout .selected-bank{
	font-size: 15px;
    background-color: #f3f3f3;
    border-radius: 20px;
    padding: 20px 30px;
}
#checkout .checkout-container .checkout-fields form.checkout #threeds-checkout_payments ul li.payment_method_vivawallet label img{
    display: block;
}
.b2b-form-section .b2b-form-container .b2b-form-wrap .b2b-form form textarea {
    width: 100%;
    border: #C8BDAD 1px solid;
    border-radius: 6px;
    padding: 1.25rem;
}

#checkout .checkout-container .checkout-fields .actions-container #order_review tfoot tr.order-total small.includes_tax span {
    display: none;
}
#home .homepage-section.second .homepage-section-wrapper .collections .collection-image {
    opacity: 1 !important;
}
.woocommerce-notices-wrapper{
    margin: 1rem 0rem;
    outline: 0;
    border: 0;
}
.woocommerce-notices-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
}

.woocommerce-notices-wrapper .woocommerce-message {
    background: #4ed07e;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 15px;
    
}
.woocommerce-notices-wrapper .woocommerce-error {
    background: #EB5050;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 15px;
}


.woocommerce-order.thankyou-page .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details table tfoot {
    display: block;
    padding-top: 30px;
    border-top: solid 1px #f3f3f3;
    margin-top: 30px;
}
.woocommerce-order.thankyou-page .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details table tfoot tr {
    display: flex;
}
.woocommerce-order.thankyou-page .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details table tfoot tr th {
    width: 40%;
}
.woocommerce-order.thankyou-page .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details table tfoot tr td {
    width: 60%;
    text-align: right;
}

.woocommerce-order.thankyou-page .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details table tfoot tr td small.shipped_via,
.woocommerce-order.thankyou-page .second_row .right_side .right_side_wrapper .cu_row .woocommerce-order-details table tfoot tr td .includes_tax {
    display: none;
}
body.page-template-page-giftcards #giftcards-page .giftcards-form-section .giftcards-form-container .giftcards-form-wrap .variations_form .single_variation_wrap .custom-availability-wrapper{
    display: none;
}


.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents span:after {
    content: '';
    position: absolute !important;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: red;
    transform: rotate(-30deg) translateY(-50%);
}

.desktop-menu-wrapper .desktop-navigation-menu #main-menu ul.first > li.has-children:hover > .submenu-wrapper {
    transition: none !important;
}

@media (min-width: 992px) {
    body.page-template-page-catalogs .general-page .catalogs-container {
        gap: 0 !important;
    }
    body.page-template-page-catalogs .general-page .catalogs-container .catalog-item {
        width: 50% !important;
        padding: 10px !important;
    }
}

body.page-template-page-catalogs .general-page .catalogs-container .catalog-item.catalog-fullwidth-row {
    width: 100% !important;
}
#home .homepage-section.first .homepage-section-wrapper .main-slider-wrapper .swiper-slide .the_context {
    background: rgba(0,0,0,.2) !important;
}
.contact-form-line-submit{
    padding-top:1.25rem;
}