.product_block_wrap {
  display: flex;
}
.product_gallery {
  width: 63%;
  padding-right: 10px;
  position: relative;
}
.product_info {
  padding: 0px 0 0 30px;
  width: 35%;
  position: relative;
}
.product_show_more {
  position: absolute;
  display: flex;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -5px;
  z-index: 1;
}
.varient_img_preview:after {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  border-left: 15px solid #ffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.varient_img_preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.varient_img_preview {
  position: absolute;
  left: -406px;
  padding: 5px;
  background-color: #fff;
  top: 0px;

  width: 364px;
  height: 530px;
  box-shadow: 5px 3px 15px -4px #00000045;
  display: none;
}
.varient_img_block {
  position: sticky;
  top: 0;
  z-index: 1;
}
.product_show_more .show_more {
  background-color: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
.product_info_wrap {
  position: sticky;
  top: 40px;
}

.product_info_wrap .discount_price{
  justify-content: start;
}
.product_show_more .show_more img {
  position: absolute;
  top: 0;
  transform: rotate(-89deg);
  margin: -35px 0 0px 0;
  left: 12px;
}
.back_arrow_pro {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.back_arrow_pro button {
  background-color: transparent;
  border: none;
  padding: 17px;
  cursor: pointer;
}
.product_gallery_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
  overflow: hidden;
  transition: height 3s;
}
.product_gallery_inner.show-more-product {
  height: auto;
}
.product_gallery_inner.show-more-product .product_show_more {
  display: none;
}
.show-more-product .product_img:nth-child(5):after,
.show-more-product .product_img:nth-child(6):after {
  display: none;
}

.product_img {
  width: 49.5%;
  padding: 0;
  background-color: rgb(244, 244, 245);
  margin: 0 0.5% 0.5% 0;
  height: 530px;
  overflow: hidden;
  position: relative;
}
.mz-hint {
  display: none;
}
.selectors {
  display: none;
}
.product_img .MagicZoom,
.product_img .MagicZoom figure,
.product_img .MagicZoom figure img {
  height: 100%;
  object-fit: cover;
}
.product_img:nth-child(2n) {
  margin-right: 0;
}

.product_color_pick ul {
  display: flex;
  flex-wrap: wrap;
}
.product_color_pick ul li {
  width: 15.8%;
  margin: 0 4px 4px 0px;
  height: 100px;
  cursor: pointer;
}
.product_color_pick ul li:nth-child(6n) {
  margin-right: 0;
}
.product_color_pick ul img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.color_pick_title .color_name {
  font-weight: 600;
  text-transform: capitalize;
}
.color_pick_title {
  font-size: 16px;
  margin-bottom: 10px;
}
.product-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 25px;
}
.code_title {
  font-size: 14px;
}
.review_prduct {
    font-size: 14px;
}

.code_product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
.review {
  display: flex;
  align-items: center;
  font-size: 11px;
}
.review ul {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.review ul li img {
  width: 14px;
  margin: 0 4px;
}
.select_size {
  display: flex;
  margin-top: 10px;
  cursor: pointer;
}
.select_size button {
    width: 60px;
    height: 48px;
    background-color: transparent;
    border: 1px solid #000;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.select_size .size_select.active:after {
  display: block;
}
.varient_images li {
  position: relative;
  border: 1px solid transparent;
}

.varient_images li.active::after {
  bottom: 0;
  top: inherit;
  right: 0;
  display: block;
}
.varient_images li.active {
  border-color: #000;
}

.select_size .size_select.active {
  border-width: 3px;
}
.select_size .size_select:after,
.varient_images li:after {
  position: absolute;
  right: -7px;
  content: "";
  font-size: 12px;
  background-image: url(../images/verified_check.a6820809.svg);
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  background-color: #000;
  width: 20px;
  height: 20px;
  top: -11px;
  display: none;
}
.size_select_wrap .title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.size_select_wrap .title_wrap button {
  background: transparent;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}
.size_description {
  padding: 10px;
  background-color: #f8f9f8;
  margin: 10px 0 0;
}
.shipping_info_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.shipping__content {
  padding-left: 10px;
}
.shipping_block {
  margin-top: 10px;
}
.shipping__content .title {
  margin: 0 0 5px;
}

.shipping_info_box .description a {
  text-decoration: underline;
}

/*******cart modal*****/
.cart_popup_data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart_popup_data .left_part {
  width: 50%;
}
.cart_popup_data .right_part {
  width: 50%;
}

@media(max-width: 576px){
  .cart_popup_data .left_part, .cart_popup_data .right_part {
    width: 100%;
  }
}

.cart_popup_data .left_part .add-comment-title {
  padding-bottom: 5px;
}
.cart_popup_data .left_part .product_data li {
  margin-bottom: 5px;
  color: #6d6d6d;
}
.instock {
  color: #45ab69;
  font-weight: 600;
}
.cart_popup_data .right_part h4 {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.pro_total li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 12px;
}
ul.pro_total li:last-child {
  font-weight: 600;
}
.bread_crump_inner.mobile_bread {
  overflow: hidden;
  display: none;
}
.bread_crump_inner.mobile_bread ul {
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.bread_crump_inner.mobile_bread ul li a {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .product_color_pick ul li {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .bread_crump_inner.mobile_bread {
    display: block;
    padding: 0 15px;
  }
  .product_img {
    margin: 0 0% 15px 0;
  }

  .product_block_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .product_gallery {
    width: 100%;
    padding-right: 0;
    position: relative;
  }
  .product_gallery_inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
    overflow: hidden;
    transition: height 3s;
    height: auto;
  }
  .product_info {
    padding: 0 15px;
    width: 100%;
  }
  .product_sidebar {
    display: none;
  }
  .category_wrap ul li {
    width: 50%;
  }
  .product_color_pick ul li {
    width: 15%;
    height: 60px;
  }
  .bread_crump.desktop_bread {
    display: none;
  }
  .cart_popup .cart_popup_data {
    flex-wrap: wrap;
  }
  .cart_popup .cart_popup_data .left_part,.cart_popup .cart_popup_data .right_part {
    width: 100%;
  }
}

/* Shibbir CSS */

/* For Rating */

.rate {
  float: left;
  height: 46px;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 25px;
  color: #ccc;
  margin-right: 10px;
}

.rate:not(:checked)>label:before {
  content: '★ ';
}

.rate label.checked {
  color: #000
}

.size_list label.checked {
  background-color: #000
}



.rate>input:checked~label {
  color: #000;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #000;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #000;
}

.review .rating_score {
  font-size: 12px;
  margin-left: 15px;
}

/* For rating end */

/* for size selection */

.size_list input[type="radio"] {
  display: none;
}

.size_list {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-top : 15px;
}

.size_list label {
  width: 66px;
  height: 7px;
  background-color: #ccc;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  line-height: 45px;
}

.size_list input:hover ~ label,
.size_list input:checked ~ label,
.size_list input:checked ~ label:hover {
  background-color: #000;
}

.size_list label:after {
  /* content: attr(data-text); */
  display: block;
  position: absolute;
  top: 100%;
  left: 1px;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 5px;
}

.size_list input[type="radio"] {
  position: absolute;
  top: -9999px;
}

/* for size selection end */

.popup-single-product-wrapper {
  display: flex;
  flex-direction: row;
}

.popup-single-product-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border :0 !important;
}

.popup-hover-image {
  position: absolute;
  display: none;
}

.popup-single-image-love-reaction {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 10px;
  padding: 5px 15px;
  font-size: 13px;
}

.popup-single-image-wrapper {
  width: 45%;
  margin-right: 15px;
  position: relative;
}

.popup-single-image {
  position: relative;
}

.popup-prev-image {
  text-align: left;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-right: auto;
  transform: translateY(-50%);
  background: #fff;
  width: 20px;
  font-size: 29px;
  font-weight: normal;
}

.popup-next-image {
  text-align: right;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  transform: translateY(-50%);
  background: #fff;
  width: 20px;
  font-size: 29px;
  font-weight: normal;
}

.popup-single-product-info {
  width : 55%;
}

.popup-single-image-wrapper img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.popup-thumbnail-images {
  display: flex;
  flex-wrap: wrap;
}

.popup-thumbnail-images img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  cursor: pointer;
}

.popup-single-product-info h4 {
  margin-bottom: 10px;
}

.popup-review-wrapper {
  margin-bottom: 10px;
}

.popup-price-wrapper {
  margin-bottom: 10px;
}

.popup-color-pickup {
  margin-bottom: 10px;
}

.popup-color-pickup  .color_name {
  font-weight: bold;
}

.popup-varient_images {
  display: flex;
  margin-top: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.popup-varient_images li {
  position: relative;
}

.popup-varient_images li.active {
  border : 1px solid #000;
}

.popup-varient_images li.active::after {
  bottom: 0;
  top: inherit;
  right: 0;
  display: block;
}

.popup-varient_images li:after {
  position: absolute;
  right: -7px;
  content: "";
  font-size: 12px;
  background-image: url(../images/verified_check.a6820809.svg);
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  background-color: #000;
  width: 20px;
  height: 20px;
  top: -11px;
  display: none;
}

ul.popup-varient_images li img {
  width: 62px;
  margin: 2px;
  height: 62px;
  object-fit: cover;
  flex : 1;
  max-width: 100%;
}

.popup-size-wrapper .size-title {
  display: flex;
  justify-content: space-between;
}

.popup-size-wrapper .size-description {
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 10px;
  display: none;
}

.popup-size-wrapper .size-description p{
  color : #000;
  font-size: 13px;
}

.sizes-name {
  display: flex;
  margin-bottom: 10px;
}

.sizes-name button {
  width: 50px;
  height: 50px;
  border: 1px solid #817878;
  border-radius: 5px;
  margin-right: 10px;
  background: #fff;
  cursor : pointer;
}


.sizes-name button {
  width: 50px;
  height: 50px;
  border: 1px solid #817878;
  border-radius: 5px;
  margin-right: 10px;
  background: #fff;
  position: relative;
}

.quick-view-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #000;
  border: none;
  cursor: pointer;
}

.custome-modal.quick-view-modal.show-modal {
  /* background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: calc(100vh - 30vh); */
}

.popup-read-more-review {
  border: 1px solid #000;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  cursor: pointer;
}

.wishlist-wrapper {
  display: flex;
  justify-content: space-between;
}

.popup-single-product-info a.see-full-details {
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.wishlist-wrapper .wishlist-cart .checkout_btn {
  background: #d3010d;
  border: none;
  border-radius: 5px;
  padding: 5px 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  width: 100%;
}
.wishlist-cart{
  width: 85%;
}
.wishlist-wrapper .wishlist-cart .checkout_btn p {
  color: #fff;
  font-size: 9px;
  margin-top: 5px;
}

.wishlist-wrapper .wishlist-cart .checkout_btn .cart {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color : #fff;
}

.wishlist-wrapper .wishlist-cart .checkout_btn .cart img{
  margin-right: 10px;
}
.discount_price .highlight-text {     font-size:20px; }

.product_info_wrap .discount_price {
    justify-content: start;
}
.discount_price {
    font-size: 14px;
    color: #737373;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.highlight-text, .discount_price .highlight-text sup {
    color: #d9000c;
    font-size: 16px;
    position: relative;
    top: -10px;
}
.price_type {
    margin: 25px 0;
}

.size_select_wrap {
  margin-top: 25px;
}

.size_description {
  display: none;
}


.wishlist_cart {
  display: flex;
  align-items: center;
  margin: 25px 0
}