#slider{
  background-size: 100% 320px !important;
  width: 100%;
}
#slider.carousel-inner{
  margin:auto;
}
#slider .carousel-caption{
  top: 20% !important;
  text-align: left !important;
  left: 6% !important;
}
/* product */
.product-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the products horizontally */
  margin: 0 auto; /* Center the container on the page */
}
.product:first-child {
  border-top: 0.5px solid transparent !important;
}
.product {
  width: 100%; /* Make each product take up the full width of the container */
  padding: 12px;
  margin-bottom: 0px; /* Space between the two product divs */
  border: 1px solid #dfdfdf54; /* Border around each product */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Add some shadow for a 3D effect */
  text-align: center; /* Center the text inside each product */
  background-color: transparent; /* Background color for each product */
  height: 100%;
}
.carousel-item .slider-banner-img{
  position: relative;
  right: -47%;
}
.product-image img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
}
#new-product .product-image img{
  background: #282829;
  height: 50%;
  object-fit: cover;
  border-radius: 20px;
}
#feature-product .product-image img{
  background-color: #000000;
}
#slider .carousel-indicators{
  background-color: #BB8739 !important;
  justify-content: left !important;
  padding: 26px !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  bottom: -16px;
}
.social_widget .custom-social-icons a i:hover, .social_widget .custom-social-icons a:hover {
  color: #BB8739 !important; /* Changes the text/icon color */
  background-color: transparent; /* Uncomment to change the background color of the link */
  border-color: #BB8739; /* Uncomment to change the border color */
}
.page-template{
  background-color: #141317 !important;
}
.woocommerce div.product .product_title {
  clear: none;
  color: black;
  font-size: 24px;
  margin-top: 0;
  padding: 0;
}
.woocommerce div.product p.stock{
  color: black !important;
  text-align: left !important;
}
.woocommerce div.product p.price{
  text-align: left !important;
  margin-top: 10px;
}
.woocommerce div.product form.cart div.quantity {
  margin: 10px 15px 0px 0;
}
.woocommerce div.product div.images img {
  display: block;
  width: 90%;
  height: 95%;
  transform: translateX(-15px);
  box-shadow: none;
}
#slider  .slide-product{
  border-bottom: 1px solid #dfdfdf54;
}
#slider h4{
color: #BB8739;
font-size: 20px;
line-height: 20px;
}
#slider .slider-box{
  max-width: 40%;
  left: 21%;
  position: relative;
}
#slider h1{
  text-transform: none;
  font-size: 60px;
  line-height: 73px;
  color: #fff;
  font-weight: 800;
}
#slider .slide_desc{
  color: #fff !important;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 25px;
  font-family: 'Outfit';
  font-weight: 600;
}
#slider .carousel-control-prev-icon, .carousel-control-next-icon{
  background-image: unset;
}
#slider .carousel-control-next, .carousel-control-prev{
  font-size: 16px;
  color: #fff;
  height: 45px;
  top: -55px;
  z-index: 3;
  width: 45px;
  opacity: 1;
  left: unset !important;
  right: 5%;
  text-align: center;
}
#slider a.carousel-control-prev,a.carousel-control-next {
  border-radius: 50%;
  background: rgb(255 255 255 / 10%);
  padding: 22px;
  backdrop-filter: blur(30px);
  background: #f6bf63c7 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  -webkit-backdrop-filter: blur(30px);
}
#slider .see-more-btn:hover{
  background-color: #BB8739;
  color: #fff;
}
#slider .carousel-control-prev-icon i ,#slider .carousel-control-next-icon i{
  line-height: 2.0;
}
#slider .carousel-control-next {
  right: 15px;
}
#slider .carousel-control-next:hover,#slider .carousel-control-prev:hover {
  border: 1px solid black;
}
#slider .carousel-control-next:hover .carousel-control-next-icon i.fa-chevron-right,#slider .carousel-control-prev:hover .carousel-control-prev-icon i.fa-chevron-left {
  color: black;
}
.site-top-two{
  position: relative;
  left: 3%;
}
#slider > img {
  z-index: 999;
  position: absolute;
  top: 6%;
  width: 15%;
  transform: translate(-50%, -50%);
  left: -3% !important;
   animation: bounce 8s ease-in-out 0s infinite alternate;
}
.inner_carousel .read-more {
  background-color:#fff;
  color: #BB8739;
}
#feature-product .feature-product-img1{
  top: 6%;
  position: relative;
}
#slider .product-inner .product-details{
  /* transform: translateY(-15px); */
}
#slider .product-inner:hover .product-icon {
  /* top: -10%;
  left: 50%; */
  opacity: 1;
}
@keyframes bounce{
  0%{
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
   }
    100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@media screen and (min-width:1920px){
  #slider > img {
    max-width: 92%;
    left: 4%;
  }
}
.snowflake {
  --size: 1vw;
  width: var(--size);
  height: var(--size);
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -5vh;
}

@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}
.snowflake:nth-child(1) {
  --size: 0.4vw;
  --left-ini: 7vw;
  --left-end: 9vw;
  left: 2vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(2) {
  --size: 0.4vw;
  --left-ini: 2vw;
  --left-end: 0vw;
  left: 99vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(3) {
  --size: 0.6vw;
  --left-ini: 10vw;
  --left-end: 4vw;
  left: 25vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(4) {
  --size: 0.8vw;
  --left-ini: -4vw;
  --left-end: 5vw;
  left: 11vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(5) {
  --size: 0.2vw;
  --left-ini: 3vw;
  --left-end: -8vw;
  left: 2vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(6) {
  --size: 0.6vw;
  --left-ini: -5vw;
  --left-end: -4vw;
  left: 15vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(7) {
  --size: 1vw;
  --left-ini: -9vw;
  --left-end: 4vw;
  left: 61vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(8) {
  --size: 0.6vw;
  --left-ini: 7vw;
  --left-end: 2vw;
  left: 80vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(9) {
  --size: 0.8vw;
  --left-ini: 10vw;
  --left-end: 0vw;
  left: 8vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(10) {
  --size: 0.6vw;
  --left-ini: 2vw;
  --left-end: 0vw;
  left: 11vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(11) {
  --size: 1vw;
  --left-ini: 8vw;
  --left-end: -9vw;
  left: 100vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -3s;
}

.snowflake:nth-child(12) {
  --size: 0.4vw;
  --left-ini: 1vw;
  --left-end: 4vw;
  left: 27vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -6s;
}

.snowflake:nth-child(13) {
  --size: 0.6vw;
  --left-ini: -7vw;
  --left-end: -2vw;
  left: 98vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -10s;
}

.snowflake:nth-child(14) {
  --size: 0.8vw;
  --left-ini: 4vw;
  --left-end: 9vw;
  left: 54vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -1s;
}

.snowflake:nth-child(15) {
  --size: 0.2vw;
  --left-ini: 8vw;
  --left-end: -5vw;
  left: 88vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -8s;
}
.snowflake:nth-child(15) {
  --size: 0.2vw;
  --left-ini: 8vw;
  --left-end: -5vw;
  left: 88vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -8s;
}

.snowflake:nth-child(16) {
  --size: 0.4vw;
  --left-ini: -9vw;
  --left-end: 7vw;
  left: 82vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(17) {
  --size: 0.4vw;
  --left-ini: 7vw;
  --left-end: -4vw;
  left: 22vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -4s;
}

.snowflake:nth-child(18) {
  --size: 0.6vw;
  --left-ini: -5vw;
  --left-end: 9vw;
  left: 40vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -7s;
}

.snowflake:nth-child(19) {
  --size: 0.8vw;
  --left-ini: 4vw;
  --left-end: 5vw;
  left: 21vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -5s;
}

.snowflake:nth-child(20) {
  --size: 0.4vw;
  --left-ini: 4vw;
  --left-end: 1vw;
  left: 3vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -10s;
}
/* --------sale css--------- */
#sale .sale-img-one{
  max-width:70%;
}
#sale .sale-bg-1{
  background-repeat: no-repeat;
  height: 400px;
  object-fit: contain;
}
#sale .sale-box{
  background: #e7e7e7;
  height: 100%;
  border-radius: 15px;
  background-repeat: no-repeat !important;
}
#sale .sale-imgone{
max-width: 228px;
}
#sale img.sale-imgtwo
{
  max-width: 45%;
}
#sale .sale-desc{
  transform: translate(80%, 15%);
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    text-align: left;
}
#sale .sale-box2{
background: #BB8739;
height: 240px;
}
#sale .sale-box2-inner h4{
  color:#fff;
  font: normal normal normal 36px/35px 'Outfit';
  font-weight: 600;
}
.sale-desc h4{
  font-size: 36px;
  font-weight: 35px;
  font-weight: 600;
  color: #000;
}
.offer_desc{
  color: #000;
  font-family: 'Outfit';
}
.feature-product-desc .para{
  color: #fff;
  font-family: 'Outfit';
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
}
.sale-box3-inner h2{
  color: #000;
}
.sale-box2-inner{
  padding: 60px 0;
 text-align: center;
 color: #fff;
}
.sale-box3-inner h2{
  font: normal normal normal 36px/35px Outfit;
    font-weight: 600;
}
#sale .sale-box3-inner{
  padding: 50px 50px;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 240px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding-left: 15rem;
}
#sale .sale-box3{
  background-repeat: no-repeat;
  background-size: cover;
}
#sale .sale_desc2{
  color: #fff;
  background: #000;
  font-size: 12px;
  padding: 3px 10px;
  font-family: 'Outfit' !important;
  font-weight: 600;
}
.sale-box2-subheading{
  font-family: 'Outfit' !important;
  font-weight: 600;
}
#sale .sale-heading-3{
  color: #000;
  margin-bottom: 20px;
  font-family: 'Outfit' !important;
  font-weight: 600;
}
#sale .sale_desc3{
  background: #BB8739;
  color: #fff;
  border-radius: 20px;
  margin: auto;
  width: 199px;
  font-family: 'Outfit' !important;
  font-weight: 600;
  font-size: 12px;
}
/* #carouselExampleIndicators{
  border: 1px solid wheat;
} */

/* -------offer css----- */
#offer{
    padding: 80px 0;
}
#offer .offer-bg{
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: auto;

}
#offer .offer-box{
  padding: 20px 0;
  border-radius: 20px;
  object-fit: cover;
  background-size: cover;
  width: 100%;
}
#offer h2{
  font: normal normal normal 40px/35px 'Outfit';
  letter-spacing: 0px;
  color: #000;
  opacity: 1;
  font-weight: 600;
  margin-top: 30px
}
#offer h4{
  color: #000;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600
}
#offer .offer_desc{
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 600;
}
.collectionbox-text p{
  font-size: 16px;
  opacity: 0.6;
  font-weight: 600;
}
#offer img.offer-imgone{
  position: relative;
  left:18px;
}
.extra-cls a{
  font-weight: 600 !important;
  font-family: 'Outfit' !important;
  font-size: 14px;
}
.product_heading{
  font-size: 36px;
}
.product-details{
  /* padding-top: 8px; */
}
#offer img.offer-imgone,img.offer-imgtwo{
  height: 280px;
  margin-top: 15px;
  object-fit: cover;
}
img.offer-imgtwo{
  position: relative;
  right:-5px;
  object-fit: cover;
}
.border-bottom-red::after{
  content: '';
  position: absolute;
  top: 0;
  left: 42%;
  right: 0;
  bottom: -10px;
  border-bottom: 3px solid #BB8739;
  max-width: 15%;
}
.page-template-home-page{
  background-color: #141317;
}
#sale .sale-desc .para{
  color: #000;
  font-family: 'Outfit';
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
/* -------Product Section------- */
#new-product .border-bottom-red , #testimonials .border-bottom-red, #latest_post .border-bottom-red{
  position: relative;
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 600;
  opacity: 0.5;
}
#new-product .product-name a, #feature-product .product-name a{
  font: normal normal 600 24px/25px 'Outfit';
  color: #FFFFFF;
}
h3.product-name{
  line-height: 1
}
#new-product a.add_to_wishlist.single_add_to_wishlist.button.alt{
  background: none;
}
#slider .product-container .product-image{
  width: auto;
  height: 220px;
}
#feature-product h5.product-offer-price ,#limited-offer h5.product-offer-price {
  font-size: 16px;
  color: #BB8739;
  margin-bottom: 0;
}
#new-product a.see-more-btn{
  border: none;
  padding: 16px 30px;
  font: 700 17px var(--common-font-m);
  background: #BB8739;
  border-radius: 50px;
  color: #fff;
}
#new-product {
  position: relative;
  padding-bottom:30px;
}




@media (max-width:991px) and (min-width:769px){
  .carousel-item .slider-banner-img {
    position: relative;
    right: -53% !important;
    width: 67% !important;
    top: 10%;
  }
}
@media (max-width:991px) and (min-width:768px){
  #slider .see-more-btn{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 10px 14px;
    font-size: 12px;
  }
  .carousel-item .slider-banner-img {
    position: relative;
    right: -50%;
    width: 50%;
    top: 10%;
  }
  #slider .slider-box {
    max-width: 60%;
    left: -3%;
    position: relative;
  }

  #sale .sale-desc {
    transform: translate(80%, 0%);
  }
  .in-mob{
    margin-bottom: 20px;
  }
  #offer .offer-box {
    background-size: 140%;
  }
}

@media screen and (min-width:1920px){
  #new-product img.new-product-bg-img1 {
    left: 50px !important;
  }
}
@media screen and (min-width:1920px){
  #new-product img.new-product-bg-img2 {
    right: 50px !important;
  }
}
#new-product img.new-product-bg-img1{
  position: absolute;
  top: 12%;
  left: 0;
  z-index: -1;
  max-height: 75%;
  animation: rotationY 2s infinite linear;
}

@keyframes rotationY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
#new-product img.new-product-bg-img2{
  position: absolute;
  top:12%;
  right: 0;
  z-index: -1;
  max-height:75%;
  animation: rotationY 2s infinite linear;
}
.product-inner{
  position: relative;
  overflow: hidden;
  padding: 4% 0px;
}
.product-icon{
  position: absolute;
  width: fit-content;
  height: fit-content;
  margin: auto;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  opacity: 0;
  gap: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-image{
  position: relative;
}
span.cart-btn, .wishlist_text, .quick-view-btn {
  width: 35px;
  position: relative;
  height: 35px;
}
.product-inner:hover .product-icon{
  opacity: 1;
}
.product-icon .cart-btn a{
  padding: 0px;
  background: transparent;
}
/* limited offer */
#limited-offer .gift-mega-sale{
  background-size:100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  border-radius: 10px;
}
.limited-offer-desc-one .sub-heading{
  font-family: 'Outfit';
  color: #BB8739;
  font-weight: 600;
}
.limited-offer-desc-one .para{
  color: #000000;
  font-family: 'Outfit';
  font-weight: 600;
  font-size: 16px;
}
.sub-heading{
  color: #000;
  font-weight: 600;
}
#limited-offer .limited-offer-desc-one h4{
  color: #000000;
  font: normal normal 600 24px/25px Outfit;
}
#limited-offer .gift-voucher-desc h4.animated.lightSpeedIn.delay-1s.p-0 , #limited-offer .voucher-counter-desc h4{
font: normal normal 600 24px/25px 'Outfit';
color: #000;
}
#limited-offer .limited-offer-desc-one{
  padding: 35px 6px;
  text-align: center;
  color: #fff;
}
#limited-offer .gift-voucher{
  background: #E9E9E9;
  padding: 20px;
  border-radius: 10px;
}
#limited-offer .gift-voucher-card{
  position: relative;
  top: 25px;
}
#limited-offer .gift-voucher-desc{
  width: 330px;
  padding-top: 17px;
}
#limited-offer .gift-voucher-btn{
  margin: auto;
}
#limited-offer .gift-voucher-btn a{
  width: 160px;
  padding: 12px 6px;
  margin: auto;
}
#limited-offer .gift-voucher-counter{
  border: 2px solid #BB8739;
  border-radius: 10px;
  padding: 14px;
  padding: 0px 20px;
  background-color: #FFFFFF;
}
#limited-offer .voucher-counter-desc{
  width: 393px;
  padding:10px 0px;
}
#limited-offer .counter-img{
  width: 50%;
  background: #f2f2f2;
  height: 50%;
  height: 100%;
  margin:25px 10px;
  align-self: center;
  border-radius: 20px;
}
.instock{
  color: #000;
  font-family: 'Outfit';
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.stock{
  font-family: 'Outfit';
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  color: #000;
}
#limited-offer .product-offer-date p{
  display: inline-grid;
  background:#BB8739;
  padding: 7px;
  color: #fff;
  border-radius: 30px;
  height: 80px;
  margin-right: 10px;
}
#limited-offer .product-offer-date p span{
  font-size: 20px;
  margin-bottom: -10px;
  font: normal normal normal 26px/35px Outfit;
  letter-spacing: 0px;
  font-weight: 600;
}
#limited-offer .progress{
  height: 0.5rem;
  background: #DFDFDF;
}
.progress-bar{
  background: #BB8739;
}
.product-offer-date b{
  font-size: 12px;
}
/* featured product */
#feature-product{
  background: #FBFBFB;
  margin: 40px 0;
}
#feature-product .feature-product-slider{
      padding: 40px;
}
#feature-product .feature-product-desc{
  height: 100%;
  background: #BB8739;
  position: relative;
}
#feature-product .feature-product-desc::after{
  content: '';
  position: absolute;
  right: -18px;
  bottom: 0;
  top: 50%;
  height: 30px;
  width: 30px;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 18px solid #BB8739;
}
.feature-product-info h4{
  font-family: 'Outfit';
  font-size: 36px;
  font-weight: 600;
  line-height: 35px;
  color: #fff;
}
.feture-bg{
  background-color: #282829;
}
#feature-product .feature-product-info{
  padding: 115px 0 0 95px;
  max-width: 415px;
  color: #fff;
}
#feature-product .owl-dots{
  display: none;
}
#feature .feature-icon .icon-bg i{
  font-size: 30px;
}
#testimonials  h2.animated.fadeInDown.delay-2s.heading{
  font: normal normal normal 36px/45px Outfit;
  font-weight: 600;
}
#latest_post h2.animated.fadeInDown.delay-2s.heading{
  font: normal normal normal 36px/45px Outfit;
  font-weight: 600;
}
#slider .see-more-btn{
  color: #BB8739;
  background-color: #fff;
  border-radius: 30px;
  /* transform: translateY(6px); */
  font-weight: 600;
  padding: 12px 25px;
}

@media screen and (max-width:1640px){
  #slider .carousel-control-prev{
    right: 7%;
  }
  #slider .carousel-control-next, .carousel-control-prev {
    top: -60px !important;
  }
}

@media (min-width:1140px) and (max-width:1199px){
  #nav_menu-1 .widget-title {
    position: relative;
    left: 4%;
  }
  #nav_menu-2 .widget-title, #nav_menu-3 .widget-title {
    position: relative;
    left: 18%;
  }
}

.gift-voucher .para{
  color: #000;
  font-family: 'Outfit';
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
.voucher-counter-desc .para{
  color: #000;
  font-family: 'Outfit';
  font-weight: 600;
  opacity: 0.6;
  font-size: 16px;
  line-height: 24px;
}
.gift-voucher-desc .sub-heading{
  font-family: 'Outfit';
  font-weight: 600;
}
#limited-offer .gift-voucher-counter .sub-heading{
  font-family: 'Outfit';
  font-weight: 600;
  opacity: 40% !important;
  color: black;
  font-size: 12px;
}
.collectionbox-text h3 a:hover{
  color: #BB8739;
}
#latest_post .post-holiday-dinner-btn a:hover{
  background-color: #BB8739;
  color: white;
}
#latest_post .readmore a:hover{
  color: #BB8739;
}
#testimonials .tesimonialtitle a:hover{
  color: #BB8739;
}
#footer .widget.widget_nav_menu ul li a:hover{
  color: #BB8739;
}
.product_head a:hover{
color: #BB8739;
}
.cart-btn a:hover, .quick-view-btn button:hover, .yith-wcwl-add-to-wishlist a:hover{
  color: #BB8739;
}
#new-product .product-name a:hover, #feature-product .product-name a:hover{
  color: #BB8739;
}
.error404 .errorimg{
  padding-top: 10%;
}
.error404{
  background-color: #141317 !important;
  position: relative;
}
.tslastword{
  color: #BB8739 !important;
}
.highlighted-word{
  color:#BB8739;
}
