body.catalog-product-view .page-main {
  position: relative;
  z-index: 1;
  padding: 0 12.5vw !important;
}
body.catalog-product-view .page-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 12.5vw;
  height: 100%;
  background-color: #f4f3f8;
  display: block;
}
body.catalog-product-view .page-main::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 12.5vw;
  height: 100%;
  background-color: #f4f3f8;
  display: block;
}
.columns .column.main {
  padding: 0 !important;
}
.product_main_info_wrap {
  padding: 0 4.8437vw;
}
body.catalog-product-view .product.media {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
  position: relative;
  top: 0;
}
.product_video_button_wrap {
  position: absolute;
  top: 22.8125vw;
  left: 24.0625vw;
}
.product_video_button {
  margin: 0;
  padding: 0;
  width: 3.3203vw;
  height: 3.3203vw;
  border-radius: 10px;
  border: 0.039vw solid #f4f3f8;
  background-color: #f4f3f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
button.product_video_button:hover {
  border: 0.039vw solid #f4f3f8;
  background-color: #f4f3f8;
}
.product_video_button svg {
  width: 1.25vw;
  height: 1.25vw;
}
.product_video_button span {
  margin-top: 0.1042vw;
  display: block;
  text-align: center;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.625vw;
  color: #eb5757;
}
.product_main_info_wrap .gallery-placeholder {
  position: relative;
  width: 32.1875vw;
}
body.catalog-product-view .product.media > .gallery-placeholder > .fotorama {
  overflow: inherit;
}
.catalog-product-view
  .fotorama-item:not(.fotorama--fullscreen)
  .fotorama__stage {
  margin: 0 auto;
  width: 26.9531vw !important;
  height: 22.8125vw !important;
  left: 0 !important;
}
.catalog-product-view
  .fotorama-item:not(.fotorama--fullscreen)
  .fotorama__stage
  .fotorama__stage__shaft {
  width: 100% !important;
}
.catalog-product-view
  .fotorama-item:not(.fotorama--fullscreen)
  .fotorama__stage
  .fotorama__stage__shaft
  .fotorama__stage__frame
  .fotorama__img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.fotorama-item .fotorama__arr {
  background-color: transparent;
  width: auto !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  bottom: auto !important;
  display: block !important;
}
.fotorama-item .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  opacity: 1;
}
.fotorama-item .fotorama__arr--next:not(:focus) {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  opacity: 1;
}
.fotorama-item .fotorama__arr .fotorama__arr__arr {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-image: none;
  background-position: inherit;
  width: 0.8593vw;
  height: 3.3593vw;
  border-radius: 10px;
  background-color: #f4f3f8;
  font-family: none;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fotorama-item .fotorama__arr--prev {
  left: 0;
}
.fotorama-item .fotorama__arr--next {
  right: 0;
}
.fotorama-item .fotorama__arr--prev .fotorama__arr__arr {
  left: 0;
}
.fotorama-item .fotorama__arr--next .fotorama__arr__arr {
  right: 0;
}
.fotorama-item .fotorama__arr--prev .fotorama__arr__arr::after,
.fotorama-item .fotorama__arr--next .fotorama__arr__arr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.25vw;
  height: 1.25vw;
  transition: all 0.3s linear;
  opacity: 0.25;
}
.fotorama-item .fotorama__arr--prev .fotorama__arr__arr::after {
  background-image: url(../images/arrow-left.svg);
}
.fotorama-item .fotorama__arr--next .fotorama__arr__arr::before {
  background-image: url(../images/arrow-right.svg);
}
.fotorama-item .fotorama__thumb__arr {
  display: none !important;
}
.fotorama.fotorama--fullscreen {
  padding: 1.1111vw 0;
  background: transparent !important;
}
.fotorama.fotorama--fullscreen::before {
  content: "";
  display: block;
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__wrap {
  margin: 0 auto;
  padding: 0;
  padding-bottom: 1.6666vw;
  width: 51.0416vw;
  border-radius: 16px;
  background-color: #fff;
}
.fotorama--fullscreen .fotorama__stage {
  padding: 1.6666vw 5.5555vw 0;
}
.fotorama--fullscreen .fotorama__stage__shaft {
  width: 100% !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  top: 0;
  right: 0;
  opacity: 1;
  width: auto;
  height: auto;
  padding: 0.5555vw;
  font-family: none;
  font-size: 0;
  background-image: none !important;
  background-position: inherit;
  opacity: 1 !important;
  display: inline-flex !important;
}
.fotorama--fullscreen .fotorama__fullscreen-icon::before {
  content: "";
  width: 1.3888vw;
  height: 1.3888vw;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:focus:after {
  box-shadow: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon:not(:focus) {
  transform: inherit !important;
}
.fotorama--fullscreen .fotorama__zoom-in,
.fotorama--fullscreen .fotorama__zoom-out {
  display: none;
}
.fotorama--fullscreen .fotorama__stage .fotorama__img--full {
  object-fit: contain;
  width: 100%;
}
.fotorama--fullscreen .fotorama__arr--prev {
  left: 2.2222vw;
}
.fotorama--fullscreen .fotorama__arr--next {
  right: 2.2222vw;
}
.catalog-product-view
  .fotorama--fullscreen
  .fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  margin: 0 auto;
  width: 26.0416vw;
}
.page-layout-1column .column.main .product-info-main {
  margin: 0 0 1.1718vw;
  padding: 0 0 0 0.3906vw;
  width: 50%;
  float: right;
  display: flex;
  flex-wrap: wrap;
}
.product-info-main .page-title-wrapper {
  margin-bottom: 0.8593vw;
}
.product-info-main .page-title-wrapper h1.page-title {
  margin: 0;
  font-weight: 700;
  font-size: 1.0546vw;
  line-height: 1.4;
  color: #2f3447;
}
.product_info_top_wrap {
  margin-bottom: 0.8203vw;
}
.product_info_top_container {
  display: flex;
}
.product_info_top_wrap .code_item {
  display: flex;
  align-items: baseline;
  font-size: 0.7421vw;
  line-height: 1.4;
  color: #2f3447;
}
.product_info_top_wrap .code_item.product_code {
  margin-right: 1.25vw;
}
.product_info_top_wrap .code_item .label {
  padding-right: 0.3906vw;
  font-weight: 600;
}
.product_info_top_wrap .code_item .value {
  font-weight: 400;
}
.product_info_top_wrap .code_item span {
  display: inline-block;
}
.product_labels_wrap {
  margin-bottom: 1.25vw;
  padding-bottom: 0.8593vw;
  width: 100%;
  border-bottom: 1px solid rgba(47, 52, 71, 0.05);
}
.product_labels_wrap .product_labels .sale,
.product_labels_wrap .product_labels .new,
.product_labels_wrap .product_labels .markdown {
  width: 1.25vw;
  height: 1.25vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  flex-shrink: 0;
  font-size: 1px;
  color: transparent !important;
}
.product_labels_wrap .product_labels .sale {
  background-image: url(../images/action.svg);
}
.product_labels_wrap .product_labels .new {
  background-image: url(../images/new.svg);
}
.product_labels_wrap .product_labels .markdown {
  background-image: url(../images/markdown.svg);
}
.product_labels_wrap .product_labels span:not(:last-child) {
  margin-right: 0.2343vw;
}
.product_labels_wrap .product_labels .sale svg,
.product_labels_wrap .product_labels .new svg,
.product_labels_wrap .product_labels .markdown svg {
  display: none;
}
.product-info-main .product-info-price {
  margin: 0;
  padding: 0;
  width: 12.5vw;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product-info-main .product-info-stock-sku,
.product-info-main .price-label,
.product-info-main
  .product-info-price
  .price-box
  .price-container
  > span.price-label {
  display: none;
}
.product-info-main .product-info-price .price-box,
.product-info-main .product-info-price .price-box .price-to {
  margin: 0;
  padding: 0;
  display: block;
}
.product-info-main .product-info-price > .price-box {
  padding: 0;
}
.product-info-main
  .product-info-price
  .special-price
  .price-container
  span.price-label,
.product-info-main
  .product-info-price
  .old-price
  .price-container
  span.price-label,
.product-info-main .product-info-price .price-box .price-from,
.product-info-main .product-info-price .price-box .price-to span.price-label {
  display: none;
}
.product-info-main .product-info-price .special-price .price-wrapper {
  margin: 0;
}
.product-info-main .product-info-price .special-price .price-wrapper .price,
.product-info-main
  .product-info-price
  .price-box.price-final_price
  .price-container
  .price-wrapper
  .price {
  font-weight: 700;
  font-size: 1.0156vw;
  line-height: normal;
  color: #2f3447;
}
.product-info-main
  .product-info-price
  .price-box.price-final_price
  .old-price
  .price-wrapper
  .price {
  font-weight: 400;
  font-size: 0.8203vw;
}
.product-info-main .product-info-price .price-box .price-container > span {
  margin: 0;
}
.product-info-main .product-info-price .old-price {
  margin-right: 0;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-weight: 400;
  font-size: 1.0156vw;
  line-height: 1.2;
  text-decoration-line: line-through;
  color: #2f3447;
  opacity: 0.45;
}
body .product-info-main .product-add-form {
  margin-left: auto;
  padding: 0;
  width: 17.5781vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body .product-info-main .product-add-form .box-tocart {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .product-info-main .product-add-form .box-tocart .fieldset {
  margin: 0;
  display: flex;
  letter-spacing: normal;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty {
  position: relative;
  margin: 0 0.8203vw 0 0;
  padding: 0 0.1953vw;
  width: 5.8593vw;
  height: 1.6406vw;
  border-radius: 21px;
  border: 1px solid rgba(47, 52, 71, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-info-main .product-add-form .box-tocart .fieldset .field.qty .label {
  display: none;
}
.product-info-main
  .product-add-form
  .box-tocart
  .fieldset
  .field.qty
  .control
  input {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 1.3671vw !important;
  text-align: center;
  border: none;
  border-radius: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.8593vw;
  line-height: normal;
  color: #2f3447;
}
.product-info-main
  .product-add-form
  .box-tocart
  .fieldset
  .field.qty
  .control
  input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.product-info-main .product-add-form .box-tocart .fieldset .qty-button {
  display: inline-flex;
  cursor: pointer;
}
.product-info-main .product-add-form .box-tocart .fieldset .qty-button svg {
  width: 1.25vw;
  height: 1.25vw;
}
.product-info-main
  .product-add-form
  .box-tocart
  .fieldset
  .remove-one.qty-button {
  pointer-events: none;
}
.product-info-main
  .product-add-form
  .box-tocart
  .fieldset
  .remove-one.qty-button.active {
  pointer-events: all;
}
.product-info-main
  .product-add-form
  .box-tocart
  .fieldset
  .qty-button.active
  svg
  rect {
  opacity: 1;
}
.product-info-main .box-tocart .action.tocart {
  margin: 0;
  padding: 0.1953vw;
  width: 8.3984vw;
  height: 1.6406vw;
  border-radius: 10px;
  border: 1px solid #3a465c;
  box-shadow: none;
  background: #3a465c;
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.7031vw;
  line-height: normal;
  color: #fff;
}
.product_view_compare .tocompare_button,
.product_view_compare .tocompared_button {
  margin: 0;
  padding: 0;
  width: 1.6406vw;
  height: 1.6406vw;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  transition: all 0.3s linear;
  border: 1px solid #f4f3f8;
  background-color: #f4f3f8;
}
.product_view_compare .tocompare_button::before,
.product_view_compare .tocompared_button::before {
  content: "";
  width: 0.8593vw;
  height: 0.8593vw;
  background-image: url(../images/compare.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  flex-shrink: 0;
  opacity: 0.65;
}
.product_view_compare .tocompare_button span,
.product_view_compare .tocompared_button span {
  display: none;
  font-size: 1px;
  color: transparent;
}
.product_info_bottom_wrap {
  margin-top: 1.25vw;
  width: 100%;
}
.discount_product_info_container {
  margin-bottom: 1.25vw;
  padding: 1.25vw 0.8203vw;
  border-radius: 21px;
  background-color: rgba(235, 87, 87, 0.1);
}
.discount_product_info_title {
  margin-bottom: 0.8203vw;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.7421vw;
  line-height: 1.4;
  color: #2f3447;
}
.discount_product_info_title span::after {
  content: ":";
}
.discount_product_info_content .product_item:not(:last-child) {
  margin-bottom: 0.8203vw;
}
.discount_product_info_content .product_item a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  text-decoration: none;
}
.discount_product_info_content .product_name {
  width: 24.2578vw;
  display: block;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.625vw;
  line-height: 1.4;
  color: #2f3447;
  transition: all 0.3s linear;
}
.discount_product_info_content .product_item a:hover .product_name {
  text-decoration: underline 1px;
  text-underline-offset: 0.2083vw;
}
.discount_product_info_content .product_price {
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.7031vw;
  line-height: 1.4;
  color: #2f3447;
}
.discount_attributes_list {
  margin-bottom: 1.25vw;
}
.discount_attributes_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.discount_attributes_list ul li {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.discount_attributes_list ul li:not(:last-child){
  margin-bottom: 1.25vw;
}
.discount_attributes_list ul li .label {
  width: 100%;
  display: flex;
  white-space: nowrap;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.7031vw;
  line-height: normal;
  color: #2f3447;
}
.discount_attributes_list ul li .label::after {
  content: "";
  margin: 0 0.3906vw;
  width: 100%;
  border-bottom: 2px dashed rgba(47, 52, 71, 0.1);
  display: block;
}
.discount_attributes_list ul li .value {
  white-space: nowrap;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.7031vw;
  line-height: normal;
  color: #2f3447;
}
.discount-product-images {
  width: 29.8828vw;
}
.discount-product-image-thumbs {
  margin-bottom: 0.8203vw;
  padding: 0 1.6406vw;
}
.discount-product-images .item {
  padding: 0.1953vw;
  border-radius: 10px;
  background-color: #fff;
}
.discount-product-images .item .discount-thumb-link {
  display: flex;
  justify-content: center;
}
.discount-product-images .owl-carousel .owl-item img {
  width: 4.4531vw;
  height: 4.4531vw;
  object-fit: contain;
  object-position: center;
}
.discount-product-images .owl-carousel .owl-nav button.owl-prev,
.discount-product-images .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  z-index: 1;
  width: 0.8203vw;
  height: 3.3203vw;
  border-radius: 10px;
  background: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discount-product-images .owl-nav button.owl-prev {
  left: 0;
}
.discount-product-images .owl-nav button.owl-next {
  right: 0;
}
.discount-product-images .owl-nav button::before {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.25;
  transition: all 0.3s linear;
  flex-shrink: 0;
}
.discount-product-images .owl-nav button:hover:before {
  opacity: 1;
}
.discount-product-images .owl-nav button.owl-prev::before {
  background-image: url(../images/arrow-left.svg);
}
.discount-product-images .owl-nav button.owl-next::before {
  background-image: url(../images/arrow-right.svg);
}
.discount-product-images .owl-nav button span {
  display: none;
}
.parent_product_link a {
  display: inline-block;
  text-decoration: underline 1px;
  text-underline-offset: 0.1171vw;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.7031vw;
  line-height: normal;
  color: #2f3447;
}
.parent_product_link a:hover {
  opacity: 0.75;
}
.propt-message,
.callback_message {
  display: flex;
  align-items: center;
}
.propt-message svg,
.callback_message svg {
  margin-right: 0.3906vw;
  width: 1.0156vw;
  height: 1.0156vw;
  flex-shrink: 0;
}
.propt-message p,
.callback_message p {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.625vw;
  line-height: normal;
  color: #2f3447;
}
button.show_callback_form {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  vertical-align: initial;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.625vw;
  line-height: normal;
  color: #2f3447;
  text-decoration: underline 1px;
  text-underline-offset: 0.1171vw;
}
button.show_callback_form:hover {
  opacity: 0.75;
}
.product_tabs_info_wrap {
  margin-top: 0.625vw;
  padding: 0 6.4583vw;
  width: 100%;
  display: flex;
}
.product_main_info_wrap .product_tabs_info_wrap {
  padding: 0;
}
.product_tabs_description_column {
  padding: 0 0.3906vw 0 0;
  width: 50%;
}
.product-description-wrapper {
  padding: 0.8203vw;
  border-radius: 21px;
  border: 1px solid #f4f3f8;
}
.description_title_wrap,
.characteristics_title_wrap {
  margin-bottom: 0.8203vw;
}
button.description_title,
button.characteristics_title {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.25vw;
  line-height: normal;
  color: #2f3447;
}
.product-description p {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.7031vw;
  line-height: 1.4;
  color: #2f3447;
}
.product-description a {
  font-weight: 600;
  text-decoration: none;
  color: #2f3447;
}
.product-description p:not(:last-child) {
  margin-bottom: 0.7812vw;
}
.product-description-wrap {
  max-height: 10.664vw;
  overflow: hidden;
}
.product-description-wrap.visible_all {
  max-height: none;
}
.product_description_btn_wrap,
.show_all_characteristics_button_wrap {
  margin-top: 0.8203vw;
}
.product_description_btn,
.show_all_characteristics_button {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.7031vw;
  line-height: normal;
  color: #2f3447;
  text-decoration: underline 1px;
  text-underline-offset: 0.1171vw;
}
.product_description_btn:hover,
.product_description_btn:focus,
.show_all_characteristics_button:hover,
.show_all_characteristics_button:focus {
  border: none;
  background-color: transparent;
  color: #2f3447;
  opacity: 0.75;
}
.product_tabs_characteristics_column {
  margin-bottom: auto;
  padding: 0 0 0 0.3906vw;
  width: 50%;
  display: flex;
  flex-direction: column-reverse;
}
.characteristics_wrapper {
  margin-bottom: 0.8203vw;
  padding: 0.8203vw;
  border-radius: 21px;
  background-color: #f4f3f8;
}
.characteristics_table {
  border-top: 1px solid rgba(47, 52, 71, 0.05);
}
.characteristics_table tbody {
  display: block;
}
.characteristics_table tbody tr {
  display: flex;
  border-bottom: 1px solid rgba(47, 52, 71, 0.05);
}
.characteristics_table tbody tr th,
.characteristics_table tbody tr td {
  padding: 0.3906vw 0;
  width: 50%;
  font-family: var(--font);
  font-size: 0.7031vw;
  line-height: normal;
  color: #2f3447;
}
.characteristics_table tbody tr th {
  font-weight: 600;
}
.characteristics_table tbody tr td {
  font-weight: 400;
}
.characteristics_table tbody tr.hide_by_default {
  display: none;
}
.callback_form_main_wrapper {
  display: none;
}
.product_reach_content_wrap {
  margin-top: 2.8125vw;
}
.product_reach_content_wrap .big_image_row .row-full-width-inner {
  margin: 0;
  max-width: none;
  width: 100%;
}
.product_reach_content_wrap .big_image_row h2 {
  margin: 0;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.4;
  color: #2f3447;
}
.product_reach_content_wrap .big_image_row figure[data-content-type="image"] {
  padding: 2.8906vw 2.8906vw 0;
}
.product_reach_content_wrap .big_image_row [data-content-type="html"] {
  padding: 2.8906vw;
}
.product_reach_content_wrap .big_image_row p {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.9722vw;
  line-height: 1.4;
  color: #2f3447;
}
.product_reach_content_wrap .big_image_row p:not(:last-child) {
  margin-bottom: 1.1111vw;
}
.product_reach_content_wrap .big_image_row ul {
  margin: 0;
}
.product_reach_content_wrap .big_image_row ul li {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.7031vw;
  line-height: 1.4;
  color: #2f3447;
}
.product_reach_content_wrap .big_image_row ul li:not(:last-child) {
  margin-bottom: 0.5859vw;
}
.product_reach_content_wrap .big_image_row a {
  font-weight: 600;
  text-decoration: none;
  color: #2f3447;
}
.product_reach_content_wrap .two_columns_row {
  border-radius: 21px;
  padding: 2.8906vw;
}
.product_reach_content_wrap .two_columns_row {
  background-color: #f4f3f8 !important;
}
.product_reach_content_wrap .two_columns_row:nth-child(2n) {
  background-color: #ffffff !important;
}
.product_reach_content_wrap .two_columns_row:not(:last-child) {
  margin-bottom: 1.25vw;
}
body .product_reach_content_wrap .row-full-width-inner {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
.pagebuilder-column-line {
  justify-content: space-between;
}
.pagebuilder-column.text_column {
  width: 24.2968vw !important;
  justify-content: center !important;
}
.pagebuilder-column.text_column h3 {
  margin: 0 0 1.25vw;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.0156vw;
  line-height: 1.4;
  color: #2f3447;
}
.pagebuilder-column.text_column p {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.7031vw;
  line-height: 1.4;
  color: #2f3447;
}
.pagebuilder-column.text_column p:not(:last-child) {
  margin-bottom: 0.5859vw;
}
.recently_viewed_products_wrap {
  padding: 2.539vw 4.8437vw;
}
.product_main_info_wrap .recently_viewed_products_wrap {
  padding: 2.539vw 0;
}
.recently_viewed_products_wrap .block-title {
  margin: 0 0 0.8203vw;
  padding-left: 1.6406vw;
  font-family: var(--font);
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1.4;
  color: #2f3447;
}
.recently_viewed_products_wrap .product-items {
  position: relative;
  padding: 0 1.6406vw;
}
.recently_viewed_products_wrap .owl-carousel .owl-stage {
  display: flex;
}
.recently_viewed_products_wrap .product-item {
  margin: 0;
  width: auto !important;
  height: 100%;
}
.recently_viewed_products_wrap .product-item-info {
  margin: 0 !important;
  padding: 0.8203vw !important;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  border: 1px solid #f4f3f8 !important;
  box-shadow: none !important;
  background: transparent !important;
  display: flex;
  flex-direction: column;
}
.recently_viewed_products_wrap .product-items:not(.owl-carousel) .product-item-info{
  width: 14.8437vw;
}
.recently_viewed_products_wrap .product-item-details {
  margin-top: 0.3906vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.recently_viewed_products_wrap .product-item-photo {
  margin: 0;
  display: flex;
}
.recently_viewed_products_wrap .product-image-container {
  width: 100% !important;
  height: 100%;
}
.recently_viewed_products_wrap .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.recently_viewed_products_wrap .product-image-wrapper .product-image-photo {
  position: relative;
  width: 100%;
  height: 10.9375vw;
  object-fit: contain;
  object-position: center;
}
.recently_viewed_products_wrap .product-item-details .product-item-name {
  margin: 0 0 0.8203vw;
  padding-bottom: 0.8203vw;
  border-bottom: 1px solid #F4F3F8;
}
.recently_viewed_products_wrap .product-item-details .product-item-name a {
  display: block;
  text-decoration: none;
  text-align: left;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.7031vw;
  line-height: 1.2;
  color: #2f3447;
}
.recently_viewed_products_wrap .product-item .price-box {
  margin: 0;
  display: inline-flex;
}
.recently_viewed_products_wrap .product-item .price-box .price {
  font-weight: 700;
  font-size: 0.7031vw;
  line-height: 1.2;
  color: #2f3447;
}
.recently_viewed_products_wrap .product-item .old-price {
  display: inline-block;
  margin: 0;
  margin-left: 1.3888vw;
}
.recently_viewed_products_wrap .product-item .old-price .price {
  font-weight: 700;
  font-size: 0.7031vw;
  line-height: 1.2;
  text-decoration-line: line-through;
  opacity: 0.45;
}
.recently_viewed_products_wrap .price-box .price-label {
  display: none;
}
.recently_viewed_products_wrap .product-item-description {
  margin: 0;
}
.recently_viewed_products_wrap .owl-nav button.owl-prev,
.recently_viewed_products_wrap .owl-nav button.owl-next,
.recently_viewed_products_wrap .owl-carousel .owl-nav button.owl-prev,
.recently_viewed_products_wrap .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  padding: 0;
  width: 0.8203vw;
  height: 3.3203vw;
  border-radius: 10px;
  background: #f4f3f8;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recently_viewed_products_wrap .owl-nav button.owl-prev {
  left: 0;
}
.recently_viewed_products_wrap .owl-nav button.owl-next {
  right: 0;
}
.recently_viewed_products_wrap .owl-nav button::before {
  content: "";
  width: 1.25vw;
  height: 1.25vw;
  display: block;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.25;
  transition: all 0.3s linear;
}
.recently_viewed_products_wrap .owl-nav button:hover:before {
  opacity: 1;
}
.recently_viewed_products_wrap .owl-nav button.owl-prev::before {
  background-image: url(../images/arrow-left.svg);
}
.recently_viewed_products_wrap .owl-nav button.owl-next::before {
  background-image: url(../images/arrow-right.svg);
}
.recently_viewed_products_wrap .owl-nav button span,
.recently_viewed_products_wrap .owl-nav.disabled {
  display: none;
}
.modal-popup.callback_form_popup .modal-inner-wrap {
  margin: 2.2222vw auto;
  padding: 1.6666vw;
  width: 32.1527vw;
  border-radius: 16px;
  background-color: #fff;
}
.modal-popup .modal-inner-wrap{
  opacity: 0;
}
.modal-popup._show .modal-inner-wrap{
  opacity: 1;
}
.modal-popup.callback_form_popup .modal-header {
  padding: 0;
}
.modal-popup.callback_form_popup .modal-title {
  padding: 0;
  border: none;
  font-weight: 700;
  font-size: 1.3888vw;
  line-height: 1.2;
  color: #2f3447;
}
.modal-popup.callback_form_popup .modal-header .action-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
}
.modal-popup.callback_form_popup .modal-header .action-close::after {
  content: "";
  margin: 0.5555vw;
  width: 1.3888vw;
  height: 1.3888vw;
  border: none;
  border-radius: 0;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  opacity: 0.65;
}
.modal-popup.callback_form_popup .modal-header .action-close::before {
  display: none;
}
.modal-popup.callback_form_popup .modal-header .action-close span {
  display: none;
}
.modal-popup.callback_form_popup .modal-content {
  margin-top: 1.1111vw;
  padding: 0;
}
.callback_form_main_wrapper .fieldset {
  margin: 0;
  letter-spacing: normal;
}
.callback_form_main_wrapper textarea.input-text {
  margin: 0;
  padding: 1.1111vw;
  width: 100%;
  height: 4.4444vw;
  box-shadow: none;
  border-radius: 16px;
  border: 1px solid rgba(47, 52, 71, 0.15);
  background: #fff;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.9722vw;
  line-height: 1.4;
  color: #2f3447;
  outline: none;
  transition: all 0.3s linear;
}
.callback_form_main_wrapper textarea.input-text {
  outline: none;
  box-shadow: none;
}
.callback_form_main_wrapper textarea.input-text::placeholder {
  color: #2f3447;
  transition: all 0.3s linear;
}
.callback_form_main_wrapper textarea.input-text::-moz-placeholder {
  color: #2f3447;
  opacity: 1 !important;
  transition: all 0.3s linear;
}
.callback_form_main_wrapper textarea.input-text::-webkit-input-placeholder {
  color: #2f3447;
  transition: all 0.3s linear;
}
.callback_form_main_wrapper .fieldset div.mage-error {
  margin-top: 0.3472vw;
  font-weight: 400;
  font-size: 0.6944vw;
  line-height: 1.2;
  color: #ff6d00;
}
.callback_form_main_wrapper .callback_form_submit_wrap {
  margin-top: 1.1111vw;
  display: flex;
  justify-content: right;
}
.callback_form_main_wrapper button.callback_form_submit {
  margin: 0;
  padding: 0.2777vw 1.1111vw;
  width: auto;
  height: auto;
  border-radius: 8px;
  border: 1px solid #3a465c;
  box-shadow: none;
  background: #3a465c;
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.9722vw;
  line-height: normal;
  color: #fff;
}
.modal-popup.callback_form_popup .modal-footer {
  display: none;
}




@media (min-width: 768px) {
  .catalog-product-view .fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
    min-height: auto;
    margin-left: 3.2638vw;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav {
    margin: 0 !important;
    overflow: initial !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }
  .catalog-product-view .fotorama__stage.fotorama__shadows--top:before,
  .catalog-product-view .fotorama__nav.fotorama__shadows--top:before,
  .catalog-product-view .fotorama__stage.fotorama__shadows--bottom:after,
  .catalog-product-view .fotorama__nav.fotorama__shadows--bottom:after {
    display: none;
  }
  .catalog-product-view .fotorama__stage:before,
  .catalog-product-view .fotorama__nav:before,
  .catalog-product-view .fotorama__stage:after,
  .catalog-product-view .fotorama__nav:after {
    display: none;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__thumb__arr--left {
    height: 3.125vw;
    top: 0;
    background: #fff;
    display: flex;
    justify-content: center;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__thumb__arr--left
    .fotorama__thumb--icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 0;
    margin: 0;
    width: 1.6666vw;
    height: 1.6666vw;
    background: url(../images/fotorama-arrow-top.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__thumb__arr--right {
    height: 3.125vw;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__thumb__arr--right
    .fotorama__thumb--icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 0;
    margin: 0;
    width: 1.6666vw;
    height: 1.6666vw;
    background: url(../images/fotorama-arrow-bottom.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__arr--disabled {
    z-index: -1;
    opacity: 1;
    pointer-events: auto;
    cursor: default;
    background-color: transparent;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__arr--disabled
    .fotorama__thumb--icon {
    opacity: 0;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__thumb-border {
    display: none;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__nav__frame {
    margin-right: 0 !important;
    padding: 0 !important;
    width: 4.4444vw !important;
    height: 4.4444vw;
    border-radius: 8px;
    border: 0.0694vw solid rgba(47, 52, 71, 0.15);
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__nav__frame:not(:last-child) {
    margin-right: 0.5555vw !important;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__nav__frame.fotorama__active,
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__nav__frame:hover {
    opacity: 1;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__nav__frame
    .fotorama__thumb {
    width: auto;
    height: auto;
    cursor: grab;
    overflow: initial;
    background-color: #fff;
    overflow: hidden;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav__shaft {
    padding-bottom: 0.5859vw;
    width: 18.75vw;
    overflow-x: hidden !important;
    overflow: scroll !important;
    scroll-behavior: smooth;
    display: flex;
    transform: none !important;
    transition: none !important;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav__shaft::-webkit-scrollbar {
    width: auto;
    height: 0.2777vw;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav__shaft::-webkit-scrollbar-thumb {
    position: absolute;
    width: auto;
    height: 0.2777vw;
    background: rgba(47, 52, 71, 0.1);
    border-radius: 8px;
  }
  .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame .fotorama__img {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0;
    width: 3.8888vw;
    height: 3.8888vw;
    object-fit: contain;
    object-position: center;
  }
  .catalog-product-view
    .fotorama__nav-wrap--vertical.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__nav__frame.fotorama__active
    .fotorama__thumb {
    border: 1px solid #ff6d00;
  }
  .fotorama--fullscreen .fotorama__stage {
    height: 35.5833vw !important;
  }
}



@media (min-width: 1920px) {
  .catalog-product-view .fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
    min-height: auto;
    margin-left: 5.0781vw;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav {
    margin: 0 !important;
    overflow: initial !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }
  .catalog-product-view .fotorama__stage.fotorama__shadows--top:before,
  .catalog-product-view .fotorama__nav.fotorama__shadows--top:before,
  .catalog-product-view .fotorama__stage.fotorama__shadows--bottom:after,
  .catalog-product-view .fotorama__nav.fotorama__shadows--bottom:after {
    display: none;
  }
  .catalog-product-view .fotorama__stage:before,
  .catalog-product-view .fotorama__nav:before,
  .catalog-product-view .fotorama__stage:after,
  .catalog-product-view .fotorama__nav:after {
    display: none;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__thumb__arr--left {
    height: 3.125vw;
    top: 0;
    background: #fff;
    display: flex;
    justify-content: center;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__thumb__arr--left
    .fotorama__thumb--icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 0;
    margin: 0;
    width: 1.6666vw;
    height: 1.6666vw;
    background: url(../images/fotorama-arrow-top.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__thumb__arr--right {
    height: 3.125vw;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__thumb__arr--right
    .fotorama__thumb--icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    padding: 0;
    margin: 0;
    width: 1.6666vw;
    height: 1.6666vw;
    background: url(../images/fotorama-arrow-bottom.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__arr--disabled {
    z-index: -1;
    opacity: 1;
    pointer-events: auto;
    cursor: default;
    background-color: transparent;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__arr--disabled
    .fotorama__thumb--icon {
    opacity: 0;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__thumb-border {
    display: none;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__nav__frame {
    margin-right: 0 !important;
    padding: 0 !important;
    width: 3.3203vw !important;
    height: 3.3203vw;
    border-radius: 10px;
    border: 0.0694vw solid rgba(47, 52, 71, 0.15);
    transition: 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__nav__frame:not(:last-child) {
    margin-right: 0.3906vw !important;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__nav__frame.fotorama__active,
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__nav__frame:hover {
    opacity: 1;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__nav__frame
    .fotorama__thumb {
    width: auto;
    height: auto;
    cursor: grab;
    overflow: initial;
    background-color: #fff;
    overflow: hidden;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav__shaft {
    padding-bottom: 0.5859vw;
    width: 19.5312vw;
    overflow-x: hidden !important;
    overflow: scroll !important;
    scroll-behavior: smooth;
    display: flex;
    transform: none !important;
    transition: none !important;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav__shaft::-webkit-scrollbar {
    width: auto;
    height: 0.2777vw;
  }
  .catalog-product-view
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap
    .fotorama__nav__shaft::-webkit-scrollbar-thumb {
    position: absolute;
    width: auto;
    height: 0.2777vw;
    background: rgba(47, 52, 71, 0.1);
    border-radius: 8px;
  }
  .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame .fotorama__img {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0;
    width: 2.8906vw;
    height: 2.8906vw;
    object-fit: contain;
    object-position: center;
  }
  .catalog-product-view
    .fotorama__nav-wrap--vertical.fotorama__nav-wrap
    .fotorama__nav
    .fotorama__nav__frame.fotorama__active
    .fotorama__thumb {
    border: 1px solid #ff6d00;
  }
  .fotorama--fullscreen .fotorama__stage {
    height: 35.5833vw !important;
  }
}


@media (max-width: 1920px) {
  body.catalog-product-view .page-main{
    padding: 0 4.4442vw !important;
  }
  body.catalog-product-view .page-main::before,
  body.catalog-product-view .page-main::after{
    display: none;
  }
  .product_main_info_wrap{
    padding: 0;
  }
  body.catalog-product-view .product.media{
    padding-left: 3.5416vw;
  }
  .product_main_info_wrap .gallery-placeholder{
    width: 35.9375vw;
  }
  .catalog-product-view .fotorama-item:not(.fotorama--fullscreen) .fotorama__stage{
    width: 35.9375vw !important;
    height: 30.4166vw !important;
  }
  .fotorama-item .fotorama__arr .fotorama__arr__arr{
    width: 1.0937vw;
    height: 4.427vw;
  }
  .fotorama-item .fotorama__arr--prev .fotorama__arr__arr::after, 
  .fotorama-item .fotorama__arr--next .fotorama__arr__arr::before{
    width: 1.6666vw;
    height: 1.6666vw;
  }
  .catalog-product-view .fotorama__nav-wrap--horizontal.fotorama__nav-wrap{
    margin-top: 0.5208vw;
    margin-left: 3.2291vw;
  }
  .catalog-product-view .fotorama__nav-wrap--horizontal.fotorama__nav-wrap .fotorama__nav__shaft{
    padding-bottom: 0.8333vw;
    width: 25.5208vw;
  }
  .catalog-product-view .fotorama__nav-wrap--horizontal.fotorama__nav-wrap .fotorama__nav .fotorama__nav__frame:not(:last-child){
    margin-right: 0.5208vw !important;
  }
  .catalog-product-view .fotorama__nav-wrap--horizontal.fotorama__nav-wrap .fotorama__nav .fotorama__nav__frame{
    width: 4.427vw !important;
    height: 4.427vw;
    border-width: 0.1041vw;
  }
  .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__frame .fotorama__img{
    width: 3.8541vw;
    height: 3.8541vw;
  }
  .product_video_button_wrap{
    top: 30.9895vw;
    left: 32.0312vw;
  }
  .product_video_button{
    width: 4.427vw;
    height: 4.427vw;
    border-width: 0.1041vw;
  }
  button.product_video_button:hover{
    border-width: 0.1041vw;
  }
  .product_video_button svg{
    width: 1.6666vw;
    height: 1.6666vw;
  }
  .product_video_button span{
    margin-top: 0.1041vw;
    font-size: 0.8333vw;
  }
  .page-layout-1column .column.main .product-info-main{
    margin-bottom: 1.6666vw;
    padding-right: 0.5729vw;
  }
  .product-info-main .page-title-wrapper{
    margin-bottom: 1.0937vw;
  }
  .product-info-main .page-title-wrapper h1.page-title{
    font-size: 1.3541vw;
  }
  .product_info_top_wrap{
    margin-bottom: 1.0937vw;
  }
  .product_info_top_wrap .code_item{
    font-size: 0.9375vw;
  }
  .product_info_top_wrap .code_item.product_code{
    margin-right: 1.6666vw;
  }
  .product_info_top_wrap .code_item .label{
    padding-right: 0.5208vw;
  }
  .product_labels_wrap{
    margin-bottom: 1.6666vw;
    padding-bottom: 1.0937vw;
  }
  .product_labels_wrap .product_labels .sale, 
  .product_labels_wrap .product_labels .new, 
  .product_labels_wrap .product_labels .markdown{
    width: 1.6666vw;
    height: 1.6666vw;
  }
  .product_labels_wrap .product_labels span:not(:last-child) {
    margin-right: 0.2604vw;
  }
  .product-info-main .product-info-price{
    width: 17.1875vw;
  }
  .product-info-main .product-info-price .special-price .price-wrapper .price, 
  .product-info-main .product-info-price .price-box.price-final_price .price-container .price-wrapper .price{
    font-size: 1.3541vw;
  }
  .product-info-main .product-info-price .price-box.price-final_price .old-price .price-wrapper .price{
    font-size: 1.0937vw;
  }
  body .product-info-main .product-add-form{
    width: 23.4375vw;
  }
  .product-info-main .product-add-form .box-tocart .fieldset .field.qty{
    margin-right: 1.0937vw;
    padding: 0 0.2604vw;
    width: 7.8125vw;
    height: 2.1875vw;
  }
  .product-info-main .product-add-form .box-tocart .fieldset .qty-button svg{
    width: 1.6666vw;
    height: 1.6666vw;
  }
  .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control input{
    width: 1.8229vw !important;
    font-size: 1.0937vw;
  }
  .product-info-main .box-tocart .action.tocart{
    padding: 0.2604vw;
    width: 11.1458vw;
    height: 2.1875vw;
    font-size: 0.9375vw;
  }
  .product_view_compare .tocompare_button, 
  .product_view_compare .tocompared_button{
    width: 2.1875vw;
    height: 2.1875vw;
  }
  .product_view_compare .tocompare_button::before, 
  .product_view_compare .tocompared_button::before{
    width: 1.0937vw;
    height: 1.0937vw;
  }
  .product_info_bottom_wrap{
    margin-top: 1.6666vw;
  }
  .discount_product_info_container{
    margin-bottom: 1.6666vw;
    padding: 1.6666vw 1.0937vw;
  }
  .discount_attributes_list{
    margin-bottom: 1.6666vw;
  }
  .discount_attributes_list ul li:not(:last-child){
    margin-bottom: 1.6666vw;
  }
  .discount_attributes_list ul li .label{
    font-size: 0.9375vw;
  }
  .discount_attributes_list ul li .label::after{
    margin: 0 0.5208vw;
  }
  .discount_attributes_list ul li .value{
    font-size: 0.9375vw;
  }
  .discount-product-images{
    width: 41.6666vw;
  }
  .discount-product-image-thumbs{
    margin-bottom: 1.0937vw;
    padding: 0 2.1875vw;
  }
  .discount-product-images .item{
    padding: 0.2604vw;
  }
  .discount-product-images .owl-carousel .owl-item img{
    width: 5.9375vw;
    height: 5.9375vw;
  }
  .discount-product-images .owl-carousel .owl-nav button.owl-prev, 
  .discount-product-images .owl-carousel .owl-nav button.owl-next{
    width: 1.0937vw;
    height: 4.427vw;
  }
  .discount-product-images .owl-nav button::before{
    width: 1.6666vw;
    height: 1.6666vw;
  }
  .parent_product_link a{
    font-size: 0.9375vw;
    text-underline-offset: 0.1562vw;
  }
  .propt-message svg, 
  .callback_message svg{
    margin-right: 0.5208vw;
    width: 1.3541vw;
    height: 1.3541vw;
  }
  .propt-message p, .callback_message p{
    font-size: 0.8333vw;
  }
  .discount_product_info_title{
    margin-bottom: 1.0937vw;
    font-size: 0.9375vw;
  }
  .discount_product_info_content .product_name{
    width: 32.2916vw;
    font-size: 0.8333vw;
  }
  .discount_product_info_content .product_price{
    font-size: 0.9375vw;
  }
  .product_tabs_info_wrap{
    margin-top: 1.6666vw;
    padding: 0;
  }
  .product_tabs_description_column{
    padding-right: 0.5729vw;
  }
  .product-description-wrapper{
    padding: 1.0937vw;
  }
  .description_title_wrap, 
  .characteristics_title_wrap{
    margin-bottom: 1.0937vw;
  }
  button.description_title, 
  button.characteristics_title{
    font-size: 1.6666vw;
  }
  .product-description-wrap{
    min-height: 14.2187vw;
  }
  .product-description p{
    font-size: 0.9375vw;
  }
  .product-description p:not(:last-child){
    margin-bottom: 0.7812vw;
  }
  .product_description_btn_wrap, 
  .show_all_characteristics_button_wrap{
    margin-top: 1.0937vw;
  }
  .product_description_btn, 
  .show_all_characteristics_button{
    font-size: 1.0937vw;
    text-underline-offset: 0.1562vw;
  }
  .product_tabs_characteristics_column{
    padding-left: 0.5729vw;
  }
  button.show_callback_form{
    font-size: 0.8333vw;
    text-underline-offset: 0.1562vw;
  }
  .characteristics_table tbody tr th, 
  .characteristics_table tbody tr td{
    padding: 0.5208vw 0;
    font-size: 0.9375vw;
  }
  .product_reach_content_wrap{
    margin-top: 3.75vw;
  }
  .product_reach_content_wrap .big_image_row figure[data-content-type="image"]{
    padding: 3.8541vw 3.8541vw 0;
  }
  .product_reach_content_wrap .big_image_row [data-content-type="html"]{
    padding: 3.8541vw;
  }
  .product_reach_content_wrap .big_image_row p{
    font-size: 0.9375vw;
  }
  .product_reach_content_wrap .big_image_row p:not(:last-child){
    margin-bottom: 0.7812vw;
  }
  .product_reach_content_wrap .big_image_row ul li{
    font-size: 0.9375vw;
  }
  .product_reach_content_wrap .big_image_row ul li:not(:last-child){
    margin-bottom: 0.7812vw;
  }
  .product_reach_content_wrap .two_columns_row{
    padding: 3.8541vw;
  }
  .product_reach_content_wrap .two_columns_row:not(:last-child){
    margin-bottom: 1.6666vw;
  }
  .pagebuilder-column.text_column{
    width: 32.552vw !important;
  }
  .pagebuilder-column.text_column h3{
    margin-bottom: 1.6666vw;
    font-size: 1.3541vw;
  }
  .pagebuilder-column.text_column p{
    font-size: 0.9375vw;
  }
  .product_main_info_wrap .recently_viewed_products_wrap{
    padding: 3.3854vw 0;
  }
  .recently_viewed_products_wrap .block-title{
    margin-bottom: 1.0937vw;
    padding-left: 2.1875vw;
    font-size: 1.6666vw;
  }
  .recently_viewed_products_wrap .product-items:not(.owl-carousel) .product-item-info{
    width: 19.7916vw;
  }
  .recently_viewed_products_wrap .product-item-info{
    padding: 1.0937vw !important;
  }
  .recently_viewed_products_wrap .product-image-wrapper .product-image-photo{
    height: 14.5833vw;
  }
  .recently_viewed_products_wrap .product-item-details{
    margin-top: 0.5208vw;
  }
  .recently_viewed_products_wrap .product-item-details .product-item-name{
    margin-bottom: 1.0937vw;
    padding-bottom: 1.0937vw;
  }
  .recently_viewed_products_wrap .product-item-details .product-item-name a{
    font-size: 0.9375vw;
  }
  .recently_viewed_products_wrap .product-item .price-box .price{
    font-size: 0.9375vw;
  }
  .recently_viewed_products_wrap .owl-nav button.owl-prev, 
  .recently_viewed_products_wrap .owl-nav button.owl-next, 
  .recently_viewed_products_wrap .owl-carousel .owl-nav button.owl-prev, .recently_viewed_products_wrap .owl-carousel .owl-nav button.owl-next{
    width: 1.0937vw;
    height: 4.427vw;
  }
  .recently_viewed_products_wrap .owl-nav button::before{
    width: 1.6666vw;
    height: 1.6666vw;
  }
}

@media (max-width: 768px) {
  .product_main_info_wrap {
    padding: 0;
  }
  body.catalog-product-view .product.media {
    padding: 0 2.5vw;
    width: 100%;
    float: none;
  }
  .product_main_info_wrap .gallery-placeholder {
    width: 100%;
  }
  .catalog-product-view
    .fotorama-item:not(.fotorama--fullscreen)
    .fotorama__stage {
    width: 100% !important;
    height: 88.75vw !important;
  }
  .catalog-product-view
    .fotorama-item:not(.fotorama--fullscreen)
    .fotorama__wrap--slide
    .fotorama__stage__frame {
    padding: 5.5468vw;
    width: 100% !important;
    border-radius: 8px;
    border: 1px solid rgba(47, 52, 71, 0.1);
  }
  .product_video_button_wrap {
    top: 0.9375vw;
    right: 3.4375vw;
    left: auto;
  }
  .product_video_button {
    width: 14.3749vw;
    height: 14.3749vw;
    border-width: 0.3125vw;
  }
  .product_video_button svg {
    width: 5vw;
    height: 5vw;
  }
  .product_video_button span {
    margin-top: 0.625vw;
    font-size: 3.125vw;
  }
  .catalog-product-view
    .fotorama-item:not(.fotorama--fullscreen)
    .fotorama__stage
    .fotorama__arr {
    display: none !important;
  }
  .page-layout-1column .column.main .product-info-main {
    margin: 0;
    padding: 7.5vw 2.5vw 0;
    width: 100%;
    float: none;
  }
  .product-info-main .page-title-wrapper {
    margin-bottom: 2.5vw;
  }
  .product-info-main .page-title-wrapper h1.page-title {
    font-size: 4.375vw;
  }
  .product_info_top_wrap {
    margin-bottom: 2.5vw;
    width: 100%;
  }
  .product_info_top_container {
    width: 100%;
    justify-content: space-between;
  }
  .product_info_top_wrap .code_item {
    font-size: 3.75vw;
  }
  .product_info_top_wrap .code_item.product_code {
    margin-right: 0;
  }
  .product_info_top_wrap .code_item .label {
    padding-right: 2.5vw;
  }
  .product_labels_wrap {
    margin-bottom: 5vw;
    padding-bottom: 2.5vw;
    border-bottom: 1px solid rgba(47, 52, 71, 0.1);
  }
  .product_labels_wrap .product_labels .sale,
  .product_labels_wrap .product_labels .new,
  .product_labels_wrap .product_labels .markdown {
    width: 7.5vw;
    height: 7.5vw;
  }
  .product-info-main .product-info-price {
    width: 45.75vw !important;
  }
  .product-info-main
    .product-info-price
    .price-box.price-final_price
    .old-price
    .price-wrapper
    .price {
    font-size: 4.375vw !important;
  }
  .product-info-main .product-info-price .special-price .price-wrapper .price,
  .product-info-main
    .product-info-price
    .price-box.price-final_price
    .price-container
    .price-wrapper
    .price {
    font-size: 5.625vw;
  }
  .product_labels_wrap .product_labels span:not(:last-child) {
    margin-right: 1.25vw;
  }
  body .product-info-main .product-add-form {
    margin: 0;
    width: 100%;
  }
  body .product-info-main .product-add-form .box-tocart {
    flex-wrap: wrap;
    position: relative;
  }
  body .product-info-main .product-add-form .box-tocart .fieldset {
    width: 100%;
    flex-wrap: wrap;
  }
  .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
    margin: 0 0 0 auto;
    padding: 0 1.25vw;
    width: 43.75vw;
    height: 10vw;
    flex-shrink: 0;
    position: absolute;
    right: 0;
    bottom: 100%;
  }
  .product-info-main .product-add-form .box-tocart .fieldset .qty-button svg {
    width: 7.5vw;
    height: 7.5vw;
  }
  .product-info-main
    .product-add-form
    .box-tocart
    .fieldset
    .field.qty
    .control
    input {
    width: 16.25vw;
    font-size: 4.375vw;
  }
  .product-info-main .box-tocart .actions {
    margin-top: 5vw;
  }
  .product-info-main .box-tocart .action.tocart {
    padding: 1.5625vw;
    width: 79.6875vw;
    height: 10vw;
    font-size: 4.375vw;
  }
  .product-info-main .box-tocart .product_view_compare {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product_view_compare .tocompare_button,
  .product_view_compare .tocompared_button {
    width: 10vw;
    height: 10vw;
  }
  .product_view_compare .tocompare_button::before,
  .product_view_compare .tocompared_button::before {
    width: 5vw;
    height: 5vw;
  }
  .product_info_bottom_wrap {
    margin-top: 5vw;
  }
  .discount_product_info_container {
    margin-bottom: 5vw;
    padding: 5vw;
  }
  .discount_attributes_list {
    margin-bottom: 5vw;
  }
  .discount_attributes_list ul li {
    margin: 0;
  }
  .discount_attributes_list ul li:not(:last-child) {
    margin-bottom: 5vw;
  }
  .discount_attributes_list ul li .label {
    width: 50%;
    white-space: inherit;
    font-size: 3.75vw;
  }
  .discount_attributes_list ul li .label::after {
    margin: 0;
    border-bottom: none;
    display: none;
  }
  .discount_attributes_list ul li .value {
    width: 50%;
    white-space: inherit;
    font-size: 3.75vw;
  }
  .discount-product-images {
    width: 100%;
  }
  .parent_product_link a {
    text-underline-offset: 0.9375vw;
    font-size: 3.75vw;
  }
  .discount-product-image-thumbs {
    margin-bottom: 5vw;
    padding: 0 0 2.5vw;
    display: flex !important;
    overflow-x: hidden !important;
    overflow: scroll !important;
    scroll-behavior: smooth;
  }
  .discount-product-images .item {
    margin-right: 2.5vw;
    padding: 0;
    width: 23.125vw;
    height: 23.125vw;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
  }
  .discount-product-images .item:last-child {
    margin-right: 0;
  }
  .discount-product-images .discount-thumb-link {
    display: flex;
  }
  .discount-product-images .item img {
    width: 21.1562vw;
    height: 21.1562vw;
    object-fit: contain;
    object-position: center;
  }
  .propt-message svg,
  .callback_message svg {
    margin-right: 2.5vw;
    width: 5vw;
    height: 5vw;
  }
  .propt-message p,
  .callback_message p {
    font-size: 3.125vw;
  }
  .product_tabs_info_wrap {
    margin-top: 7.5vw;
    padding: 0 2.5vw;
    display: block;
  }
  .product_main_info_wrap .product_tabs_info_wrap {
    padding: 0 2.5vw;
  }
  .product_tabs_description_column {
    padding: 0;
    width: 100%;
  }
  .product-description-wrapper {
    padding: 2.5vw 5vw;
  }
  .description_title_wrap,
  .characteristics_title_wrap {
    margin-bottom: 0;
  }
  button.description_title,
  button.characteristics_title {
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 5vw;
  }
  button.description_title::after,
  button.characteristics_title::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 6.25vw;
    height: 6.25vw;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.25;
    transform: rotate(90deg);
    transition: all 0.3s linear;
  }
  button.description_title.active::after,
  button.characteristics_title.active::after {
    transform: rotate(270deg);
  }
  .product-description-wrap {
    margin-top: 5vw;
    min-height: 64.0625vw;
    display: none;
  }
  .product-description p {
    font-size: 3.75vw;
  }
  .product-description p:not(:last-child) {
    margin-bottom: 5vw;
  }
  .product_description_btn_wrap,
  .show_all_characteristics_button_wrap {
    margin-top: 5vw;
  }
  .product_description_btn,
  .show_all_characteristics_button {
    font-size: 4.375vw;
    text-underline-offset: 0.9375vw;
  }
  .product_tabs_characteristics_column {
    margin-top: 2.5vw;
    padding: 0;
    width: 100%;
  }
  .characteristics_wrapper {
    margin-bottom: 5vw;
    padding: 2.5vw 5vw;
  }
  .characteristics_table tbody tr th,
  .characteristics_table tbody tr td {
    padding: 2.5vw 0;
    font-size: 3.75vw;
  }
  .characteristics_wrap {
    padding-top: 2.5vw;
    display: none;
  }
  .discount_product_info_title {
    margin-bottom: 5vw;
    font-size: 3.75vw;
  }
  .discount_product_info_content .product_name {
    width: 100%;
    font-size: 3.125vw;
  }
  .discount_product_info_content .product_price {
    margin-top: 1.25vw;
    font-size: 3.75vw;
  }
  .discount_product_info_content .product_item a {
    display: block;
  }
  .discount_product_info_content .product_item:not(:last-child) {
    margin-bottom: 5vw;
  }
  button.show_callback_form {
    font-size: 3.125vw;
    text-underline-offset: 0.9375vw;
  }
  .product_reach_content_wrap {
    margin-top: 7.5vw;
    padding: 0 2.5vw;
  }
  .product_reach_content_wrap .big_image_row h2 {
    font-size: 5vw;
  }
  .product_reach_content_wrap .big_image_row p {
    font-size: 3.75vw;
  }
  .product_reach_content_wrap .big_image_row ul li {
    font-size: 3.75vw;
  }
  .product_reach_content_wrap .big_image_row ul li:not(:last-child) {
    margin-bottom: 2.5vw;
  }
  .pagebuilder-column.text_column h3 {
    margin-bottom: 5vw;
    font-size: 4.375vw;
  }
  .pagebuilder-column.text_column p {
    margin-bottom: 3.75vw;
    font-size: 3.75vw;
  }
  .product_reach_content_wrap .pagebuilder-column.image_column {
    margin-bottom: 7.5vw;
  }
  .recently_viewed_products_wrap {
    padding: 7.5vw 2.5vw 10vw;
  }
  .product_main_info_wrap .fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
    margin-top: 5vw;
    min-height: auto;
  }
  .product_main_info_wrap .fotorama__nav--dots .fotorama__nav__frame {
    margin: 0 1.25vw;
    width: 1.25vw !important;
    height: 1.25vw !important;
    background-color: rgba(47, 52, 71, 0.15);
    border-radius: 8px;
  }
  .product_main_info_wrap
    .fotorama__nav--dots
    .fotorama__nav__frame.fotorama__active {
    width: 7.5vw !important;
    background-color: #eb5757;
  }
  .product_main_info_wrap .recently_viewed_products_wrap {
    padding: 7.5vw 0 10vw;
  }
  .recently_viewed_products_wrap .block-title {
    margin: 0 0 5vw;
    padding: 0 7.5vw;
    font-size: 5vw;
  }
  .recently_viewed_products_wrap .product-items {
    padding: 0 0 0 2.5vw;
  }
  .recently_viewed_products_wrap .product-item {
    width: 82.8125vw !important;
  }
  .recently_viewed_products_wrap .product-item-info {
    padding: 5vw !important;
  }
  .recently_viewed_products_wrap .product-image-wrapper .product-image-photo {
    height: 65.625vw;
    width: 65.625vw;
  }
  .recently_viewed_products_wrap .product-item-details {
    margin-top: 2.5vw;
  }
  .recently_viewed_products_wrap .product-item-details .product-item-name {
    margin: 0 0 2.5vw;
  }
  .recently_viewed_products_wrap .product-item-details .product-item-name a {
    font-size: 3.75vw;
  }
  .recently_viewed_products_wrap .product-item .price-box .price {
    font-size: 3.75vw;
  }
  .recently_viewed_products_wrap .product-item .old-price {
    margin-left: 5vw;
  }
  .recently_viewed_products_wrap .product-item .old-price .price {
    font-size: 3.75vw;
  }
  .recently_viewed_products_wrap .owl-dots.disabled {
    display: none;
  }
  .recently_viewed_products_wrap .owl-dots {
    margin-top: 5vw;
    display: flex;
    justify-content: center;
  }
  .recently_viewed_products_wrap .owl-dots .owl-dot {
    margin: 0 1.25vw;
    padding: 0;
    width: 1.25vw !important;
    height: 1.25vw !important;
    border-radius: 8px;
    border: 1px solid rgba(47, 52, 71, 0.15);
    background: rgba(47, 52, 71, 0.15);
    opacity: 1;
  }
  .recently_viewed_products_wrap .owl-dots .owl-dot.active {
    width: 7.5vw !important;
    border-color: #eb5757;
    background: #eb5757;
    opacity: 1;
  }
  .fotorama.fotorama--fullscreen {
    padding: 0;
    background: #ffffff !important;
    overflow-y: scroll;
  }
  .fotorama.fotorama--fullscreen::before {
    display: none;
  }
  .fotorama--fullscreen .fotorama__wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
  }
  .fotorama--fullscreen .fotorama__stage {
    padding: 31.25vw 5vw 0;
    height: 121.2499vw !important;
  }
  .catalog-product-view
    .fotorama--fullscreen
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
    min-height: auto;
    width: auto;
  }
  .fotorama--fullscreen .fotorama__fullscreen-icon {
    padding: 2.5vw;
  }
  .fotorama--fullscreen .fotorama__fullscreen-icon::before {
    width: 8.75vw;
    height: 8.75vw;
  }
  .fotorama.fotorama--fullscreen
    .fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
    margin-top: 5vw;
    min-height: auto;
  }
  .fotorama.fotorama--fullscreen .fotorama__nav--dots .fotorama__nav__frame {
    margin: 0 1.25vw;
    width: 1.25vw !important;
    height: 1.25vw !important;
    background-color: rgba(47, 52, 71, 0.15);
    border-radius: 8px;
  }
  .fotorama.fotorama--fullscreen
    .fotorama__nav--dots
    .fotorama__nav__frame.fotorama__active {
    width: 7.5vw !important;
    background-color: #eb5757;
  }
  body .modal-popup.modal-slide {
    left: 0;
  }
  body .modal-popup.callback_form_popup .modal-inner-wrap {
    margin: 0;
    padding: 46.875vw 7.5vw 0;
    width: 100%;
    border-radius: 0;
  }
  .modal-popup.callback_form_popup .modal-header .action-close::after {
    margin: 2.5vw;
    width: 6.25vw;
    height: 6.25vw;
  }
  .modal-popup.callback_form_popup .modal-title {
    font-size: 5vw;
  }
  .modal-popup.callback_form_popup .modal-content {
    margin-top: 5vw;
  }
  .callback_form_main_wrapper textarea.input-text {
    padding: 2.5vw;
    height: 22.5vw;
    font-size: 3.75vw;
  }
  .callback_form_main_wrapper .callback_form_submit_wrap {
    margin-top: 5vw;
    justify-content: center;
  }
  .callback_form_main_wrapper button.callback_form_submit {
    padding: 1.25vw 5vw;
    font-size: 3.75vw;
  }
  .callback_form_main_wrapper .fieldset div.mage-error {
    margin-top: 3.125vw;
    font-size: 3.75vw;
  }
}
 
body:not(.catalog-product-view) .modals-overlay {
  background-color: transparent;
}
.show_video_popup {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999 !important;
  background-color: #ffffff;
}
.show_video_popup .modal-inner-wrap {
  position: relative;
  margin: 0;
  padding: 6.25vw 12.5vw;
  width: 100%;
  height: 100%;
  box-shadow: none;
  overflow: visible;
  background-color: #ffffff;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.show_video_popup .modal-inner-wrap .modal-header {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.show_video_popup .modal-inner-wrap .modal-header .action-close {
  margin: 0;
  padding: 0.5555vw;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.show_video_popup .modal-inner-wrap .modal-header .action-close::after {
  content: "";
  display: block;
  width: 1.3888vw;
  height: 1.3888vw;
  background: url(../images/close.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.show_video_popup .modal-inner-wrap .modal-header .action-close::before {
  display: none;
}
.show_video_popup .modal-content {
  padding: 0;
  height: 100%;
}
.show_video_popup .popup_video_code_wrap {
  max-width: unset;
  width: auto;
  position: relative;
  padding-top: 48.25%;
}
.show_video_popup .popup_video_code_wrap iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .show_video_popup .modal-inner-wrap {
    padding: 0;
    width: 100% !important;
    max-height: none !important;
    background-color: transparent;
  }
  .show_video_popup .modal-inner-wrap .modal-header .action-close {
    padding: 2.5vw;
  }
  .show_video_popup .modal-inner-wrap .modal-header .action-close::after {
    width: 6.25vw;
    height: 6.25vw;
  }
  .show_video_popup .modal-content {
    padding: 25vw 4.6875vw 0;
  }
  .show_video_popup .popup_video_code_wrap {
    padding-top: 71.25%;
  }
}
