@charset "UTF-8";
/*
 * Colors
 */
/*
 * Breakpoints
 */
.single-product .woocommerce-breadcrumb {
  padding: 15px 10px;
  line-height: 14px;
  max-width: 98.2%;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .single-product .woocommerce-breadcrumb {
    padding: 30px 10px 15px;
  }
}
@media (min-width: 1440px) {
  .single-product .woocommerce-breadcrumb {
    max-width: 1403px;
  }
}
.single-product .woocommerce-breadcrumb a {
  padding: 0px 7px;
}
@media (min-width: 1440px) {
  .single-product .woocommerce-breadcrumb a {
    padding: 0px 10px;
  }
}
@media (min-width: 1024px) {
  .single-product .wrapper {
    max-width: 1425px;
    padding: 0px 30px;
  }
}
.single-product .wc-block-components-notice-banner {
  margin: 16px auto;
  width: 91.5%;
}
@media (min-width: 1200px) {
  .single-product .wc-block-components-notice-banner {
    max-width: 1425px;
    width: 95.5%;
  }
}
@media (min-width: 1440px) {
  .single-product .wc-block-components-notice-banner {
    width: 1365px;
    margin: 16px auto;
  }
}
@media (min-width: 1024px) {
  .single-product .product-top {
    padding-top: 10px;
  }
}
.single-product .product-top .accent {
  margin-top: 30px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .single-product .product-top .accent {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .single-product .product-top .accent {
    margin-top: 0;
  }
}
.single-product .product-top .flex-between {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width: 1440px) {
  .single-product .product-top .flex-between {
    justify-content: center;
    gap: 60px;
  }
}
@media (min-width: 1440px) {
  .single-product .product-top .flex-between.product-variations {
    gap: 0 60px;
  }
}
.single-product .product-top .flex-between .product-left {
  width: 100%;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left {
    width: 50%;
    padding-left: 30px;
  }
}
@media (min-width: 1440px) {
  .single-product .product-top .flex-between .product-left {
    width: 42%;
    max-width: 460px;
    padding-left: 0;
  }
}
.single-product .product-top .flex-between .product-left .product_title {
  margin-top: 5px;
  font-size: 32px;
  font-family: var(--font-family-base);
  font-weight: 600;
  line-height: 38px;
  font-style: normal;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .product_title {
    font-style: normal;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.single-product .product-top .flex-between .product-left .woocommerce-product-details__short-description {
  display: none !important;
}
.single-product .product-top .flex-between .product-left .in-stock {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  margin-top: 12px;
  margin-left: 5px;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .in-stock {
    margin-left: 0;
  }
}
.single-product .product-top .flex-between .product-left .product-info {
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e9ed;
  gap: 0;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .product-info {
    flex-direction: column;
  }
}
.single-product .product-top .flex-between .product-left .flex-between .product-rating {
  order: 1;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e9ed;
}
.single-product .product-top .flex-between .product-left .flex-between .product-rating .star-rating {
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .flex-between .product-rating .star-rating {
    margin-top: 5px;
  }
}
.single-product .product-top .flex-between .product-left .flex-between .product-rating .product-rating__count {
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .flex-between .product-rating .product-rating__count {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
}
.single-product .product-top .flex-between .product-left .flex-between .product-sku {
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
  order: 2;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .flex-between .product-sku {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}
.single-product .product-top .flex-between .product-left .flex-between .product-sku:last-child {
  margin-bottom: 0;
}
.single-product .product-top .flex-between .product-left .flex-between .product-sku li {
  font-family: var(--font-family-base);
  margin-bottom: 8px;
  display: block;
}
.single-product .product-top .flex-between .product-left .flex-between .product-sku strong {
  color: #191e22;
  font-family: var(--font-family-base);
  font-weight: 500;
}
.single-product .product-top .flex-between .product-left .reset_variations {
  display: none !important;
}
.single-product .product-top .flex-between .product-left .product-variations {
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .product-variations {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .product-variations .swatchly-selected {
    border: 1.441px solid var(--accent);
  }
}
.single-product .product-top .flex-between .product-left .product-variations tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
}
.single-product .product-top .flex-between .product-left .product-variations tr label {
  margin-right: 12px;
  color: #191e22;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 12px;
  margin-left: 1px;
  margin-bottom: 4px;
}
.single-product .product-top .flex-between .product-left .product-variations .variations {
  margin-bottom: 5px;
}
.single-product .product-top .flex-between .product-left .product-variations .variations select {
  border: 1px solid #e5e9ed;
  padding: 8px;
  width: 250px;
  height: 48px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: hidden;
  background: url(../../img/arrow-down.svg) no-repeat;
  background-position: 95% 20px;
}
.single-product .product-top .flex-between .product-left .product-variations .variations select:first-child {
  margin-bottom: 10px;
}
.single-product .product-top .flex-between .product-left .product-variations .variations select:focus {
  outline: none;
}
.single-product .product-top .flex-between .product-left .price {
  display: flex;
  flex-direction: column;
}
.single-product .product-top .flex-between .product-left .price + .stock {
  display: none;
}
.single-product .product-top .flex-between .product-left .price .woocommerce-Price-amount {
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.565px;
  margin-top: 5px;
}
.single-product .product-top .flex-between .product-left .price del {
  order: 2;
}
.single-product .product-top .flex-between .product-left .price del .woocommerce-Price-amount {
  color: #5e6265;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-top: 8px;
  display: block;
}
.single-product .product-top .flex-between .product-left .price del .woocommerce-Price-amount bdi {
  font-weight: 400;
}
.single-product .product-top .flex-between .product-left .price ins {
  text-decoration: none;
  margin-left: 4px;
  order: 1;
}
.single-product .product-top .flex-between .product-left .price ins .woocommerce-Price-amount {
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 22.37px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.565px;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .price ins .woocommerce-Price-amount {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }
}
.single-product .product-top .flex-between .product-left .woocommerce-variation-add-to-cart {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-product .product-top .flex-between .product-left .woocommerce-variation-add-to-cart .quantity {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product .product-top .flex-between .product-left .woocommerce-variation-add-to-cart .quantity .screen-reader-text {
  position: absolute;
  left: 0;
  width: 250px;
  top: -25px;
  margin-right: 12px;
  color: #191e22;
  font-family: var(--font-family-base);
  font-weight: 500;
  font-size: 12px;
}
.single-product .product-top .flex-between .product-left .woocommerce-variation-add-to-cart .quantity button {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e9ed;
  background: #ffffff;
  cursor: pointer;
}
.single-product .product-top .flex-between .product-left .woocommerce-variation-add-to-cart .quantity button:focus {
  outline: #e5e9ed;
}
.single-product .product-top .flex-between .product-left .woocommerce-variation-add-to-cart .quantity input {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e9ed;
  border-left: 0px;
  border-right: 0px;
  background: #ffffff;
  text-align: center;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.single-product .product-top .flex-between .product-left .woocommerce-variation-add-to-cart .quantity input:focus {
  outline: #e5e9ed;
}
.single-product .product-top .flex-between .product-left .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  width: 166px;
  padding: 15px 30px 12px 30px;
  margin-left: 8px;
  position: relative !important;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100%;
  }
}
.single-product .product-top .flex-between .product-left .cart {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-product .product-top .flex-between .product-left .cart .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.single-product .product-top .flex-between .product-left .cart .quantity button {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e9ed;
  background: #ffffff;
  cursor: pointer;
}
.single-product .product-top .flex-between .product-left .cart .quantity button:focus {
  outline: #e5e9ed;
}
.single-product .product-top .flex-between .product-left .cart .quantity input {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e9ed;
  border-left: 0px;
  border-right: 0px;
  background: #ffffff;
  text-align: center;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.single-product .product-top .flex-between .product-left .cart .quantity input:focus {
  outline: #e5e9ed;
}
.single-product .product-top .flex-between .product-left .cart .single_add_to_cart_button {
  padding: 15px 20px 12px 20px;
  margin-left: 8px;
  flex-grow: 1;
  position: relative !important;
}
@media (min-width: 992px) {
  .single-product .product-top .flex-between .product-left .cart .single_add_to_cart_button {
    width: 166px;
    padding: 15px 30px 12px 30px;
  }
}
.single-product .product-top .flex-between .product-left .variations_form {
  flex-direction: column;
  width: 100%;
}
.single-product .product-top .flex-between .product-left .variations_form .product-variations {
  width: 100%;
}
.single-product .product-top .flex-between .product-left .variations_form .woocommerce-variation-add-to-cart {
  width: 100%;
}
.single-product .product-top .flex-between .product-left .product-stock {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #5e6265;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  gap: 5px;
}
.single-product .product-top .flex-between .product-left .product-stock strong {
  font-weight: 500;
}
.single-product .product-top .flex-between .product-left .product-stock span {
  color: #b02929;
  display: flex;
  align-items: center;
}
.single-product .product-top .flex-between .product-left .product-stock span.instock {
  color: #2cb029;
}
.single-product .product-top .flex-between .product-left .product-stock span.instock svg path {
  stroke: #2cb029;
}
.single-product .product-top .flex-between .product-left .product-links {
  margin: 15px 0px;
  padding: 18px 0px;
  padding-bottom: 0px;
  border-top: 1px solid #e2e8ed;
  border-bottom: 1px solid #e2e8ed;
  display: none;
}
.single-product .product-top .flex-between .product-left .product-links li a {
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-product .product-top .flex-between .product-left .product-links li a svg {
  display: block;
  margin-left: auto;
}
.single-product .product-top .flex-between .product-left #wc_bis_product_form {
  padding: 20px 0 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.single-product .product-top .flex-between .product-left #wc_bis_product_form .wc_bis_form_title {
  margin: 0 0 12px;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  width: 100%;
}
.single-product .product-top .flex-between .product-left #wc_bis_product_form #wc_bis_email {
  width: 58%;
  height: 51px;
  border-radius: 2px 0 0 2px;
  border: 1px solid #dde2e7;
  background: #ffffff;
  margin: 0;
  padding: 18px 13px;
  color: #191e22;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left #wc_bis_product_form #wc_bis_email {
    max-width: 295px;
  }
}
.single-product .product-top .flex-between .product-left #wc_bis_product_form #wc_bis_email::-moz-placeholder {
  color: rgba(25, 30, 34, 0.8);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.single-product .product-top .flex-between .product-left #wc_bis_product_form #wc_bis_email::placeholder {
  color: rgba(25, 30, 34, 0.8);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.single-product .product-top .flex-between .product-left #wc_bis_product_form #wc_bis_send_form {
  height: 51px;
  margin: 0;
  width: 250px;
}
.single-product .product-top .flex-between .product-left #wc_bis_product_form #wc_bis_email + #wc_bis_send_form {
  width: 42%;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left #wc_bis_product_form #wc_bis_email + #wc_bis_send_form {
    max-width: 123px;
  }
}
.single-product .product-top .flex-between .product-left .wc-block-components-notice-banner.is-info {
  margin: 16px 0;
  padding: 8px 12px !important;
  border: 1px solid #ffc113;
  background: #fff7dd;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100% !important;
}
.single-product .product-top .flex-between .product-left .wc-block-components-notice-banner.is-info a {
  font-weight: 600;
  color: #191e22;
}
.single-product .product-top .flex-between .product-left .wc-block-components-notice-banner.is-info > svg {
  background-color: #fff7dd;
  fill: #191e22;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .wc-block-components-notice-banner.is-info .wc-block-components-notice-banner__content {
    max-width: 350px;
  }
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container {
  width: 100%;
  margin-bottom: 20px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-name {
  color: #191e22;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
  margin-top: 12px;
  display: flex;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-name em {
  color: var(--accent);
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-description {
  color: rgba(25, 30, 34, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 8px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-select {
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  height: 51px;
  border: 1px solid #dde2e7;
  background: #f9fafb;
  padding: 0 20px;
  color: rgba(25, 30, 34, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 51px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='4' viewBox='0 0 5 4' fill='none'%3E%3Cpath d='M0.546875 1L2.61662 3L4.68637 1' stroke='%23010B17' stroke-width='0.564833'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 8px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-select:active, .single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-select:focus {
  outline: none;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-validation-notice {
  font-size: 14px;
  color: rgba(25, 30, 34, 0.7);
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .product-addon-totals {
  margin-top: 15px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .product-addon-totals ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .product-addon-totals .woocommerce-price-suffix {
  display: none;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .product-addon-totals li {
  padding: 6px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .product-addon-totals li span {
  font-weight: bold;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .product-addon-totals li .wc-pao-addon-name {
  margin: 0;
  display: inline;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .product-addon-totals li div {
  word-break: break-all;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .product-addon-totals li div:last-child {
  white-space: nowrap;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .product-addon-totals .price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .product-addon-totals .price span {
  font-weight: bold;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-wrap.form-row.form-row-wide {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-wrap.form-row.form-row-wide > small {
  font-size: 14px;
  color: rgba(25, 30, 34, 0.7);
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-wrap.form-row.form-row-wide.wc-pao-addon-wrap-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 9px;
  position: relative;
  padding-bottom: 30px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-wrap.form-row.form-row-wide.wc-pao-addon-wrap-images .wc-pao-validation-notice {
  position: absolute;
  bottom: 0;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-wrap > div {
  display: flex;
  padding: 6px 0;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-wrap label {
  color: #191e22;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-wrap input[type=radio] + label:before {
  top: 4px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-image-swatch-selected-swatch,
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-image-swatch-select {
  display: none;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-image-swatch.selected img {
  border-color: #191e22;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-image-swatch.selected .wc-pao-addon-image-swatch-price:before {
  border: 5px solid var(--accent);
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-image-swatch img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 82px;
  border: 1px solid #dde2e7;
}
@media (min-width: 992px) {
  .single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-image-swatch img {
    height: 120px;
  }
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-image-swatch .wc-pao-addon-image-swatch-price {
  padding-left: 25px;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  margin-top: 12px;
  display: block;
  word-break: break-all;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-image-swatch .wc-pao-addon-image-swatch-price:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #e4e9ee;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-checkbox {
  display: none;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-checkbox + label {
  padding-left: 28px;
  color: #191e22;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-checkbox + label:before {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  z-index: 1;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-checkbox + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid var(--accent);
  background: #ffffff;
  transition: background-color 0.5s;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-checkbox:checked + label:after {
  background: var(--accent);
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-text,
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-price,
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-input-multiplier {
  width: 100%;
  border: 1px solid #dde2e7;
  background: #f9fafb;
  padding: 17px 20px;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: border-color 0.5s;
  height: 51px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-text:focus,
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-price:focus,
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-input-multiplier:focus {
  border-color: #191e22;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-text:-webkit-autofill, .single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-text:-webkit-autofill:active,
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-price:-webkit-autofill,
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-price:-webkit-autofill:active,
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-input-multiplier:-webkit-autofill,
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-input-multiplier:-webkit-autofill:active {
  background-color: transparent;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-text::-moz-placeholder, .single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-price::-moz-placeholder, .single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-input-multiplier::-moz-placeholder {
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-text::placeholder,
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-price::placeholder,
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-input-multiplier::placeholder {
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-textarea {
  width: 100%;
  border: 1px solid #dde2e7;
  background: #f9fafb;
  padding: 17px 20px;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  transition: border-color 0.5s;
  height: 150px;
  resize: none;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-textarea:focus {
  border-color: #191e22;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-textarea:-webkit-autofill, .single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-textarea:-webkit-autofill:active {
  background-color: transparent;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-textarea::-moz-placeholder {
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-custom-textarea::placeholder {
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-file-upload.input-text {
  display: none;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-file-upload-label {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  height: 51px;
  width: 100%;
  border: 1px solid #dde2e7;
  background: #f9fafb;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-file-upload-label span {
  height: 100%;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-file-upload-label span:first-child {
  width: calc(100% - 100px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  color: rgba(25, 30, 34, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-file-upload-label span:last-child {
  color: #191e22;
  font-family: var(--font-family-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  width: 100px;
  border-radius: 0px 2px 2px 0px;
  background: #e3e6e8;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-heading {
  margin-top: 16px;
  margin-bottom: 10px;
  color: #191e22;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
@media (min-width: 992px) {
  .single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-heading {
    margin-top: 20px;
  }
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-field.datepicker {
  width: 100%;
  border: 1px solid #dde2e7;
  background: #f9fafb;
  padding: 17px 20px;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: border-color 0.5s;
  height: 51px;
  cursor: pointer;
  border-radius: 0;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-field.datepicker:focus {
  border-color: #191e22;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-field.datepicker:-webkit-autofill, .single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-field.datepicker:-webkit-autofill:active {
  background-color: transparent;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-field.datepicker::-moz-placeholder {
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container .wc-pao-addon-field.datepicker::placeholder {
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.single-product .product-top .flex-between .product-left .wc-pao-addons-container a.reset_date {
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  margin-top: 5px;
}
.single-product .product-top .flex-between .product-left .cart.layout_grid .products {
  display: flex;
  flex-direction: column;
}
.single-product .product-top .flex-between .product-left .cart.layout_grid .bundled_product {
  text-align: left;
}
.single-product .product-top .flex-between .product-left .bundle_form {
  position: relative;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product {
  padding: 20px 0;
  margin: 0;
  border-top: none;
  position: relative;
  padding-left: 80px;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
  word-break: break-all;
  border-bottom: none;
  text-align: left;
}
@media all and (min-width: 370px) {
  .single-product .product-top .flex-between .product-left .bundle_form .bundled_product {
    padding-left: 131px;
  }
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product:not(:first-child) {
  border-top: 1px solid #e5e9ed;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_images {
  float: none;
  width: 70px !important;
  position: absolute;
  left: 0;
  top: 23px;
}
@media all and (min-width: 370px) {
  .single-product .product-top .flex-between .product-left .bundle_form .bundled_product_images {
    width: 100px !important;
  }
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_image {
  width: 70px;
  height: 71px;
  border: 1px solid #e5e9ed;
}
@media all and (min-width: 370px) {
  .single-product .product-top .flex-between .product-left .bundle_form .bundled_product_image {
    width: 100px;
  }
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_image .image {
  width: 100%;
  height: 100%;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .bundle_form.bundle_sells_form .bundled_item_optional .details {
    max-width: none;
  }
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_optional_checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  word-break: break-all;
  flex-wrap: wrap;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
  color: #191e22;
  cursor: pointer;
  gap: 6px;
  margin-top: 9px;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_optional_checkbox ~ div .in-stock {
  margin-top: 0 !important;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_optional_checkbox input[type=checkbox] {
  display: block;
  width: 16px;
  height: 16px;
  border: 1.5px solid #e5e9ed;
  position: relative;
  margin: 0;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_optional_checkbox input[type=checkbox]:after {
  content: "✓";
  font-size: 12px;
  color: #ffffff;
  z-index: 2;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_optional_checkbox input[type=checkbox]:checked {
  border-color: transparent;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_optional_checkbox input[type=checkbox]:checked:after {
  content: "✓";
  font-size: 12px;
  color: #ffffff;
  z-index: 2;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: var(--accent);
  text-align: center;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_optional_checkbox .price {
  padding-top: 3px;
}
.single-product .product-top .flex-between .product-left .bundle_form .product_title {
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
.single-product .product-top .flex-between .product-left .bundle_form .product_title a:before {
  color: var(--accent);
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_excerpt,
.single-product .product-top .flex-between .product-left .bundle_form .woocommerce-variation-description {
  color: #5e6265;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product_excerpt:empty,
.single-product .product-top .flex-between .product-left .bundle_form .woocommerce-variation-description:empty {
  display: none;
}
.single-product .product-top .flex-between .product-left .bundle_form .variations {
  width: 100%;
  margin-top: 13px;
}
.single-product .product-top .flex-between .product-left .bundle_form .variations tbody {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.single-product .product-top .flex-between .product-left .bundle_form .variations tbody tr {
  display: flex;
  width: calc(50% - 3px);
}
.single-product .product-top .flex-between .product-left .bundle_form .variations tbody .label {
  display: none;
}
.single-product .product-top .flex-between .product-left .bundle_form .variations select {
  width: 100%;
  height: 30px;
  border: 1px solid #e4e9ee;
  position: relative;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 5px 20px 5px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: hidden;
  background: url("../../img/arrow-down.svg") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 7px) center;
  text-overflow: ellipsis;
}
.single-product .product-top .flex-between .product-left .bundle_form .variations td.value {
  width: 100%;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_item_wrap {
  width: 100%;
}
.single-product .product-top .flex-between .product-left .bundle_form .woocommerce-variation-add-to-cart {
  width: auto;
}
.single-product .product-top .flex-between .product-left .bundle_form .single_variation_wrap,
.single-product .product-top .flex-between .product-left .bundle_form .bundled_item_cart_content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.single-product .product-top .flex-between .product-left .bundle_form .single_variation_wrap .bundled_item_cart_details:not([style*="display: none"]) + .bundled_item_button,
.single-product .product-top .flex-between .product-left .bundle_form .bundled_item_cart_content .bundled_item_cart_details:not([style*="display: none"]) + .bundled_item_button {
  margin-left: auto;
}
.single-product .product-top .flex-between .product-left .bundle_form .cart {
  margin-top: 0;
}
.single-product .product-top .flex-between .product-left .bundle_form .single_variation_wrap,
.single-product .product-top .flex-between .product-left .bundle_form .bundled_item_wrap {
  margin-top: 16px;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_item_button {
  margin-top: 0;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_products {
  width: 100%;
  border-width: 0;
  margin: 0;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_products thead {
  display: block;
  width: 100%;
  background: #f2f3f5;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_products thead tr {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .bundle_form .bundled_products thead tr {
    display: block;
  }
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_products thead tr th:first-child {
  display: none;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_products thead tr th {
  width: 100%;
  max-width: 82px;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_products th.bundled_item_col {
  padding: 10px 15px;
  background: #f2f3f5;
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_products tr td.bundled_item_details_col,
.single-product .product-top .flex-between .product-left .bundle_form .bundled_products td.bundled_item_col {
  padding: 0;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_products td .quantity {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product {
  display: flex;
  flex-direction: column;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product .details {
  float: none;
  width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .bundle_form .bundled_product .details {
    max-width: 180px;
  }
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-left .bundle_form .bundled_product .quantity {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product .quantity button {
  width: 33px;
  height: 45px;
  border: none;
  background: #f2f3f5;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product .quantity input {
  width: 33px;
  height: 45px;
  font-size: 15px;
  border: none;
  background: #f2f3f5;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product .woocommerce-Price-amount,
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product .price ins .woocommerce-Price-amount {
  color: #191e22;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  font-family: var(--font-family-secondary);
  margin: 0;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product .price del .woocommerce-Price-amount {
  margin: 0;
  font-family: var(--font-family-secondary);
  font-size: 14px;
}
.single-product .product-top .flex-between .product-left .bundle_form .bundled_product .bundled_item_price_quantity {
  color: #5e6265;
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.single-product .product-top .flex-between .product-left .bundle_form .price {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 3px;
  margin: 0;
}
.single-product .product-top .flex-between .product-left .bundle_form .price del,
.single-product .product-top .flex-between .product-left .bundle_form .price ins {
  order: initial;
  margin: 0;
  line-height: 1;
}
.single-product .product-top .flex-between .product-left .cart,
.single-product .product-top .flex-between .product-left .bundle_data {
  width: 100%;
}
.single-product .product-top .flex-between .product-left .bundle_wrap {
  width: 100%;
}
.single-product .product-top .flex-between .product-left .bundle_wrap .bundle_button {
  display: flex;
  flex-direction: row;
}
.single-product .product-top .flex-between .product-left .bundle_wrap .bundle_price {
  margin-top: 20px !important;
}
.single-product .product-top .flex-between .product-left .bundle_wrap .bundle_price .price {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.single-product .product-top .flex-between .product-left .bundle_wrap .bundle_price .price del {
  -webkit-text-decoration-color: #5e6265;
          text-decoration-color: #5e6265;
}
.single-product .product-top .flex-between .product-left .bundle_wrap .bundle_price .price del .woocommerce-Price-amount {
  color: #5e6265;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  -webkit-text-decoration-color: #5e6265;
          text-decoration-color: #5e6265;
  text-transform: uppercase;
  margin: 0;
}
.single-product .product-top .flex-between .product-left .bundle_wrap .bundle_price .price ins .woocommerce-Price-amount {
  font-family: var(--font-family-secondary);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.single-product .product-top .flex-between .product-left .bundle_wrap .bundle_error {
  color: var(--accent);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 15px;
}
.single-product .product-top .flex-between .product-left .bundle_wrap .bundle_error .woocommerce-info {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 2px;
  border: 1px solid #bb6f6f;
  background: #f8e7e7;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.single-product .product-top .flex-between .product-left .bundle_sells_title {
  display: block;
}
.single-product .product-top .flex-between .product-left .bundle_sells_title h3 {
  color: #191e22;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  font-family: var(--font-family-base);
}
.single-product .product-top .flex-between .product-left .bundle_form.bundle_sells_form {
  width: 100%;
}
.single-product .product-top .flex-between .product-left .bundle_form.bundle_sells_form .bundled_product_optional_checkbox {
  font-size: 0;
}
.single-product .product-top .flex-between .product-left .bundle_form.bundle_sells_form .bundled_item_unavailable,
.single-product .product-top .flex-between .product-left .bundle_form.bundle_sells_form .stock.out-of-stock {
  color: #5e6265;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.single-product .product-top .flex-between .product-right {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .single-product .product-top .flex-between .product-right {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .single-product .product-top .flex-between .product-right {
    width: 56%;
    max-width: 680px;
  }
}
.single-product .product-top .flex-between .product-right .onsale {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #191e22;
  font-family: var(--font-family-secondary);
  justify-content: center;
  align-items: center;
  background: #b8e8a2;
  width: auto;
  font-size: 13.26px;
  font-style: normal;
  font-weight: 400;
  line-height: 10.608px;
  text-transform: uppercase;
  padding: 5.304px 7.956px;
  margin-left: auto;
  text-align: center;
  display: block;
}
@media (min-width: 576px) {
  .single-product .product-top .flex-between .product-right .onsale {
    width: auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
  }
}
@media (min-width: 1440px) {
  .single-product .product-top .flex-between .product-right .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
.single-product .product-top .flex-between .product-right .woocommerce-product-gallery .product-gallery-left {
  position: absolute;
  left: 0;
  top: 35%;
  z-index: 1;
  cursor: pointer;
}
.single-product .product-top .flex-between .product-right .woocommerce-product-gallery .product-gallery-right {
  position: absolute;
  right: 0;
  top: 35%;
  z-index: 1;
  cursor: pointer;
}
.single-product .product-top .flex-between .product-right .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
@media (min-width: 1440px) {
  .single-product .product-top .flex-between .product-right .woocommerce-product-gallery .flex-control-nav {
    margin-top: 10px;
  }
}
.single-product .product-top .flex-between .product-right .woocommerce-product-gallery .flex-control-nav li img {
  width: 43.216px;
  height: 43.216px;
  margin-right: 6px;
}
@media (min-width: 992px) {
  .single-product .product-top .flex-between .product-right .woocommerce-product-gallery .flex-control-nav li img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .single-product .product-top .flex-between .product-right .woocommerce-product-gallery .flex-control-nav li img {
    width: 80px;
    height: 80px;
  }
}
.single-product .product-top .flex-between .product-right .woocommerce-product-gallery .flex-control-nav li img:last-child {
  margin-top: 0;
}
.single-product .product-top .flex-between .product-right .woocommerce-product-gallery .flex-control-nav li .flex-active {
  border: 1.441px solid var(--accent);
}
@media (min-width: 1200px) {
  .single-product .product-top .flex-between .product-right .woocommerce-product-gallery .flex-control-nav li .flex-active {
    border: 2px solid var(--accent);
  }
}
.single-product .product-top .flex-between .product-complience {
  display: none !important;
}
.single-product .product-anchors {
  border-top: 1px solid #e2e8ed;
  border-bottom: 1px solid #e2e8ed;
  margin-top: 65px;
  position: sticky;
  top: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .single-product .product-anchors {
    top: 100px;
  }
}
.single-product .product-anchors .wrapper {
  max-width: 860px;
}
.single-product .product-anchors .flex {
  gap: 20px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .single-product .product-anchors .flex {
    gap: 7%;
    justify-content: flex-start;
  }
}
.single-product .product-anchors a {
  color: #5e6265;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-bottom: 3px solid transparent;
  padding: 14px 0;
}
@media (min-width: 992px) {
  .single-product .product-anchors a {
    font-size: 16px;
  }
}
.single-product .product-anchors a.active, .single-product .product-anchors a:hover {
  border-bottom-color: var(--accent);
}
.single-product .product-desciption {
  background: #f2f4f5;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (min-width: 992px) {
  .single-product .product-desciption {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.single-product .product-desciption .wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 800px;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .single-product .product-desciption .wrapper {
    padding: 0;
  }
}
.single-product .product-desciption .wrapper .flex-left {
  width: 100%;
  margin-top: 0px;
}
.single-product .product-desciption .wrapper .flex-left .product-specifications li {
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid #e2e8ed;
  padding-bottom: 12px;
}
.single-product .product-desciption .wrapper .flex-left .product-specifications li strong {
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.single-product .product-desciption .wrapper .flex-left .product-specifications li span {
  width: 50%;
  text-align: left;
}
@media (min-width: 992px) {
  .single-product .product-desciption .wrapper .flex-left .product-specifications li span {
    width: 35%;
  }
}
.single-product .product-desciption .wrapper .flex-right {
  width: 100%;
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .single-product .product-desciption .wrapper .flex-right {
    margin-bottom: 80px;
  }
}
.single-product .product-desciption .wrapper .flex-right p, .single-product .product-desciption .wrapper .flex-right div {
  margin-bottom: 15px;
}
.single-product .product-desciption .wrapper .flex-right ul {
  list-style-type: square;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 15px;
}
.single-product .product-desciption div h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .single-product .product-desciption div h2 {
    font-size: 32px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .single-product .product-desciption div h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.single-product .product-reviews {
  position: relative;
  padding: 0 20px 80px;
  background: #f2f4f5;
}
@media (min-width: 992px) {
  .single-product .product-reviews {
    padding: 0 0 80px;
  }
}
.single-product .product-reviews .wrapper {
  max-width: 800px;
  padding: 0;
}
.single-product .product-reviews #comments {
  position: relative;
}
.single-product .product-reviews .review-flag {
  position: absolute;
  left: 0;
  top: -30px;
}
.single-product .product-reviews .product-rating {
  position: relative !important;
  bottom: 0;
}
.single-product .product-reviews .product-rating .product-rating__count {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: normal;
}
.single-product .product-reviews .product-rating .product-rating__count .count {
  margin-right: 5px;
}
.single-product .product-reviews .product-rating .star-rating {
  margin-left: 10px;
}
.single-product .product-reviews .section-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (min-width: 576px) {
  .single-product .product-reviews .section-title {
    width: 100%;
    font-size: 32px;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .single-product .product-reviews .section-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.single-product .product-reviews #reviews > div.flex {
  position: relative;
  padding-bottom: 25px;
  justify-content: space-between;
}
.single-product .product-reviews #reviews > div.flex .btn {
  flex: 0 0 auto;
}
.single-product .product-reviews #reviews > div.flex .everage-rating_stars {
  display: flex;
  align-items: center;
}
.single-product .product-reviews #reviews > div.flex .everage-rating_stars .rating-average {
  color: #191e22;
  font-family: var(--font-family-secondary);
  font-size: 25.112px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.895px;
  text-transform: uppercase;
}
.single-product .product-reviews #reviews > div.flex select {
  position: relative;
  border: 1px solid #e5e9ed;
  width: 150px;
  height: 36px;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding-left: 8px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  overflow: hidden;
  background-image: url("../../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: #ffffff;
  margin-left: auto;
  display: none;
}
@media (min-width: 992px) {
  .single-product .product-reviews #reviews > div.flex select {
    display: block;
  }
}
@media (min-width: 1440px) {
  .single-product .product-reviews #reviews > div.flex select {
    width: 220px;
  }
}
.single-product .product-reviews #reviews > div.flex .woocommerce-product-rating .star-rating {
  order: -1;
  margin-left: 0px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .single-product .product-reviews #comments .commentlist {
    gap: 0;
  }
}
.single-product .product-reviews #comments .commentlist li {
  width: 100%;
  position: relative;
  padding: 16px 0;
  border-top: 1px solid #e5e9ed;
}
@media (min-width: 768px) {
  .single-product .product-reviews #comments .commentlist li {
    width: calc(50% - 50px);
  }
}
@media (min-width: 1200px) {
  .single-product .product-reviews #comments .commentlist li {
    width: 100%;
  }
}
.single-product .product-reviews #comments .comment-text {
  position: relative;
  display: flex;
  flex-direction: column;
}
.single-product .product-reviews #comments .comment-text .woocommerce-review__author {
  color: #191e22;
  font-style: normal;
  line-height: 24px;
  word-break: break-all;
  font-size: 16px;
  font-weight: 500;
}
.single-product .product-reviews #comments .comment-text .woocommerce-review__dash {
  display: none !important;
}
.single-product .product-reviews #comments .comment-text .woocommerce-review__published-date {
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.single-product .product-reviews #comments .comment-text .star-rating {
  order: 2;
  margin: 8px 0px;
  margin-bottom: 4px;
}
.single-product .product-reviews #comments .comment-text .meta {
  order: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.single-product .product-reviews #comments .comment-text .description {
  order: 3;
  margin-top: 4px;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .single-product .product-reviews #comments .comment-text .description {
    width: 555px;
  }
}
.single-product .product-reviews #comments .comment-text .description p {
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.single-product .product-reviews #comments .woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-product .product-reviews #comments .woocommerce-pagination .page-numbers li {
  margin-right: 4px;
}
.single-product .product-reviews #comments .woocommerce-pagination .page-numbers li:last-child {
  margin-right: 0;
}
.single-product .product-reviews #comments .woocommerce-pagination .page-numbers li a {
  display: flex;
  width: 39.907px;
  height: 39.907px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7.39px;
  color: #191e22;
  font-family: var(--font-family-secondary);
  font-size: 11.824px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.78px;
  text-transform: uppercase;
  padding-top: 0;
  margin-top: 0;
  border: 1px solid #e4e9ee;
  background: #fff;
}
.single-product .product-reviews #comments .woocommerce-pagination .page-numbers li .current {
  display: flex;
  width: 39.907px;
  height: 39.907px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7.39px;
  border: 0.739px solid #e5e9ed;
  color: #ffffff;
  background: var(--accent);
  font-family: var(--font-family-secondary);
  font-size: 11.824px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.78px;
  text-transform: uppercase;
  padding-top: 0;
}
.single-product .product-reviews #comments .btn-red {
  width: 254px;
}
@media (min-width: 768px) {
  .single-product .product-reviews #comments .btn-red {
    margin-left: auto;
  }
}
.single-product .product-reviews #comments .comments-action {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 32px;
}
@media (min-width: 768px) {
  .single-product .product-reviews #comments .comments-action {
    border-top: none;
    position: relative;
  }
  .single-product .product-reviews #comments .comments-action:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background: #e5e9ed;
  }
  .single-product .product-reviews #comments .comments-action:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background: #e5e9ed;
  }
  .single-product .product-reviews #comments .comments-action.empty:after, .single-product .product-reviews #comments .comments-action.empty:before {
    display: none;
  }
}
.single-product .products {
  padding-top: 55px;
  display: none;
}
@media (min-width: 576px) {
  .single-product .products {
    display: flex;
    padding-top: 55px;
  }
}
@media (min-width: 1440px) {
  .single-product .products {
    padding-top: 140px;
  }
}
.single-product .products .section-title {
  text-align: center;
}
@media (min-width: 576px) {
  .single-product .products .section-title {
    text-align: left;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
}
@media (min-width: 1440px) {
  .single-product .products .section-title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 7px;
  }
}
@media (min-width: 576px) {
  .single-product .products .products {
    margin-top: 33px;
  }
}
@media (min-width: 576px) {
  .single-product .products .products .loop-product {
    display: none;
    min-height: 504px;
    max-width: 33.3%;
    width: 33.3%;
    padding: 0px 10px;
  }
  .single-product .products .products .loop-product:nth-child(1) {
    display: flex;
    padding-left: 0;
  }
  .single-product .products .products .loop-product:nth-child(2) {
    display: flex;
  }
  .single-product .products .products .loop-product:nth-child(3) {
    display: flex;
  }
  .single-product .products .products .loop-product:nth-child(4) {
    padding-right: 0;
  }
  .single-product .products .products .loop-product .product-image img {
    height: 200px;
  }
}
@media (min-width: 1440px) {
  .single-product .products .products .loop-product {
    max-width: 25%;
    width: 25%;
  }
  .single-product .products .products .loop-product:nth-child(4) {
    display: flex;
  }
}
.single-product .products .products .loop-product .product-badges {
  left: auto;
  display: none;
}
.single-product .products .products .loop-product .product-name h4 {
  margin-top: 10px;
}
.single-product .related {
  padding-bottom: 64px;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
@media (min-width: 992px) {
  .single-product .related {
    padding-bottom: 100px;
  }
}
.single-product .product-complience-full {
  margin-top: 80px;
  background: #f2f4f5;
  padding-top: 54px;
  padding-bottom: 64px;
}
@media (min-width: 576px) {
  .single-product .product-complience-full {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 576px) {
  .single-product .product-complience-full {
    padding-bottom: 118px;
  }
}
.single-product .product-complience-full .wrapper {
  padding: 0px 30px;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .single-product .product-complience-full h2 {
    margin-bottom: 8px;
  }
}
@media (min-width: 1440px) {
  .single-product .product-complience-full h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
.single-product .product-complience-full h4 {
  margin-top: 24px;
  margin-bottom: 3px;
}
@media (min-width: 576px) {
  .single-product .product-complience-full h4 {
    margin-top: 32px;
    margin-bottom: 5px;
    font-size: 24px;
    font-style: normal;
    line-height: 30px;
  }
}
.single-product #review_form_wrapper #review_form form {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.single-product #review_form_wrapper #review_form form.auth {
  padding-top: 30px;
}
.single-product #review_form_wrapper #review_form form.auth .comment-form-rating {
  top: -15px;
}
@media (min-width: 992px) {
  .single-product #review_form_wrapper #review_form form {
    position: relative;
  }
}
.single-product #review_form_wrapper #review_form form #comment {
  border: 1px solid #dde2e7;
  background: #f9fafb;
  padding-top: 15px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 17px;
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 3px;
  height: 130px;
}
.single-product #review_form_wrapper #review_form form #author {
  border: 1px solid #dde2e7;
  background: #f9fafb;
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 15px;
  font-style: normal;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 400;
  line-height: 16px;
  border-radius: 3px;
  height: 48px;
}
.single-product #review_form_wrapper #review_form form .comment-form-rating {
  order: 2;
  margin: 11px 0px;
  margin-bottom: 8px;
  margin-left: auto;
}
@media (min-width: 992px) {
  .single-product #review_form_wrapper #review_form form .comment-form-rating {
    position: absolute;
    left: 0px;
  }
}
.single-product #review_form_wrapper #review_form form .comment-form-comment {
  position: relative;
  order: 3;
}
.single-product #review_form_wrapper #review_form form .comment-form-author {
  position: relative;
  order: 1;
  margin-left: auto;
}
@media (min-width: 992px) {
  .single-product #review_form_wrapper #review_form form .comment-form-author {
    width: 85%;
  }
}
@media (min-width: 1024px) {
  .single-product #review_form_wrapper #review_form form .comment-form-author {
    width: 85%;
    margin-bottom: 15px;
  }
}
.single-product #review_form_wrapper #review_form form .form-submit {
  order: 4;
}
.single-product #review_form_wrapper #review_form form .form-submit .submit {
  background: var(--accent);
  width: 254px;
  height: 51px;
  color: #ffffff;
  font-family: var(--font-family-button);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  border: 0px solid var(--accent);
  margin-left: auto;
  display: block;
  margin-top: 28px;
  cursor: pointer;
}
.single-product #review_form_wrapper #review_form form .error-text {
  display: none;
}
.single-product #review_form_wrapper #review_form form .comment-form-error {
  position: absolute;
  right: 8px;
  bottom: 1px;
  font-size: 12px;
  color: var(--accent);
}
.single-product #review_form_wrapper #review_form .comment-form {
  display: none;
}
.single-product #review_form_wrapper #review_form .comment-awaiting-moderation {
  margin-bottom: 30px;
}
.single-product #review_form_wrapper #review_form .comment-awaiting-moderation .wrapper {
  padding: 50px 25px;
  background: #ffffff;
  text-align: center;
  position: relative;
  max-width: 648px;
}
@media (min-width: 1024px) {
  .single-product #review_form_wrapper #review_form .comment-awaiting-moderation .wrapper {
    padding: 60px 80px;
  }
}
.single-product #review_form_wrapper #review_form .comment-awaiting-moderation .wrapper .review-icon {
  width: 40px;
  height: 40px;
  background: #82d680;
}
.single-product #review_form_wrapper #review_form .comment-awaiting-moderation .wrapper .review-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.single-product #review_form_wrapper #review_form .comment-awaiting-moderation .wrapper .review-close svg {
  width: 12px;
  height: 12px;
}
.single-product #review_form_wrapper #review_form .comment-awaiting-moderation .wrapper h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 28px 0 8px;
}
@media (min-width: 1024px) {
  .single-product #review_form_wrapper #review_form .comment-awaiting-moderation .wrapper h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.single-product #review_form_wrapper #review_form .comment-awaiting-moderation .wrapper p {
  margin: 8px 0 48px;
  color: rgba(25, 30, 34, 0.7);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.single-product .single_variation_wrap {
  width: 100%;
}
.single-product .product-variations .variations {
  width: 100%;
}
.single-product .woocommerce-notices-wrapper {
  margin: 0 auto 15px;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
}
.single-product #wc_bis_already_registered {
  margin: 16px 0;
  padding: 8px 12px 8px 48px;
  border: 1px solid #ffc113;
  background: #fff7dd;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  position: relative;
}
.single-product #wc_bis_already_registered:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjI1IDE2Ljg1OTNIMTIuNzVWMTEuMTA5NEgxMS4yNVYxNi44NTkzWk0xMiA5LjM5NzgzQzEyLjIyODggOS4zOTc4MyAxMi40MjA3IDkuMzIwNDMgMTIuNTc1NSA5LjE2NTYzQzEyLjczMDMgOS4wMTA4MyAxMi44MDc3IDguODE5IDEyLjgwNzcgOC41OTAxNUMxMi44MDc3IDguMzYxMzIgMTIuNzMwMyA4LjE2OTQ5IDEyLjU3NTUgOC4wMTQ2OEMxMi40MjA3IDcuODU5ODggMTIuMjI4OCA3Ljc4MjQ4IDEyIDcuNzgyNDhDMTEuNzcxMSA3Ljc4MjQ4IDExLjU3OTMgNy44NTk4OCAxMS40MjQ1IDguMDE0NjhDMTEuMjY5NyA4LjE2OTQ5IDExLjE5MjMgOC4zNjEzMiAxMS4xOTIzIDguNTkwMTVDMTEuMTkyMyA4LjgxOSAxMS4yNjk3IDkuMDEwODMgMTEuNDI0NSA5LjE2NTYzQzExLjU3OTMgOS4zMjA0MyAxMS43NzExIDkuMzk3ODMgMTIgOS4zOTc4M1pNMTIuMDAxNiAyMS42MDkzQzEwLjY4NzcgMjEuNjA5MyA5LjQ1MjY4IDIxLjM2IDguMjk2NTUgMjAuODYxM0M3LjE0MDQgMjAuMzYyNyA2LjEzNDcyIDE5LjY4NTkgNS4yNzk1IDE4LjgzMTFDNC40MjQyNyAxNy45NzYyIDMuNzQ3MjEgMTYuOTcxIDMuMjQ4MzMgMTUuODE1NEMyLjc0OTQ0IDE0LjY1OTcgMi41IDEzLjQyNSAyLjUgMTIuMTExQzIuNSAxMC43OTcxIDIuNzQ5MzMgOS41NjIwNiAzLjI0OCA4LjQwNTkzQzMuNzQ2NjcgNy4yNDk3OCA0LjQyMzQyIDYuMjQ0MDkgNS4yNzgyNSA1LjM4ODg4QzYuMTMzMSA0LjUzMzY0IDcuMTM4MzQgMy44NTY1OCA4LjI5Mzk4IDMuMzU3N0M5LjQ0OTU5IDIuODU4ODIgMTAuNjg0NCAyLjYwOTM4IDExLjk5ODMgMi42MDkzOEMxMy4zMTIyIDIuNjA5MzggMTQuNTQ3MyAyLjg1ODcxIDE1LjcwMzQgMy4zNTczOEMxNi44NTk2IDMuODU2MDQgMTcuODY1MiA0LjUzMjc5IDE4LjcyMDUgNS4zODc2M0MxOS41NzU3IDYuMjQyNDggMjAuMjUyNyA3LjI0NzcyIDIwLjc1MTYgOC40MDMzNUMyMS4yNTA1IDkuNTU4OTcgMjEuNSAxMC43OTM3IDIxLjUgMTIuMTA3N0MyMS41IDEzLjQyMTYgMjEuMjUwNiAxNC42NTY2IDIwLjc1MiAxNS44MTI4QzIwLjI1MzMgMTYuOTY4OSAxOS41NzY1IDE3Ljk3NDYgMTguNzIxNyAxOC44Mjk4QzE3Ljg2NjkgMTkuNjg1MSAxNi44NjE2IDIwLjM2MjEgMTUuNzA2IDIwLjg2MUMxNC41NTA0IDIxLjM1OTkgMTMuMzE1NiAyMS42MDkzIDEyLjAwMTYgMjEuNjA5M1pNMTIgMjAuMTA5NEMxNC4yMzMzIDIwLjEwOTQgMTYuMTI1IDE5LjMzNDQgMTcuNjc1IDE3Ljc4NDRDMTkuMjI1IDE2LjIzNDQgMjAgMTQuMzQyNyAyMCAxMi4xMDk0QzIwIDkuODc2MDIgMTkuMjI1IDcuOTg0MzUgMTcuNjc1IDYuNDM0MzVDMTYuMTI1IDQuODg0MzUgMTQuMjMzMyA0LjEwOTM1IDEyIDQuMTA5MzVDOS43NjY2NCA0LjEwOTM1IDcuODc0OTggNC44ODQzNSA2LjMyNDk4IDYuNDM0MzVDNC43NzQ5OCA3Ljk4NDM1IDMuOTk5OTggOS44NzYwMiAzLjk5OTk4IDEyLjEwOTRDMy45OTk5OCAxNC4zNDI3IDQuNzc0OTggMTYuMjM0NCA2LjMyNDk4IDE3Ljc4NDRDNy44NzQ5OCAxOS4zMzQ0IDkuNzY2NjQgMjAuMTA5NCAxMiAyMC4xMDk0WiIgZmlsbD0iIzE5MUUyMiIvPgo8L3N2Zz4K);
  display: block;
  position: absolute;
  left: 12px;
  top: 8px;
}
.single-product #wc_bis_already_registered a {
  font-weight: 600;
  color: #191e22;
}
.single-product #wc_bis_already_registered > svg {
  background-color: #fff7dd;
  fill: #191e22;
}
@media (min-width: 1024px) {
  .single-product #wc_bis_already_registered .woocommerce-info {
    max-width: 270px;
  }
}
.single-product .product-right .woocommerce-product-gallery__image {
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .single-product .product-right .woocommerce-product-gallery__image {
    min-height: 500px;
  }
}
.single-product .product-right .woocommerce-product-gallery__image img {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product .product-right .woocommerce-product-gallery__wrapper li,
.single-product .product-right .woocommerce-product-gallery__wrapper > div {
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .single-product .product-right .woocommerce-product-gallery__wrapper li,
  .single-product .product-right .woocommerce-product-gallery__wrapper > div {
    min-height: 500px;
  }
}
.single-product .product-right .woocommerce-product-gallery__wrapper li img,
.single-product .product-right .woocommerce-product-gallery__wrapper > div img {
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-product .product-right .flex-control-thumbs {
  gap: 8px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.single-product .product-right .flex-control-thumbs li {
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
}
.single-product .products .products {
  padding: 0;
}

.product-template-default .ui-datepicker {
  background-color: #f9fafb;
  border: 1px solid #e4e9ee;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product-template-default .ui-datepicker-header {
  background-color: #f9fafb;
  color: #191e22;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.product-template-default .ui-datepicker-prev {
  display: inline-block;
  width: 50%;
  text-align: left;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-template-default .ui-datepicker-next {
  display: inline-block;
  width: 50%;
  text-align: right;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-template-default .ui-datepicker-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-template-default .ui-datepicker-title select {
  width: calc(50% - 5px);
  border: 1px solid #dde2e7;
  background: #f9fafb;
  padding: 6px 12px;
  color: #191e22;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  transition: border-color 0.5s;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='4' viewBox='0 0 5 4' fill='none'%3E%3Cpath d='M0.546875 1L2.61662 3L4.68637 1' stroke='%23010B17' stroke-width='0.564833'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 8px;
}
.product-template-default .ui-datepicker-title select:focus {
  border-color: #191e22;
}
.product-template-default .ui-datepicker-title select:-webkit-autofill, .product-template-default .ui-datepicker-title select:-webkit-autofill:active {
  background-color: transparent;
}
.product-template-default .ui-datepicker-title select::-moz-placeholder {
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.product-template-default .ui-datepicker-title select::placeholder {
  color: rgba(25, 30, 34, 0.7);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
.product-template-default .ui-datepicker th {
  padding: 5px;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
}
.product-template-default .ui-datepicker-calendar td:not(.ui-state-disabled) a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.product-template-default .ui-datepicker td a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #191e22;
  background-color: #f9fafb;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.product-template-default .ui-datepicker td a:hover {
  background-color: #e4e9ee;
  border-color: #5e6265;
  color: #191e22;
}
.product-template-default .ui-datepicker td .ui-state-active {
  background-color: #5e6265;
  color: #f9fafb;
  font-weight: bold;
  border-color: #5e6265;
}
.product-template-default input[type=text].hasDatepicker {
  background-color: #f9fafb;
  color: #191e22;
  border: 1px solid #e4e9ee;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.product-template-default input[type=text].hasDatepicker:focus {
  border-color: #5e6265;
  outline: none;
}
.product-template-default .upsells,
.product-template-default .up-sells {
  margin: 80px auto;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
  display: none;
}
@media (min-width: 576px) {
  .product-template-default .upsells,
  .product-template-default .up-sells {
    margin: 100px auto;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .product-template-default .upsells,
  .product-template-default .up-sells {
    max-width: 1425px;
    padding: 0px 30px;
  }
}
@media (min-width: 1440px) {
  .product-template-default .upsells,
  .product-template-default .up-sells {
    margin: 140px auto;
  }
}
.product-template-default .upsells h2,
.product-template-default .up-sells h2 {
  text-align: left;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 1440px) {
  .product-template-default .upsells h2,
  .product-template-default .up-sells h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 7px;
  }
}
.product-template-default .product > .summary-add-to-cart-form-bundle {
  display: none;
}

#ffl-cockpit-category-search {
  background-color: #fff;
  border: none;
  color: #010b17;
  display: flex;
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 0 10px 0 40px;
  margin: 25px 0;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMzM1IDEyLjY2M0MyLjg0NiAxMi42NjMgMCA5LjgyNyAwIDYuMzMyYTYuMzM1IDYuMzM1IDAgMCAxIDEyLjY3IDBjMCAzLjQ5NS0yLjg0NiA2LjMzMS02LjMzNSA2LjMzMVptMC0xMS45OTZDMy4yMTMuNjY3LjY2OCAzLjIxMi42NjggNi4zMzJzMi41NDUgNS42NjQgNS42NjcgNS42NjRjMy4xMjEgMCA1LjY2Ny0yLjU0NCA1LjY2Ny01LjY2NCAwLTMuMTItMi41NDYtNS42NjUtNS42NjctNS42NjVaIiBmaWxsPSIjMDEwQjE3Ii8+PHBhdGggZD0iTTE1LjY2NSAxNmEuMzMuMzMgMCAwIDEtLjIzMy0uMWwtNS00Ljk5N2EuMzIyLjMyMiAwIDAgMSAwLS40NjcuMzIzLjMyMyAwIDAgMSAuNDY4IDBsNSA0Ljk5N2EuMzIyLjMyMiAwIDAgMSAwIC40NjcuMzE2LjMxNiAwIDAgMS0uMjM1LjFaIiBmaWxsPSIjMDEwQjE3Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 10px center;
}

#ffl-cockpit-category-list {
  background-color: #fff;
}
#ffl-cockpit-category-list label {
  display: flex;
}
#ffl-cockpit-category-list input[type=radio] {
  display: inline-block;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 14px;
  height: 14px;
}

.woocommerce-message {
  margin: 16px 0;
  padding: 8px 12px !important;
  border: 1px solid #ffc113;
  background: #fff7dd;
  color: #191e22;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100% !important;
}
.woocommerce-message a {
  font-weight: 600;
  color: #191e22;
}
.woocommerce-message > svg {
  background-color: #fff7dd;
  fill: #191e22;
}

.theme-dark.single-product .product-desciption h1, .theme-dark.single-product .product-desciption h2, .theme-dark.single-product .product-desciption h3, .theme-dark.single-product .product-desciption h4, .theme-dark.single-product .product-desciption h5 {
  color: #ffffff;
  margin-top: 35px;
  margin-bottom: 10px;
}
.theme-dark.single-product .product-reviews {
  padding-top: 50px;
}
