* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
@font-face {
  font-family: KumbhSans;
  src: url(../assets/static/KumbhSans-Regular.ttf);
}
@font-face {
  font-family: KumbhSans2;
  src: url(../assets/static/KumbhSans-Bold.ttf);
}
.f-kumbhsans {
  font-family: Kumbhsans, sans-serif;
}
.f-kumbhsans2 {
  font-family: Kumbhsans2, sans-serif;
}

.drop-down-con {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 102%;
  position: fixed;
  z-index: 1;
}
.drop-down {
  background-color: #f7f8fd;
  padding: 6%;
  font-family: KumbhSans2, sans-serif;
  width: 67%;
  height: 100vh;
}
.close {
  padding-bottom: 20%;
}
.drop-down div:not(:first-child) {
  font-weight: bold;
  font-size: 0.92rem;
  padding-bottom: 10%;
}
.empty-cart, .empty-cart2 {
  background-color: #ffffff;
  width: 96%;
  min-height: 40vh;
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 2%;
  border-radius: 4%;
}
.empty-cart h4, .empty-cart2 h4 {
  border-bottom: 2px solid #dde0e5;
  padding: 8%;
  font-family: Kumbhsans2, sans-serif;
  font-weight: bold;
}
.empty-cart p {
  padding-top: 20%;
  color: #7a818c;
  font-weight: bold;
  font-family: KumbhSans2, sans-serif;
}
.c-text{
  padding: 5%;
  color: #88888a;
  line-height: 1.5rem;
}
strong{ color: black;}
.delete{ padding-top: 5%;}
.btn-check{
  margin: 5%;
  width: 90%;
  padding: 5%;
  border-radius: 10px;
  background-color: #ff7d1a;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1.2px;
}

main {
  position: relative;
}
nav {
  padding: 4% 5%;
}
.div-ham {
  margin-right: -5%;
}
.ham {
  width: 40%;
  margin-bottom: 3px;
  border: 2px solid #68707d;
}
.cart {
  padding-right: 16%;
  padding-top: 5%;
}
a {
  text-decoration: none;
  color: #1d2025;
  font-size: 0.9rem;
}
.btn {
  background-color: white;
  border-radius: 50%;
  padding: 1% 2%;
  position: absolute;
  top: 24%;
}
.slider {
  width: 100%;
}
.img {
  display: none;
}
.active {
  display: block;
}
.active2 {
  display: block;
}
#prev {
  right: 90%;
}
#next {
  left: 90%;
}
.text {
  padding: 5%;
}
.text h5 {
  color: #ff7d1a;
  letter-spacing: 1px;
}
.text h2 {
  padding: 8% 0;
  font-weight: bold;
  font-size: 2rem;
  color: #1d2025;
}
.text p {
  color: #687792;
  font-size: 0.95rem;
}
.col a:hover {
  color: black;
  font-weight: bold;
  border-bottom: 4px solid #ff7d1a;
}
.col {
  padding-bottom: 50px;
  overflow-y: hidden;
}
.col a {
  padding-bottom: 46px;
}
.cost {
  font-size: 1.8rem;
  padding-right: 10%;
}
.discount {
  color: #ff7d1a;
  background-color: #ffe5d1;
  padding: 3%;
  border-radius: 20%;
}
.old {
  color: #b6bcc8;
  padding-top: 3%;
}
span {
  color: #ff7d1a;
}
.value-con {
  font-size: 1.5rem;
}
.vcon{
  color: white;
  background-color: #ff7d1a;
  font-size: .7rem;
  width: 18px;
  position: relative;
  bottom: 75%;
  left: 35%;
  z-index: 1000;
  border-radius: 20px;
  text-align: center;
}
.cart-qty {
  color: #ff7d1a;
  background-color: transparent;
}
.cart-qty-plus {
  font-size: 2rem;
}
.cart-qty-minus {
  font-size: 2rem;
}
.button {
  background-color: #ff7d1a;
  color: white;
  padding: 4.5%;
  width: 90%;
  border: none;
  margin: 5%;
  border-radius: 10px;
  font-size: 1rem;
}
.button:hover {
  opacity: 0.7;
}
button {
  border: none;
}
.foot {
  margin: 5% 5% 10%;
  font-size: 0.7rem;
  text-align: center;
}
input {
  border: none;
  background-color: transparent;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  /* padding-top: 4%; */
  outline: none;
}
.quantity {
  background-color: #f7f8fd;
  padding: 2% 5% 3%;
  margin: 5% 5% 1%;
  border-radius: 10px;
  width: 90%;
  align-items: center;
  justify-content: space-between;
}

.li {
  margin-left: 7%;
}
.slider-thumbnails {
  margin-top: -13%;
  width: 50%;
  margin-left: 5%;
}
.slider-thumbnails div {
  margin-right: 5%;
  width: 15%;
  height: 12vh;
  border-radius: 10px;
}
.slider-thumbnails2 {
  padding-top: 3%;
}
.slider-thumbnails2 div {
  /* margin-right: 1%; */
  width: 20%;
  height: 10vh;
  border-radius: 5px;
}
.t1 {
  background-image: url(../assets/ecommerce-product-page-main/images/image-product-1-thumbnail.jpg);
  background-position: center;
  background-size: cover;
  background-color: white;
}
.t2 {
  background-image: url(../assets/ecommerce-product-page-main/images/image-product-2-thumbnail.jpg);
  background-position: center;
  background-size: cover;
}
.t3 {
  background-image: url(../assets/ecommerce-product-page-main/images/image-product-3-thumbnail.jpg);
  background-position: center;
  background-size: cover;
}
.t4 {
  background-image: url(../assets/ecommerce-product-page-main/images/image-product-4-thumbnail.jpg);
  background-position: center;
  background-size: cover;
}
.light-box {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 900vh;
  position: fixed;
  z-index: 1;
  padding-top: 5%;
}
.light-box div {
  margin: 0 auto;
}
#prev2 {
  left: 33%;
}
#next2 {
  right: 33%;
}
.btn2 {
  background-color: white;
  border-radius: 50%;
  padding: 1% 1.5%;
  position: absolute;
  top: 4.7%;
}
.light-box-img div img {
  border-radius: 10px;
}
.close-icon {
  padding: 0 0 2% 30.5rem;
  color: white;
  font-weight: light;
  font-size: 1.5rem;
}
.active-state {
  opacity: 0.4;
  border: 2px solid #ff7d1a;
}
.dot:hover,
.dott:hover {
  opacity: 0.4;
}
