
:root {  
  --gray: #919191;
  --gray-dark: #343a40;
  --primary: #00a1e0;
  --secondary: #6c757d;
  --success: #27ba4f;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #c00;
  --light: #f8f9fa;
  --dark: #343a40;
  --theme: #d4af37;
  --theme2: #6b4c7c;
  --font-family-style-1: "Lato", sans-serif;
  --font-family-style-2: 'Playfair Display', sans-serif;
  --font-family-style-2-Italic: 'Playfair Display Italic', sans-serif;
  --font-family-style: 'Roboto', sans-serif;
  --h6: 16px;  
  /* --s-show: initial;
  --s-hide: none; */
  --font-color: #fff;

}



@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Playfair Display Italic';
  src: url('../fonts/PlayfairDisplayItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}





body {
    padding: 0;
    margin: 0;
    font-family: var(--font-family-style);
    font-weight: 500;
    font-size: 16px;
    background: var(--bg-color);
}

html,
body {
    width: 100%;
}

a {
    text-decoration: none;
    color: #E77420;
    transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
}

a:hover {
    text-decoration: none !important;
    cursor: pointer;
    color: #000;
}

a:focus {
    text-decoration: none;
    transition: all 1s ease
}

:focus {
    outline: none !important
}

::-moz-selection {
    background-color: #000;
    color: #fff
}

::selection {
    background-color: #000;
    color: #fff
}

.other-services-bottum-text .section-title::selection,
.services-tabs ul.nav.nav-tabs li a.active .services-text h2::selection,
.hero-title::selection {
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}

img {
    max-width: 100%;
    height: auto
}

p {
    color: #717B89;
    /* font-family: 'Poppins'; */
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

p a {
    color: #E77420;
}

p strong {
    color: #000;
    font-weight: 600;
}

p a:hover {
    color: #3F5D8C;
}

ul,
ol,
ul li,
ol li {
    margin: 0;
    padding: 0;
}

ul li a,
ol li a {
    color: #E77420;
}

ul li a:hover,
ol li a:hover {
    color: #000;
}

figure,
address {
    margin: 0;
}

input,
textarea,
select,
button {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-style-2);
    font-style: normal;
    font-weight: 500;
    color: var(--bs-dark);
    margin-bottom: 15px;
    text-transform: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #E77420;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    color: #E77420;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #000;
}

h1 {
    font-size: 40px;
    line-height: normal;
}

h2 {
    font-size: 32px;
    line-height: normal;
}

h3 {
    font-size: 28px;
    line-height: normal;
}

h4 {
    font-size: 24px;
    line-height: normal;
}

h5 {
    font-size: 20px;
    line-height: normal;
}

h6 {
    font-size: 16px;
    line-height: normal;
}

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 15px;
    margin-top: 8px;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 15px;
    margin-top: 8px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 15px
}

.default-css ul {
    margin-bottom: 20px;
}

.default-css ol {
    padding-left: 18px;
}

.default-css ul li,
.default-css ol li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin: 0 0 6px;
}

.default-css ul li a,
.default-css ol li a {
    color: #E77420
}

.default-css ul li strong,
.default-css ol li strong {
    color: #E77420;
    font-weight: 600;
    font-family: 'Poppins';
}

.default-css ul li a:hover,
.default-css ol li a:hover {
    color: #3F5D8C
}

.default-css ul li {
    list-style: none !important;
    background: url(../images/list-arrow.png) no-repeat;
    background-position: 0 5px;
    padding-left: 26px;
    background-size: 19px;
}

.floating-icon {
    position: fixed;
    right: -117px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    transform: rotate(-90deg);
}

.floating-icon a {
    padding: 11px 23px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px 10px 0px 0px;
    background: #E77420;
}

.floating-icon a:hover {
    color: #fff;
    background: #000;
}







.top-header {
    border-bottom: 1px solid #efefef;
}



.top-left p {
    margin: 0;
    font-size: 14px;
}


.top-right .dropdown {
    display: inline-block;
}


.top-right {
    text-align: right;
}

.top-header .row {
    align-items: center;
}

.top-right .dropdown button {
    font-size: 14px;
    text-transform: capitalize;
    box-shadow: none !important;
    padding: 8px 10px;
}

.top-right .dropdown ul.dropdown-menu {
    border-radius: 0;
    border: 1px solid #efefef;
}

.top-right .dropdown ul.dropdown-menu a.dropdown-item {
    font-size: 12px;
}

.top-right .dropdown button img {
    margin-right: 4px;
}


.bottom-header {
    /* padding: 30px 0; */
}

.bottom-header .row {
    align-items: center;
}

.header-search input {
    padding: 14px 10px 14px 54px;
    border-radius: 50px;
    font-size: 12px;
    border: 0;
    width: 100%;
    z-index: 1;
    background: #f7f7f7 url(../images/search.png);
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: 20px;
}



.header-info {
    text-align: right;
    padding-left: 30px;
}

.header-info a {
    margin-left: 12px;
    position: relative;
    width: 21px;
    display: inline-block;
    text-align: center;
}

.header-info a span.count {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    background: #c29958;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
}

.header-search {
    margin-right: -30px;
}


.banner-absolute {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: none;
}

.hero-title {
    font-size: 56px;
    line-height: 70px;
    padding: 0 0 20px;
}

.hero-title span {
    display: block;
}

a.theme-btn {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #c29958;
    border-radius: 30px;
    padding: 10px 40px;
}

.hero-btn {
    margin: 30px 0 0;
}


.home-banner {
    position: relative;
    height: 750px;
}
.home-banner video {
    object-fit: cover;
}
.home-banner .carousel-item img {
    height: 750px;
    width: 100%;
    object-fit: cover;
}


section.home-banner .carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    margin: 5px;
    border: none !important;
    border-radius: 50%;
    background: #c29958;
    opacity: 1;
}

section.home-banner .carousel-indicators .active {
    background: #333;
    position: relative;
}

section.home-banner .carousel-indicators .active:before {
    content: '';
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border: 1px solid #c29958;
    border-radius: 50%;
}







.carousel-item .banner-caption {
    display: none;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease,
        -webkit-transform 2s ease;

}

.carousel-item.active .banner-caption {
    display: block;

}

.carousel-inner .carousel-item.active .hero-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.carousel-inner .carousel-item.active .banner-caption p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}


.carousel-inner .carousel-item.active .hero-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 45px;
    width: 45px;
    outline: black;
    background-color: #000;
    background-size: 24px;
    border-radius: 12px;
}


.textpolicy h4 {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    margin: 0 0 5px;
}

.textpolicy p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0;
}

section.policy-info-section {
    padding: 40px 0;
}

.policybox {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    /* border: 1px solid #c29958; */
    border-radius: 10px;
    padding: 9px 20px 15px 40px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
}


.policybox {
    border: 1px solid #c29958;
}

.iconpolicy {
    position: absolute;
    left: 10px;
    top: 10px;
}
/* 
section.policy-info-section .row {
    border-top: 1px solid #efefef;
    padding: 40px 0 0px;
} */




/* section.shopcategory .container {
    max-width: 1130px !important;
} */




.shopcategory-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 30px 26px 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
    overflow: hidden;
}
.shopcategory-box1{
    background-image: url(../images/shop-img1.jpg);
}
.shopcategory-box2{
    background-image: url(../images/shop-img2.jpg);
}
.shopcategory-box3{
    background-image: url(../images/shop-img3.jpg);
}
.shopcategory-box4{
    background-image: url(../images/shop-img4.jpg);
}
.shopcategory-box:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms ease-in;
    -o-transition: all 900ms ease-in;
    transition: all 900ms ease-in;
}

.shopcategory-box:before {
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 0.6;
}

.shopcategory-box:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms ease-in;
    -o-transition: all 900ms ease-in;
    transition: all 900ms ease-in;
}

.shopcategory-box:after {
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.6;
}


.shopcategory-box:after {
    background: #c29958;
}

.shopcategory-box:before {
    background: #c29958;
}






.shopcategory-box figure img {
    width: 100%;
}

/* .shopcategory-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    right: 0;
    text-align: center;
} */

.shopcategory-caption p {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}

.shopcategory-caption h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
    font-weight: 500;
}

.shopcategory-caption h3 span {
    display: block;
}


section.shopcategory .row .col-sm-6 {
    padding: 10px;
}

a.shop-btn {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    pointer-events: visible;
    letter-spacing: 0.05em;
    background: #c29958;
    padding: 4px 13px;
    border-radius: 15px;
}

a.shop-btn:hover {
    color: #c29958;
    border-color: #c29958;
}
a.shop-btn.shop_now{
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    pointer-events: visible;
    letter-spacing: 0.05em;
    background: #c29958;
    padding: 4px 13px;
    border-radius: 15px;
    position: relative;
    z-index: 9;
}

a.shop-btn.shop_now:hover{
    color: #fff;
    border-color: #c29958;
}

section.Products-section {
    padding: 50px 0 0;
}

.section-title {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #222;
    line-height: 45px;
}

.contactus .section-title::before{
  display: none;
}
.contactus .section-head .section-title {
    text-transform: capitalize;
    background: -webkit-gradient(linear, left top, right top, from(#c29958), color-stop(#000), to(#c29958));
    background: -webkit-linear-gradient(left, #c29958, #000, #c29958);
    background: -o-linear-gradient(left, #c29958, #000, #c29958);
    background: linear-gradient(90deg, #c29958, #000, #c29958);
    background-repeat: no-repeat;
    background-size: 90%;
    -webkit-animation: shine 3s linear infinite;
    animation: shine 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }


@-webkit-keyframes shine {
    0% {
      background-position: -500%;
    }
    100% {
      background-position: 100%;
    }
  }

.Producttabs div#nav-tab {
    justify-content: center;
}

.productimage {
    position: relative;
}

.owl-carousel .owl-stage {
    margin: 0 auto;
}

.productimage figure {
    margin: 0;
}
.productimage figure img {
    width: 100%;
    min-height: 340px;
    max-height: 340px;
    object-fit: contain;
    object-position: center;
    background: #f8f8f8;
}

.productoverly {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.productnotification {
    position: absolute;
    top: 20px;
    left: 20px;
}

.productnotification button {
    background-color: #333;
    color: white;
    border: none;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 40px;
    display: block;
    margin: 5px;
}


button.sale {

    background-color: #c29958;
}

button.new {
    background-color: #333;
}


.productinfo {
    top: 20px;
    right: 20px;
    position: absolute;
    display: none;
}

.productinfo a {
    background-color: #ffffff;
    height: 35px;
    width: 35px;
    display: block;
    margin: 4px;
    text-align: center;
    line-height: 35px;
    border-radius: 40px;
    box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
}


.productbottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}


/* 
.productbottom button {
    background-color: white;
    padding: 8px 20px;
    border-radius: 30px;
    box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
    color: black;
    font-size: 14px;
    border: 1px solid #c29958;
    color: #c29958;
} */

.productbottom button {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    padding: 0 10px;
    text-transform: uppercase;
    /* min-width: 100%; */
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    position: relative;
    /* border-radius: 0 !important; */
    border-radius: 20px;
    border: 0;
    margin: 0 auto;
    bottom: 10px;
    padding: 0px 25px;
  background-color: #fff;
  border-radius: 30px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
} 
.productbottom button:hover {
    color: #fff;
    background-color: #c29958;
  }

/* .Products-section .container {
    max-width: 1130px !important;
} */

.producttext {
    text-align: center;
    padding: 10px 0 0;
}
.producttext p.price {
    padding-bottom: 0px;
    margin: 0px 0 10px;
}
.productimage figure{
    width: 100%;
}
.logo img {
    width: auto;
    min-height: 60px;
    max-height: 60px;
}
.producttext h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.producttext h3 a{
    color:#222222;
    text-transform: capitalize;
}


  .productcard .producttext span:hover {
    color: var(--theme2);
  }
.productcard:hover .producttext h3 a{
    color:var(--theme2);
}
ul.social-icons .fa{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.social-icons li a:hover {
    border-color: var(--theme);
    background: var(--theme);
    color: #fff;
}

span.price-old {
    text-decoration: line-through;
    font-size: 14px;
}

span.price-new {
    color: var(--theme2);
    font-weight: 800;
    font-size: var(--h6);
}

.producttext>span {
    font-size: 14px;
    margin: 0 0 5px;
    display: block;
}

.tag-ul{padding: 0; display: flex; align-items: center;  margin-top: 10px;}
.tag-ul li{list-style: none; margin-right: 15px;}
.tag-ul li button{
    border-radius: 25px;
    border: 1px solid #e2e8f0;
    padding: 8px 16px;
    font-size: 15px;
    color: #475569;
    font-weight: 400;
    background: #fff;
    display: flex;
    align-items: center;
}
.tag-ul li button .circle-radio{
    width: 18px;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #fff;
}
.tag-ul li button.active{
    border: 1px solid #22A699;
    color: #22A699;
}
.tag-ul li button.active .circle-radio{
    border: 1px solid #22A699;
    background: #22A699;
    box-shadow: inset 0 0 0 2px #ffffff;
}
.productcard:hover .productbottom,
.productcard:hover .productinfo {
    display: block;
}

.productslider .item {
    padding: 10px;
}

.productcard{
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}
.productcard:hover{
    border: 1px solid #f1f1f1;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.productslider.owl-carousel .owl-nav span {
    display: none;
}


.productslider.owl-carousel .owl-nav button.owl-prev,
.productslider.owl-carousel .owl-nav button.owl-next {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
}

.productslider.owl-carousel .owl-nav button.owl-next {
    right: -40px;
    background-image: url(../images/next.png);
}

.productslider.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
    background-image: url(../images/back.png);
}




section.Products-section_item .productslider_item.owl-carousel .owl-nav {
    display: none;
}


.productcard_item h5 {
  color: var(--bs-white);
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: var(--theme2);
  padding: 7px 15px;
  border-radius: 0 6px 6px 0;
  transition: transform 0.3s ease;
}
.productcard_item:hover h5{
 padding-left: 20px;
 transition: transform 0.3s ease;
 
}
.productcard_item figure img {
    width: 100%;
    border-radius: 8px;
    min-height: 420px;
    object-fit: cover;
    max-height: 420px;
    object-position: center;
}

.productcard_item {
    padding: 0px;
    position: relative;
}

.producttestimonial {
    background-image: url(../images/testimonials-bg.webp);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: 100%;
    padding: 60px 0;
}

.productcard_item figure img {
    transition: transform .2s;
}

.productcard_item figure img:hover {
    opacity: 0.5;
}

.carousel-item p {
    top: 10px;
}

.carousel-item h5 {
    text-align: center;
}

.carousel-indicators img {
    max-width: 100px;

}

.producttestimonial h3 {
    text-align: center;
    font-weight: 600;

}

.producttestimonial p {
    text-align: center;
    color: #484646;
}


.tetimonialslider {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0 0;
}

.tetimonialslider .carousel-indicators {
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    padding: 0 0 30px;
}


.tetimonialslider .carousel-indicators button {
    width: 95px;
    height: 95px;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    text-indent: 0;
    margin: 0 8px;
    border: none;
    background: transparent;
}

.tetimonialslider .carousel-indicators button.active {
    transform: scale(1.2);
}

.tetimonialslider .carousel-indicators button img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    max-width: 85px;
    height: 85px;
    width: 85px;
    object-fit: cover;
}

.star {
    text-align: center;
    color: #c9c93d;
}


/* Blog section style */
.blog-title {
    font-size: 20px;
    line-height: 1.3;
    text-transform: capitalize;
  }
  .blog-title a {
    color: #222222;
    display: block;
  }
  .blog-title a:hover {
    color: var(--theme);
  }
.blog-text {
    padding: 15px;
}
.blog-meta {
    padding-bottom: 15px;
  }
  .blog-meta p {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #777;
    margin: 0px;
    padding: 0px;
  }
   .blog-meta p a {
    color: var(--theme2);
  }
.blog-text span {
    color: var(--theme2);
}



.blogslider.owl-carousel .owl-nav span {

    display: none;
}
.owl-carousel .owl-nav.disabled {
    display: none;
}


.blogslider.owl-carousel.owl-theme .item {
    padding: 15px;
}



.blogslider.owl-carousel .owl-nav button.owl-prev,
.blogslider.owl-carousel .owl-nav button.owl-next {

    background-color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;

}



.blogslider.owl-carousel .owl-nav button.owl-next {
    right: -40px;
    background-image: url(../images/next.png);
}

.blogslider.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
    background-image: url(../images/back.png);
}








.footer {
    background-color: #f7f7f7;
    padding: 50px 0 0px;
    /* position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
}
/* .footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #472000;
    opacity: .7;
} */
.footer .container{
    position: relative;
    z-index: 1;
}

.footerlinks ul li {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #717B89;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footerlinks ul li a {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #717B89;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: contents;
}

.footerlinks a:hover {
        color: #c29958;
        letter-spacing: 1.1px;
    }

.footerlogo p {

    display: flex;
    margin: 10px 2px 0px 0px;
    font-size: 14px;
    color: #302e2e;

}
.footer-about p{
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.footerlinks a:hover{
    color: #c29958;
}

.footerlinks ul li img {
    margin: 2px;
    padding-right: 5px;
}

.footertitle {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 19px;
    text-transform: capitalize;
}

.footer-icon li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-right: 10px;
    color: #777777;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #dedede;
}



.newsletter-input input {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    padding: 15px 0;
    color: #777777;
    padding-right: 130px;
    background-color: transparent;
    border-bottom: 1px solid #bcbcbc;
}



.newsletter-input button {

    background-color: transparent;

    font-size: 18px;

    font-weight: 700;

    color: #c29958;

    right: 10px;

    border: none;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);
}

.bottomfooter {
    padding: 40px 0 70px;
}

.text-right {
    text-align: right;
}

.bottomfooter .row {
    align-items: center;
}

.bottomfooter p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.footer-icon li {
    list-style: none;
    display: inline-block;
}

.copyright {
    text-align: center;
    padding: 20px 0;
    background: #fff;
    margin-top: 40px;
}

.copyright span {
    color: #c29958;
}

.footerlinks.c2 ul {
    column-count: 2;
}


.footerlogo {
    padding: 0 0 20px;
}
.footerlogo img {
    height: 90px;
    width: auto !important;
}

.newsletter-info h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
}

.copyright p {
    margin: 0;
    color: #555555;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
}

.newsletter-input {
    position: relative;
}


section.blogsection {
    padding: 70px 0;
}




section.featured {
    padding: 60px 0;
}


.featuredslider.owl-carousel .owl-nav span {

    display: none;
}



.featuredslider.owl-carousel.owl-theme .item .productcard {
    /* padding: 15px; */
        margin: 8px;
}



.featuredslider.owl-carousel .owl-nav button.owl-prev,
.featuredslider.owl-carousel .owl-nav button.owl-next {

    background-color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;

}



.featuredslider.owl-carousel .owl-nav button.owl-next {
    right: -40px;
    background-image: url(../images/next.png);
}

.featuredslider.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
    background-image: url(../images/back.png);
}


.featuremain {
    padding: 20px 0 0;
}








.brandslider.owl-carousel .owl-nav span {

    display: none;
}



.brandslider.owl-carousel.owl-theme .item .productcard {
    padding: 15px;
}



.brandslider.owl-carousel .owl-nav button.owl-prev,
.brandslider.owl-carousel .owl-nav button.owl-next {

    background-color: white;
    width: 40px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;

}



.brandslider.owl-carousel .owl-nav button.owl-next {
    right: -40px;
    background-image: url(../images/next.png);
}

.brandslider.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
    background-image: url(../images/back.png);
}


.brandmain {
    padding: 28px 0 28px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}



section.brandlogo {
    padding: 10px 0 50px;
}

.blogcard figure {
    overflow: hidden;
}
.blogcard{
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 10px #f1f1f1;
    margin-bottom: 30px;
}
.blogcard figure img {
width: 100%;
    transition: transform .2s;

    min-height: 300px;
    max-height: 320px;
    object-fit: cover;
}

.blogcard figure img:hover {
    transform: scale(1.1);
    opacity: 0.6;
}




/* about page */


.aboutbreadcrumb {
    background-color: #f5f5f5;
    padding: 0px !important;
    margin-top: 88px;
}


.aboutus {
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-heading {
    font-size: 48px;
    color: #d1d1d1;
    display: block;
    line-height: 60px;
    margin-bottom: 25px;
}


.about-subheading {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}



.aboutimage {
    padding-right: 30px;
}

.aboutimage img {
    width: 100%;
}

.aboutus .row {
    align-items: center;
}


.aboutus .container {
    width: 1240px;
}

.innerpage-header a::after {
    content: "/";
    padding: 0px 5px 0 8px;
    position: relative;
    top: 2px;
}

.innerpage-header a:last-child::after {
    display: none;
}



.chooseus .container {
    width: 100%;

}

.chooseus .container .row {
    margin-top: 26px;
}

.chooseheading {
    text-align: center;
    font-size: 36px;
    width: 99%;
}

section.chooseus {
    padding: 10px 0 70px;
}


.chooseheading h5 {
    font-weight: 300;
}

.chooseheading img {
    width: 35px;
    height: 35px;
}



.teamsocialicon ul li a {
    width: 35px;
    height: 35px;
    line-height: 32px;
    margin: 0 4px;
    color: #777777;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #dedede;
}

.teamsocialicon ul li a:hover {
    background-color: #c29958;

}

.teamsocialicon li {
    list-style: none;
    display: inline-block;
}


.teamsocialicon {
    text-align: center;
    background-color: white;
    padding: 10px 0 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}


.teamtitle {
    text-align: center;
    padding: 10px 0 0;
}


section.ourteam {
    padding: 40px 0 40px;
}

.ourteam .container {
    max-width: 1140px !important;
}


.teamsocialicon ul li a img {
    max-height: 18px;
    max-width: 20px;
}



.contactus iframe.map{
    width: 100%;
}
.contactdetail lable {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.6em;
}

.contactus {
    padding: 30px 0 30px;
}


.teamimage {
    position: relative;
}


.teamcard:hover .teamsocialicon {
    display: block;
}





  /* Demo backgrounds and styling*/
  
  .contact_box_bg {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
    height: 100%;
    padding: 30px;
  }


  .contact_box_bg ul li {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact_box_bg ul li a{
    color: #555555;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
  }
  @media only screen and (max-width: 479.98px) {
    .contact_box_bg ul li {
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
    }
  }
  .contact_box_bg ul li:last-child {
    border-bottom: none;
  }
  .contact_box_bg ul li i {
    font-size: 18px;
    padding-right: 10px;
  }


section.contactus .contact_box {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 24px 24px;
    --row-gap: 24px;
    --column-gap: 24px;
}
section.contactus .infobox{
    --display: flex;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
    --padding-top: 54px;
    --padding-bottom: 54px;
    --padding-left: 54px;
    --padding-right: 54px;
    padding: 30px;
}

.form-content {
    
}

.inputtextbox {
    width: 100%;
    border: none;
    padding: 10px 10px;
    border-bottom: 3px solid transparent;
    background-color: #f7f7f7;
    border-radius: 8px;


}

.contactinput{
    padding: 0  0 20px;
}

textarea.inputtextbox {
    height: 100px;
}
.contactbtn button{
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    background-color: #c29958;
    padding: 12px 25px;
    border: none;
}

.contactbtn button:hover{
    background-color: black;

}

.contacttitle {
    color: #222222;
    font-weight: 600;
    padding-bottom: 22px;
    font-size: 20px;
}

.contactinfo{
    line-height: 1;
    padding-bottom: 22px;
}

.contactinfo ul li{
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contactinfo ul li p{
    margin: 0;
}

.contactinfo ul li img{
    padding: 0 10px 0;
}
.contactus .container {
    max-width: 1140px !important;
}

section.map .container{
    padding: 45px 0 30px;
}


.contactworking{
    padding: 10px 0 0;
}


@media only screen and (max-width: 575.98px) {
    .contacttitle {
        font-size: 18px;
        padding-bottom: 8px;
    }

    .contactbtn {
        padding-bottom: 22px;
    }
}












.carttable table thead {
    background-color: #c29958;
}


.carttable table tr th{


    border-color: #c29958;
    border-bottom: 0 solid transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    text-align: center;

}


.carttable table tbody tr td {
    border-color: #ccc;
    text-align: center;
    padding: 10px 20px;
    vertical-align: middle;
    font-weight: 500;
    color: #222222;
    font-size: 13px;
}


.carttable table tbody tr td a {
    color: #222222;
}


.carttable table tr .pro-qty {
    width: 90px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    float: left;
}

.carttable table tr .pro-remove {
    width: 140px;
}


.cart-update .cart-cupon form input {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 11px 10px;
    outline: none;
    margin-right: 15px;
    width: 370px;
}









.Applybtn {
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    background-color: #c29958;
    padding: 12px 25px;
    border: none;
}


.cartupdatebtn a{
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    background-color: #c29958;
    padding: 12px 25px;
}



.cartdetail .container{
    padding: 50px 0 50px;
    max-width: 1140px !important;

}


.carttable table tr .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 38px;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #555555;
}


.carttable table tr .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}


.cart-update {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

td.Thumbnail img {
    max-width: 82px;
}

.cart-calculator h6 {
    padding: 20px 15px 18px;
    margin-bottom: 0;
}

.cart-calculator {
    margin-top: 30px;
    background-color: #f8f8f8;
}


.cart-calculator .cart-calculate-items table tr td {
    color: #222222;
    padding: 15px 20px;
    font-size: 10px;
}


.cart-calculator .cart-calculate-items .table {
    margin-bottom: 0;
}


 .Cheakout .ProceedCheckout {
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    background-color: #c29958;
    padding: 12px 25px;
    text-align: center;
}










td.pro-quantity button, .pro-quantity-struct button {
    background: #fff;
    border: none;
    font-size: 20px;
    line-height: 20px;
}

td.pro-quantity input, .pro-quantity-struct input {
    border: none;
    text-align: center;
    width: 40px;
}

.carttable table tbody tr td div {
    border: 1px solid #ccc;
    width: 110px;
    padding: 5px 1px;
    margin: 0 auto;
}







.comparedetail .container{
    padding: 40px 0 40px;
    max-width: 1140px !important;
}


.compare-thumbnail a img{
    max-width: 200px;
}

td.compare-thumbnail {
    text-align: center;
}


.table tbody tr td{
    text-align: center;
    padding: 25px;
}

/* login-Register */

.logingegisterdetail {
    background-color: #fff;

    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 23px 30px 30px;
}

.logininputbox input{
    color: #555555;
    border: 1px solid #ccc;
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    background: #f7f7f7;
}


.logincheckbox {
    min-height: auto;
    padding-left: 10px;
    padding-top: 15px;
}


.forgetpass {
    color: #c29958;
    font-size: 12px;
    float: right;
    margin-top: 0px;
}



.loginbtn button{
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    background-color: #c29958;
    padding: 10px 27px;
    border: none;
    margin-top: 13px;

}

.logininputbox {
    margin: 17px 0 0px;
}


section.loginregister .container{
    padding: 70px 0 70px;
    max-width: 1140px !important;
}




.leftdetail a {
    border: 1px solid #efefef;
    border-bottom: none;
    color: #222222;
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
}
.details img{
    max-width: 300px;
}
.product-name{
    font-weight: 400;
    font-size: 24px;
    color: #222222;
}
.rating-group {
    display: inline-flex;
  }

  .rating__icon {
    pointer-events: none;
  }

  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }

  .rating__input--none {
    display: none
  }

  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1rem;
  }

  .rating__icon--star {
    color: orange;
  }

  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }

  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }

  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
.fs-12{font-size: 12px !important;}
.fs-14{font-size: 14px !important;}
.fs-16{font-size: 16px !important;}
.text-secondary{color: #c29958 !important;}
.product-countdown{
    margin: 20px 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.single-countdown{
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #eaeaea;
}
.single-countdown__time {
    font-size: 16px;
    display: inline-block;
    color: #222222;
}
.single-countdown__text {
    font-size: 11px;
    display: block;
    color: #222222;
    line-height: 1;
    margin-top: 5px;
    text-transform: uppercase;
}
.availability i{
    color: #81ca33;
}
.availability span{
    color: #555555;
    font-size: 13px;
    font-weight: 500;
}
.option-title {
    line-height: 1;
    font-weight: 400;
    margin-right: 10px;
    text-transform: capitalize;
}
.pro-qty{
    width: 90px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    border-radius: 40px;
    float: left;
}
.pro-qty .qtybtn{
    width: 15px;
    display: block;
    float: left;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #555555;
}
.pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}
.btn-cart2 {
    height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 50px;
    padding: 0 25px;
    background-color: #c29958;
}
.pro-quantity-struct{
    width: 131px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sizeDropdn.form-select{border: 1px solid #ddd; border-radius: 40px; width: 130px;}
.color-categories li {
    display: inline-block;
    padding: 1px;
    border-radius: 50%;
    border: 1px solid #efefef;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.color-categories li a {
    height: 12px;
    width: 12px;
    display: block;
    border-radius: 50%;
}
.c-lightblue {
    background-color: #b0c4de;
}
.c-darktan {
    background-color: #aa9e78;
}
.c-grey {
    background-color: #808080;
}
.c-brown {
    background-color: #964B00;
}
.color-categories li:hover {
    border-color: #c29958;
}
.useful-links a {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    margin-right: 20px;
}
.useful-links a i{
    font-size: 20px;
    padding-right: 5px;
    vertical-align: middle;
}
.like-icon a{
    color: #fff;
    text-align: center;
    display: flex;
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px;
    margin-right: 6px;
    border-radius: 3px;
    align-items: center;
    width: auto;
}
.like-icon a.facebook {
    background-color: #3B5999;
}
.like-icon a.twitter {
    background-color: #1DA1F2;
}
.like-icon a.pinterest {
    background-color: #CB2028;
}
.like-icon a.google {
    background-color: #fe6d4c;
}
.like-icon a span img{
    width: 11px;
    height: auto;
}
.nav-des-tabs .nav-tabs .nav-link{
    background: #c29958;
    border: 1px solid #c29958;
    color: #ffffff;
    border-radius: 0;
    font-size: 15px;
    background: #ffffff;
    color: #000000;
}

.nav-des-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #ffffff;
    color: #000000;
    background: #c29958;
    border: 0px solid #c29958;
    color: #ffffff;
    border-radius: 0;
}
.nav-des-tabs .table tbody tr td{
    padding: 9px 15px;
}
.col_gap{
    gap: 20px 0;
}
.Producttabs .nav-tabs .nav-link{
    border: 0px solid #c29958;
    border-radius: 8px;
    margin: 5px;
    background: #f5f0ed;
}
.Producttabs .nav-tabs .nav-item.show .nav-link, .Producttabs .nav-tabs .nav-link.active{
    background: #c29958;
    color: #fff;
}
.no-content-acc.accordion-button::after{display: none;}
.no-content-acc.accordion-button:not(.collapsed){
    color: #222222 !important;
    background-color: #ffffff;
}
.category-accordian-list .accordion-button{
    color: #222222;
    padding: 9px 0;
    font-size: 14px;
    box-shadow: none;
    border: none;
}
.category-accordian-list .accordion-item{border: none;}
.category-accordian-list .accordion-button:not(.collapsed){background-color: #ffffff; color: #c29958;}
.category-accordian-list .accordion-button::after{
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
}
.category-accordian-list .accordion-body{
    padding: 0 0 12px 12px;
}
.category-accordian-list .accordion-body ul li a{
    font-size: 14px;
    color: #999999;
}
.category-accordian-list .accordion-body ul li.active a, .category-accordian-list .accordion-body ul li:hover a{
    color: #c29958;
}
.gird-list-section .card {
    margin-bottom: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    height: 100%;
    align-items: center;
}
.gird-container.list-view .card {height: auto;}
.gird-list-section  .list-view .row > [class*='col-'] {
    max-width: 100%;
    flex: 0 0 100%;
}
.list-view .card {
    flex-direction: row;
}
/* .list-view .card-img-top {
    width: 150px;
    height: auto;
} */
.list-view .card-body {
    display: inline-block;
}
.active-grid-list button{color: #999999; box-shadow: none; font-size: 23px;}
.btn-check:focus+.btn, .btn:focus{box-shadow: none;}
.active-grid-list .btn:hover{color: #c29958;}
.card-img{width: 100%; height: 250px; overflow: hidden;}

.category-accordian-list .card-img{
    width: 100%; 
    height: 350px; 
    overflow: hidden;
}
.card-img-box .card-img img {
    width: 100%;
    height: 350px;
    overflow: hidden;
    object-fit: contain;
    background: #f8f8f8;
}

.card-img-box {
    width: 100%;
}

.grid-container.list-view .card-img{width: 250px; height: 250px; min-width: 250px;}
.card-img img{object-fit: scale-down;}
.card-img-box:hover .customBtnlist{display: flex;}
.card-img-box:hover .postnAddCart{display: block;}
.customBtnlist{
    background: #c29958;
    color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
    display: none;
}

.customBtnlist.productList {
    background: #ffffff;
    color: #c29958;
    padding: 0px;
}
.customBtnlist.productList img{
    width: 20px;
    border-radius: 0 !important;
}




.postnwishlist{
    top: 15px;
    right: 15px;
}
.postnrefresh{
    top: 62px;
    right: 15px;
}
.postnsearch{
    top: 108px;
    right: 15px;
}
.postnAddCart{
    bottom: 15px;
    left: 0;
    right: 0;
    width: 113px;
    background: #FFF;
    color: #000 !important;
    position: absolute;
    padding: 0px 25px;
    margin: 0 auto;
    display: none;
    font-size: 14px;
    line-height: 38px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 38px;
  text-transform: capitalize;
  -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
} 
.postnAddCart:hover {
    color: #fff !important;
    background-color: #c29958;
  }

.grid-container .card-body{text-align: center;}
.grid-container.list-view .card-body{text-align: left;}
.cb-description{display: none;}
.grid-container.list-view .cb-description{display: block;}
.postnSale{
    top: 15px;
    left: 15px;
    width: 65px;
    font-size: 11px;
    background: #c29958;
    position: absolute;
    padding: 4px 4px;
}
.wsp{white-space: pre;}
.gird-list-section .form-select{font-size: 14px; max-width: 250px;}
/* ------range slider-------- */
.filter-price {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
  }

  .price-title {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
  }

  .price-field {
    position: relative;
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    background: rgba(248, 247, 244, 0.2);
    border-radius: 3px;
  }

  .price-field input[type=range] {
      position: absolute;
  }

  /* Reset style for input range */

  .price-field input[type=range] {
    width: 100%;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    -webkit-appearance: none;
  }

  .price-field input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
  }

  .price-field input[type=range]:active,
  .price-field input[type=range]:focus {
    outline: 0;
  }

  .price-field input[type=range]::-ms-track {
    width: 188px;
    height: 2px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border-radius: 5px;
    pointer-events: none;
    background: transparent;
    border-color: transparent;
    color: transparent;
    border-radius: 5px;
  }

  /* Style toddler input range */

  .price-field input[type=range]::-webkit-slider-thumb {
    /* WebKit/Blink */
      position: relative;
      -webkit-appearance: none;
      margin: 0;
      border: 0;
      outline: 0;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      margin-top: -4px;
      background-color: #c29958;
      cursor: pointer;
      cursor: pointer;
      pointer-events: all;
      z-index: 100;
  }

  .price-field input[type=range]::-moz-range-thumb {
    /* Firefox */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #c29958;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }

  .price-field input[type=range]::-ms-thumb  {
    /* IE */
    position: relative;
    appearance: none;
    margin: 0;
    border: 0;
    outline: 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: -5px;
    background-color: #c29958;
    cursor: pointer;
    cursor: pointer;
    pointer-events: all;
    z-index: 100;
  }

  /* Style track input range */

  .price-field input[type=range]::-webkit-slider-runnable-track {
    /* WebKit/Blink */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #c29958;
    border-radius: 5px;
  }

  .price-field input[type=range]::-moz-range-track {
    /* Firefox */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #c29958;
    border-radius: 5px;
  }

  .price-field input[type=range]::-ms-track {
    /* IE */
    width: 188px;
    height: 2px;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
  }

  /* Style for input value block */

  .price-wrap {
    display: flex;
    align-items: center;
    color: #222222;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 7px;
  }

  .price-wrap-1,
  .price-wrap-2 {
    display: flex;
    align-items: center;
  }

  .price-title {
    margin-right: 5px;
    background: #d58e32;
    padding: 6px 12px;
    color: #fff;
    border-radius: 25px;
  }

  .price-wrap_line {
    margin: 0 10px;
  }

  .price-wrap #one,
  .price-wrap #two {
    width: 30px;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    background:  0;
    border: 0;
    outline: 0;
    color: #222222;
    font-family: 'Karla', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
  }

  .price-wrap label {
    text-align: right;
  }

  /* Style for active state input */

  .price-field input[type=range]:hover::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
  }

  .price-field input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 0.5px #fff;
    transition-duration: 0.3s;
  }
  .slick-slider{
    border: 1px solid #e1cece;
  }
  .abutusBoxImg{
    width: 70px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.accordion-aboutUs .accordion-button:not(.collapsed){
    color: #fff;
    background-color: #c29958;
    box-shadow: none;
}
.accordion-aboutUs .accordion-button:not(.collapsed)::after{
    background-image: url(../images/down-chevron.png);
    width: 1.8rem;
    height: 1.8rem;
    background-size: 1.8rem;
}
.accordion-aboutUs .accordion-body{font-size: 14px; color: #00000080;}
.abouttestimonial .producttestimonial{background-image: none !important; padding: 0;}
.radioInputbtn{
    border: 1px solid #e1cece;
    background: #fff;
    border-radius: 12px;
    padding: 8px 8px 8px 16px !important;
    display: flex;
    align-items: center;
}
.radioInputbtn.active {
    border-color: #007bff;
    background: #fff;
}
.radioInputbtn span i{color: #BDC2C7;}
.radioInputbtn .radioView {
    width: 15px;
    height: 15px;
    min-width: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e1cece;
    margin-right: 7px;
}
.radioInputbtn.active .radioView {
    background: #007bff;
    border: 1px solid #007bff;
    box-shadow: inset 0 0 0 2px #fff;
}
.radioInputbtn.active span i {color: #007bff;}
.checkout .form-control{
    padding: 10px 12px;
    font-size: 14px;
}
.checkout .form-control::placeholder{font-size: 14px;}
.checkout .form-label{
    font-size: 14px;
}
.checkout .form-select{
    padding: 10px 12px;
    font-size: 14px;
}
.cart-right-section .cart-right-section-d{
  max-height: 315px;
}
.reviewBoxImg{
    width: 90px;
    height: 90px;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.soft-btn{
  color: rgb(255, 255, 255);
    background: rgb(194, 153, 88);
    padding: 8px;
    margin-right: 10px;
    border: 0px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.soft-btn-1{
  color:  rgb(194, 153, 88);
    border-color: rgb(194, 153, 88);
}
.soft-btn:hover,
 .btn.soft-btn-1:hover{
  color: #fff !important;
  background-color: #af833d;
  border-color: #af833d;
}
.cart-product-r{
  min-width: 150px;
  padding-left: 10px;
}
.cart-product-r p{
  padding: 0px;
  margin: 0px;
}
.cart-product-div .cart-product-r h5{
  margin: 0px;
}
.address-div{
  padding: 0 15px;
  box-shadow: 0px 2px 10px #f1f1f1 !important;
    margin: 10px;
    border-radius: 8px;
}
.address-div .card-body{
  padding: 10px;
}
.address-div .heading{
  width: 100%;
}
.address-div .head-add-btn{
  width: 50%;
  text-align: right;
}
.address-div .head-add-btn .soft-btn{
  min-width: 164px;

}
.address_wind {
  border-bottom: 1px solid #eee;
  padding: 0 10px 10px 0;
  margin-bottom: 10px;
}
.address_wind .form-check{
  width: 100%;
}
.cart-product-div {
  padding: 10px 20px;
  box-shadow: 0px 2px 10px #f1f1f1;
  margin: 10px;
  border-radius: 8px;
}
.cart-product-div .cart-p-content{
  margin: 0 10px 10px !important;
    border-bottom: 1px solid #eee;
    padding: 0 0px 10px;
}
.address-div .form-check-input:checked {
  background-color: #af833d;
  border-color: #af833d;
}
.add-btn-r{
  display: flex;
}
.info_btn{
  padding: 0px;
  margin: 0 5px;
    border: 0;
    background: none;
    text-align: center;
}
.info_btn i {
  /* position: absolute; */
  right: 16px;
  top: 5px;
  color: #6e6e6e;
  font-size: 16px;
}
.info_btn:hover i{
  color: #af833d;
}
.cart-product-div h5 {
  margin-left: 10px;
}
.address-div .address-box{
  max-height: 261px;
    overflow-y: scroll;
}
.productcard:hover{transition: all 1s;}
.reviewBoxImg img{object-fit: scale-down;}
.loader {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background: #c29958;
  }
  .loader .auto-center {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .loader .bounce-conteneur {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    position: fixed;
    top: 50%;
  }
  .loader .bounce-conteneur .bounce {
    display: inline-block;
    height: 13px;
    width: 13px;
    background: #FFF;
    border-radius: 100%;
    margin: 2px;
  }
  .loader .bounce-conteneur .bounce-left {
    animation: left 1.5s ease infinite;
  }
  .loader .bounce-conteneur .bounce-center {
    animation: center 1.5s ease infinite;
  }
  .loader .bounce-conteneur .bounce-right {
    animation: right 1.5s ease infinite;
  }

  @keyframes left {
    0%,
    50%,
    75%,
    100% {
      transform: scale(1);
    }
    25% {
      transform: scale(1.5);
    }
  }
  @keyframes center {
    0%,
    25%,
    75%,
    100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  }
  @keyframes right {
    0%,
    25%,
    50%,
    100% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.5);
    }
  }
  @-webkit-keyframes left {
    0%,
    50%,
    75%,
    100% {
      transform: scale(1);
    }
    25% {
      transform: scale(1.5);
    }
  }
  @-webkit-keyframes center {
    0%,
    25%,
    75%,
    100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
  }
  @-webkit-keyframes right {
    0%,
    25%,
    50%,
    100% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.5);
    }
  }
  
@media (min-width:1200px) {
    .sticky.is-sticky {
        padding: 0px 85px;
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1180px !important;
    }
}

@media (min-width:1300px) {
    .container {
        max-width: 1270px !important;
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1366px !important;
    }
}

@media (min-width:1500px) {
    .container {
        max-width: 1440px !important;
    }
}

@media (min-width:1600px) {
    .container {
        max-width: 1530px !important;
    }
}

@media (min-width:1700px) {
    .container {
        max-width: 1570px !important;
    }
}

@media (max-width:767px){
    .carousel-indicators{
      margin-bottom: 10px;
    }
    .carousel-item .banner-caption{
        text-align: center;
    }
    section.policy-info-section{
      padding: 20px 0 0 0;
    }
    
    .hero-title p{
        color: #000;
    }
    .productslider.owl-carousel .owl-nav button.owl-prev, .featuredslider.owl-carousel .owl-nav button.owl-prev, .blogslider.owl-carousel .owl-nav button.owl-prev, .brandslider.owl-carousel .owl-nav button.owl-prev{
        left: 40px;
    }
    .productslider.owl-carousel .owl-nav button.owl-next, .featuredslider.owl-carousel .owl-nav button.owl-next, .blogslider.owl-carousel .owl-nav button.owl-next, .brandslider.owl-carousel .owl-nav button.owl-next{
        right: 40px;
    }
    .producttestimonial{ 
        padding: 50px 0;
        background: #eee;
    }
    section.featured, section.blogsection {
        padding: 40px 0;
        
    }
    .blog-title{font-size: 16px;}
    .brandmain{padding: 0;}
    .productslider.owl-carousel .owl-nav button.owl-prev,
    .productslider.owl-carousel .owl-nav button.owl-next,
    .featuredslider.owl-carousel .owl-nav button.owl-prev,
    .featuredslider.owl-carousel .owl-nav button.owl-next,
    .brandslider.owl-carousel .owl-nav button.owl-prev,
    .brandslider.owl-carousel .owl-nav button.owl-next,
    .blogslider.owl-carousel .owl-nav button.owl-prev,
    .blogslider.owl-carousel .owl-nav button.owl-next{
        background-color: #1a181840;
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }
    .productnotification{left: 34px;}
    .featuredslider.owl-carousel.owl-theme .item .productcard{text-align: center;}
}
.wishlist-icon img {
    filter: grayscale(100%); /* Default Gray */
    transition: filter 0.3s ease-in-out;
}

.wishlist-icon.active img {
    filter: invert(21%) sepia(100%) saturate(5000%) hue-rotate(360deg) brightness(90%) contrast(105%);
}


.carousel-control-next, .carousel-control-prev{
    display: none;
}



/*------ service policy start ------*/
.policy-block {
    border-bottom: 1px solid #efefef;
  }
  
  .policy-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-radius: 6px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
  .policy-content {
    padding-left: 45px;
}
  .policy-item:hover{
    border: 1px solid #c29958;
  }
  @media only screen and (max-width: 767.98px) {
    .policy-item {
      margin-bottom: -6px;
    }
  }
  @media only screen and (max-width: 575.98px) {
    .policy-item {
      display: block;
      text-align: center;
    }
  }
  .policy-icon {
    font-size: 30px;
    line-height: 1;
    color: #c29958;
    padding-right: 0;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 20px 20px 15px;
    background: #f6f1eb;
    border-radius: 0 0px 100% 0;
}
  
  .policy-content h6 {
    padding: 0px;
    margin: 0px;
  }
  .policy-content p {
    color: #777;
    padding-top: 5px;
    font-size: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .pe-7s-help2:before {
    content: "\e649";
}
.pe-7s-back:before {
    content: "\e67a";
}
.pe-7s-credit:before {
    content: "\e664";
}
.section-title .title {
    text-transform: capitalize;
    background: -webkit-gradient(linear, left top, right top, from(#c29958), color-stop(#000), to(#c29958));
    background: -webkit-linear-gradient(left, #c29958, #000, #c29958);
    background: -o-linear-gradient(left, #c29958, #000, #c29958);
    background: linear-gradient(90deg, #c29958, #000, #c29958);
    background-repeat: no-repeat;
    background-size: 90%;
    -webkit-animation: shine 3s linear infinite;
            animation: shine 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
  section.featured,
  section.Products-section,
  .producttestimonial,
  section.blogsection {
    padding: 50px 0;
} 


@media (max-width:767px){
    .pe{
        font-size: 20px !important;
    }
    .header-configure-area ul li a {
        font-size: 20px;
    }
    .mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
        margin-left: 15px;
        padding: 8px 4px;
        border: 1px solid #efefef;
        border-radius: 6px;
    }
  }

  .contact-block li {
    font-size: 14px;
    margin-bottom: 8px;
}
.contact-block li i {
    font-size: 18px !important;
    padding-right: 5px;
    vertical-align: middle;
}



/* Product Details */

.stars {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
}

.star {
    font-size: 30px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.3s ease;
}

.rating-input {
    display: none;
}

.rating-input:checked~.star {
    color: gold;
}

.star:hover,
.star:hover~.star {
    color: #ffcc00;
}


.reviews-container::-webkit-scrollbar {
    width: 8px;
}

.reviews-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 8px;
}

.reviews-container::-webkit-scrollbar-thumb:hover {
    background-color: #7e1f1f;
}

/*----- breadcrumb style css start -----*/
.breadcrumb-area {
    background-color: #f5f5f5;
  }
  
  .breadcrumb-wrap {
    padding: 24px 0;
    text-align: center;
  }
  .breadcrumb-wrap .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .breadcrumb-wrap .breadcrumb i{
    font-size: 18px !important;
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover {
    color: #c29958;
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
    color: #7e7e7e;
    content: "/";
    font-size: 12px;
    margin: 3px 5px 0 0;
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-item:first-child::before {
    display: none;
  }
  .breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
    color: #c29958;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
  }
  
  /*----- breadcrumb style css end -----*/

  .product-details-inner .slick-slider {
    border: 0px solid #e1cece;
}

.product-review-info .tab-content.reviews-tab {
    border: 1px solid #efefef;
    padding: 15px 20px 20px;
}
.reviews-tab {
    border: 1px solid #efefef;
    padding: 15px 20px 20px;
}
.productinfo a.active img {
    width: 20px;
}

.productinfo a img {
  width: 20px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    section.policy-info-section {
        padding: 40px 0 20px;
    }
  }
 
  
  @media only screen and (max-width: 992px) {
    .policy-item.h-100 {       
        margin-bottom: 0px;
    }
    section.policy-info-section .col-sm-6{
        margin-bottom: 15px;
    }
  }

@media (max-width:950px){
    .testimonialcontent {
        background: #ffffffcc;
        padding: 20px;
        border-radius: 20px;
    }
    .hero-title {
        font-size: 38px;
        line-height: 48px;
        padding-bottom: 0;
    }
}

@media (max-width:767px){
    .testimonialcontent {
        background: #ffffffcc;
        padding: 20px;
        border-radius: 20px;
    }
    .featuredslider .owl-dots.disabled{
        display: block;
    }
    .blogsection .owl-dots,
    .productslider_item .owl-dots,
    .featuredslider .owl-dots,
    .productslider .owl-dots{
        text-align: center;
    }
    .blogsection button.owl-dot,
    .productslider_item button.owl-dot,
    .featuredslider button.owl-dot,
    .productslider button.owl-dot{
        background: #000;
        color: inherit;
        border: none;
        padding: 2px 10px !important;
        font: inherit;
        margin: 1px;
        border-radius: 0;
    }
    .blogsection button.owl-dot.active,
    .productslider_item button.owl-dot.active,
    .featuredslider button.owl-dot.active,
    .productslider button.owl-dot.active{
        background: #dfb024;
    }
    .blogcard {
        -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, .08);
        box-shadow: 0 0 17px rgba(0, 0, 0, .08);
        margin-bottom: 20px;
    }
    .blogcard .blog-text {
        padding: 12px 15px;
    }
    .productbottom, .productinfo{
        display: inherit;
    }

    .hero-title {
        font-size: 22px;
        line-height: 25px;
        text-align: left;
        padding-top: 40px;
    }
}
@media (max-width:578px){
    .productcard_item h5 {
        font-size: 16px;
    }
    .productcard_item .item_itemslider {
        width: 120px;
        height: 120px;
        border-radius: 100px;
    }
    .productcard_item figure img {
        min-height: 120px;
        max-height: 120px;
    }

    .shopcategory-box{
        background-position: center;
        padding: 0px;
    }
    .shopcategory-caption {
        padding: 10px;
        background: #ffffffb8;
        border-radius: 0 8px 8px 0;
        min-width: 150px;
        max-width: 150px;
    }
    .shopcategory-caption h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .carousel-item .banner-caption {
        text-align: center;
        background: #ffffffa6;
        padding: 10px;
    }
    .bottomfooter {
        padding: 40px;
    }
    img#wishlist-icon-395-featured {
        display: inline;
        height: 18px;
    }
    img#wishlist-icon-382-featured {
        display: inline;
        height: 18px;
    }
}
@media (max-width:460px){
    
}

.productview-wl{
    width: 19px;
}


.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
img {
    max-width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

/*------- blog item start -------*/
.blog-sidebar-wrapper {
    background: #f5f5f5;
    padding: 30px;
}

.blog-post-item:hover .blog-thumb img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0.7;
  }
  .blog-thumb {
    overflow: hidden;
  }
  .blog-thumb img {
    width: 100%;
  }
  .blog-content {
    padding-top: 15px;
  }
  .blog-title {
    line-height: 1.3;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blog-title a {
    color: #222222;
    display: block;
  }
  .blog-title a:hover {
    color: #c29958;
  }
  .blog-meta {
    padding-bottom: 15px;
  }
  .blog-meta p {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #777;
  }
  .blog-meta p a {
    color: #c29958;
  }
  
  /*------- blog item end -------*/
  /*------ blog list item start ------*/
  .blog-list-inner .blog-post-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  @media only screen and (max-width: 767.98px) {
    .blog-list-inner .blog-post-item {
      display: block;
    }
  }
  .blog-list-inner .blog-post-item .blog-thumb {
    width: 40%;
  }
  @media only screen and (max-width: 767.98px) {
    .blog-list-inner .blog-post-item .blog-thumb {
      width: 100%;
    }
  }
  .blog-list-inner .blog-post-item .blog-content {
    padding-top: 0;
    padding-left: 20px;
    width: 60%;
  }
  @media only screen and (max-width: 767.98px) {
    .blog-list-inner .blog-post-item .blog-content {
      width: 100%;
      padding-left: 0;
      padding-top: 30px;
    }
  }
  .blog-list-inner .blog-post-item .blog-content .blog-title {
    margin-top: -5px;
  }
  .blog-list-inner .blog-post-item .blog-content .blog-meta {
    padding-top: 15px;
  }
  .blog-list-inner .blog-post-item .blog-content .blog-read-more {
    color: #222222;
    display: inline-block;
    margin-top: 10px;
  }
  .blog-list-inner .blog-post-item .blog-content .blog-read-more:hover {
    color: #c29958;
    text-decoration: underline;
  }
  
  /*------ blog list item end ------*/
  /*----- blog sidebar start -------*/
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-sidebar-wrapper {
      margin-bottom: -5px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-sidebar-wrapper {
      margin-top: 77px;
      margin-bottom: -5px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .blog-sidebar-wrapper {
      margin-top: 60px;
      margin-bottom: -5px;
    }
  }
  .blog-sidebar-wrapper .blog-sidebar:last-child {
    margin-bottom: 0;
  }
  
  .blog-sidebar {
    margin-bottom: 30px;
  }
  .blog-sidebar .title {
    line-height: 1;
    margin-top: -2px;
    margin-bottom: 40px;
    position: relative;
    text-transform: capitalize;
  }
  .blog-sidebar .title:before {
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    background-color: #efefef;
    content: "";
    position: absolute;
  }
  .blog-sidebar .search-field {
    width: calc(100% - 50px);
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #555555;
    font-size: 14px;
    height: 50px;
    float: left;
    text-transform: capitalize;
  }
  .blog-sidebar .search-btn {
    width: 50px;
    height: 50px;
    margin-left: -4px;
    text-align: center;
    cursor: pointer;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .blog-sidebar .search-btn i {
    font-size: 20px;
    line-height: 50px;
    color: #222222;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .blog-sidebar .search-btn:hover {
    background-color: #c29958;
    border-color: #c29958;
  }
  .blog-sidebar .search-btn:hover i {
    color: #fff;
  }
  .blog-sidebar .blog-archive {
    margin-top: -10px;
  }
  .blog-sidebar .blog-archive li a {
    color: #555555;
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    padding: 13px 0;
    display: inline-block;
  }
  .blog-sidebar .blog-archive li a:hover {
    color: #c29958;
  }
  .blog-sidebar .blog-archive li:last-child a {
    padding-bottom: 0;
  }
  .blog-sidebar .blog-archive li:first-child a {
    padding-top: 0;
  }
  .blog-sidebar .blog-tags li {
    display: inline-block;
    margin-bottom: 5px;
  }
  .blog-sidebar .blog-tags li a {
    color: #222222;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 6px 15px 4px;
    display: inline-block;
    text-transform: capitalize;
  }
  .blog-sidebar .blog-tags li a:hover {
    color: #fff;
    background-color: #c29958;
    border-color: #c29958;
  }
  
  .blog-category {
    margin-top: -10px;
  }
  
  .recent-post .recent-post-item:last-child {
    margin-bottom: 0;
  }
  
.recent-post-item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.recent-post-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
  .recent-post-item .product-thumb {
    max-width: 70px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 70px;
        -ms-flex: 1 0 70px;
            flex: 1 0 70px;
  }
  .recent-post-item .recent-post-description {
    padding-left: 10px;
  }
  .recent-post-item .recent-post-description h6 {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-transform: capitalize;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .recent-post-item .recent-post-description h6 {
      font-size: 13px;
      padding-bottom: 5px;
    }
  }
  .recent-post-item .recent-post-description h6 a {
    color: #222222;
  }
  .recent-post-item .recent-post-description h6 a:hover {
    color: #c29958;
  }
  .recent-post-item .recent-post-description p {
    text-transform: capitalize;
    font-size: 14px;
    margin: 0px;
  }
  
  /*----- blog sidebar end -------*/
  .entry-summary {
    padding-top: 25px;
  }
  
  blockquote {
    border-left: 5px solid #c29958;
    margin: 25px 32px 25px 30px;
    background-color: #f8f8f8;
    padding: 15px;
  }
  
  .blog-details-post .blog-content .blog-title {
    padding-top: 10px;
    display: block;
  }
  @media only screen and (max-width: 767.98px) {
    .blog-details-post .blog-content .blog-title {
      font-size: 20px;
    }
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
  }
  @media only screen and (max-width: 479.98px) {
    .blog-details-post .blog-content .blog-title {
      font-size: 18px;
    }
  }
  .blog-details-post .blog-content .blog-meta {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .blog-details-post:hover .blog-thumb img {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  
  /*------- blog main content wrapper start --------*/
  .blog-post-item .tag-line {
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .blog-post-item .tag-line h6 {
    font-size: 14px;
    display: inline-block;
    padding-right: 5px;
  }
  .blog-post-item .tag-line a {
    font-size: 13px;
    color: #222222;
  }
  .blog-post-item .tag-line a:hover {
    color: #c29958;
  }
  
  .blog-share-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
    .blog-share-link {
      padding-top: 15px;
    }
  }
  .blog-share-link h6 {
    font-size: 14px;
    padding-right: 15px;
  }
  .blog-share-link .blog-social-icon a {
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
  }
  .blog-share-link .blog-social-icon a.facebook {
    background-color: #3B5999;
  }
  .blog-share-link .blog-social-icon a.twitter {
    background-color: #1DA1F2;
  }
  .blog-share-link .blog-social-icon a.pinterest {
    background-color: #CB2028;
  }
  .blog-share-link .blog-social-icon a.google {
    background-color: #fe6d4c;
  }
  .blog-share-link .blog-social-icon a:hover.facebook {
    background-color: #2d4474;
  }
  .blog-share-link .blog-social-icon a:hover.twitter {
    background-color: #0c85d0;
  }
  .blog-share-link .blog-social-icon a:hover.pinterest {
    background-color: #9f191f;
  }
  .blog-share-link .blog-social-icon a:hover.google {
    background-color: #fe4419;
  }
  @media only screen and (max-width: 479.98px) {
    .blog-share-link .blog-social-icon a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 13px;
      margin-right: 0;
    }
  }
  
  /*--- blog main content wrapper end ---*/

  /*------ pagination area style start ------*/
.paginatoin-area {
    margin-top: 30px;
    padding: 0px;
    border: 0px solid #efefef;
  }
  .paginatoin-area .pagination-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .paginatoin-area .pagination-box li {
    margin-right: 5px;
    display: inline-block;
  }
  .paginatoin-area .pagination-box li:last-child {
    margin-right: 0;
  }
  .paginatoin-area .pagination-box li a {
    color: #222222;
    height: 36px;
    width: 36px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    background-color: #f5f5f5;
    border-radius: 50%;
  }
  .paginatoin-area .pagination-box li a i {
    font-size: 30px;
    line-height: 36px;
  }
  .paginatoin-area .pagination-box li a:hover {
    color: #fff;
    border-color: #c29958;
    background-color: #c29958;
  }
  .paginatoin-area .pagination-box li.active a {
    color: #fff;
    background-color: #c29958;
  }
  
  /*------ pagination area style end ------*/
  .pe-7s-angle-left:before {
    content: "\e686";
}
.pe-7s-angle-right:before {
    content: "\e684";
}



/*------- about us area start -------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-thumb {
      text-align: center;
    }
  }
  @media only screen and (max-width: 767.98px) {

    .about-thumb {
      text-align: center;
    }
    .about-thumb img {
      width: 100%;
    }
  }
  .about-title {
    font-size: 48px;
    color: #d1d1d1;
    display: block;
    line-height: 1.1;
    margin-bottom: 38px;
  }
  @media only screen and (max-width: 767.98px) {
    .about-title {
      font-size: 26px;
      color: #222222;
      margin-bottom: 25px;
    }
  }
  .about-sub-title {
    line-height: 1.5;
    padding-bottom: 20px;
    margin: 0px;
    font-size: 18px;
  }
  @media only screen and (max-width: 767.98px) {
    .about-sub-title {
      font-size: 16px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767.98px) {
    .about-content {
      text-align: center;
      padding: 52px 30px 0;
      margin-bottom: -6px;
    }
  }
  @media only screen and (max-width: 479.98px) {
    .about-content {
      padding: 52px 0 0 0;
    }
  }
  .about-content p {
    font-size: 15px;
    line-height: 1.8;
    padding-bottom: 12px;
  }
  .about-content p:last-child {
    padding-bottom: 0;
  }
  
  /*------- about us area end -------*/
  /*-------- choosing area start --------*/
.choosing-area {
    margin-bottom: -4px;
  }
.choosing-area .section-title {
    margin-top: -7px;
    margin-bottom: 37px;
}
.single-choose-item {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
    height: 100%;
    padding: 30px;
}

  .single-choose-item i {
    color: #969ca7;
    font-size: 44px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .single-choose-item h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0 10px;
    text-transform: capitalize;
  }
  .single-choose-item:hover i {
    color: #c29958;
  }
  
  /*-------- choosing area end --------*/
  .privacypolicycontent {
    padding: 30px 0 30px;
}

.categorie-sidebar-wrapper {
    background: #f5f5f5;
    padding: 30px;
}



/*----- shop Sidebar start -----*/
.sidebar-wrapper .sidebar-single:last-child {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-wrapper {
      margin-top: 80px;
    }
  }
  @media only screen and (max-width: 767.98px) {
    .sidebar-wrapper {
      margin-top: 30px;
    }
  }
  
  .sidebar-single {
    margin-bottom: 35px;
  }
  .sidebar-single .sidebar-title {
    position: relative;
    line-height: 1;
    margin-top: -3px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .sidebar-single .sidebar-title:before {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    content: " ";
    position: absolute;
    background-color: #efefef;
  }
  
  /*------ pricing filter slider start ------*/
  .price-range-wrap {
    padding-top: 8px;
  }
  .price-range-wrap .price-range {
    border-radius: 0;
    margin-right: 13px;
    margin-bottom: 20px;
  }
  .price-range-wrap .price-range.ui-widget-content {
    border: none;
    background: #eeeeee;
    height: 6px;
    border-radius: 20px;
  }
  .price-range-wrap .price-range.ui-widget-content .ui-slider-range {
    background-color: #c29958;
    border-radius: 0;
  }
  .price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
    border: none;
    background-color: #fff;
    height: 12px;
    width: 12px;
    outline: none;
    cursor: ew-resize;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
  }
  .price-range-wrap .price-range.ui-widget-content .ui-slider-handle:before {
    top: 50%;
    left: 50%;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #c29958;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .price-range-wrap .range-slider {
    color: #222222;
    margin-top: 30px;
  }
  .price-range-wrap .range-slider .price-input label {
    color: #222222;
    margin-bottom: 0;
  }
  .price-range-wrap .range-slider .price-input input {
    color: #555555;
    border: none;
    outline: none;
    max-width: 80px;
    pointer-events: none;
  }
  .price-range-wrap .range-slider button.filter-btn {
    border: none;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    padding: 4px 15px;
    border-radius: 3px;
    background-color: #ebebeb;
  }
  .price-range-wrap .range-slider button.filter-btn:hover {
    color: #fff;
    background-color: #c29958;
  }
  
  /*------ pricing filter slider end ------*/
  .categories-list li {
    color: #555555;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .categories-list li:last-child {
    margin-bottom: 0;
  }
  .categories-list li:hover {
    color: #c29958;
  }
  
  /*------ shop categories area start ------*/
  .shop-categories {
    margin-top: -4px;
  }
  .shop-categories li a {
    color: #555555;
    display: block;
    line-height: 1;
    padding: 10px 0;
    text-transform: capitalize;
  }
  .shop-categories li:first-child a {
    padding-top: 0;
  }
  .shop-categories li:last-child a {
    padding-bottom: 0;
  }
  .shop-categories li:hover a {
    color: #c29958;
  }
  
  .categorie-sidebar-wrapper .accordion-button{
    background-color: #f5f5f5;
  }
 .category-accordian-list .categorie-sidebar-wrapper .accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
    color: #c29958;
}
.category-accordian-list .categorie-sidebar-wrapper .accordion-body {
    padding: 10px 15px;
}
  /*------ shop categories area end ------*/
  
  .topbar-item.active {
    color: var(--theme);
}




.newly-collection-split .newly-collection {
  display: flex;
  height: 60vh;
  gap: 20px;
  padding: 0px;
  margin: 20px 0;
}

.newly-collection-split  .left-img {
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.newly-collection-split  .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.newly-collection-split  .right-img {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.newly-collection-split .top-img,
.newly-collection-split .bottom-img {
  height: 50%;
  overflow: hidden;
  border-radius: 8px;
}

.newly-collection-split .top-img img,
.newly-collection-split .bottom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
    border-radius: 12px;
}
.newly-collection-split .top-img img:hover,
.newly-collection-split .bottom-img img:hover {
  transform: scale(1.05);
}
/* Responsive Layout */
@media (max-width: 768px) {
  .newly-collection-split .newly-collection {
    flex-direction: column;
    height: auto;
  }

  .newly-collection-split .left-img,
  .newly-collection-split .right-img,
  .newly-collection-split .top-img,
  .newly-collection-split .bottom-img {
    width: 100%;
    height: auto;
  }

  .newly-collection-split .top-img,
  .newly-collection-split .bottom-img {
    height: 200px;
  }
}




.newly-collection-split {
  padding: 50px 0 0;
}
.newly-collection-split .newly-collection {
  display: flex;
  gap: 20px;
  height: 50vh;
  min-height: 300px;
}

.newly-collection .left-box {
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.newly-collection .left-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.newly-collection .right-box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newly-collection .right-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  width: 100%;
  height: 100%;
}

.newly-collection .small-box {
  overflow: hidden;
  border-radius: 12px;
}

.newly-collection .small-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transition: transform 0.3s ease; */
  border-radius: 12px;
}

.newly-collection .small-box img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .newly-collection-split .newly-collection {
    flex-direction: column;
    height: auto;
  }

  .newly-collection .left-box,
  .newly-collection .right-box {
    width: 100%;
    height: auto;
  }

  .newly-collection .right-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .newly-collection .small-box {
    height: 200px;
  }


}
section.policy-info-section{
  padding-top: 0px;
}
@media (max-width: 620px) { 
  .newly-collection .right-grid{
  display: block;
}
.newly-collection-split {
  padding: 30px 0 0;
}
.productinfo {
  top: 0;
  right: 0;
}
.newly-collection .small-box {
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}
.newly-collection .small-box:last-child {
  margin-bottom: 0px;
}
.producttext h3 {
  font-size: 15px;
}


}

@font-face {
  font-family: eicons;
  src: url('../fonts/rt-fontello.woff2');
  font-weight: 400;
  font-style: normal
}


.producttabs_btn {
  display: flex;
  gap: 1rem;
}

.producttabs_btn .fixed-card {
  /* width: 250px; */
  border-radius: 8px;
  padding: 1rem;
  flex-shrink: 0;
  text-align: center;
}

.producttabs_btn .fixed-card img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100px;
}
.producttabs.owl-carousel .item {
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
}

.producttabs.owl-carousel .item img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
}
.producttabs lable,
.producttabs_btn .fixed-card lable{
  display: block;
}


.newsletter-info {
  display: none;
}
/*----- product tab menu start -----*/
.product-tab-menu {
  max-width: 550px;
  margin: 10px auto 20px;
}
.product-tab-menu .owl-stage{
  margin: 0 auto;
}
.product-tab-menu ul li {
  margin-right: 35px;
  text-align: center;
}

.product-tab-carousel .swiper-slide {
    display: flex;
    justify-content: center;
}

/* --------------------------Section Heading Style--------------------------------- */
.section-title{
  margin: 0;
  position: relative;
  letter-spacing: -2px;
  margin-bottom: 0px;
  overflow: hidden;
}
.section-title h2{
  font-size: 32px;
  line-height: 38px;
  color: #303233;
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 30px;
  background: #fff;
  font-weight: 300;
  position: relative;
  z-index: 1;
  letter-spacing: normal;
}
.section-title h2 span{
  color: var(--theme2);
  font-weight: bold;
}
.section-title::before {
  content: '';
  display: inline-block;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 50%;
  left: -300px;
  right: -300px;
  z-index: 0;
  display: var(--border-line);
}

.producttestimonial .section-title::before{
  display: none;
}
.product-area .owl-nav {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
  pointer-events: none;
}
.product-area .owl-nav span {
  font-size: 24px;
}
.product-area .owl-nav button{
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 479.98px) {
  .product-tab-menu ul li {
    margin-right: 15px;
  }
}
.product-tab-menu ul li:last-child {
  margin-right: 0;
}
.product-tab-menu ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #777777;
}
.product-tab-menu ul li a:hover, .product-tab-menu ul li a.active {
  color: #222222;
}

.product-tab-menu ul li a.active .producttab-icon{
  border-color: var(--theme);
}

.tab-content .tab-pane.show.active .product-item {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/*----- product tab menu start -----*/

/* ----tab problem fix css ----*/
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
.tab-content .tab-pane.active {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

/* ----tab problem fix css ----*/



.product-tab-menu ul li:hover img{
  -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.product-tab-menu li span {
  display: block;
  padding-top: 8px;
  
}
.producttab-icon {
  border: 1px solid #dfdfdf;
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin: 0 auto;
 
}
.producttab-icon figure{
  overflow: hidden;
}
.brandcard {
  padding: 15px;
}
.brandcard figure {
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0px 2px 10px #f1f1f1;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* Our products */
.product-tab-menu .product-tab-carousel .nav-link {
  background: transparent;
  color: #000;
  text-align: center;
  border: none;
  transition: all 0.3s ease;
  display: grid

}

.product-tab-menu .product-tab-carousel .nav-link img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: 0.3s;
  box-shadow: 0 0 2px #ccc;
  padding: 7px;
}


/* .product-tab-menu .product-tab-carousel .nav-link img {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 2px #ccc;
  margin: 1px 0 8px;
  padding: 7px;
  width: 80px
} */

.product-tab-menu .product-tab-carousel .nav-link img {
  box-shadow: 0 0 3px #ececec;
  float: left;
  object-fit: scale-down
}

.product-tab-menu .product-tab-carousel .nav-link:hover img {
  transform: scale(1.09)
}

.product-tab-menu  .product-tab-carousel .nav-link.active h6 {
  color: var(--theme2);
}

/* .product-tab-menu  .product-tab-carousel .nav-link.active img {
  border-color: #d4af37;
} */

.product-area h6 {
  margin: 5px 0 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-area p{
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  color: var(--gray);  
}
.product-area p{
  margin: 0px;
  padding: 0px;
}
.product-tab-menu  .owl-nav button {
  position: absolute;
  top: 30%;
  background: #ccc !important;
  border-radius: 50%;
}

.product-tab-menu  .owl-nav .owl-prev {
  left: -25px;
}

.product-tab-menu  .owl-nav .owl-next {
  right: -25px;
}

.product-tab-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
  pointer-events: none; /* allow only buttons to be interactive */
}

.owl-nav button {
  background-color: #fff;
  color: #d4af37; /* Gold tone */
  border: 2px solid #d4af37;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  pointer-events: all;
  z-index: 2;
  cursor: pointer;
}

.owl-nav button:hover {
  background-color: #d4af37;
  color: #fff;
  border-color: #d4af37;
}

/* Disabled arrow buttons */
.owl-nav button.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}


  /* @media (min-width: 768px) {
    .owl-carousel.owl-loaded {
      display: flex !important;
      flex-wrap: wrap;
      gap: 15px;
    }
  
    .owl-carousel .owl-stage-outer {
      overflow: visible !important;
    }
  
    .owl-carousel .owl-item {
      width: 48% !important;
    }
  
    .owl-carousel .owl-nav,
    .owl-carousel .owl-dots {
      display: none !important;
    }
  } */
  :root {
    --bg-color: #ffffff;
    --text-color: #000000;
    --accent-color: #007bff;
  }
  
 
  /* Theme Switcher */
  .theme-switcher {
    position: relative;
    display: inline-block;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 10px;
  }
  
  #toggleMenu {
    background-color: var(--accent-color);
    color: white;
    border: none;
    padding: 10px 6px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
  }
  
  #themeOptions {
    position: absolute;
    top: 45px;
    left: 0;
    background: white;
    border-radius: 0 0px 6px 6px;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 100;
    width: 100%;
    text-align: center;
  }
  
  #themeOptions button {
    display: block;
    width: 100%;
    background: none;
    color: black;
    border: none;
    padding: 8px 12px;
    text-align: center;
    cursor: pointer;
  }
  
  #themeOptions button:hover {
    background-color: #f0f0f0;
  }
  
  .hidden {
    display: none;
  }
  

  /* @media (max-width:460px){
   */

   @media (max-width:578px){
    .section-title{
      overflow: hidden;
    }
    .newly-collection-split .newly-collection {
      height: 60vh;
  }
    .section-title h2{
      font-size: 26px;
      line-height: 13px;
    }
    .section-title {
      font-size: 22px;
      letter-spacing: 0;
      font-family: var(--font-family-style-2);
    }
    .section-title h2{
      padding: 0 5px;
    }
    .newly-collection-split {
      padding: 15px 0 0;
  }
  section.product-area.section-padding {
    padding-top: 0px;
}

  }
  @media (max-width:320px){
  .section-title h2 {
    font-size: 22px;
    line-height: 38px;
  }
}




 .pe-7s-info:before {

    content: "\e647";
  
  }

  .radioInputbtn span.me-2.h5 {
    padding-left: 10px;
}
  @media only screen and (max-width: 500px) {
    h2 {
      font-size: 24px;
      line-height: normal;
  }
  .cart-p-content {
    display: block !important;
}
.cart-p-content .soft-btn{
  width: 100%;
  margin-bottom: 10px;
}
.soft-btn-1{
  width: 100%;
}
/* .aboutbreadcrumb .d-flex.align-items-center.gap-3 {
  display: none !important;
} */

.breadcrumb-wrap .breadcrumb {
  display: none !important;
  }
  .breadcrumb-wrap{
    padding: 15px;
  }
  .aboutbreadcrumb{
    padding: 10px 0 !important;
  }
  .breadcrumb-wrap.d-flex.align-items-center.gap-3 {
    gap: 0 !important;
}
  }
  .shopping-tbl td.tp-cart-img{
    margin: 0px;
    padding: 0px;;
  }
  .shopping-tbl td.tp-cart-img img {
    height: 70px;
    padding: 0px;
}

.cart-calculator .table tbody tr td{
  padding: 2px 10px;
  text-align: left;
}
.cart-calculator .table tbody tr td:last-child {
  text-align: right;
}

.carttable table thead {
  background-color: #f5f0ed;
  color: #000;
}
.carttable table tr th{
  color: #000;
  font-weight: 600;
}
.payment-section {
  padding: 10px 30px;
  box-shadow: 0px 2px 10px #f1f1f1;
  margin: 10px;
  border-radius: 8px;
}

.order-successful{
  width: fit-content;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 15px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.order-successful a.order_btn {
  background-color: #c29958;
  padding: 7px;
  color: #fff;
  border-radius: 6px;
}
.order-successful a.order_btn:hover {
  background-color: #E77420;
}



.productview-wl.product-details-wish-btn {
  width: auto;
  background: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  padding: 8px 10px;
  border-radius: 39px;
}

.productview-wl.product-details-wish-btn img {
  border-radius: 0px !important;
}
.product_main_img .slick-slide img {
    display: block;
    height: 550px;
    width: 100%;
    object-fit: contain;
    background: #f8f8f8;
}
.product_bottom_img img {
    width: 100%;
    height: 150px;
    border-radius: 6px;
    object-fit: contain;
    background-color: #f8f8f8;
}

.discountCode .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #f5f0ed;
  outline: 0;
  box-shadow: none
}
.payment-section .btn-danger:focus {
  color: #212529;
  background-color: #fff;
  border-color: #f5f0ed;
  outline: 0;
  box-shadow: none
}
.discountCode .btn-outline-primary {
  color: #fff !important;
    background-color: #af833d;
    border-color: #af833d;
}
.payment-section .remove-btn {
  background: none;
  border: 0;
  color: red;
  font-weight: bold;
  padding: 0;
  margin-top: 0;
  margin-left: 8px;
  position: absolute;
  font-size: 18px;
}
.order-successful {
    margin-top: 120px;
}
.btn-primary {
    color: #fff;
    background-color: #c29958;
    border-color: #ffffff;
}

.btn-primary:hover {
    background-color: #af833d;
    border-color: #af833d;
}
.topbar-item {
    color: #ffffff !important;
}

.topbar-item:hover {
    color: #000 !important;
}

@media (max-width: 1199px){
  table.table-bordered tr {
    white-space: nowrap;
}
  .cartdetail .container {
    padding-left: 12px;
}
.carttable {
    overflow-x: auto;
    display: block;
}
.home-banner {
    height: 450px;
}
.home-banner .carousel-item img {
    height: 450px;
    object-fit: cover;
}
}

@media (max-width: 991px){
  .home-banner {
    height: 350px;
}
.home-banner .carousel-item img {
    height: 350px;
    object-fit: cover;
}
}

@media (max-width: 767px){
  .choosing-area .row.mbn-30 {
    gap: 20px;
}
  .brandcard {
    padding: 15px 0;
}
.brandcard figure {
    height: 100px;
}
.sidebar-single {
    margin-bottom: 0px;
}
  .product_main_img .slick-slide img {
    height: 300px;
}
.product_bottom_img img {
    height: 80px;
}
.order-successful {
    margin-top: 0;
    padding: 30px !important;
}
.home-banner {
    height: 250px;
}
.home-banner .carousel-item img {
    height: 250px;
    object-fit: cover;
}

}





