.qty_button {
  display: flex;
  align-items: center;
  border: 0.5px solid #ccc;
  border-radius: 0px;
  width: 103px;
  padding: 4px;
}

.incr_button {
  padding: 1px 10px;
  border: none;
  background: var(--background);
  color: var(--color);
}

.incr_value {
  padding: 1px 5px;
  border: none;
  text-align: center;
  background: var(--background);
  color: var(--color);
}

.size_smallbox ul {
  padding-left: 0px !important;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.size_smallbox ul li {
  text-decoration: none;
  list-style: none;
  border: 1px solid #ccc;
  padding: 5px 10px;
  box-shadow: none !important;
  border-radius: 0px !important;
  color: var(--color);
}
.size_smallbox ul li a {
  color: var(--color);
}

.size_smallbox ul li.active {
  background: var(--main_color);
  color: var(--background) !important;
  border: 1px solid var(--main_color);
}

.size_smallbox ul li a.active {
  color: var(--background) !important;
}

.product_desc .product-name {
  /* margin-bottom: 10px; */
  background-color: var(--background);
  padding: 10px;
  font-family: var(--font-family) !important;
}

.product_desc .product-name h1 {
  font-weight: 400;
  font-size: 28px !important;
  color: var(--color);
  font-family: var(--font-family) !important;
  word-wrap: break-word;
}

.product_desc .product_price {
  margin-bottom: 5px;
  background-color: var(--background);
  padding: 10px;
  padding-top: 0px;
  border-bottom: 0.5px solid rgba(204, 204, 204, 0.8);
}

.product_desc .product_price h1 {
  font-weight: 600;
  font-size: 24px !important;
  color: var(--color);
}

.product_desc .product_price h1 span {
  font-weight: 500;
  font-size: 18px !important;
  text-decoration: line-through;
  margin-left: 15px;
  color: var(--color);
}

.product_desc .product_size {
  /* margin-bottom: 5px; */
  background-color: var(--background);
  padding: 10px;
}

.product_desc .product_size label {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.product_desc .product_size .qty_ {
  color: var(--color);
}

.product_desc .product_size select {
  font-size: 20px;
  font-weight: 500;
  padding: 0px 10px;
  color: var(--secondcolor);
  width: 50%;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  background-color: var(--background);
}

.product_desc .product_size select option {
  font-size: 20px;
  font-weight: 500;
  padding: 0px 10px;
  background-color: var(--bg-color-2);
  width: 50% !important;
}

.product_desc .product_qty {
  margin-bottom: 5px;
  background-color: var(--background);
  padding: 10px;
  /* display: flex; */
  color: var(--color);
}

.product_desc .product_qty label {
  font-size: 13px;
  font-weight: 500;
  color: var(--color);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.product_desc .product_icon {
  margin-bottom: 5px;
  background-color: var(--background);
  padding: 10px;
  display: flex;
  padding-left: 0px;
}

.product_desc .product_icon .wishlist_icon,
.product_desc .product_icon .whatsapp_icon {
  margin: 0px 10px 0px 0px;
  padding: 5px 10px;
  /* border: 1px solid #ccc; */
  cursor: pointer;
  border-radius: 5px;
}

.product_desc .product_icon .whatsapp_icon.fa-whatsapp {
  color: #075E54;
}

/* .product_desc .product_icon .wishlist_icon:hover,
.product_desc .product_icon .whatsapp_icon:hover{
   background-color: var(--main_color);
   color: var(--color);

} */
/* .product_desc .product_icon .whatsapp_icon .fa-whatsapp:hover{
    color: white; 
} */
.product_main-img_sec .product_img {
  height: 70vh;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.product_main-img_sec .product_img .product_preview {
  height: 70vh;
  width: 100%;
  overflow: hidden;
}

.product_main-img_sec .product_img .product_preview img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product_desc .add_to_cart_buy_now,
.add_to_video {
  background-color: var(--background);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin: 10px 0px;
}

.product_desc .add_to_cart_buy_now button {
  width: 49%;
  text-transform: uppercase;
  font-weight: 500;
  margin: 10px 0px;
  border: 1px solid var(--main_color);
}

.bg-primary-four_two {
  background-color: transparent !important;
  color: var(--main_color) !important;
}

.product_desc .add_to_video button {
  width: 96%;
  text-transform: uppercase;
  font-weight: 500;
}

.product_desc .product_main_desc {
  color: var(--color);
  background-color: var(--background);
  margin-bottom: 5px;
}

.product_desc .product_desc_label {
  color: var(--color);
  background-color: var(--background);
  padding: 10px;
}

.product_desc .product_desc_label label {
  font-size: 13px;
  font-weight: 500;
  color: var(--color);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.product_desc .product_main_desc p {
  font-size: 16px;
  padding: 10px;
  color: var(--color);
}

/*****qty  Section *****/
/* .product-qty{ */
/* margin: 0px 5px; */
/* } */
.option-label {
  margin: 10px 10px;
  font-size: 16px;
  font-weight: 600;
}

.inputqty {
  height: 30px;
  width: 15%;
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid var(--main_color);
  text-align: center;
}

.buttonplus {
  font-size: 15px;
  font-weight: bold;
  color: var(--main_color);
  padding: 3px 8px;
  padding-bottom: 1px;
  background: var(--main_color);
  color: var(--color);
  border: none;
}

.qty-changer {
  margin-left: 10px;
}

/***** End qty Section *****/
.modalimgscroll {
  height: 80vh;
  width: 100%;
  overflow: hidden;
}

.modalimgscroll img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product_thumb .item .cat_img {
  height: 90px;
  width: 90px;
  overflow: hidden;
}

.product_thumb .item .cat_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}

.product_thumb .item .cat_img img:hover,
.product_thumb .item .cat_img img:focus {
  border: 2px solid var(--main_color);
}

.small_font {
  color: var(--main_color);
  font-size: 14px;
  margin-top: 5px;
  letter-spacing: 1px;
}

.add_class label {
  font-size: 13px !important;
}

.pl_pr_20 {
  padding-left: 11px !important;
  padding-right: 20px !important;
}

.big_none {
  display: none;
}

@media (max-width: 768px) {
  .product_thumb {
    margin: 15px 0px;
  }
  .product_thumb .item .cat_img {
    height: 60px;
    width: 60px;
    overflow: hidden;
  }
  .none_768 {
    display: none;
  }
  .big_none {
    display: block;
  }
  .flickity-prev-next-button.next {
    display: none;
  }
  .flickity-prev-next-button.previous {
    display: none;
  }
}
.pd_tp {
  padding-top: 10px;
}

@media (max-width: 550px) {
  .small_font {
    font-size: 13px;
  }
  .product_main-img_sec .product_img {
    height: 50vh;
  }
  .product_main-img_sec .product_img .product_preview img {
    height: 50vh;
  }
  .product_desc .add_to_cart_buy_now {
    background-color: var(--background);
    justify-content: space-around;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 1px;
    position: fixed !important;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 1020;
  }
  .product_desc .add_to_cart_buy_now button, .product_desc .add_to_video button {
    width: 45%;
  }
  .pd_tp {
    padding-top: 0px !important;
    margin-top: -18px;
  }
  .row .right {
    height: 625px;
  }
  .new_pro_img {
    height: 625px;
  }
}
.carousel-cell {
  margin-right: 20px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .carousel-cell img {
    height: 400px;
  }
}
.cat_img {
  height: 68vh;
  width: 100%;
}

.cat_imgg {
  height: 92vh;
  width: 100%;
}

.cat_imgg img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cat_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.new_pro_img {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s;
  height: 725px;
}

.hov {
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.new_pro_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* IE 9 */ /* Safari 3-8 */
  transform: scale(1.1);
}

.close_modal {
  position: absolute;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
  font-size: 20px;
  z-index: 1000;
  border: 0.5px solid rgba(204, 204, 204, 0.8);
  right: 47%;
  top: 89%;
  padding: 0.5em 0.5em;
  border-radius: 50%;
  background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.carousel-control-next-icon {
  background: black url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  border-radius: 35%;
}

.carousel-control-prev-icon {
  background: black url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  border-radius: 35%;
}

@media (max-width: 1024px) {
  .hov {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .new_pro_img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    cursor: zoom-in;
    transition: transform 0.5s;
  }
  .product_desc .add_to_cart_buy_now {
    position: inherit;
  }
}
.product-img--main {
  position: relative;
  overflow: hidden;
  float: left;
  margin: 10px;
}

.product-img--main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-out;
}

.crous_product {
  position: sticky;
  top: 100px;
  /* selected cell */
}
.crous_product .carousel-cell {
  counter-increment: carousel-cell;
  width: 100%;
  height: 610px;
  overflow: hidden;
  /* border: 0.5px solid #e6e5e5; */
  cursor: zoom-in;
  transition: transform 0.5s;
}
.crous_product .carousel-cell img {
  height: 90px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  rotate: 270deg;
}
.crous_product .flickity-page-dots {
  display: none;
}
.crous_product .carousel-main .carousel-cell {
  width: 100%;
  font-size: 5rem;
  padding-bottom: 56.25%;
}
.crous_product .flickity-viewport {
  height: 725px;
}
.crous_product .flickity-viewport .is-pointer-down {
  outline: none;
}
.crous_product .flickity-viewport:focus-visible {
  border: none;
  outline: none;
}
.crous_product .carousel-nav {
  width: 540px;
  height: 80px;
  transform: rotate(90deg) translate(30px, -100%);
  transform-origin: left top;
}
.crous_product .carousel-nav:focus-visible {
  border: none;
  outline: none;
}
.crous_product .carousel-cell {
  transform: rotate(-90deg);
  width: 80px;
  height: 80px;
  cursor: pointer;
  font-size: 1.4rem;
}
.crous_product .carousel-nav .carousel-cell {
  margin-right: 1rem;
}
.crous_product .carousel-nav .carousel-cell.is-nav-selected {
  background: var(--main_color);
}
.crous_product .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  background: transparent;
}
.crous_product .flickity-prev-next-button .previous {
  left: -40px;
}
.crous_product .flickity-prev-next-button .next {
  right: -40px;
}
.crous_product .row .left {
  max-width: 80px;
  margin-right: 2%;
  flex: 1 1 100%;
  overflow: hidden;
}
.crous_product .row .right {
  flex: 1 1 0;
  overflow: hidden;
  position: relative;
  height: 728px;
}
.crous_product .row .right:focus-visible {
  border: none;
  outline: none;
}
.crous_product .row {
  display: flex;
  flex-wrap: wrap;
}
.crous_product .carousel-nav .flickity-prev-next-button.next {
  right: -158px;
  position: absolute;
  bottom: 15px;
  border: none;
  background: white;
  width: 27px;
  height: 32px;
}
.crous_product .carousel-nav .flickity-prev-next-button.previous {
  left: -31px;
  position: absolute;
  top: 29px;
  border: none;
  background: white;
  width: 27px;
  height: 32px;
}
.crous_product .new_pro_img {
  width: 100%;
  height: 725px;
  overflow: hidden;
  cursor: zoom-in;
  transition: transform 0.5s;
}
.crous_product .new_pro_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.crous_product .carousel-main:focus-visible {
  border: none;
  outline: none;
}
.crous_product .zoom_button {
  border-radius: 50%;
  padding: 5px 10px;
  background: var(--main_color);
  color: var(--second_color);
  position: absolute;
  bottom: 10px;
  z-index: 1000;
  right: 10px;
}
.crous_product .video_button {
  border-radius: 20px;
  padding: 5px 12px;
  background: red;
  color: white;
  position: absolute;
  bottom: 10px;
  z-index: 1000;
  right: 50px;
}

.video_mod {
  height: 100vh;
  width: 100%;
}
.video_mod video {
  height: 91vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 550px) {
  .crous_product .new_pro_img {
    width: 100%;
    height: 550px;
    overflow: hidden;
    cursor: zoom-in;
    transition: transform 0.5s;
  }
  .crous_product .new_pro_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .crous_product .row .right {
    height: 550px;
  }
  .product_desc .product-name h1 {
    font-size: 22px !important;
  }
  .product_desc .product_price h1 {
    font-size: 20px !important;
  }
}/*# sourceMappingURL=product_detail.css.map */
