/*hide hide hide*/
.woocommerce-product-details__short-description .seal,
.entry-summary .low_quality_ribon,
.entry-summary .product_meta,
.woocommerce-product-details__short-description .short-text span,
.reset_variations,
.my_personal_guarantee,
.call_us_now > p:first-child {
  display: none !important;
}

.banners-container {
  display: flex;
  gap: 1rem;
  color: #fff;
  margin-bottom: 2rem;
}

.free-shipping-banner,
.low-price-banner {
  padding: 2px 2rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Lato;
  position: relative;
}

.free-shipping-banner {
  background-color: #001A69;
}

.free-shipping-banner::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 10px solid white;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.low-price-banner {
  background-color: #B00517;
  font-weight: bold;
}

.low-price-banner::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 10px solid white;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

.woocommerce-product-details__short-description .short-text {
  width: 100%;
}

.cs-personal-guarantee-container {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #253D85;
  color: #fff;
  border: 1px solid #BABABA;
  border-radius: 4px;
  font-family: Lato;
  margin-bottom: 1.5rem;
  max-width: 500px;
}

.cs-personal-guarantee-container .hdr-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  gap: 1rem;
}

.txt-wrapper .hdr {
  font-size: 16px;
  font-weight: 900;
}

.txt-wrapper .sub-hdr {
  font-size: 12px;
  font-style: italic;
  line-height: 1;
}

.cs-personal-guarantee-container .benefits {
  background-color: #001A69;
  padding: 1.5rem 3rem;
  column-count: 2;
  list-style-position: outside;
  font-size: 14px;
  column-gap: 1rem;
}

.benefits li {
  padding-inline-start: -1rem
}

.cs-personal-guarantee-container .cta {
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.cs-personal-guarantee-container .cta p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: Lato;
  color: #fff;
}

.cs-personal-guarantee-container .cta a {
  font-weight: bold;
  color: #4BADFF;
}

.price {
  margin-top: 1rem;
}

.woocommerce div.product form.cart .variations {
  background-color: #ebebeb;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}

table.variations label {
  font-family: Lato;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  margin-right: .5rem;
}

table.variations tbody {
  border-bottom: 0;
  width: 100%;
}

.variations tr {
  width: 100%;
  display: flex;
  gap: 1rem;
}

.variations .value {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
}

table.variations select {
  background-color: #fff;
  margin-right: 0 !important;
}

body.woocommerce div.product form.cart {
  margin: 0;
  width: 100%;
  max-width: 500px;
}

@media (min-width: 981px) {
  body.woocommerce div.product form.cart {
    max-width: 360px;
  }
}

.woocommerce .quantity .qty {
  height: 100%;
  width: 6rem;
  text-align: center;
  margin: 0;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  margin-bottom: 2rem;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
  width: 100%;
  font-weight: 900;
  font-family: 'Lato';
}

.woocommerce-product-details__short-description .short-text p:first-child {
  margin-bottom: .5px;
}

.cs-video-link {
  color: #4BADFF;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 412px) {
  .low-price-banner:after {
    display: none;
  }

  .low-price-banner:before,
  .free-shipping-banner:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid white;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
  }

  .banners-container {
    flex-direction: column;
  }
}