@keyframes slideRightToLeft {
  0% {
    transform: translateX(100%);
    opacity: 0;
    display: none;
  }
  30% {
    transform: translateX(70%);
    /* Adjust distance as needed */
    opacity: 1;
    display: flex;
  }
  50% {
    transform: translateX(50%);
    /* Adjust distance as needed */
    opacity: 1;
    display: flex;
  }
  70% {
    transform: translateX(30%);
    /* Adjust distance as needed */
    opacity: 1;
    display: flex;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
    display: flex;
    /* Applied at the very end */
  }
}
@keyframes slideRightToOut {
  0% {
    transform: translateX(0px);
    opacity: 1;
    display: flex;
    /* Applied at the very end */
  }
  30% {
    transform: translateX(30%);
    /* Adjust distance as needed */
    opacity: 1;
    display: flex;
  }
  50% {
    transform: translateX(50%);
    /* Adjust distance as needed */
    opacity: 1;
    display: flex;
  }
  70% {
    transform: translateX(70%);
    /* Adjust distance as needed */
    opacity: 1;
    display: flex;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
    display: none;
  }
}
.raffi-single-product-container {
  /* For Chrome, Safari, Edge, and Opera */
  /* For Firefox */
}
.raffi-single-product-container input::-webkit-outer-spin-button,
.raffi-single-product-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  /* Removes the default appearance */
  margin: 0;
  /* Removes the margin that might remain */
}
.raffi-single-product-container input[type=number] {
  -moz-appearance: textfield;
  /* Removes the spinner in Firefox */
}
.raffi-single-product-container .raffi_product_image_lightbox_trigger {
  display: inline-flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.raffi-single-product-container .raffi-single-product-wrapper {
  display: grid;
  grid-template-columns: minmax(500px, 50%) 1fr;
  column-gap: 5vw;
  padding-top: 0;
  padding-bottom: 124px;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: calc(100vh - 153px - 40px);
  border-bottom: 1px solid #8A8A8A;
  gap: 16px;
  width: 100%!important;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery__trigger_lightbox,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger_lightbox {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: white;
  border: 0;
  padding: 0;
  margin: 0;
  width: 47px;
  height: 47px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery__trigger_lightbox svg,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__trigger_lightbox svg {
  width: 100%;
  height: 100%;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport {
  display: flex;
  width: 100%;
  border: 1px solid #DDD;
  position: relative;
  overflow: visible !important;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport .woocommerce-product-gallery__wrapper,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  overflow: hidden;
  position: relative;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  pointer-events: none !important;
  position: relative;
  cursor: pointer;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:after,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:after,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:after,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="47" height="47" viewBox="0 0 47 47" fill="%23fff"><circle cx="23.5" cy="23.5" r="23" stroke="%238A8A8A"/><line x1="33.5703" y1="23.3286" x2="13.4275" y2="23.3286" stroke="%238A8A8A"/><line x1="23.6699" y1="33.5714" x2="23.6699" y2="13.4286" stroke="%238A8A8A"/></svg>');
  position: absolute;
  width: 47px;
  height: 47px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  pointer-events: all!important;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .out-of-stock-flash,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .out-of-stock-flash,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport .woocommerce-product-gallery__wrapper .out-of-stock-flash,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .out-of-stock-flash {
  color: #000;
  text-align: center;
  font-family: 'Gotham-light', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 325;
  line-height: 25.2px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  position: absolute;
  top: 40px;
  left: 40px;
  padding: 12.793px 29.241px;
  background-color: #ddd;
  z-index: 99;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .raff-single-product-thumbs,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .raff-single-product-thumbs,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-control-thumbs,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0 !important;
  overflow: visible !important;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .raff-single-product-thumbs .raffi_product-gallery-thumb,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .raff-single-product-thumbs .raffi_product-gallery-thumb,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-control-thumbs .raffi_product-gallery-thumb,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs .raffi_product-gallery-thumb,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .raff-single-product-thumbs li,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .raff-single-product-thumbs li,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-control-thumbs li,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs li {
  display: flex;
  border: 1px solid #DDD;
  position: relative;
  width: 100% !important;
  margin: 0 !important;
  pointer-events: none !important;
  cursor: pointer;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .raff-single-product-thumbs .raffi_product-gallery-thumb:first-child,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .raff-single-product-thumbs .raffi_product-gallery-thumb:first-child,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-control-thumbs .raffi_product-gallery-thumb:first-child,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs .raffi_product-gallery-thumb:first-child,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .raff-single-product-thumbs li:first-child,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .raff-single-product-thumbs li:first-child,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-control-thumbs li:first-child,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs li:first-child {
  display: none!important;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .raff-single-product-thumbs .raffi_product-gallery-thumb:after,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .raff-single-product-thumbs .raffi_product-gallery-thumb:after,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-control-thumbs .raffi_product-gallery-thumb:after,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs .raffi_product-gallery-thumb:after,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .raff-single-product-thumbs li:after,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .raff-single-product-thumbs li:after,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-control-thumbs li:after,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs li:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="47" height="47" viewBox="0 0 47 47" fill="%23fff"><circle cx="23.5" cy="23.5" r="23" stroke="%238A8A8A"/><line x1="33.5703" y1="23.3286" x2="13.4275" y2="23.3286" stroke="%238A8A8A"/><line x1="23.6699" y1="33.5714" x2="23.6699" y2="13.4286" stroke="%238A8A8A"/></svg>');
  position: absolute;
  width: 47px;
  height: 47px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  pointer-events: all!important;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .raff-single-product-thumbs .raffi_product-gallery-thumb img,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .raff-single-product-thumbs .raffi_product-gallery-thumb img,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-control-thumbs .raffi_product-gallery-thumb img,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs .raffi_product-gallery-thumb img,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .raff-single-product-thumbs li img,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .raff-single-product-thumbs li img,
.raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-control-thumbs li img,
.raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none !important;
  opacity: 1!important;
}
.raffi-single-product-container .raffi-single-product-wrapper .raffi-product-summary.summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 0;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box {
  display: flex;
  flex-flow: column;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .p-brand {
  color: #555;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 21.6px;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
  padding: 0;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box h1.product_title {
  color: #000;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  line-height: 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 !important;
  margin-bottom: 30px;
  font-weight: normal;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .price {
  color: #444 !important;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 26px;
  font-style: normal;
  line-height: 31.2px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 0 !important;
  margin: 0 !important;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .price span,
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .price ins {
  font-size: 26px!important;
  color: #444 !important;
  font-weight: normal!important;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .quantity-btn-group {
  display: flex;
  flex-flow: row;
  gap: 21px;
  align-items: center;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .quantity-btn-group > span {
  color: #000;
  font-family: 'Gotham-book', Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.9px;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .quantity-btn-group > div {
  display: flex;
  border: 1px solid #8A8A8A;
  height: 30px;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .quantity-btn-group > div > * {
  margin: 0 !important;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .quantity-btn-group > div button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: white;
  color: #000;
  padding: 9px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .quantity-btn-group > div .quantity {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .quantity-btn-group > div input.qty {
  padding: 0;
  width: auto;
  border: 0;
  background-color: #fff;
  margin: 0;
  color: #000;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 21.333px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: 0.427px;
  display: inline-flex;
  max-width: 30px;
  text-align: center;
  justify-content: center;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .woocommerce-variation-availability .stock,
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .woocommerce_stock_availability .stock {
  display: flex;
  align-items: center;
  gap: 16px;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .woocommerce-variation-availability .stock span,
.raffi-single-product-container .raffi-single-product-wrapper .summary-box .woocommerce_stock_availability .stock span {
  color: #555;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  display: inline-flex;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible {
  gap: 29px;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible h4 {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible h4 span {
  color: #000;
  font-family: 'Gotham-book', Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 21.6px;
  letter-spacing: 0.9px;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible.active .collapse-down {
  display: none!important;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible.active .collapse-up {
  display: block!important;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible.blocked {
  padding: 40px;
  background: rgba(235, 225, 213, 0.3);
  border-bottom: none;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible .collapsible-body,
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible .collapsible-body p {
  color: #555;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible .collapsible-body th,
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible .collapsible-body p th,
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible .collapsible-body td,
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible .collapsible-body p td {
  text-align: left;
}
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible .collapsible-body th,
.raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible .collapsible-body p th {
  font-family: 'Gotham-book', Arial, sans-serif;
  font-weight: normal;
}
.raffi-single-product-container .raffi-single-product-wrapper .variations_form.cart {
  margin: 0!important;
}
.raffi-single-product-container .raffi-single-product-wrapper table.variations {
  margin: 0!important;
}
.raffi-single-product-container .raffi-single-product-wrapper table.variations tbody {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.raffi-single-product-container .raffi-single-product-wrapper table.variations .reset_variations {
  color: #555;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.3px;
}
.raffi-single-product-container .raffi-single-product-wrapper table.variations tr {
  display: flex;
  flex-flow: column;
  padding: 0;
  margin-bottom: 22px;
  border-bottom: 1px solid #ddd;
  gap: 13px;
}
.raffi-single-product-container .raffi-single-product-wrapper table.variations tr th {
  max-width: none!important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left;
}
.raffi-single-product-container .raffi-single-product-wrapper table.variations tr th label {
  color: #555;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.3px;
  font-weight: normal!important;
}
.raffi-single-product-container .raffi-single-product-wrapper table.variations tr td {
  max-width: none!important;
  padding: 0 !important;
  margin: 0 !important;
}
.raffi-single-product-container .raffi-single-product-wrapper table.variations tr td.yith_wccl_layout_inline:not(.yith_wccl_is_custom) span:not(.yith_wccl_value) {
  display: inline-flex !important;
}
.raffi-single-product-container .raffi-single-product-wrapper table.variations tr td.yith_wccl_layout_inline:not(.yith_wccl_is_custom) .reset_variations {
  margin-left: 10px;
}
.raffi-single-product-container .raffi-single-product-wrapper table.variations tr td.yith_wccl_layout_inline select {
  width: auto;
  display: inline-flex;
  max-width: none;
  min-width: auto;
  margin: 0;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.3px;
  padding-right: 33px;
  background-color: #fff;
  border: 1px solid #555;
  color: #555 !important;
}
.raffi-single-product-container .raffi-single-product-wrapper table.variations tr td #raffi_product_attr_size_trigger {
  display: flex;
  margin-top: 20px;
  color: #555;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.3px;
  text-decoration: underline!important;
  cursor: pointer;
}
.raffi-single-product-container .raffi-single-product-wrapper .single_variation_wrap,
.raffi-single-product-container .raffi-single-product-wrapper .simple_product_form {
  display: flex;
  flex-flow: column;
  gap: 21px;
  margin: 0 !important;
}
.raffi-single-product-container .raffi-single-product-wrapper .single_variation_wrap .woocommerce-variation,
.raffi-single-product-container .raffi-single-product-wrapper .simple_product_form .woocommerce-variation {
  display: flex;
  flex-flow: column;
  gap: 21px;
}
.raffi-single-product-container .raffi-single-product-wrapper .single_variation_wrap .woocommerce-variation-availability,
.raffi-single-product-container .raffi-single-product-wrapper .simple_product_form .woocommerce-variation-availability {
  display: flex;
  flex-flow: column;
}
.raffi-single-product-container .raffi-single-product-wrapper .single_variation_wrap .woocommerce-variation-add-to-cart,
.raffi-single-product-container .raffi-single-product-wrapper .simple_product_form .woocommerce-variation-add-to-cart {
  display: flex;
  flex-flow: column;
  gap: 21px;
}
.raffi-single-product-container .raffi-single-product-wrapper .cwg_popup_submit,
.raffi-single-product-container .raffi-single-product-wrapper .cwg-guest-message {
  background: #DDD;
  height: 75px;
  border: 0;
  padding: 0 15px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 21px;
}
.raffi-single-product-container .raffi-single-product-wrapper .cwg-guest-message {
  cursor: default;
  text-transform: none;
}
.raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group {
  display: flex;
  flex-flow: row;
  gap: 13px;
}
.raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .single_add_to_cart_button,
.raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .single_add_to_cart_button:hover,
.raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .single_add_to_cart_button:focus {
  flex: 1;
  background: #1B1A2C !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  float: left !important;
  color: #EBE1D5 !important;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 16px!important;
  font-style: normal;
  font-weight: 325;
  line-height: normal!important;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 0 !important;
  height: 75px;
}
.raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .single_add_to_cart_button:after,
.raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .single_add_to_cart_button:hover:after,
.raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .single_add_to_cart_button:focus:after {
  display: none;
}
.raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .tinv-wraper {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B1A2C;
}
.raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .tinv-wraper .tinvwl_add_to_wishlist_button {
  margin: 0;
  width: 36px;
  height: 36px;
  display: inline-flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
.raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .tinv-wraper .tinvwl_add_to_wishlist_button:before {
  margin: 0;
  color: #EBE1D5;
  font-size: 36px;
  position: relative;
  top: 0;
  left: 0;
}
.raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .tinv-wraper .tinvwl_add_to_wishlist-text,
.raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .tinv-wraper .tinvwl_remove_from_wishlist-text {
  font-size: 0;
}
.raffi_single_product_size_modal {
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  max-width: 604px;
  padding-block: 40px;
  padding-inline: 40px;
  gap: 48px;
  flex-direction: column;
  flex-wrap: nowrap;
  pointer-events: none;
  opacity: 0;
  display: none;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.raffi_single_product_size_modal.expanded {
  pointer-events: auto;
  display: flex;
  animation: slideRightToLeft 0.2s ease-in forwards;
  z-index: 999999999;
}
.raffi_single_product_size_modal.collapsed {
  animation: slideRightToOut 0.2s ease-in forwards;
}
.raffi_single_product_size_modal .size_wrapper {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.raffi_single_product_size_modal .size_wrapper .heading {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
}
.raffi_single_product_size_modal .size_wrapper .heading span {
  color: #1B1A2C;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 325;
  line-height: 31.2px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.raffi_single_product_size_modal .size_wrapper .txt-block {
  background: rgba(235, 225, 213, 0.3);
  margin: 0;
  padding: 22px;
}
.raffi_single_product_size_modal .size_wrapper .txt-block p {
  margin: 0;
  padding: 0;
  color: #555;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 325;
  line-height: 18px;
  letter-spacing: 0.3px;
}
.raffi_single_product_size_modal .size_wrapper table.size_table {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-spacing: 0 8px;
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
  padding-top: 25px;
  padding-bottom: 25px;
}
.raffi_single_product_size_modal .size_wrapper table.size_table thead th {
  color: #111;
  text-align: center;
  font-family: 'Gotham-book', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 19.2px;
}
.raffi_single_product_size_modal .size_wrapper table.size_table thead th:nth-child(2) {
  max-width: 240px;
}
.raffi_single_product_size_modal .size_wrapper table.size_table thead th:first-child {
  max-width: 140px;
}
.raffi_single_product_size_modal .size_wrapper table.size_table thead th:last-child {
  max-width: 140px;
}
.raffi_single_product_size_modal .size_wrapper table.size_table tbody td {
  color: #000;
  text-align: center;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
  vertical-align: middle;
}
.raffi_single_product_size_modal .size_wrapper table.size_table tbody td:nth-child(2) {
  max-width: 240px;
}
.raffi_single_product_size_modal .size_wrapper table.size_table tbody td div {
  border: 1px solid #DDD;
  max-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0 auto;
}
.raffi_single_product_size_modal .size_wrapper h5 {
  color: #1B1A2C;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 325;
  line-height: 21.6px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 0 !important;
  margin: 0;
}
.raffi_single_product_size_modal .size_wrapper .collapsible-box.active .collapse-down {
  display: none!important;
}
.raffi_single_product_size_modal .size_wrapper .collapsible-box.active .collapse-up {
  display: block!important;
}
.raffi_single_product_size_modal .size_wrapper .collapsible-box h6 {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.raffi_single_product_size_modal .size_wrapper .collapsible-box h6 span {
  color: #000;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.raffi_single_product_size_modal .size_wrapper .collapsible-box .collapsible-content {
  padding: 22px 0;
  border-bottom: 1px solid #ddd;
}
.raffi_single_product_size_modal .size_wrapper .collapsible-box .collapsible-content svg {
  margin-left: 22px;
  margin-bottom: 22px;
}
.raffi_single_product_size_modal .size_wrapper .collapsible-box .collapsible-content ol {
  margin-left: 22px;
  list-style: none;
}
.raffi_single_product_size_modal .size_wrapper .collapsible-box .collapsible-content ol li {
  list-style-type: decimal;
  color: #555;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 325;
  line-height: 21px;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}
.raffi_single_product_size_modal .size_wrapper .collapsible-box:last-child .collapsible-content {
  border-bottom: none;
}
.swal2-container {
  z-index: 99999999!important;
}
.swal2-container .swal2-popup {
  border-radius: 0;
  padding: 3rem;
}
.swal2-container .swal2-popup .swal2-close {
  color: #000 !important;
}
.swal2-container .swal2-popup .swal2-content {
  padding: 0;
}
.swal2-container .swal2-popup .swal2-content .cwginstock-subscribe-form .panel-primary {
  border: 0;
  border-radius: 0;
  margin: 0;
}
.swal2-container .swal2-popup .swal2-content .panel-heading.cwginstock-panel-heading {
  background-color: #fff;
  border: 0;
  color: #1B1A2C;
  text-align: center;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 325;
  line-height: 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.swal2-container .swal2-popup .swal2-content .panel-heading.cwginstock-panel-heading h4 {
  color: #1B1A2C;
  text-align: center;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 325;
  line-height: 36px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 !important;
  margin: 0;
}
.swal2-container .swal2-popup .swal2-content .panel-body.cwginstock-panel-body {
  padding: 0;
}
.swal2-container .swal2-popup .swal2-content .panel-body.cwginstock-panel-body .form-group {
  margin: 0!important;
}
.swal2-container .swal2-popup .swal2-content .panel-body.cwginstock-panel-body .form-group input {
  border: none;
  border-bottom: 1px solid #ddd;
  text-align: left!important;
  color: #5B5B5B;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
}
.swal2-container .swal2-popup .swal2-content .panel-body.cwginstock-panel-body .cwg_iagree_checkbox {
  margin-bottom: 15px;
  text-align: left;
  color: #555;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
}
.swal2-container .swal2-popup .swal2-content .panel-body.cwginstock-panel-body .cwgstock_button,
.swal2-container .swal2-popup .swal2-content .panel-body.cwginstock-panel-body .form-group .cwgstock_button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center!important;
  height: 60px;
  border: none;
  background-color: #1B1A2C;
  color: #EBE1D5;
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 325;
  line-height: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0;
}
.swal2-container .swal2-popup .swal2-content .panel-body.cwginstock-panel-body .cwgstock_output {
  font-family: 'Gotham-light', Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 24px;
}
.raffi_gallery_lightbox {
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  padding-block: 40px;
  padding-inline: 40px;
  gap: 48px;
  flex-direction: column;
  flex-wrap: nowrap;
  pointer-events: none;
  opacity: 0;
  display: none;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.raffi_gallery_lightbox.expanded {
  pointer-events: auto;
  display: flex;
  animation: slideRightToLeft 0.2s ease-in forwards;
  z-index: 999999999;
}
.raffi_gallery_lightbox.collapsed {
  animation: slideRightToOut 0.2s ease-in forwards;
}
.raffi_gallery_lightbox .lightbox_close {
  position: absolute;
  right: 40px;
  top: 60px;
  display: inline-flex;
  cursor: pointer;
}
.raffi_gallery_lightbox .lightbox_wrapper {
  display: flex;
  flex-direction: column;
  gap: 23px;
  justify-content: center;
  align-items: center;
}
.raffi_gallery_lightbox .lightbox_wrapper .main_image_wrapper {
  display: inline-flex;
  width: 100%;
  max-width: 730px;
  justify-content: center;
  border: 1px solid #DDD;
}
.raffi_gallery_lightbox .lightbox_wrapper .thumb-nav {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 172px);
  gap: 16px;
}
.raffi_gallery_lightbox .lightbox_wrapper .thumb-nav li.thumb {
  border: 1px solid #DDD;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  pointer-events: all!important;
}
.raffi_gallery_lightbox .lightbox_wrapper .thumb-nav li.thumb.active {
  pointer-events: none!important;
}
.raffi_gallery_lightbox .lightbox_wrapper .thumb-nav li.thumb.active:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.raffi_gallery_lightbox .lightbox_wrapper .thumb-nav li.thumb img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  max-width: none;
  max-height: none;
  object-fit: cover;
}
.raffi-single-product-after-summery {
  padding-bottom: 124px;
}
.raffi-single-product-after-summery .related.products h2 {
  color: #1B1A2C;
  text-align: center;
  font-family: 'Hoefler Text', Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.6px;
  letter-spacing: 11.04px;
  text-transform: uppercase;
}
#contact-us h4 {
  color: #1B1A2C;
  text-align: center;
  font-family: 'Hoefler Text', Arial, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 57.6px;
  letter-spacing: 11.04px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
/*-- Mobile --*/
@media (max-width: 1100px) {
  .raffi-single-product-container .raffi-single-product-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-product-summary.summary {
    gap: 12px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box {
    padding-bottom: 12px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible h4 span {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible .collapsible-body,
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible .collapsible-body p {
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 21px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box.collapsible.blocked {
    padding: 25px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box .p-brand {
    font-size: 13px;
    font-style: normal;
    font-weight: 325;
    line-height: 15.6px;
    margin-bottom: 12px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box h1.product_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 325;
    line-height: 21.6px;
    letter-spacing: 0.9px;
    margin-bottom: 12px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box .price {
    font-size: 16px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 0.32px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box .price span {
    font-size: 16px!important;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box .quantity-btn-group {
    gap: 12px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box .quantity-btn-group > span {
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    letter-spacing: 0.8px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box .woocommerce-variation-availability .stock,
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box .woocommerce_stock_availability .stock {
    gap: 12px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box .woocommerce-variation-availability .stock svg,
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box .woocommerce_stock_availability .stock svg {
    width: 20px;
    height: 20px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box .woocommerce-variation-availability .stock span,
  .raffi-single-product-container .raffi-single-product-wrapper .summary-box .woocommerce_stock_availability .stock span {
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 0.28px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .cwg_popup_submit,
  .raffi-single-product-container .raffi-single-product-wrapper .cwg-guest-message {
    height: 48px;
    font-size: 13px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 1.3px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .single_add_to_cart_button,
  .raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .single_add_to_cart_button:hover,
  .raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .single_add_to_cart_button:focus {
    height: 48px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .tinv-wraper {
    height: 48px;
    width: 48px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .tinv-wraper .tinvwl_add_to_wishlist_button {
    width: 17px;
    height: 17px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .add-to-cart-btn-group .tinv-wraper .tinvwl_add_to_wishlist_button:before {
    font-size: 26px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery {
    border-bottom: none;
    height: auto;
    padding-block-end: 0;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__image {
    pointer-events: none !important;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__video video {
    pointer-events: all!important;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-control-thumbs {
    display: none;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    height: auto !important;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport {
    overflow: hidden!important;
    display: block!important;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    border: none;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image:after,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:after {
    display: none;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .out-of-stock-flash,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .out-of-stock-flash {
    display: none!important;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .slick-track,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-track {
    display: flex;
    gap: 12px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .slick-track .slick-slide,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .slick-track .slick-slide {
    width: 100% !important;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .flex-control-nav {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    list-style: none;
    padding: 20px;
    border-top: 1px solid #ddd;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .flex-control-nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 4px;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .flex-control-nav li a {
    margin: 0;
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    background-color: #1B1A2C;
    opacity: 0.5;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .flex-control-nav li a.flex-active {
    opacity: 1;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .flex-control-nav li a.flex-active:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #1B1A2C;
    border-radius: 50px;
  }
  .raffi-single-product-after-summery {
    padding-bottom: 80px;
  }
  .raffi-single-product-after-summery .related.products h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 31.2px */
    letter-spacing: 5.98px;
  }
}
@media (min-width: 1101px) {
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport .woocommerce-product-gallery__wrapper,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
    width: 100%!important;
    height: 100%!important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    display: -ms-grid;
    grid-auto-flow: dense;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    overflow: visible;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video,
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video {
    width: 100% !important;
    grid-auto-rows: max-content;
    display: grid;
    -webkit-box-flex: 0;
    border: 1px solid #DDD;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-of-type,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-of-type,
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-of-type,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-of-type,
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video:first-of-type,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video:first-of-type,
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video:first-of-type,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video:first-of-type {
    grid-column: auto / span 2;
    grid-row: auto / span 2;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child,
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video,
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video {
    grid-column: auto / span 2;
    grid-row: auto / span 2;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video video,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video video,
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video video,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__video video {
    pointer-events: all!important;
  }
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .woocommerce-product-gallery,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .woocommerce-product-gallery,
  .raffi-single-product-container .raffi-single-product-wrapper .raffi-single-product-gallery-container .flex-viewport,
  .raffi-single-product-container .raffi-single-product-wrapper .woocommerce-product-gallery .flex-viewport {
    width: 100%!important;
    height: 100%!important;
    border: none;
  }
}
@media (max-width: 700px) {
  #contact-us h4 {
    font-size: 30px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 4px;
  }
}
