/* 
Theme Name: 3Tees
Theme URI: https://3tees.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Amir Sohail
Author URI: https://amirence.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: 3tees
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

*, html {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    background: #1A1A1A;
    color: white;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: white;
    margin: 0;
    padding: 0;
}

p {
    color: white;
    margin: 0;
    padding: 0;
}

a {
    color: #BEA460;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button {
    background: #BEA460;
    color: white;
    border: none;
    padding: 0.5em 1em;
    cursor: pointer;
    font-size: 1em;
    border-radius: 4px;
}

button:hover {
    opacity: 0.8;
}

.icon {
    background: #BEA460;
    padding: 0.5em;
    border-radius: 50%;
    display: inline-block;
}

:target {
    scroll-margin-top: 100px;
}

/* Header */
.site-header:not(.dynamic-header) {
    width: 1400px;
    max-width: 100%;
}

.site-header {
    padding: 10px 50px;
}

.header-container {
    width: 100%;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #2E2E2E;
}

.header-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-icon {
    display: flex;
    align-items: center;
    margin: 0px 10px;
}

.headings {
    margin-left: 10px;
}

.headings p {
    padding: 0px;
}

.header-search {
    background-color: #262626;
    padding: 5px;
    width: 600px;
}

.header-search form {
    position: relative;
}

.header-search form label {
    display: block;
}

.header-search form input[type=search] {
    border: 0px;
    border-radius: 0px;
    outline: none;
    background: transparent;
    color: #fff;
}

/* .header-search form input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0px;
}

.header-search .search-submit::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
} */

.header-search form .search-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header-search form .search-icon i {
    color: #6E6E6E
}

.header-search form .search-icon:hover i {
    color: #BEA460;
}

.header-search form [type=submit] {
    display: none;
}

.header-search form label {
    margin-right: 30px;
}


/* Dropdown menu */
/* Style for the dropdown */
.menu li {
    position: relative;
}

.menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 10px 0px;
    margin: 0;
    z-index: 999;
}

.menu li:hover>ul {
    display: block;
}

.menu li ul li {
    width: 200px;
}

.menu li ul li a {
    display: block;
    padding: 10px 15px;

    color: #333;
    text-decoration: none;
}

.menu li ul li a:hover {
    background-color: #bea561;
}

/* End of Dropdown Menu */

.header-icons .header-icon:last-child {
    position: relative;
    cursor: pointer;
}

.cart-count {
    background: #BEA460;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: -10px;
}

.attribute-values li.active {
    background-color: #BEA460;
}

.header-icons .header-icon:last-child .quantity {
    background: #BEA460;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 800;
    position: absolute;
    right: -10px;
    top: 15px;
}

.header-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}

.header-menu ul li {
    margin: 0 10px;
}

.header-menu ul li a {
    color: #fff;
}

.menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-container ul {
    display: flex;
    list-style-type: none;
    gap: 20px;
    align-items: center;
}

/* End of Header */

/* Hero Section */
.mySwiper {
    height: 600px;
}

.mySwiper .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.brandswiper-navigation .swiper-button-next::after,
.brandswiper-navigation .swiper-button-prev::after {
    background-color: #bba558;
    color: #fff;
    height: 30px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 20px;
}


.swiper-slide img {
    object-fit: contain !important;
    height: 100px;
    width: 200px;
    padding: 10px 0px;
}

.banner-content {
    width: 1400px;
    max-width: 100%;
    /* margin: 0 auto 30px; */
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -15%);
    z-index: 2;
    padding: 0px 10px;
}

.banner-content h2,
.banner-content p {
    padding: 0;
}

.banner-content h2 {
    font-size: 40px;
    font-weight: 800;
}

.banner-content p {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 100px;
}

.banner-content a {
    display: inline-block;
    background: #BEA460;
    color: #0B0B0B;
    padding: 20px 50px;
    font-size: 16px;
    font-weight: 700;
}

.banner-content a:hover {
    color: #ffffff;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
}

.video-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index: 1;
    overflow: hidden;
}

/* .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
} */

.responsive-video {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.desktop-video, .mobile-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;
}

.mySwiper {
    position: relative;
}

.swiper-navigation {
    position: absolute;
    bottom: 30px;
    right: 20px;
    z-index: 2;
    width: 300px;
    display: flex;
    gap: 10px;
}

.banner-prev i,
.banner-next i {
    background-color: #D0B774;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0B0B0B;
    font-size: 20px;
    outline: none;
}

.banner-prev i:hover,
.banner-next i:hover {
    color: #ffffff;
    cursor: pointer;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
}

/* End of Hero Section */

/* Shiping Section */
.wicket-container {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

.shipping-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
    background-color: #BEA460;
    padding: 60px 50px;
}

.shipping-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ship-content h3, .ship-content p {
    padding: 0px;
}

.ship-content h3 {
    font-size: 20px;
    font-weight: 700;
}

.ship-content p {
    font-size: 16px;
    font-weight: 600;
}

.shipping-item img {
    background-color: #DCC485;
    height: 50px;
    width: 50px;
    padding: 5px;
    border-radius: 100px;
    border: 5px solid #D0B774;
}

/* End of Shiping Section */

/* Best seller Products  */
.best-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.best-heading a {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}

.owl-buttons .owl-next i:hover,
.owl-buttons .owl-prev i:hover,
.best-single a:hover,
.best-heading a:hover {
    color: #ffffff;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
}

.best-products {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 -10px;
}

.best-product-item {
    display: block;
}

.best-product-item {
    width: 100%;
}

.header-logo a img {
    width: 100px;
    height: 100%;
}

/* .best-product-item:first-child {
    width: 25%;
}

.best-product-item:nth-child(2) {
    width: 75%;
} */

.best-single {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 30px 30px;
}

.best-single h2 {
    font-size: 24px;
    font-weight: 800;
}

.best-single p {
    font-size: 16px;
    font-weight: 600;
}

.best-single a {
    display: inline-block;
    background: #BEA460;
    color: #0B0B0B;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
    width: max-content;
}

.owl-wrapper-outer {
    position: relative;
}

.owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*     border: 1px solid #fff; */
}

.owl-buttons .owl-next i,
.owl-buttons .owl-prev i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000000;
}

#sbi_images.owl-theme .owl-controls .owl-buttons div {
    padding: 0;
    background-color: #D0B774;
    opacity: 1;
}

.owl-item .sbi_item {
    height: 417px;
    padding: 0px 10px;
}

#sb_instagram .sbi_photo img {
    height: 417px;
}

#sb_instagram {
    padding-bottom: 0px !important;
}

#sb_instagram #sbi_images {
    padding: 0px 0px;
}

/* .owl-item {
    width: 268px !important;
}

.owl-wrapper-outer {
    border: 1px solid #ffffff;
} */


/* End of Best seller Products */


/* Top Categories */
.top-category {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
}

.top-category-item {
    display: inline-block;
    /*     border: 1px solid #ffffff; */
    width: 100%;
}

.top-category-item:hover .top-img {
    background: #BEA460;
}

.top-category-item:hover .top-img img {
    /* filter: invert(1); */
}

.top-category-item:hover h3 {
    color: #BEA460;

}

.top-category-item .top-img {
    width: 100%;
    height: 128px;
    background: rgba(0, 0, 0, 0.21);
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-category-item h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 10px 0px;
}

.top-category-item .top-img img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.top-img {
    display: inline-block;
}

/* End of Top Categories */

/* Product Listing */

.wicket-allproducts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wicket-product-item {
    width: calc(25% - 20px);
    height: 417px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
}

.product-img {
    margin-top: 50px;
}

.product-img img {
    width: 100%;
    height: 100%;
}

.product-content {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product-content p {
    font-size: 16px;
    font-weight: 400;
    color: #8B8B8B;
    text-align: left;
}

.product-content h3 {
    font-size: 20px;
    font-weight: 700;
}

.product-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #BEA460;
}

.product-rating {
    display: flex;
    gap: 2px;
    color: #BEA460;
    font-size: 14px;
    margin-bottom: 10px;
}

.add-to-cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    padding: 10px 30px;
    background-color: #BEA460;
    color: #0B0B0B;
    border: none;
    cursor: pointer;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
}

.add-to-cart:hover {
    color: #ffffff;
}

.wishlist-heart {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #BEA460;
    display: none;
}

.wicket-product-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(190, 164, 96, 0.49);
    opacity: 0;
    transition: opacity 0.3s;
}

.wicket-product-item:hover::before {
    opacity: 1;
}

/* End of Product Listing */

/* Home page below Section */
.voucher-bg {
    position: relative;
    height: 160px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.voucher-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 12, 15, 0.68);
    z-index: 1;
    pointer-events: none;
}

.voucher-bg>* {
    position: relative;
    z-index: 2;
}

.voucher-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 68px;
}

.voucher-item h2 {
    font-size: 40px;
    font-weight: 800;
}

.voucher-item p {
    font-size: 16px;
    font-weight: 400;
    width: 60%;
}

.voucher-item a {
    display: inline-block;
    background: #BEA460;
    color: #0B0B0B;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
}

.voucher-item a:hover {
    color: #ffffff;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
}

.spirit-wrapper {
    margin: 50px 0px;
}

.spirit-content {
    display: flex;
    background-color: rgb(34, 34, 34);
    padding: 50px 70px;
}

.spirit-item {
    width: 50%;
}

.spirit-item:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spirit-item:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spirit-item h2 {
    font-size: 40px;
    font-weight: 800;
}

.spirit-item p {
    font-size: 16px;
    font-weight: 400;
}

.best-heading h2 {
    font-size: 40px;
    font-weight: 800;
}

.brandmySwiper .swiper-wrapper .swiper-slide {
    background-color: rgb(34, 34, 34);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* End of Home page below Sections */


/* Footer */
.footer-wrapper {
    margin-top: 50px;
    background-color: rgb(34, 34, 34);
    padding: 50px 0px 20px;
}

.footer-menu ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-menu ul li {
    font-size: 16px;
    font-weight: 600;
}

.footer-menu ul li a {
    color: #fff;
}

.courier-services {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px 0px;
}

.courier-services img {
    width: 100px !important;
    height: 60px !important;
}


.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.social-links a i {
    font-size: 20px;
}

.social-links a {
    border: 1px solid #BEA460;
    padding: 10px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    width: 40px;
}

.social-links a:hover i {
    color: #fff;
}


.copyright {
    text-align: center;
    margin: 40px;
}



/* End of Footer */

/* Poup Up */

/* Popup Overlay */
.popup-overlay {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

/* Popup Content */
.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 20px;
    width: 90%;
    max-width: 700px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
}

/* Popup Close Button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.popup-content .popup-close,
.popup-content h2 {
    color: #BEA460
}

.popup-content p {
    color: #000;
}

.content-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.content-body .widget_block {
    width: 50%;
    display: block;
}

.content-body .widget_block figure img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.content-item:first-child {
    display: flex;
    justify-content: center;
    align-self: center;
}

.content-body .widget_block h2 {
    color: #BEA460;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

/* Responsive Design */
@media (max-width: 768px) {
    .popup-content {
        width: 95%;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .popup-content {
        width: 90%;
        padding: 10px;
    }
}


/* Product Single Page */
.sub-heading {
    font-size: 16px;
    font-weight: 400;
    color: #8B8B8B;
}

.custom-title {
    font-size: 40px;
    font-weight: 700;
}

.woocommerce-product-details__short-description p {
    font-size: 16px;
    font-weight: 400;
}

.custom-price-value .woocommerce-Price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #BEA460;
}

.custom-price-wrapper {
    margin: 20px 0px;
}

.rating-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 20px 0px;
}

.rating-item:last-child span {
    color: #BEA460;
}

p.available-on-backorder {
    color: #BEA460 !important;
}

.rating-item:last-child span.total-reviews {
    font-size: 10px;
    font-weight: 400;
    color: #8B8B8B;
}

.wishlist-share-wrapper {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.wishlist-share-wrapper .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
}

.share-this-product {
    display: flex;
    align-items: center;
    margin-left: 50px;
    flex-direction: column;
}

.share-this-product span {
    font-size: 12px;
}

.share-this-product .social-sharing a:hover {
    color: #ffffff;
}

.attribute strong {
    font-size: 20px;
    font-weight: 700;
}

.product-attributes .attribute-values {
    display: flex;
    list-style-type: none;
    gap: 20px;
    margin: 10px 0px 30px;
}

.product-attributes .attribute-values li {
    padding: 6px 10px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #fff;
}

.product-attributes .attribute-values li:hover {
    background-color: #BEA460;
    color: #fff;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: column;

}

.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    margin-top: 20px;
    padding: 20px 0px;
    border-radius: 0px;
    /* background-color: transparent !important; */
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
    background-color: #BEA460 !important;
    border: 1px solid #BEA460;
    color: #fff;
}


.woocommerce div.product div.images img {
    height: 545px;
    object-fit: contain !important;
}

.woocommerce-product-gallery .flex-viewport {
    height: 545px;
}

.flex-control-nav {
    margin-top: 20px !important;
}

.flex-control-nav li {
    height: 200px !important;
    padding: 20px 10px;
    background-image: url("https://3wickets.com/wp-content/themes/3wickets-child/img/bg-product.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.flex-control-nav li img {
    height: 200px !important;
    object-fit: contain !important;
}

.woocommerce-product-gallery__image {
    background-image: url("https://3wickets.com/wp-content/themes/3wickets-child/img/bg-product.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* End of Product Single Page */


/* Tabs */

.faq-content h3 {
    font-size: 1.2em;
    margin-top: 10px;
}

.faq-content p {
    margin-bottom: 20px;
}

.woocommerce-tabs {
    background-color: #262626;
    padding: 50px;
}

.woocommerce-tabs ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    color: #BEA460;
    border: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 10px 10px;
    background: transparent;
    border: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #BEA460;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border: 0px;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0px;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    width: 0px;
}

.woocommerce-Tabs-panel h2 {
    margin-bottom: 20px;
}

.woocommerce-Tabs-panel p {
    margin-bottom: 30px;
}

.wicket-content .related.products {
    display: none;
}

.wicket-content .input-text.qty {
    background: transparent;
    color: #fff;
    border-radius: 0px;
    width: 6em;
}

/* Cart Page */
.is-large.wc-block-cart {
    background-color: #262626;
    padding: 50px;
}

.page-header {
    display: none;
}

.is-large.wc-block-cart .wc-block-components-sidebar {
    border-left: 1px solid #fff;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    width: 300px;
    height: 80px;
    object-fit: contain;
}

.wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
    gap: 20px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    color: #BEA460
}

.is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid #fff;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background-color: #BEA460;
    color: #fff;
    text-decoration: none;
    border: 0px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover {
    color: #000;
}

.wc-block-components-sidebar-layout.wc-block-cart {
    padding-top: 50px !important;
}

.wc-block-components-totals-wrapper {
    border-top: 1px solid #fff;
}


/* Product Category Page */
/* Banner with Title */
.category-banner {
    background-size: cover;
    padding: 0px 50px;
    /* text-align: center; */
    color: #fff;
    height: 322px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    margin: 0px 20px;
}

.category-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    pointer-events: none;
}

.category-banner h1 {
    position: relative;
    z-index: 1;
    font-size: 48px;
    font-weight: bold;
}

/* Category Content Layout */
.category-content {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}

/* Sidebar Styling */
.category-sidebar {
    width: 25%;
    padding: 20px;
    /*     background: #f9f9f9; */
    border-right: 1px solid #ddd;
}

.category-sidebar h2 {
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
}

/* Category List Styling */

.category-list ul {
    list-style-type: none;
    padding: 0;
}

.category-list li {
    margin-bottom: 10px;
    display: block;
}

.category-list a {
    text-decoration: none;
    color: #333;
}

.category-list a:hover {
    text-decoration: underline;
}

.category-list li {
    color: #626262;
}

.category-list li>a {
    color: #fff;
    text-decoration: none;
}

.category-list li>a:hover {
    color: #BEA460;
}

.category-list li:hover>a {
    color: #BEA460;
}

.category-list ul .children {
    margin-left: 20px;
    padding-left: 10px;
}

.category-list ul .children li {
    margin: 10px 0px;
    display: block;
}

.category-list ul .children a {
    color: #bbb;
}

.category-list ul .children a:hover {
    color: #BEA460;
}

.category-list ul .children li a:hover {
    color: #BEA460;
}

.category-list li:hover .children li a {
    color: #bbb;
}

/* Price Filter Styling */
.price-filter label {
    display: block;
    margin: 10px 0 5px;
}

.price-filter button {
    display: inline-block;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}

.price-filter button:hover {
    background: #555;
}

/* Rating Filter Styling */
#rating-filter {
    list-style: none;
    padding: 0;
    margin: 0;
}

#rating-filter li {
    margin: 5px 0;
}

#rating-filter .star {
    font-size: 30px;
    color: grey;
}

#rating-filter .star.highlighted {
    color: #bba558;
}

#rating-filter input[type="radio"] {
    display: none;
}

#rating-filter li label {
    cursor: pointer;
}

/* Product Grid Styling */
.category-products {
    width: 80%;
}

#product-grid {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* gap: 20px; */
}

#product-grid .product {
    width: calc(25% - 20px);
    margin: 10px 10px;
}

#product-grid .product img {
    max-width: 100%;
    height: auto;
}

/* Load More Button Styling */
#load-more-products {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background: #BEA460;
    color: #000;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
}

#load-more-products:hover {
    background: #BEA460;
    color: #fff;
}


.price-filter form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.price-filter form input {
    width: 50%;
    margin: 0px -2px 10px -2px;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 0px;
    outline: none;
    background-color: #262626;
    color: #fff;
}

.price-filter form input::placeholder {
    color: #fff;
}

.price-filter form button[type="submit"] {
    padding: 7px 30px;
    font-size: 16px;
    border: 0px;
    border-radius: 0px;
    background-color: #BEA460;
    color: #000;
}

.price-filter form button[type="submit"]:hover {
    color: #fff;
}

.custom-product-card {
    position: relative;
    overflow: hidden;
    /* text-align: center; */
}

.woocommerce ul.products li.wicket-product.product a img {
    height: 270px !important;
    object-fit: contain;
    margin-top: 15px;
}

li.wicket-product .yith-wcwl-add-to-wishlist span.feedback {
    font-size: 12px;

}

li.wicket-product .yith-wcwl-add-to-wishlist a {
    font-size: 14px;
}

li.wicket-product .yith-wcwl-add-to-wishlist {
    margin: 0px 10px;
}



.wicket-product {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.wicket-product .product-image a h2 {
    display: none;
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.product-image:hover img {
    transform: scale(1.1);
}

.product-overlay {
    display: flex !important;
    flex-direction: column;
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(190, 164, 96, 0.49);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

.product-image:hover .product-overlay {
    opacity: 1;
}

.product-overlay .yith-wcwl-add-to-wishlist {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
}

.product-overlay .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span {
    display: none;
}

.product-overlay .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i:hover {
    color: #fff;
}

.wicket-product a.add_to_cart_button {
    background-color: #BEA460;
    color: #0B0B0B;
    border: none;
    cursor: pointer;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    padding: 15px 30px;
}

.wicket-product a.add_to_cart_button:hover {
    color: #fff;
    background-color: #BEA460 !important;
}

.woocommerce ul.products li.product .onsale {
    /* display: none; */
    margin: 0px 0px 0px 0px;
}

.custom-product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.custom-product-card .product-details {
    padding: 15px;
    height: 170px;
}


.product-details {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.product-details p {
    font-size: 16px;
    font-weight: 400;
    color: #8B8B8B;
}

.wicket-product .product-details h3 {
    margin-bottom: 10px;
    font-size: 16px !important;
    font-weight: 700;
    padding: 0px !important;
}

.product-details .star-rating {
    margin-bottom: 10px;
}

.star {
    font-size: 20px;
    color: #ddd;
}

.star.filled {
    color: #f39c12;
}

.product-details .price {
    font-size: 16px;
    color: #333;
}

.product-overlay .button {
    background-color: #3498db;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.product-overlay .button:hover {
    background-color: #2980b9;
}

.product-details .price {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #BEA460 !important;
}

.woocommerce-checkout #content.site-main {
    max-width: 1300px;
    background-color: #262626;
    padding: 50px;
}

.woocommerce-checkout form .wc-block-components-text-input input[type=tel],
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-checkout form .wc-block-components-text-input input[type=text] {
    border: 1px solid #bda461;
    border-radius: 0px;
    background-color: #191919;
    color: #fff;
}

.woocommerce-checkout form .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label,
.woocommerce-checkout form .wc-block-components-text-input label {
    color: #fff;
}

.woocommerce-checkout form .wc-block-components-button:not(.is-link) {
    border-radius: 0px;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    display: none;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    height: 70px;
    object-fit: contain;
    max-width: 70px;
    width: 70px;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    margin-left: 10px;
}

.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-product-name {
    font-size: 20px;
    font-weight: 700;
}

.woocommerce-checkout .wc-block-components-formatted-money-amount {
    color: #BEA460;
    font-size: 16px;
    font-weight: 700;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__content {
    height: 400px;
    overflow: auto;
    padding: 10px 20px 10px 10px;
}

/* Webkit-based browsers (Chrome, Safari) */
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__content::-webkit-scrollbar {
    width: 12px;
    /* Width of the scrollbar */
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__content::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background of the track */
    border-radius: 10px;
    /* Rounded corners for the track */
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__content::-webkit-scrollbar-thumb {
    background: #888;
    /* Color of the thumb */
    border-radius: 10px;
    /* Rounded corners for the thumb */
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__content::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Color of the thumb on hover */
}

/* Firefox */
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__content {
    scrollbar-width: thin;
    /* Thin scrollbar */
    scrollbar-color: #888 #f1f1f1;
    /* Color of the thumb and track */
}

/* Edge */
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__content::-ms-scrollbar {
    width: 12px;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__content::-ms-scrollbar-track {
    background: #f1f1f1;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__content::-ms-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-panel__content::-ms-scrollbar-thumb:hover {
    background: #555;
}


/* Flyout Menu */
.header-container {
    position: relative;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.menu-toggle .menu-icon {
    font-size: 24px;
}

.flyout-menu {
    display: none;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #1a1a1a;
    z-index: 1000;
    overflow-y: auto;
    transition: left 0.3s ease;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}


.flyout-menu .menu {
    display: flex;
    flex-direction: column;
    margin: 20px 20px;
    border-bottom: 1px solid #4f4f4f;
}


.lang-switchers {
    margin: 20px 30px;
    list-style-type: none;
    padding: 0px;
}

.lang-switchers li {
    padding: 10px 0px;
}

.flyout-menu .menu li {
    padding: 10px 0px;
}

.flyout-menu .close-menu {
    text-align: right;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
}

.added_to_cart.wc-forward {
    display: none !important;
}

.langswitch .trp-language-switcher:hover .trp-ls-shortcode-language {
    z-index: 2;
}

.langswitch .trp-language-switcher>div {
    background-color: transparent;
}

.langswitch .trp-language-switcher>div>a {
    color: #fff;
}

.langswitch .trp-language-switcher>div>a:hover {
    color: #000;
    cursor: pointer;
    background-color: #fff;
}

.langswitch .trp-language-switcher>div {
    border: 0px;
}

body .site-main.main-detail-page {
    max-width: 1400px;
    padding: 0px 50px;
    margin: 0px auto;
    margin-top: 50px;
}

.site-main.main-detail-page h1,
.site-main.main-detail-page h2,
.site-main.main-detail-page h3,
.site-main.main-detail-page h4,
.site-main.main-detail-page h5,
.site-main.main-detail-page h6 {
    color: #bfa562;
}

.site-main.main-detail-page h2 {
    margin-bottom: 30px;
}

.site-main.main-detail-page h4 {
    margin: 20px 0px;
}

.site-main.main-detail-page p {
    margin-bottom: 10px;
}

.woocommerce .wicket-content #review_form #respond textarea {
    background-color: transparent;
    border: 1px solid #c4ad5f;
    border-radius: 0;
    color: #c4ad5f;
}

.woocommerce .wicket-content #review_form #respond label {
    color: #c4ad5f;
}

.woocommerce .wicket-content #review_form #respond .form-submit input {
    background-color: #BEA460;
    color: #0B0B0B;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
}

.woocommerce .wicket-content #review_form #respond .form-submit input:hover {
    color: #ffffff;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    background: #BEA460;
}

.woocommerce .wicket-content .star-rating {
    color: #c0a663;
}

.single-product.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wicket-content button.button.alt {
    background-color: #BEA460 !important;
    color: #0B0B0B;
    font-size: 16px;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 0;
}

.single-product.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .wicket-content button.button.alt:hover {
    color: #ffffff;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    background: #BEA460;
}

/* Wp Form */
.tees-form label.wpforms-field-label,
.tees-form fieldset label.wpforms-field-sublabel,
.tees-form fieldset legend.wpforms-field-label {
    color: #BEA460;
}

div.wpforms-container-full.tees-form .wpforms-form textarea.wpforms-field-medium,
div.wpforms-container-full.tees-form input[type=email],
div.wpforms-container-full.tees-form input[type=number],
div.wpforms-container-full.tees-form input[type=text] {
    background-color: transparent;
    border: 1px solid #BEA460;
    border-radius: 0;
    color: #BEA460;
}

.woocommerce .wicket-content div.product p.stock {
    color: #BEA460;
}

.wicket-content .yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,
.wicket-content .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
    color: #BEA460;
}

.checkoutNewStyle .wc-block-components-text-input input[type=email] {
    background-color: transparent !important;
    border: 1px solid #BEA460 !important;
    border-radius: 0px;
    color: #fff;
}

.checkoutNewStyle .wc-block-components-form .wc-block-components-text-input input[type=email]:focus {
    background-color: transparent !important;
    color: #fff !important;
}

.social-sharing {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

div.wpforms-container-full.tees-form input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full.tees-form button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full.tees-form button[type=submit] {
    background-color: #BEA460;
    color: #0B0B0B;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
}

div.wpforms-container-full.tees-form button[type=submit]:hover {
    color: #ffffff;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    background: #BEA460;
}


.cartNewStyle table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    margin-bottom: 0px;
}

.cartNewStyle table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    font-size: 16px;
    text-decoration: none;
}

.cartNewStyle table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    color: #BEA460;
}

.cartNewStyle table thead:first-child tr:first-child th {
    font-size: 16px;
}

.cartNewStyle table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 16px;
    font-weight: 600;
}

.cartNewStyle .wc-block-components-formatted-money-amount {
    font-size: 16px;
}

.cartNewStyle table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name:hover {
    color: #fff;
}

.checkoutNewStyle .woocommerce table.shop_table,
.checkoutNewStyle .wc-gzd-checkout .wc-block-components-order-summary {
    background-color: transparent;
}

.single-product .variations select {
    border: 2px solid #BEA460;
    border-radius: 0px;
    background-color: #2C2C2C;
    color: #FFFFFF;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.single-product .variations select:hover {
    border-color: #BEA460;
    background-color: #3C3C3C;
    cursor: pointer;
}

.single-product .variations select:focus {
    border-color: #BEA460;
    box-shadow: 0 0 5px #BEA460;
}

.single-product .variations select option {
    background-color: #2C2C2C;
    color: #FFFFFF;
    padding: 10px;
}

.single-product .variations select option:checked {
    background-color: #BEA460;
    color: #000000;
}

.single-product .variations {
    margin: 20px 0;
}

.single-product .variations th {
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product .variations tr td {
    padding: 6px;
}

.single-product .variations th label {
    line-height: 43px;
}

.woocommerce ul.products li.product .onsale,
.woocommerce.single-product span.onsale {
    padding: 0px 30px;
    min-height: auto;
    border-radius: 0px;
    background-color: #bda461;
    line-height: 30px;
}

.woocommerce ul.products li.product .onsale:before,
.woocommerce.single-product span.onsale:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    border: 9px solid transparent;
    border-width: 15px 12px;
    border-right-color: #bda461;
}

.woocommerce ul.products li.product .onsale:before,
.woocommerce.single-product span.onsale:before {
    border-color: #bda461;
    border-left-color: transparent !important;
    left: -15px;
}

.main-detail-page h1 {
    color: #bda461;
    font-size: 36px;
    /* Larger size for H1 */
    margin-bottom: 10px;
}

.main-detail-page h2 {
    color: #bda461;
    font-size: 30px;
    /* Slightly smaller for H2 */
    margin-bottom: 8px;
    font-weight: 600;
}

.main-detail-page h3 {
    color: #bda461;
    font-size: 24px;
    /* Smaller for H3 */
    margin-bottom: 8px;
    font-weight: 600;
}

.main-detail-page h4 {
    color: #bda461;
    font-size: 20px;
    /* Similar to your original */
    margin-bottom: 6px;
    font-weight: 600;
}

.main-detail-page h5 {
    color: #bda461;
    font-size: 18px;
    /* Smaller for H5 */
    margin-bottom: 6px;
    font-weight: 600;
}

.main-detail-page h6 {
    color: #bda461;
    font-size: 16px;
    /* Smallest for H6 */
    margin-bottom: 5px;
    font-weight: 600;
}


.main-detail-page p {
    margin: 10px 0;
}

.main-detail-page ul {
    list-style-type: disc;
    margin: 10px 20px;
    padding: auto;
}

.main-detail-page a {
    color: #bda461;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.main-detail-page a:hover {
    text-decoration: underline;
}

.main-detail-page hr {
    background-color: #bda461;
    height: 2px;
    border: 0;
    width: 70%;
    margin: 30px auto;
}

.main-detail-page table thead tr th {
    color: #bda461;
}

.main-detail-page table tbody tr td,
.main-detail-page table thead {
    border: 1px solid #bda461;
}

.single-product .custom-price-value del,
.woocommerce .catgeory-wrapper ul.products li.product .price del {
    display: none;
}

.single-product .custom-price-value ins,
.woocommerce .catgeory-wrapper ul.products li.product .price ins {
    text-decoration: none;
}

.cartFunctionality .xoo-wsc-sc-subt,
body.cartFunctionality .xoo-wsc-basket {
    display: none;
}

.cartFunctionality .xoo-wsc-ft-amt {
    margin: 0px 0px;
    display: flex;
}

.cartFunctionality .xoo-wsc-img-col span.xoo-wsc-smr-del {
    color: #a00;
    text-decoration: underline;
}

.cartFunctionality .xoo-wsc-pprice,
.cartFunctionality .xoo-wsc-sml-qty {
    color: #bda461;
    font-weight: 600;

}

.cartFunctionality .xoo-wsc-pname a:active, .cartFunctionality .xoo-wsc-pname a:hover {
    color: #bda461;
}

.cartFunctionality .wc-gzd-checkout .wc-block-components-order-summary.is-large {
    background-color: #eeeeed1f;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=email] {
    color: #fff;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus {
    background-color: transparent;
    color: #fff;
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
    background: none;
    border: 1px solid #bda461;
    color: #ffffff;
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select option {
    background-color: #bda461;
    color: #fff;
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label {
    color: #ffffff;
}

.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
    background: transparent;
}

.wicket-product .wc-gzd-additional-info.shipping-costs-info {
    background-color: #bfa461;
    padding: 7px;
    border-radius: 5px;
    color: #000;
}

.wicket-product .wc-gzd-additional-info.shipping-costs-info a {
    color: #000;
    text-decoration: underline !important;
}

.wicket-product .wc-gzd-additional-info.shipping-costs-info a:hover {
    color: #fff;
}

.cartFunctionality .xoo-wsc-product dl.variation dt {
    display: none !important;
}

.woocommerce-cart .wc-block-components-product-details__name {
    display: none;
}

/* End of WP Form */

.brand-list ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.brand-list ul li {
    margin-bottom: 10px;
}

.brand-list ul li a span {
    color: #626262;
}

.brand-list ul li a {
    color: #ffffff;
}

.brand-list ul li a:hover {
    color: #bda461;
}

.checkoutNewStyle.woocommerce-checkout #payment div.payment_box {
    background-color: rgba(186, 163, 94, 0.28);
}


.checkoutNewStyle.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid rgba(186, 163, 94, 0.28);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    top: -0.9em;
}

.checkoutNewStyle .woocommerce form .form-row .input-text {
    border: 1px solid #b9a25a;
    background-color: transparent;
    color: #b9a25a;
}

.checkoutNewStyle .select2-container .select2-selection {
    background-color: transparent;
    border: 1px solid #b9a25a;
    color: #b9a25a;
}

.checkoutNewStyle .select2-container .select2-selection--single .select2-selection__rendered {
    color: #b9a25a;
}

.checkoutNewStyle #place_order {
    background-color: #b9a25a;
}

.wp-child-theme-3wickets-child .woocommerce-Tabs-panel ul {
    flex-direction: column;
    margin: 20px 20px;
    padding: 0px;
}

.wp-child-theme-3wickets-child .woocommerce-Tabs-panel ul li p {
    margin-bottom: 0px;
}

.wp-child-theme-3wickets-child .woocommerce-Tabs-panel h1,
.wp-child-theme-3wickets-child .woocommerce-Tabs-panel h2,
.wp-child-theme-3wickets-child .woocommerce-Tabs-panel h3,
.wp-child-theme-3wickets-child .woocommerce-Tabs-panel h4,
.wp-child-theme-3wickets-child .woocommerce-Tabs-panel h5,
.wp-child-theme-3wickets-child .woocommerce-Tabs-panel h6,
.wp-child-theme-3wickets-child .woocommerce-Tabs-panel p strong {
    color: #bea562;
}


@media (max-width: 767px) {
    .desktop-video {
        display: none;
    }
}

@media (min-width: 768px) {
    .mobile-video {
        display: none;
    }
}

@media (max-width: 768px) {

    .video-container {
        height: 100%;
    }

    .responsive-video {
        height: 100%;
    }

    .flyout-menu .header-icons {
        display: flex;
    }

    .header-flex .header-icons {
        display: none;
    }

    body .site-main.main-detail-page {
        max-width: 100%;
        padding: 0px 10px;
    }

    .site-main.main-detail-page h1,
    .site-main.main-detail-page h2,
    .site-main.main-detail-page h3 {
        font-size: 24px;
    }

    .site-main.main-detail-page h4,
    .site-main.main-detail-page h5,
    .site-main.main-detail-page h6 {
        font-size: 20px;
    }

    .site-main.main-detail-page p {
        font-size: 14px;
    }

    .menu-container .desktop-menu {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .flyout-menu {
        display: block;
    }

    .shipping-container {
        padding: 20px 10px;
        align-items: normal;
    }

    .shipping-item {
        flex-direction: column;
        width: calc(25% - 10px);
    }

    .ship-content h3 {
        font-size: 14px;
    }

    .ship-content p {
        font-size: 12px;
    }

    .ship-content {
        text-align: center;
    }

    .best-heading {
        margin: 0px 10px;
    }

    .wicketall-products {
        margin: 0px 10px;
    }

    .footer-menu ul {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .main-wrapper .swiper-slide {
        /* padding: 0px 10px; */
    }

    .top-category {
        margin: 0px 10px;
    }

    .best-heading h2 {
        font-size: 32px;
    }

    .best-heading a {
        font-size: 18px;
    }

    .voucher-content {
        padding: 40px 30px;
    }

    .voucher-item h2 {
        font-size: 32px;
    }

    .voucher-item a {
        font-size: 12px;
    }

    .spirit-content {
        padding: 30px 20px;
    }

    .spirit-item img {
        height: 200px;
    }

    .header-flex {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .header-icons {
        justify-content: space-between;
        align-items: center;
        flex-basis: 100%;
        margin: 20px;
    }

    .category-sidebar {
        padding: 10px;
    }

    #rating-filter .star {
        font-size: 16px;
    }

    #rating-filter li {
        margin: 0;
    }

    .category-sidebar h2 {
        font-size: 20px;
    }

    .category-list li a {
        font-size: 14px;
    }

    .price-filter form {
        flex-direction: column;
    }

    .price-filter form input {
        width: 100%;
        margin-bottom: 10px;
    }

    .price-filter form button[type="submit"] {
        width: 100%;
    }

    #product-grid .product {
        width: calc(50% - 20px);
    }

    .category-banner h1 {
        font-size: 30px;
    }

    .woocommerce-tabs {
        padding: 20px;
    }

    .woocommerce-tabs ul {
        flex-wrap: wrap;
        gap: 10px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 5px 5px;
    }

    .banner-content {
        padding: 0px 10px;
    }

    .banner-content h2 {
        font-size: 28px;
    }

    .banner-content p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .mySwiper,
    .thumbnail {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .wc-block-components-sidebar-layout.wc-block-cart {
        padding-top: 20px !important;
    }

    .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 80% !important;
    }

    .wc-block-components-radio-control__option {
        padding: 0 0 0 4.25em !important;
    }

    .wc-block-cart .wc-block-cart__submit-container--sticky {
        width: 86% !important;
    }

    .wc-block-components-sidebar {
        width: 60% !important;
        margin-left: 100px;
    }

    .header-flex {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .header-search {
        margin: 20px 0px;
    }

    .header-icons {
        justify-content: space-between;
        align-items: center;
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .header-icon {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0px;
    }

    .header-icon img {
        height: 30px;
    }

    .header-icon .headings {
        font-size: 12px;
        text-align: center;
    }

    .header-icon:first-child .headings {
        margin: 0px;
    }

    .header-icons .header-icon:last-child {
        margin-right: 15px;
    }

    .main-wrapper .swiper-slide {
        /* padding: 0px 10px; */
    }

    .swiper-navigation {
        right: 0px;
        width: 100%;
        justify-content: flex-end;
        margin: 0px 10px;
    }

    .best-heading h2 {
        font-size: 20px;
        text-transform: uppercase;
    }

    .best-heading a {
        font-size: 14px;
    }

    .best-products {
        flex-wrap: wrap;
        margin: 0px 10px;
    }

    .best-product-item:first-child {
        width: 100%;
    }

    .best-single {
        height: 300px;
    }

    .best-product-item:nth-child(2) {
        width: 100%;
    }

    .top-category {
        flex-wrap: wrap;
        margin: 0px 10px;
    }

    .top-category-item {
        width: calc(50% - 10px)
    }

    .woocommerce ul.products li.wicket-product.product a img {
        height: 190px;
    }

    .product-details .price {
        font-size: 16px !important;
    }

    .wicket-product .product-details h3 {
        font-size: 16px !important;
    }

    .voucher-bg {
        flex-direction: column;
        height: 200px;
        justify-content: center;
    }

    .voucher-content {
        padding: 0px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .voucher-item h2 {
        font-size: 25px;
    }

    .voucher-item p {
        font-size: 12px;
    }

    .voucher-item a {
        padding: 10px 30px;
        margin-top: 20px;
    }

    .spirit-content {
        padding: 30px 20px;
        flex-direction: column-reverse;

    }

    .spirit-item {
        width: 100%;
    }

    .spirit-item img {
        height: 250px;
    }

    .spirit-item h2 {
        font-size: 30px;
    }

    .spirit-item p {
        font-size: 12px;
    }

    .courier-services img {
        height: 40px !important;
        width: 70px !important;
    }

    .category-sidebar {
        display: none;
    }

    .category-products {
        width: 100%;
        padding: 0 10px;
    }

    .products.columns-4 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    #product-grid .product {
        width: calc(100% - 20px) !important;
    }

    .category-banner {
        margin: 0px 0px;
    }

}