/*  */
body.archive.tax-product_cat {
    background-image: url('../../assets/img/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
body.archive.tax-product_cat #main, body.archive.tax-product_cat  #wrapper {
    background-color: unset !important;
    /* padding-bottom: 50px; */
}
body.wp-singular.product-template-default.single.single-product {
    background: #fff;
}
.custom-archive-product-cat .archive-sidebar {

}
.custom-archive-product-cat .list-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 30px;    
}

.woocommerce .woocommerce-ordering {
    margin: 0 !important;
    outline: unset;
    background: #D9D9D9;
}
.archive-sidebar form.product-filter-form ul li {
    list-style: none;
    padding-bottom: 10px;
    color: #6C6C6C;
}
.archive-sidebar form.product-filter-form ul li label {
    cursor: pointer;
}
.archive-sidebar form.product-filter-form ul.level-0 li {
    margin-bottom: 15px;
}
.archive-sidebar form.product-filter-form ul li label.level-0 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4D4D4D !important;
    margin-bottom: 10px;
    cursor: auto;
    /* pointer-events: none; */
}
.archive-sidebar form.product-filter-form ul li label.level-0 input[type="checkbox"] {
    display: none;
}
.archive-sidebar form.product-filter-form ul {
    margin: 0;
    padding: 0;
}
.archive-sidebar form.product-filter-form ul ul.level-1 li {
    margin-bottom: 0;
}
.archive-sidebar form.product-filter-form ul li input {
    margin-right: 10px;
    color: #999999;
}
.archive-sidebar form.product-filter-form ul li label.checked {
    color: #C32314;
}
.category-description {
    /* border-top: 1px dashed rgba(153, 0, 0, 0.5);
    padding-top: 20px; */
}
.category-description .term-description {
    color: #990000;
    font-style: italic;
    font-size: 20px;
    max-width: 60%;
    text-align: center;
    margin: 0 auto 50px;
    line-height: normal;
}
.archive-sidebar ul.product-categories {
    padding: 0;
}

.archive-sidebar .widget:first-child {
    margin-top: 25px !important;
}
.archive-sidebar .widget h2.widget-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #990000;
    position: relative;
    margin-bottom: 20px;
}
.archive-sidebar .widget h2.widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 2px;
    background-color: #990000;
}
.widget.woocommerce.widget_product_categories ul li {
    list-style: inside !important;
    font-size: 18px;
    /* padding-left: 10px !important; */
}
.widget.woocommerce.widget_product_categories ul li.cat-parent a {

}
.archive-sidebar .widget .slider-products .slick-slide {
    padding: 0 !important;
}

/* Content product */
.registration-information-box {
    margin-top: 20px;
}
.registration-information-box table td, 
.registration-information-box table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px 10px !important;
    color: #000;
    font-size: 13px;
}
.registration-information-box table tr:nth-child(even) {
    background-color: #dddddd;
}

.clearfix.custom-product-single {
    margin-top: 20px;
    position: relative;
}
.custom-meta-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 30px;
    position: relative;
    padding-bottom: 5px;
}
.custom-meta-product::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #990000;
}
.social-s svg {
    stroke-width: 0;
}
.custom-quantity {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.custom-quantity .minus, .custom-quantity .plus {
    width: 40px !important;
    height: 40px !important;
    position: relative !important;
    float: left;
    background: #fff !important;
    border: 1px solid #ddd !important;
    color: #990000 !important;
    font-size: 18px;
}
.custom-quantity .qty.text {
    width: 60px !important;
    height: 40px !important;
    border: 1px solid #ddd !important;
    border-left: none !important;
    border-right: none !important;
    color: #990000 !important;
    font-size: 20px;
    font-weight: 600 !important;    
}
button.single_add_to_cart_button.button.alt {
    position: relative;
    padding-left: 40px;
}
button.single_add_to_cart_button.button.alt::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 30px;
    height: 30px;
    background-image: url('../../assets/img/cart2.png');
    background-size: contain;
}
.custom-btn-submit {
    display: flex;
    gap: 20px;
    align-items: center;
}
.custom-btn-submit button.single_add_to_cart_button {
    background: #990000 !important;
    padding: 5px 40px 5px 70px !important;
    border-radius: 30px !important;
    font-size: 18px !important;
}
.custom-btn-submit a.button.buy_now.ml-2 {
    background-image: linear-gradient(to right, #990000, #d8a74b);
    padding: 5px 35px;
    border-radius: 30px;
    font-size: 18px !important;
}
.summary.entry-summary .box-price {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.summary.entry-summary .box-price .price {
    font-size: 22px;
    font-weight: 600;
    color: #990000;
}
.summary.entry-summary .box-price .price del {
    font-size: 16px;
    color: #737373;
    margin-left: 10px;
}
.summary.entry-summary p.stock.out-of-stock {
    position: absolute;
    top: 200px;
    font-style: normal;
    left: 20%;
    background: rgb(0 0 0 / 40%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 600;
}
.accordion.features-and-ingredients button.accordion-button {
    background: no-repeat !important;
    border: none !important;
    border-bottom: 1px solid #990000;
    color: #990000;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    padding-left: 0;
}
.accordion.features-and-ingredients .accordion-item {
    border: none !important;
    padding: 0 10px;
}
.accordion.features-and-ingredients .accordion-header {
    border-bottom: 1px solid;
}
.accordion.features-and-ingredients .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.custom-content-single-product .woocommerce-Tabs-panel table {
    background: rgb(241 192 156 / 30%);   
    justify-content: center;
    display: inline-flex;
    height: 100% !important;
    padding: 30px;     
    border-radius: 20px;
}
.custom-content-single-product .woocommerce-Tabs-panel table tbody {
    border: none !important;
}
.custom-content-single-product .woocommerce-Tabs-panel table tr {
    border: none !important;
    display: flex;
    height: 100% !important;
    gap: 30px;
    width: 100%;
    align-items: center;
}
.custom-content-single-product .woocommerce-Tabs-panel table tr td {
    width: 100% !important;
    height: 100% !important;  
    border: none !important;  
    text-align: left !important;
}

/*  */
.dev3b-slider-for .single-product-main-image img {
    height: 500px !important;
    object-fit: cover;
}
.dev3b-slider-nav img {
    height: 100px;
    object-fit: cover;
}

/* Cart */
body.wp-singular.woocommerce-cart .shop_table.cart th,
body.wp-singular.woocommerce-cart .shop_table.cart tr {
    border: none !important;
    border-bottom: 1px solid #fff !important;
}
body.wp-singular.woocommerce-cart .shop_table.cart td {
    text-align: center;
    border: none !important;
}
body.wp-singular.woocommerce-cart table.cart img {
    width: 80px;
}
.woocommerce a.remove {
    margin: 0 auto;
}
body.wp-singular.woocommerce-cart .shop_table.cart td.product-price,
body.wp-singular.woocommerce-cart tr.cart-subtotal .amount,
table.shop_table.woocommerce-checkout-review-order-table td.product-total .amount {
    font-weight: 600;
}
body.wp-singular.woocommerce-cart .shop_table.cart td.product-subtotal,
body.wp-singular.woocommerce-cart tr.order-total .amount,
table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal .amount,
table.shop_table.woocommerce-checkout-review-order-table tr.order-total .amount {
    font-weight: 600;
    color: #C32314;
}

table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table tr {
    border: none !important;
    border-bottom: 1px solid #fff !important;
}
.sh-product-shortcode.column-3 .list-products li .image-product a.img img {
    height: 280px;
    object-fit: cover;
}



/*  */
.price-usd {
    color: #990000;
    font-weight: 600;
    font-size: 17px !important;
}
.variations_form.cart table.variations,
.variations_form.cart table.variations tbody {
    border: none !important;
}


/* Slider */
.landing-layout1 .slick-slider .slick-dots {
    bottom: -20px;
}
.landing-layout1 .slick-dots li {
    margin: 0 6px !important;
    width: 26px;
    height: 28px;
}
.landing-layout1 .slick-dots li button.slick-number {
    background: #eee;
    border-radius: 4px;
    width: 26px;
    height: 28px;
    text-align: center;
    padding: 0;
    font-size: 16px;
    color: #333;
}
.landing-layout1 .slick-dots li.slick-active button.slick-number {
    background: #990000;
    color: #fff;
    border-color: #990000;
}
.landing-layout1 ul.row.list-products.grid li {
    list-style: none;
}


.archive.tax-product_cat .banner-top-archive {
    margin: -20px 0 0px;
    padding: 50px 0 30px;
    background: linear-gradient(to bottom, rgb(241 238 232 / 60%), rgb(240 236 229));
    box-shadow: 0 2px 4px #ddd;
}
.banner-top-archive .list-banner-header {
    padding-left: 10px;
}
.banner-top-archive.custom-layout2 h1.woocommerce-products-header__title,
.banner-top-archive h1.woocommerce-products-header__title {
    font-family: 'Daybreaker' !important;
    font-size: 50px !important;
    text-transform: uppercase;
    color: #990000 !important;
    margin-bottom: 30px;
    -webkit-text-fill-color: unset;
    font-weight: 500;
    text-align: center;
}

.banner-top-archive.custom-layout2 .desc h3 {
    font-family: 'Peristiwa';
    font-size: 46px;
    font-weight: 100;
    color: #800404;
    text-align: center;
    margin: 0;
}
.banner-top-archive.custom-layout2 .desc h6 {
    font-size: 16px;
    text-transform: none;
    background-image: url('../../assets/img/7x14cm.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: fit-content;
    margin: 0 auto 15px;
    padding: 10px 50px;
    color: #fff;    
}
.list-banner-header .breadcrumb a {
    font-size: 16px;
    text-transform: none;
    color: #000;
}
.list-banner-header .breadcrumb {
    font-size: 16px;
    color: #990000;
    background: no-repeat;
    padding: 0;
    margin-bottom: 30px;
}

.row.item-steps {
    margin: 20px 0;
}
.item-steps .col-md-3 {
    text-align: center;
}
.item-steps .col-md-3 .image img {
    height: 100px; 
    object-fit: contain;  
}
.item-steps .col-md-3 .title {
    color: #800404;
}
.banner-top-archive.custom-layout2 .hdsd .desc h3 {
    font-size: 40px;
}
.list-hdsd {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-hdsd li.content {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}
.list-hdsd .image {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.list-hdsd .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.list-hdsd .title {
    flex: 1;
    line-height: 1.5;
}
.list-hdsd li.content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.list-hdsd .content .title {
    font-size: 16px;
    color: #800404;
    padding-top: 25px;
}
.file-hdsd {
    width: 100%;
    height: 85%;
    overflow: hidden;    
}
.file-hdsd video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-layout2 .note {
    font-style: italic;
    color: #800404;
}
.section.best-seller {
    padding: 0 !important;
}

.menu-archive {
    background: #F9F9F9;
    padding: 30px 0 15px;
    margin-bottom: 50px;
}
.menu-product-menu-container {
    text-align: center;
}
.menu-archive .main-menu {
    padding-bottom: 15px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; 
}

.menu-archive .menu {
    display: inline-flex;
    gap: 20px; 
    padding: 0;
    margin: 0;
    text-align: center;
}
.menu-archive .menu li {
    list-style: none;
    white-space: nowrap;
    border: none;
}
.menu-archive .menu li a {
    display: inline-block;
    background: #fff;
    padding: 8px 20px;
    border-radius: 40px;
    border: 1px solid transparent;
}
.menu-quick-link-container {
    text-align: center;
}
.menu-archive .menu li a:hover,
.menu-archive .menu li.current-menu-item a {
    color: #990000;
    border: 1px solid #990000;
}
.menu-archive .main-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 5px;
}
.menu-archive .main-menu::-webkit-scrollbar {
	width: 3px;
    height: 3px;
	background-color: #F5F5F5; 
}
.menu-archive .main-menu::-webkit-scrollbar-thumb {
	background-color: #807d7d;
	border-radius: 4px;
}

.woocommerce-Tabs-panel {
    background: #fff;
    padding: 30px 10% !important;
}
.woocommerce-Tabs-panel--description img {
    /* max-width: 50% !important;
    margin: 0 auto;
    height: 350px !important; */
    object-fit: contain;
}
.woocommerce-Tabs-panel--description h1,
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3,
.woocommerce-Tabs-panel--description h4,
.woocommerce-Tabs-panel--description h5 {
    font-size: 22px;
    font-family: math !important;
    font-weight: 600; 
    margin-bottom: 10px;   
}
.taxonomy-layout1 {
    margin-top: -20px;
}

.wrap-product .box-excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 10px;
    padding: 0 10px;
}
.list-products li .wrap-product {
    background: #fff;
    border-radius: 20px 20px 5px 5px;
    box-shadow: 0px 4px 5px #ccc;    
}
.list-products li .woocommerce-loop-product__title {
    padding: 5px 10px;
}
.list-products li .wrap-product .price {
    padding: 0 10px 15px;
}

.woocommerce-billing-fields__field-wrapper .form-row span.optional,
.woocommerce-additional-fields .form-row .optional {
    display: none;
}
.woocommerce-shipping-calculator .select2-container .select2-selection--single,
.woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.woocommerce-privacy-policy-text a {
    color: #990000;
    text-decoration: underline;
}

span.woocommerce-Price-amount.amount {
    color: #990000;
}

.woocommerce-tabs .tab-panels .panel:not(.active) {
    display: none !important;
}
.product-declaration-table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:20px;
}

.product-declaration-table th{
    width:30%;
    text-align:left;
    padding:10px !important;
    background:#f5f5f5;
    border:1px solid #e5e5e5;
    font-size: 13px;
}

.product-declaration-table td{
    padding:10px;
    border:1px solid #e5e5e5;
}



/* ========= Responsive ========= */
@media(min-width: 1300px) {
    .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
        height: 500px;
        object-fit: cover;
    }
}


@media (max-width: 767px) {
    .custom-btn-submit {
        gap: 10px;
    }
    .custom-btn-submit button.single_add_to_cart_button {
        padding: 5px 15px 5px 45px !important;
    }
    button.single_add_to_cart_button.button.alt::before {
        left: 8px;
    }
    .custom-btn-submit a.button.buy_now.ml-2 {
        padding: 5px 25px;
        border-radius: 35px;
    }
    .banner-top-archive .list-banner-header {
        padding-left: 5px;
        padding-top: 20px;
    }
    .list-banner-header h1.woocommerce-products-header__title {
        font-size: 36px !important;
    }
    .banner-top-archive h1.woocommerce-products-header__title {
        text-align: left;
    }
    .list-banner-header .breadcrumb {
        margin-bottom: 20px;
    }
    .list-banner-header .term-description {
        margin-bottom: 0;
    }

    .woocommerce-Tabs-panel {
        padding: 20px 15px !important;
    }
    .woocommerce-Tabs-panel--description img {
        max-width: 100% !important;
    }

    .shop-container .content-row {
        display: block;
    }
    .category-filtering.container.text-center.product-filter-row.show-for-medium,
    ul.next-prev-thumbs.is-small.show-for-medium {
        display: none;
    }
    .nav-tabs+.tab-panels {
        padding: 0 !important;
    }

    .summary.entry-summary p.stock.out-of-stock {
        position: absolute;
        top: 0;
        font-style: normal;
        left: 0;
        right: 0;
        background: rgb(0 0 0 / 40%);
        width: 90px;
        height: 90px;
        border-radius: 50%;
        text-align: center;
        line-height: 90px;
        color: #a92929 !important;
        text-transform: uppercase;
        font-size: 13px !important;
        font-weight: 600;
        margin: 0 auto;
    }
    .woocommerce-variation-add-to-cart :where(.ux-quantity,.single_add_to_cart_button,.ux-buy-now-button), form.cart :where(.ux-quantity,.single_add_to_cart_button,.ux-buy-now-button) {
        font-size: 12px;
    }
    button.single_add_to_cart_button.button.alt::before {
        top: 4px;
        left: 6px;
        width: 20px;
        height: 20px;
    }
    button.single_add_to_cart_button.button.alt {
        padding-left: 35px;
    }
    body.wp-singular.woocommerce-checkout form.checkout.woocommerce-checkout .row.pt-0 {
        display: block;
    }
    .woocommerce-Tabs-panel .woocommerce-Reviews.row {
        display: block;
    }

}