@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*
{
  margin:0;
  padding:0;
  box-sizing: border-box;
}


body{
background-color: #f7eee0;
    font-family: "Poppins", sans-serif;
}
.sec2 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.sec1 .owl-carousel .owl-stage-outer 
{
 position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.container{
  max-width: 1170px;
  margin:auto;
}
.product-info-index
{
  display: flex;
  justify-content: space-between;
}
.product__item__pic
{
   max-width: 100%;
    aspect-ratio: 660 / 874;
}
.sec48
{
  padding:0 0 3em 0;
}
.foot-img
{
  width: 180px;
}
.quote-img
{
  width: 76px;
}
.hover-img
{
  max-width: 100%;
    aspect-ratio: 660 / 874;
}
.discount
{
  display: none;
}
ul{
  list-style: none;
  margin:0;
  padding:0;
}
a{
  text-decoration: none;
}
.margin-top-50px
{
  margin-top: 50px;
}
.cart-info {
    color: #7e5e21;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height:normal;
    margin-bottom: 10px;
}
.pro-top-nm
{
      color: #7e5e21;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: normal;
}
.chk-div
{
  display: flex;
}
.product__details__price1
{
  color: #7e5e21;
    font-family: "Poppins", sans-serif;
        font-size: 17px;
    line-height: 28px;
    text-align: right;
    font-weight: 500;
}
.form-group
{
  margin-bottom: 30px;
}
.product-popular-bx
{
  transition: 0.3s all;
  overflow: hidden;
}
.add-flip-card {
  ackground-color: transparent;
    width: 100%;
    height: 48px;
    perspective: 1000px;
    cursor: pointer;
    margin-top: 0;
    position: absolute;
    bottom: 0%;
    visibility: hidden;
    transition: 0.3s all;
}
.product-popular-bx:hover .add-flip-card
{
  bottom:94px;
   visibility: visible;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

}
.prices {
    text-align: left;
    color: #7e5e21;
    padding: 6px 0;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-top:0px;
    letter-spacing: normal;
}
.img-pro h3
{
      color: #4f5245;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin: 14px 0;
}
.product-popular-bx
{
  position: relative;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.add-flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.add-flip-card .number {
    display: flex;
    justify-content: space-between;
}
.add-flip-card input {
    /* height: 34px; */
    width: 100px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    border: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
    background-color: transparent;
}
.add-flip-card-inner.active
{
  transform: rotateX(180deg);
}
.add-flip-card-front, .add-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
     text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
  cursor: pointer;
  border:1px solid #7e5e21;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 0px;
font-family: 'Poppins', sans-serif;
}
.catnme
{
    
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 450;
    text-align: center;
}
.catnme-txt
{
    color: #304992;
}
.img-category:hover .catnme-txt
{
color: #fff;
}
.btn-select
{
        display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.btn-select li
{
    list-style-type: none;
}
.btn-select label{
  user-select: none;
}
.btn-select input[type="radio"] {
  display: none;
}

.btn-select input[type="radio"] + label {
    z-index: 1;
    margin: 0 10px 10px 0;
    position: relative;
    color: #1d1d1a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    font-weight: bold;
    background-color: transparent;
    border: 1px solid #1d1d1a;
    cursor: pointer;
    transition: all 200ms ease;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}

.btn-select input[type="radio"]:checked + label {
  color: #495057;
  background-color: #ced4da;
}

.btn-select input[type="radio"] + label {
    padding: 2px 18px;
    border-radius: 100px;
}
.product-info-index .product-nm {
    color: #000;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
   text-align: left;
   font-weight: 500;
    /* max-height: 4rem; */
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.date-info
{
  color: #7e5e21;
    font-size: 15px;
    margin: 0 0  8px 0;
    padding: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
/**/
.add-flip-card-front {
    background-color: #7e5e21;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7e5e21;
}

.add-flip-card-back {
  background-color:#7e5e21;
  color:#fff;
  transform: rotateX(180deg);
}
  
    .add-flip-card .minus, .add-flip-card .plus{
    border:none;
    outline: none;
    background: transparent;
    border-radius: 4px;
    padding: 6px 10px 17px 10px;
    /* border: 1px solid #ddd; */
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color:#fff;
       font-weight: 500;
    font-family: 'Poppins', sans-serif;
    }
    .add-flip-card input{
      /*height:34px;*/
      width: 100px;
      text-align: center;
      font-size: 16px;
      border-radius:4px;
      border:none;
      color:#fff;
      display: inline-block;
      vertical-align: middle;
          pointer-events: none;
    background-color: transparent;
}
/**/
/*header*/
.header{
  position: relative;
  width: 100%;
  left:0;
  top:0;
  z-index: 99;
  padding: 0px 0 0px 0;
}
.header-main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0;
  border-radius: 0px;
}
.header .logo{
  padding: 0;
}
.header .logo a{
  font-size: 30px;
  text-transform: capitalize;
  color: #e91e63;
  font-weight: 600;
}
.header .nav-menu{
  padding:0px;
}
.header .menu > .menu-item{
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.header .menu > .menu-item > a{
  display: block;
  padding: 12px 0;
  font-size: 16px;
  color: #7e5e21;
  text-transform: capitalize;
  font-weight: 420;
  transition: all 0.3s ease;
  font-family: "Poppins", sans-serif;
}
.header .menu > .menu-item > a .plus{
  display: inline-block;
  height: 12px;
  width: 12px;
  position: relative;
  margin-left:5px; 
  pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
  content:'';
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top:50%;
  background-color: #000000;
  height: 2px;
  width: 100%;
  transform: translate(-50%,-50%);
  transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #e91e63;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);  
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
  color: #e91e63;
}
.header .menu > .menu-item > .sub-menu{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  width: 220px;
  position: absolute;
  left:0;
  top:100%;
  background-color: #ffffff;
  padding: 10px 0;
  border-top: 3px solid #e91e63;
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity:0;
  visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);   
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
  display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.header .open-nav-menu{
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
}
.header .open-nav-menu span{
    display: block;
    height: 2px;
    width: 20px;
    background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
  content: '';
  position: absolute;
  left:0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  box-sizing: border-box;
}
.header .open-nav-menu span:before{
  top:-7px;
}
.header .open-nav-menu span:after{
  top:7px;
}
.header .close-nav-menu{
    height: 40px;
    width: 40px;
    background-color: #fff;
    margin: 0 10px 15px auto;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
}
.header .close-nav-menu img{
  width: 16px;
}
.header .menu-overlay{
  position: fixed;
  z-index: 999;
  background-color: rgba(0,0,0,0.5);
  left:0;
  top:0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity:0;
  transition: all 0.3s ease;
}
.pulse{

    animation: pulse 2s infinite;

}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

/*home section*/
.home-section{
  width: 100%;
  display: block;
  min-height: 100vh;
  background-image: url('../img/home.jpg');
  background-position: center top;
  background-size: cover;
}


/* responsive */

@media(max-width: 991px){
  .header .menu-overlay.active{
  visibility: visible;
  opacity: 1;
}
  .header .nav-menu{
    position: fixed;
    left: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top:0;
    overflow-y: auto;
    background-color: #fff;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;
  }
  .header .nav-menu.open{
    visibility: visible;
    left: 0px;
  }
  .header .menu > .menu-item{
    display: block;
    margin:0;
  }
  .header .menu > .menu-item-has-children > a{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .menu > .menu-item > a{
    color: #7e5e21;
    padding: 12px 15px;
   border-bottom: 1px solid #f5f5f5;
  }
  .header .menu > .menu-item:first-child > a{
      border-top: 1px solid #333333;  
  }
  .header .menu > .menu-item > a .plus:before, 
  .header .menu > .menu-item > a .plus:after{
    background-color: #ffffff;
  }
  .header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
  }
  .header .menu > .menu-item > .sub-menu{
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border:none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top:auto;
    max-height: 0;
    overflow: hidden;
  }
  .header .menu > .menu-item > .sub-menu > .menu-item > a{
    padding: 12px 45px;
    color: #ffffff;
    border-bottom: 1px solid #333333;
  }
  .header .close-nav-menu,
  .header .open-nav-menu{
    display: flex;
  }
}
.logo img
{
width: 180px;
}
.ban-title {
    font-family: "Libre Baskerville", serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 60px;
}
.info
{
  color: #4f5245;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
}
/*Banner Slider*/
.bnner .item {
  height: 100vh;
  position: relative;
}
.bnner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bnner .owl-carousel .owl-item img
{
width: 600px;
display: block;
    margin-left: auto;
}
.bnner .item .cover {
/*  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;*/
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.bnner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
/*.bnner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}*/
.kn
{
    margin: 1em 0px 1em 10px;
    padding: 0;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.5s;
    cursor: pointer;
}

.kn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}

.kn span:after {
  content: '\f178';
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  top: 0;
  right: -30px;
  margin-left: 10px;
  transition: 0.5s;
}

.kn:hover span {
  padding-right: 25px;
}

.kn:hover span:after {
  opacity: 1;
  right: 0;
}

.bnner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 26px;
  font-family: 'Poppins', sans-serif;

}
.bnner .item .cover .header-content h1 {
     font-size: 74px;
    line-height: 83px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #000000;
  font-family: 'CabinetGrotesk-Extrabold';
}
.bnner .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.bnner .owl-item img 
{
  position: relative;
}
.bnner .owl-item img:after
{
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #fff;
  height: 300px;
}
.bnner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.bnner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.bnner .owl-item.active img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.bnner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.bnner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.bnner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.bnner .owl-nav .owl-prev:focus {
  outline: 0;
}
.bnner .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.bnner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.bnner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.bnner .owl-nav .owl-next:focus {
  outline: 0;
}
.bnner .owl-nav .owl-next:hover {
  background: #000 !important;
}
.bnner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.bnner:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.ban-txt
{
       position: absolute;
    top: 100px;
    left: 127px;
    z-index: 1;
}
.sec1
{
  padding:4em 0 3em 0;
  overflow: hidden;
}
.title-main
{
color:#7e5e21;
font-family: "Poppins", sans-serif;
font-size: 40px;
letter-spacing: 0.2px;
margin-bottom: 30px;
}
.sec2
{
    padding:2em 0 4em 0;
    overflow: hidden;
}
.offer
{
  font-family: "Poppins", sans-serif;
  color: #4f5245;
  font-size: 18px;
}
.product__details__tab .accordion
{
  background-color: transparent;
}
.sec4
{
margin:0em 0 2em 0;
}
.txt-ban h1
{
      color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 0.5px;
}
.txt-ban
{
      padding-right: 100px;
      position: relative;
}
.txt-ban:before
{
     content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background: #7e5e21;
    bottom: 29px;
    right: 25px;
}


.sec5
{
  padding:2em 0 0 0;
}
.footernm
{
    color: #4f5245;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
.footer {
    padding: 3em 0 2em 0;
  
}
.footer-pha
{
      font-family: "Poppins", sans-serif;
    color: #4f5245;
    line-height: 28px;
    font-size: 16px;
    margin: 0 0  1em 0;
}
.footer-23 {
   
    border-bottom: 4px solid #7e5e21;
       padding-bottom: 3em;
}
.main-wrapper
{
  padding:3em 0 3em 0;
}
.img-abt
{
  margin:30px 0 40px 0;
}
.cart-t1
{
  color:#7e5e21;
  font-size: 24px;
  margin:0 0 30px 0;
  font-family: "Poppins", sans-serif;
}
.cart-img
{
width: 100%;
height: 216px;
}
.cart-img img 
{
width: 100%;
height:100%;
}
.cart-info
{
color: #7e5e21;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: normal;
}
.cart-info1
{
  color:#4f5245;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 12px 0;
  line-height: 30px;
}
.cart-info2
{
    color:#7e5e21;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-align: right;
  line-height: 30px;
}

.color-bx {
    display: flex;
}
.color-circle
{
  height: 25px;
  width: 25px;
   border-radius:50%;
   margin-right: 0.6em;
  border: 1px solid #aaa;
  cursor: pointer;
 }
.color-circle1
{
height:50px;
  width: 50px;
  border-radius:50%;
   margin-right: 0.6em;
    cursor: pointer;
  display: flex;
    justify-content: center;
    align-items: center;
}
.size-active, .color-active
{
border: 1px solid #f91100;
}

.cart-flex
{
  display: flex;
  align-items: center;
}

.close-btn
{
  margin-top:10px;
}
.btn-1
{
color: #85692f;
font-family: "Poppins", sans-serif;
font-size: 17px;
font-weight: 500;
margin-right:18px;
display: inline-block;
margin-top:34px;
}
.order-summary-box
{
  background-color: #fff;
  padding:25px;
}

.right-div
{
  padding-left:14px;
}
.left-div
{
  padding-right:14px;
}

.order-1
{
  color: #212121;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.ag-n
{
  color:#4f5245;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-top: 14px;
}
.chk-btn-1
{
  background-color: #7e5e21;
  color:#fff;
  font-family: "Poppins", sans-serif;
  display: block;
  width: 100%;
  text-align: center;
  padding:12px;
  margin-top:16px;
}

.left-div
{
  border-bottom: 2px solid #7e5e21;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.login
{
  background-color: #fff;
  width: 58%;
  margin:0 auto;
  padding:30px;
}
.login-t1
{
  color:#7e5e21;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}
.ctn-btn-1
{

}

/*Input*/
.feedback-form .form-control {
    display: block;
    width: 100%;
    height: 47px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4f5245;
    border:none;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 2px solid #7e5e21;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.feedback-form .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .01rem rgb(126 94 33);
}
.feedback-form .floating-label-group {
    position: relative;
    margin-top: 15px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 50px;
}

    .feedback-form .floating-label {
        font-size: 14px;
        color: #919191;
        position: absolute;
        pointer-events: none;
        top: 12px;
        left: 12px;
        transition: all 0.1s ease;
    }

    .feedback-form input:focus ~ .floating-label,
    .feedback-form input:not(:focus):valid ~ .floating-label {
       top: -30px;
    bottom: 0px;
    left: 0;
    font-size: 15px;
    opacity: 1;
    color: #7c7575;
    font-family: "Poppins", sans-serif;
    }



    .feedback-form textarea:focus ~ .floating-label,
    .feedback-form textarea:not(:focus):valid ~ .floating-label {
        top: -25px;
        bottom: 0px;
        left: 0px;
        font-size: 18px;
        opacity: 1;
        color:#866bb6;
    }

.feedback-form textarea
{
   display: block;
    width: 100%; 
    padding: 0.375rem 0.75rem;
    color: #444242;
}
.mt-100px
{
  margin:40px 0 20px 0;
}

.ctn-btn-1
{
background-color: #7e5e21;
    color: #fff;
    font-family: "Poppins", sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 17px;
    margin:20px 0;
    border:none;
    font-weight: 500;
    transition: 0.5s all;
    outline: none;
    border:1px solid #7e5e21;
}
.ctn-btn-1:hover
{
background-color: #fff;
color:#7e5e21;
}

.ctn-btn-11
{
background-color:#fff;
    color: #7e5e21;
    font-family: "Poppins", sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 17px;
    margin:20px 0;
    border:none;
    font-weight: 500;
    transition: 0.5s all;
    outline: none;
    border:1px solid #7e5e21;
}
.ctn-btn-11:hover
{
background-color:#7e5e21;
color:#fff;
}

.ctn-btn-2
{
background-color: #d4c4a9;
    color: #7e5e21;
    font-family: "Poppins", sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    margin-top:50px;
    margin-bottom: 90px;
}
.term-pha
{
   color:#a1a1a1;
    title-t1
    font-size: 14px;
}
.title-t1
{
    color: #7e5e21;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}
.info3
{
  color: #4f5245;
  font-family: "Poppins", sans-serif;
}
.top-nm
{
  color: #7e5e21;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin:10px 0 20px 0;
}
.add-btn
{
  margin-top: 42px;
}
.btn-12
{
    font-family: "Poppins", sans-serif;
    color: #4f5245;
    font-size: 16px;
    font-weight: 500;
}
.right-div
{
  padding-left: 14px;
}
.left-filter
{
  padding-right: 14px;
      margin-top: 20px;
}
.left-filter .accordion-button
{
      background-color: #f7eee0;
      color: #282728;
      font-family: "Poppins", sans-serif;
}
.filter-pr
{
      color: #4f5245;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin:16px 0;
}
.price
{
      color: #7e5e21;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.filter-box
{
  margin-bottom: 30px;
}
.overlay-1 {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
.dropdown-menu.show ~ .overlay-1 {
    display: block;
}
.dropdown-menu.show ~ .header-123 {
 background: transparent;
}
.index-drop .dropdown-menu.show {
    display: block;
    min-width: 200px;
    border: none;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.index-drop .dropdown-menu.show:before 
{
  position: absolute;
    left: 50%;
    top: -8px;
    width: 0;
    height: 0;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}
.index-drop .dropdown-menu.show:before {
    position: absolute;
    left: 50%;
    top: -8px;
    width: 0;
    height: 0;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}
.currency-bar {
  margin-right:0px;
  display: flex;
  padding-top: 0px;
  justify-content: center;

}
.currency-bar ul {
  margin:0;
  padding:0;
  list-style:none;
  right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.currency-bar-cnt
{
      display: flex;
    justify-content: center;
    align-items: center
}
.currency-bar ul li {
  font-size:12px;
  display:inline-block;
  position:relative;
}
.currency-bar ul li span {
  color:#dcdcdc;
  /*margin-left:30px;
  margin-right:30px;*/
}
.currency-bar ul li a {
  color:#282728;
  font-size: 15px;
  margin-bottom: 0px;
  margin-left: 2px;
  margin-right: 10px;
   font-family: 'Poppins', sans-serif;
}
.currency-bar .dropdown-menu a {
  color:#000;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}


.currency-bar > ul > li > a {
  line-height:40px;
}
.currency-bar ul li a i  {
  margin-left:12px;
}
.lang-bar ul li a img {
  margin-right:4px;
}
.currency-bar ul li ul {
  background-color:#fff;
  position:absolute;
  top:auto;
  left:auto;
  z-index:999;
  visibility:hidden;
  opacity:0;
  transition:.3s;
  border:1px solid #ebebeb;
}
.currency-bar ul li:hover ul {
  visibility:visible;
  opacity:1;
}
.currency-bar ul li ul li {
  display:block;
  border-bottom:1px solid #ebebeb;
}
.currency-bar ul li ul li:last-child {
  border-bottom:none;
}
.currency-bar ul li ul li a {
    display: block;
    padding: 5px 25px;
    color: #4c4c4c;
}
.currency-bar ul li ul li a:hover {
  background-color:#f7f7f7;
}
.top-header-link
{
      display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
   top: 6px;
}
.top-header-link li 
{
  margin-left:4px;
}
.cart-items {
    position: absolute;
    top: 0px;
    left: 12px;
    background: #fff;
    padding: 0 5px;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #86692e;
}
#toggle
{
  position: absolute;
      top: 55%;
    right: 3px;
  transform: translateY(-50%);
  width:30px;
  height:30px;
  background:url('../images/eye-password.png');
  background-size:cover;
  cursor: pointer;
      opacity: 0.7;
}
#toggle.hide
{
background:url('../images/eye-password-hide.png');
  background-size:cover;
      opacity: 0.7;
}

.home{
  height: 700px;
  overflow:hidden;
  position: relative;
}
.img-bane
{
  height: 700px;

}
.img-bane img
{
height: ;
}
.home .slide{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index:1; 
  display:none;
  padding:0 15px;
      background: #f7eee0;
  animation: slide 2s ease;
}
.home .slide.active{
  display: flex;
}
@keyframes slide{
  0%{
    transform:scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}
.container{
  max-width: 1170px;
  margin:auto;
  
}

.home .container{
   flex-grow: 1;
}
.home .caption{
  width:43%;
}

.home .slide.active .caption h1{
  opacity:0;
  animation: captionText .5s ease forwards;
  animation-delay:1s;
}
.home .caption p{
  font-size: 18px;
  margin:15px 0 30px;
  color: #4f5245;
    text-align: left;
  }
  .home-caption-p
  {
        margin-top: 500px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #4f5245;
    padding: 0 70px 0 0;
    line-height: 29px;
  }
.home .slide.active .caption p{
  opacity:0;
  animation: captionText .5s ease forwards;
  animation-delay:1.2s;
}
.home .caption a{
 display: inline-block;
 padding:10px 30px;
 background-color:#7e5e21;
 text-decoration: none;
 color:#ffffff;
}

.home .slide.active .caption a{
  opacity:0;
  animation: captionText .5s ease forwards;
  animation-delay:1.4s;
}

@keyframes captionText{
  0%{
    opacity:0; transform: translateX(-100px);
  }
  100%{
   opacity:1; transform: translateX(0px); 
  }
}

.home .controls .prev,
.home .controls .next{
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(15.4269px);
    backdrop-filter: blur(15.4269px);
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s ease;
}
.home .controls .prev:hover,
.home .controls .next:hover{
  background-color: #000000;
}
.home .controls .prev{
 left:0;
}
.home .controls .next{
 right:0;
}

.home .indicator{
  position: absolute;
  left:50%;
  bottom:30px;
  z-index: 2;
  transform: translateX(-50%);
}

.home .indicator div{
  display: inline-block;
  width:25px;
  height: 25px;
  color:#ffffff;
  background-color: #FF5722;
  border-radius:50%;
  text-align: center;
  line-height: 25px;
  margin:0 3px;
}

.home .indicator div.active{
 background-color: #000;
}

/*responsive*/
@media(max-width: 980px)
{
  .ban-txt {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.currency-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    right: 55px;
    top: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ban-title {
    font-family: "Libre Baskerville", serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 50px;
}
.sec1 {
    padding: 0em 0 4em 0;
}
}

@media(max-width: 767px){
  .controls{
    display: none;
  }
}

/*Edit Profile*/
.edit-profile {
       border-radius: 50%;
    height: 120px;
    width: 120px;
    border: 1px solid #7d7c7c;
    position: relative;
    /* top: 100px; */
    left: 0;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.edit-profile-box
{
    margin-top:0em;
}
.profile-nm
{
    font-size: 19px;
    padding: 0px 0 0px 0;
    text-align: center;
}
label {
    cursor: pointer;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #626262;
    padding-left: 13px;
}
#upload-photo {
   opacity: 0;
   position: absolute;
   z-index: -1;
       position: relative;
    border: 1px solid #a0a0a0;
}
.upload-pic {
cursor: pointer;
    display: inline-block;
    margin-bottom: 0.5rem;
    background-color: #efa6a6;
    color: #f3f1f1;
    font-size: 19px;
    position: absolute;
    padding: 6px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* border: 1px solid; */
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 2px;
    position: absolute;
      top: 10px;
    right: 0;
    left: 94px;
    padding-right: 2px;
}
/**/


.right-menu li a
{
      color: #282728;
    font-family: "Poppins", sans-serif;
}

.right-menu li
{
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 3px 13px;
}

.shop_table .quantity {
    display: inline-block;
    float: none;
    margin: 0px 0 0 0;
    width: 70px;
    text-align: left;
    position: relative;
    padding-right: 5px;
}
video
{
  width: 100%;
  height: 100%;
}
.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color: #f7eee0;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.header .menu > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    background-color:#7e5e21;
    width: 100%;
    bottom: 4px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.header .menu > .menu-item > a:hover::before
{
  transform: scaleX(1);
}
.logo.menu_fixed  img {
    width: 160px;
}
.ct-number
{
    width: 17%;
    text-align: center;
    border: 1px solid #CCC;
    height: 47px;
    padding: 4px 0px 10px 0
    line-height: 18px;
    width: 45px;
    display: inline-block;
    margin: 0;
    text-align: center;
    color: #000;
    font-weight: 450;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.m-sub, .m-add
{
    border: 1px solid #ccc;
    display: block;
    overflow: hidden;
    width: 21px;
    line-height: 16px;
    height: 23px;
    position: absolute;
    text-align: center;
    padding: 0;
    left: auto;
    right: 5px;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}
.m-add
{
        top: 24px;
}
.product__details__text h3 {
    color: #4b004c;
    font-weight:400;
    margin-bottom: 16px;
        font-size: 20px;
      line-height:26px;
}
.card>hr {
    margin-right: 0;
    margin-left: 0;
    color: #7e5e21;
    border: 1px solid #7e5e21;
    opacity: 1;
}
.box-1
{
      border: none;
    border-radius: 0;
    background: #fcf8f3;
    margin-bottom: 30px;
    padding:1em;
}
.box-2
{
      border: none;
    border-radius: 0;
    background: #fcf8f3;
    margin-bottom: 30px;
    padding:1em;
}
.box-3
{
      border: none;
    border-radius: 0;
    background: #fcf8f3;
    margin-bottom: 30px;
    padding:1em;
}
.img-thumbnail
{
background-color: transparent;
    padding: 0;
}
.product__details__text h3 {
    color: #85692f;
    font-weight: 400;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
}
.br-nm
{
  /*text-align: center;*/
  margin-bottom: 30px;
  color: #4c4c4c;
  font-size: 18px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.abt-main
{
      color:#d82b80;
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
    line-height: 34px;
}
.qty-group {
        border-color: #cdcdcd;
    max-width: 144px;
    display: flex;
    -webkit-box-pack: center;
    border: 1px solid #cdcdcd;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -o-align-items:center;
 }
 .nm-txt
 {
      color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
   font-family: 'Poppins', sans-serif;
 }
 .minus-button
 {
  border-right: 1px solid #cdcdcd;
  width:32px;
      display: inline-block;
    vertical-align: middle;
    position: relative;
   display: inline-block;
    vertical-align: middle;
       text-align: center;
    font-size:18px;
    cursor: pointer;
        height: 38px;
    transition: 0.5s all;
    padding: 7px 8px;
 }
 .pluse-button
 {
  border-left: 1px solid #cdcdcd;
  width:32px;
      display: inline-block;
    vertical-align: middle;
    position: relative;
  display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size:18px;
    cursor: pointer;
        height: 38px;
    transition: 0.5s all;
    padding: 7px 8px;
 }
 .qty-input
 {
   max-width: 380px;
   display: inline-block;
    vertical-align: middle;
    width: 80px;
    border: none;
        padding: 7px 5px;
    text-align: center;
    color: #646464;
       text-align: center;
    font-size:15px;
        height: 38px;
     text-align: center;
    padding: 7px 5px 5px;
    background-color: rgba(255,255,255,0);
 }
 .product__details__text ul li span {
    font-weight: 500;
    margin-right: 12px;
    display: inline-block;
    font-size: 16px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.col-gr {
    color: green;
}
/* Service */
.deliveryinfo {
    margin-bottom: 0;
    /*border: 1px solid #e4e4e4;*/
    border-radius: 5px;
    transition: 0.3s ease;
}
.deliveryinfo .row {
    margin: 0;
}
.deliveryinfo ul {
       margin: 0;
    padding: 4px;
    /*border: 1px solid #e4e4e4;*/
}
.deliveryinfo [class*=col-] {
   display: flex;
     border:1px solid #d4c4a9; 
    padding: 0;
    text-align: left;
    padding: 0px;
/*     margin: 10px; */
    justify-content: center;
    align-items: center;
        margin-right: 10px;
/*        width: 350px;*/
    flex-direction: column;
}
.deliveryinfo [class*=col-]:last-child {
    border-bottom.product__details__text ul li: none;
}
.deliveryinfo ul svg {
    width: 30px;
    height: 30px;
    fill: var(--color-wbmaincolors-text);
    transition: transform .7s ease-in-out;
    cursor: pointer;
}
.deliveryinfo ul:hover li svg {
    transform: rotateY(360deg);
}
.deliveryinfo ul li span {
    display: inline-block;
    vertical-align: middle;
}

.deliveryinfo li {
    display: inline-block;
    vertical-align: middle;
}
.deliveryinfo li:last-child{
    text-align: center;
    margin-left: 0px;
}
.deliveryinfo li h4 {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 4px;
    margin-top: 4px;
    letter-spacing: 0;
    text-align: center;
}
.deliveryinfo li p {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: calc(var(--font-size-base) * 1px);
    letter-spacing: 0;
    color: rgba(var(--color-base-text),0.7);
    text-align: left;
}
.icon-product {
    position: absolute;
    right: 7px;
    bottom: 50px;
    z-index: 11;
    cursor: pointer;
}
.product__item__pic__hover {
   
    /* width: 100%; */
    text-align: right;
   -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
  z-index: 1;
  cursor: pointer;
}
.product-popular-bx a img {
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.05, 1);
        width: 100%;
}
.product-popular-bx a img.hover-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.product-popular-bx:hover  a img.hover-img {
    opacity: 1;
    visibility: visible;
}
.product__item__pic__hover li {
    list-style: none;
    display: block;
    margin-right: 0px;
      margin-bottom: 4px;
}

.product__item__pic__hover li:last-child {
    margin-right: 0;
/*    display: none;*/
}
.product__item__pic__hover li a {
    font-size: 16px;
    color: #fff;
    height: 34px;
    width: 34px;
    line-height: 36px;
    text-align: center;
    /* border: 1px solid #777575; */
    background: rgba(0,0,0,.1);
        border-radius: 30px;
    -webkit-backdrop-filter: blur(15.4269px);
    backdrop-filter: blur(15.4269px);
    display: inline-block;
    /* border-radius: 50%; */
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}
.product__item__pic__hover li a i {
    position: relative;
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.product__item__pic__hover li:hover a {
    background: #fff;
/*    border: 1px solid #ed1d24;*/
   color: #777575;
}

.product__item__pic__hover li:hover a i {
    color: #777575;
    transform: rotate(360deg);
}

.product__item__pic__hover li a {
    font-size: 16px;
    font-size: 16px;
    color: #7e5e21;
    height: 34px;
    width: 34px;
    line-height: 36px;
    text-align: center;
/*    border: 1px solid #7e5e21;*/
    background:rgba(0,0,0,.1);
    display: inline-block;
    border-radius: 50%;
        border-radius: 30px;
    -webkit-backdrop-filter: blur(15.4269px);
    backdrop-filter: blur(15.4269px);
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product__item__pic__hover li a i {
    position: relative;
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    color: #fff;
}

.product__item__text {
    text-align: center;
        padding-top:0px;
    height: 58px;
}

.product__item__text h6 {
        margin-bottom: 6px;
    font-size: 15px;
    padding:0 2px;
    font-weight: normal;
    /*font-weight: bold;*/
    /*text-transform: capitalize;*/
}

.product__item__text h6 a {
    color: #fff;
}

.product__item__text h5 {
    color: #252525;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}

.product__pagination,
.blog__pagination {
    padding-top: 10px;
}
.d-flx-btn
{
  display: flex;
}
.small-banner
{
  margin:0;
}

.shorting_icon {
    font-size: 18px;
    margin-right: 10px;
    height: 25px;
    width: 25px;
    float: left;
    text-align: center;
    line-height: 45px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shorting_icon .ti-layout-list-thumb {
  font-size: 24px;
  line-height: 45px;
}
.shorting_icon.active {
  background-color: #c0bc97;
  color: #fff;
/*  border-color: #ff324d;*/
}
.shop_container {
  position: relative;
}
.loading_pr {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9;
}
.shop_container .loading_pr {
  top: -7px;
}
.shop_container .mfp-preloader {
  top: 100px;
}
.shop_container:not(.list) .list_product_action_box,
.shop_container.list .product_action_box {
  display: none;
}
.shop_container.list .product_img::before {
  content: normal;
}
.shop_container.list [class*="col-"] {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.shop_container.list .grid_item {
  position: static !important;
  transform: none !important;
}
.shop_container.list .product {
  display: inline-block;
  width: 100%;
}
.shop_container.list .product_img {
  float: left;
  width: 100%;
  max-width: 280px;
}
.shop_container.list .product .product_title {
  font-size: 20px;
  margin-bottom: 15px;
}
.shop_container.list .product_info {
  overflow: hidden;
  text-align: left;
  padding: 15px 30px;
}
.shop_container.list .product_price {
  float: left;
}
.shop_container.list .product .rating_wrap {
  display: block;
  float: right;
}
.shop_container.list .pr_desc {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 58px;
  max-height: 84px;
}
.shop_container.list .pr_desc p {
  margin-bottom: 0px;
}
.shop_container.list .product_action_box,
.shop_container.list .product .pr_switch_wrap,
.shop_container.list .product .pr_switch_wrap {
  position: static;
}
.shop_container.list  .product .pr_switch_wrap {
  padding: 0;
  opacity: 1;
  visibility: visible;
  margin-bottom: 10px;
}
.shop_container.list .product .product_color_switch span {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.shop_container.list .product_action_box li {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    filter: alpha(opacity=1);
}
.shop_container.list .pr_action_btn {
  display: block;
  margin: 0;
}
.shop_container.list .pr_action_btn li {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.shop_container.list .pr_action_btn li a {
  box-shadow: none;
}
.shop_container.list .pr_action_btn li a:hover {
  background-color: transparent;
  color: #FF324D;
}
.shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
  font-size: 16px;
  width: auto;
  height: auto;
  padding: 12px 30px;
  background-color: #FF324D;
  border: 1px solid #FF324D;
  color: #fff;
  border-radius: 4px;
}
.shop_container.list .pr_action_btn li.add-to-cart a:hover {
  background-color: transparent;
  color: #FF324D;
}
.shop_container.list .pr_action_btn li.add-to-cart a i {
  line-height: normal;
  margin-right: 5px;
}


.shop_container:not(.list) .list_product_action_box,
.shop_container.list .product_action_box {
  display: none;
}
.shop_container.list .product_img::before {
  content: normal;
}
.shop_container.list [class*="col-"] {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    width: 50%;
}
.shop_container.list .grid_item {
  position: static !important;
  transform: none !important;
}
.shop_container.list .product-popular-bx {
    position: relative;
    width: 98%;
}
.shop_container.list .product {
  display: inline-block;
  width: 100%;
}
.shop_container.list .product_img {
  float: left;
  width: 100%;
  max-width: 280px;
}
.shop_container.list .product .product_title {
  font-size: 20px;
  margin-bottom: 15px;
}
.shop_container.list .product_info {
  overflow: hidden;
  text-align: left;
  padding: 15px 30px;
}
.shop_container.list .product_price {
  float: left;
}
.shop_container.list .product .rating_wrap {
  display: block;
  float: right;
}
.shop_container.list .pr_desc {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 58px;
  max-height: 84px;
}
.shop_container.list .pr_desc p {
  margin-bottom: 0px;
}
.shop_container.list .product_action_box,
.shop_container.list .product .pr_switch_wrap,
.shop_container.list .product .pr_switch_wrap {
  position: static;
}
.shop_container.list  .product .pr_switch_wrap {
  padding: 0;
  opacity: 1;
  visibility: visible;
  margin-bottom: 10px;
}
.shop_container.list .product .product_color_switch span {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.shop_container.list .product_action_box li {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    filter: alpha(opacity=1);
}
.shop_container.list .pr_action_btn {
  display: block;
  margin: 0;
}
.shop_container.list .pr_action_btn li {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.shop_container.list .pr_action_btn li a {
  box-shadow: none;
}
.shop_container.list .pr_action_btn li a:hover {
  background-color: transparent;
  color: #FF324D;
}
.shop_container.list .list_product_action_box .pr_action_btn li.add-to-cart a {
  font-size: 16px;
  width: auto;
  height: auto;
  padding: 12px 30px;
  background-color: #FF324D;
  border: 1px solid #FF324D;
  color: #fff;
  border-radius: 4px;
}
.shop_container.list .pr_action_btn li.add-to-cart a:hover {
  background-color: transparent;
  color: #FF324D;
}
.shop_container.list .pr_action_btn li.add-to-cart a i {
  line-height: normal;
  margin-right: 5px;
}
.mar-7em
{
      margin-top: 7em;

}
.pos-rel
{
  position: relative;
}
.left-img
{
      position: absolute;
    top: -116px;
}
.lhome1
{
  padding-right:20px;
}
.sec6 {
    margin: 3em 0 1em 0;
}
.pha-foot
{
      font-family: "Poppins", sans-serif;
    color: #4f5245;
    line-height: 28px;
    font-size: 16px;
}
.footer-link
{
      font-family: "Poppins", sans-serif;
    color: #4f5245;
    line-height: 28px;
    font-size: 16px;
}
.txt-cnt-div
{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-link li
{
margin-bottom: 2px;
    font-family: "Poppins", sans-serif;
    color: #4f5245;
    font-size: 16px;
}
.title-main-1 {
    color: #7e5e21;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    letter-spacing: 0.2px;
    margin-bottom: 21px;
}
.best-t1
{
   font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 550;
}
.filt-rul
{
  margin-bottom: 40px;
}
.list-ul
{
      color: #4f5245;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    list-style-type: disc;
    margin-left: 30px;
    margin-top:4px;
    margin-bottom: 14px;
}
.logok-it
{
      color: #7e5e21;
      font-family: "Poppins", sans-serif;
        font-size: 16px;
            padding: 0px 0 0;
}
.drop-filt {
    display: block;
    background: transparent;
    border: none;
    color: #7e5e21;
    padding-top: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-top: 0;
    position: relative;
    top: -5px;
}
.list-ul li 
{
  margin-bottom: 4px;
}
.list-filt
{
display: flex;
align-items: flex-start;
    justify-content: flex-end;
}
.drp-flex
{
      justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
}
.list-filt li
{
  margin-left: 14px;
}
.accordion-header {
    margin-bottom: 0;
    background: #f7eee0;
}
.dnar
{
      position: absolute;
    left: 80px;
        top: 4px;

}
.cnt-d-flex
{
      display: flex;
    justify-content: center;
}
.page-lod
{
  margin:1em 0;
}
.mr-bt-20px
{
      margin-bottom: 20px;
}
.alert
{
  display: flex;
    margin-top: 17px;
}
.close
{
  position: absolute;
    right: 10px;
    border: none;
    background: #f1f1f1;
    font-size: 26px;
    top: -22px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    color: #333;
}

/*Media Query*/


@media only screen and (max-width: 820px) 
{
.login {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 30px;
}
.sec1 {
    padding: 3em 0 4em 0;
}

.home {
    height: 458px;
    overflow: hidden;
    position: relative;
}
.sec2, .sec1
{
  overflow: hidden;
}
.sec2 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.sec1 .owl-carousel .owl-stage-outer 
{
 position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
    .ban-txt {
        position: absolute;
        top: 40px;
        left: 50px;
        z-index: 1;
    }
.shop_container.list .product-popular-bx {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.shop_container.list .icon-product {
    position: absolute;
    right: 7px;
    bottom: 75px;
    z-index: 11;
    cursor: pointer;
}
.sec2 {
    padding: 2em 0 3em 0;
}
.txt-ban {
    padding-right: 0;
    position: relative;
}
.txt-ban:before {
    content: '';
    position: absolute;
    width: 61px;
    height: 5px;
    background: #7e5e21;
    bottom: 22px;
    left: 548px;
}
.top-header-link {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 16px;
}
.currency-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    right: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .ban-title {
        font-family: "Libre Baskerville", serif;
        color: #000000;
        text-transform: uppercase;
        font-size: 33px;
    }
    .home-caption-p {
    margin-top: 300px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #4f5245;
    padding: 0 70px 0 0;
    line-height: 29px;
}
.product__item__pic {
    max-width: 100%;
    aspect-ratio: 400 / 494;
}
.hover-img {
    max-width: 100%;
    aspect-ratio: 400 / 494;
}
.product-info-index .product-nm {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 500;
    /* max-height: 4rem; */
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.logo img {
    width: 140px;
}
.header .logo {
    padding: 0;
    margin-left: 80px;
}
.left-img {
    position: relative;
    top: 0;
}
.txt-ban h1 {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0.5px;
}
.quote-img {
    width: 50px;
}



}

@media only screen and (max-width: 600px) 
{
 .ban-txt {
    position: relative;
    top: 100px;
    left: 0;
    z-index: 1;
}
.padding-mob-0
{
  padding: 0;
}
.shop_container.list [class*="col-"] {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    width: 100%;
}
.home .caption {
    width: 100%;
}

.ban-title {
    font-family: "Libre Baskerville", serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 36px;
}
.txt-ban h1 {
   color: #000000;
        font-family: "Poppins", sans-serif;
        font-size: 32px;
        line-height: 43px;
        letter-spacing: 0.5px;
}
.txt-ban:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    background: #7e5e21;
    bottom: 20px;
    left: auto;
    right: 0;
}
.header .logo {
    padding: 0;
    margin-left: 49px;
}
.sec5 {
    padding: 0em 0 0 0;
}
.mar-7em {
    margin-top: 21px;
}
.left-img {
    position: relative;
    top: 0;
    margin-bottom: 20px;
}
.sec2 {
    padding: 2em 0 2em 0;
}
.logo img {
    width: 80px;
}

.ban-txt {
    position: relative;
    top: 40px;
    left: 0;
    z-index: 1;
}

.kn {
    margin: 1em 0px 1em 0px;
    padding: 0;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 28px;
    transition: all 0.5s;
    cursor: pointer;
}
.login {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.logo img {
    width: 100px;
}
.title-main {
    color: #7e5e21;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
}
.home-caption-p {
    margin-top: 40px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #4f5245;
    padding: 0 0px 0 0;
    line-height: 29px;
}
.img-bane {
    height: 100%;
    margin-top: 15px;
}
.home .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: none;
    padding: 0;
    animation: slide 2s ease;
}
.img-bane img {
    height: 100%;
}
.sec1 {
    padding: 2em 0 2em 0;
}
.container, .container-fluid
{
  padding:0 20px;
}
.product-info-index .product-nm {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: 550;
    /* max-height: 4rem; */
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.product-info-index {
    display: block;
    justify-content: space-between;
}
.icon-product {
    position: absolute;
    right: 7px;
    bottom: 74px;
    z-index: 11;
    cursor: pointer;
}
.txt-ban {
    padding-right: 0;
    position: relative;
}
.quote-img
{
  width: 50px;
}
.footer {
    padding: 3em 0 1em 0;
    margin-top: 1em;
}
.footernm {
    color: #4f5245;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 9px;
    margin-top: 10px;
}
.txt-cnt-div {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.footer-pha {
    font-family: "Poppins", sans-serif;
    color: #4f5245;
    line-height: normal;
    font-size: 14px;
    margin: 0 0 1em 0;
}
.footer-link
{
  margin-bottom: 1em;
}
.product__item__pic {
    max-width: 100%;
    aspect-ratio: 360 / 474;
}
.hover-img {
    max-width: 100%;
    aspect-ratio: 360 / 474;
}
.currency-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:0px;
}
.footer {
    padding: 2em 0 1em 0;
    margin-top: 0em;
}
.right-div {
    padding-left: 0;
}
.card-20px {
    padding-right: 0;
}
.btn-1 {
    color: #85692f;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 550;
    margin-right: 18px;
    display: inline-block;
    margin-top: 26px;
    margin-bottom: 24px;
}
    .foot-img {
        width: 140px;
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
.home {
    height: 924px;
    overflow: hidden;
    position: relative;
}
.rev-col
{
  flex-direction: column-reverse;
}
.upload-pic {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0.5rem;
    background-color: #efa6a6;
    color: #f3f1f1;
    font-size: 19px;
    position: absolute;
    padding: 6px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* border: 1px solid; */
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 2px;
    position: absolute;
    top: 117px;
    right: 0;
    left: 124px;
    padding-right: 2px;
}
.sec2, .sec1
{
  overflow: hidden;
}
.sec2 .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.sec1 .owl-carousel .owl-stage-outer 
{
 position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.left-filter {
    padding-right: 14px;
    margin-top: 0;
}
.currency-bar ul li a {
    color: #282728;
    font-size: 13px;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: -6px;
    font-family: 'Poppins', sans-serif;
}
}





