@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,600;1,300;1,400;1,500;1,600;1,700&family=Manrope:wght@200;300;400;500;600;800&display=swap");
body {
  font-family: "Public Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #0e0e06;
}

a:hover {
  color: #0e0e06;
  text-decoration: none;
}
a:not([href]) {
  color: #0e0e06;
}
h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Cormorant Infant", serif;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
  color: #0e0e06bf;
}
button:focus {
  outline: none;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  /*height: 70px;*/
  padding: 6px 0;
  z-index: 99;
  position: fixed;
  width: 100%;
  text-align: center;
  background: #fff;
  top: 0px;
  transition: top 0.2s ease-in-out;
}
.header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}
.header .logo h1 a,
.header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
.header .logo img {
  padding: 0;
  margin: 0;
  height: 60px;
}
.nav-down .logo img {
  height: 60px;
}
.nav-down {
  height: auto;
  /* padding: 0px;*/
}
.nav-down .nav-toggle {
  padding: 0px 0px;
}
.nav-down .bag {
  padding: 0px 0px;
}
@media (max-width: 768px) {
  .header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  /*overflow-y: auto;*/
  left: -390px;
  width: 350px;
  padding-top: 0px;
  background: #84873d;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu a,
.nav-menu a:focus {
  display: block;
  position: relative;
  color: #fff;
  padding: 0;
  font-weight: 400;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  line-height: 2;
  margin-bottom: 0;
  text-align: left;
}
.nav-menu ul {
  display: flex;
  padding: 60px 40px 200px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  flex: 1 0 0;
  align-self: stretch;
}
.nav-menu .menu_social {
  display: flex;
  padding: 30px 40px 20px 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 348px;
  background: #84873d;
}
.nav-menu .menu_social li,
.nav-menu .menu_social li a {
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav-menu .menu_social li svg {
  display: flex;
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100%;
  padding: 9px;
}
.nav-menu ul ul {
  display: flex;
  padding: 0px 0px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
}
.nav-menu ul li {
  /*display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;*/
  width: 100%;
}
.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  /*background: #ffffff1c;*/
}
.nav-menu .drop-down > a:after {
  /* content: "\ea27"; */
  font-family: "boxicons";
  /* padding-left: 10px; */
  position: absolute;
  right: 0;
  background-image: url(../icons/add-white.svg);
  content: "";
  background-size: cover;
  width: 22px;
  height: 22px;
  padding: 0px;
  top: 5px;
}
.nav-menu .active.drop-down > a:after {
  background-image: url(../icons/subtract-white.svg);
}
.nav-menu .drop-down > a {
  padding-right: 0;
  width: 100%;
  cursor: pointer;
}
.nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}
.nav-menu ul.drop-down-active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  margin-top: 20px;
}
.nav-menu ul.drop-down-active a {
  margin: 0px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.75);
}
.nav-menu ul.drop-down-active a:hover {
  text-decoration: underline;
  background: #ffffff00;
}
.nav-menu .drop-down li {
  padding-left: 0px;
}
.nav-menu-active {
  left: 0;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  border-right: 2px solid #fff;
}
.nav-toggle {
  display: inline-flex;
  float: left;
  left: 10%;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: #fff0;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  /*padding: 16px 12px;*/
  padding: 0px;
  border-radius: 2px;
  letter-spacing: 0px;
  color: #0e0e06;
}
.nav-toggle i {
  font-size: 14px;
  font-style: initial;
  color: #0e0e06;
  font-weight: 600;
}

.nav-toggle-active {
  left: 260px;
  top: 0px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #884922;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fd680e;
}
.navbar .getstarted,
.navbar .getstarted:focus {
  background: #fd680e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd7827;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #fd680e;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.close-menu {
  position: absolute;
  top: 20px;
  right: -35px;
  background: #fff;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 0px 10px 10px 0px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  box-shadow: 0px 10px 60px #00000029;
}
.close-menu img {
  width: 23px;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #743e1d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(75, 40, 19, 0.9);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:hover {
  padding: 10px 20px;
  font-size: 15px;
  color: #743e1d;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #fd680e;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #fd680e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/***********************************Home Banner Image************************************/
.about-home-image {
  position: absolute;
  z-index: 9;
  top: 60px;
  left: 0px;
  right: 0px;
  list-style: none;
}
.about-home-image li.home_img {
  /*position: absolute;*/
}
.about-home-image li.home_img:first-child {
  height: 500px;
  /*left: 1%;
    top: 200px;*/
  width: 500px;
}
.about-home-image li.home_img:nth-child(2) {
  height: 300px;
  right: 10%;
  top: 100px;
  width: 230px;
}
.about-home-image li.home_img:nth-child(3) {
  height: 300px;
  right: 0;
  top: 27rem;
  width: 300px;
}
.about-home-image li.home_img:nth-child(4) {
  height: 400px;
  left: 0px;
  top: 30rem;
  width: 400px;
}
.about-home-image li.home_img:nth-child(5) {
  height: 300px;
  right: 38%;
  top: 630px;
  width: 300px;
}
/*.about-home-image li.home_img:nth-child(6){
    height: 39vh;
    left: 78rem;
    top: 58rem;
    width: 35rem;
}*/
.about-home-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*End*/
.bag {
  display: flex;
  float: right;
  right: 10%;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: #fff0;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  /*padding: 16px 12px;*/
  padding: 0px;
  border-radius: 2px;
  letter-spacing: 0px;
  color: #0e0e06;
}
.bag ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  margin-bottom: 0;
}
.bag ul li {
  display: flex;
  position: relative;
}
header .logo {
  display: inline-flex;
}
.nav-up {
  /*top: -100px;*/
}
body:not(.home) header.darkHeader {
  display: block;
}
.bag span {
  font-size: 14px;
  color: #0e0e06;
  font-weight: 600;
  line-height: 2;
  padding-left: 5px;
}
/*Home-banner*/
.home-banner {
  text-align: center;
  padding: 0px 100px;
  display: block;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(180deg, #ffffff 0%, #f5f4ef 100%) 0%
    0% no-repeat padding-box;
}
.inner-container {
  width: 100%;
  margin: 0px auto;
  background-image: url(../img/hero-shape.webp);
  background-position: center;
  background-size: cover;
  padding-top: 600px;
  background-repeat: no-repeat;
  min-height: 920px;
}
.mid-text {
  max-width: 1000px;
  margin: 0px auto;
}
.mid-text h1 {
  font-size: 80px;
  font-style: italic;
  color: #0e0e06;
}
.mid-text p {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  max-width: 660px;
  margin: 0px auto;
  margin-bottom: 30px;
  color: rgba(14, 14, 6, 0.75);
  line-height: 28px;
}
#section10 a {
  padding-top: 60px;
  color: rgba(14, 14, 6, 0.75);
  font-size: 12px;
  font-weight: 500;
}
#section10 a span {
  position: relative;
  bottom: 0px;
  left: 49.3%;
  width: 44px;
  height: 60px;
  margin-left: -15px;
  border: 2px solid #503d42;
  border-radius: 50px;
  box-sizing: border-box;
  display: block;
  background: #fff;
}
#section10 a span::before {
  position: absolute;
  top: 2px;
  left: 12px;
  content: "";
  width: 22px;
  height: 22px;
  margin-left: -3px;
  /* background-color: #858648; */
  /* border-radius: 100%; */
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 1s infinite;
  box-sizing: border-box;
  background-image: url(../icons/arrow--down.svg);
  background-position: center;
  background-size: 100% 100%;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*End*/
/*stickers*/
.stickers {
  padding: 100px 0px 0px;
  background: #251e1b;
  box-shadow: 0px 1px 0px #ffffff;
  position: relative;
  min-height: 300px;
}
.product-blur {
  min-height: 300px;
}
.stickers h2,
.stickers h2 a {
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 60px;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  font-family: "Cormorant Infant", serif;
  margin-bottom: 30px;
  line-height: 60px;
}
.stickers .nav-tabs > li,
.stickers .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline; /* ie7 fix */
  zoom: 1; /* hasLayout ie7 trigger */
}

.stickers .nav-tabs,
.stickers .nav-pills {
  text-align: center;
  justify-content: center;
  border-bottom: none;
  gap: 15px;
}
.stickers .nav-tabs .nav-item.show .nav-link,
.stickers .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff0;
  border-color: #fff0;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0px;
  border-radius: 26px;
  border: 1px solid #fff;
  background: rgba(14, 14, 6, 0.25);
  font-family: "Public Sans", sans-serif;
  padding: 7px 15px;
}
.stickers .nav-tabs .nav-link {
  border: none;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 13px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  min-height: 36px;
  padding: 7px 15px;
  align-items: center;
  gap: 8px;
  font-family: "Public Sans", sans-serif;
  border-radius: 18px;
  background: rgba(14, 14, 6, 0.5);
  border: 1px solid rgba(14, 14, 6, 0.25);
  border-radius: 26px;
}
.stickers .nav-link {
  padding: 0.5rem 20px;
}

.stickers-slide .entity-img {
  width: 400px;
  border-radius: 50%;
  height: 400px;
}
.swiper-slide {
  border-radius: 50%;
  padding: 122px;
  text-align: center;
  padding-top: 100px;
}
.stickers-slide .content .title {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 25px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-family: "Cormorant Infant", serif;
  margin-bottom: 20px;
  line-height: normal;
  font-style: italic;
}
.stickers-slide .content .caption {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* background-image: linear-gradient(to left,rgb(54 53 55),rgba(0,0,0,0)) !important;*/
  background-image: none !important;
}
.swiper-container-3d .swiper-slide-shadow-right {
  /*background-image: linear-gradient(to right,rgb(54 53 55),rgba(0,0,0,0)) !important;*/
  background-image: none !important;
}
.stickers-slide .swiper-button-next {
  right: 25%;
  transform: rotate(10deg);
  transition: all 0.3s;
  top: 32%;
}
.stickers-slide .swiper-button-prev {
  left: 25%;
  transform: rotate(-10deg);
  transition: all 0.3s;
  top: 32%;
}

.stickers-slide .swiper-button-next:hover {
  transition: all 0.3s;
  background-color: #000;
}
.stickers-slide .swiper-button-next:hover .a-b {
  display: none;
}
.stickers-slide .swiper-button-prev:hover .a-b {
  transition: all 0.3s;
  display: none;
}
.stickers-slide .swiper-button-next:hover .a-w {
  display: inline-block;
}
.stickers-slide .swiper-button-prev:hover .a-w {
  transition: all 0.3s;
  display: inline-block;
}
.stickers-slide .swiper-button-prev:hover {
  transition: all 0.3s;
  background-color: #000;
}
.home-banner:after {
  content: "";
  /*background-image: url(../icons/curve-yellow.svg);
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 300px;*/
}

.stickers-slide .swiper-button-next,
.stickers-slide .swiper-button-prev {
  width: 56px;
  height: 56px;
  background-color: rgba(80, 61, 66, 0.75);
  border-radius: 50%;
  border: 2px solid #fff;
  transition: all 0.3s;
  line-height: 53px;
  text-align: center;
  border: none;
}
.stickers-slide .swiper-button-next svg,
.stickers-slide .swiper-button-prev svg {
  padding: 0px;
  width: 25px;
  height: 25px;
}
.stickers-slide .swiper-pagination {
  display: none;
}
.stickers:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 235px;
  height: 208px;
  background-image: url(../icons/circle_line.svg);
}
.stickers .content .add-shoping-bt {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #0e0e06;
  width: auto;
  height: auto;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  display: flex;
  line-height: 45px;
  /* margin: 0px auto; */
  /* transition: all 0.3s; */
  text-align: inherit;
  padding: 0px 18px;
  align-items: center;
  gap: 5px;
  text-transform: capitalize;
}
.add-shoping-bt img {
  margin-left: 5px;
  transition: all 0.3s;
  display: inline-block;
  /*position: absolute;*/
  top: 8px;
  width: 24px;
  transition: all 0.3s;
}
.stickers .swiper-slide-prev {
  opacity: 0.5;
  /*transform: translate3d(0px, 0px, -100px) rotateX(333deg) rotateY(50deg) !important;*/
  padding-top: 150px;
  transform: rotate(-10deg) !important;
}
.stickers .swiper-slide-next {
  opacity: 0.5;
  padding-top: 150px;
  transform: rotate(10deg) !important;
  /*    transform: translate3d(0px, 0px, -100px) rotateX(333deg) rotateY(-50deg) !important;*/
}
.stickers .wiper-slide-active {
}
.stickers .content {
  width: 80%;
  margin: 0px auto;
}
/****************************Cloth-section-home-page**************************/
.cloths-sec {
  background-color: #ad5d4e;
  padding: 120px 0px;
  position: relative;
}
.left-cloth-cat ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.left-cloth-cat h2 {
  text-align: left;
  font: italic normal normal 60px/72px Cormorant Infant;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 30px;
}
.left-cloth-cat li {
  text-align: left;
  font-family: "Public Sans", sans-serif;
  letter-spacing: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 20px;
}
.multiple-items {
  padding: 0px;
}
.slick-initialized .slick-slide {
  padding: 20px;
}
.slick-slide .cloths-img {
  width: 100%;
  border-radius: 5px;
  /*background-color: #fff;*/
  height: auto;
  object-fit: cover;
}
/*.slick-list{padding:0 20% 0 0 !important;}*/
.left-cloth-cat {
  width: 30%;
  float: left;
  padding-left: 20%;
}
.cloth-slider {
  width: 100%;
  float: left;
  padding-left: 85px;
}
.cloth-slider .slick-initialized .slick-slide {
  padding: 15px;
}
.cloth-slider .prev-arrow {
  right: 170px;
  top: -130px;
}
.cloth-slider .next-arrow {
  right: 100px;
  top: 0px;
  top: -130px;
}
.cloth-slider .slide-arrow {
  position: absolute;
  border: none;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: 2px solid #503d42;
  background: #fff0;
}
.cloth-slider .multiple-items {
  padding-top: 90px;
}
.cloth-slider .content .title {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #000000;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
}
.cloth-slider .content .caption {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  /*display: block;*/
  text-align: center;
  display: none;
}
.cloth-slider .content .add-shoping-bt {
  /*background: #FFECCC 0% 0% no-repeat padding-box;
    border: 1px solid #717172;
    border-radius: 58px;
    color: #0E0E06;
    width: 150px;
    height: 40px;
    font-size: 14px;
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    display: block;
    line-height: 38px;
    margin-top: 15px;
    float: left;
    text-align: left;
    padding-left: 21px;
    transition: all 0.3s;*/
}
.cloth-slider .add-shoping-bt img {
  width: 21px;
}
.cloth-slider .content .add-shoping-bt:hover {
  /*background-color: #000;
    color: #fff;
    transition: all 0.3s;
    width: 155px;*/
}
.button-area {
  position: relative;
}
.cloth-slider .add-shoping-bt:hover::after {
  width: 29px;
  background-color: #000;
}
.cloths-sec:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 160px;
  height: 220px;
  background-image: url(../icons/illustration-pie.svg);
  opacity: 0.75;
}

.a-w {
  display: none;
}
.cloth-slider .slide-arrow:hover .a-b {
  display: none;
  transition: all 0.3s;
}
.cloth-slider .slide-arrow:hover .a-w {
  display: inline-block;
  transition: all 0.3s;
}
.cloth-slider .slide-arrow:hover {
  background: #503d42;
  transition: all 0.3s;
  border: 2px solid #503d42;
}
.cloth-slider .slide-arrow[aria-disabled="true"] {
  opacity: 0.3;
}
/***************************************************product************************************/
.product-sec {
  background-color: #84873d;
  padding: 0px 0px;
  position: relative;
}
.ps-1 {
  background-image: url(../img/collage-1.png);
  background-position: center;
  background-size: contain;
}
.product-blur {
  background: #5c5e21f7;
  padding: 160px 0px;
}
.product-sec:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 250px;
  height: 220px;
  /*background-image: url(../icons/illustration-cirlcle-lines.svg);*/
  opacity: 0.75;
}
.product-sec h2,
.product-sec h2 a {
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 60px;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  font-family: "Cormorant Infant", serif;
  margin-bottom: 30px;
  line-height: 60px;
}
.product-sec .nav-tabs,
.product-sec .nav-pills {
  text-align: center;
  justify-content: center;
  border-bottom: none;
}
.product-sec .nav-tabs > li,
.product-sec .nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-sec .nav-tabs .nav-item.show .nav-link,
.product-sec .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff0;
  border-color: #fff0;
  color: #ffeccc;
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 15px;
  letter-spacing: 0px;
}
.product-sec .nav-tabs .nav-link {
  border: none;
  text-transform: capitalize;
  letter-spacing: 0px;
  font-size: 15px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 500;
}
/*************************************carolina-sec**********************************/
.carolina-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}
.carolina-sec .container {
  padding: 10px 100px;
}
.mb-60 {
  margin-bottom: 60px;
}
.carolina-image img {
  height: 500px;
  width: 100%;
  object-fit: contain;
  border-radius: 20px;
  transition: all 0.5s;
  background-color: rgba(187, 81, 58, 0.1);
}
.carolina-image img:hover {
  /*transform: rotateY(30deg) scaleZ(.5);*/
  transition: all 0.5s;
}
.carolina-image {
  /*margin-left: -20%;
    perspective: 600px;*/
}
.carolina-cnt p {
  color: rgba(14, 14, 6, 0.75);
  text-align: left;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  line-height: 32px;
  margin: 0px;
}
.mb-40 {
  margin-bottom: 40px;
}
.carolina-name {
  position: relative;
  /* top: -23%; */
  /* left: -33%; */
  width: 159px;
}
.more-btn {
  width: 148px;
  height: 45px;
  background: #ad5d4e 0% 0% no-repeat padding-box;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  line-height: 43px;
  display: block;
  text-align: left;
  transition: all 0.3s;
  padding-left: 26px;
}
.more-btn:hover {
  background-color: #0e0e06;
  color: #fff;
}
.arrow-b-icn {
  transition: all 0.3s;
}
.more-btn:hover .arrow-b-icn {
  margin-left: 10px;
}
.carolina-cnt .add-shoping-bt::after {
  content: "";
  position: absolute;
  left: 125px;
  top: 0px;
  background-color: #ad5d4e;
  height: 44px;
  transition: all 0.3s;
  border: none;
}
.carolina-cnt .add-shoping-bt:hover::after {
  width: 27px;
}
.carolina-cnt .add-shoping-bt img {
  margin-left: 5px;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  top: 10px;
  width: 24px;
  z-index: 99;
}
.insta-main-box {
  display: flex;
  padding: 40px 100px;
  justify-content: center;
  align-items: center;
  gap: 60px;
  align-self: stretch;
  background-color: rgba(187, 81, 58, 0.1);
  position: relative;
  overflow: hidden;
}
.insta-main-box:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0%;
  width: 330px;
  height: 260px;
  background-image: url(../img/Instagram-Flowing.webp);
  background-position: center;
  background-size: cover;
}
.insta-main-box:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0%;
  width: 330px;
  height: 260px;
  background-image: url(../img/Instagram-Flowing.webp);
  background-position: center;
  background-size: cover;
}
.insta-main-box p {
  color: #0e0e06;
  font-size: 32px;
  line-height: 44px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0px;
}
.left-cnt-insta {
  display: flex;
  min-width: 500px;
  max-width: 500px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.right-cnt-insta {
  width: 100%;
  float: right;
}
.insta-cta .container {
  max-width: 100%;
  padding: 0px;
}
.insta-cta .right-cnt-insta img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}
.inta-btn {
  display: flex;
  min-height: 60px;
  padding: 0px 30px 0px 10px;
  align-items: center;
  gap: 6px;
  line-height: normal;
  border-radius: 30px;
  border: 2px solid #0e0e06;
  color: #0e0e06;
  font-size: 16px;
  font-weight: 600;
}
.insta-main-box .add-shoping-bt img {
  top: 10px;
}
.inta-btn:hover {
  background: #040404 0% 0% no-repeat padding-box;
  color: #ffffff;
  transition: all 0.3s;
  /*width: 225px;*/
}
.noptin-error {
  display: flex !important;
  font-size: 12px;
  padding: 5px 15px !important;
  font-weight: 600;
}
.noptin-success {
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 600;
}
/*****************************footer*************************************/
footer {
  display: flex;
  padding: 100px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}
footer:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 250px;
  height: 220px;
  background-image: url(../img/Illustration_sd_L.svg);
  background-position: center;
  background-size: cover;
}
footer:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 101px;
  width: 235px;
  height: 200px;
  background-image: url(../img/Illustration_sd_R.svg);
}
.logo-footer {
  width: 145px;
  height: 80px;
  margin-bottom: 30px;
}
.logo-part p {
  color: rgba(14, 14, 6, 0.75);
  font-size: 28px;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  line-height: 44px;
  margin: 0px;
}
.logo-part .foot-form-txt {
  font-weight: 600;
}
.form-footer .form-control {
  border: 1px solid #0e0e06;
  border-radius: 20px;
  height: 68px;
}
.btn-foot {
  background: #ad5d4e 0% 0% no-repeat padding-box !important;
  border-radius: 50px;
  width: 166px;
  height: 48px;
  border: none;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}
.form-footer {
  position: relative;
}
footer h6:after {
  position: absolute;
  content: "";
  background: #ad5d4e;
  width: 30px;
  height: 3px;
  left: 0;
  bottom: -10px;
}
footer h6 {
  letter-spacing: 0px;
  color: #0e0e06;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px;
}
.icn-img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #84873d;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.icn-img img,
.icn-img a img {
  width: 24px;
}
.get-in-touch h4 {
  color: #717172;
  font-size: 14px;
  font-weight: 500;
  font-family: "Public Sans", sans-serif;
  padding-left: 45px;
  margin-bottom: 2px;
}
.get-in-touch p {
  color: #0e0e06;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  padding-left: 0;
  padding-top: 0px;
  margin-bottom: 0px;
}
.follow-box .get-in-touch p {
  padding-top: 0px;
}
.cart_view_open {
  padding-bottom: 208px;
}
.contact-left-bx ul {
  list-style: none;
  margin: 0px;
}
.get-in-touch {
  margin-bottom: 30px;
}
.get-in-touch a {
  color: #0e0e06;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  padding-left: 0;
  padding-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}
.pr-80 {
  padding-right: 80px;
}
.fotter-menu ul {
  list-style: none;
  padding: 0px;
  text-align: right;
  margin: 0px;
}
.fotter-menu ul li {
  float: right;
  margin-left: 40px;
}
.fotter-menu ul a {
  color: #0e0e06;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
}
.copy-right-txt {
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  color: #0e0e06;
  margin: 0px;
}
.foot-m-s {
  padding-top: 28px;
  margin-top: 100px;
  border-top: 1px solid #e5e5e5;
}
.follow-box {
  padding-left: 20%;
}
.follow-box .get-in-touch {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.bottom-note ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 10px;
}
.bottom-note {
  display: flex;
  width: 100%;
  text-align: center;
}
.bottom-note ul li {
  list-style: none;
  /* float: left; */
  color: rgba(14, 14, 6, 0.75);
  font-size: 12px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  margin-right: 0;
}
.bottom-note span {
  width: 10px;
  height: 10px;
  display: block;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  background-color: #ad5d4e;
  border-radius: 3px;
  position: relative;
}
.bottom-note span:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #f3e7e4 0% 0% no-repeat padding-box;
  border-radius: 1px;
  left: 3px;
  top: 3px;
}
/********************************************************/
.product-slider .slider {
  padding: 20px 25px;
}
.product-slider .slick-list {
  overflow: visible;
}
.product-slider .slick-current .slide-content {
  transform: scale(1.05);
}
.product-slider .slick-slide {
  padding: 0px;
}
.product-slider .slide-content {
  border-radius: 5px;
  transform: scale(0.9);
  transition: transform ease 0.3s;
}
.product-slider {
  position: relative;
  height: 680px;
}
.pro-img {
  width: 100%;
  background: #fff;
}
.product-slider .slick-slide .content {
  display: none;
}
.product-slider .slick-current .content {
  display: block;
  width: 500px;
  left: -50%;
  text-align: center;
  /* height: 140px; */
  position: relative;
  top: 40px;
}
.product-slider .slick-current .caption {
  display: block;
}
.product-slider .content .title {
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
}
.product-slider .content .caption {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  display: block;
}
.product-slider .content .add-shoping-bt {
  background-color: #f5f4ef;
  border: 1px solid #f5f4ef;
  border-radius: 50px;
  color: #0e0e06;
  width: 150px;
  height: 45px;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  display: block;
  line-height: 41px;
  margin: 0px auto;
  margin-top: 30px;
  text-align: left;
  padding-left: 20px;
  transition: all 0.3s;
}
.product-slider .slick-current {
}
.product-slider .slick-slide[data-slick-index="2"] {
  z-index: 8;
  -webkit-transform: translateX(100px) scale(0.5) rotateY(-45deg);
  transform: translateX(100px) scale(0.5) rotateY(-45deg);
  opacity: 0.33333;
}
.product-slider .content .add-shoping-bt:hover {
  background-color: #84873d;
  color: #ffffff;
}
.product-slider .add-shoping-bt::after {
  background-color: #f5f4ef;
}
.product-slider .add-shoping-bt:hover::after {
  background-color: #84873d;
}

.controls {
  width: 100%;
  max-width: 800px;
  margin-bottom: 8px;
}

.cbcontrol {
  font-size: 50px;
  float: left;
  color: white;
  width: 48%;
  text-align: center;
  background-color: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 56px;
  height: 56px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  line-height: 40px;
  position: absolute;
  z-index: 9;
  transition: all 0.3s;
}
.cbcontrol:hover {
  background: #0000001c;
  transition: all 0.3s;
}
.cbcontrol:hover .a-w {
  display: inline-block;
  transition: all 0.3s;
}
.cbcontrol:hover .a-b {
  display: none;
  transition: all 0.3s;
}
#cbControlRight {
  margin-right: 0;
  right: -77px;
  top: 240px;
}
#cbControlLeft {
  margin-right: 0;
  left: -77px;
  top: 240px;
}

.cbcontrol:hover {
  cursor: pointer;
}

.stage {
  float: left;
  height: 750px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  z-index: 10;
  position: relative;
  -webkit-backface-visibility: hidden;
  margin-top: 50px;
  padding-top: 50px;
}

.stage .active {
  left: 36% !important;
}

.cbImage {
  width: 340px;
  height: 340px;
  float: left;
  margin: 0px 0px 25px 0px;
  color: white;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  object-fit: cover;
  perspective: 600px;
}

.cbImage img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  object-fit: cover;
}

.inactiveLeft {
  -webkit-transform: perspective(500px) rotateY(13deg);
  -o-transform: perspective(500px) rotateY(13deg);
  transform: perspective(500px) rotateY(13deg);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  /* box-shadow: 12px 0px 20px 0px #d6d6d6; */
  background: #fff;
}

.inactiveRight {
  /*-webkit-transform: perspective(500px) rotateY(342deg);
    -O-transform: perspective(500px) rotateY(342deg);
    transform: perspective(500px) rotateY(342deg);*/
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.product-slider .active {
  z-index: 999;
  -webkit-transform: perspective(500px) rotateY(0deg);
  -o-transform: perspective(500px) rotateY(0deg);
  transform: perspective(500px) rotateY(0deg);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inactiveLeft3 {
  left: -12px !important;
  z-index: 100;
  opacity: 0.5;
  width: 127px;
  height: 328px;
  margin-top: 1px;
}
.inactiveLeft2 {
  left: 128px !important;
  z-index: 100;
  opacity: 0.5;
  width: 123px;
  margin-top: 13px;
  height: 305px;
}
.inactiveLeft1 {
  left: 264px !important;
  z-index: 100;
  opacity: 0.5;
  margin-top: 22px;
  width: 143px;
  height: 287px;
  transform: perspective(500px) rotateY(8deg);
}
.inactiveRight1 {
  left: 713px !important;
  z-index: 100;
  opacity: 0.5;
  width: 139px;
  margin-top: 23px;
  /*transform: perspective(500px) rotateY(352deg);*/
  height: 284px;
}
.inactiveRight1 img {
  transform: rotateY(-5deg) scaleZ(0.5);
}
.inactiveRight2 img {
  transform: rotateY(-10deg) scaleZ(0.5);
}
.inactiveRight3 img {
  transform: rotateY(-15deg) scaleZ(0.5);
}
.inactiveRight2 {
  left: 865px !important;
  z-index: 100;
  opacity: 0.5;
  width: 119px;
  margin-top: 20px;
  height: 291px;
}
.inactiveRight3 {
  left: 990px !important;
  z-index: 99;
  opacity: 0.5;
  height: 306px;
  margin-top: 12px;
  width: 127px;
}
.inactiveRight4 {
  left: 1200px !important;
  opacity: 0.5;
}
.inactiveRight5 {
  left: 1400px !important;
  z-index: 100;
}
.cbImage .content .title {
  font-size: 22px;
  margin-bottom: 3px;
  margin-top: 20px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}
.cbImage .content .title {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 60px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}
.cbImage .content .caption {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  display: block;
  text-align: center;
}
.cbImage .add-shoping-bt img {
  width: 24px;
  background: #fff0;
  top: 0;
  object-fit: contain;
}

.stage .active .content {
  display: block;
  width: 500px;
  position: absolute;
  left: -83px;
}
.stage .inactiveLeft .content {
  display: none;
}
.stage .inactiveRight .content {
  display: none;
}
/******************************************************add-shoping-bt Efect**********************/
.add-shoping-bt {
  position: relative;
}
.add-shoping-bt:hover::after {
  /*width: 22px;
  background-color: #0E0E06;*/
}

.add-shoping-bt::after {
  /*content: "";
    position: absolute;
    left: 130px;
    top: -1px;
    bottom: 0;
    width: 15px;
    height: 45px;
    background-color: #f5f4ef;
    transition: all 0.3s;
    border-radius: 0px 50px 50px 0px;
    z-index: 0;
    border: 1px solid #f5f4ef;
    border-left: none;*/
}
.add-shoping-bt .bag-w-icn {
  transition: all 0.3s;
  display: none;
}
.add-shoping-bt:hover .bag-w-icn {
  display: inline-block;
  z-index: 9;
  /* margin-left: 10px;*/
  transition: all 0.3s;
}
.bag-b-icn {
  z-index: 9;
}
.add-shoping-bt:hover .bag-b-icn {
  display: none;
}
.stickers .content .add-shoping-bt:hover {
  background-color: #fff0;
  color: #fff;
  transition: all 0.3s;
}
.inta-btn:hover::after {
  /*width: 30px;
    background-color: #040404;
    top: -2px;
    height: 50px;
    border: 1px solid #f5f4ef;
    border-left: none;*/
}
.inta-btn::after {
  display: none;
}
/***************************************************************/
.article img {
  position: absolute;
  background: #292929;
  color: #e3e3e3;
  width: 300px;
  height: 300px;
  text-align: center;
  font: 2em/1em sans-serif;
  box-sizing: border-box;
  left: 300px;
}
.article {
  margin-left: -100px;
  overflow: hidden;
}
.article img:nth-of-type(1) {
  animation: slideIn 50s linear 0s infinite;
}
.article img:nth-of-type(2) {
  animation: slideIn 50s linear 5s infinite;
}
.article img:nth-of-type(3) {
  animation: slideIn 50s linear 10s infinite;
}
.article img:nth-of-type(4) {
  animation: slideIn 50s linear 15s infinite;
}
.article img:nth-of-type(5) {
  animation: slideIn 50s linear 20s infinite;
}
.article img:nth-of-type(6) {
  animation: slideIn 50s linear 25s infinite;
}
.article img:nth-of-type(7) {
  animation: slideIn 50s linear 30s infinite;
}
.article img:nth-of-type(8) {
  animation: slideIn 50s linear 35s infinite;
}
.article img:nth-of-type(9) {
  animation: slideIn 50s linear 40s infinite;
}
.article img:nth-of-type(10) {
  animation: slideIn 50s linear 45s infinite;
}

@keyframes slideIn {
  0% {
    left: 300px;
  }
  1% {
    left: 0;
  }
  10% {
    left: 0;
  }
  11% {
    left: -300px;
  }
  100% {
    left: -300px;
  }
}

.article1 img {
  position: absolute;
  background: #292929;
  color: #e3e3e3;
  width: 300px;
  height: 300px;
  text-align: center;
  font: 2em/1em sans-serif;
  box-sizing: border-box;
  left: 300px;
}
.article1 {
  margin-left: -100px;
  overflow: hidden;
}
.article1 img:nth-of-type(1) {
  animation: slideIn 50s linear 0s infinite;
}
.article1 img:nth-of-type(2) {
  animation: slideIn 50s linear 5s infinite;
}
.article1 img:nth-of-type(3) {
  animation: slideIn 50s linear 10s infinite;
}
.article1 img:nth-of-type(4) {
  animation: slideIn 50s linear 15s infinite;
}
.article1 img:nth-of-type(5) {
  animation: slideIn 50s linear 20s infinite;
}
.article1 img:nth-of-type(6) {
  animation: slideIn 50s linear 25s infinite;
}
.article1 img:nth-of-type(7) {
  animation: slideIn 50s linear 30s infinite;
}
.article1 img:nth-of-type(8) {
  animation: slideIn 50s linear 35s infinite;
}
.article1 img:nth-of-type(9) {
  animation: slideIn 50s linear 40s infinite;
}
.article1 img:nth-of-type(10) {
  animation: slideIn 50s linear 45s infinite;
}

@keyframes slideIn {
  0% {
    left: 300px;
  }
  1% {
    left: 0;
  }
  10% {
    left: 0;
  }
  11% {
    left: -300px;
  }
  100% {
    left: -300px;
  }
}

/*****************************************************category page design*************************************/
.category-banner {
  padding-bottom: 0px;
  margin-top: 80px;
  position: relative;
}
.category-b-text {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #4e501df0;
  bottom: 0px;
}
.cat-home-ban {
  background-color: #84873d;
  border-radius: 8px;
  padding: 80px 0px;
  margin-top: 0px;
  position: relative;
}
.cat-home-text {
  width: 500px;
  margin: 0px auto;
  text-align: center;
  color: #fff;
}
.cat-home-text h1 {
  font-size: 60px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 65px;
}
.cat-home-text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
}
.category-banner .cat-home-text p {
  color: rgba(255, 255, 255, 0.75);
}
/*****************category-section***************/
.category-section {
  background: #f5f4ef;
  padding: 120px 0px;
}
.category-head {
  margin-bottom: 60px;
}
.category-head h2 {
  color: #0e0e06;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  font-style: italic;
}
.category-head p {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}
.cat-pro-box .cat-pro-img {
  width: 100%;
  border-radius: 8px;
  transition: 0.4s;
}
.cat-pro-box .cat-pro-img:hover {
  box-shadow: 0px 0px 11px 3px rgb(2 2 2 / 14%);
  transition: 0.4s;
}
.cat-pro-box .add-shoping-btn {
  border: 1px solid #0e0e06;
  border-radius: 50px;
  color: #0e0e06;
  width: 170px;
  height: 45px;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  display: block;
  line-height: 42px;
  text-align: left;
  padding-left: 21px;
  transition: all 0.3s;
  background: #fff;
  margin-top: -25px;
  position: relative;
  margin-left: 30%;
}
.cat-pro-box .add-shoping-btn:hover {
  background-color: #0e0e06;
  transition: all 0.3s;
  color: #fff;
  width: 175px;
  /*border-color: #fff;*/
}
.pro-category-1 .add-shoping-btn {
  width: 245px;
  margin-left: 24%;
}
.pro-category-1 .add-shoping-btn:hover {
  width: 255px;
}
.add-shoping-btn:hover .bag-b-icn {
  display: none;
  transition: all 0.5s;
}
.add-shoping-btn .bag-w-icn {
  display: none;
  transition: all 0.5s;
}
.add-shoping-btn:hover .bag-w-icn {
  display: inline-block;
  margin-left: 10px;
  transition: all 0.5s;
}
.add-shoping-btn img {
  width: 22px;
  transition: all 0.5s;
  margin-left: 3px;
  vertical-align: text-top;
}
.cat-pro-box .houseware-bnt {
  width: 190px;
  margin-left: 27%;
}
.cat-pro-box .houseware-bnt:hover {
  width: 200px;
}
.lblCartCount {
  font-size: 12px !important;
  background: #77742c;
  color: #fff !important;
  padding: 0px 0px !important;
  vertical-align: top;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50px;
  line-height: 18px !important;
  margin-top: -4px;
  margin-left: 0;
  background: #ad5d4e 0% 0% no-repeat padding-box;
  border-radius: 3px;
  position: absolute;
  right: -13px;
}
/*******************************************cat-info-box**************************/
.cat-info-sec {
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-f5f4ef) 0%,
      var(--unnamed-color-ffffff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #f5f4ef 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  padding: 50px 0px 100px;
  display: none;
}
.cat-info-box {
  text-align: center;
}
.cat-info-box .cat-info-img {
  width: 80px;
  position: relative;
  background: #fff;
  border-radius: 50%;
  margin: 0px auto;
  height: 80px;
  line-height: 75px;
  margin-bottom: 18px;
}
.cat-info-box img {
  width: 65px;
}
.cat-info-box p {
  font-size: 15px;
  font-weight: 600;
  min-height: 50px;
}
.cat-info-box .cat-info-head {
  min-height: auto;
}
.cat-info-box .cat-info-head span {
  color: #0e0e06;
  font-size: 20px;
  font-weight: 600;
}
.cat-info-box a {
  font-weight: 600;
  color: #ad5d4e;
  font-size: 15px;
  display: none;
}
/********************cat-product-sec***************/
.cat-product-sec {
  padding: 100px 50px;
  background-color: #fff;
  box-shadow: 0px 2px 2px #00000033;
}
.cat-product-sec .container {
  padding: 0px 0px;
  max-width: 100%;
}
.sticky-top {
  top: 100px;
  z-index: 9;
}
.sidebar-head h2 {
  color: #0e0e06;
  font-size: 20px;
  font-weight: 600;
  font-family: "Public Sans", sans-serif;
  margin-bottom: 0px;
}
.categories-sidebar .mb-0 > a {
  display: block;
  position: relative;
}

.categories-sidebar .mb-0 > a:after {
  /*content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
  font-weight: 600;
      width: 26px;
    height: 26px;
    background: #fff;
    top: 11px;
    line-height: 27px;
    text-align: center;
    border-radius: 4px;*/
}
.categories-sidebar .mb-0 > a[aria-expanded="true"]:after {
  /*content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;*/
}
.categories-sidebar .card {
  border: none;
  border-radius: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.categories-sidebar .card-header {
  padding: 0px;
  border: none;
  border-radius: 0;
  background: #ffffff 0% 0% no-repeat padding-box;
}
.categories-sidebar a[aria-expanded="true"] {
  /*background-color: #F3E7E4;*/
}
.cmn-head-side {
  line-height: normal;
  padding: 0px 0px;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
  color: #0e0e06;
  font-size: 15px;
  font-weight: 600;
  font-family: "Public Sans", sans-serif;
}
.card-body {
  padding: 0px;
}
.cmn-head-side:hover {
  color: #0e0e06;
}
.categories-ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 0px;
}
.categories-ul li {
  color: #0e0e06;
  font-size: 14px;
  font-weight: 600;
  font-family: "Public Sans", sans-serif;
  padding: 0px;
  display: flex;
}
.categories-ul li a {
  display: flex;
  padding: 10px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 18px;
  border: 1px solid #0e0e06;
  color: #0e0e06;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.categories-ul li:hover a,
.categories-ul li a.active {
  color: #ffffff;
  background: #503d42;
}

.arr-cat {
  display: none;
  width: 20px;
  margin-left: 0;
  transition: all 0.5s;
}
.categories-ul li:hover .arr-cat,
.categories-ul li a.active .arr-cat {
  display: inline-block;
  transition: all 0.5s;
}
.cat-product-image {
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: 0px;
  /*background: rgba(152, 155, 70, 0.10);*/
  max-width: 300px !important;
  margin: 0px auto;
}
.price-cat {
  border-radius: 58px;
  /* background: #AD5D4E; */
  margin-top: 0;
  color: #bb513a;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  font-family: "Public Sans", sans-serif;
  text-align: center;
  padding: 0;
  display: flex;
  /* min-height: 36px; */
  align-items: center;
  gap: 8px;
}
.thumbnail-title {
  color: #0e0e06;
  font-size: 14px;
  font-weight: 500;
  font-family: "Public Sans", sans-serif;
  margin: 0px;
  display: block;
  text-transform: capitalize;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.thumbnail_window .caption {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.caption p {
  color: rgba(14, 14, 6, 0.75);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Public Sans", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px;
  display: none;
}
.products-block .btn-ground {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 14px;
}

.btn-ground .add-shoping-bt {
  /*background-color: #FFECCC;
    border: 1px solid #717172;
    border-radius: 50px;
    color: #0E0E06;
    width: 150px;
    height: 40px;
    font-size: 14px;
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    display: flex;
    line-height: 38px;
    text-align: left;
    padding-left: 20px;
    transition: all 0.1s;
    margin-right: 20px;*/
  display: flex;
  min-height: 44px;
  padding: 0px 20px;
  align-items: center;
  gap: 6px;
  width: auto;
  border-radius: 30px;
  background: #989b46;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
.btn-ground .add-shoping-bt:hover {
  background-color: #0e0e06;
  color: #fff;
  /*width: 155px;
    transition: all 0.1s;*/
}
.btn-ground .add-shoping-bt::after {
  height: 40px;
  background-color: #0e0e0600;
  transition: all 0.2s;
  border: 1px solid #0e0e0600;
  width: 0px;
  display: none;
}
.btn-ground .add-shoping-bt:hover::after {
  width: 20px;
  background-color: #0e0e06;
  border: 1px solid #0e0e06;
  display: none;
}
.btn-ground .add-shoping-bt img {
  top: 7px;
  width: 22px;
}
.view-product-btn {
  width: 64px;
  height: 44px;
  /* display: inline-block; */
  display: inline-flex;
  justify-content: center;
  border: 1px solid #503d42;
  border-radius: 58px;
  text-align: center;
  line-height: 36px;
  /*position: absolute;*/
  left: 185px;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  border-radius: 4px;
  height: 50px;
  color: #0e0e06;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  margin-right: 10px !important;
  border: 1px solid #0e0e06;
  background: #ffddb8 !important;
  font-size: 14px;
  outline: none;
}
.woocommerce div.product form.cart .variations th:first-child {
  display: none;
}
.view-product-btn:hover {
  background-color: #503d42;
  border: 1px solid #503d42;
}
.view-product-btn:hover svg path {
  fill: #fff;
}
.view-product-btn img {
  width: 24px;
}
.thumbnail {
  margin-bottom: 60px;
}
.product-details .thumbnail {
  margin-bottom: 0px;
}
.category_page {
  display: flex;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}
.category_page_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.category_page_left .shop-category-sidebar {
  display: flex;
  min-width: 300px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.category_page_left .categories-sidebar {
  display: flex;
  min-width: 300px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.category_page_left .card {
  width: 100%;
  display: flex;
  /* min-height: 70px; */
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(14, 14, 6, 0.75);
  background: #fff;
}
.category_page_left .sidebar-head h2 {
  margin-bottom: 0;
}
.category_page_right {
  display: flex;
  flex-direction: column;
  /*align-items: flex-start;*/
  gap: 40px;
  /* flex: 1 0 0;*/
}
.category_page_right .shop-category-products {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start;*/
  gap: 40px;
  /*flex: 1 0 0;*/
}
.category_page_right .products-block {
  display: flex;
  /*align-items: flex-start;*/
  gap: 3.5%;
  flex-flow: wrap;
  /*justify-content: space-between;*/
}
.category_page_right .colmd_4 {
  display: flex;
  min-width: 31%;
  flex-direction: column;
  align-items: center;
  align-self: center;
  border-radius: 10px;
  border: 1px solid rgba(14, 14, 6, 0.75);
  background: #fff;
  max-width: 30%;
  margin-bottom: 40px;
  justify-content: center;
}
.colmd_4 .thumbnail {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.thumbnail_window {
  display: flex;
  padding: 20px 30px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}
/*************************************product-cat-content***************************/
.product-cat-content {
  padding: 50px 0px 100px;
}
.product-cat-box {
  width: 85%;
  margin: 0px auto;
}
.product-cat-box h2 {
  letter-spacing: 0px;
  color: #0e0e06;
  margin-bottom: 30px;
  font-size: 36px;
  font-style: italic;
  line-height: 42px;
  font-weight: 500;
  margin-top: 50px;
}
.product-cat-box h3 {
  letter-spacing: 0px;
  color: #0e0e06;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 30px;
  font-style: italic;
  line-height: 38px;
  font-weight: 500;
}
.product-cat-box ul {
  padding: 0px;
}
.product-cat-box li {
  margin-bottom: 25px;
  position: relative;
  list-style: none;
  padding-left: 0px;
  line-height: 30px;
  font-family: "Public Sans", sans-serif;
  color: rgba(14, 14, 6, 0.75);
  font-size: 15px;
  font-weight: 500;
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 5px;
}
.product-cat-box li strong {
  display: contents;
}
.product-cat-box li:before {
  content: "";
  background-image: url(../icons/arrow_icon.svg);
  width: 35px;
  height: 35px;
  /* position: absolute; */
  left: 0px;
  top: 3px;
  background-position: center;
  background-size: auto;
  /* transform: rotate(308deg); */
  background-color: rgba(187, 81, 58, 0.1);
  border-radius: 5px;
  padding: 10px;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.product-cat-box p {
  color: rgba(14, 14, 6, 0.75);
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Public Sans", sans-serif;
  margin-bottom: 30px;
}
.pro-content-image {
  background: #f5f4ef;
  width: 100%;
  height: 600px;
  text-align: center;
  line-height: 600px;
  margin-bottom: 60px;
  color: #0e0e06;
  font-weight: 500;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
}
/**************************************************product-details-page****************************/
.breadcrumb-section {
  margin-top: 80px;
  background: #503d42;
  padding: 0px 0px;
  margin-bottom: 0px;
}
.page-id-49 .breadcrumb-section {
  margin-top: 0px;
}
.page-id-49 .product-details_sec {
  padding-top: 70px;
}
.page-id-49 h1 {
  font-family: "Cormorant Infant", serif;
  color: #0e0e06;
}
.header_wishlish {
  margin-bottom: 40px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #ffffff !important;
  font-weight: 500;
}
.woocommerce .woocommerce-breadcrumb {
  color: #ffffffbf !important;
}
.single-product .breadcrumb-section nav.woocommerce-breadcrumb {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  font-size: 14px;
}
.breadcrumb-section .breadcrumb {
  padding: 0px;
  margin-bottom: 0;
  list-style: none;
  background-color: #e9ecef00;
}
.breadcrumb-item img {
  width: 20px;
}

.breadcrumb li,
a {
  color: #0e0e06;
  font-weight: 600;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  align-items: center;
}
/********************************************************************/
.product-details .thumbnail-title {
  font-size: 32px;
  font-weight: 600;
  margin: 10px 0px 25px;
  display: block;
  line-height: 44px;
}
.product-details-sec {
  padding: 100px 100px 100px;
  position: relative;
  /*overflow: hidden;*/
  padding-right: 0px;
}
.product-details-sec .container {
  padding: 0px 0px;
}
.product-details-sec:after {
  /*background-image: url(../img/illustration-human.png);*/
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 300px;
  height: 300px;
}
.product-details .caption p {
  color: rgba(14, 14, 6, 0.75);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0px;
  position: relative;
  padding-left: 0px;
  line-height: 30px;
  font-family: "Public Sans", sans-serif;
  display: flex;
}
.price-product {
  font-weight: 600;
  font-size: 30px;
  font-family: "Public Sans", sans-serif;
  color: #0e0e06;
  margin-bottom: 25px;
  display: block;
}
.price-product span {
  font-size: 16px;
}
.sku-product {
  font-weight: 500;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  color: rgba(14, 14, 6, 0.75);
  margin-bottom: 5px;
  display: block;
  text-transform: capitalize;
}
.width_Full {
  max-width: 100%;
}
.sku-product span {
  font-size: 13px;
  vertical-align: middle;
}
.product-details .btn-ground .add-shoping-bt {
  font-weight: 600;
  border: 1px solid #ad5d4e;
  margin-top: 0;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  display: flex;
  padding: 5px 30px;
  align-items: center;
  gap: 6px;
  border-radius: 30px;
  background: #989b46;
  border-color: #989b46;
}

.product-details .btn-ground .add-shoping-bt:hover {
  background-color: #0e0e06;
  border: 1px solid #0e0e06;
}
.product-details .bag-w-icn {
  display: inline-block;
}
.pro-details li {
  color: #0e0e06;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  list-style: none;
  padding-left: 0;
  line-height: 28px;
  font-family: "Public Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 15px;
}
.pro-details ul {
  padding: 0px;
}
.pro-details li:before {
  content: "";
  background-image: url(../icons/arrow_icon.svg);
  width: 35px;
  height: 35px;
  /* position: absolute; */
  left: 0px;
  top: 3px;
  background-position: center;
  background-size: auto;
  /* transform: rotate(308deg); */
  background-color: rgba(187, 81, 58, 0.1);
  border-radius: 5px;
  padding: 18px;
  background-repeat: no-repeat;
  display: flex;
}
.pro-details {
  margin-bottom: 60px;
}
.pro-details h2 {
  letter-spacing: 0px;
  color: #0e0e06;
  font-size: 34px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 25px;
}
.pro-details {
  font-family: "Public Sans", sans-serif;
  color: rgba(14, 14, 6, 0.75);
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
}
.pro-details p {
  font-family: "Public Sans", sans-serif;
  color: rgba(14, 14, 6, 0.75);
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
}
/*************************************************************customer-section********************************/
.customer-section {
  background-image: url(../img/Base-black.png);
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
}
.slide {
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s linear;
  left: 0;
}
.star-icon {
  color: #ccc;
  font-size: 24px;
  vertical-align: middle;
}
.star-icon.filled {
  color: #f7db15;
}
.customer-header h2 {
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 60px;
  font-style: italic;
  text-align: left;
  font-weight: 400;
}
.customer-header p {
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
}
.customer-container {
  padding-left: 25%;
}
.cust-card-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 3px #0e0e0626;
  border-radius: 8px;
  padding: 50px;
}
.cust-card-box h3 {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.cust-card-box p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.cust-card-box .cust-name {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
}
.rating {
  margin-bottom: 10px;
}
.customer-header {
  margin-bottom: 50px;
}
.customer-section .prev-arrow {
  width: 56px;
  height: 56px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  border: 2px solid #717172;
  border-radius: 50px;
  position: absolute;
  right: 300px;
  top: -130px;
}
.customer-section .next-arrow {
  width: 56px;
  height: 56px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  border: 2px solid #717172;
  border-radius: 50px;
  position: absolute;
  right: 230px;
  top: -130px;
}
/****************************************re-product-section*******************************/
.re-product-section {
  padding: 100px 0px;
  background: rgba(152, 155, 70, 0.1);
  border-bottom: 2px solid #fff;
}
.re-product-section .customer-header h2 {
  color: #0e0e06;
}
.re-product-section .customer-header p {
  color: rgba(14, 14, 6, 0.75);
  font-weight: 500;
}
.related-pro-container {
  padding: 0px 0px;
  padding-right: 0px;
}
.related-pro-container .customer-header {
  padding-left: 100px;
}
.re-products .pro-price {
  background: #ad5d4e 0% 0% no-repeat padding-box;
  border-radius: 58px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  padding: 5px 10px;
}
.stickers .swiper-slide {
  pointer-events: none;
}
.stickers .swiper-slide {
  pointer-events: none;
}
.swiper-slide .add-shoping-bt {
  pointer-events: none;
}
.stickers .swiper-slide.swiper-slide-active {
  pointer-events: auto;
  cursor: grab;
}
.stickers .swiper-slide-active .content .add-shoping-bt {
  pointer-events: auto;
  cursor: pointer;
}
.content {
  padding-top: 15px;
}
.arrow-black {
  border: 1px solid #717172;
  border-radius: 58px;
  width: 64px;
  height: 40px;
  /* display: block; */
  float: left;
  margin-top: 15px;
  margin-left: 20px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  left: 155px;
}
.arrow-black img {
  width: 23px;
}
.re-productslider .add-shoping-bt::after {
  display: none;
}
.product-details-sec .sticky-top {
  top: 150px;
  z-index: 9;
  width: 100%;
}
.arrow-black:hover {
  background-color: #f2f2f2;
}
.customer-section .slide-arrow:hover {
  background: #000;
  transition: all 0.3s;
  border: 2px solid #000;
}
.customer-section .slide-arrow:hover .a-b {
  display: none;
}
.customer-section .slide-arrow:hover .a-w {
  display: inline-block;
}
/*********************************checkout*****************************/
.checkout {
  padding: 65px 0px 60px;
  background: #f5f4ef 0% 0% no-repeat padding-box;
  margin-bottom: 0px;
}
.sameadd input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.sameadd label {
  position: relative;
  cursor: pointer;
}

.sameadd label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #858648;
  border: 2px solid #858648;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 2px;
}

.sameadd input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.product-view-table img {
  width: 100px;
  border-radius: 10px;
}
.cart-tabel-des h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 50px;
  font-family: "Public Sans", sans-serif;
  margin-bottom: 0px;
}
.cart-tabel-des .product-price {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
  font-family: "Public Sans", sans-serif;
  margin-bottom: 0px;
  color: #989b46;
}
div.quantity .qty {
  display: inline-flex;
  padding: 0;
  width: 40px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #717172;
  border-radius: 4px;
  justify-content: center;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #151515;
  margin: 0;
  outline: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-weight: 400;
}
.pro-category-2 .add-shoping-btn {
  width: 165px;
  margin-left: 33%;
}
.pro-category-2 .add-shoping-btn:hover {
  width: 165px;
  margin-left: 33%;
}
.woocommerce .mini-cart-btn .quantity .qty {
  width: 2.631em;
}
div.quantity .plus,
div.quantity .minus {
  display: flex;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 1px solid transparent;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  text-decoration: none;
  overflow: visible;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  text-shadow: none;
  background: transparent;
  color: #151515;
  border-radius: 0;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
}
.quantity {
  display: inline-flex;
  position: relative;
  float: left;
  margin-left: 23px;
}
div.quantity .minus {
  bottom: 4px;
  left: -28px;
}
div.quantity .plus {
  bottom: 4px;
  right: -28px;
}
.bs-docs-example td,
.bs-docs-example th {
  border-top: none;
  padding-top: 0px;
  padding-bottom: 30px;
}
.checkout-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 30px;
}
.check-header p {
  color: #0e0e06;
  font-size: 22px;
  font-weight: 600;
  font-family: "Public Sans", sans-serif;
}
.check-header span {
  color: #717172;
  font-size: 14px;
  font-weight: 600;
  font-family: "Public Sans", sans-serif;
}
.check-header p .re-text {
  color: #ad5d4e;
  font-size: 13px;
  font-weight: 600;
  float: right;
}
.pr-0 {
  padding-right: 0px;
}
.shiping-add {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
.shiping-add .check-header {
  margin-bottom: 30px;
}
.styled-input {
  margin-bottom: 30px;
}
div#contact_details {
  display: none;
}
.styled-input input[type="text"],
.styled-input input[type="date"],
.styled-input input[type="password"],
.styled-input input[type="number"],
.styled-input input[type="email"],
.styled-input textarea,
.styled-input input[type="tel"] {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  padding: 15px 20px;
  border: 0;
  width: 100%;
  border: 1px solid rgba(14, 14, 6, 0.5);
  border-radius: 4px;
  background: none;
  -webkit-appearance: none;
  outline: none;
  color: #0e0e06;
  font-weight: 500;
  font-family: "Public Sans", sans-serif;
  letter-spacing: 0px;
  height: 60px;
}
.styled-input input:focus ~ label,
.styled-input input:valid ~ label,
.styled-input textarea:focus ~ label,
.styled-input textarea:valid ~ label {
  font-size: 0.9em;
  color: #000;
  top: -12px;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
  padding: 5px;
  left: 2.6em;
  background: #fff;
}

.styled-input label {
  padding: 1.3em 3em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  display: block;
  line-height: 1em;
  color: #0e0e06;
  font-weight: 600;
  font-family: "Public Sans", sans-serif;
}
.styled-input select {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  padding: 1.3em 2em;
  border: 0;
  width: 100%;
  border: 1px solid #717172;
  border-radius: 4px;
  background: none;
  -webkit-appearance: none;
  outline: none;
  font-family: "Public Sans", sans-serif;
}
.sameadd label,
#ship-to-different-address label {
  color: #0e0e06;
  font-weight: 600;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
}
.orders-summery {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  padding-bottom: 1px;
}
.orders-summery .woocommerce-checkout-review-order strong {
  font-weight: 700;
}
.orders-summery .form-control,
.btn-foot {
  color: #0e0e06;
  font-weight: 500;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
}

.orders-summery .btn-foot {
  width: 95px;
  height: 48px;
  font-size: 16px;
  color: #fff;
}
.orders-summery ul {
  list-style: none;
  padding: 0px;
  border-bottom: 1px solid #0e0e06;
  margin-bottom: 25px;
}
.orders-summery ul li {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  font-family: "Public Sans", sans-serif;
  color: #717172;
  margin-bottom: 20px;
}
.orders-summery ul li span {
  float: right;
}
.orders-summery .form-footer {
  margin-bottom: 20px !important;
}
.total-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  font-family: "Public Sans", sans-serif;
  color: #0e0e06;
}
.total-box h4 span {
  float: right;
}
.woocommerce .order-btn .pay-now {
  background: #84873d 0% 0% no-repeat padding-box;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  font-family: "Public Sans", sans-serif;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 30px 0px;
  text-align: center;
}
.order-btn .error-msg {
  letter-spacing: 0px;
  color: #ad5d4e;
  float: right;
  font-size: 13px;
  font-weight: 600;
  font-family: "Public Sans", sans-serif;
  text-decoration: underline;
  line-height: 2;
}
.checkout .col-md-8 {
  padding-right: 50px;
}
/****************************************blog-header***********************************/
.blog-header {
  padding: 50px 0px;
  position: relative;
  min-height: 700px;
}
.blog-header-in {
  text-align: center;
}
.blog-header-in h1 {
  font-weight: 600;
  font-size: 50px;
}
.blog-header-in p {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 40px;
}
.blog-header .blog-header-in form {
  width: 500px;
  margin: 0px auto;
  margin-bottom: 50px !important;
  display: none;
}
.blog-header-in ul {
  list-style: none;
  padding: 0px;
  width: 500px;
  margin: 0px auto;
  text-align: center;
  display: flex;
}
.blog-header-in ul li {
  display: inline-block;
}
.blog-header-in ul p,
.blog-header-in ul p a {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 40px;
  display: inline-block;
  line-height: 2.5;
  padding-left: 5px;
  margin-right: 28px;
  color: #0e0e06bf;
}
.blog-header:after {
  content: "";
  background-image: url(../icons/yellow-shape.svg);
  width: 125px;
  height: 450px;
  position: absolute;
  left: 0px;
  bottom: 3px;
  background-position: center;
  background-size: cover;
}
.blog-header:before {
  content: "";
  background-image: url(../icons/green-shape.svg);
  width: 150px;
  height: 540px;
  position: absolute;
  right: 0px;
  top: 3px;
  background-position: center;
  background-size: cover;
}
.blog-div {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}
.blog-div:hover {
  box-shadow: 0px 10px 60px #00000029;
}
.blog-div .blog-main-img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
}
.blog-div-dtl h2 a {
  letter-spacing: 0px;
  color: #0e0e06;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
  font-family: "Public Sans", sans-serif;
}
.blog-div-dtl p {
  font-weight: 600;
  font-size: 16px;
  font-family: "Public Sans", sans-serif;
  line-height: 32px;
  margin-bottom: 20px;
}
.user-blog img {
  width: 25px;
}
.user-blog {
  color: #0e0e06;
  font-weight: 600;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
}
.dt-update {
  letter-spacing: 0px;
  color: #717172;
  font-weight: 600;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  line-height: 0.7;
}
.dt-update span {
  width: 60px;
  height: 10px;
  display: block;
  float: left;
  margin-right: 10px;
}
.dt1 {
  background: #84873d;
}
.topblog-right .blog-top-img {
  border-radius: 10px;
  width: 170px;
}
.blog-dtl-right {
  float: right;
  width: 67%;
  padding-top: 18px;
}
.topblog-right {
  margin-bottom: 30px;
}
.pl-30 {
  padding-left: 90px;
}
.blog-dtl-right .blog-div-dtl h2 a {
  letter-spacing: 0px;
  color: #0e0e06;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: "Public Sans", sans-serif;
  display: block;
}
.top-blog {
  padding-bottom: 80px;
}
.blog-list-regular {
  padding: 80px 0px 150px;
}
.blog-list-regular .container {
  max-width: 1528px;
}
.related-blog .container {
  max-width: 1528px;
}
.top-blog .container {
  max-width: 1528px;
}
.top-blog-div {
  margin-top: -240px;
  position: relative;
  z-index: 9;
}
.blog-list-regular .blog-div-dtl h2 a {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  display: block;
}
.blog-list-regular .user-blog a {
  color: #ad5d4e;
}
.blog-list-regular .user-blog img {
  transform: rotate(-35deg);
  width: 20px;
  vertical-align: bottom;
}
.blog-list-regular .blog-div {
  margin-bottom: 70px;
}
.load-more {
  background: #f5f4ef 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 15px;
  letter-spacing: 0px;
  color: #0e0e06;
  font-weight: 600;
  font-size: 18px;
  font-family: "Public Sans", sans-serif;
  text-align: center;
}
/**********************************blogdetails-banner**********************************/
.blogdetails-banner {
  background: #84873d 0% 0% no-repeat padding-box;
  min-height: 640px;
  padding-top: 190px;
}
.blogdetails-header {
  max-width: 658px;
  text-align: center;
  margin: 0px auto;
}
.blogdetails-header .dt-update {
  color: #fff;
  font-size: 14px;
  width: 130px;
  margin: 0px auto;
  margin-bottom: 25px;
}
.arrow-listing {
  margin-top: 80px;
}
.blogdetails-header .dt-update span {
  width: 45px;
  margin-right: 5px;
}
.blogdetails-header h1 {
  font-weight: 600;
  font-size: 40px;
  font-family: "Public Sans", sans-serif;
  color: #fff;
  line-height: 55px;
}
.blogdetails-header .dt1 {
  background: #fff;
}
.blogdetails-inner {
  max-width: 800px;
  margin: 0px auto;
}
.blogdetails-inner img {
  width: 100%;
  border-radius: 8px;
}
.blogdetails-img {
  width: 60%;
  margin: 0px auto;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  margin-top: -650px;
  margin-bottom: 100px;
}
.blogdetails-inner h2 {
  letter-spacing: 0px;
  color: #0e0e06;
  font-size: 50px;
  margin-bottom: 50px;
  font-style: italic;
}
.blogdetails-inner p {
  letter-spacing: 0px;
  color: #0e0e06;
  font-size: 16px;
  line-height: 36px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 60px;
}
.blogdetails-inner h3 {
  letter-spacing: 0px;
  color: #0e0e06;
  font-size: 36px;
  margin-bottom: 20px;
  font-style: italic;
}
.blogdetails-inner ul {
  padding: 0px;
  list-style: none;
}
.blogdetails-inner ul li {
  letter-spacing: 0px;
  color: #0e0e06;
  font-size: 16px;
  line-height: 36px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}
.blogdetails-inner li:before {
  content: "";
  background-image: url(../icons/arrow--right.svg);
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0px;
  top: 7px;
  background-position: center;
  background-size: cover;
  transform: rotate(308deg);
}
.blog-h-light {
  background: #f5f4ef 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 6px #0000001a;
  border-radius: 10px;
  border-left: 4px solid #84873d;
  border-radius: 6px 0px 0px 6px;
  padding: 20px;
  margin-bottom: 40px;
}
.blog-h-light p {
  margin-bottom: 0px;
  font-family: "Public Sans", sans-serif;
  color: #858648;
}
.blog-navi {
  background: #f3e7e4;
  border-radius: 10px;
  padding: 15px;
}
.blog-navi img {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  padding: 13px;
  float: left;
}
.blog-navi p {
  color: #0e0e06;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  float: left;
  width: 83%;
  padding-left: 5%;
  line-height: 22px;
  margin-bottom: 0px;
}
.blog-navi p span {
  font-size: 13px;
  display: block;
}
.blog-next img {
  float: right;
}
.blog-next p {
  padding-left: 0px;
}
.blogdetails {
  padding-bottom: 100px;
}
.related-blog {
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-f5f4ef) 0%,
      var(--unnamed-color-ffffff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #f5f4ef 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  padding: 100px 0px;
}
.related-header h2 {
  letter-spacing: 0px;
  color: #0e0e06;
  font-size: 50px;
  margin-bottom: 0px;
  font-style: italic;
}
.related-header p {
  letter-spacing: 0px;
  color: #0e0e06;
  font-size: 16px;
  line-height: 36px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
}
.related-header {
  margin-bottom: 60px;
  text-align: center;
}
.related-blog .blog-div {
  background-color: #fff0;
}
.related-blog .blog-div:hover {
  box-shadow: 0px 10px 60px #00000029;
  background-color: #fff;
}
.related-blog .blog-div-dtl h2 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0e0e06;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Public Sans", sans-serif;
}
.related-blog .blog-div-dtl h2 a {
  font-size: 18px;
  line-height: 28px;
}
.related-blog .user-blog a {
  color: #ad5d4e;
}
.related-blog .user-blog img {
  transform: rotate(-35deg);
  width: 20px;
  vertical-align: bottom;
}
/******************************contact-banner****************************/
.contact-banner {
  background-image: url(../img/Base-red.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 220px 0px 120px;
}
.md-form.md-outline {
  margin-top: initial;
  margin-bottom: 30px;
}

.md-form.md-outline label {
  top: 13px;
  color: #171a26;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.md-form.md-outline label.active {
  -webkit-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  transform: translateY(-13px);
  font-size: 11px;
  color: #0e0e06;
  left: 8px;
  font-weight: 500;
  background: #fff0;
}
.send-enquiry {
  background: #0e0e06 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 40px 80px;
  max-width: 530px;
}
.send-enquiry p {
  color: #fff;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
.send-enquiry p span {
  font-size: 22px;
}
.send-btn input:hover {
  color: #fff;
}
.send-btn input {
  color: #fff;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 0px;
  text-align: center;
  background: #ad5d4e 0% 0% no-repeat padding-box;
  border-radius: 50px;
  width: 106px;
  height: 49px;
}
.contact-left {
  position: absolute;
  left: 0px;
  top: 260px;
  z-index: 9;
}
.contact-left h1 {
  color: #0e0e06;
  text-transform: uppercase;
  font-family: "Public Sans", sans-serif;
  font-size: 90px;
  opacity: 0.1;
  font-weight: 600;
  line-height: 120px;
  margin-left: 60px;
  margin-bottom: 40px;
}
.contact-left-bx {
  border-radius: 0px 10px 10px 0px;
  opacity: 1;
  padding: 15px 0px;
  background: #f5f4ef;
  padding-left: 40%;
  margin-bottom: 30px;
}
.contact-left-bx span {
  letter-spacing: 0px;
  color: #0e0e06;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cbx1 a,
.cbx2 a {
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 33px;
  margin-left: 5px;
  vertical-align: super;
}
.cbx1 {
  background: #f5f4ef;
}
.contact-left .cbx1 img {
  background: #84873d;
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 10px;
}
.cbx2 {
  background: #f3e7e4;
}
.contact-left .cbx2 img {
  background: #ad5d4e;
  width: 34px;
  height: 34px;
  padding: 7px;
  border-radius: 10px;
}
.cbx3 {
  background: #ffeccc;
}
.cbx1 a {
  color: #84873d;
}
.cbx2 a {
  color: #ad5d4e;
}
.contact-left-bx img {
  vertical-align: sub;
  width: 21px;
}
.contact-left-bx ul li {
  width: 33.33%;
  float: left;
}
.contact-left-bx .get-in-touch {
  margin-bottom: 0;
}
.contact-left-bx .get-in-touch p {
  padding-left: 42px;
  font-weight: 600;
  color: #0e0e06;
  padding-top: 6px;
}
.faqs-section {
  background: transparent linear-gradient(180deg, #f5f4ef 0%, #ffffff 100%) 0%
    0% no-repeat padding-box;
  padding: 120px 0px;
  display: none;
}
.faqs-section h2 {
  color: #0e0e06;
  font-style: italic;
  font-size: 50px;
  line-height: 60px;
}

.accordion .fa {
  margin-right: 0.5rem;
}
.accordion button,
.accordion button:hover,
.accordion button:focus {
  text-decoration: none;
}
.faqs-section button {
  padding: 11px 15px;
  display: block;
  width: 100%;
  float: left;
  text-align: left;
  letter-spacing: 0px;
  color: #0e0e06;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  background: #fff;
}
.faqs-section .accordion .fa {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}
.faqs-section .card-header {
  padding: 0px;
}
.faqs-section .card {
  box-shadow: none;
  border: 0;
  font-weight: 400;
  border: 2px solid #717172 !important;
  border-radius: 8px !important;
  margin-bottom: 30px;
  background: #ffffff;
}
.faqs-section .card-body {
  padding: 15px;
}
.faqs-section .btn.focus,
.faqs-section .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}
.faqs-section .demo {
  margin-top: 60px;
}
.faqs-section .in-container {
  width: 70%;
  margin: 0px auto;
}
/****************************Cart-view***********************/
.cart-view {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  /*overflow-y: auto;*/
  right: -445px;
  width: 400px;
  padding-top: 0px;
  background: #ffffff;
  transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0px 10px 60px #00000029;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}
.woocommerce-cart-form__cart-item {
  display: flex;
  padding: 40px 0px;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
  border-bottom: 1px solid rgba(14, 14, 6, 0.1);
}
.woocommerce-cart-form__cart-item:last-child {
  border-bottom: none;
}
.cart-view .bs-docs-example td,
.cart-view .bs-docs-example th {
  border-top: none;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
}
.cart-view .product-view-table img {
  width: 70px;
  border: 1px solid #898989;
}
.cart-tabel-des {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.woocommerce-checkout .cart-tabel-des {
  width: 80%;
}
.cart-view .cart-tabel-des h3 {
  margin-bottom: 0px;
}
.cart-view .cart-tabel-des .product-price {
  font-size: 16px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 600;
  color: #0e0e06;
}
button.ct_qty_button.minus svg path {
  fill: #000;
}
.cart-view div.quantity .minus {
  bottom: -2px;
  left: -25px;
  width: 22px;
}
.cart-view div.quantity .plus {
  bottom: -2px;
  right: -25px;
  width: 22px;
}
.cart-view div.quantity .qty {
  width: 30px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.cart-view .cartright-section img {
  width: 16px;
}
.cart-view .check-header {
  text-align: left;
  position: absolute;
  left: -40px;
  border-radius: 10px 0px 0px 10px;
  background: #fff;
}
.cart-view .check-header svg {
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
}
.cart-view .check-header p {
  font-size: 16px;
  margin-bottom: 40px;
}
.cartbook {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;

  /*    display: flex;
    padding: 40px 30px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    align-self: stretch;*/
  background: #fff;
}
.in_cartbook {
  display: flex;
  padding: 40px 30px;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  align-self: stretch;
  background: rgba(152, 155, 70, 0.1);
  width: 100%;
}
.cart-view .checkout-box {
  background-color: #fff;
  border-radius: 0;
  /* margin-bottom: 30px; */
  /* height: 75%; */
  border-bottom: none;
  overflow: auto;
  display: flex;
  padding: 20px 30px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cart_empty .checkout-box .woocomerce-mini-cart-sidebar {
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  display: flex;
}
.shoping_img {
  width: 80px;
  height: 80px;
  padding: 22px;
  background: rgba(152, 155, 70, 0.1);
  border-radius: 50%;
}
.cart_empty_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.cart_empty_box h2 {
  color: #0e0e06;
  font-size: 24px;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  margin: 0px;
}
.cartbook h4 {
  font-size: 20px;
  font-weight: 300;
  margin: 0px;
  font-family: "Public Sans", sans-serif;
  color: #0e0e06;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.cartbook .order-btn {
  display: flex;
  min-height: 60px;
  padding: 0px 0px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
}
.cartbook h4 span {
  float: right;
}
.cartbook p {
  letter-spacing: 0px;
  color: rgba(14, 14, 6, 0.75);
  font-family: "Public Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin: 0px;
}
.cartbook .order-btn .pay-now {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
  min-height: 60px;
  padding: 0px 30px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  width: 100%;
  margin: 0px;
  background: #989b46;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}
.cartbook .order-btn .pay-now svg {
  margin-left: 0px !important;
  width: 24px;
  height: 24px;
}
.cart-view .check-header img {
  background: #f5f4ef;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  padding: 4px;
  float: right;
  cursor: pointer;
}
.cart-active {
  right: 0px;
}
.darkHeader {
  background: #fff0;
  display: none;
}

.blog #spinner {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url("https://i.imgur.com/e0wSH2U.png");
  position: absolute;
}

.shop-category-products #spinner {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url("https://i.imgur.com/e0wSH2U.png");
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

.single-product div.product form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-block;
  display: none !important;
}
.woocommerce-variation-price {
  /* display: none !important;*/
}
.woocommerce div.product form.cart .variations {
  margin-right: 20px;
}

/****************************************************************************/
.add-shoping-bt svg {
  width: 22px;
  margin-left: 3px;
  transition: 0.3s ease all;
  position: relative;
  z-index: 9;
  margin-top: 0;
}
.inta-btn svg {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: #bb513a;
  padding: 7px;
}
.inta-btn svg path,
.inta-btn svg circle {
  fill: #fff;
}
.entry-summary .add-shoping-bt svg path {
  fill: #fff;
}
.add-shoping-bt:hover svg {
  /*margin-left: 9px;
    transition: 0.3s ease all;*/
}
.add-shoping-bt:hover svg path {
  fill: #fff;
}
.add-shoping-bt:hover::after {
  /*width: 30px;
    background-color: #0E0E06;
    left: 124px;*/
}
.cat-pro-box .add-shoping-btn svg {
  width: 20px;
  transition: 0.5s ease all;
}
.cat-pro-box .add-shoping-btn:hover svg {
  margin-left: 5px;
  transition: 0.5s ease all;
}
.cat-pro-box .add-shoping-btn:hover svg path {
  fill: #fff;
}

.nav-menu a.active {
  color: #ffeccc;
  text-decoration: none !important;
  /*background: #ffffff1c !important;*/
}
.woocommerce .woocommerce-breadcrumb {
  margin: 0 0 0em !important;
}
.logo-part .noptin-newsletter-form .noptin-loader {
  bottom: 25px;
  right: 0px;
  align-items: center;
  justify-content: right;
  padding-right: 85px;
}
.cart-empty {
  width: 220px;
  margin: 0px auto;
  margin-top: 0;
  color: rgba(14, 14, 6, 0.75);
  line-height: 24px;
  font-weight: 300;
}
.woocommerce .return-to-shop .wc-backward {
  display: flex;
  min-height: 55px;
  padding: 0px 30px;
  align-items: center;
  gap: 6px;
  border-radius: 30px;
  border: 2px solid #989b46;
  color: #989b46;
  font-weight: 600;
  background: #fff;
}
.woocommerce .return-to-shop .wc-backward:hover {
  color: #fff;
  background: #989b46;
}
.woocommerce .return-to-shop .wc-backward:hover svg path {
  fill: #fff;
}
#customer_details .select2-container--default .select2-selection--single {
  padding: 15px 20px;
  height: 60px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #0e0e06 !important;
  letter-spacing: 0px;
}
#customer_details
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 15px;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #0e0e06 !important;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0e0e06 !important;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0e0e06 !important;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0e0e06 !important;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
}
input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #0e0e06 !important;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
}

input::placeholder {
  /* Most modern browsers support this now. */
  color: #0e0e06 !important;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
}
input:-internal-autofill-selected {
  background-color: #fff !important;
}
input::-webkit-input-placeholder {
  color: red;
}
input:-moz-placeholder {
  color: red;
}
.send-enquiry .wpcf7-not-valid-tip {
  font-size: 14px !important;
}
.send-enquiry .wpcf7-response-output {
  display: none;
}
.woocommerce .checkout .order-btn .pay-now {
  background: #84873d 0% 0% no-repeat padding-box;
  border-radius: 10px;
  height: 50px;
  line-height: 50px;
  font-family: "Public Sans", sans-serif;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 30px 0px;
  text-align: center;
  width: 100%;
  padding: 0px;
  font-weight: 600;
  display: none;
}
.no-product-div {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 10%;
}
.no-product-div svg {
  margin-bottom: 10px;
}
.noptin-styles-basic .noptin-text.active {
  border: 1px solid #ff1818 !important;
}
.noptin-newsletter-form .noptin-form-field-wrapper {
  margin-bottom: 10px !important;
}
.send-enquiry .wpcf7-spinner {
  position: absolute;
  left: 18px;
  top: 13px;
}
.send-enquiry p {
  position: relative;
}
.yith-wcwl-wishlistaddedbrowse {
  line-height: 2.5;
}
.yith-wcwl-wishlistexistsbrowse {
  line-height: 2.5;
  font-weight: 600;
  font-size: 14px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-additional-fields .col-md-6 {
  padding-left: 0px;
  margin-top: 20px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #66682c !important;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 0%);
}
.noptin-has-error input {
  border: 1px solid #df3b16 !important;
}
.blog-social-div {
  margin-top: 200px;
  margin-left: -117px;
  top: 200px;
}

/***************************************************/
.swiper-container1 .swiper-slide img {
  width: 100%;
}
.swiper-container1 .swiper-slide {
  padding: 60px;
  opacity: 0.5;
}
.swiper-container1 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding-top: 60px;
  z-index: 1;
  padding-left: 100px;
  padding-right: 100px;
}
.swiper-container1 .swiper-slide-active {
  padding: 0px;
  opacity: 1;
}
.swiper-container1 .swiper-slide-next {
  padding-left: 100px;
  padding-right: 35px;
  padding-top: 68px;
}
.swiper-container1 .swiper-slide-prev {
  padding-right: 100px;
  padding-left: 35px;
  padding-top: 68px;
}
.swiper-container1 .swiper-slide .content {
  display: none;
}
.swiper-container1 .swiper-slide-active .content {
  display: block;
}
.swiper-container1 .content .title {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 60px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}
.swiper-container1 .content .caption {
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  display: block;
  text-align: center;
}
.swiper-container1 .swiper-button-white {
  font-size: 50px;
  float: left;
  color: white;
  width: 48%;
  text-align: center;
  background-color: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 56px;
  height: 56px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  line-height: 40px;
  position: absolute;
  z-index: 999;
  transition: all 0.3s;
}
.swiper-container1 .swiper-button-prev {
  margin-right: 0;
  left: 0px;
  top: 175px;
}
.swiper-container1 .swiper-button-next {
  margin-right: 0;
  right: 0px;
  top: 175px;
}
.add-shop-btn {
  background-color: #f5f4ef;
  border: 1px solid #f5f4ef;
  border-radius: 50px;
  color: #000000;
  width: 145px;
  height: 45px;
  font-size: 14px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  display: block;
  line-height: 41px;
  margin: 0px auto;
  margin-top: 30px;
  transition: all 0.3s;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.add-shop-btn svg {
  width: 25px;
  margin-left: 3px;
  transition: 0.3s ease all;
  position: relative;
  z-index: 9;
}
.add-shop-btn::after {
  content: "";
  position: absolute;
  left: 123px;
  top: -1px;
  bottom: 0;
  width: 15px;
  height: 45px;
  background-color: #f5f4ef;
  transition: all 0.3s;
  border-radius: 0px 50px 50px 0px;
  z-index: 0;
  border: 1px solid #f5f4ef;
  border-left: none;
}
.add-shop-btn:hover::after {
  width: 30px;
  background-color: #84873d;
  left: 120px;
}
.add-shop-btn:hover {
  background-color: #84873d;
  color: #fff;
  transition: all 0.3s;
}
.add-shop-btn:hover svg {
  margin-left: 9px;
  transition: 0.3s ease all;
}
.add-shop-btn:hover svg path {
  fill: #fff;
}
.woocommerce-checkout-review-order .shop_table {
  border-collapse: collapse !important;
}
.woocommerce-checkout-review-order-table tfoot {
  border-top: 1px solid #717172;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border: none !important;
}
.tax-total td {
  padding-bottom: 25px !important;
}
.order-total td {
  height: 70px;
  font-size: 20px !important;
}
.woocommerce .woocommerce-checkout-review-order-table .order-total td,
.woocommerce .woocommerce-checkout-review-order-table .order-total th {
  color: #0e0e06;
  font-weight: 700 !important;
}
.page-id-49 .post-inner {
  padding: 80px 0px 60px;
  background: #fff 0% 0% no-repeat padding-box;
  margin-bottom: 60px;
}
.woocommerce .breadcrumb_wishlist .woocommerce-breadcrumb {
  display: block;
}
.page-id-49 .cat-home-ban {
  margin: 0px;
}
.wishlist-title-container {
  display: none;
}
.page-id-49 .wishlist_table {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.page-id-49 .woocommerce table.shop_table td {
  text-align: left;
  font-size: 14px;
}
.woocommerce table.shop_table.wishlist_table td {
  text-align: center;
}
.page-id-49 .shop_table .value {
  font-size: 14px !important;
  font-weight: 600;
}
.page-id-49 .shop_table .label {
  font-size: 14px !important;
  font-weight: 600;
}
.page-id-49 .yith_wcwl_wishlist_footer {
  display: none;
}
.page-id-49 .wishlist_table .product-add-to-cart a {
  color: #fff;
  padding: 5px;
  border-radius: 30px;
  padding: 4px 15px !important;
  background: #ad5d4e;
  display: inline-block !important;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  text-align: right;
  position: absolute;
  right: 0px;
  top: 38px;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
  position: absolute;
  right: 0px;
  top: 2px;
  font-size: 12px;
}
.wishlist_table.mobile li {
  position: relative;
}
.page-id-49 .wishlist_table.mobile li .item-details h3 {
  margin-bottom: 0;
  line-height: 22px;
}
.page-id-49 .product-remove a {
  color: #0e0e06;
  font-weight: 600;
  font-size: 20px;
}
.page-id-49 a.remove:hover {
  color: #84873d !important;
}
.page-id-49 .woocommerce .wishlist_table thead th {
  color: #ffffff;
  background: #717172;
  padding: 5px 20px !important;
  font-size: 14px;
}
.page-id-49 .woocommerce .wishlist_table {
  border-collapse: collapse;
}

.woocommerce #content .wishlist_view.cart .attachment-woocommerce_thumbnail,
.woocommerce .wishlist_view.cart .attachment-woocommerce_thumbnail,
.woocommerce-page
  #content
  .wishlist_view.cart
  .attachment-woocommerce_thumbnail,
.woocommerce-page .wishlist_view.cart .attachment-woocommerce_thumbnail {
  height: auto;
  width: 80px;
  height: auto;
  margin-right: 0px;
}
.remove_from_wishlist .plus {
  width: 24px !important;
}
.page-id-49 .woocommerce .wishlist_table tbody td a,
.page-id-49 .woocommerce .wishlist_table tbody td span {
  color: #0e0e06;
}
.page-id-49 .woocommerce .wishlist_table tbody td .add_to_cart {
  color: #fff;
  width: 110px;
}
.page-id-49 .woocommerce .wishlist_table tbody .wishlist-empty a {
  color: #989b46;
}
.page-id-49 .woocommerce .wishlist_table tbody .wishlist-empty a:hover {
  color: #fff;
}
/********************************************/
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
  display: none !important;
}
.woocommerce div.product form.cart {
  position: relative;
}
.product form.cart .yith-wcwl-add-to-wishlist {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 190px;
}
.woocommerce div.product form.cart .variations {
  background: #ffba70;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations select {
  max-width: 125px !important;
  min-width: 75%;
  display: inline-block;
  margin-right: 0em;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 10px 0px;
}
.woocommerce div.product form.cart .variations .value {
  padding: 10px;
  width: 160px;
  padding-right: 30px;
  padding-left: 80px;
}
.variation_price_div .single_variation_wrap {
  display: flex;
  gap: 5px;
  font-weight: 600;
  color: #0e0e06;
  font-size: 16px;
  margin-top: 13px;
  align-items: center;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
  background: #84873d;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: #66682c !important;
}
.woocommerce .variation_price_div .single_variation_wrap .price {
  font-weight: 600;
  color: #503d42;
  font-size: 26px;
  letter-spacing: 1px;
}
.price-product {
  font-weight: 600;
  font-size: 30px;
  font-family: "Public Sans", sans-serif;
  color: #0e0e06;
  margin-bottom: 25px;
  display: block;
  background: #ffba70;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 25px;
}
.price-product span {
  font-size: 16px;
  font-weight: 600;
  color: #0e0e06;
}
.price-product .woocommerce-Price-amount,
.price-product .woocommerce-Price-amount span {
  font-weight: 600;
  color: #503d42;
  font-size: 26px;
  letter-spacing: 1px;
}
.cart-tabel-des .quantity {
  border: 1px solid #717172;
  border-radius: 0px 4px 4px 0px;
  border-radius: 4px;
  display: flex;
  margin-left: 0px;
  align-items: center;
}
.cart-view div.quantity .qty {
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 20px;
  border-top: none;
  border-bottom: none;
  border-radius: 0px;
  background: rgba(152, 155, 70, 0.25);
}
div.quantity .plus,
div.quantity .minus,
.ct-plus,
.ct-minus {
  position: unset;
  justify-content: center;
  align-items: center;
  width: 30px !important;
  height: 30px;
  background: transparent;
  border: none;
  font-size: 22px;
  display: flex;
  filter: grayscale(1);
}
.woocommerce div.product p.stock {
  display: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 2em !important;
  margin-top: 25px;
}
.pro_cart {
  position: relative;
  gap: 15px;
}
.pro_cart .yith-wcwl-add-button {
  display: flex;
  position: absolute;
  top: 0px;
  left: 190px;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  width: 32px;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  border-top: none;
  border-bottom: none;
  border-radius: 0px;
  background: #f5f4ef;
}
.product-details .size-table th,
.product-details .size-table td {
  border: 1px solid #707070;
  padding: 2px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #0e0e06;
}
.product-details .size-table th {
  background-color: #717172;
  color: #fff;
  border: 1px solid #999999;
}
.faqs-section .accordion button {
  position: relative;
}
.faqs-section .accordion button[aria-expanded="false"]:after {
  position: absolute;
  right: 15px;
  background-image: url(../icons/add.svg);
  content: "";
  background-size: cover;
  width: 22px;
  height: 22px;
  padding: 0px;
  top: 23px;
}

.faqs-section .accordion button[aria-expanded="true"]:after {
  position: absolute;
  right: 15px;
  background-image: url(../icons/subtract.svg);
  content: "";
  background-size: cover;
  width: 22px;
  height: 22px;
  padding: 0px;
  top: 22px;
}
.faqs-section .accordion button:not([aria-expanded]):after {
  right: 15px;
  background-image: url(../icons/add.svg);
  content: "";
  background-size: cover;
  width: 22px;
  height: 22px;
  padding: 0px;
  top: 22px;
  position: absolute;
}
.wishlist-empty .woocommerce {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}
.woocommerce .wishlist-empty .woocommerce img {
  margin-right: 0;
}
.woocommerce .wishlist-empty .cart-empty {
  width: 100%;
  margin: 20px auto;
  margin-top: 5px;
  text-align: center;
  font-weight: 500;
  color: #0e0e06;
}
.woocommerce-info,
.woocommerce-message {
  position: absolute !important;
  left: calc(50% - 159px);
  top: 50%;
  border-radius: 5px;
  z-index: 99;
  font-size: 15px;
  font-weight: 500;
  background-color: #78b462 !important;
  color: #ffffff !important;
}
.woocommerce-message::before {
  content: "\e015";
  color: #ffffff !important;
}
.product_added_wish {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.product_added_wish .view-product-btn {
  background: #717172;
  display: flex;
  align-items: center;
}
.product_added_div {
  font-size: 12px;
  color: #0e0e06;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  line-height: 15px;
}
.product_added_div a {
  font-size: 12px;
  font-weight: 600;
}
.jesmonite-panel .product-blur img {
  width: 50%;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 0px 50px;
}
.sticker_btn_div {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.sticker_btn_div .view-product-btn {
  width: 67px;
  height: 47px;
  padding: 18px;
  border: 1px solid #ffffff;
}
.sticker_btn_div .view-product-btn svg {
  width: 25px;
  height: 25px;
}
.sticker_btn_div .view-product-btn:hover svg path {
  fill: #fff !important;
}
.carolina_div {
  display: flex;
  align-items: center;
  gap: 100px;
  align-self: stretch;
}
.carolina_div_sec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
}
.select2-container--default .select2-selection--single {
  font-size: 15px;
  letter-spacing: 1px;
  padding: 2em 2em;
  width: 100%;
  border: 1px solid #717172;
  border-radius: 4px;
  background: none;
  -webkit-appearance: none;
  outline: none;
  color: #0e0e06;
  font-weight: 500;
  font-family: "Public Sans", sans-serif;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 2;
  font-family: "Public Sans", sans-serif !important;
  color: #0e0e06 !important;
  margin-bottom: 20px;
}
.woocommerce-Price-currencySymbol {
  margin-right: 2px;
}
.product-details-sec select::-ms-expand {
  display: none;
}
.product-details-sec label {
  position: absolute;
  left: 12px;
  top: 14px;
  color: #aaa;
  font-size: 16px;
  pointer-events: none;
  /* padding: 0 4px; */
  transition: 0.2s ease all;
}
/* Float label up when select focused or has a value */
.product-details-sec select:focus + label,
.product-details-sec select:not([value=""]) + label {
  top: 10px;
  left: 90px;
  font-size: 10px;
  color: rgba(14, 14, 6, 0.5);
}

.cat-product-image_div {
  display: block;
  text-align: center;
}
/***************FAQ*********************/
.faqs_page {
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}
.faqs_page .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  align-self: stretch;
}
.faq_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.faq_header h1 {
  color: #0e0e06;
  text-align: center;
  font-size: 80px;
  font-style: italic;
  font-weight: 500;
  line-height: 72px;
  margin: 0px;
}
.faq_header p {
  color: rgba(14, 14, 6, 0.75);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0px;
}
.faqs_page .in-container {
  max-width: 1270px;
  margin: 0px auto;
  width: 100%;
}
.faqs_page_div {
  display: flex;
  padding: 0px 0px;
  align-items: flex-start;
  gap: 80px;
  align-self: stretch;
}
.faqs_page_tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  border-radius: 10px;
  background: #fff;
  min-width: 300px;
}
.faqs_page_tab ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-radius: 10px;
  border: 1px solid rgba(14, 14, 6, 0.75);
  background: #fff;
  width: 100%;
  padding: 30px;
}
.faqs_page_tab li a {
  display: flex;
  min-height: 36px;
  padding: 10px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 18px;
  color: #0e0e06;
  border: 1px solid #0e0e06;
}
.faqs_page_tab .nav-pills .nav-link {
  border-radius: 18px;
}
.faqs_page_tab .nav-pills .nav-link.active,
.faqs_page_tab .nav-pills .show > .nav-link {
  color: #fff;
  background: #503d42;
}
.faqs_page_result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  flex: 1 0 0;
  width: 100%;
}
.faqs_page_result .demo {
  margin-top: 0px;
  /* max-width: 800px; */
  width: 100%;
}
.faqs_page_result button {
  display: flex;
  min-height: 70px;
  padding: 10px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  background: rgba(152, 155, 70, 0.1);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin: 0px;
}
.faqs_page_result .card {
  border: 1px solid rgba(14, 14, 6, 0.75) !important;
}
.faqs_page_result .card-body {
  padding: 0px 20px 15px;
}
.faqs_page_result .card-body p {
  color: rgba(14, 14, 6, 0.75);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0px;
}
.faqs_page_result button[aria-expanded="true"] {
  background: #fff;
  border-bottom: none;
}
.faqs_page_result .card-header {
  border: none !important;
}
.search-box {
  position: absolute;
  left: -205px;
  min-width: 250px;
  min-height: 48px;
  padding: 0px 15px;
  align-items: center;
  gap: 4px;
  top: -7px;
  color: var(--Dark-50, rgba(14, 14, 6, 0.5));
  font-family: var(--Family-Body, "Public Sans");
  font-size: var(--Size-Body-Text-SM, 12px);
  font-style: normal;
  font-weight: var(--Weight-Medium, 500);
  line-height: normal;
  display: none;
}
.search-box input {
  color: rgba(14, 14, 6, 0.5);
  font-size: 12px;
  font-weight: 500;
  height: 39px;
  border: 2px solid #0e0e06;
  background: #fff;
  border-radius: 100px;
}
.closesearch {
  border: none;
  background: no-repeat;
  position: absolute;
  right: 22px;
  top: 7px;
}
.searchsection .shop-category-products {
  width: 100%;
}
.searchsection .products-block {
  width: 100%;
  justify-content: center;
}
.search_banner_img {
  width: 100%;
}
#mainFooter #mainHeader {
  display: block;
  position: relative;
}
.post-49 .container {
  max-width: 1528px;
}
.faqs_page_result ol {
  padding-left: 0px !important;
  margin-top: 1rem !important;
}
.checkout .container {
  max-width: 1528px;
}
.cart-tabel-des {
  width: 80%;
}
.shipping_address {
  display: block !important;
}
.contact_us_page form .wpcf7-response-output {
  color: #0e0e06 !important;
}
.contact_us_page .thank_you_subtitle p {
  color: #0e0e06;
}
.page-id-552 .contact_us_page .thank_you_subtitle p {
  color: #ffffffd4;
}
.search_result_svg h2 {
  color: #0e0e06;
  font-size: 20px;
  font-weight: 600;
  font-family: "Public Sans", sans-serif;
  text-align: center;
}
.search_result_svg p {
  color: #0e0e06;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.checkout .order-btn {
  /*display:none;*/
}
.re-products .slick-track {
  /*padding-left: 100px;*/
  transition: padding 0.3s ease;
}
.fill_svg_wishlish {
  display: none;
}
.has-wishlist .fill_svg_wishlish {
  display: block;
}
.has-wishlist .notfill_svg_wishlish {
  display: none;
}
.wishlist-items-wrapper .product-name .cat-product-image_div {
  display: inline-block;
  margin-right: 10px;
}
.field-error-message {
  color: #ff2800;
  font-weight: 600;
  font-size: 12px;
  font-family: "Public Sans", sans-serif;
}
.field-error-message strong {
  font-weight: 600;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 600 !important;
  font-size: 16px;
}
.woocommerce ul#shipping_method li label {
  font-weight: 400;
  font-size: 13px;
  color: #0e0e06;
}
.woocommerce ul#shipping_method li {
  margin-bottom: 0px !important;
}
.orders-summery .woocommerce-shipping-totals .woocommerce-shipping-methods {
  border-bottom: none;
  margin-bottom: 0px;
}
.woocommerce .type-product .wcpay-express-checkout-wrapper,
.wp-block-add-to-cart-form .wcpay-express-checkout-wrapper,
.wc-proceed-to-checkout .wcpay-express-checkout-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wishlist_table td.product-name {
  display: flex;
  line-height: 23px;
  display: flex;
  align-items: center;
}

a.add-shoping-bt.ajax_add_to_cart.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
/* div#ctn-preloader { background: rgb(0 0 0 / 36%); } */

.woocommerce-notices-wrapper {
  position: relative;
  top: 62px;
}
#ProductExist .modal-dialog #trash-can {
  background: #f6f7f7;
  width: 72px;
  height: 72px;
  padding: 20px;
  border-radius: 100px;
}
#ProductExist .modal-dialog h4 {
  text-align: center;
}
#ProductExist .modal-dialog p {
  text-align: center;
}
#ProductExist .add_to_cart_no {
  background: #2f323700 0% 0% no-repeat padding-box;
  border: 1px solid #131416;
  border-radius: 6px;
  color: #131416;
  font-size: 13px;
  font-weight: 600;
  margin-top: 15px;
}
#ProductExist .add_to_cart_yess {
  background: #131416 0% 0% no-repeat padding-box;
  border-radius: 6px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid #131416;
  margin-left: 10px;
  margin-top: 15px;
}
#ProductExist .modal-dialog .modal-body {
  padding: 50px;
}
.add_to_cart_yess.loading {
  opacity: 0.6;
  pointer-events: none;
}
form.variations_form.cart .btn-ground {
  cursor: pointer !important;
}
form.variations_form.cart .btn-disabled {
  pointer-events: none;
}

#coupon-message-box p.success-message {
  color: green;
  background: #0080001f;
  padding: 10px;
}
#coupon-message-box p.error-message {
  color: #cd2653;
  background: #cd265324;
  padding: 10px;
}
.woocommerce-notices-wrapper,
.woocommerce-message {
  display: none;
}
.woocommerce-checkout#payment div.payment_box {
  background-color: #f5f5f5;
}
.woocommerce-checkout#payment div.payment_box::before {
  border: 1em solid #f5f5f5;
}
.p-CardForm .Label {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  text-transform: capitalize;
}
.p-CardForm .p-FauxInput {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  text-transform: capitalize;
  border: 1px solid rgba(14, 14, 6, 0.5);
  border-radius: 4px;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  max-width: 1528px;
  margin: 23px auto;
  padding: 0px 50px;
  margin-bottom: 0px;
}
/* checkout */

.woocommerce-billing-fields__field-wrapper.row,
.woocommerce-shipping-fields__field-wrapper.row {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
  margin: 0;
}
.woocommerce-billing-fields__field-wrapper.row p.form-row,
.woocommerce-shipping-fields__field-wrapper.row p.form-row {
  flex: 0 0 calc(50% - 15px);
  margin: 0;
  padding: 0;
}
span.woocommerce-input-wrapper {
  width: 100%;
}
body.woocommerce-checkout .woocommerce-input-wrapper input[type="text"],
body.woocommerce-checkout .woocommerce-input-wrapper input[type="date"],
body.woocommerce-checkout .woocommerce-input-wrapper input[type="password"],
body.woocommerce-checkout .woocommerce-input-wrapper input[type="number"],
body.woocommerce-checkout .woocommerce-input-wrapper input[type="email"],
body.woocommerce-checkout .woocommerce-input-wrapper textarea,
body.woocommerce-checkout .woocommerce-input-wrapper input[type="tel"] {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  padding: 15px 20px;
  border: 0;
  width: 100%;
  border: 1px solid rgba(14, 14, 6, 0.5);
  border-radius: 4px;
  background: none;
  -webkit-appearance: none;
  outline: none;
  color: #0e0e06;
  font-weight: 500;
  font-family: "Public Sans", sans-serif;
  letter-spacing: 0px;
  min-height: 60px;
}
#shiping-add .check-header,
#shiping-add .check-header p {
  margin: 0;
}
.form-add {
  margin-top: 30px;
}
.woocommerce-invalid-required-field span input,
.woocommerce-invalid-required-field span textarea {
  border-color: var(--wc-red) !important;
}

@media (max-width: 767px) {
  .woocommerce-billing-fields__field-wrapper.row,
  .woocommerce-shipping-fields__field-wrapper.row {
    flex-direction: column;
  }
}
