.summary {
  max-width: 100%;
  margin-right: auto;
}
@media (min-width: 768px) {
  .summary {
    max-width: 425px;
  }
}
.summary .product_content {
  font-weight: 500;
  line-height: 1.5;
}
.summary .product_content a {
  text-decoration: underline;
}
.summary h1 {
  font-size: 38px;
  margin-bottom: 0;
  font-weight: 700;
}
@media (max-width: 767px) {
  .summary h1 {
    font-size: 32px;
  }
}
.summary .sub-title {
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .summary .sub-title {
    font-size: 16px;
  }
}
.summary .cart .single_add_to_cart_button {
  width: 100%;
}
.summary .yith-wcwl-add-to-wishlist .single_add_to_wishlist {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  padding: 2.13542% 3.64583%;
  min-width: 111px;
  border: 2px solid #dcdcdc;
  color: #292929;
  background: transparent;
}
.summary .yith-wcwl-add-to-wishlist .single_add_to_wishlist:hover {
  background-color: #292929;
  border-color: #292929;
  color: #fff;
}
.summary .yith-wcwl-add-to-wishlist .single_add_to_wishlist img {
  max-width: 16px;
  margin: 0 0 0 15px;
}
.summary .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.summary .price del {
  margin-left: 0;
  margin-right: 0.3em;
  font-size: 24px;
}

.price {
  font-size: 44px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  margin: 0 0 1rem 0;
  line-height: 1;
}
.price .woocommerce-Price-currencySymbol {
  font-weight: 500;
}
.price del {
  margin-left: 8px;
  font-size: 20px;
  color: #b9b9b9;
}
@media all and (min-width: 576px) {
  .price del {
    margin-left: 10px;
  }
}
@media all and (min-width: 768px) {
  .price del {
    margin-left: 12px;
  }
}
@media all and (min-width: 1024px) {
  .price del {
    margin-left: 15px;
  }
}
.price del.invert {
  margin-left: 0;
  margin-right: 8px;
}
@media all and (min-width: 576px) {
  .price del.invert {
    margin-right: 10px;
  }
}
@media all and (min-width: 768px) {
  .price del.invert {
    margin-right: 12px;
  }
}
@media all and (min-width: 1024px) {
  .price del.invert {
    margin-right: 15px;
  }
}
.price del .woocommerce-Price-currencySymbol {
  font-weight: bold;
}
.products .price del {
  margin-left: 0.45em;
}
.products .price del.invert {
  margin-left: 0;
  margin-right: 0.45em;
}
.price ins {
  text-decoration: none;
}
.price ins .small-text {
  font-size: 16px;
  margin-left: 5px;
}
.price .woocommerce-Price-currencySymbol {
  font-size: 85%;
}
@media (max-width: 767px) {
  .price {
    font-size: 34px;
  }
}

.product-type-variable .price {
  flex-direction: unset;
  justify-content: flex-start;
}

.product_form .btn {
  width: 100%;
}
.product_form .btn.add-to-wishlist {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_form .btn.add-to-wishlist i {
  margin-left: percentageCount(10, 425);
}
.product_form .variations {
  margin-top: 25px;
}
.product_form .variations > label {
  font-weight: bold;
  font-size: 18px;
}
.product_form .variations select {
  display: none;
}

.quantity {
  margin-bottom: 20px;
}

.variation-radios {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 13px;
}
.variation-radios .form-check-inline {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 8px;
}
@media all and (min-width: 576px) {
  .variation-radios .form-check-inline {
    max-width: 33.333%;
    flex: 0 0 33.333%;
  }
}
.variation-radios .form-check-inline.disabled .form-check-label {
  color: #292929 !important;
  background: #F5F5F5 !important;
}
.variation-radios .form-check-inline .form-check-input {
  margin-bottom: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.variation-radios .form-check-inline .form-check-input:checked ~ .form-check-label {
  background-color: #8cbf44;
  color: #fff;
}
.variation-radios .form-check-inline .form-check-label {
  margin-bottom: 0;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.variation-radios .form-check-inline .form-check-label:hover {
  background-color: #8cbf44;
  color: #fff;
}
.variation-radios .form-check-inline:first-child {
  margin-right: 0;
}

.product-info {
  margin: 14.1176470588% 0 7.0588235294%;
}
.product-info ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding-right: 0;
}
.product-info ul li {
  width: 50%;
  font-size: 16px;
  margin-bottom: 9.4339622642%;
  display: flex;
  align-items: center;
  position: relative;
}
.product-info ul li a > img {
  max-width: 25px;
  max-height: 34px;
  margin-left: 4.7169811321%;
}
.product-info ul li > a {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.2;
}
.product-info ul li .share-icons {
  top: -15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 55px 15px 0 0;
  left: 35px;
  z-index: 1;
  display: none;
}
.product-info ul li .share-icons .remove-share {
  position: absolute;
  left: 7px;
  top: 7px;
}
.product-info ul li .share-icons .remove-share img {
  max-width: 13px;
  max-height: 13px;
}
.product-info ul li .share-icons .share-icons-list {
  background-color: #fff;
  padding: 10px 11px 15px;
}
.product-info ul li .share-icons .share-icons-list .s-icon {
  display: flex;
  margin-left: 5px;
}
.product-info ul li .share-icons .share-icons-list .s-icon svg {
  width: 34px;
  height: auto;
  max-height: 34px;
}

.product_sku {
  margin-top: 20px;
  font-size: 16px;
}
#product_details .product_sku {
  font-size: 14px;
}
.product_sku a {
  text-decoration: underline;
}
.product_sku .sku-no {
  color: #b1b1b1;
}

select#pa_volume {
  display: none;
}

.reset_variations {
  display: none !important;
}

.price .small_label {
  font-size: 16px;
  font-weight: bold;
  margin-left: 5px;
}
.price .small_label.price_desc {
  margin-left: 0;
  margin-right: 5px;
}
.price .price_inner {
  line-height: 0.5;
  margin-top: 10px;
}

.single-product .quantity .qty {
  display: none;
}

.woocommerce-variation-price {
  display: none;
}

.single_product__sep {
  max-width: 1138px;
  width: 100%;
  margin: 55px auto;
  border-bottom: 3px solid #eeeeee;
}

#prod_video .close {
  right: 12px;
  top: 12px;
  display: block;
}
#prod_video .close img {
  max-width: 13px;
  max-height: 13px;
  display: block;
}
#prod_video .modal-content .modal-body {
  padding: 20px;
}
@media all and (min-width: 768px) {
  #prod_video .modal-content .modal-body {
    padding: 25px;
  }
}
@media all and (min-width: 1024px) {
  #prod_video .modal-content .modal-body {
    padding: 30px;
  }
}

#product_details .price {
  font-size: 16px;
}
#product_details .price span {
  margin: 0;
}
#product_details .price .amount {
  font-size: 44px;
}
#product_details .price del.invert {
  margin-right: 10px;
}
#product_details .price del .amount {
  font-size: 24px;
}

.yith-wcwl-add-button .btn-outline-primary svg, .yith-wcwl-add-button .button-outline-primary svg, .yith-wcwl-add-button .single_add_to_wishlist svg {
  width: 22px;
  display: inline-block;
  margin-left: 10px;
}
.yith-wcwl-add-button .btn-outline-primary svg .likefullcls-1, .yith-wcwl-add-button .btn-outline-primary svg .cls-1, .yith-wcwl-add-button .button-outline-primary svg .likefullcls-1, .yith-wcwl-add-button .button-outline-primary svg .cls-1, .yith-wcwl-add-button .single_add_to_wishlist svg .likefullcls-1, .yith-wcwl-add-button .single_add_to_wishlist svg .cls-1 {
  transition: fill 0.25s ease-out;
}
.yith-wcwl-add-button .btn-outline-primary:hover svg, .yith-wcwl-add-button .button-outline-primary:hover svg, .yith-wcwl-add-button .single_add_to_wishlist:hover svg {
  fill: #fff;
}
.yith-wcwl-add-button .btn-outline-primary:hover svg .likefullcls-1, .yith-wcwl-add-button .btn-outline-primary:hover svg .cls-1, .yith-wcwl-add-button .button-outline-primary:hover svg .likefullcls-1, .yith-wcwl-add-button .button-outline-primary:hover svg .cls-1, .yith-wcwl-add-button .single_add_to_wishlist:hover svg .likefullcls-1, .yith-wcwl-add-button .single_add_to_wishlist:hover svg .cls-1 {
  fill: #fff;
}

.interested_slider {
  padding-top: 4.6875%;
  padding-bottom: 5.7291666667%;
}
.interested_slider h2 {
  color: #292929;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 5.8333333333%;
}
@media (max-width: 767px) {
  .interested_slider h2 {
    font-size: 28px;
  }
}
.interested_slider .swiper-container {
  width: 100%;
  height: 100%;
}

.specifications_list {
  padding-top: 45px;
}
.specifications_list h2 {
  color: #292929;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 2.6041666667%;
}
@media (max-width: 767px) {
  .specifications_list h2 {
    font-size: 28px;
  }
}
.specifications_list .container {
  padding-bottom: 2.34375%;
  border-bottom: 3px solid #eee;
}
@media (max-width: 767px) {
  .specifications_list .container {
    border-width: 1px;
  }
}
.specifications_list .arrow {
  left: 20px;
  top: 10px;
  transition: all 0.5s;
  cursor: pointer;
  transform: scaleY(-1);
}
.specifications_list .arrow.active {
  transform: scaleY(1);
}
@media (max-width: 767px) {
  .specifications_list .arrow {
    left: 20px;
  }
}
.specifications_list .arrow img {
  width: 20px;
  height: auto;
}
.specifications_list ul {
  column-count: 2;
}
@media (max-width: 767px) {
  .specifications_list ul {
    padding-right: 20px;
    column-count: 1;
  }
}
.specifications_list ul li {
  color: #292929;
  line-height: 1.25;
  font-weight: 500;
  padding: 9px 0 8px 12%;
}
@media (max-width: 1279px) {
  .specifications_list ul li {
    padding-left: 6%;
  }
}
@media (max-width: 767px) {
  .specifications_list ul li {
    font-size: 16px;
  }
}

.saving_package .container {
  border-bottom: 3px solid #eeeeee;
  padding-bottom: 2.96875vw;
}
@media (max-width: 767px) {
  .saving_package .container {
    padding-bottom: 6.25vw;
    border-width: 1px;
  }
}
.saving_package h2 {
  color: #ec6446;
  line-height: 1.35;
  margin-bottom: 3.6458333333vw;
  font-weight: bold;
}
@media (max-width: 767px) {
  .saving_package h2 {
    font-size: 28px;
  }
}
.saving_package h2 span {
  width: 51px;
  height: 51px;
  background-color: #ec6446;
  color: #fff;
  font-size: 40.5px;
  font-weight: bold;
  font-family: "Ploni";
  margin-left: 19px;
  border-radius: 50%;
  -webkit-font-feature-settings: "ss01";
  font-feature-settings: "ss01";
}
@media (max-width: 767px) {
  .saving_package h2 span {
    margin-left: 0;
    width: 40px;
    height: 40px;
    font-size: 30.5px;
  }
}
.saving_package .colin {
  width: 179px;
  height: 179px;
  background-color: #F5F5F5;
  margin-left: 6.95%;
  vertical-align: top;
}
@media (max-width: 1279px) {
  .saving_package .colin {
    width: 149px;
    height: 149px;
  }
}
@media (max-width: 1023px) {
  .saving_package .colin {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .saving_package .colin {
    margin-left: 10%;
    width: 44%;
  }
  .saving_package .colin:nth-child(2n) {
    margin-left: 0px;
  }
  .saving_package .colin:nth-child(2n):after {
    display: none;
  }
}
.saving_package .colin:after {
  content: "+";
  color: #ec6446;
  position: absolute;
  left: -21%;
  top: calc(50% - 11px);
  font-size: 60px;
  height: 22px;
  line-height: 22px;
}
@media (max-width: 1279px) {
  .saving_package .colin:after {
    font-size: 50px;
  }
}
.saving_package .colin:last-child {
  margin-left: 0px;
}
.saving_package .colin:last-child:after {
  display: none;
}
.saving_package .inner {
  padding-right: 47px;
}
@media (max-width: 1279px) {
  .saving_package .inner {
    padding-right: 0;
  }
}
.saving_package ul {
  list-style: none;
}
.saving_package .cmn-form .fields-block {
  background: transparent;
}
.saving_package .cmn-form .fields-block .form-radio .form-check-label {
  font-weight: normal;
  font-size: 16px;
}
@media all and (min-width: 1024px) {
  .saving_package .cmn-form .fields-block .form-radio .form-check-label {
    font-size: 18px;
  }
}
.saving_package .cmn-form .fields-block .form-radio .form-check-label .checkmark {
  top: 9px;
  transform: none;
}
.saving_package .cmn-form .fields-block .form-radio .form-check-label .price {
  font-size: 16px;
  width: 100%;
  flex: 0 0 100%;
}
@media all and (min-width: 576px) {
  .saving_package .cmn-form .fields-block .form-radio .form-check-label .price {
    font-size: 18px;
    width: 100px;
    flex: 0 0 100px;
    margin-right: auto;
  }
}

.yith-wfbt-images {
  float: none !important;
}
.yith-wfbt-section.saving_package .yith-wfbt-images .image_plus {
  font-size: 55px;
  color: #ec6446;
}
.yith-wfbt-section.saving_package .yith-wfbt-item a, .yith-wfbt-section.saving_package .yith-wfbt-item .product-name {
  flex: 0 0 100%;
  width: 100%;
}
@media all and (min-width: 576px) {
  .yith-wfbt-section.saving_package .yith-wfbt-item a, .yith-wfbt-section.saving_package .yith-wfbt-item .product-name {
    flex: 0 0 calc(100% - 100px);
    width: calc(100% - 100px);
  }
}
.yith-wfbt-section.saving_package .yith-wfbt-item label {
  padding-left: 0;
}
.yith-wfbt-section.saving_package .yith-wfbt-submit-block .save-amount {
  color: #8cbf44;
  font-size: 16px;
}
.yith-wfbt-submit-block .total_price, .yith-wfbt-submit-block .total_price_label {
  font-size: 28px;
  font-weight: bold;
}
.yith-wfbt-submit-block .total_price ins, .yith-wfbt-submit-block .total_price_label ins {
  text-decoration: none;
}
.yith-wfbt-submit-block .total_price del, .yith-wfbt-submit-block .total_price_label del {
  font-size: 22px;
  font-weight: normal;
  color: #b9b9b9;
}
.yith-wfbt-submit-block .total_price {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
}
.yith-wfbt-submit-block .total_price del {
  margin-right: 0.6em;
}

.related_product_list {
  padding-top: 2.34375%;
}
.related_product_list h2 {
  color: #292929;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 2.6041666667%;
}
@media (max-width: 767px) {
  .related_product_list h2 {
    font-size: 28px;
  }
}

.related_products__product {
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .related_products__product {
    border-width: 3px;
  }
}
@media all and (min-width: 992px) {
  .related_products__product__thumbnail {
    width: 127px;
    margin-left: 9px;
  }
  .related_products__product__thumbnail img {
    max-width: 71px;
    max-height: 71px;
  }
}
.related_products__product__title {
  cursor: pointer;
}
.related_products__product__title h3 {
  color: #292929;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 15px;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .related_products__product__title h3 {
    margin: 0;
  }
}
.related_products__product__button .btn-primary {
  padding: 8px 36px;
}

.outofstock_form {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .outofstock_form {
    padding-top: 40px;
  }
}
.outofstock_form__title, .outofstock_form p {
  font-size: 18px;
  line-height: 1.5;
}
.outofstock_form__title {
  margin: 0;
}
.outofstock_form .wpcf7 input[type=email] {
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  background: #f6f6f6;
  font-size: 18px;
  color: #292929;
  text-align: right;
  direction: rtl;
  border: 0;
  border-radius: 30px;
  margin-top: 20px;
}
.outofstock_form .wpcf7 input[type=email]::placeholder {
  color: #959595;
}
.outofstock_form .wpcf7 .btn {
  margin: 11px 0 1px;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
}
.outofstock_form form .wpcf7-response-output {
  margin: 11px 0 0;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.outofstock_form form.invalid .wpcf7-response-output {
  color: #ff0000;
}
.outofstock_form form.sent .wpcf7-response-output {
  color: #8cbf44;
}

.product_gallery__thumbnails_item {
  margin: 0 0 25px;
}
@media all and (min-width: 768px) {
  .product_gallery__main {
    margin-bottom: 25px;
  }
}
.product_gallery__main .btnpn {
  top: 50%;
}
.product_gallery__main .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.single-product .summary form.cart {
  margin-top: 50px;
}
.single-product .quantity {
  margin-bottom: 30px;
}
.single-product .quantity label {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.single-product .quantity label span {
  font-size: 14px;
}
.single-product .quantity input {
  margin-right: auto;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  padding: 0 5px;
  text-align: center;
  width: 52px;
  font-size: 20px;
  font-weight: bold;
}

.cmn-modal .modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.cmn-modal .modal-content .modal-body {
  padding: 40px 30px;
}
.cmn-modal .modal-content .modal-body h2 {
  padding-top: 20px;
}
.cmn-modal .modal-content .modal-body p {
  font-size: 16px;
  margin-bottom: 1.2em;
}
.cmn-modal .close {
  opacity: 1 !important;
  right: 18px;
  top: 18px;
  z-index: 1;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
}
.cmn-modal .woocommerce-product-gallery .woocommerce-product-gallery__image {
  height: 370px;
}
@media (max-width: 768px) {
  .cmn-modal .woocommerce-product-gallery .woocommerce-product-gallery__image {
    height: 280px;
  }
}
.cmn-modal .prduct-content {
  padding: 11.9540229885% 7.3563218391% 7.3563218391%;
}
.cmn-modal .prduct-content .product_image_inner {
  margin-bottom: 4.5977011494%;
}
.cmn-modal .prduct-content figure {
  margin: 0px;
}
.cmn-modal .summary h1 {
  font-weight: bold;
}
.cmn-modal .price > span {
  font-size: 16px;
  vertical-align: top;
  margin: 0 5px;
}
.cmn-modal .price > span:last-child {
  margin-right: 0;
}
.cmn-modal .quantity .form-check-inline {
  margin-right: 7px;
}
.cmn-modal .quantity .form-check-inline .form-check-label {
  width: 115px;
}
.cmn-modal .quantity .form-check-inline:first-child {
  margin-right: 0;
}
@media (min-width: 576px) {
  .cmn-modal .modal-dialog {
    max-width: 435px;
  }
}
@media (min-width: 992px) {
  .cmn-modal .modal-lg {
    max-width: 854px;
  }
}

#yith-wcwl-popup-message {
  display: none !important;
}

/*# sourceMappingURL=products.css.map */
