@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:root {
   --primaryColor1: #D47132;
   --primaryColor2: #D4B483;
   --primaryColor3: #636900;
   --seondaryColor1: #89B49F;
   --seondaryColor2: #565970;
   --seondaryColor3: #EDA39A;
   --tertiaryColor1: #F5EDE0;
   --tertiaryColor2: #ACB5BD;
   --tertiaryColor3: #EBEAE9;
   --font1: "Montserrat", sans-serif;
   --font2: "Lora", serif;
   --font3: "EB Garamond", serif;
   --font4: "Lato", sans-serif;
   --font5: "Josefin Sans", sans-serif;
   --font6: "Inter", sans-serif;
   --font7: "Source Serif 4", serif;
   --font8: "Work Sans", sans-serif;
   --font9: "Poppins", sans-serif;
   --font10: "Abhaya Libre", serif;
   --font11: "Outfit", sans-serif;
}

body {
    font-size: 13px;
    line-height: 140%;
    font-weight: 400;
    color: var(--seondaryColor2);
    font-family: var(--font1);
    background-color: #F5F5F5;
}

a {
    transition: all .5s;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 48px;
    line-height: 140%;
}
h2 {
    font-size: 40px;
    line-height: 140%;
}
h3 {
    font-size: 33px;
    line-height: 140%;
}
h4 {
    font-size: 28px;
    line-height: 140%;
}
h5 {
    font-size: 23px;
    line-height: 140%;
}

.btn {
    padding: 18px 26px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: .2px;
    border: 0;
}
.btn-primary {
    background-color: var(--tertiaryColor3);
    border-radius: 0;
    color: var(--primaryColor1);
}
.btn-primary:hover {
    background-color: var(--primaryColor1);
    color: var(--tertiaryColor3);
}
.btn-secondary {
    background-color: var(--primaryColor2);
    border-radius: 0;
    color: #fff;
}
.btn-secondary:hover {
    background-color: var(--primaryColor3);
    color: #fff;
}
.btn.btn-shop {
    letter-spacing: 6px;
}
.btn.btn-shop:hover {
    border-radius: 20px;
}
.btn.btn-view {
    border-radius: 2px;
    font-size: 12px;
    line-height: 100%;
    font-weight: 500;
    letter-spacing: 0;
    font-family: var(--font5);
    padding: 9px 14px;
}

.sectionHeading {
    font-weight: 600;
    font-size: 42px;
    line-height: 100%;
    color: #C76640;
    font-family: var(--font3);
    margin-bottom: 45px;
}

/* Header */
.siteHeader {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}
.siteHeader .container {
    max-width: 1300px;
}
.siteHeader .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
}
.siteHeader .navbar-brand {
    padding: 0;
    margin: 0;
}
.siteHeader .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .2px;
    color: #EBEAE9;
    padding-left: 10px;
    padding-right: 10px;
}
.siteHeader .navbar-nav .nav-link:hover,
.siteHeader .navbar-nav .nav-link.active {
    color: #fff;
}
.siteHeader .dropdown-menu {
    border: 0;
    margin-top: 0;
    border-radius: 0;
}
.siteHeader .dropdown-menu .dropdown-item {
    font-size: 13px;
}
.siteHeader .navbarRight {
    display: flex;
    align-items: center;
}
.siteHeader .userMenu {
    order: 2;
    padding-left: 95px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: .2px;
    color: #EBEAE9;
}
.siteHeader .userMenu a {
    color: #EBEAE9;

}
.siteHeader .userMenu a:hover {
    color: #f5ac51;
}

.home{

    i{
        color: #d37033;
        &:hover{
                    color: #000;
                }
    }
    .siteHeader {
        .userMenu{
            a{
                color: #d37033;
                &:hover{
                    color: #000;
                }
            }
        }
    }
    
}





.countryToggle {
    order: 3;
    width: 40px;
    height: 24px;
    min-width: 40px;
    border: 2px solid #fff;
    border-radius: 15px;
    transition: all .5s;
    display: flex;
    position: relative;
    cursor: pointer;
}
.countryToggle input {
    width: 40px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}
.countryToggle span {
    width: 39px;
    height: 23px;
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 15px;
}
.countryToggle span:before {
    content: "";
    background: url(../images/india-flag.png) no-repeat 0 0;
    width: 23px;
    height: 23px;
    background-size: 100%;
    border: 2px solid #fff;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.countryToggle input:checked+span {
    background-color: #fff;
}
.countryToggle input:checked+span:before {
    content: "";
    background: url(../images/us.png) no-repeat 0 0;
    left: auto;
    top: 0;
    right: -1px;
    width: 24px;
    height: 24px;
    background-size: 100%;
}
.logBtn {
    margin-right: 25px;
}
.seachBtn {
    margin-right: 25px;
}
.cartBtn {
    margin-right: 25px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .2px;
}
.wishBtn {
    margin-right: 50px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .2px;
}
/* Slider */
.heroBanner {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25) ;
    position: relative;
}
.sliderItem {
    padding-top: 235px;
    padding-bottom: 190px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.sliderItemCnt {
    color: var(--primaryColor1);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .2px;
    font-weight: 500;
	padding-left:30px;
	padding-right:30px
}
.sliderItemCnt h2 {
    font-size: 60px;
   /*line-height: 55px; */
	line-height: 1;
    font-weight: 700;
    font-family: var(--font2);
    margin-bottom: 60px;
}
.sliderItemCnt p {
    margin-bottom: 60px;
}
.heroBanner .slick-dots {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    padding: 0;
}
.heroBanner .slick-dots button {
    padding: 0;
    background-color: transparent;
    border: 2px solid var(--tertiaryColor3);
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    font-size: 0;
    margin: 5px;
}
.heroBanner .slick-dots .slick-active button {
    background-color: var(--tertiaryColor3);
}

/* Category */
.category {
    padding-top: 40px;
    padding-bottom: 50px;
}
.category .container {
    max-width: 1290px;
}
.catBox {
    border-radius: 36px;
    position: relative;
    /* padding-top: 370px;
    padding-bottom: 65px; */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    transition: all .5s;
}
.catBox-img {
    height: 435px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 36px;
    background-position: center center !important;
    transition: all .5s;
}
.catBox a {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 30px 50px;
    align-items: center;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: .2px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.catBox:hover {
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
}
.catBox:hover .catBox-img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.catBox:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(to bottom, #232AB800 0%, #0F1352 100%);
    border-radius: 36px;
    opacity: 0;
    transition: all .5s;
}
.catBox:hover:after {
    opacity: .5;
}
.catBox:hover a {
    top: auto;
    bottom: 50%;
    transform: translateY(60%);
    color: #fff;
}

/* Trending */
.trending {
    padding-bottom: 45px;
}
.trending .container {
   max-width: 1200px;
}
.trendBox {
    box-shadow: 0 0 25px 0 rgba(0,0,0,.10);
    background-color: #fff;
    position: relative;
    transition: all .5s;
}
.trendBox figure{
    background-color:#F6F7FB;
    padding: 45px 25px 15px;
    text-align: center;
    margin-bottom: 0;
    transition: all .5s;
    position: relative;
    min-height: 236px;
}
.trendBox figure img {
    border-radius: 20px;
}
.trendBox figure .btn-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    display: none;
    width: 96px;
}
.trendBox ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* display: flex; */
    align-items: center;
    position: absolute;
    left: 11px;
    top: 11px;
    display: none;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
}
.trendBox ul li {
    margin-right: 5px;
}
.trendBox ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100px;
}
.trendBox ul li a i svg {
    width: 20px;
    height: 20px;
}
.trendBox ul li a:hover {
    background-color: #F6F7FB;
}
.trendBox ul li:hover svg {
    fill: var(--primaryColor1);
    stroke: var(--primaryColor1);
}
.trendBox:hover ul {
    display: flex;
    opacity: 1;
}
.trendBox:hover figure {
    background-color: #fff;
}
.trendBoxBot {
    padding: 15px;
    transition: all .5s;
    color: #151875;
}
.trendBoxBot h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    color: var(--primaryColor1);
    font-family: var(--font4);
    transition: all .5s;
    min-height: 43px;
}
.trendBoxBot h3+p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    font-family: var(--font4);
    transition: all .5s;
}
.trendBox:hover .trendBoxBot {
    color: #fff;
    background-color: var(--primaryColor1);
}
.trendBox:hover .trendBoxBot h3 {
    color: #fff;
}
.trendBox:hover .btn-view {
    display: flex;
}

/* Discount */
.discountBanner {
    padding: 100px 0;
    background: url(../images/discountBg.jpg) no-repeat center center;
    background-size: cover;
}
.discountBanner .container {
    max-width: 1300px;
}
.discountCnt {
    text-align: center;
    color: var(--tertiaryColor3);
    font-family: var(--font6);
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
}
.discountCnt h2 {
    font-size: 36px;
    line-height: 100%;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

/* New Arrivals */
.newArrivals {
    padding-top: 45px;
}
.newArrivals .sectionHeading {
    font-size: 44px;
}
.cauroselItem {
    padding: 0 10px;
}
.arrivalBox {
    border-radius: 30px;
}
.arrivalBox figure {
    margin-bottom: 0;
}
.arrivalBox figure a {
    display: block;
}
.arrivalBox figure img {
    border-radius: 30px;
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

/* Counter Banner */
.counterBanner {
    position: relative;
    background-color: #C76640;
    margin-top: 100px;
}
.counterBanner .container {
    position: relative;
    z-index: 1;
    max-width: 1300px;
}
.counterBanner:before,
.counterBanner:after {
    content: "";
    width: 100%;
    height: 100px;
    background-color: #F5F5F5;
    display: block;
    position: absolute;
}
.counterBanner:before {
    top: 0;
}
.counterBanner:after {
    bottom: 0;
}
.counterBanner figure {
    margin-bottom: 0;
    /* text-align: center; */
}
.counterBanner figure img {
    border: 10px solid #EBEAE9;
    border-radius: 100%;
}
.counterList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: var(--font3);
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    align-items: end;
    justify-content: center;
}
.counterList li {
    padding: 0 15px;
    flex: 0 0 33.33%;
}
.counterList i {
    display: block;
    margin-bottom: 25px;
}
.counterWrap {
    display: flex;
    font-family: var(--font7);
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    justify-content: center;
}
.counterList h4 {
    font-style: italic;
    font-weight: 500;
    opacity: .78;
}

/* News */
.news {
    padding-top: 45px;
    padding-bottom: 55px;
}
.news .container {
    max-width: 1290px;
}
.news .sectionHeading {
    font-size: 36px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font1);
    color: var(--primaryColor1);
}
.newsBox {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.newsBox figure {
    margin-bottom: 0;
    padding: 10px;
    /* min-height: 258px; */
}
.newsBox figure a {
    display: block;
}
.newsBox figure img {
    border-radius: 10px;
    height: 230px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.newsBoxbot {
    padding: 25px 15px;
    border-top: 1px solid #fff;
}
.newsBoxbot h3,
.newsBoxbot a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font8);
    margin-bottom: 0;
    color: #fff;
}
.newsList .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.newsList .col-md-3:first-child .newsBox {
    background-color: #DCAB98;
}
.newsList .col-md-3:nth-child(2) .newsBox {
    background-color: #C76640;
}
.newsList .col-md-3:nth-child(3) .newsBox {
    background-color: #D4B483;
}
.newsList .col-md-3:last-child .newsBox {
    background-color: #E99270;
}

/* Bottom Banner */
.bottomBanner {
    background-color: #B0826A;
    color: #fff;
    padding: 20px 0;
}
.bottomBanner h2 {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-bottom: 0;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 500;
    font-family: var(--font9);
}
.bottomBanner h2 a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.bottomBanner h2 a:hover {
    color:#d4b483;
}
.bottomBanner h2 img {
    margin: 0 20px;
}

/* Footer */
.siteFooter {
    background-color: #fff;
    padding: 30px 0;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    font-family: var(--font11);
    color: rgba(30,30,30,.5);
    clear: both;
}
.siteFooter .container {
    max-width: 1300px;
}
.footLogo {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 15px;
}
.siteFooter h3 {
    font-size: 24px;
    line-height: 100%;
    font-weight: 400;
    color: #000;
    font-family: var(--font10);
}
.siteFooter h4 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #1E1E1E;
    margin-bottom: 25px;
    font-family: var(--font9);
}
.siteFooter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    font-family: var(--font9);
}
.siteFooter ul li {
    margin-bottom: 20px;
}
/*.siteFooter ul li a {
    color: rgba(30,30,30,.5);
}
.siteFooter ul li a:hover {
    color: var(--primaryColor1);
}*/
.siteFooter .col-md-6 .col-4 {
    width: auto;
    padding-left: 30px;
    padding-top: 30px;
}
.location {
    font-size: 14px;
    color: #000;
    display: flex;
}
.location i {
    margin-right: 10px;
}

.left-loc{
    display: flex;
    width: 48%;
}
.right-loc{
    display: flex;
    width: 48%;
}
.social-f{
    ul{
        display: flex;
        align-items: center;
        font-size: 14px;
        li{
            color: #000;
            margin-right: 8px;
            margin-bottom: 0;
            a{
                font-size: 26px;
                &:hover{
                    color: #000;
                }
            }
        }
    }
    
}

/* Inner Header */
body:not(.home) {
    padding-top: 90px;
}
body:not(.home) .siteHeader {
  background-color: #000;
}
body:not(.home) .siteHeader .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
body:not(.home) .siteHeader .navbar-brand {
    padding: 5px 0;
}
body:not(.home) .siteHeader .navbar-brand img {
    height: 80px;
}

/* Woocommerce */
.mtProducts {
    padding-top: 45px;
    padding-bottom: 75px;
}
.mtProducts .container {
    max-width: 1300px;
}
.prodRht {
    /* padding-top: 60px; */
}
.products {
    list-style-type: none;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.product {
    flex: 0 0 33.33%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-bottom: 25px;
}
.product figure {
    position: relative;
    margin-bottom: 10px;
    /* text-align: center; */
}
/* .product figure a {
    display: block;
} */
.product figure img {
    border-radius: 15px;
    border: 2px solid transparent;
    transition: all .5s;
    height: 297px;
    object-fit: cover;
    width: 100%;
}
.toolBar {
    margin-bottom: 50px;
}
.add_to_cart_button {
    background-color: #C76640;
    border-radius: 8px;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    font-family: var(--font6);
    display: flex;
    justify-content: center;
    color: #fff;
    line-height: 28px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    transition: all .5s;
}
.add_to_cart_button:hover {
    background-color: #5577A3;
    color: #fff;
}
.rating {
    margin-bottom: 10px;
}
.product h3,
.product h3 a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font6);
    color: #141718;
}
.product h3 {
    margin-bottom: 10px;
}
.product h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font6);
    color: #141718;
    margin-bottom: 0;
}
.product .price {
    display: flex;
    align-items: center;
}
.product .price del {
    font-weight: 400;
    color: #6C7275;
    order: 2;
    margin-left: 12px;
}
.product .price ins {
    text-decoration: none;
}
.prodTop {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15px;
    left: 15px;
}
.prodTop span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 700;
    font-family: var(--font6);
    text-transform: uppercase;
    padding: 4px 14px;
    margin-bottom: 8px;
    border-radius: 4px;
}
.prodTop span.tag {
    background-color: #fff;
    color: #121212;
}
.prodTop span.discount {
    background-color: #38CB89;
    color: #FEFEFE;
}
.product .wishBtn {
    position: absolute;
    right: 15px;
    top: 15px;
    margin: 0;
    transition: all .5s;
    opacity: 0;
}
.product .wishBtn img {
    border: 0;
}
.product .wishBtn button {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #DD8F5D;
    box-shadow: 0 8px 16px -8px rgba(15, 15, 15, .12);
}
.product .wishBtn button svg path {
    stroke: var(--primaryColor1);
}
.product .wishBtn button:hover {
    background-color: #F6F7FB !important;
    border-radius: 100% !important;
}
.product .wishBtn button:hover svg path {
    fill:var(--primaryColor1)
}
.product:hover figure img {
    border-color: #DD8F5D
}
.product:hover figure .add_to_cart_button {
    opacity: 1;
}
.product:hover .wishBtn {
    opacity: 1;
}
.page-numbers {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

aside.widget-area {
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.10);
    padding: 20px 24px;
}
aside.widget-area h3,
.filterMenu {
    font-size:20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    font-family: var(--font6);
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}
aside.widget-area .berocket_single_filter_widget {
    border-top: 1px solid rgba(0,0,0,.10);
    padding-top: 20px;
}
aside.widget-area ul {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,.60);
}
aside.widget-area ul li {
    padding: 10px 0 !important;
}
aside.widget-area ul li label {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,.60);
}
aside.widget-area ul li:hover label {
    color: #000;
}
.bapf_slidr_main.ui-widget-content {
    background: #F0F0F0;   
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle {
     background: #000
}
.bapf_slidr_jqrui .bapf_from, 
.bapf_slidr_jqrui .bapf_to {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.bapf_sfilter .bapf_clr_span.h2em, 
.bapf_sfilter .bapf_img_span.h2em {
    border-radius: 100%;
    position: relative;
    transform: none !important;
}
.bapf_sfilter.bapf_stylecolor ul li.checked .bapf_clr_span.h2em::before {
    content: "";
    border: 2px solid rgba(255, 255, 255, .4);
    height: 2em;
    line-height: 2em;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    border-radius: 100%;
}
.bapf_sfilter.bapf_stylecolor ul li.checked .bapf_clr_span.h2em::after {
    content: "";
    width: 12px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    position: absolute;
    left: 10px;
    top: 11px;
    transform: rotate(300deg);
}
.berocket_single_filter_widget .bapf-clean-rounded li label {
    background-color: #F0F0F0;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,.60);
    padding: 8px 20px;
    border-radius: 25px;
}
.bapf_sfilter.bapf-clean-rounded ul li label:hover,
.bapf_sfilter.bapf-clean-rounded ul li.checked label {
    background-color: #C76640;
    color: #fff;
}
.bapf_sfilter.bapf-clean-rounded ul li.checked label:before {
    display: none;
}
.bapf_sfilter.bapf_hideckbox ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bapf_sfilter.bapf_hideckbox ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-right: 2px solid rgba(0, 0, 0, .60);
    border-top: 2px solid rgba(0, 0, 0, .60);
    transform: rotate(45deg);
}
.prodLft .woocommerce-breadcrumb,
.prodLft .woocommerce-breadcrumb a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 45px;
    color: #000;
}
.prodLft .woocommerce-breadcrumb a {
    color: rgba(0, 0, 0, .60);
}
h3.berocket_ajax_group_filter_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h3.berocket_ajax_group_filter_title:after,
.filterMenu:after {
    content:"";
    background: url(../images/filter-icon.png) no-repeat 0 0;
    width:20.25px;
    height:18.75px;
    display: block;
}
.filterMenu {
    display:none;
}
/* Single product page */
.related.products {
    display: none;
}
.woocommerce-product-gallery {
    float: right;
    width: 50%;
    text-align: center;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-bottom: 70px;
    position: relative;
}
.woocommerce-breadcrumb {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #17183B;
    margin-bottom: 50px;
}
.woocommerce-breadcrumb a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: rgba(23, 24, 59, .4);
}
.single .product {
    padding-left: 0;
    padding-right: 0;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.summary.entry-summary {
    width: 45%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-top: 0;
}
.single .product_title.entry-title {
    font-size: 44px;
    line-height: 56px;
    font-weight: 700;
    color: #17183B;
    margin-bottom: 1.5rem;
}
.single .woocommerce-tabs {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-top: 30px;
}
.single .woocommerce-Tabs-panel {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    color: #17183B;
}
.single .woocommerce-tabs h2 {
    font-size: 36px;
    font-weight: 500;
}
.summary.entry-summary .price {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .15px;
    font-weight: 600;
    color: #17183B;
}
.summary.entry-summary .price .amount {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: .15px;
    font-weight: 600;
    color: #17183B;
}
.stock.in-stock {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    color: rgba(23, 24, 59, .4);
    /* padding-left: 10px; */
}
/* .single form.cart {
    display: flex;
} */
.single form.cart .quantity {
    margin-right: 15px;
}
.single form.cart .quantity.hidden {
    margin-right: 0;
}
.single form.cart .quantity input {
    width: 90px;
    text-align: center;
    border:1px solid #A2A3B1;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #17183B;
    background-color: transparent;
    height: 52px;
    box-sizing: border-box;
}
.single_add_to_cart_button {
    display: inline-flex;
    background-color: #C76640;
    color: #ffff;
    padding: 16px 40px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing:0.1px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
    /* margin-left: 15px; */
}
.single_add_to_cart_button:hover {
    background-color: #5577A3;
    color: #fff;
}
.single .product_meta {
    display: none;
}
.single .woocommerce-tabs .tabs {
    display: none;
}
.single span.onsale {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 700;
    font-family: var(--font6);
    text-transform: uppercase;
    padding: 4px 14px;
    margin-bottom: 8px;
    border-radius: 4px;
    background-color: #38CB89;
    color: #FEFEFE;
    margin-left: 12px;
    margin-top: 30px;
}
.leftBot {
    display: flex;
    margin-top: 50px;
    max-width: 400px;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* CSS added 2.7 */
h1.product-title {
    color: #17183B;
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 0;
    margin-bottom: 2.5rem;
}
.summary.entry-summary .price {
    margin-bottom: 2rem;
    display: inline-flex;
}
.summary.entry-summary .price .amount {
    color: #17183B;
}
.summary.entry-summary .price del,
.summary.entry-summary .price del span {
    color: #A2A3B1 !important;
    font-weight: 400;
}
.custom-rating {
    display: inline-flex;
    padding-left: 100px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #17183B;
    margin-bottom: 2rem;
}
.custom-rating .custom-star-rating {
    width: 5em;
}
.custom-rating .custom-star-rating span {
    color: #A2A3B1;
    padding-left: 5px;
}
.product-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #17183B;  
  padding-right: 30px;
  margin-bottom: 2rem;
}
table.variations {
    width: 95%;
}
table.variations th.label {
    display: none !important;
}
.color-variable-items-wrapper,
.button-variable-items-wrapper {
    margin-bottom: 1rem !important;
}
.color-variable-items-wrapper .color-variable-item {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #dfdfdf !important;
    margin: 6px !important;
    padding: 2px !important;
}
.button-variable-items-wrapper .button-variable-item {
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    border-radius: 15px !important;
    font-size: 12px !important;
    margin: 6px !important;
    padding: 5px 10px !important;
}
.button-variable-items-wrapper .variable-item-span-button {
    line-height: normal !important;
    overflow: visible !important;
}
.qib-button-wrapper {
    border:1px solid #A2A3B1;
    border-radius: 4px;
    width: 160px;
    margin: 0 !important;
    margin-right: 15px !important;
}
.qib-button-wrapper .qib-button {
    background-color: transparent !important;
    border-radius: 4px;
    box-shadow: none !important;
    border: 0 !important;
    font-size: 20px !important;
    font-weight: 600;
    color: #17183B;
    letter-spacing: 2px;
    line-height: 24px;
    height: 52px !important;
}
.qib-button-wrapper .wqpmb_quantity .wqpmb_input_text {
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    font-size: 20px !important;
    font-weight: 600;
    color: #17183B;
    letter-spacing: 2px;
    line-height: 24px;
}
/* .yith-add-to-wishlist-button-block,
.fa5-share-icons {
    display: inline-flex;
    margin-top: 4rem;
} */

.flex-control-thumbs {
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.flex-control-thumbs li {
    padding: 5px;
    cursor: pointer;
}
.flex-control-thumbs li img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    padding: 4px;
    border: 2px solid #D1D1D8;
    border-radius: 5px;
    background-color: #fff;
}
.flex-control-thumbs li img.flex-active {
    border-color: #DD8F5D;
} 
.flex-viewport {
    margin-bottom: 30px;
}
.flex-viewport .woocommerce-product-gallery__wrapper a,
.woocommerce-product-gallery__wrapper a {
    display: block;
}
.flex-viewport .woocommerce-product-gallery__wrapper a img,
.woocommerce-product-gallery__wrapper a img {
    width: 100%;
    height: auto;
}
.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: 15px;
    left: 25px;
}
.fa5-share-icons {
    margin-top: 15px !important;
}
.fa5-share-icons a {
    font-size: 16px !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 21px !important;
}
.yith-wcwl-add-to-wishlist-button:is(button):not(.yith-wcwl-theme-button-style),
.yith-wcwl-add-to-wishlist-button:is(button):not(.yith-wcwl-theme-button-style):hover {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #C76640;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding-left: 0;
    padding-right: 0;
}

/* Cart Page */
.woocommerce-cart .mtProducts {
    background-color: #F0E2D8;
    padding-top: 70px;
}
.woocommerce-cart .entry-header {
    display: none;
}
table.wc-block-cart-items {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}
table.wc-block-cart-items,
table.wc-block-cart-items thead,
table.wc-block-cart-items tbody,
table.wc-block-cart-items tr,
table.wc-block-cart-items th,
table.wc-block-cart-items td {
    display: block;
    width: 100%;
}
table.wc-block-cart-items thead {
    margin-bottom: 30px;
}
table.wc-block-cart-items thead tr {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, .05);
    border: 1px solid #000;
    display: flex;
    align-items: center;
}
table.wc-block-cart-items thead tr th {
    margin-bottom: 0 !important;
    padding: 20px 15px !important;
    font-size: 16px;
    font-weight: 400 !important;
    color: #000;
    font-family: var(--font9);
    text-transform: capitalize;
}
.woocommerce-cart .wc-block-cart-items__row {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 1px 13px 0 rgba(0, 0, 0, .05);
}
.woocommerce-cart .wc-block-cart-item__wrap {
    display: flex;
    align-items: center;
    width: 520px;
    justify-content: space-between;
}
.woocommerce-cart .wc-block-components-product-badge {
    display: none;
}
.woocommerce-cart .wc-block-components-product-metadata {
    display: none;
}
.woocommerce-cart .wc-block-cart-items__row td {
    border: 0 !important;
    padding: 15px !important;
    margin: 0 !important;
}
.woocommerce-cart td.wc-block-cart-item__image {
    padding: 0;
    width: 80px;
    min-width: 80px;
}
.woocommerce-cart .wc-block-cart-item__remove-link {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #DB4444 !important;
    border-radius: 100% !important;
    font-size: 0 !important;
    left: 15px;
    top: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0;
    text-decoration: none !important;
    transition: all .5s;
}
.woocommerce-cart .wc-block-cart-item__remove-link:after {
    content: "X";
    display: block;
    color: #fff;
    font-size: 12px !important;
    font-weight: 600;
}
table.wc-block-cart-items tr:hover .wc-block-cart-item__remove-link {
    opacity: 1;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    margin-bottom: 0 !important;
    white-space: nowrap;
    padding: 0 15px;
    width: 220px;
    min-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    padding: 0 15px;
    font-family: var(--font9);
}
table.wc-block-cart-items .wc-block-cart-items__row  .wc-block-cart-item__quantity {
    padding: 0 15px;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    margin-bottom: 0 !important;
    border: 1.5px solid rgba(0, 0, 0, .4);
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: var(--font9);
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector__input {
    padding: .5em 0;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector__button {
    font-weight: 600;
    font-size: 16px;
}
table.wc-block-cart-items .wc-block-cart-item__total {
    font-size: 16px !important;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    padding: 0 15px;
    font-family: var(--font9);
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    border: 2px solid #000 !important;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.woocommerce-cart .wc-block-cart__totals-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000 !important;
    line-height: 28px !important;
    font-family: var(--font9) !important;
    text-transform: capitalize !important;
    order: 1;
}
.woocommerce-cart .wc-block-components-totals-wrapper {
    order: 3;
    border-top: 1px solid #000;
}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block {
    order: 2;
    border-top: 0;
}
.woocommerce-cart .wc-block-cart__totals-title+.wc-block-components-totals-wrapper {
    order: 4;
} 
.woocommerce-cart .wc-block-components-totals-item__label {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
}
.woocommerce-cart .wc-block-components-formatted-money-amount {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
    font-family: var(--font9) !important;
}
.woocommerce-cart .wc-block-components-totals-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.woocommerce-cart .wc-block-components-totals-coupon {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.woocommerce-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
}
.woocommerce-cart .wc-block-components-totals-coupon__input input[type="text"]{
    border: 1px solid #D37030 !important;
    border-radius: 4px;
    color: #000;
    background-color: transparent !important;
}
.woocommerce-cart .wc-block-components-totals-coupon__button {
    border: 1px solid #D37030;
    border-radius: 4px;
    color: #fff;
    background-color: #D37030;
}
.woocommerce-cart .wc-block-cart__submit-button {
    background-color: #C76640;
    border-radius: 4px;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
    font-size: 20px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::before {
    display: none !important;
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator {
    display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator+.wp-block-heading {
    display: none;
}
.wp-block-woocommerce-empty-cart-block .wp-block-product-new {
    display: none;
}

/* Checkout */
.wp-block-woocommerce-checkout {
    padding-top: 0 !important;
}
.woocommerce-checkout .mtProducts {
    background-color: #F0E2D8;
    padding-top: 70px;
}
.woocommerce-checkout .entry-header {
    display: none;
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 2px solid #000 !important;
    border-radius: 4px !important;
    padding: 20px;
}
.wc-block-components-order-summary.is-large {
    padding: 0 !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin-top: 0 !important;
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin-left: 0 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000 !important;
    line-height: 28px !important;
    font-family: var(--font9) !important;
    text-transform: capitalize !important;
}
.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000 !important;
    line-height: 28px !important;
    font-family: var(--font9) !important;
    text-transform: capitalize !important;
}
.woocommerce-checkout .wc-block-components-checkout-step__description {
    font-size: 16px !important;
    font-weight: 400;
    color: #000 !important;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    border: 1px solid #D37030;
    background-color: #C76640;
    border-radius: 4px;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
}
.woocommerce-checkout .wc-block-components-address-form input,
.woocommerce-checkout .wc-block-components-address-form select,
.woocommerce-checkout .wc-block-components-textarea {
    border: 1px solid #D37030 !important;
    border-radius: 4px;
    color: #000;
    background-color: transparent !important;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
    background-color: transparent !important;
}
.wc-blocks-components-select .wc-blocks-components-select__label {
    color: #000 !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
    font-size: 16px !important;
    color: #000 !important;
}
.woocommerce-checkout .wc-block-components-address-form__address_2-toggle {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 500 !important;
}
.woocommerce-checkout .wc-block-components-product-name {
    font-size: 16px;
    font-weight: 400 !important;
    color: #000 !important;
}
.woocommerce-checkout .wc-block-components-product-metadata {
    display: none !important;
}
.woocommerce-checkout .wc-block-components-product-badge {
    display: none !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    border-width: 1px !important;
    background-color: #D37030 !important;
    color: #fff !important;
}
.woocommerce-checkout .wc-block-components-order-summary-item__individual-price {
    font-size: 14px !important;
    color: #000 !important;
}
.woocommerce-checkout .wc-block-components-order-summary-item__total-price .wc-block-components-formatted-money-amount {
    font-size: 16px !important;
    color: #000 !important;
}
.woocommerce-checkout .wc-block-components-totals-wrapper,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block {
    border-top:1px solid #000
}
.woocommerce-checkout .wc-block-components-formatted-money-amount {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
    font-family: var(--font9) !important;
}
.woocommerce-checkout .wc-block-components-totals-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
}
.woocommerce-checkout .wc-block-components-totals-coupon__input input[type="text"]{
    border: 1px solid #D37030 !important;
    border-radius: 4px;
    color: #000;
    background-color: transparent !important;
}
.woocommerce-checkout .wc-block-components-totals-coupon__button {
    border: 1px solid #D37030;
    border-radius: 4px;
    color: #fff;
    background-color: #D37030;
}
.woocommerce-checkout .wc-block-components-totals-item__label {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
}
.woocommerce-checkout .wc-block-components-payment-method-label {
    font-weight: 500 !important;
}
.woocommerce-checkout .wc-block-components-radio-control-accordion-option {
    font-size: 16px;
    color: #000;
}
.woocommerce-checkout .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    background-color: #D37030;
    color: #fff;
}
.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__label, 
.woocommerce-checkout .wc-block-components-checkbox>span {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.woocommerce-checkout .wc-block-checkout__terms {
    font-size: 16px;
    color: #000;
}
.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    border-top: 1px solid #000;
}
.is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    border-top: 0 !important;
    padding-top: 0;
}

/* CSS added 24.7.25 */
.trendBox .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
a {
    color: #C76640;
}
a:hover {
    color: #C76640;
}
.single-product .woocommerce-error {
    padding-left: 20px;
    margin-bottom: 2rem;
}
.single-product .woocommerce-error a,
.button.wc-forward,
.added_to_cart.wc-forward {
    font-weight: 600;
    color: #C76640;
    font-size: 16px;
}
.single-product .woocommerce-error a:hover,
.button.wc-forward:hover,
.added_to_cart.wc-forward:hover {
    text-decoration: underline;
}
.add_to_cart_button.btn-cart.added {
    bottom: 45px;
}
.add_to_cart_button.btn-cart.added+.added_to_cart.wc-forward {
    margin-top: 10px !important;
    display: inline-block;
}
.single-product .woocommerce-message {
    margin-bottom: 1.5rem;
}

/* blog */
.blog .container {
    max-width: 1300px;
}
.blog .newsList .col-md-3 {
    margin-bottom: 10px;
}
.blog .newsBox {
    background-color: #fff !important;
}
.blog .newsBoxbot {
    border-top: 0 !important;
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
}
.blog .newsBoxbot h3, 
.blog .newsBoxbot a {
    color: #141718;
    margin-top: 10px;
    margin-bottom: 30px;
    /* height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog .newsBoxbot a {
    margin: 0;
}
.blog .newsBoxbot span span {
    color: #C76640;
}
.blog .newsBoxbot .btn.btn-secondary {
    margin: 0;
    align-self: flex-start;
    border-radius: 8px;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.4px;
    font-family: var(--font6);
    line-height: 28px;
    height: auto;
    color: #fff;
}
.single .container {
    max-width: 1300px;
}
.comments-area {
    display: none;
}
.single .site-main {
    padding: 50px 0;
}
.single .post {
    margin-bottom: 50px;
}
.single .post .entry-header {
    margin-bottom: 15px;
}
.single .post .entry-header h1 {
    /* line-height: 100%;
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-weight: 600; */
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font1);
    color: var(--primaryColor1);
    margin-bottom: 20px;
}
.single .post .post-thumbnail {
    margin-bottom: 15px;
}
.single .post-navigation .nav-links {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single .post-navigation .nav-previous a,
.single .post-navigation .nav-next a {
    display: flex;
    flex-direction: column;
}
.single .post-navigation .nav-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #1e1e1e;
    margin-bottom: 10px;
}
.single .post-navigation .nav-title {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 250px;
    line-height: 24px;
}
.single .post-navigation .nav-next a {
    text-align: right;
}
.single .post .entry-content,
.page .mtProducts .entry-content {
    font-size: 16px;
    line-height: 24px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.single .post .entry-content {
    padding-right: 0;
    padding-left: 0;
}
.single .post .entry-content h1,
.page .mtProducts .entry-content h1 {
    font-size: 36px;
}
.single .post .entry-content h2,
.page .mtProducts .entry-content h2 {
    font-size: 32px;
}
.single .post .entry-content h3,
.page .mtProducts .entry-content h3 {
    font-size: 28px;
}
.single .post .entry-content h4,
.page .mtProducts .entry-content h4 {
    font-size: 24px;
}
.single .post .entry-content h5,
.page .mtProducts .entry-content h5 {
    font-size: 20px;
}
.single .post .entry-content h6,
.page .mtProducts .entry-content h6 {
    font-size: 16px;
}
.single .post .entry-content h2,
.single .post .entry-content h3,
.single .post .entry-content h4,
.single .post .entry-content h5,
.single .post .entry-content h6,
.page .mtProducts .entry-content h2,
.page .mtProducts .entry-content h3,
.page .mtProducts .entry-content h4,
.page .mtProducts .entry-content h5,
.page .mtProducts .entry-content h6 {
    font-weight: 600;
    margin-bottom: 1.2rem;
    letter-spacing: -1px;
    line-height: 120%;
}
.single .post .entry-content ul li,
.single .post .entry-content ol li,
.page .mtProducts .entry-content ul li,
.page .mtProducts .entry-content ol li {
    margin-bottom: 8px;
}
.single .post .entry-content ul li:last-child,
.single .post .entry-content ol li:last-child,
.page .mtProducts .entry-content ul li:last-child,
.page .mtProducts .entry-content ol li:last-child {
    margin-bottom: 0;
}
.single .post .entry-content blockquote,
.page .mtProducts .entry-content blockquote {
    font-weight: 600;
    padding-left: 1rem;
    border-left: 3px solid #c76640;
}
.single .post .entry-footer {
    display: none;
}

/* Page */
.page-id-40 .mtProducts {
    background-color: #F0E2D8;
}
.mtProducts .page .entry-header {
    margin-bottom: 30px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.mtProducts .page .entry-header .entry-title {
    /* font-weight: 600;
    letter-spacing: -1px;
    line-height: 120%;*/
    margin-bottom: 0; 
    font-size: 36px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font1);
    color: var(--primaryColor1);
}
.contactPage h2 {
    line-height: 120%;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 24px!important;
    color:#000;
    margin-bottom: 1rem;
}
.contact-info {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.mapWrap {
    padding-right: 30px;
}
.contactForm {
    position: relative;
}
.contactForm form {
    display: flex;
    flex-wrap: wrap;
}
.contactForm form p {
    width: 50%;
    padding-right: 15px;
}
.contactForm form p {
    font-size: 14px;
    color: #000;
}
.contactForm form p+p+p,
.contactForm form p+p+p label{
    width: 100%;
}
.contactForm input.wpcf7-form-control,
.contactForm textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #D37030 !important;
    background-color: transparent;
    font-size: 1em;
    height: 3.125em;
    line-height: 1em;
    border-radius: 4px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 5px;
}
.contactForm textarea.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
    padding: 12px;
}
.contactForm input.wpcf7-form-control.wpcf7-submit{
    border: 1px solid #D37030;
    background-color: #C76640;
    border-radius: 4px;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
}
.contactForm .wpcf7-spinner {
    position: absolute;
    right: 15px;
    margin-top: 19px;
}
.contactForm .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
}
.contactForm .wpcf7-not-valid-tip {
    font-size: 12px;
}

/* My account */
.woocommerce-account .entry-content {
    /* max-width: 420px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 22px; */
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.woocommerce-account .entry-header {
    display: none;
}
.woocommerce-account #customer_login {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-account #customer_login .u-column1.col-1,
.woocommerce-account #customer_login .u-column2.col-2 {
    width: calc(50% - 30px);
    background-color: #fff;
    border-radius: 22px;
    margin-right: 30px;
}
.woocommerce-account .entry-content h2,
.woocommerce-account #customer_login h2 {
    padding: 30px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #141718;
    letter-spacing: 2px;
    border-bottom: 1px solid #DAD9D9;
    font-family: var(--font1);
    margin-bottom: 0;
}
.woocommerce-account .entry-content form {
    padding: 30px;
}
.woocommerce-account .entry-content form p label {
    display: block;
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font1);
    letter-spacing: 1px;
}
.woocommerce-account .entry-content form input.woocommerce-Input,
.woocommerce-account .entry-content form input.input-text {
    background-color: #EEE9E9 !important;
    height: 49px;
    border: 1px solid rgba(0, 0, 0, .19);
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #7E7373 !important;
    font-weight: 500;
    font-family: var(--font1);
    letter-spacing: 1px;
    width: 100%;
}
.woocommerce-account .entry-content form .show-password-input {
    display: none;
}
.woocommerce-account .entry-content form .form-row+.form-row+.form-row {
    padding-left: 40px;
    padding-right: 40px;
}
.woocommerce-account .entry-content form .form-row+.form-row+.form-row label {
    margin-bottom: 30px;
}
.woocommerce-account .entry-content form .form-row+.form-row+.form-row label span {
    color: #D47132;
}
.woocommerce-account .entry-content form .woocommerce-button {
    border-radius: 5px;
    border: 0;
    background-color: #C76640;
    box-shadow: 2px 5px 3.3px 0 rgba(0, 0, 0, .25);
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: var(--font1);
    padding: 12px 10px;
}
.woocommerce-account .entry-content form .woocommerce-button:hover {
    background-color: #D47132;
}
/*.woocommerce-LostPassword.lost_password {
    display: none;
}*/
.woocommerce-checkout.woocommerce-order-pay .entry-content {
    max-width: 500px;
    margin: 0 auto;
    border: 2px solid #000;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: var(--font1)
}
.woocommerce-checkout.woocommerce-order-pay .entry-content ul li {
    margin-bottom: 8px;
}
.woocommerce-checkout.woocommerce-order-pay .entry-content ul li:last-child {
    margin-bottom: 0;
}
.woocommerce-checkout.woocommerce-order-pay .entry-content button {
    border-radius: 5px;
    border: 0;
    background-color: #C76640;
    /* box-shadow: 2px 5px 3.3px 0 rgba(0, 0, 0, .25); */
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    /* text-transform: uppercase; */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font1);
    padding: 10px 20px; 
    margin-right: 10px;
}
.woocommerce-checkout.woocommerce-order-pay .entry-content button:hover {
   background-color: #D47132;
}

.wishlist-title-container,
.tinv-wishlist .tinv-header {
    display: none;
}
.woocommerce-account .entry-content form p.form-row+p {
    font-size: 14px;
    line-height: 18px;
}
.woocommerce-account .entry-content form .woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
}
.lmp_load_more_button .lmp_button {
    font-size: 18px !important;
}
ul.products li.product .wishBtn .tinvwl_add_to_wishlist_button {
    padding: 0 !important;
    background-color: #f6f7fb;
    border-radius: 100% !important;
}
ul.products li.product .tinvwl_add_to_wishlist_button {
    margin-top: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.products li.product .tinvwl_add_to_wishlist_button:before {
    margin-right: 0;
}
ul.products li.product .tinvwl_add_to_wishlist_button:hover:before {
    content: "\e908";
}
.siteHeader .wishlist_products_counter_number {
    font-weight: 400;
    font-size: 12px;
}
.button.tinvwl_button_view.tinvwl-btn-onclick {
    display: none;
}
.button.tinvwl_button_close {
    border: 0;
    background-color: #C76640;
    color: #fff;
    margin-bottom: 0;
    display: inline-flex;
    align-items: self-end;
    width: auto;
    padding: 6px 15px;
    justify-content: center;
    width: 100px !important;
    margin-bottom: 0 !important;
}
.button.tinvwl_button_close i {
    display: none;
}
.tinv-modal-inner i {
    color: #C76640;
}
.tinv-wishlist.woocommerce .tinvwl-table-manage-list {
    background-color: #fff;
}
.tinv-wishlist.woocommerce .tinvwl-table-manage-list thead {
    border: 1px solid #000;
}
.tinv-wishlist.woocommerce .tinvwl-table-manage-list .wishlist_item {
    border-bottom: 1px solid #f0f0f0;
}
.tinv-wishlist.woocommerce .tinvwl-table-manage-list .wishlist_item .button {
    border: 0;
    background-color: #C76640;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
}
.tinv-wishlist.woocommerce .tinvwl-table-manage-list .wishlist_item .button:hover {
    background-color: #5577A3;
    color: #fff;
}
.tinv-wishlist tfoot .tinvwl-to-right {
    width: 100%;
}
.tinv-wishlist tfoot {
    display: none;
}

/* My account logged in */
.logged-in.woocommerce-account .mtProducts {
    padding-top: 30px;
}
.logged-in.woocommerce-account .entry-header {
    display: block;
}
.logged-in.woocommerce-account .entry-content {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    background-color: transparent;
}
.logged-in.woocommerce-account .entry-content .woocommerce {
    display: flex;
    flex-wrap: wrap;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 200px;
    border: 2px solid #000;
    background-color: #fff;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 6px 10px;
    color: #000;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a,
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #c76640;
    color: #fff;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 200px);
    padding-left: 30px;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table th {
    padding: 5px;
    border: 1px solid #000;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td {
    padding: 5px;
    border: 1px solid #000;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions a {
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
.logged-in.woocommerce-account .woocommerce-Addresses.addresses {
    display: flex;
    flex-wrap: wrap;
}
.logged-in.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address {
    width: 50%;
    padding-right: 30px;
    padding-top: 20px;
}
.logged-in.woocommerce-account .woocommerce-Address-title h2 {
    padding: 0;
}
.logged-in.woocommerce-account .woocommerce-EditAccountForm {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.logged-in.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
    width: 50%;
    padding-right: 15px;
}
.logged-in.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row label {
    display: block;
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font1);
    letter-spacing: 1px;
    text-transform: capitalize;
}
.logged-in.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row input.woocommerce-Input {
    border: 1px solid #D37030 !important;
    background-color: transparent !important;
    font-size: 1em;
    height: 3.125em;
    line-height: 1em;
    border-radius: 4px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}
.logged-in.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row #account_display_name_description {
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-top: 5px;
}
.logged-in.woocommerce-account .woocommerce-EditAccountForm fieldset {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
.logged-in.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #141718;
    letter-spacing: 1px;
    border-bottom: 1px solid #DAD9D9;
    font-family: var(--font1);
    margin-bottom: 20px;
}
.logged-in.woocommerce-account .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
    padding-left: 0 !important;
    padding-right: 15px !important;
}
.logged-in.woocommerce-account .woocommerce-EditAccountForm fieldset .woocommerce-form-row label {
    margin-bottom: 5px !important;
}
.logged-in.woocommerce-account .woocommerce-EditAccountForm .woocommerce-Button {
    border: 1px solid #D37030;
    background-color: #C76640;
    border-radius: 4px;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
}

.trendBox .wishBtn .tinvwl_add_to_wishlist_button:before {
    margin-right: 0 !important;
}
.trendBox .wishBtn .tinvwl_add_to_wishlist_button:hover:before {
    content: "\e908";
}

/* Media CSS */
@media (max-width:1280px){
    /* .woocommerce-cart td.wc-block-cart-item__image {
        display: none;
    } */
    .woocommerce-cart .wc-block-cart-item__wrap {
        width: 475px;
    }
}
@media (max-width:1199px){
    .siteFooter .col-md-6 .col-4 {
        padding-left: 5px;
    }
    .siteHeader .userMenu {
        padding-left: 50px;
    }
    .woocommerce-cart .wc-block-cart-item__wrap {
        width: 280px;
    }
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        width: 175px;
        min-width: 175px;
        padding: 0 10px;
    }
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
        padding: 0 10px;
    }
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
        padding: 0 10px;
    }
    .counterList h4 {
        font-size: 20px;
    }
    .counterList i img {
        width: 55px;
    }
    /* .newsBox figure {
        min-height: 200px;
    } */
    .newsBox figure img {
        height: 200px;
    }
}
@media (max-width:991px){
    .sliderItemCnt h2 {
        font-size: 80px;
        line-height: 100%;
    }
    .btn {
        padding: 12px 20px;
    }
    /* .catBox {
        padding-top: 330px;
        padding-bottom: 50px;
    } */
    .catBox-img {
        height: 380px;
    }
    .catBox a {
        font-size: 32px;
        line-height: 32px;
        padding: 30px 20px 40px;
    }
    .counterBanner {
        margin-top: 50px;
    }
    .counterBanner:before, .counterBanner:after {
        height: 40px;
    }
    .siteHeader .userMenu {
        order: 1;
        padding-left: 0;
    }
    .countryToggle {
        order: 2;
        margin-right: 15px;
    }
    .navbar-toggler {
        order: 3;
    }
    .navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        width: auto;
        background-color: #c76640;
        left: 0;
        right: 0;
        padding: 10px;
    }
    .siteHeader .dropdown-menu {
        background-color: #DCAB98;
        border-radius: 0;
    }
    .seachBtn {
        margin-right: 15px;
    }
    .cartBtn {
        margin-right: 15px;
    }
    .wishBtn {
       margin-right: 15px; 
    }
    .logBtn {
        margin-right: 15px; 
    }
    .prodLft {
        width:35%
    }
    .prodRht {
        width:65%
    }
    .prodRht .product {
        flex: 0 0 50%;
    }
    .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100% !important;
        padding-right: 0 !important;
    }
    .wc-block-components-sidebar {
       width: 100% !important;
       padding-left: 0 !important; 
    }
    .woocommerce-checkout .mtProducts {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
        margin-bottom: 30px;
    }
    .trendBoxBot h3 {
        min-height: 45px;
    }
    .counterWrap {
        font-size: 30px;
    }
    .counterList h4 {
        font-size: 14px;
    }
    .counterList i img {
        width: 50px;
    }
    /* .newsBox figure {
        min-height: 152px;
    } */
    .newsBox figure img {
        height: 160px;
    }
    .blog .newsBoxbot .btn.btn-secondary {
        font-size: 14px;
        padding: 6px 20px;
    }
    .contactForm form p {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width:767px){
    .sliderItem {
        padding: 150px 0;
    }
    .sliderItemCnt h2 {
        font-size: 60px;
        margin-bottom: 40px;
    }
    .sliderItemCnt p {
        font-size:14px;
        margin-bottom: 40px;
    }
    .heroBanner .slick-dots {
        bottom: 30px;
    }
    .heroBanner .slick-dots button {
        width: 15px;
        height: 15px;
    }
    .category {
        padding-bottom: 20px;
    }
    .category .row {
        justify-content: center;
    }
    .category .col-md-4 {
        width: 33.33%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .catBox {
        margin-bottom: 30px;
    }
    .trending {
        padding-bottom: 15px;
    }
    .trending .col-md-3 {
        width: 50%;
    }
    .trendBox {
        margin-bottom: 30px;
    }
    .discountBanner {
        padding: 70px 0;
    }
    .counterBanner {
        padding-bottom: 30px;
    }
    .counterBanner:after {
        display: none;
    }
    .counterBanner figure {
        margin-bottom: 30px;
        text-align: center;
    }
    .news {
        padding-bottom: 45px;
    }
    .news .col-md-3 {
        width: 50%;
        margin-bottom: 10px;
    }
    .bottomBanner h2 {
        font-size: 40px;
    }
    .siteFooter {
        text-align: center;
    }
    .location {
        justify-content: center;
        text-align: left;
    }
    .siteFooter .col-md-6 .col-4 {
        padding-left: 15px;
        width: 33.33333333%;
        padding-right: 15px;
        text-align: left;
    }
    .siteHeader .navbar {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mtProducts {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .single .product {
        margin-bottom: 0;
    }
    .woocommerce-breadcrumb {
        margin-bottom: 30px;
    }
    .woocommerce-product-gallery {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
    .single span.onsale {
        margin-top: 0;
    }
    .summary.entry-summary {
        width: 100%;
    }
    .leftBot {
        margin-top: 30px;
    }
    .flex-control-thumbs li img {
        width: 60px;
        height: 60px;
        padding: 2px;
    }
    h1.product-title {
        font-size: 36px;
        line-height: 48px;
        margin-bottom: 1.5rem;
    }
    .product-desc {
       margin-bottom: 1.5rem; 
       padding-right: 0;
    }
    .prodLft {
        width:100%
    }
    .prodRht {
        width:100%;
        padding-top: 35px;
    }
    .prodRht .product figure img {
        width:100%
    }
    .product figure img {
        height: 235px;
    }
    .prodLft .woocommerce-breadcrumb, 
    .prodLft .woocommerce-breadcrumb a {
        margin-bottom: 30px;
    }
    h3.berocket_ajax_group_filter_title {
        display: none !important;
    }
    .filterMenu {
        display:flex;
        margin-bottom: 0;
    }
    .filterMenu.active {
        margin-bottom: 20px;
        color:#000;
    }
    aside.widget-area .berocket_single_filter_widget {
        display: none;
    }
    .woocommerce-cart .mtProducts {
        padding-top: 50px;
    }
    table.wc-block-cart-items thead {
        display:none !important
    }
    .woocommerce-cart .wc-block-cart-items__row {
        display: flex !important;
        /* flex-wrap: wrap; */
        align-items: flex-start;
    }
    .woocommerce-cart .wc-block-cart-item__wrap {
        flex-direction: column;
        align-items: flex-start;
        width: auto;
        gap:15px;
    }
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        width: auto;
        min-width: unset;
        white-space: normal;
    }
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
        padding-right: 0 !important;
        align-self: start !important;
    }
    .is-mobile .wc-block-cart__sidebar {
        margin-bottom: 0 !important;
    }
    /* .woocommerce-cart .wc-block-cart-items__row td {
        padding-bottom: 0 !important;
    } */
    .woocommerce-checkout .mtProducts {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* .catBox {
        padding-top: 280px;
        padding-bottom: 30px;
    } */
    .catBox-img {
        height: 350px;
    }
    .catBox a {
        font-size: 24px;
        line-height: 30px;
        padding: 30px 20px 30px;
    }
    .trendBoxBot h3 {
        min-height: 50px;
    }
    .discountCnt h2 {
        font-size: 30px;
    }
    .arrivalBox figure img {
        height: 320px;
    }
    .single-product .woocommerce-error {
        padding-left: 15px;
        margin-bottom: 1rem;
    }
    .single-product .woocommerce-error a,
    .button.wc-forward {
        font-size: 14px;
    }
    .woocommerce-cart td.wc-block-cart-item__image {
        width: 100px;
        min-width: 100px;
    }
    .single .site-main {
        padding: 30px 0;
    }
    .single .post-navigation .nav-title {
        width: 220px;
    }
    .mapWrap {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .contactForm form p label {
        width: 100%;
    }
    .mtProducts .page .entry-header .entry-title {
        line-height: 100%;
    }
    .woocommerce-account #customer_login .u-column1.col-1, 
    .woocommerce-account #customer_login .u-column2.col-2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .woocommerce-account #customer_login .u-column2.col-2 {
        margin-bottom: 0;
    }
    .logged-in.woocommerce-account .entry-content .woocommerce {
        flex-direction: column;
    }
    .logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 30px;
    }
    .logged-in.woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width:725px){
    .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
        display:none !important;
    }
    .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
        margin-bottom: 0;
    }
}
@media (max-width:699px){
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
        border-top: 0 !important;
        border-bottom: 1px solid #000 !important;
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
        display: block !important;
    }
    .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-icon {
        display: none;
    }
}
@media (max-width:600px){
    body .qib-button-wrapper {
        float: left !important;
    }
    .arrivalBox figure img {
        height: 300px;
    }
    .counterList h4 {
        font-size: 24px;
    }
    .newsBox figure img {
        height: 150px;
    }
    .siteFooter ul {
        font-size: 16px;
    }
}
@media (max-width:575px){
    .btn {
        padding: 10px 20px;
    }
    .sectionHeading {
        margin-bottom: 30px;
    }
    .sliderItem {
        padding: 120px 0;
        background-size: cover!important;
        background-position: 50% 0!important;
    }
    .sliderItem h2 {
        font-size: 30px!important;
        margin-bottom: 30px;
    }
    .sliderItemCnt p {
        font-size: 14px;
        margin-bottom: 30px;
        width: 48%;
    }
    .heroBanner .slick-dots button {
        width: 10px;
        height: 10px;
    }
    .category {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .catBox-img{
        border-radius: 10px;
    }
    /* .catBox {
        padding-top: 200px;
        padding-bottom: 20px;
    } */
    .catBox-img {
        height: 300px;
    }
    .catBox a {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .trending {
        padding-bottom: 0;
    }
    .trendBox figure {
        min-height: 180px;
    }
    .discountBanner {
        padding: 50px 0;
    }
    .newArrivals {
        padding-top: 30px;
    }
    .counterBanner {
        margin-top: 40px;
    }
    .counterList {
        flex-wrap: wrap;
    }
    .counterList li {
        /* flex: 0 0 50%; */
        /* margin-bottom: 30px; */
    }
    .counterList li:last-child {
        /* margin-bottom: 0; */
    }
    .news {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .newsBoxbot h3, .newsBoxbot a {
        font-size: 20px;
        line-height: 24px;
    }
    .bottomBanner {
        padding: 30px 0;
    }
    .bottomBanner h2 a {
        flex-direction: column;
    }
    .bottomBanner h2 img {
        margin: 20px 0;
    }
    .siteHeader .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .siteHeader .userMenu {
        
        display: flex;
        align-items: center;
        span{
            font-size: 0;
        }
    }
    .siteHeader .navbar-brand {
        width: 70px;
    }
    .siteFooter {
        font-size: 16px;
    }
    .siteFooter h4 {
        margin-bottom: 20px;
    }
    .siteFooter ul li {
        margin-bottom: 15px;
    }
    .siteFooter {
        padding-bottom: 15px;
    }
    body:not(.home) {
        padding-top: 70px;
    }
    body:not(.home) .siteHeader .navbar-brand img {
        height: 60px;
    }
    h1.product-title {
        font-size: 32px;
        line-height: 44px;
    }
    .mtProducts {
        padding-bottom: 30px;
    }
    .woocommerce-product-gallery {
        margin-bottom: 30px;
    }
    .summary.entry-summary .price {
        margin-bottom: 1.5rem;
    }
    .leftBot {
        margin-top: 1.5rem;
    }
    .siteFooter .col-md-6 .col-4 {
        /* width: 50%; */
        /* margin: auto; */
         padding-top: 25px;
    }
    .siteFooter ul {
        font-size: 14px;
    }
    .woocommerce-cart .mtProducts {
        padding-top: 30px;
    }
    .discountCnt {
        font-size: 12px;
        line-height: 120%;
    }
    .discountCnt h2 {
        font-size: 24px;
    }
    .arrivalBox figure img {
        height: 280px;
    }
    .counterWrap {
        font-size: 30px;
    }
    .counterList i {
        margin-bottom: 20px;
    }
    .counterList i img {
        width: 40px;
    }
    .counterList h4 {
        font-size: 20px;
    }
    .woocommerce-account .entry-content h2,
    .woocommerce-account #customer_login h2,
    .woocommerce-account .entry-content form {
        padding: 25px;
    }
    .woocommerce-account .entry-content form input.woocommerce-Input,
    .woocommerce-account .entry-content form input.input-text {
        height: 45px;
    }
    .woocommerce-account .entry-content form .form-row+.form-row+.form-row label {
        margin-bottom: 25px;
    }
    .woocommerce-account .entry-content form .form-row+.form-row+.form-row {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width:479px){
    .sliderItem h2 {
        font-size: 40px;
    }
    /* .catBox {
        padding-top: 160px;
    } */
    .catBox-img {
        height: 250px;
    }
    .catBox a {
        font-size: 16px;
        line-height: 20px;
        padding: 20px 15px 30px;
    }
    .discountCnt h2 {
        font-size: 20px;
    }
    .arrivalBox figure img {
        height: 250px;
    }
    .counterList li {
        padding: 0 5px;
    }
    .counterList i {
        margin-bottom: 15px;
    }
    .counterWrap {
        font-size: 26px;
    }
    .counterList h4 {
        font-size: 16px;
    }
    .newsBox figure img {
        height: 130px;
    }
    .siteFooter .col-md-6 .col-4 {
        width: 50%;
        padding-top: 20px;
    }
    .siteFooter h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .siteFooter ul {
        font-size: 12px;
    }
    .single .post-navigation .nav-title {
        width: 175px;
    }
    .logged-in.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
        width: 100%;
        padding-right: 0;
    }
    .logged-in.woocommerce-account .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
        padding-right: 0 !important;
    }
    .logged-in.woocommerce-account .woocommerce-Addresses.addresses .woocommerce-Address {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width:374px){
    .sliderItem h2 {
        font-size: 36px;
    }
    .category .col-md-4 {
        width: 100%;
    }
    .trending .col-md-3 {
        width: 100%;
    }
    .trendBox figure {
        min-height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    /* .counterList li {
        flex: 0 0 100%;
    } */
    .news .col-md-3 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .newsBox {
        height: auto;
    }
    /* .siteFooter .col-md-6 .col-4 {
        width: 100%;
        padding-top: 20px;
    } */
    .siteHeader .navbar-brand {
        width: 60px;
    }
    .prodRht .product {
        flex: 0 0 100%;
    }
    .trendBoxBot h3 {
        min-height: 25px;
    }
    .arrivalBox figure img {
        height: 230px;
    }
    .newsBox figure img {
        height: auto;
    }
    .woocommerce-cart .wc-block-cart-items__row {
        flex-wrap: wrap;
        padding: 0 !important;
    }
    .woocommerce-cart td.wc-block-cart-item__image,
    .woocommerce-cart td.wc-block-cart-item__product {
        padding-bottom: 0 !important;
    }
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
        padding: 0;
    }
    .single .post-navigation .nav-title {
        width: 150px;
    }
    .product figure img {
        height: auto;
    }
}

.wishBtn span.yith-wcwl-add-to-wishlist-button__label{
  display: none;
}

.wishBtn .yith-wcwl-add-to-wishlist-button:is(button){
  padding: 0!important;
  background-color: #F6F7FB;
  border-radius: 100%;
}

.custom-star-rating {
  position: relative;
  /* display: inline-block; */
  font-size: 18px;
  line-height: 1;
  color: #ccc; /* background stars */
  width: 5.4em;
  height: 1em;
  overflow: hidden;
  display: none;
}

.custom-star-rating-bg,
.custom-star-rating-fill {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  pointer-events: none;
}

.custom-star-rating-fill {
  color: #ffc107; /* yellow stars */
  overflow: hidden;
}

.search-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-popup-content {
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  position: relative;
  border-radius: 8px;
}

.close-popup {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.wishBtn .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text{
  display: none;
}

.wishBtn .tinvwl_add_to_wishlist_button{
  padding: 0!important;
  background-color: #fff;
  border-radius: 100% !important;
}


.wc-block-components-sidebar.wc-block-cart__sidebar {
    position: sticky;
    top: 20px; /* adjust depending on header height */
    align-self: flex-start;
}


/* -------  HEADER MENU ------------ */

nav.navbar {
  background: transparent;
  padding: 0 20px;
}
.menu {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.menu > li {
  margin-right: 20px;
}
.home .menu a{
    color: var(--primaryColor1);
    font-size: 14px;
}
.home .menu a:hover{
    color: #000;
}
.menu a {
  display: block;
  padding: 15px;
  color: #FFF;
  text-decoration: none;
}
.menu a:hover {
  color: #f4ab4f;
}

/* Mega menu container */
.mega-menu {
  position: absolute;
  top: 117px;
  left: 0;
  width: 100%;
  background: #f8f8f8;
  display: none;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  z-index: 99;
  flex-direction: column;
  /*height: 450px;
  overflow: auto;*/
}
.mega-menu.active {
  display: flex;
}

/* Tabs */
.tabs {
  display: flex;
  margin-bottom: 25px;
}
.tab-link {
  padding: 10px 20px;
  cursor: pointer;
  background: #ccc;
  border-bottom: none;
  margin-right: 25px;
  font-weight: bold;
  color: #333;
  border-radius: 20px;
}
.tab-link.active {
  background: #d47132;
  color: #FFF;
}

/* Tab content */
.tab-content {
  display: none;
  width: 100%;
}
.tab-content.active {
  display: flex;
}

/* Columns inside tab */
.tab-column {
  flex: 1;
  padding: 0 20px;
}
.tab-column h4 {
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.tab-column ul {
  list-style: none;
  margin-top: 5px;
  padding: 0;
}
.tab-column ul li {
  margin: 5px 0;
}
.tab-column ul li a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding: 2px;
}
.tab-column ul li a:hover {
  color: #d47132;
}







/*-----Mobile Menu------*/
.mob-btn{
  display: none;
}

.zeynep-opened body {
  overflow: hidden;
}

.zeynep.right {
  left: auto;
  right: 0;
}
.zeynep.right:not(.opened) {
  transform: translateX(100%);
}

.zeynep {
  background-color: #ffffff;
  color: #404143;
  width: 295px;
}

.zeynep ul {
  list-style-type: none;
  padding: 0;
  padding-left: 20px;
  -webkit-overflow-scrolling: touch;
}
.zeynep ul > li {
  display: block;
}

.zeynep ul > li > a {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 20px;
  text-decoration: none;
  transition: all 150ms;
}
.zeynep ul > li > a:hover {
  background-color: #efefef;
  border-radius: 3px;
}

.zeynep ul > li:not(:last-child) > a {
  border-bottom: 1px solid #efefef;
}

.zeynep ul > li.has-submenu > a {
  background-image: url("../images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
}

.zeynep ul > li.has-submenu > a:hover {
  background-image: url("../images/submenu-arrow-active.svg");
}

/* zeynepjs submenu styles */
.zeynep .submenu {
  background-color: #ffffff;
  left: 295px;
}

.zeynep .submenu-header {
  background-image: url("../images/menu-back.svg");
  background-position: left 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  position: relative;
}

.zeynep .submenu-header > a {
  color: inherit;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 18px 20px;
  padding-left: 40px;
  text-decoration: none;
}

.zeynep .submenu-header > a:before {
  background-image: url("../images/submenu-arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 8px 14px;
  content: "";
  height: 100%;
  left: 26px;
  position: absolute;
  top: 0;
  transform: rotate(-180deg);
  width: 20px;
}

.zeynep .submenu > label {
  color: #e77691;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 19px;
  opacity: .5;
  padding-left: 40px;
  width: 100%;
}


.thought-wrap{
    /*background: url(../images/thought.jpg) 50% 0 no-repeat;
    background-size: cover;*/
    background-color: #ffeee7;
    .inner{
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding: 50px 100px 50px 100px;
        margin: 50px auto 50px auto;
        h2{
            color: #C76640;
            font-family: var(--font3);
            font-size: 45px;
            padding-bottom: 25px;
        }
        p{
            font-family: var(--font3);
            color: #676d20;
            font-size: 20px;
            line-height: 26px;
        }
    }
}



/* Responsive adjustments for smaller desktops */



@media (max-width: 991px) {
    .menu > li {
        margin-right: -9px!important;
    }
    .siteHeader .container{
        justify-content: space-between;
    }
    .siteHeader .navbar-brand{
        width: 13%;
    }
    .siteHeader .navbarRight{
        width: 86%;
    }
}


@media (max-width: 767px) {
   .mob-btn{
    display: block;
    margin-right: 17px;
  }
  .desktop-menu{
    display: none;
  }
  .siteHeader .navbar-brand{
        width: 25%;
    }
.siteHeader .navbarRight {
        width: 46%;
        /* align-items: center; */
    }

    .thought-wrap{
       
        .inner{
            width: 80%;
            margin: 0 auto;
            text-align: center;
            padding: 100px 0 100px 0;
            h2{
                color: #C76640;
                font-family: var(--font3);
                font-size: 29px;
                padding-bottom: 14px;
            }
            p{
                font-family: var(--font3);
                color: #676d20;
                font-size: 20px;
                line-height: 26px;
            }
        }
    }


    .home .siteHeader .navbar-brand img{
        height: auto!important;
    }

    .siteHeader .navbarRight a{
        display: flex;
        align-items: center;
    }




}



.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center, .siteHeader .navbar {
    position: unset;
}
.home .siteHeader .navbar-brand img,
.siteFooter .footLogo img{
   height: 80px;
}
.siteFooter .footLogo{
    margin-left: 0;
}
.siteFooter{
    a{
        &:hover{
            color: #000;
        }
    }
}
.single-product .woocommerce-notices-wrapper .woocommerce-message{
    background: #FFF;
    padding: 15px;
    border: 1px solid #f3bca7;
    font-weight: bold;
}
.single-product .woocommerce-notices-wrapper .woocommerce-error{
    background: #FFF;
    padding: 15px;
    border: 1px solid red;
    list-style-type: none;
    font-weight: bold;
}

.social{
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 19px;
    margin-bottom: 20px;
    ul{
        justify-content: center;
        font-size: 18px;
    }
}
.copyright{
    text-align: center;
    p{
        padding-bottom: 0;
    margin-bottom: 0;
    }
}


.lost_reset_password{
    background-color: #FFF;
    padding: 20px;
    width: 40%;
    border-radius: 22px;
    .button{
        border-radius: 5px;
    border: 0;
    background-color: #C76640;
    box-shadow: 2px 5px 3.3px 0 rgba(0, 0, 0, .25);
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: var(--font1);
    padding: 12px 10px;
    }
}
#customer_login{
    .form-row{
        padding: 0;
    }
    .woocommerce-LostPassword {
        margin-top: 20px;
    }
}

@media (max-width:991px){
    .lost_reset_password{
        width: 100%;
    }



}
