*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
    font-family: "Lora", serif;
    /* font-family: "Libre Bodoni", serif;
    font-family: "Inter", sans-serif; */
    overflow-x: hidden !important;
}

h1,h2,h3,h4,h5,h6,p{
    padding: 0;
    margin: 0;
}

/*p{*/
/*    font-family: "Libre Bodoni", serif;*/
/*}*/
a,a:hover,a:focus{
    text-decoration: none;
}
ul,ol,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}
.col-20{
    flex: 0 0 auto;
    width: 20%;
}
/* @media (min-width: 1229px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1379px) {
    .container {
        max-width: 1229px;
    }
}
@media (min-width: 1429px) {
    .container {
        max-width: 1379px;
    }
}
@media (min-width: 1479px) {
    .container {
        max-width: 1429px;
    }
}
@media (min-width: 1529px) {
    .container {
        max-width: 1479px;
    }
}
@media (min-width: 1579px) {
    .container {
        max-width: 1529px;
    }
}
@media (min-width: 1629px) {
    .container {
        max-width: 1579px;
    }
}
@media (min-width: 1679px) {
    .container {
        max-width: 1629px;
    }
}
@media (min-width: 1739px) {
    .container {
        max-width: 1679px;
    }
}
@media (min-width: 1799px) {
    .container {
        max-width: 1739px;
    }
}
@media (min-width: 1860px) {
    .container {
        max-width: 1800px;
    }
} */

.containerBig{
    max-width: 1830px;
    padding: 0 15px;
    margin: 0 auto;
}
.containerSmall{
    max-width: 1690px;
    padding: 0 15px;
    margin: 0 auto;
}
/*========== Font Face Start =============*/



/*========== Font Face End =============*/

.header{
    padding:0;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 88;
    transition: all 300ms ease-in-out;
}
/* .header.sticky{
    padding: 15px 0;
    background: #040809;
} */
/* .header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
} */

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header .top-header {
    padding: 10px 0;
    background: #C5A46D;
}
.header .top-header .ltside{
    display: flex;
    align-items: center;
    gap: 30px;
}
.header .top-header .ltside .lang select{
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}
.header .top-header .ltside .lang select option{
    color: #000;
}

.header .top-header .ltside ul{
    display: flex;
    gap: 15px;
    align-items: center;
}
.header .top-header .ltside ul li a{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}


.header .top-header .top-header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1710px;
}

.header .top-header .rtSide {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header .top-header .rtSide ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header .top-header .rtSide ul li a{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    transition: all 300ms ease-in-out;
}
.header .top-header .rtSide ul li a:hover{
    color: #1C1C1C;
}
.header .top-header .rtSide .btn-get-quote{
    background: #AB472F;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    padding: 12px 40px;
    border: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}



.navigation {
    /* width: calc(100% - 57.95%); */
    padding: 0;
}
.navigation .stellarnav.light{
    background: transparent;
}
.navigation .stellarnav ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding:0;
    gap: 36px;
}
.navigation .stellarnav{
    width: auto;
}
.navigation .stellarnav ul > li{
    padding: 0;
    margin: 0 0px 0 0;
}
.navigation .stellarnav ul > li:last-child{
    margin-right: 0;
}
/* Active menu item color */
#menu-main-menu li.current-menu-item > a,
#menu-main-menu li.current_page_item > a,
#menu-main-menu li.active > a {
    color: #c59d5f;   /* change to your color */
}

.navigation .stellarnav ul > li > a{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 0 0px;
    margin: 0;
    letter-spacing: .1px;
    background-position: left center;
    position: relative;
}
.navigation .stellarnav ul > li > a:hover{
    color: #C5A46D;
}

.navigation .stellarnav ul > li > a.active{
    color: #C5A46D;
}

.navigation .stellarnav ul > li > ul{
    padding: 10px;
    border-radius: 5px;
}
.navigation .stellarnav ul > li > ul li{
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.navigation .stellarnav ul > li > ul li a{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 0;
    margin:0;
    display: block;
    color: #000;
}
.navigation .stellarnav ul > li > ul li:first-child a{
    padding-top: 0;
}
.navigation .stellarnav ul > li > ul li:last-child a{
    padding-bottom: 0;
}

.navigation .stellarnav ul > li > ul li:last-child{
    border-bottom: none;
}
.stellarnav li.has-sub>a:after{
    border-top-color: #0A1A56;
}




.header .bottom-header{
    padding: 20px 0;
}
.header .bottom-header .bottom-header-wrap {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1710px;
        justify-content: center;
    display: flex;
}
.header .bottom-header-wrap .navigation{
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
}


.stellarnav.mobile.light ul {
    background: rgb(255 255 255);
    box-shadow: 0px 0px 15px 0px #00000014;
}
.stellarnav.mobile.light li a {
    padding: 10px;
    border-bottom: 1px solid rgba(141, 141, 141, 0.15);
}
.stellarnav.light a.dd-toggle .icon-plus:after, 
.stellarnav.light a.dd-toggle .icon-plus:before {
    border-color: #ffffff;
}

.srcAndphone{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.srcAndphone .srcBtn{
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 20px;
    line-height: 1.2;
}
.srcAndphone  ul{
    display: flex;
    gap: 20px;
}
.srcAndphone ul li a img{
    max-width: 24px;
}
.srcAndphone ul li a {
    position: relative;
}
.srcAndphone ul li a .count{
    background: #EC4D4D;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: -12px;
    top: -8px;
}
.signUpbtn{
    background: #1C1C1C;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 27px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
}

.banner{
    padding: 0;
    margin: 0;  
    position: relative;
    line-height: 0;
}

/* .banner::after{
    content: '';
    background: #00000050;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
} */
.banner .mainImg{
    width: 100%;
}
.banner video{
    width: 100%;
    outline: 0;
    border: none;
    box-shadow: none;
}
.banner .desc{
    top: 50%;
    left:0;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    z-index: 1;
}
.banner .desc .bannerLogo{
    max-width: 280px;
    margin: 0 auto;
}
.banner .desc .textBox{
    padding: 20px 0 0;
    margin: 0;
}
.banner .desc .textBox h1{
    font-family: "Libre Bodoni", serif;
    font-weight: 500;
    font-size: 85px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0 0 40px;
}
.banner .desc .textBox .btnWrap{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.banner .desc .textBox .btnWrap a{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color:#fff;
    display: inline-block;
    padding: 10px 22px;
    border-radius: 27px;
    background: transparent;
    border: 1px solid #fff;
}
.banner .desc .textBox .btnWrap a.bg-btn-white{
    background: #fff;
    color: #1C1C1C;
}





.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #C5A46D;
    color: #fff;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    border: 1px solid #C5A46D;
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    line-height: 42px;
}
.go-top svg{
    max-width: 16px;
    /* filter: brightness(1) invert(1); */
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}




















/*====================== Search Modal Start =================*/
.search-modal{
    display:none;
}
.search-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom:0 ;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgb(0 0 0 / 75%);
    backdrop-filter: blur(10px);
    margin: 0;
    z-index: 9999;
    height: 100vh;
}
  

  
.search-modal .centered {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}
  
.search-modal #search-box {
    position: relative;
    max-width: 550px;
    width: 100%;
}
  

  

  
.search-modal #search-box input[type="text"] {
    width: 100%;
    height: 46px;
    border: 2px solid #C5A46D;
    background: #fff;
    padding: 8px 50px 8px 15px;
    border-radius: 27px;
    outline: none;
    box-shadow: none;
    color: #5E5B5B;
    font-size: 16px;
}
  
.search-modal #search-button {
    position: absolute;
    top: 1px;
    right: 2px;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    background: #C5A46D;
    cursor: pointer;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    outline: none;
    box-shadow: none;
}
  
.search-modal #close-btn{
    position: fixed;
    top: 1em;
    right: 1em;
}
.search-modal #close-btn:hover{
    color: #777;
    cursor: pointer;
}

/*====================== Search Modal End =================*/


.afterBanner{
    background: #FEF6F4;
    padding: 60px 0;
    margin: 0;
}
.afterBanner .topPanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #DBCBBA;
}
.afterBanner .topPanel .clientPanel{
    display: flex;
    align-items: center;
    gap: 20px;
}
.afterBanner .topPanel .clientPanel .imgPnale{
    display: flex;
    align-items: center;
}
.afterBanner .topPanel .clientPanel .imgPnale .icon{
    width:60px;
    height: 60px;
    border-radius: 50%;
}
.afterBanner .topPanel .clientPanel .imgPnale .icon:nth-child(2),
.afterBanner .topPanel .clientPanel .imgPnale .icon:nth-child(3){
    margin-left: -15px;
}
.afterBanner .topPanel .clientPanel .text{
    max-width: 122px;
}
.afterBanner .topPanel .customerRew p{
    max-width: 142px;
}
.afterBanner .topPanel .clientPanel .text p,
.afterBanner .topPanel .customerRew p{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 18px;
    line-height:1.2;
    color: #1C1C1C;
    margin: 0;
    padding: 0;
}

.afterBanner .topPanel .midBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: calc(100% - 570px);
    padding: 0 0px;
}
.afterBanner .topPanel .midBlock .block{
    width: 25%;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-right: 1px solid #ccc;
}
.afterBanner .topPanel .midBlock .block:last-child{
    border-right: none;
}
.afterBanner .topPanel .midBlock .block .tham{
    width: 75px;
}
.afterBanner .topPanel .midBlock .block .text{
    width: calc(100% - 75px);
    padding: 0 0 0 15px;
}
.afterBanner .topPanel .midBlock .block .text p{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 18px;
    line-height:1.2;
    color: #1C1C1C;
    margin: 0;
    padding: 0;
}
.afterBanner .topPanel .customerRew {
    display: flex;
    align-items: center;
    gap: 20px;
}
.afterBanner .topPanel .customerRew ul {
    display: flex;
    align-items: center;
    gap: 5px;
}
.afterBanner .topPanel .customerRew ul li{
    color: #FFC802;
}

.afterBanner .bottomPanel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

.afterBanner .bottomPanel .imgTtlBox{
    width: 24%;
}
.afterBanner .bottomPanel .imgTtlBox .tham{
    overflow: hidden;
}
.afterBanner .bottomPanel .imgTtlBox .tham img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 300ms ease-in-out;
}
.afterBanner .bottomPanel .imgTtlBox:hover .tham img{
    transform: scale(1.1);
}
.afterBanner .bottomPanel .imgTtlBox .text{
    padding: 15px 0;
}
.afterBanner .bottomPanel .imgTtlBox .text h3{
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-size: 24px;
    line-height:1.2;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #000000;
}

.exploreSec{
    background: #FEF6F4;
    padding: 60px 0;
}
.exploreSec .ttl{
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
    max-width: 704px;
}
.exploreSec .ttl p{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 14px;
    line-height:1.2;
    text-align: center;
    color: #696969;
    padding: 0;
    margin: 0 0 10px;
}
.exploreSec .ttl h2{
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    margin: 0;
}

.exploreBox{
    padding: 0;
    margin: 0;
}
.exploreBox .tham{
    position: relative;
    padding: 0;
    margin: 0;
}
.exploreBox .tham img{
    border-radius: 25px;
}
.exploreBox .tham .arrowBtn{
    position: absolute;
    top: 10px;
    right: 10px;
}
.exploreBox .tham .arrowBtn a{
    background: #C5A46D;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: rotate(-45deg);
    transition: all 300ms ease-in-out;
}
.exploreBox .tham .priceAndShare{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left !important;
}
.exploreBox .tham .priceAndShare .price{
    font-family: "Lora", serif;
    font-weight: 600;
    font-size: 21px;
    line-height: 2;
    color: #1C1C1C;
}
.exploreBox .tham .priceAndShare ul{
    display: flex;
    align-items: center;
    gap: 10px;
    padding:4px 0 0;
    margin: 0;
}
.exploreBox .tham .priceAndShare ul li a{
    background: #C5A46D;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    transition: all 300ms ease-in-out;
}
.exploreBox .tham .priceAndShare ul li a:hover,
.exploreBox .tham .arrowBtn a:hover{
    background: #1C1C1C;
}
.exploreBox .text{
    padding: 30px 0;
    margin: 0;
}
.exploreBox .text h4{
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}

.exploreBox .text h4 a{
    
    color: #000000;
}


.accesoriesSec{
    background: #FDFDFD;
    padding: 80px 0;
    margin: 0;
}
.accesoriesSec .ttl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 100px;
}
.accesoriesSec .ttl h2{
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    margin: 0;
}

.accesoriesSec .ttl a{
    background: #FFFFFF;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 27px;
    color: #1C1C1C;
    transition: all 300ms ease-in-out;
}
.accesoriesSec .ttl a:hover{
    background: #C5A46D;
    color: #fff;
}

.accesoriesSec .accesoriesBox{
    padding: 15px;
    box-shadow: 0px 0px 9.4px 0px #00000026;
    background: #fff;
}
.accesoriesSec .col-lg-3:nth-child(even){
    transform: translateY(-50px);
}
.accesoriesSec .accesoriesBox .textBox{
    padding: 20px 0 10px;
    text-align: center;
}
.accesoriesSec .accesoriesBox .textBox h3{
    font-family: "Lora", serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    padding: 0 0 ;
    margin:0 0 20px;
}

.accesoriesSec .accesoriesBox .textBox h3 a {
    font-family: "Lora", serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    padding: 0 0;
    margin: 0 0 20px;
}

.accesoriesSec .accesoriesBox .textBox p{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: #000000;
    padding: 0;
    margin: 0;
}
.accesoriesSec .bottomPara{
    max-width: 490px;
    padding: 0;
    margin: 40px 0 0;
}
.accesoriesSec .bottomPara p{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    padding: 0;
    margin: 0;
}


.clientsSaysec{
    padding: 40px 0;
    margin: 0;
}
.clientsSaysec .clientsSaywrap{
    background: url(../images/testimonial-bg.png) no-repeat left top;
    background-size: cover;
    border-radius: 30px;
    padding: 90px 80px 110px;
}
.clientsSaysec .clientsSaywrap .ttl{
    padding: 0;
    margin: 0 0 40px;
}
.clientsSaysec .clientsSaywrap .ttl p{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    padding: 0;
    margin: 0 0 10px;
}
.clientsSaysec .clientsSaywrap .ttl h2{
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0;
}
.clientsSayLists .listBox{
    backdrop-filter: blur(30px);
    background: #FFFFFF0D;
    padding: 24px;
    border-radius: 25px;
    height:100%;
}
.clientsSayLists .listBox p{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    padding: 0;
    margin: 0 0 30px;
}
.clientsSayLists .listBox .bottomPanel{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.clientsSayLists .listBox .bottomPanel h6{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    padding: 0;
    margin: 0;
}
.clientsSayLists .listBox .bottomPanel span{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    padding: 0;
    margin: 0;
}
.clientsSayLists .listBox .bottomPanel span i{
    color: #FFC802;
}

.instagramSec{
    padding: 100px 0 60px;
    margin: 0;
}
.instagramSec h2{
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    padding: 0;
    margin: 0 0 0px;
}
.instagramSec p{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #757575;
    text-align: center;
    padding: 0;
    margin: 0 0 40px;
}
.instagramWrap img{
    width: 100%;
}

.newsletterSec{
    padding: 180px 0;
    background: url(../images/newsletter-bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}


.newsletterSec .newsletterWrap{
    max-width: 768px;
    padding: 0;
    margin: 0 auto;
}
.newsletterSec .newsletterWrap h6{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
}
.newsletterSec .newsletterWrap h2{
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0 0 30px;
}
.newsletterSec .newsletterWrap p{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 0 90px;
}
.newsletterSec .newsletterWrap .newsfield{
    position: relative;
}

.newsletterSec .newsletterWrap .newsfield .form-control{
    border: 1px solid #E89937;
    /* border-image-source: linear-gradient(91.01deg, #FFFFFF 0%, #E89937 100%); */
    backdrop-filter: blur(30px);
    background: #FFFFFF0D;
    height: 70px;
    border-radius: 50px;
    outline: none;
    box-shadow: none;
    padding: 20px 27px;
    padding-right: 145px;
    color: #fff;
}

.newsletterSec .newsletterWrap .newsfield .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.newsletterSec .newsletterWrap .newsfield .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.newsletterSec .newsletterWrap .newsfield .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.newsletterSec .newsletterWrap .newsfield .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.newsletterSec .newsletterWrap .newsfield .btn{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    background: #C5A46D;
    color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 27px;
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
}

.footer{
    background: #1C1C1C;
    padding: 100px 0;
    margin: 0;
}
.footer .ftdesc p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    padding: 0;
    margin: 0;
    max-width: 488px;
}
.ftMenuWrap {
    display: flex;
    justify-content: space-between;
}
.ftMenuWrap .ftMenuBox h3{
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    padding: 0;
    margin: 0 0 30px;
}
.ftMenuWrap .ftMenuBox ul li{
    margin: 0 0 10px;
}
.ftMenuWrap .ftMenuBox ul li:last-child{
    margin-bottom: 0px;
}
.ftMenuWrap .ftMenuBox ul li a{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
}
.ftMenuWrap .ftMenuBox ul li a:hover{
    color: #C5A46D;
}

.dropSec{
    background: #1C1C1C;
    padding: 80px 0;
}
.dropSec .textBox h2{
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0 0 30px;
}
.dropSec .textBox h3{
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
    margin: 0 0 60px;
}
.dropSec .textBox h4{
    font-family: "Lora", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #fff;
    padding: 0;
    margin:0 0 10px;
}

.dropSec .textBox p{
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    padding: 0;
    margin: 0;
}
.shopNowBox .text{
    text-align: right;
    padding: 30px 0 0;
}
.shopNowBox .text a{
    display: inline-block;
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
}
.shopNowBox .text a:hover{
    color: #C5A46D;
}


.tham {
    text-align: center;
}

img.extra-shape {
    position: absolute;
    left: 0;
    bottom: -2px;
    border-radius: 0 !important;
}


.accesoriesSec {
    background: url(../images/shop-bg.png) no-repeat center top;
    background-size: cover;
    padding: 154px 0;
    margin: 0;
}
.accesoriesSec .ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 185px 0 0;
    margin: 0 0 100px;
}
.accesoriesSec .ttl a {
    background: #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    line-height: 68px;
    display: inline-block;
    font-family: "Libre Bodoni", serif;
    padding: 8px 16px;
    border-radius: 100px;
    color: #1C1C1C;
    transition: all 300ms ease-in-out;
        text-transform: uppercase;
}

.accesoriesSec .accesoriesBox .tham img {
    width: 100%;
}


/*-- inner page top banner and text ---*/


.about-page-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
    margin-bottom: 23px;
    margin: 0px 0px 20px 0px;
    text-align: justify;
}

    .custom-container {
        padding: 0px 50px;
    }


 /* breadcrump */


.inner-banner-section {
    width: 100%;
    /* height: 300px; */
    overflow: hidden;
    position: relative;
}

.inner-banner-section img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.inner-banner-section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #C5A46D;
}
.inner-banner-section-text {
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    text-align: center;
}
.inner-banner-section-text h1 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Libre Bodoni", serif;
    font-size: 53px;

}


section.aboutuspage-section {
    padding: 70px 0px;
}
/*-- inner page top banner and text ---*/


/* -- Woocommrde -- */



.product-slider-box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-carousel .owl-item:nth-child(odd) .product-slider-box img{
  width: 80%;
}


.product-carousel .owl-stage{display: flex;}
.product-carousel .item{
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.product-carousel .product-slider-box {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center !important;
    flex-direction: column;
    align-items: stretch;
}

button.sub-menu-toggle {
    display: none;
}

.s-ctgry {
    background: #F1F1F1;
    padding: 20px;
    margin-bottom: 25px !important;
    border: 1px solid #ffffff70;
    border-radius: 10px;
    margin-top: 25px;
}

.see-ctgry h1 {
    font-family: Libre Bodoni;
    font-weight: 400;
    font-size: 40px;
    line-height: 59px;
    letter-spacing: 0%;
    text-align: left;
    text-transform: uppercase;
    margin: 10px;
}

.bapf_head h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    color: #1C1C1C;
    text-transform: capitalize;
    margin: 0px 0px 20px 0px;
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #C5A46D;
    background: linear-gradient(to bottom, #fff 0, #C5A46D 30%, #dc3545 100%);
    box-shadow: inset 0 0 1px 1px #dc3545;
}

.irs--big .irs-from, .irs--big .irs-single, .irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #dc3545;
    background: linear-gradient(to bottom, #dc3545 0, #C5A46D 100%);
    border-radius: 3px;
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid #C5A46D;
    background-color: #C5A46D;
    background: linear-gradient(to bottom, #fff 0, #C5A46D 30%, #dc3545 100%);
    box-shadow: 1px 1px 2px #dc3545, inset 0 0 3px 1px #dc3545;
    border-radius: 30px;
} 

.woocommerce-notices-wrapper {
    margin-top: 20px;
}

.orderby {
    border: 1px solid #3A3A3A;
    padding: 9px 14px;
    border-radius: 50px;
    background: #fff;
    margin: 0px 0px 18px 0px;
    width: 76%;
    font-size: 12px;
}


.woocommerce .woocommerce-ordering {
    margin: 0 0 0;
    display: flex;
    align-items: center;
    justify-content: end;
}


.not-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}


p.bg-text {
    background: #C5A46D;
    border: 1px solid #C5A46D;
    border-radius: 15px;
    padding: 3px 10px 3px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.priceStock {
    display: flex;
    font-size: 21px;
    color: #000;
    padding: 20px 0px;
    font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    display: flex;
    font-size: 21px;
    color: #000;
    font-weight: 600;
    margin: 0px 10px 0px;
}

.in-stock-color {
    color: #0018F9;
    font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #000;
    font-size: 16px !important;
    font-weight: 600;
}



.woocommerce .quantity .qty {
    width: 111px !important;
    height: 39px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: left;
}

.woocommerce div.product form.cart .button {
        vertical-align: middle;
    float: right;
    text-transform: uppercase;
    background: #C5A46D;
    box-shadow: 0px 5px 6px 0px #0000000F;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 19px 0px;
    margin: 0px auto;
    left: 0%;
    right: 0%;
    bottom: -5%;
    width: 160px;
    color: #fff;
    display: block;
   
}


p.custom-quantity-label {
    font-weight: 600;
    margin-bottom: 5px;
}


h1.product_title.entry-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    color: #C5A46D;
}


.woocommerce .star-rating span::before,
.woocommerce-page .star-rating span::before,
.woocommerce .star-rating::before,
.woocommerce-page .star-rating::before {
    color: #FBC02D !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #C5A46D;
    color: #ffffff;
    z-index: 2;
    border-bottom-color: #C5A46D;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #000000;
    color: #ffffff !important;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 ;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

div#tab-description h2 {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}

section.related.products h2 {
    text-align: center;
    margin-bottom: 50px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit {

    background: #C5A46D;
    color: #ffffff;
    z-index: 2;
    border-bottom-color: #C5A46D;
}


/* ============================================================== */
/* =========================Products======================*/

.product_meta {
    display: none;
}
.our-products-section {
    padding: 40px 0px 60px 0px;
    margin: 0px;
    height: 100%;
    background: #F1F1F1;
    overflow: hidden
}

/* .our-products-section-header {
    text-align: center;
    margin: 0px 0px 40px;
} */

.our-products-section-header h2 {
    font-family: "Libre Bodoni", serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    color: #262261;
    padding: 0px;
    margin: 0px;

}


.products-section-inner {
    margin: 35px 0px 0px;
}


.product-box {
  background: #fff;
  border-radius: 12px;
  padding: 10px 10px;
  box-shadow: 0px 4px 10px 0px #0000000F;
  min-height: 300px;
  margin-bottom: 50px;
  height: 100%;
  border: #c9c9c9 1px solid;
}


.product-box-archive {
  margin-bottom: 25px;
  }

.producy-img {
    margin: 0px;
    width: 100%;
    height: 280px;
    padding: 0px;
    overflow: hidden;
    border-radius: 6px;
}

.producy-img img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 15px;
}


.producy-img:hover img {
    transform: scale(1.1);
}

.product-text {
    margin: 0px;
    padding: 17px 0px 0px;
}

.product-text h3 {
    font-family: Lora;
    font-weight: 600;
     font-size: 17px;
     line-height: 30px;
    letter-spacing: 0%;
    color: #1C1C1C;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}

.product-text-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 10px 0px;
}
.product-text-price p {
   font-family: Lora;
   font-weight: 700;

font-size: 20px;

line-height: 100%;
letter-spacing: 0%;
text-align: right;

    color: #1C1C1C;
    padding: 0px;
    margin: 0px;
}
.product-text-price .cumn-butn-body.smll-red-butn {
    font-family: "Libre Bodoni", serif;
    font-weight: 400;
    font-size: 20px;
   line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #C5A46D;
    padding: 0px;
    margin: 0px;
}

.product-text-price .cumn-butn-body.smll-red-butn:hover {
   
    color: #000;
}

.woocommerce-product-details__short-description {
    margin-bottom: 12px;
    text-align: justify;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 600;
    text-align: left;
    font-family: "Lora", serif;
    font-size: 15px;
}

a.reset_variations {
    color: #C5A46D;
}


/* ============================================================== */




.wc-block-components-product-name {
    color: #C5A46D;
    font-weight: 500;
}


.woocommerce-order {
    padding: 48px 0px 0px 0px;
    }
.woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #C5A46D !important;
    font-size: 22px;
    text-align: center;
    border: #C5A46D78 1px solid;
    padding: 10px;
    margin-bottom: 23px;
    background: #C5A46D21;
    font-weight: 600;
    }
    
.woocommerce-order ul {
  margin: 0px auto 20px !important;
  background: #f9f9f9;
  text-align: center;
  width: 100%;
  border: #cccccc5c 1px solid;
  padding: 10px 10px 10px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
    }
    
 .woocommerce-order ul li {
    font-size: 13px !important;
    }
 .woocommerce-order p {
  color: #090a0a;
  text-align: center;
  font-size: 24px;
  padding: 42px 0px 7px 0px;
  font-weight: 600;
    }
.woocommerce-column__title {
    margin-bottom: 10px;
    }
.woocommerce .woocommerce-customer-details address {

    padding: 15px 22px;
    line-height: 27px;
    }  
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #f4eed6;
  padding: 20px;
  margin: 1em 0 0em 0;
  text-align: left;
  border-radius: 5px;
  min-height: auto;
  background: #f4f1e24d;
  }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	border: #ccc 1px solid;
	border-radius: 5px;
	padding: 9px 12px;
	
  }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	float: left;
	margin-right: 1em;
		border: #C5A46D 1px solid;
	background: #C5A46D;
	color: #fff;
	border-radius: 5px;
}
  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
      border: #C5A46D 1px solid;
      background: transparent;
      color: #C5A46D;
    }
.woocommerce form.register button {
	float: left;
	border: #C5A46D 1px solid;
	margin-right: 1em;
	background: #C5A46D;
	color: #fff;
	border-radius: 5px;
   }
.woocommerce form.register button:hover {
  border: #C5A46D 1px solid;
  background: transparent;
  color: #C5A46D;
  }
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 37px;
    }
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -40px;
    line-height: 1.75;
    position: absolute;
    border: #C5A46D 1px solid;
    color: #C5A46D ;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size:16px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-size:16px;
    font-family: WooCommerce;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -40px;
    line-height: 1.75;
    position: absolute;
    border: #C5A46D 1px solid;
    color: #C5A46D;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 37px;
    text-align: left !important;
    }
.woocommerce-table__product-name ul {
    margin: 0px auto !important;
    list-style: none;
    text-align: center;
    width: auto;
    border: #cccccc5c 0px solid;
    padding: 0px;
    }
.woocommerce-table__product-name p {
    color: #090a0a;
    text-align: center;
    font-size: 15px;
    padding: 0px 0px 0px 0px;
    }
    
 .product-section-one-gallery ins {
    list-style: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.archive ins {
    list-style: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}


/* =========================Our Products======================== */
.search-modal #search-box input[type="text"] {
    width: 100%;
    height: 46px;
    border: 2px solid #DE3C26;
    background: #000;
    padding: 8px 50px 8px 15px;
    border-radius: 27px;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
}

.wishlist_item td.product-name a { color: #C5A46D; }

.irs--flat .irs-bar {
    
    background-color: #C5A46D !important
}

.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to
 {
    
    background-color: #C5A46D !important
    
}


.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {

    background-color: #C5A46D !important
}


.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to
 {
    background-color: #C5A46D !important;
}


.irs--flat .irs-from:before, .irs--flat .irs-single:before, .irs--flat .irs-to:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #C5A46D !important;
}


.irs--flat .irs-handle>i:first-child

 {
    font-size: inherit;
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: .1111111111em;
    height: 100%;
    margin-left: -.055555555em;
    background-color: #C5A46D !important;
}


.single-product table.variations tbody {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.single-product table.variations tbody tr .label {
    font-weight: 600;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    text-transform: capitalize;
}

.single label {
    display: inline-block;
    width: 100%;
}

.single-product table.variations tbody tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
}


.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 4px 4px 0 0;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 12px;
}

/* my Account */

.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-top: 0px;
    margin-bottom: 54px;
    }
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #C5A46D;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li {
 list-style: none;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #C5A46D;
    color: #fff;
    }
.woocommerce-MyAccount-navigation ul li a {
    background: #9e9e9e2e;
    color: #000000;
    display: block;
    margin: 0 0 10px 0;
    padding: 10px 16px;
    font-size: 20px;
}
.woocommerce-MyAccount-navigation {
	padding: 16px 0px;
    }
.woocommerce table.my_account_orders .button {
	background: #C5A46D;
	color: #fff;
    }
.woocommerce table.my_account_orders .button:hover {
	background: #C5A46D;
	color: #fff;
    }
.woocommerce-account .addresses .title .edit {
	float: right;
	background: #C5A46D;
	padding: 4px 12px;
	color: #fff;
	border-radius: 4px;
   }
.woocommerce-account .addresses .title .edit:hover {
	background: #C5A46D;
	color: #fff;
   }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%;
	border: #ccc6 0px solid;
	padding: 12px;
	border-radius: 6px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: left;
	width: 48%;
	border: #ccc6 0px solid;
	padding: 12px;
	border-radius: 6px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: 100%;
	display: flex;
	gap: 13px;
	justify-content: start;
}
.woocommerce-Address-title {
	margin-bottom: 12px;
    }
.woocommerce-account .addresses .title h3 {
	float: left;
	font-size: 20px;
    }
.address {
	margin-bottom: 1rem;
	font-style: normal;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 1.6;
    }
.woocommerce-order-details h2{
    font-size: 20px;
    }
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: 20px;
  border-bottom: #cccccc6e 1px solid;
  padding-bottom: 9px;
  }
.woocommerce .woocommerce-customer-details address {
	padding: 0px;
	line-height: 27px;
	border: 0px;
}
.woocommerce-customer-details--phone {
	margin-top: 17px;
	line-height: 37px;
    }
 /*.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {*/
	/*width: 30px;*/
	/*height: 30px;*/
	/*border-radius: 50%;*/
	/*text-align: center;*/
	/*display: flex;*/
	/*align-items: center;*/
	/*justify-content: center;*/
 /*  }*/
/*.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {*/
/*	width: 30px;*/
/*	height: 30px;*/
/*	border-radius: 50%;*/
/*	text-align: center;*/
/*	display: flex;*/
/*	align-items: center;*/
/*	justify-content: center;*/
/*    }*/
.woocommerce-MyAccount-content h3{
  font-size: 20px;
  }
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 41px;
	margin: 0 0 -4px;
	user-select: none;
	-webkit-user-select: none;
	padding: 5px;
	border: #ccc 1px solid !important;
	
   }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 30%;
	top: 22px;
    }
.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%;
	padding-bottom: 29px;
    }
.woocommerce-address-fields .button {
  background: #C5A46D !important;
  color: #fff !important;
  padding: 12px 14px !important;
  margin: 7px 0px 0px 4px !important;
  }
.woocommerce-address-fields .button:hover {
	background: #C5A46D!important;
	color: #fff!important;
  }
.woocommerce-MyAccount-content .button {
  background: #C5A46D !important;
  color: #fff !important;
  padding: 12px 14px !important;
  margin: 7px 0px 0px 4px !important;
  }
 .woocommerce-MyAccount-content .button:hover {
	background: #C5A46D!important;
	color: #fff!important;
  }
  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: rgb(236, 251, 238);
	border-radius: 5px;
}
.is-large.wc-block-cart {
	margin-bottom: 3em;
	margin-top: 42px;
}

a.wc-block-components-product-name {
    color: #c5a46d;
}

.wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
    border: 1px solid #c5a46d;
    background: #c5a46d;
}

.wc-block-cart .wc-block-cart__submit- a {
    color: #c5a46d;
}

.wc-block-components-button__text {
    color: #ffffff;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: 0 0 0 2px #0675c4;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #795548;
    outline: 3px solid transparent;
}


button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    background: #c5a46d;
}

   button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: #C5A46D;
	box-shadow: 0px 5px 6px 0px #0000000F;
	font-weight: 600;
	color: #fff;
	border: 1px solid #795548;
	border-radius: 5px;
    }
.wp-block-woocommerce-checkout-order-summary-block {
	border: 0px solid hsla(0,0%,7%,.11) !important;
   }
.common-class-allpages {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  }


button.woocommerce-button.button.woocommerce-form-login__submit {
    color: #ffffff;
    background: #C5A46D;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    color: #ffffff;
    background: #C5A46D;
}
/* my account */


.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    color: #C5A46D;
}


a.woocommerce-privacy-policy-link {
    color: #c5a46d;
}

p.woocommerce-LostPassword.lost_password a {
    color: #c5a46d;
}

a.button.product_type_variable.add_to_cart_button {
    background: #c5a46d;
    color: #ffffff;
    font-size: 11px;
}

.products.columns-4 {
    row-gap: 30px;
}
 
/* -- Woocommerce -- */


.container-fluid {
    padding: 0px 40px !important;
}

.inner-pages {
    padding: 60px 0px;
    margin: 0px;
}


span.wishlist_products_counter_number {
    background: #EC4D4D;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    position: absolute;
    right: -12px;
    top: -14px;
}


.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {
    display: inline-block !important;
    vertical-align: baseline;
    width: auto !important;
    max-width: 24px;
    max-height: 24px;
    margin: 0 6px 0 0 !important;
}


/*button.pwgc-apply-gift-card-button.wc-block-components-button {*/
/*    padding: 0;*/
/*    border: 1px solid #958262;*/
/*    background: #52493a;*/
/*    color: #fff;*/
/*    margin-top: 12px;*/
/*}*/

/* Gift card box */
#pwgc-redeem-gift-card-container {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 20px;
}

/* Form layout */
.page-id-9 #pwgc-redeem-gift-card-form {
    
    align-items: center;
    
}

/* Label */
#pwgc-redeem-gift-card-form label {
    font-weight: 500;
    min-width: 120px;
}

/* Input */
#pwgc-redeem-gift-card-number {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Button */
.pwgc-apply-gift-card-button {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px 25px;
    height: 42px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}

.pwgc-apply-gift-card-button:hover {
    background: #333;
}


/* Checkout Gift Card Box */
#pwgc-redeem-gift-card-form {
    background: #f9f9f9;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    width: fit-content;
}

/* Form layout */
#pwgc-redeem-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Label */
#pwgc-redeem-form label {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

/* Gift card input */
#pwgc-redeem-gift-card-number {
        width: -webkit-fill-available;
    height: -webkit-fill-available;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Apply button */
#pwgc-redeem-button {
    height: 40px;
    padding: 0 18px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 !important;
}

#pwgc-redeem-button:hover {
    background: #333;
}

/* Error message */
#pwgc-redeem-error {
    width: 100%;
    font-size: 13px;
    color: red;
    margin-top: 6px;
}

/* Mobile */
@media (max-width: 600px) {
    #pwgc-redeem-form {
        flex-direction: column;
        align-items: stretch;
    }

    #pwgc-redeem-button {
        width: 100%;
    }
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    padding: 0;
    border: 1px solid #c5a46d;
    background: #c5a46d;
    padding: 10px 10px;
    text-transform: capitalize;
    font-size: 21px;
}

/* Fix WooCommerce Block product grid image size */
.wc-block-grid__product-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fix image scaling */
.wc-block-grid__product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* Make product cards equal height */
.wc-block-grid__product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Center button */
.wc-block-grid__product-add-to-cart {
    margin-top: 10px;
    text-align: center;
}


.wc-block-grid__product {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    transition: 0.3s;
}

.wc-block-grid__product:hover {
    transform: translateY(-5px);
}


.woocommerce span.onsale {
    display: none;
}

/* ========================================================= */
/* =====================about-us===M.B=======================*/


.inner-banner {
	width: 100%;
	height: 300px;
	position: relative;
}

.inner-banner img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.inner-banner .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: linear-gradient(180deg, #0000006b, #201e1e75);
}

.inner-banner-text-Panel {
	position: absolute;
	color: #ffffff;
	top: 170px;
	left: 0%;
	width: 100%;
}

.inner-banner-text-Panel h1 {
	font-family: Libre Bodoni;
	font-weight: 400;
	font-style: Regular;
	font-size: 80px;
	line-height: 80px;
	letter-spacing: 0%;
	text-align: center;
	color: #fff;
}

.about-page-section {
	padding: 80px 0;
	margin: 0px;
}

.about-page-section-img {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.about-page-section-text {
	padding: 0px 0 0 50px;
	margin: 0px;
}
.about-page-section-text h6 {
	font-family: "Lora", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	color: #696969;
	padding: 0;
	margin: 0 0 20px;
}

.about-page-section-text h2 {
	font-family: "Libre Bodoni", serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	text-align: left;
	text-transform: uppercase;
	color: #000000;
	padding: 0;
	margin: 0px 0px 20px 0px;
}


.about-page-section-text p {
	font-family: "Lora", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	padding: 0px;
	margin: 0px 0px 20px 0px;

}


.about-img1,
.about-img2 {
	width: calc(50% - 10px);
	height: auto;
	overflow: hidden;
	border-radius: 20px;
}

.about-img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 300ms ease-in-out;
}

.about-img1:hover img {
	transform: scale(1.1);
}


.about-img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 300ms ease-in-out;
}


.about-img2:hover img {
	transform: scale(1.1);
}


.about-page-section-two {
	padding: 80px 0px;
	margin: 0px;
	background: #FEF6F4;
}


.about-page-ful-text {
	padding: 0px;
	margin: 0px;
}


.about-page-section-two-text p {
	font-family: "Lora", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}


.about-page-section-two-img {
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 20px;
}


.about-page-section-two-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 300ms ease-in-out;
}


.about-page-section-two-img:hover img {
	transform: scale(1.1);
}


.about-page-section-two-text {
	padding: 0px 50px 0px 0px;
}


.mapcard-section {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 100%;
	height: 450px;
}



.containerimg {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: 95%;
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.containerimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}


.containerimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.contactuscard-section {
	padding: 80px 0px;
}




.dropus-line h2 {
	font-family: "Libre Bodoni", serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  text-align: left;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  padding: 0px;
  margin: 0px 0px 20px;
}



.dropus-line p { font-family: "Lora", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  padding: 0px;
  margin: 0px 0px 20px 0px;  }


.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.quoteform .form-control {
	display: block;
	width: 100%;
	padding: 12px 18px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #4A4A4A;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #A8A8A8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 7px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom: 21px;
	font-family: "Outfit", sans-serif;
}


.quoteform .btn {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	background: #C5A46D;
	color: #fff;
	padding: 12px 40px;
	border-radius: 27px;
	
}

.quoteform .btn:hover { background: #000;
	color: #fff;  }




.page-id-590 .custom-container {
    padding: 0px 50px;
    text-align: center;
    justify-content: center;
    display: flex;
}
.fst_registration_wrapper label{
    display:block;
    text-align:left;
}
.fst_reset_pass_wrapper label{
    display:block;
    text-align:left;
}


.fst_login_wrapper input#wp-submit {
    border: 1px solid #c5a46d !important;
    background: #c5a46d !important;
}
/* ========================================================= */
/* =====================about-us===M.B=======================*/



/*======= Wholsale Registration ============*/

.page-id-704 .woocommerce {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    text-align: center;
}
.page-id-704.b2bking_logged_out .woocommerce h2{
    text-align:left;
}
h2.b2bking_b2bregistration_only_register_header {
    display: none;
}

/* Center the form */
.page-id-704 .woocommerce-form-register{
    max-width:900px;
    margin:60px auto;
    padding:40px;
    background:#fff;
    border-radius:8px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

/* Make form grid */
.page-id-704 .woocommerce-form-register{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

/* Full width fields */
#reg_email,
#reg_password,
.b2bking_country_or_state,
.woocommerce-privacy-policy-text,
.woocommerce-form-row:last-child{
    grid-column:1 / -1;
}

/* Inputs */
.woocommerce-form-register input,
.woocommerce-form-register select{
    width:100%;
    height:46px;
    padding:10px 14px;
    border:1px solid #ddd;
    border-radius:6px;
}

/* Select2 fix */
.select2-container .select2-selection--single{
    height:46px;
    border-radius:6px;
    border:1px solid #ddd;
}

.select2-selection__rendered{
    line-height:19px !important;
}

select#gift-card-amount {
    padding: 0px 0px 0px 10px;
}

/* Button center */
.woocommerce-form-register__submit{
    display:block;
    margin:10px auto 0;
    width:220px;
    height:46px;
    background:#C5A46D;
    color:#fff;
    border:none;
    border-radius:6px;
    font-weight:600;
}

/* Fix Country & State container */
.b2bking_country_or_state{
    display:block !important;
}

/* Country dropdown */
#b2bking_custom_field_702_field{
    width:100%;
}

/* State dropdown */
#billing_state_field{
    width:100%;
    margin-top:8px;
}

/* Fix select2 width */
/*.select2-container{*/
/*    width:100% !important;*/
/*}*/

/* Select2 styling */
.select2-container .select2-selection--single{
    height:46px;
    border:1px solid #ddd;
    border-radius:6px;
}
#order_review_heading{
    margin-bottom:15px;
}


/* Mobile */
@media(max-width:768px){

.woocommerce-form-register{
    grid-template-columns:1fr;
}

}


/*=========== Wholsale Registration =============*/



.tinv-wishlist .product-action .button {
	background: #000 !important;
	font-size: 12px !important;
	padding: 10px 9px !important;
}

.tinvwl-input-group-btn .button {
	background: #c5a46d !important;
	color: #fff !important;
}

.tinvwl-to-right.look_in .button {
	background: #c5a46d;
	color: #fff;
}

.tinvwl-to-right.look_in .button:hover { background: #c5a46d;
	color: #fff; }

.button.tinvwl_button_view.tinvwl-btn-onclick {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
}



.button.tinvwl_button_close  {
  background: #c5a46d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
}


.page-id-9 .wp-block-heading.has-text-align-center {
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 40px;
}


.wc-block-grid__product-image {
	border-radius: 10px;
}

.wc-block-grid__product-title {
	font-size: 18px;
	color: #000;
	line-height: 28px;
}

.wc-block-grid__product-price.price {
	color: #c5a46d;
	font-size: 20px;
}

.tinvwl_add_to_wishlist-text {
	color: #000;
	font-size: 20px;
}


.woocommerce div.product form.cart .variations select { padding: 4px 17px;
  border: 1px solid #000;
  border-radius: 4px; }


#pwgc-redeem-gift-card-form label {
	margin-bottom: 0px;
}


#pwgc-redeem-gift-card-number {
	margin-bottom: 0px;
}

.single-product .tinv-wraper.tinv-wishlist {
    font-size: 100%;
    float: right;
    border: 1px solid #000;
    margin: 1px 10px;
    background: #000;
    padding: 2px;
    color: #ffffff;
}

.single-product  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, 
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt
 {
    position: relative;
    width: 42px;
    height: 42px;
    vertical-align: sub;
    color: #fff;
}

.mobile-logo {
    text-align: center;
    padding: 0 0 10px;
    max-width: 100px;
    margin: 0 auto;
    display:none;
}
.single .quantity label{
    width:auto;
}
.woocommerce div.product .woocommerce-tabs .panel{
    margin:0;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li::after{
    display:none;
}

.priceStock .price{
    gap:10px;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2{
    margin:0 0 10px;
}
.woocommerce-Reviews #comments {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}
.woocommerce-checkout.logged-in .woocommerce-order {
    padding: 0px 0px 0px 0px;
}
.woocommerce-order-details__title{
    margin-bottom:15px;
}
.woocommerce-order ul{
    gap:0;
}
.woocommerce ul.order_details li{
    width:100%;
}
.woocommerce ul.order_details li:last-of-type {
    border: none;
    padding-right:0;
    margin-right:0;
}
.woocommerce .woocommerce-customer-details, 
.woocommerce .woocommerce-order-details, 
.woocommerce .woocommerce-order-downloads {
    margin-bottom:0;
}
.woocommerce .woocommerce-customer-details .additional-fields,
.woocommerce .woocommerce-customer-details .addresses{
    margin-bottom:0;
}
.pwgc-input-text,
#pwgc-message{
    width: 100% !important;
    padding: 6px 10px;
}



.woocommerce-cart #pwgc-redeem-gift-card-container {
    background: transparent;
    border: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 20px;
}
.woocommerce-cart #pwgc-redeem-gift-card-form label {
    margin-bottom: 10px;
}

.woocommerce form.register button.show-password-input{
    float: inherit;
    border: none;
    margin-right: 0;
    background: none;
    color: #000000;
    border-radius: 0;
}
.fst_field_label .label{
    display:block;
    text-align:left;
}