* {
  margin: 0;
  padding: 0;
  font-family: "Hind Siliguri", sans-serif;
}

body {
  background: #f0f2f5 !important;
}

.hero-full-width {
  background: linear-gradient(180deg, #000035 0%, #3e0d50 100%);
}

.menu-left h4 {
  font-size: 25px;
  color: #fff;
  text-align: center;
}

.menu-btn {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  background: #61CE70;
  padding: 12px 24px;
  border-radius: 30px;
  color: #fff;
  border: none;
}

/* countdown css  */
.count {
  background: red;
  color: #fff;
  text-align: center;
}

.count-body h5 {
  margin-bottom: 0;
  font-size: 20px;
  padding: 0;
}

.count-body h6 {
  font-size: 15px;
}

.count-body {
  padding: 5px 0;
}

.count-card {
  background: red;
  padding: 0px 15px;
  border: 2px solid black;
  margin: 6px;
  border-radius: 5px;
}

.count-main {
  display: flex;
  justify-content: center;
}

/* hero title  */
.hero-title h2 {
  color: #30DE00;
  font-weight: 700;
  text-align: center;
  font-size: 36px;
}

/* youtube video  */
.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* second title  */

.second-title h2 {
  text-align: center;
  color: #0EDF28;
  font-weight: 600;
  text-decoration: line-through;
  font-size:36px;
}

.second-title {
  margin: 10px 0;
}

.second-title h1 {
  text-align: center;
  color: #0EDF28;
  font-weight: 700;
  font-size:36px;
}

/* products section  */

.product-full-width {
  background: #7D7C97;
}

.product-title h2 {
  text-align: center;
  color: #00FF19;
  font-weight: 600;
  padding: 20px 0 0 0;
}

button.order-btn {
  background: #61ce70;
  border: none;
  text-align: center;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  margin: 45px 0 20px 0;
  transition: transform 0.3s ease;
}

button.order-btn:hover {
  background-color: #6EC1E4;
  transform: scale(1.1);
}

.product-title {
  text-align: center;
}

/* product img  */
img.product-img {
  width: 100%;
}

/* .denim-light h2 {
  padding: 10px;
  background: #e7debe;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 25px 0;
}

.denim-light2 h2 {
  padding: 10px;
  background: #000000;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 10px 0 25px 0;
} */



.denim-black h2 {
  padding: 10px;
  background: #bc7d36;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 10px 0 25px 0;
}



.product-note h3 {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin: 30px 0 20px 0;
}

/* order button   */

.orderbtn {
  background: #6b6b89;
  margin: 15px 0;
  text-align: center;
}

.orderbtn button {
  background: linear-gradient(180deg, #61CE70 0%, #f2295b 100%);
  border: none;
  text-align: center;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  transition: transform 0.3s ease;
}

.orderbtn button:hover {
  background-color: #6EC1E4;
  transform: scale(1.1);
}

/* pant size  */

.size-title h3 {
  padding: 10px 0 0 0;
  font-weight: bold;
  font-size: 30px;
}

.size-title {
  background: #78f606;
  text-align: center;
  margin-top: 12px !important;
}

.pant-size {
  text-align: center;
}



/* about title  */

.about-title h2 {
  background: #feff00;
  padding: 10px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.about-title {
  margin: 15px 0;
}

.about-body {
  background: #6b6b89;
  color: #fff;
  padding: 10px;
}

li {
  list-style: none;
}

/* desclimer  */


.desclimer h2 {
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-weight: 700;
}

/* review slider  */

.wrapper {
  display: flex;
  max-width: 1200px;
  position: relative;
}

.wrapper i {
  top: 50%;
  height: 44px;
  width: 44px;
  color: #343F4F;
  cursor: pointer;
  font-size: 2.15rem;
  position: absolute;
  text-align: center;
  z-index: 2;
  line-height: 44px;
  background: #feff00;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.9);
}

.wrapper i:hover {
  background: #f2f2f2;
}

.wrapper i:first-child {
  left: 0px;
  display: none;
}

.wrapper i:last-child {
  right: 0;
}

.wrapper .carousel {
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.carousel.dragging {
  cursor: grab;
  scroll-behavior: auto;
}

.carousel.dragging img {
  pointer-events: none;
}

.carousel img {
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
}

.carousel img:first-child {
  margin-left: 0px;
}

@media screen and (max-width: 900px) {
  .carousel img {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 550px) {
  .carousel img {
    width: 100%;
  }
}

/* ----- order section --------  */

.order-main {
  background: #fff;
  padding: 30px 20px;
  border-top: 20px solid #61ce70;
  border-right: 3px solid #61ce70;
  border-left: 3px solid #61ce70;
  border-bottom: 3px solid #61ce70;
  border-radius: 8px;
}

.order-header {
  text-align: center;
}

.order-header h2 {
  font-weight: 700;
  color: #61ce70;
  line-height: 51px;
}

.order-header h4 {
  color: red;
  font-size: 16px;
}

.cart-header h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.cart-header {
  margin-bottom: 30px;
}

.cart-img {
  width: 55px;
  height: 60px;
  /* height: auto; */
  margin-right: 10px;
}

.cart {
  padding: 0 20px;
}

.cart-body {
  background: #f0f2f5;
  border-radius: 5px;
  padding: 10px;
}

.table tr td {
  font-size: 15px;
  vertical-align: middle;
  text-align: right;
}

th.product-row {
  width: 50%;
}

th.quantity-row {
  width: 20%;
}

th.price-row {
  width: 20%;
  text-align: right;
}

/* Flexbox for table rows */
@media (max-width: 768px) {
  .table {
    display: block;
    width: 100%;
  }

  .order-main {
    background: #fff;
    padding: 30px 0px;
    border-top: 20px solid #61ce70;
    border-right: 3px solid #61ce70;
    border-left: 3px solid #61ce70;
    border-bottom: 3px solid #61ce70;
    border-radius: 8px;
  }

  .cart {
    padding: 0;
  }

  .table thead,
  .table tbody,
  .table tr,
  .table td,
  .table th {
    display: block;
  }

  .table tr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #dee2e6;
  }

  .table td,
  .table th {
    flex: 1;
    text-align: left;
    padding: 0.5rem;
  }

  .table td:last-child {
    text-align: right;
  }

  .table .input-group {
    width: auto;
    flex: 1;
  }

  .table .form-check-input {
    margin-left: 0;
  }

  .cart-img {
    height: auto;
  }
}

@media (max-width: 768px) {

  .input-group .btn,
  .input-group .form-control {
    width: 100%;
    margin-bottom: 5px;
  }

  .input-group {
    flex-direction: column;
  }
}

/* @media screen(max-width:570) {
 input.form-control.text-center.mb-2.mb-sm-0 {
  width: 100%;
 }
} */

.order-summary {
  /* border: 1px solid #dee2e6; */
  padding: 15px;
  /* background-color: #f9f9f9; */
}

.order-item {
  border-bottom: 1px solid #dee2e6;
  padding: 10px 0;
}

.order-img {
  width: 50px;
  height: auto;
}

.order-total {
  font-weight: bold;
  padding: 10px 0;
}

.order-shipping .form-check {
  padding: 10px 0;
}

.name-size {
  font-weight: 600;
}

/* Responsive Design */

@media (max-width: 768px) {
  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item span {
    margin-top: 10px;
  }

  .order-total {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-total span {
    margin-top: 10px;
  }
}

/* billing and details  */

label.form-label.input-title {
  font-size: 14px;
  font-weight: 600;
}

img.order-img {
  width: 55px;
  height: 60px;
  border-radius: 3px;
}


.order-total {
  border-top: 1px dotted;
}

.delivery-text h4 {
  font-size: 16px;
  padding: 10px 0;
}

.delivery {
  background: #f7f7f7;
  padding: 20px;
}

.delivery-text p {
  background: #eaeaea;
  padding: 15px;
  font-size: 14px;
}

.note p {
  font-size: 11px;
  padding: 10px 0;
  color: #333;
  font-weight: 600;
}

.order-btn button {
  background: #ff6d24;
  border: none;
  padding: 5px 10px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  width: 100%;
}

/* footer section  */
.footer-full-width {
  background: #7f7f9a;
  line-height: 30px;
}

.footer {
  text-align: center;
  padding: 50px 0;
}

.footer h4 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.footer .fb i.bi.bi-facebook {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  transition: 0.5s;
}

.footer .fb i.bi.bi-facebook:hover {
  background: #333;
  border: 1px solid #333;
  cursor: pointer;
}

.copy a {
  color: #d8dddf;
  text-decoration: none;
  font-weight: 700;
  transition: 0.5s;
}

.copy a:hover {
  color: #fff;
}

span.credit {
  color: red;
}

.sizes {
  display: grid;
}

.customer-info {
  padding: 10px;
}

/* ========================= Responsive Style css code ========================  */

@media (max-width:1024px) {

  /* header title  */
  .menu-left h4 {
    font-size: 20px;
    margin-top: 5px;
  }

  .menu-btn {
    font-size: 18px;
    padding: 8px;
    margin: 10px 0;
  }

  /* all title  */
  .product-title h2,
  .size-title h3,
  .about-title h2,
  .desclimer h2,
  .order-header h2,
  .second-title h1,
  .hero-title h2 {
    font-size: 25px;
  }

}

@media (max-width: 768px) {

  /* header title  */
  .menu-left h4 {
    font-size: 16px;
    margin-top: 5px;
  }

  .menu-btn {
    font-size: 14px;
    padding: 8px;
    margin: 10px 0;
  }

  /* all title  */
  .product-title h2,
  .size-title h3,
  .about-title h2,
  .desclimer h2,
  .order-header h2,
  .second-title h1,
  .hero-title h2 {
    font-size: 15px;
  }

  /* gradiant button  */
  .orderbtn button {
    padding: 10px 25px;
    font-size: 14px;
  }

  button.order-btn {
    padding: 12px 25px;
    font-size: 14px;
    margin: 30px 0 15px 0;
  }

  /* .denim-black2 {
    margin-top: -14px;
  } */

  .product-note h3 {
    margin: 20px 0 15px 0;
  }

  .denim-black h2{
    padding: 10px;
    font-size: 25px;
  }

  .cart-header h4 {
    text-align: center;
  }

  .pant-size img {
    width: 100%;
  }

}

@media (max-width: 570px) {
  .form-control.text-center.mb-2.mb-sm-0 {
    width: 100%;
  }
}