@import url('https://fonts.cdnfonts.com/css/arial-2');

@font-face {
    font-family: 'Lao MN';
    src: url('../fonts/LaoMN-01.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville';
    src: url('../fonts/Baskervville-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville Old';
    src: url('../fonts/Baskerville-Old.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a {
    color: blue;
}

a:focus,
a:visited,
a:focus-visible,
a:focus-within {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html {
    overflow-y: scroll;
}

#main-page-conent {
    background-color: #F5F5F5;
    display: flow-root;
}

.gallery-container {
    margin: 0 auto;
    max-width: 753px;
    position: relative;
    min-height: 502px;
}

.gallery-col {
    position: absolute;
}

.gallery-row > :nth-child(1) {
    top: 0;
    left: 0;
}

.gallery-row > :nth-child(2) {
    top: 0;
    left: calc(229px + 5px);
}

.gallery-row > :nth-child(3) {
    top: 0;
    left: calc(229px + 5px + 234px + 5px);
}

.gallery-row > :nth-child(4) {
    top: calc(345px + 5px);
    left: 0;
}

.gallery-row > :nth-child(5) {
    top: calc(197px + 5px);
    left: calc(229px + 5px);
}

.gallery-row > :nth-child(6) {
    top: calc(197px + 5px);
    left: calc(229px + 5px + 322px + 5px);
}

.products-gallery-container {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    min-height: 550px;
}

.products-gallery-col {
    position: absolute;
}

.products-gallery-row > :nth-child(1) {
    top: 0;
    left: 0;
}

.products-gallery-row > :nth-child(2) {
    top: 0;
    left: calc(244px + 5px);
}

.products-gallery-row > :nth-child(3) {
    top: 0;
    left: calc(244px + 5px + 251px + 5px);
}

.products-gallery-row > :nth-child(4) {
    top: calc(379px + 5px);
    left: 0;
}

.products-gallery-row > :nth-child(5) {
    top: calc(216px + 5px);
    left: calc(244px + 5px);
}

.products-gallery-row > :nth-child(6) {
    top: calc(216px + 5px);
    left: calc(244px + 5px + 343px + 5px);
}

#shopping-cart-list .row {
    /*background: white;*/
}

#shopping-cart-list .ast-article-single {
    background: white;
}

.certificat-gallery-container {
    margin: auto;
}

/* Masonry Gallery */
.home-container-title{
    margin:auto;
    padding: inherit;
}

.home #shopping-cart-list .woocommerce {
    max-width: 95%;
    margin: auto;
}

/* Masonry Gallery */
.masonry-gallery {
    margin: 0 auto;
    max-width: 753px;
    /* width: 753px !important;
    height: 502px; */
    position: relative;
}

.masonry-gallery .masonry-item img {
    /* height: unset !important;
    width: unset !important; */
}

.masonry-gallery > :nth-child(5) {
    position: absolute;
    top: calc(55% + 5px);
    left: calc(33.33% + 5px);
}

.masonry-gallery > :nth-child(6) {
    position: absolute;
    top: calc(37% + 10px);
    left: calc(64% + 10px);
}

/* .masonry-item {
    width: calc(33.33% - 10px);
    margin: 5px;
    float: left;
    transition: all 0.3s ease-in-out;
} */

.product-gallery-container {
    /*max-width: 790px;*/
    margin: auto;
    /*padding-left: 45px;*/
}

.product-image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 85%;
}

.product-image-masonry-gallery-container {
    /* padding-left: 32px; */
}

.product-image-container img {
    position: absolute;
    width: 250px;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 0;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}

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

.home .woocommerce {
    max-width: 800px;
    margin: 15px auto;
    background-color: #fff;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15);
}

.home .woocommerce .products li.product {
    width: 25%;
}

.home .woocommerce button,
.home .woocommerce input[type="button"],
.home .woocommerce input[type="reset"],
.home .woocommerce input[type="submit"],
.home .woocommerce .button,
.home .woocommerce .widget a.button {
    background: #507BBC;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
}

h2.woocommerce-loop-product__title {
    font-weight: 400 !important;
    line-height: 18px !important;
    height: 18px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left !important;
    text-shadow: none;
    color: #000;
}

.woocommerce ul.products li.product .ast-woo-product-category {
    font-size: 10px;
}

/*.home .woocommerce ul.products li.product img {*/
/*    !*width: 150px !important;*!*/
/*    !*height: 150px !important;*!*/
/*}*/

.home .woocommerce ul.products {
    padding: 20px 25px 0px !important;
}

.home .woocommerce ul.products li.product .price {
    /* text-shadow: -1px 2px 9px rgb(0 0 0) !important; */
    /* color: rgb(0 0 0 / 3%) !important; */
}


.home .woocommerce ul.products li.product .star-rating {
    font-size: 10px !important;
}

/* Navbar CSS */
.main-nav-container {
    margin: 0px 17px;
}

.navbar.navbar-dark {
    background-color: #000 !important;
    max-height: 70px;
}

nav a {
    font-family: 'LAO MN';
}

/*.nav-brand-img {*/
/*    width: 230px !important;*/
/*    height: auto !important;*/
/*}*/

/* page template */
#primary,
#secondary {
    background: #F5F5F5 !important;
}

.col-full {
    max-width: 100vw !important;
    padding: 0 !important;
}

/* home page */
body.home header.entry-header {
    display: none;
}
.text-bg-custom.h2-site-title {
    background: linear-gradient(90deg, #E9E8E8 0%, #FFFFFF 50%, #E9E8E8 100%);
}

.text-lao-mn {
    font-family: 'Lao MN', sans-serif !important;
}

.text-arial {
    font-family: 'Arial', sans-serif !important;
}

.pt-70 {
    padding-top: 70px;
}

.pb-50 {
    padding-bottom: 50px;
}

.text-bg-custom.h2-site-title h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    margin-top: 10px;
}

.text-bg-custom.h2-site-title p {
    /* font-size: 20px;
    line-height: 23px;
    font-weight: 600; */
}

.text-bg-custom.h2-site-title h2,
.text-bg-custom.h2-site-title p {
    font-family: 'Lao MN', sans-serif !important;
    /*text-transform: capitalize !important;*/
    /*text-align: center !important;*/
    color: rgba(0, 0, 0, 0.6);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

/* Swiper Slider CSS start */

.pt-50 {
    padding-top: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

#swiper-slider {
    /*background-color: #fff;*/
    padding-bottom: 70px;
}

.container-fluid.product-gallery-container {
    /*max-width: 1200px;*/
    background: linear-gradient(90deg, #e9e8e8 0%, #fff 50%, #e9e8e8 100%);
}

.container.swiper-container {
    /*max-width: 860px;*/
    margin: auto;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    width: calc(100% / 5);
    transition: all .25s ease-out;
    opacity: 1;
}

.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
    /*opacity: 0;*/
}

.swiper-slide img {
    max-width: 120%;
    transition: all .25s ease-out;
    transform: scale(.75);
    transform-origin: center;
    margin: 20px 20%;
    width: 170px;
}

.swiper-slide-active img {
    transform: scale(1.2);
}

.swiper-button-prev,
.swiper-button-next {
    margin-top: -15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    background-color: transparent;
    cursor: pointer;
    line-height: 30px;
}

.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    fill: #000;
}

.swiper-button-prev:focus svg,
.swiper-button-next:focus svg {
    outline: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important;
}

/* Swiper Slider CSS end*/

/* Bag Gallery Section */
.bag-gallery-container {
    max-width: 850px;
    margin: auto;
}

.bag-gallery-box {
    box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
    margin: 10px;
    width: 250px;
    height: 200px;
    display: inline-flex;
}

img.bag-gallery {
}

.social-icons img {
    width: 25px;
    height: 25px;
}


.navbar-nav {
    /*margin-left: auto;*/
}

.navbar-nav li {
    position: relative;
}

.navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
}

.navbar-left,
.navbar-right {
    position: relative;
    z-index: 2;
}





.navbar-nav li .dropdown-menu li a {
    font-weight: normal;
    font-size: 0.9rem;
    color: #000;
    white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.navbar-nav li .dropdown-menu li a:hover,
.navbar-nav li .dropdown-menu li a:focus,
.wcml-dropdown a:hover {
    color: #fff !important;
    background-color: #000;
}

.navbar-nav li.active > a span,
.navbar-nav li.active > a:hover span,
.navbar-nav li.active > a:focus span {
    border-bottom: 1px solid #fff;
}

[id^=menu-main-menu].navbar-nav {
    flex-direction: row;
    text-transform: uppercase;
}

[id^=menu-main-menu] li:nth-child(2) a span {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
}


.ast-separate-container #primary,
.ast-right-sidebar #secondary {
    margin: 0 !important;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 160px !important;
}

.dropdown-toggle:active::after,
.dropdown-toggle:focus::after {
    border-top-color: #444;
}

[id^=menu-main-menu] li:first-child a span::after,
[id^=menu-main-menu] li:nth-child(2) a span::after,
[id^=menu-footer-menu] li:first-child a.nav-link span::after {
    content: "";
    display: block;
    width: 4px;
    height: 35px;
    background-color: #fff;
    float: right;
    margin: 0 35px;
    padding: 8px 0;
}
.navbar-nav li.active>a span, .navbar-nav li.active>a:hover span, .navbar-nav li.active>a:focus span{
    border-bottom: none;
}

.woocommerce .wcml-dropdown-click.product{
    margin: 0;
}
.tbkg-toprightmenu-group2 #cur-switch{
    width: 30px;
    height: 30px;
    margin-right: 30px;
}
.navbar-nav li.active>a span, .navbar-nav li.active>a:hover span, .navbar-nav li.active>a:focus span{
    border-bottom: none;
}

.tbkg-toprightmenu-group2 .js-wcml-dropdown-click-toggle.wcml-cs-item-toggle {
    visibility: hidden;
}

.tbkg-toprightmenu-group2 .wcml-dropdown-click a.wcml-cs-item-toggle:after {
    display: none;
}
.tbkg-toprightmenu-group2 .wcml-dropdown-click a.wcml-cs-item-toggle{
    padding-right: 0;
}
.tbkg-toprightmenu-group2 .wcml-dropdown-click a {
    padding: 0;
}

.tbkg-toprightmenu-group2 .product.wcml-dropdown-click .wcml-cs-active-currency>a {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
    background: #0072bc;
    color: white;
    border: 2px solid;
}
.tbkg-toprightmenu-group2 .wcml-dropdown-click li{
    border-radius: 50%;
    background: #0072bc;
    border:none;
}
.tbkg-toprightmenu-group2 .wcml-dropdown-click .wcml-cs-submenu{
    width: max-content;
    top: 135%;
}
.tbkg-toprightmenu-group2 .wcml-dropdown-click .wcml-cs-submenu li{
    background: #f5f5f5;
    border: none;
}

.tbkg-toprightmenu-group2 .wcml-cs-submenu {
    list-style: none;
    padding: 0;
    left:inherit;
    border-radius: 10px;
    background-color: #f1f1f1;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.tbkg-toprightmenu-group2 .wcml-cs-submenu li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.tbkg-toprightmenu-group2 .wcml-cs-submenu li:last-child {
    border-bottom: none;
}

.tbkg-toprightmenu-group2 .wcml-cs-submenu li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.tbkg-toprightmenu-group2 .wcml-cs-submenu li a .currency-symbol {
    display: inline-block;
    background-color: #2b6fbd;
    color: white;
    font-size: 20px;
    font-weight: bold;
    /*width: 35px;*/
    /*height: 35px;*/
    /*line-height: 38px;*/
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    border: 2px solid;
}

.tbkg-toprightmenu-group2 .wcml-cs-submenu li a .currency-code {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-top: 5px;
}
.tbkg-toprightmenu-group2 .product.wcml-dropdown-click li>a{
    background: none;
}

footer .text-light.navbar-dark {
    max-width: 760px !important;
    margin: 0 auto;
}

/* footer menu */
footer#footer-container {
    color: #fff !important;
    background-color: #000 !important;
}

[id^=menu-footer-menu] li a.nav-link,
[id^=menu-social-icons] li a.nav-link,
.blog-info-p {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Baskerville Old', sans-serif !important;
}

[id^=menu-footer-menu] li a.nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

[id^=menu-footer-menu] li a:hover,
[id^=menu-footer-menu] li a:focus {
    font-weight: 900;
    color: #444;
}



.woocommerce .products ul,
.woocommerce ul.products {
    max-width: 1200px;
    margin: 0 auto !important;
}

.ast-separate-container .post-navigation {
    background-color: #fff;
}

.woocommerce-multi-currency.wmc-sidebar {
    top: 25% !important;
}
#cur-switch{
    width:25px;
    height: 25px;
}

@media (min-width: 545px) and (max-width: 921px) {
    .home #shopping-cart-list .woocommerce[class*="columns-"].columns-4 > ul.products li.product {
        width: 22% !important;
    }
}

@media (max-width: 544px) {
    .home #shopping-cart-list .woocommerce[class*="columns-"].columns-4 > ul.products li.product {
        width: calc(18% - 10px) !important;
    }
}

@media (max-width: 768px) {
    [id^=cur-switch] .wcml-dropdown li.wcml-cs-active-currency a.wcml-cs-item-toggle {
        font-size: 6px !important;
    }

    .wcml-dropdown {
        width: auto !important;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .pb-30 {
        padding-bottom: 15px !important;
    }

    .pt-50 {
        /* padding-top: 25px !important; */
        padding-top: 50px !important;
    }

    .pt-70 {
        padding-top: 35px !important;
    }
    .blog-info-p {
        font-size: 8px !important;
        margin-bottom: 0;
    }

    [id^=menu-main-menu] li:first-child a{
        padding-right: 0px !important;
    }

/* @todo clean up here as it seems to be not a propper way to do it */
    [id^=menu-main-menu] li:first-child a span::after,
    [id^=menu-main-menu] li:nth-child(2) a span::after,
    [id^=menu-footer-menu] li:first-child a.nav-link span::after {
        width: 0.8px;
        height: 7px;
    }






    /* footer */
    [id^=menu-social-icons] li a span::before {
        content: '';
        display: block;
        height: 9px;
        width: 9px;
        background-size: 9px 9px;
    }

    /* .masonry-item {
        width: calc(50% - 10px);
    } */
    .product-image-container img.img-fluid {
        /*width: 125px !important;*/
        /*height: 100px !important;*/
        max-width: 100% !important;
    }

    .product-image-container {
        /*margin-left: 2.5em;*/
        /*padding-bottom: 75%;*/
    }

    .home .woocommerce ul.products {
        padding: 24px !important;
    }

    /*.home .woocommerce ul.products li.product img {*/
    /*    !*width: 75px !important;*!*/
    /*    !*height: 75px !important;*!*/
    /*}*/

    /*.home h2.woocommerce-loop-product__title {*/
    /*    font-size: 7px !important;*/
    /*}*/

    .home .woocommerce ul.products li.product .ast-woo-product-category {
        font-size: 4px !important;
    }

    .home #shopping-cart-list .woocommerce[class*="columns-"].columns-4 > ul.products li.product {
        width: calc(18% - 10px) !important;
    }

    /*.home .woocommerce ul.products li.product .star-rating {*/
    /*    font-size: 4px !important;*/
    /*}*/

    .text-bg-custom.h2-site-title h2 {
        font-size: 16px !important;
        line-height: 18px !important;
        margin-top: 8px;
    }

    .text-bg-custom.h2-site-title p {
        /* font-size: 8px !important;
        line-height: 10px !important; */
    }

    .masonry-gallery > :nth-child(5) {
        position: absolute;
        top: calc(65% + 5px);
        left: calc(33.33% + 5px);
    }

    .masonry-gallery > :nth-child(6) {
        position: absolute;
        top: calc(37% + 10px);
        left: calc(64% + 10px);
    }

    .gallery-container {
        max-width: calc(753px / 2);
        min-height: calc(502px / 2);
    }

    .gallery-row > :nth-child(1) img {
        min-width: calc(229px / 2) !important;
        height: calc(345px / 2) !important;
    }

    .gallery-row > :nth-child(2) img {
        min-width: calc(234px / 2) !important;
        height: calc(197px / 2) !important;
    }

    .gallery-row > :nth-child(3) img {
        min-width: calc(260px / 2) !important;
        height: calc(197px / 2) !important;
    }

    .gallery-row > :nth-child(4) img {
        min-width: calc(229px / 2) !important;
        height: calc(142px / 2) !important;
    }

    .gallery-row > :nth-child(5) img {
        min-width: calc(322px / 2) !important;
        height: calc(290px / 2) !important;
    }

    .gallery-row > :nth-child(6) img {
        min-width: calc(172px / 2) !important;
        height: calc(290px / 2) !important;
    }

    .gallery-row > :nth-child(2) {
        left: calc((229px + 5px) / 2);
    }

    .gallery-row > :nth-child(3) {
        left: calc((229px + 5px + 234px + 5px) / 2);
    }

    .gallery-row > :nth-child(4) {
        top: calc((345px + 5px) / 2);
    }

    .gallery-row > :nth-child(5) {
        top: calc((197px + 5px) / 2);
        left: calc((229px + 5px) / 2);
    }

    .gallery-row > :nth-child(6) {
        top: calc((197px + 5px) / 2);
        left: calc((229px + 5px + 322px + 5px) / 2);
    }


    .products-gallery-container {
        max-width: calc(800px / 2) !important;
        min-height: calc(550px / 2) !important;
    }

    .products-gallery-row > :nth-child(1) img {
        min-width: calc(244px / 2) !important;
        height: calc(379px / 2) !important;
    }

    .products-gallery-row > :nth-child(2) img {
        min-width: calc(251px / 2) !important;
        height: calc(216px / 2) !important;
    }

    .products-gallery-row > :nth-child(3) img {
        min-width: calc(277px / 2) !important;
        height: calc(216px / 2) !important;
    }

    .products-gallery-row > :nth-child(4) img {
        min-width: calc(244px / 2) !important;
        height: calc(157px / 2) !important;
    }

    .products-gallery-row > :nth-child(5) img {
        min-width: calc(343px / 2) !important;
        height: calc(320px / 2) !important;
    }

    .products-gallery-row > :nth-child(6) img {
        min-width: calc(184px / 2) !important;
        height: calc(320px / 2) !important;
    }

    .products-gallery-row > :nth-child(2) {
        left: calc((244px + 5px) / 2);
    }

    .products-gallery-row > :nth-child(3) {
        left: calc((244px + 5px + 251px + 5px) / 2);
    }

    .products-gallery-row > :nth-child(4) {
        top: calc((379px + 5px) / 2);
    }

    .products-gallery-row > :nth-child(5) {
        top: calc((216px + 5px) / 2);
        left: calc((244px + 5px) / 2);
    }

    .products-gallery-row > :nth-child(6) {
        top: calc((216px + 5px) / 2);
        left: calc((244px + 5px + 343px + 5px) / 2);
    }
    #swiper-slider {
        padding-bottom: 30px;
    }
    .swiper-slide img {
        width: calc(170px / 2);
        margin:0 10%;
    }
    .swiper-slide-active img {
        transform: scale(1.2);
    }
    .swiper-button-next, .swiper-button-prev{
        margin-top: auto!important;
    }
    .woocommerce-shop .woocommerce-js ul.products li.product a img{
        box-shadow: 5px 5px 5px rgba(0,0,0,.1);
    }
    .product-gallery-container .product-gallery-container .col-12,
    .certificat-gallery-container .col-xs-12 {
        display: block;
        width: 33.333%;
    }

    .product-gallery-container .product-gallery-container .col-12:nth-child(4),
    .product-gallery-container .product-gallery-container .col-12:nth-child(5),
    .product-gallery-container .product-gallery-container .col-12:nth-child(6),
    .product-gallery-container .product-gallery-container .col-12:nth-child(n+7),
    .certificat-gallery-container .col-xs-12:nth-child(4),
    .certificat-gallery-container .col-xs-12:nth-child(5),
    .certificat-gallery-container .col-xs-12:nth-child(6),
    .certificat-gallery-container .col-xs-12:nth-child(n+7),
    .home .woocommerce ul.products li.product:nth-child(n+3) {
        display: none;
    }
    .product-gallery-container .product-gallery-container .product-image-container,
    .certificat-gallery-container .product-image-container,
    .product-image-masonry-gallery-container .product-image-container{
        margin-left: 0;
    }
    .product-gallery-container .product-gallery-container .product-image-container img,
    .certificat-gallery-container .product-image-container img ,
    .product-image-masonry-gallery-container img {
        width: 95px;
        height: 85px;
    }
    .product-image-masonry-gallery-container{
        /* padding-left: 0; */
    }
    .desktop-certificate-description {
        display: none;
    }
    .product_certificate_description {
        margin:auto;
        padding-top:15px;
    }
    .desktop-title{
        display: none!important;
    }
    .mobile-dots-container{
        display: flex;
        align-items: baseline;
        justify-content: center;
        /* font-size: 3em; */
        font-size: 2em;
    }
    .mobile-dots-container span{
        width: 25px;
        text-align: center;
    }
    .tbkg-toprightmenu-group2 .product.wcml-dropdown-click .wcml-cs-active-currency>a {
        height: 25px;
        width: 25px;
        font-size: medium;
    }

    .tbkg-toprightmenu-group2 .wcml-cs-submenu li a .currency-symbol {
        width: 25px;
        height:25px;
        line-height: 28px;
    }
    .tbkg-toprightmenu-group2 .wcml-dropdown-click li{
        width: fit-content;
    }

    .navbar-brand img.nav-brand-img {
        display: none;
    }

    .navbar-brand {
        height: 80px;
    }
    .navbar-center {
        width: 100%;
        justify-content: center !important;
    }

}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .home #shopping-cart-list .woocommerce[class*="columns-"].columns-4 > ul.products li.product {
        width: calc(50% - 10px) !important;
    }

    .woocommerce ul.products li.product .star-rating {
        font-size: 4px !important;
    }

    [id^=menu-main-menu] li:first-child a span::after, [id^=menu-main-menu] li:nth-child(2) a span::after, [id^=menu-footer-menu] li:first-child a.nav-link span::after {
        margin: 0 8px !important;
    }

    [id^=menu-footer-menu] li a.nav-link, .blog-info-p {
        padding: 2px !important;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* // Large devices (desktops, less than 1200px) */
@media (min-width: 1199.98px) {
    /*.nav-brand-img{*/
    /*    width: 230px;*/
    /*}*/
}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}

@media (min-width: 767px) and (max-width: 768px) {
    .navbar-brand {
        margin-right: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .navbar-brand {
        flex: 1;
        display: flex;
    }
    .nav-brand-img {
        width: 175px!important;
    }
    [id^=menu-social-icons] li a span:before,
    ul#menu-right-top-account>li.tbkh-topmenu-btn-account>a:before {
        height: 30px!important;
        width: 30px!important;
    }

    .tbkg-toprightmenu-group2 {
        display: flex;
        align-items: center;
    }
    .social-icons {
        margin-left: auto;
    }
    div.main-nav-container div.right-dropdowns div.social-icons{
        margin-right: auto!important;
    }
    [id^=menu-social-icons] li a.nav-link {
        width: 30px!important;
        height: 34px;
    }

    .tbkh-hamburgermenu-icon {
        display: none;
    }

    .right-dropdowns {
        display: flex;
        align-items: center;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
    }

    .tbkh-blog-submenu-category {
        display: flex;
        justify-content: space-between;
    }

    .tbkh-contain-arrow-down img {
        width: 24px; /* Adjust the chevron size */
    }
}



@media (min-width: 768px) {

    .col-full {
        max-width: 100vw !important;
        padding: 0 !important;
    }
    .mobile-certificate-description, .mobile-title{
        display: none;
    }
    .tbkg-toprightmenu-group2 .product.wcml-dropdown-click .wcml-cs-active-currency>a {
        height: 30px;
        width: 30px;
        font-size: large;
    }

    .tbkg-toprightmenu-group2 .wcml-cs-submenu li a .currency-symbol {
        width: 30px;
        height:30px;
        line-height: 27px;
    }

}

.heading-one {
    background: linear-gradient(90deg, #e9e8e8 0%, #fff 50%, #e9e8e8 100%);
    padding: 25px;
}

.heading-one h1 {
    color: #000000;
    filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, 0.25));
    text-align: center;
    vertical-align: text-middle;
    font-size: 18px;
    font-family: Lao MN;
    margin: 0;
}

.form-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 25px;
    padding: 0 !important;
    max-width: 100%
}

.form-container .form-group {
    margin: 0px;
    padding: 0px;
    position: relative
}

.form-container .form-control {
    padding: .375rem .75rem;
    border-radius: 5px;
}

.grid-1x3 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 15px 25px;
    padding: 0 !important;
    max-width: 100%
}

.grid-2x3 {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 15px 25px;
    padding: 0 !important;
    max-width: 100%
}

@media (max-width: 767px) {
    .form-container {
        grid-template-columns:minmax(100%, 1fr);
        grid-gap: 25px 25px
    }
}

.form-container .full-width {
    grid-column: 1 / -1
}

.grid-full-width {
    grid-column: 1 / -1
}

.grid {
    display: grid
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.form-container.find-bag-form {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px 25px;
}

@media (max-width: 767px) {
    .form-container.find-bag-form {
        grid-template-columns:minmax(100%, 1fr);
        grid-gap: 25px 25px
    }
}

.find-bag-form-parent {
    width: 75%;
    margin: 25px auto 75px;
    padding: 25px;
    background-color: #e9e8e8;
}

.form-container label {
    color: #000000;
    text-align: left;
    vertical-align: text-middle;
    font-size: 16px;
    font-family: Lao MN;
}

.form-container .btn.solid-btn {
    background-color: #887A92;
    color: #ffffff;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    font-family: Lao MN;
    padding: 1px 35px;
}

[data-validate-for] {
    color: #e90303;
}

.form-container label {
    color: #000000;
    text-align: left;
    vertical-align: text-middle;
    font-size: 16px;
    font-family: Lao MN;
}

.form-container .btn.solid-btn {
    background-color: #887A92;
    color: #ffffff;
    text-align: left;
    vertical-align: text-middle;
    font-size: 16px;
    font-family: Lao MN;
    padding: 1px 35px;
}

[data-validate-for] {
    color: #e90303;
}

.success-modal .modal-content {
    background-color: #E9E8E8;
}

.success-modal .modal-body {
    color: #000000;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
}

.success-modal .modal-body .content {
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-family: Lao MN;
    padding-bottom: 25px;
}
.success-modal .modal-body .logo-gradient {
    background: linear-gradient(270deg, rgba(184, 182, 182, 0) 0%, rgba(184, 182, 182, 1) 51.56%, rgba(184, 182, 182, 0) 100%);
    text-align: center;
    padding: 15px 10px;
}

.success-modal .modal-header {
    border: none;
}

.success-modal .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
    background-color: transparent;
}

.success-modal .modal-body .logo-container {
    width: 100%;
    display: contents;
}

.success-modal .modal-body .logo-gradient img {
    width: 30%;
    margin: auto;
}

body.single-post .ast-article-single a{
    color: #0274be;
    text-decoration: none;
    font-size: inherit !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
/* // homepage related post */

.home-post {
    background: linear-gradient(90deg, #e9e8e8 0%, #fff 50%, #e9e8e8 100%);
}

.related-post-container {
    padding: 25px;
    margin: auto;
    background: #000000;
}

.home_page_related_post-container {
    margin: auto;
    background: #B5B7CE;
}

.home_page_related_post-container .post-content {
    margin: auto;
    max-width: 80%;
    text-align: justify;
    padding-bottom: 50px;
}

.home_page_related_post-container .post-content p,
.home_page_related_post-container .post-content h2,
.home_page_related_post-container .post-content a,
.home_page_related_post-container .post-content ol,
.home_page_related_post-container .post-content ul {
    color: #000000;
}

.home_page_related_post-container .post-content p,
.home_page_related_post-container .post-content a,
.home_page_related_post-container .post-content ol,
.home_page_related_post-container .post-content ul {
    font-size: 23px !important;
}

.featured-post-container {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    height: 500px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 49.63%, #FFFFFF 100%);
    filter: drop-shadow(0px -20px 50px rgba(0, 0, 0, 0.25)) drop-shadow(0px 20px 50px rgba(0, 0, 0, 0.25));
}

.post-title-overlay {
    position: absolute;
    width: 100%; /* Full width of its container */
    display: flex; /* Use flexbox to center the child anchor tag */
    height: 135px;
    /*text-align: center;*/
    top: 70%;
    transform: translateY(-50%);
    margin: 0;
    z-index: 2; /* Ensure the title is above the images */
    background: rgb(252, 252, 253);
    background: -moz-linear-gradient(90deg, rgba(252, 252, 253, 1) 0%, rgba(255, 255, 255, 0.7833508403361344) 50%, rgba(255, 255, 255, 0.5088410364145659) 100%);
    background: -webkit-linear-gradient(90deg, rgba(252, 252, 253, 1) 0%, rgba(255, 255, 255, 0.7833508403361344) 50%, rgba(255, 255, 255, 0.5088410364145659) 100%);
    background: linear-gradient(90deg, rgba(252, 252, 253, 1) 0%, rgba(255, 255, 255, 0.7833508403361344) 50%, rgba(255, 255, 255, 0.5088410364145659) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfcfd", endColorstr="#ffffff", GradientType=1);
}

.post-title-overlay a {
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
    padding-left: 1em;
    font-size: 35px;
    width: 55%; /* Set the width of the anchor (title text) to 60% */
    font-style: normal;
    line-height: 45px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

.logo-container {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: baseline;
}

.logo-container img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.3; /* Make the image semi-transparent */
}

.featured-image-container {
    width: 50%;
    display: flex;
    justify-content: center;
}

.logo-related-post {
    max-width: 80%;
    height: auto;
    object-fit: cover;
}

.featured-post-image {
    max-width: 100%;
    height: auto;
    object-fit: cover; /* Ensure images cover the area nicely */
}

/*@media (min-width: 1920px) {*/
/*    .related-post-container{*/
/*        width: 65%;*/
/*        !*margin:auto;*!*/
/*    }*/
/*}*/
/*@media (min-width: 972px) and (max-width: 1280px) {*/
/*    .related-post-container {*/
/*        width:89%;*/
/*        margin-left: 100px;*/
/*    }*/
/*}*/
@media (min-width: 667px) and (max-width: 1199.98px) {
    .home_page_related_post-container .post-content p,
    .home_page_related_post-container .post-content a,
    .home_page_related_post-container .post-content ol,
    .home_page_related_post-container .post-content ul {
        font-size: 18px !important;
    }

    .post-title-overlay a {
        font-size: larger;
        width: 65%;
    }

    .featured-post-container {
        height: 300px;
    }

    .home_page_related_post-container .post-content h2 {
        font-size: 25px !important;
    }

    .product-image-container {
        padding-bottom: 100%;
    }

}

@media (max-width: 667px) {
    .home_page_related_post-container .post-content p,
    .home_page_related_post-container .post-content a,
    .home_page_related_post-container .post-content ol,
    .home_page_related_post-container .post-content ul {
        font-size: 15px !important;
    }

    .post-title-overlay a {
        font-size: large;
        width: 80%;
    }

    .post-title-overlay {
        height: 60px;
    }

    .featured-post-container {
        height: 200px;
    }

    .home_page_related_post-container .post-content h2 {
        font-size: 22px !important;
    }



}



body.single-post .ast-article-single a{
    color: #0274be;
    text-decoration: none;
    font-size: inherit !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
body.single-post .ast-article-single img{
    width: 100%;
}
body.single-post .ast-article-single .entry-header .post-thumb {
    /* max-width: 500px;
    max-height: 320px; */
}
.woocommerce.woocommerce-shop .ast-shop-toolbar-container{
    margin-bottom: 0;
}

.woocommerce.woocommerce-shop ul.products::before,
.woocommerce.woocommerce-shop ul.products::after{
    display: none;
}

.woocommerce.woocommerce-shop ul.products{
    max-width: 1530px;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 50px 85px;
}

@media(max-width: 1600px){
    .woocommerce.woocommerce-shop ul.products{
        max-width: 1400px;
        grid-gap: 35px 65px;
    }
}

.woocommerce.woocommerce-shop ul.products li.product.product-category{
    margin-bottom: 0px;
    width: 100% !important;
}
.woocommerce.woocommerce-shop ul.products li.product.product-category>a{
    display: block;
}

.woocommerce.woocommerce-shop ul.products li.product.product-category .woocommerce-loop-category__title{
    position: relative;
    left: inherit;
    right: inherit;
    padding: 5px;
    margin-top: 36px;

    color:#000000;
    text-align:center;
    font-family:Lao MN;
    letter-spacing:4px;
    outline:none;
    /*width: 250px;*/
    font-size: 20px;


    background: #E9E8E8;

}
.woocommerce.woocommerce-shop ul.products li.product.product-category .woocommerce-loop-category__title .count{
    color:#000000;
    opacity:1;
    text-align:center;
    vertical-align:text-middle;
    font-family:Lao MN;
    font-size: 15px;
    letter-spacing:2px;
    line-height:auto;
    outline:none;
}
.woocommerce.woocommerce-shop ul.products li.product.product-category:hover .woocommerce-loop-category__title {
    color: white;
}

.woocommerce.woocommerce-shop ul.products li.product.product-category:hover .woocommerce-loop-category__title .count {
    color: white;
}


.woocommerce.tax-product_cat #secondary{
    width: 27%;
    border:none;
}
.woocommerce.tax-product_cat #primary:not(body.tax-product_cat.parent-category #primary){
    width: 73%;
}

.woocommerce.tax-product_cat .woocommerce-result-count{
    color:#000000 !important;
    font-size:18px !important;
    margin-top: 10px!important;
}

.woocommerce.tax-product_cat ul.products::before,
.woocommerce.tax-product_cat ul.products::after{
    display: none;
}

.woocommerce.tax-product_cat ul.products{
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 50px 45px;
    /* Ensure the grid container can accommodate all 4 columns */
    min-width: 0;
    width: 100%;
    max-width: none;
}

/* Desktop-specific fixes for 4-column grid visibility */
@media (min-width: 1441px) {
    .woocommerce.tax-product_cat ul.products {
        /* Ensure proper spacing and visibility on wide screens */
        grid-gap: 50px 45px;
        /* Remove any max-width constraints that might cut off columns */
        max-width: none;
        /* Ensure the grid takes full available width */
        width: 100%;
    }
    
    /* Adjust container constraints for wide screens to accommodate 4 columns */
    .woocommerce.tax-product_cat .ast-woocommerce-container {
        max-width: none;
        width: 100%;
        padding: 0 30px;
    }
    
    /* Ensure the primary content area can expand to show all columns */
    .woocommerce.tax-product_cat #primary:not(body.tax-product_cat.parent-category #primary) {
        width: 73%;
        max-width: none;
        min-width: 0;
    }
}

/* Additional fix for very wide screens */
@media (min-width: 1920px) {
    .woocommerce.tax-product_cat ul.products {
        /* Optimize grid gap for very wide screens */
        grid-gap: 60px 55px;
    }
    
    .woocommerce.tax-product_cat .ast-woocommerce-container {
        padding: 0 50px;
    }
}

.woocommerce.tax-product_cat ul.products li.product{
    margin-bottom: 0;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.woocommerce.tax-product_cat ul.products li.product>a{
    display: block;
}


.woocommerce.tax-product_cat ul.products li.product .ast-woo-product-category{
    color:#b7b5b5;
    font-size:13px !important;
}
.woocommerce.tax-product_cat ul.products li.product a.ast-loop-product__link h2{
    color:#000000;
    font-size:18px !important;
    margin-bottom: 5px;
/*    height: auto !important;*/
}

.woocommerce.tax-product_cat ul.products li.product .price{
    color:#000000 !important;
    text-align:left !important;
    font-size:18px !important;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

/* Ensure consistent layout for products without price-and-sold-message wrapper */
.woocommerce.tax-product_cat ul.products li.product .price:not(:has(.price-and-sold-message)) {
    margin-bottom: 20px;
}

/* Fallback for browsers that don't support :has() selector */
@supports not selector(:has(*)) {
    .woocommerce.tax-product_cat ul.products li.product .price {
        margin-bottom: 20px;
    }
}



/* Override the price-and-sold-message styling to match the consistent layout */
.woocommerce.tax-product_cat ul.products li.product .price .price-and-sold-message {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 0;
}

.woocommerce.tax-product_cat ul.products li.product .star-rating{
    display: none;
}

.woocommerce.tax-product_cat ul.products li.product .button{
    margin-top: 5px !important;
    margin-bottom: 0 !important;
    color:#ffffff;
    text-align:center;
    font-size:18px;
    width: 100%;
}

.woocommerce.tax-product_cat ul.products li.product .product-usage-attribute,
.summary.entry-summary .product-usage-attribute,
.product-usage-attribute.moved-to-mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    align-self: flex-end;

    font-family: 'Archivo';
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;

    color: #707070;
}

.review-rating{
    display: none;
}

body.single.single-product .summary.entry-summary .product-usage-attribute,
body.single.single-product .product-usage-attribute.moved-to-mobile{
    display: none;
}

@media(max-width: 767px){
    .woocommerce.tax-product_cat ul.products li.product .product-usage-attribute,
    .summary.entry-summary .product-usage-attribute {
        margin-top: -14px;
        font-size: 10px;
    }

    .product-usage-attribute.moved-to-mobile {
        margin-top: 0px;
        margin-bottom: 10px;
        justify-content: flex-start;
        font-size: 10px;
    }
    

}

/* .summary.entry-summary .product-usage-attribute{
    margin-top: -54px;
    justify-content: flex-start;
    margin-left: 230px;
    font-size: 16px;
} */

.woocommerce.tax-product_cat ul.products li.product .product-usage-attribute .usage-label,
.summary.entry-summary .product-usage-attribute .usage-label {
    color: #666;
    font-weight: 500;
    margin-right: 5px;
}




.tbkh-shop-filters{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    padding: 50px 15px;
    padding-bottom: 30px;
    background-color: #D9D9D9;
}
.tbkh-shop-filters .grid-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 0px;
    grid-column-gap: 15px;
}
.grid-full-width {
    grid-column: 1 / -1;
}
.tbkh-shop-filters h2{
    /*color:#042a8b;*/
    text-align:center;
    font-size:20px;
}
.tbkh-shop-filters .form-group{
    color:#000000;
    text-align:left;
    font-size:15px;
}

.tbkh-shop-filters .form-group .font-weight-bold{
    font-weight: bold;
}

.tbkh-shop-filters .button{
    background-color:#000000 !important;
    border: 1px solid #000000!important;
    /*filter:drop-shadow(0px 2px 4px rgba(0,0,0,0.25)) !important;*/
    font-size: 20px !important;
    text-transform: uppercase;
}
.tbkh-shop-filters .reset-button-css.button{
    background-color:#e9e8e8 !important;
    color:#000000 !important;
    border: 1px solid #000000;
    text-transform: unset;
}

body.tax-product_cat.ast-left-sidebar .select2-container .select2-selection--single{
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding: 10.5px 10px;
}

body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters #frontendproductfilter_color + .select2 .select2-selection--multiple,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters #frontendproductfilter_leather + .select2 .select2-selection--multiple,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters #frontendproductfilter_color + .select2 .select2-selection__choice,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters #frontendproductfilter_leather + .select2 .select2-selection__choice{
    background-color: #B8B8B8;
    font-size: 15px;
}
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters .form-control  + .select2 .select2-selection__choice[title="All"] .select2-selection__choice__remove {
    display: none;
}
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters  #add_product_submodel_select_tag + .select2 .select2-selection__choice,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters  #fe_product_filter_productmodel_select_tag + .select2 .select2-selection__choice,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters  #product_size + .select2 .select2-selection__choice,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters  #frontendproductfilter_year + .select2 .select2-selection__choice,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters  #frontendproductfilter_stamp + .select2 .select2-selection__choice,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters  #product_locationarea + .select2 .select2-selection__choice,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters  #frontendproductfilter_authentication-level+ .select2 .select2-selection__choice,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters  #product_hardwares + .select2 .select2-selection__choice,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters  #product_stateofuse + .select2 .select2-selection__choice,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters  #product_status + .select2 .select2-selection__choice {
    background-color: #ffffff;
    font-size: 15px;
}
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters  #add_product_submodel_select_tag + .select2 .select2-selection__choice,
body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters  #fe_product_filter_productmodel_select_tag + .select2 .select2-selection__choice{
    color: #707070;
}

.filter-labels {
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #000000;
}

body.tax-product_cat.ast-left-sidebar #primary {
    margin-top: 30px !important;
    padding-left: 0px !important;
    padding-right: 30px !important;
    padding-top: 20px !important;
    /*background-color: white !important;*/
    margin-bottom: 30px !important;
}
/*body.tax-product_cat.ast-left-sidebar #secondary{*/
/*    margin-top: 0px !important;*/
/*    padding: 30px 30px !important;*/
/*}*/
body.tax-product_cat .sidebar-main{
    background-color: transparent;
}
body.tax-product_cat .sidebar-main .ast-woo-sidebar-widget{
    padding: 0 !important;
    margin: 0 !important;
}
body.tax-product_cat.woocommerce ul.products{
    max-width: 100% !important;
}
body.tax-product_cat.ast-separate-container .ast-woocommerce-container{
    padding: 0 !important;
    background-color: transparent;
}
body.tax-product_cat.ast-separate-container .page-title{
    margin-bottom: 10px;
}


.woocommerce.woocommerce-page nav.woocommerce-pagination{
    padding-top: 15px;
    padding-bottom: 15px;
}

.woocommerce.woocommerce-page .woocommerce-ordering select.orderby{
    color:#000000;
    /*font-family:Lao MN;*/
}

.woocommerce.woocommerce-page .store-name{
    color:#b7b5b5;
    text-align:left;
    vertical-align:text-middle;
    font-size:15px;
}
.woocommerce.woocommerce-page .category-name{
    text-align:left;
    font-size:20px;
    margin-top:10px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #000000;
}

.woocommerce.tax-product_cat .mobile-filter-buttons{
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li{
    border-color : #000000 !important;
}
.woocommerce nav.woocommerce-pagination ul li a{
    color: #000000 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:active,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: #000000 !important;
    border-color : #000000 !important;
    color: #ffffff !important;
}

/*.filter-product-modal .modal-content{*/
/*    border-radius: 10px;*/
/*}*/

.filter-product-modal, .search-product-modal, .authentication-product-modal{
    width: 100%;
    left: 0;
}
.filter-product-modal .modal-content,
.search-product-modal .modal-content {
    border-radius: 10px;
    background: #E9E8E8;
}
.filter-product-modal .modal-content .modal-body #filter-form #color.form-select,
.filter-product-modal .modal-content .modal-body #filter-form #leather.form-select {
    background: #DAE8FD;
}

.authentication-product-modal .modal-content {
    border-radius: 10px;
    background: #DAE8FD;
}
.authentication-product-modal .modal-header .modal-title{
    margin: auto;
}
.authentication-product-modal .modal-body ul{
    padding-left: 0;
    font-size: 15px;
}
.search-product-modal .modal-content input[type=text] {
    border: 1px solid black;
    padding: 0 10px;
    border-radius: 5px;
}
.search-product-modal .modal-content .modal-header{
    border: none;
}
.search-product-modal .modal-content .modal-body{
    margin-bottom: 10px;
}
.single-product.ast-separate-container.ast-two-container p.price .reference-number {
    padding-left:20px;
    font-size: small;
}

@media(max-width: 1024px) {

    body.tax-product_cat.ast-left-sidebar #main-page-conent {
        padding-left: 20px;
        padding-right: 20px;
    }


    .woocommerce.tax-product_cat ul.products {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .woocommerce.tax-product_cat .mobile-filter-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .woocommerce.tax-product_cat .mobile-filter-buttons .btn:first-child {
        margin-right: 15px;
    }

    .woocommerce.tax-product_cat .mobile-filter-buttons .btn img {
        margin-right: 7px;
    }

    .woocommerce.tax-product_cat .mobile-filter-buttons .btn div {
        margin-top: 4px;
    }

    .woocommerce.tax-product_cat .mobile-filter-buttons .btn.filter-btn {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        background-color: #dae8fc !important;
        border-radius: 50px !important;
        border: 1px solid #000000 !important;
        color: #000000 !important;
        text-align: left !important;
        font-size: 13px !important;
        font-family: Lao MN !important;
        padding: 3px 15px !important;
        font-weight: bold;
        margin-top: 4px;
    }

    .woocommerce.tax-product_cat .mobile-filter-buttons .btn.search-btn {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        background-color: #dae8fc !important;
        border-radius: 50px !important;
        border: 1px solid #000000 !important;
        color: #000000 !important;
        text-align: left !important;
        font-size: 13px !important;
        font-family: Lao MN !important;
        padding: 3px 15px !important;
        font-weight: bold;
        margin-top: 4px;
    }

    .woocommerce.tax-product_cat #secondary {
        display: none;
        width: 100%;
    }

    .woocommerce.tax-product_cat #primary {
        width: 100% !important;
    }

    .select2-container:not(.woocommerce-billing-fields p#billing_country_field .select2-container, .woocommerce-billing-fields p#billing_state_field .select2-container, span.woocommerce-input-wrapper span.select2-container) {
        z-index: 99999 !important;
    }


    .filter-product-modal .modal-header {
        border: 0;
        position: relative;
    }

    .filter-product-modal .modal-header .modal-title {
        margin: auto;
        color: #042A8B;
    }

    .filter-product-modal #reset-btn {
        background: #DAE8FD;
        border: none;
    }

    .filter-product-modal .btn {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, .2);
    }

    .filter-product-modal .modal-header .btn-close {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 99;
        opacity: 1;
    }

    .filter-product-modal .modal-body .form-label {
        font-size: 13px;
        font-weight: bold;
    }

    body.tax-product_cat.ast-left-sidebar .filter-product-modal #secondary {
        padding: 0 !important;
        background-color: transparent !important;
    }

    .filter-product-modal .sidebar-main {
        background-color: #e8e7e7;
        padding: 0px;
    }

    .filter-product-modal .tbkh-shop-filters {
        border-radius: 30px;
        padding: 40px 15px;
        padding-bottom: 30px;
    }

    .filter-product-modal .tbkh-shop-filters h2 {
        font-size: 15px;
        font-weight: bold;
    }

    .tbkh-shop-filters .button {
        font-size: 14px !important;
    }

    .search-product-modal .modal-content .modal-body .widget_search label.wp-block-search__label {
        display: none;
    }

    .category-product-modal .modal-content {
        background-color: #e8e7e7!important;
    }
    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item{
        background: white;
        margin: 4px 15px;
    }
    .lwd-filtered-widget-category-product-list ul{
        margin-top: 3em;
        margin-left: 1em;
        margin-right: 1em;
        padding-left: 0;
    }
    .woocommerce.woocommerce-shop ul.products  {
        padding-left: 15px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        margin: auto;
    }
    .woocommerce.woocommerce-shop ul.products {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media(max-width: 767px){
    .woocommerce.woocommerce-shop ul.products{
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .woocommerce.woocommerce-shop .woocommerce-result-count{
        display: none;
    }
    .woocommerce.woocommerce-shop.ast-plain-container #primary{
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .woocommerce.woocommerce-shop ul.products li.product.product-category>a{
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
        /*padding: 0px 5px 10px 5px;*/
        background-color: white;
    }

    .woocommerce.woocommerce-shop ul.products li.product.product-category .woocommerce-loop-category__title{
        font-size:15px;
        font-family:Lao MN;
        letter-spacing:0px;
        margin-top: 0px;
        position: absolute;
        bottom: 0;
    }
    .woocommerce.woocommerce-shop ul.products li.product.product-category .woocommerce-loop-category__title .count{
        font-size:12px;
        font-family:Lao MN;
        letter-spacing:0px;
    }

    .woocommerce.tax-product_cat ul.products{
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    body.tax-product_cat.ast-left-sidebar #primary{
        /* margin-top: 15px !important; */
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 10px !important;
        /*background-color: #fff !important;*/
        margin-bottom: 10px !important;
    }

    .woocommerce.tax-product_cat .woocommerce-result-count{
        color:#000000 !important;
        font-size:12px !important;
    }

    .woocommerce.tax-product_cat .store-name{
        font-size: 10px;
    }

    .woocommerce.tax-product_cat .category-name{
        font-size: 15px;
        font-weight: bold;
    }

    .woocommerce.tax-product_cat ul.products li.product a.ast-loop-product__link h2{
        font-size: 10px !important;
        line-height: 13px !important;
        height: auto !important;
    }

    .woocommerce.tax-product_cat ul.products li.product .price{
        margin-top: 0 !important;
        font-size: 10px !important;
    }

    .woocommerce.tax-product_cat ul.products li.product .button{
        font-size: 12px !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .woocommerce.tax-product_cat .astra-shop-summary-wrap{
        padding: 0 0.5em !important;
    }

    .woocommerce.tax-product_cat .woocommerce-ordering select.orderby{
        font-size: 12px !important;
        text-align: right;
    }
    .woocommerce.tax-product_cat .ast-shop-toolbar-container{
        position: inherit !important;
        column-gap: 0px !important;
        flex-direction: row !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

}

@media(max-width: 500px){
    .woocommerce.tax-product_cat ul.products{
        grid-gap: 10px;
    }
    .woocommerce ul.products li.product{
        margin-right: 5px !important;
    }
    .woocommerce ul.products li.product .woocommerce-loop-product__link img,
    .woocommerce-page ul.products li.product .woocommerce-loop-product__link img{
        margin: 0 auto;
    }
}


/*!*!* Hide default product view on mobile *!*!*/
/*!*@media only screen and (max-width: 767px) {*!*/
/*!*    .summary.entry-summary {*!*/
/*!*        display: none;*!*/
/*!*    }*!*/

/*!*    !* Show custom mobile view *!*!*/
/*!*    .mobile-product-view {*!*/
/*!*        display: block;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*!* Hide custom mobile view on desktop *!*!*/
/*!*@media only screen and (min-width: 768px) {*!*/
/*!*    .mobile-product-view {*!*/
/*!*        display: none;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*!* General Styling for Mobile View *!*!*/
/*!*.mobile-product-view {*!*/
/*!*    padding: 20px;*!*/
/*!*    background-color: #fff;*!*/
/*!*    border: 1px solid #eaeaea;*!*/
/*!*    margin-bottom: 20px;*!*/
/*!*}*!*/

/*!*.mobile-product-view nav.woocommerce-breadcrumb {*!*/
/*!*    margin-bottom: 20px;*!*/
/*!*}*!*/

/*!*.mobile-product-view .single-product-category {*!*/
/*!*    display: block;*!*/
/*!*    margin-bottom: 10px;*!*/
/*!*}*!*/

/*.mobile-product-view .product_title.entry-title {*/
/*    font-size: 24px;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.mobile-product-view .price {*/
/*    font-size: 20px;*/
/*    color: #ff0000;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.mobile-product-view .stock-status {*/
/*    font-size: 16px;*/
/*    color: green;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.mobile-product-view .whatsapp-link {*/
/*    display: inline-block;*/
/*    background-color: #25D366;*/
/*    color: #fff;*/
/*    padding: 10px 20px;*/
/*    border-radius: 5px;*/
/*    text-decoration: none;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.mobile-product-view .woocommerce-product-gallery {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.mobile-product-view h2 {*/
/*    font-size: 22px;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.mobile-product-view .product-details {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0 0 20px;*/
/*}*/

/*.mobile-product-view .product-details li {*/
/*    font-size: 16px;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.mobile-product-view .product_meta {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.mobile-product-view .ast-single-product-payments {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.mobile-product-view .additional-info {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.mobile-product-view .additional-info h2 {*/
/*    font-size: 18px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.mobile-product-view .additional-info ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0 0 20px;*/
/*}*/

/*.mobile-product-view .additional-info ul li {*/
/*    font-size: 14px;*/
/*    margin-bottom: 5px;*/
/*}*/





.whatsapp-page{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.whatsapp-page .whatsapp-grid{
    display: grid;
    grid-template-columns: 5fr 7fr;
    padding: 50px 5px;
}

.whatsapp-page .bags-image{
    z-index: 9;
}
.whatsapp-page .bags-image img {
    width: 100%;
    height: auto;
    box-shadow: 10px 0px 15px -3px rgba(0, 0, 0, 0.5);
}

.whatsapp-page .right {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%);
}

.whatsapp-page .text-block {
    padding: 20px;
    padding-left: 50px;
    padding-top: 10px;
    display: flex;
    font-family: 'Lao MN';
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    width: 70%;
}

.whatsapp-page .text-block h1 {
    margin: 0;
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
}

.whatsapp-page .join-button {
    margin: 0  auto;
    margin-top: 30px;
    background: #887A92;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-family: 'Lao MN';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    color: #FFFFFF;
    text-shadow: -1px 1px 0px #212121;
    width: max-content;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.whatsapp-page .join-button img {
    margin-right: 15px;
    width: 40px;
}

@media(max-width: 767px){
    .whatsapp-page .heading-container{
        padding-top: 0px !important;
    }
    .whatsapp-page .heading-one{
        padding: 15px !important;
    }
    .whatsapp-page .heading-one h1{
        font-size: 14px !important;
    }
    .whatsapp-page .container{
        max-width: 100%;
        padding: 0;
    }
    .whatsapp-page .whatsapp-grid{
        display: block;
        padding: 0;
        position: relative;
        padding-bottom: 25px;
    }
    .whatsapp-page .bags-image{
        margin-bottom: 10px;
    }
    .whatsapp-page .bags-image img {
        box-shadow: none;
    }
    .whatsapp-page .right{
        position: absolute;
        background-color: white;
    }
    .whatsapp-page .join-button{
        margin-top: 15px;
        font-size: 16px;
        padding: 6px;
    }
    .whatsapp-page .text-block {
        padding: 20px;
        padding-left: 50px;
        padding-top: 10px;
        display: inline-flex;
        font-family: 'Lao MN';
        flex-direction: column;
        justify-content: center;
        height: 100%;
        margin: 0 auto;
        width: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
    .whatsapp-page .text-block h1 {
        margin-bottom: 15px;
    }

}

/* Hide mobile-only elements on desktop */
@media (min-width: 1025px) {
    .mobile-category-buttons {
        display: none !important;
    }
    
    /* Hide search widget that appears in sidebar on desktop for category pages */
    body.tax-product_cat.ast-left-sidebar #secondary .widget_search,
    body.tax-product_cat.ast-left-sidebar #secondary .ast-woo-sidebar-widget.widget_search,
    body.tax-product_cat.ast-left-sidebar .sidebar-main .ast-woo-sidebar-widget.widget_search,
    body.tax-product_cat.ast-left-sidebar #secondary .widget_block.widget_search,
    body.tax-product_cat.ast-left-sidebar #secondary .ast-woo-sidebar-widget.widget_block.widget_search,
    body.tax-product_cat.ast-left-sidebar .sidebar-main .ast-woo-sidebar-widget.widget_block.widget_search,
    body.tax-product_cat.ast-left-sidebar #secondary #block-20,
    body.tax-product_cat #secondary .widget_block.widget_search {
        display: none !important;
    }
}

/* Additional specific rules to hide block search widgets on desktop */
@media (min-width: 1025px) {
    /* Hide WordPress block search widgets specifically */
    body.tax-product_cat #secondary .widget_block.widget_search,
    body.tax-product_cat #secondary #block-20,
    body.tax-product_cat.ast-left-sidebar #secondary .widget_block.widget_search,
    body.tax-product_cat.ast-left-sidebar #secondary #block-20,
    .ast-woo-sidebar-widget.widget_block.widget_search {
        display: none !important;
    }
}

/* Direct rule to hide specific search widget on desktop */
@media (min-width: 1025px) {
    #block-20 {
        display: none !important;
    }
    
    /* Additional broader rules for block search widgets */
    .widget_block.widget_search {
        display: none !important;
    }
}

/* Force hide specific block widget on desktop */
@media (min-width: 1025px) {
    #block-20 {
        display: none !important;
    }
}

/* Force hide specific search widget block on desktop */
@media (min-width: 1025px) {
    body.tax-product_cat #secondary .widget_block.widget_search {
        display: none !important;
    }
}

/* Force hide specific search widget block on desktop */
@media (min-width: 1025px) {
    #block-20 {
        display: none !important;
    }
}



body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters .form-control  + .select2 .select2-selection__choice[title="All"] .select2-selection__choice__remove {
    display: none !important;
}

body.tax-product_cat.ast-left-sidebar .tbkh-shop-filters .form-control  + .select2 .select2-selection__choice[title="All"] .select2-selection__choice__remove {
    display: none !important;
}
/* Desktop back header styling */
.back-header-container.back-header-container-single-category.d-none.d-md-block {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 0  0 0 0;
    margin-bottom: 20px;
}

.back-header-container.back-header-container-single-category.d-none.d-md-block .back-button-container {
    flex: 0 0 auto;
}

.back-header-container.back-header-container-single-category.d-none.d-md-block .parent-category-name {
    flex: 1;
    text-align: center;
    margin: 0 20px;
}

.back-header-container.back-header-container-single-category.d-none.d-md-block .product-category-whatsapp-container {
    flex: 0 0 auto;
    text-align: right;
}




/* Cart icon visibility rules */
.tbkh-topmenu-rightside-icon-cart {
    display: block;
}

@media (min-width: 768px) {
    .tbkh-topmenu-rightside-icon-cart {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #top-menu-cart-icon {
        display: none !important;
    }
}

/* Desktop cart badge styling */
#top-menu-cart-icon .cart-count-badge {
    position: absolute;
    top: -5px;
    right: 8px;
    background-color: #ff0000;
    color: white;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
}

#top-menu-cart-icon {
    position: relative;
}
