.product-thumbs {
  /* margin-left: -5px;
  margin-right: -5px */
  max-width: 100px;
  overflow: visible;
}

.product-thumbs__elem {
  cursor: pointer;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;

  padding: 0 5px;
  transition: opacity 0.3s ease;
}
#product .pfi-tooltip {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 4px 8px;
  background: #f2f2f2;
}
#product .pfi-tooltip img {
  width: 34px;
}
#product .modal-body {
  display: flex;
  padding: 0;
}
.card-body-description #toggle-description:hover,
.product-features #toggle-features:hover,
.product-features #toggle-features-mobile:hover,
.card-body-description #toggle-description-mobile:hover, .modal-dialog .btn-text:hover{
  background: #000000;
  color: #ffffff;
}
.modal-dialog .btn-text {
  border: 1px solid #000000;
  padding: 10px 0;
}
#product .product-container .js-product-thumbs {
  margin-left: 0;
  margin-right: 21px;
}

.product-thumbs__elem:focus,
.product-thumbs__elem:hover {
  opacity: 0.6;
}

#product-details-modal p {
  margin: 0;
}
.product-thumbs__elem.swiper-slide-thumb-active {
  opacity: 1;

  border: 1px solid #000000;

  border-radius: 3px;
  border-width: 1px;
}

@media (min-width: 576px) {
  .product-thumbs__elem {
    flex: 0 0 25%;
    max-width: 25%;
  }

}

.product-main-images {
  position: relative;
  padding: 0;
}

.product-main-images__modal-trigger-layer {
  border: 0;
  border-radius: 50%;
  bottom: 10px;
  font-size: 1.25rem;
  height: 1.6em;
  line-height: 1.6em;
  padding: 0;
  position: absolute;
  right: 10px;
  width: 1.6em;
  z-index: 2;
}

@media (max-width: 992px) {
  .product-main-images__modal-trigger-layer {
    font-size: calc(0.85rem + 0.64516vw);
  }
  #product .modal-dialog .close {
    font-size: calc(1rem + 0.96774vw);
        padding: 0;
        /* margin: 0; */
        margin: -7px -3px -3px 0;
        color: #141414;
        opacity: initial;
  }
  .add .btn-block {
    width: max-content;
  }
}

.product-customization {
  margin: 40px 0;
}

.product-customization .product-customization-item {
  margin: 20px 0;
}

.product-customization .product-message {
  background: #f8f9fa;
  border: none;
  height: 3.125rem;
  padding: 0.625rem;
  resize: none;
  width: 100%;
}

.product-customization .product-message:focus {
  background-color: #fff;
  outline: 0.1875rem solid #007bff;
}

.product-customization .file-input {
  cursor: pointer;
  height: 2.625rem;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.product-customization .customization-message {
  margin-top: 20px;
}

.product-customization .custom-file {
  background: #f8f9fa;
  color: #6c757d;
  display: block;
  height: 2.625rem;
  line-height: 2.625rem;
  margin-top: 20px;
  position: relative;
  text-indent: 0.625rem;
  width: 100%;
}

.product-customization .custom-file button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.product-customization small {
  color: #6c757d;
}

.attribute-radio__label {
  margin: 0;
  position: relative;
}

.attribute-radio__input {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.attribute-radio__input:checked ~ .attribute-radio__text {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}

.attribute-radio__text {
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  min-width: 2.1875rem;
  padding: 5px 10px;
  text-align: center;
}

/* Lamya product page*/

.product-container .product-thumbs__list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.product-container .product-thumbs__elem {
  max-width: 100%;
  padding: 0;
}

.product-thumbs__elem.swiper-slide {
  width: 100% !important;
}

.swiper-button-next.swiper-button-custom {
  right: 10px;
}

.swiper-button-prev.swiper-button-custom {
  left: 10px;
}

.product-thumbs__elem img.rounded {
  border-radius: 3px !important;
}

.swiper-button-custom {
  color: #007bff;
  height: auto;
  margin: 0;
  height: 40px;
  color: #222222;
  opacity: 0.7;
  border-radius: 5px;
  background: #f2f2f2;
  width: 40px;
}

button.thumbs-prev,
button.thumbs-next {
  margin: auto;
  display: flex;
  z-index: 99999;
  align-items: center;
  transform: rotate(90deg);
  width: 20px;
  height: 60px;
  opacity: 0.7;
  border-radius: 5px;
  border: none;
  background: #f2f2f2;
  background: #f2f2f2;
  color: #222222;
}

.btn-thumbs-prev {
  position: absolute;
  top: -30px;
  left: 40px;
  z-index: 2;
}

.btn-thumbs-next {
  position: absolute;
  left: 40px;
  bottom: -30px;
  z-index: 2;
}

.btn-thumbs-prev:hover .thumbs-prev,
.btn-thumbs-next:hover .thumbs-next {
  background: #222222;
  color: #ffffff;
}
.product-cover-thumbnails {
  padding: 0;
}
.product-container ul.product-flags {
  left: 131px;
}

.price--regular::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #000;
  transform: rotate(-10deg);
  transform-origin: center;
}

span.price.price-has-discount {
  color: #c20508;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
  background-image: url(/themes/falcon/assets/img/minus.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
  background-image: url(/themes/falcon/assets/img/plus.svg);
  background-repeat: no-repeat;

  background-position: center;
}

.add .btn-block {
  width: fit-content;
  height: 50px;
  display: flex;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 15px;
  padding-left: 50px;
  gap: 0;
  border-radius: 5px;
  align-items: center;
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
}
.add .btn-block svg {
  margin-right: 10px;
}
@media (max-width:768px) {
  .add .btn-block svg {
    display: none;
  }
  .add .btn-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.card-body-product-details {
  padding: 32px;
  margin-right: 15px;
  gap: 24px;
  border-radius: 15px;
  background: #f2f2f2;
  left: 250px;
}
.card-body-description {
  margin-right: 15px;
}

.card.product-tabs {
  border: none;
  margin-top: 20px !important;
  gap: 36px;
}

.product-tabs .product-features p {
  display: none;
}

h4.card-title-product-details,
.card-title-description {
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0;
  color: #000000;
}

span.feature-name {
  padding: 0;
  margin: 0;
  font-weight: 400;
  float: left;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.feature-item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.card-body-description .short-description {
  max-height: 300px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease;
}

.card-body-description .short-description.expanded {
  max-height: 100%;
}

.card-body-description #toggle-description,
.product-features #toggle-features,
.product-features #toggle-features-mobile,
.card-body-description #toggle-description-mobile {
  cursor: pointer;
  height: 40;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid #000000;
  line-height: 20px;
  display: block;
  margin: 1rem auto;
}

.card-body-description .short-description::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6em;
  width: 100%;
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
}

.card-body-description .short-description.expanded::after {
  display: none;
}

.card-body-description #toggle-description:focus,
.card-body-description #toggle-description-mobile:focus,
.product-features #toggle-features:focus {
  box-shadow: none;
}

.payment-block {
  width: 100%;
  height: auto;
  gap: 12px;
  border-radius: 15px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
}

.payment-block-content,
.payment-block-info {
  gap: 12px;
  display: inline-flex;
  align-items: center;
}

.payment-block .divider {
  border-bottom: 1px solid #cccccc;
}

.product-code label {
  font-weight: 700;
  color: #000000;
  line-height: 24px;
}

#product .product-name .h1 {
  margin: 0;
}

#product .product-name {
  padding: 0;
  gap: 14px;
  flex-direction: column;
  margin-bottom: 25px;
}

#product .list-attribute-custom {
  display: grid;
  margin-top: 24px;
  row-gap: 24px;
}

#product .input-group {
  height: 50px;

  padding: 0 12px;
}

#product .product-container .product-add-to-cart .wishlist-button-add {
  position: initial !important;
  height: 50px;
  width: 50px;
  margin: 0;
}

#product .wishlist-button-add .heart-icon {
  background: #fff url(../img/icon-heart.svg) no-repeat center center;
}
#product .wishlist-button-add {
  background: #fff !important;
}
#product .wishlist-button-add i {
  color: #222222;
}

#product .product-quantity {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}

#product .product-prices.js-product-prices,
#product .product-quantity {
  margin-bottom: 0px;
}

#product .product-prices.js-product-prices {
}

#product .delivery-info {
  width: 100%;
  height: auto;
  gap: 12px;
  border-radius: 15px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 24px;
}

.delivery-info .section {
  gap: 12px;
  border-bottom-width: 1px;
  padding-bottom: 12px;
  display: grid;
  border-bottom: 1px solid #cccccc;
}

.delivery-info p {
  margin: 0;
}

.delivery-info a:hover {
  text-decoration: none;
  color: #000;
}

.delivery-info .section-header span {
  gap: 12px;
  display: flex;
}
.delivery-info .arrow-icon.rotate {
  transform: rotate(180deg);
}
.payment-block a, .delivery-info p a {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  color: #075f96;
  line-height: 20px;
  letter-spacing: 0%;
}

@media (max-width: 1499px) {
  #product .product-container .js-product-thumbs{
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .ets-attribute-description-tooltip {
    left: -25%;
    text-align: center;
    border-radius: 15px;
}
  .product-right-side, .modal-product-info {
    padding: 0;
}#product #content-wrapper, #product .row {
  padding: 0;
  margin: 0;
}
  .payment-block-content {
    flex-direction: column;
    align-items: flex-start;
  }
  #product .modal-body {
    flex-direction: column;
}#product .modal-body .cart-products__thumb{
  padding-right: 0;
}
#product .modal-dialog{
  margin: 1rem;
}
  #product .product-name .h1 {
    margin-bottom: 14px;
  }
  .payment-block-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
  }
  #product .product-container ul.product-flags {
    left: 17px;
  }

  .pfi-product-features-images {
    margin-left: 5px;
  }
  #product .price.price-has-discount {
    font-size: 30px !important;
  }
  .card-body-product-details{
    margin-right: 0;
  }
  #product .product-container .js-product-images.row,
  .card.product-tabs.row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .product-right-side {
    padding-left: 40px;
  }
  #product .modal-dialog {
    max-width: 700px;
}

  #product .product-container .js-product-images.row,
  .card.product-tabs.row {
    margin: 0;
  }
}

#product .product-name {
  /* margin-bottom: 24px; */
  border-bottom: 1px solid #cccccc;
  padding: 17px 0 17px;
}

#product .cart-products__thumb{
  max-width: 100%;
}

#product .modal-header{
  border: none;
  padding: 0;
}

#product .modal-title{
  font-size: 24px;
    line-height: 28px;
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
#product .modal-header button.close span {
  display: none;
}
#product .modal-content{
  border-radius: 15px;
  padding: 25px;
  gap: 24px;
}
#product .modal-footer{
  padding: 0;
}
#product .cart-products__desc p.h6 {
  margin-bottom: 0 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;

}

.modal-thumb-img{
  padding: 0;
}

#product .modal-dialog .close{
  opacity: initial;
  padding: 0;
  font-size: calc(1rem + 0.96774vw);
  margin: -11px -3px -3px 0;
  color: #141414;

}
.modal-product-info{
  padding-right: 0;
}
#product .breadcrumb {
  margin-bottom: 0;
}


#product .product-flags__flag{
  width: fit-content !important;
}
#product .modal-gallery {
  width: 100%;
}
#product #eraty {
  display: none;
}
.product-prices-cart {
  padding: 24px;
  background: linear-gradient(to right, #FFF1DE 0%, #FBE8D1 100%);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 25px;
}
.price-tax-shipping-delivery {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.price-tax-shipping-delivery-img {
  background: url(../img/hot.png) no-repeat;
  width: 145px;
  height: 100px;
}
#discount-countdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 0px 25px 0px;
}
#discount-countdown > div {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
#product #discount-countdown .timer-box {
  width: 60px;
  height: 60px;
  background: linear-gradient(to bottom, #FFA600, #FF6B00);
}
#product #discount-countdown .timer-box .timer-num {
  line-height: 26px;

}
#product  .bootstrap-touchspin {
  background: #fff;
  min-width: 110px;
}
#product .omniversepricing-notice {
  background: transparent!important;
}
