.ast-woo-shop-archive .site-content .ast-container, .single-product .site-content .ast-container {
  max-width: 100% !important;
  padding: 0;
  margin: 0;
  display: block;
}

.astra-c-main {
  max-width: 100%;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
}
.astra-c-main h1 {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .astra-c-main h1 {
    font-size: 40px;
  }
}
.astra-c-main h2 {
  margin-bottom: 0;
}
.astra-c-main p {
  margin: 0;
}

.breadcrumb {
  display: flex;
  gap: 8px 16px;
  padding: 14px 0;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb--item {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 16px;
}
.breadcrumb--item:not(:last-child):after {
  content: url(../images/icons/arr-right.svg);
  line-height: 15px;
}
.breadcrumb--item a {
  color: #374151;
}
.breadcrumb--item.active a {
  color: #6B7280;
}
.breadcrumb--item.active a:hover {
  color: #374151;
}

.woocommerce-page #masthead {
  position: relative;
}
.woocommerce-page #masthead .ast-primary-header {
  background-color: #25272D;
  border: none;
}

.woocommerce-account #content {
  margin: 40px 0;
}

.cart-menu .cart-count {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  background-color: #F2392B;
  min-width: 24px;
  min-height: 20px;
  display: inline-block;
  border: solid 2px #FFFFFF;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  bottom: 50px;
  word-wrap: normal;
  width: auto;
  height: auto;
  padding: 2px;
}
.cart-menu .cart-count:empty {
  display: none;
}
@media (max-width: 921px) {
  .cart-menu .cart-count {
    bottom: 25px;
  }
}
@media (max-width: 921px) {
  .cart-menu a {
    padding: 0 20px;
  }
}
@media (max-width: 921px) {
  .cart-menu a img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(14%) saturate(475%) hue-rotate(187deg) brightness(94%) contrast(94%);
  }
}

.post-type-archive-product .ast-primary-header,
.single-product .ast-primary-header,
.woocommerce-cart .ast-primary-header,
.woocommerce-checkout .ast-primary-header {
  background-color: #25272D;
  border: none;
}
.post-type-archive-product .ast-primary-header a,
.single-product .ast-primary-header a,
.woocommerce-cart .ast-primary-header a,
.woocommerce-checkout .ast-primary-header a {
  color: #FFFFFF;
}
.post-type-archive-product .ast-primary-header a:focus,
.single-product .ast-primary-header a:focus,
.woocommerce-cart .ast-primary-header a:focus,
.woocommerce-checkout .ast-primary-header a:focus {
  outline: none;
}
@media (max-width: 921px) {
  .post-type-archive-product .ast-primary-header-bar.main-header-bar,
  .single-product .ast-primary-header-bar.main-header-bar,
  .woocommerce-cart .ast-primary-header-bar.main-header-bar,
  .woocommerce-checkout .ast-primary-header-bar.main-header-bar {
    background: #25272D !important;
  }
}

.ast-primary-header-bar .main-header-menu .menu-item a:focus {
  outline: unset;
}
@media (min-width: 922px) and (max-width: 1023px) {
  .ast-primary-header-bar .custom-logo-link img {
    max-width: 125px;
  }
}

.ast-builder-footer-grid-columns.site-above-footer-inner-wrap {
  align-items: center !important;
  color: #ffffff;
}
@media (max-width: 921px) {
  .ast-builder-footer-grid-columns.site-above-footer-inner-wrap {
    grid-template-columns: 1fr !important;
  }
}
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap p {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 0;
}
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap .wpforms-form {
  display: flex;
  width: 100% !important;
  gap: 16px;
  justify-content: flex-end;
}
@media screen and (max-width: 921px) {
  .ast-builder-footer-grid-columns.site-above-footer-inner-wrap .wpforms-form {
    justify-content: center;
  }
}
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap .wpforms-form .wpforms-field-container {
  width: 100%;
  max-width: 325px;
}
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap .wpforms-form .wpforms-field-container .wpforms-field-email {
  width: 100%;
  padding: 0;
}
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap .wpforms-form .wpforms-field-container .wpforms-field-email input {
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  background-color: transparent;
  padding: 12px 24px;
  height: auto;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
}
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap .wpforms-form .wpforms-field-container .wpforms-field-email input::placeholder {
  color: #D1D1D1;
  opacity: 1;
}
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap .wpforms-form .wpforms-field-container .wpforms-field-email input:focus {
  color: #ffffff !important;
}
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap .wpforms-form .wpforms-submit-container {
  width: 100%;
  margin: 0 !important;
  max-width: max-content;
}
.ast-builder-footer-grid-columns.site-above-footer-inner-wrap .wpforms-form .wpforms-submit-container button[type=submit] {
  padding: 19px 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  height: auto;
  border-radius: 8px;
}

/* astra-c Container */
.astra-c-container {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 768px) {
  .astra-c-container {
    width: 100%;
  }
}

.astra-c-container-fluid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* astra-c Row */
.astra-c-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

/* astra-c Columns */
.astra-c-col-12 {
  width: 100%;
}

.astra-c-col-6 {
  width: 50%;
}

.astra-c-col-4 {
  width: 33.3333%;
}

.astra-c-col-3 {
  width: 25%;
}

/* Responsive Grid */
@media (max-width: 992px) {
  .astra-c-col-lg-6 {
    width: 50%;
  }
  .astra-c-col-lg-4 {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .astra-c-col-md-6 {
    width: 50%;
  }
  .astra-c-col-md-12 {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .astra-c-col-sm-12 {
    width: 100%;
  }
}
button:hover {
  background-color: unset;
}

.woocommerce-shop .breadcrumb {
  max-width: 1296px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

#product-custom-page {
  background-color: #ffffff;
  padding-bottom: 40px;
}
#product-custom-page #product-banner {
  height: 500px;
  width: 100%;
  background-image: url("../images/banner-product.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 206px 0 184px;
}
@media (max-width: 768px) {
  #product-custom-page #product-banner {
    height: 300px;
  }
}
#product-custom-page #product-banner .container {
  max-width: 1296px;
  padding: 0 20px;
  margin: 0 auto;
}
#product-custom-page #product-banner .page-title {
  position: relative;
}
#product-custom-page #product-banner .page-title:before {
  content: "";
  position: absolute;
  background-color: #F2392B;
  height: 6px;
  width: 64px;
  left: 0;
  bottom: -16px;
  display: block;
}
#product-custom-page #how-it-work-section .container {
  max-width: 1096px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #product-custom-page #how-it-work-section .container {
    width: 100%;
  }
}
#product-custom-page #how-it-work-section .container .how-it-work--title {
  font-weight: 500;
  font-size: 24px;
  margin: 16px 0 24px;
  text-transform: capitalize;
}
#product-custom-page #how-it-work-section .container .step-work {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  #product-custom-page #how-it-work-section .container .step-work {
    flex-wrap: wrap;
  }
}
#product-custom-page #how-it-work-section .container .step-work--item {
  display: flex;
  border: solid 1px #D1D5DB;
  padding: 19px 16px;
  border-radius: 8px;
  gap: 16px;
  align-items: center;
  width: 100%;
}
#product-custom-page #how-it-work-section .container .step-work--item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
#product-custom-page .box-product .container {
  max-width: 1096px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #product-custom-page .box-product .container {
    width: 100%;
  }
}
#product-custom-page .box-product .container .box-product-flex {
  display: flex;
  gap: 24px;
}
@media (max-width: 768px) {
  #product-custom-page .box-product .container .box-product-flex {
    flex-wrap: wrap;
    gap: 16px;
  }
}
#product-custom-page .box-product .container .box-product-flex .box-product--image {
  flex: 0 0 230px;
}
#product-custom-page .box-product .container .box-product-flex .box-product-data {
  width: 100%;
}
#product-custom-page .box-product .container .box-product-border {
  box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.031372549);
  border: 1px solid #EBEBEB;
  padding: 24px;
  margin-top: 16px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  #product-custom-page .box-product .container .box-product--image {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #product-custom-page .box-product .container .box-product-data {
    width: 100%;
  }
}
#product-custom-page .box-product .container .box-product-data--title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #086AAC;
}
#product-custom-page .box-product .container .box-product-data--short {
  color: #6B7280;
  font-weight: 400;
  font-size: 16px;
  padding: 16px 0;
}
#product-custom-page .box-product .container .box-product-data--feature {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  vertical-align: middle;
  color: #333333;
}
#product-custom-page .box-product .container .box-product-data--price {
  color: #111928;
  font-weight: 600;
  font-size: 24px;
}
#product-custom-page .box-product .container .box-product-data--desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
}
#product-custom-page .box-product .container .box-product-data--desc ul {
  margin: 16px;
}
#product-custom-page .box-product .container .box-product-data .form-box {
  display: flex;
  gap: 16px;
  justify-content: end;
  margin-top: 16px;
}
@media (max-width: 768px) {
  #product-custom-page .box-product .container .box-product-data .form-box {
    justify-content: start;
  }
}
#product-custom-page .box-product .container .box-product-data .form-box .cart .quantity {
  display: none;
}
#product-custom-page .box-product .container .box-product-data .form-box .button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #1F2A37;
  padding: 12px 20px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  letter-spacing: 0;
  text-transform: unset;
}
#product-custom-page .box-product .container .box-product-data .form-box .button:hover {
  background: unset;
}
#product-custom-page .box-product .container .box-product-data .form-box .button.buy_now_button {
  background: #086AAC;
  color: #fff;
  margin-left: 12px;
}
#product-custom-page .box-product .container .box-product-data .form-box .button.buy_now_button svg {
  display: none;
}
#product-custom-page .box-product .box-product-composite .form-box {
  flex-direction: column;
}
#product-custom-page .box-product .box-product-composite .form-box .featured-image {
  text-align: center;
}
#product-custom-page .box-product .box-product-composite .form-box .featured-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
#product-custom-page .box-product .box-product-composite .composite_form .price-subscription {
  margin-bottom: 16px;
}
#product-custom-page .box-product .box-product-composite .composite_form .price-subscription .price-amount {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: #111928;
}
#product-custom-page .box-product .box-product-composite .composite_form .price-subscription .price-unit {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: #707070;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_title_wrapper .component_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  text-transform: capitalize;
  color: #086AAC;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_inner {
  padding-bottom: 0;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_description_wrapper {
  display: none;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_section_title {
  display: none;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_pagination.top {
  display: none;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-result-count {
  display: none;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-pagination ul.page-numbers {
  text-align: center;
  margin-top: 24px;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-pagination ul.page-numbers li {
  border: 0;
  background: transparent;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-pagination ul.page-numbers li .page-numbers {
  background: #D9D9D9;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  color: transparent;
  font-size: 0;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #6B7280;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-pagination ul.page-numbers li .page-numbers.prev, #product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-pagination ul.page-numbers li .page-numbers.next {
  display: none;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options {
  overflow: visible;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons {
  overflow: visible;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-wrapper .swiper-slide {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  height: 100%;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-wrapper .swiper-slide-active + .swiper-slide {
  opacity: 1;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-wrapper .swiper-slide-active + .swiper-slide + .swiper-slide {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  #product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-wrapper .swiper-slide-active + .swiper-slide {
    opacity: 1;
  }
  #product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-wrapper .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  #product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-wrapper .swiper-slide-active + .swiper-slide {
    opacity: 0;
  }
  #product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-wrapper .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0;
  }
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-pagination {
  bottom: unset;
  position: relative;
  top: unset;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 50%;
  opacity: 1;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6B7280;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-button-next {
  transform: translateX(200%);
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-button-prev {
  transform: translateX(-200%);
}
@media only screen and (max-width: 1199px) {
  #product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-button-next {
    transform: translateX(100%);
    width: 24px;
    height: 24px;
  }
  #product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .swiper-addons .swiper-button-prev {
    transform: translateX(-100%);
    width: 24px;
    height: 24px;
  }
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container:not(.swiper-wrapper) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  #product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container:not(.swiper-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container:not(.swiper-wrapper) {
    grid-template-columns: 1fr;
  }
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container:not(.swiper-wrapper):after {
  display: none;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container {
  width: 100%;
  margin: 0;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail {
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.2509803922) !important;
  padding: 8px 10px;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail.selected .thumbnail_head .thumbnail_buttons .button:after {
  content: "";
  background: #2F80ED;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  text-transform: capitalize;
  color: #086AAC;
  text-align: left;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_price {
  font-weight: 600;
  font-size: 24px !important;
  text-transform: capitalize;
  color: #111928;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_head {
  position: relative;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_head .thumbnail_buttons {
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_head .thumbnail_buttons .button {
  font-size: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  opacity: 1;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_info {
  display: flex;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_info .thumbnail_image {
  flex: 0 0 114px;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_info .thumbnail_description {
  text-align: left;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_info .thumbnail_description .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 32px;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_component .component_selections .component_content {
  display: none;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  text-transform: capitalize;
  color: #086AAC;
  margin-bottom: 16px;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_title a {
  color: inherit;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #6B7280;
  margin-bottom: 16px;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_price .composite-price-wrapper .price-amount {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: #111928;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_price .composite-price-wrapper .price-unit {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: #707070;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_price .composite-price-wrapper .price-subscription {
  margin-bottom: 16px;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_price .composite-price-wrapper .price-first-time .includes {
  margin-top: 16px;
  margin-left: 16px;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_price .composite-price-wrapper .price-first-time .includes li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_price .composite-price-wrapper .price-first-time .includes li:not(:last-child) {
  margin-bottom: 8px;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_button {
  display: flex;
  justify-content: flex-end;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_button .quantity {
  display: none;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_button .buy_now_button {
  background: #086AAC;
  color: #fff;
  margin-left: 16px;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .composite_button .buy_now_button svg {
  display: none;
}
#product-custom-page .box-product .box-product-composite .composite_form .composite_data.cart .composite_wrap .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #6B7280;
}
#product-custom-page #box-product-top .box-product-data {
  width: 760px;
}
@media (max-width: 768px) {
  #product-custom-page #box-product-top .box-product-data {
    width: 100%;
  }
}
#product-custom-page #box-product-bot .box-product--image {
  text-align: center;
}
#product-custom-page #box-product-bot .box-product-data--desc {
  margin: 16px 0;
}

/* Splash Screen Overlay */
#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup Box */
.popup-box {
  background: #222;
  color: white;
  padding: 60px;
  width: 624px;
  border-radius: 45px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .popup-box {
    width: calc(100% - 30px);
    padding: 32px;
    max-width: 642px;
  }
}
.popup-box--title {
  font-weight: 700;
  font-size: 36.98px;
  line-height: 100%;
  text-align: center;
  color: #CBD2D9;
}
@media screen and (max-width: 767px) {
  .popup-box--title {
    font-size: 18px;
  }
}
.popup-box--content {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #CBD2D9;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .popup-box--content {
    font-size: 14px;
    line-height: 20px;
  }
}
.popup-box--button {
  display: flex;
  gap: 12px;
  justify-content: center;
  /* Buttons */
}
.popup-box--button .popup-button {
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  background: #FFFFFF;
  color: #1F2A37;
  text-transform: inherit;
  letter-spacing: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .popup-box--button .popup-button {
    font-size: 14px;
    padding: 12px;
    line-height: 20px;
  }
}

/* Close Button */
#close-btn {
  content: "";
  position: absolute;
  top: 22px;
  right: 37px;
  cursor: pointer;
  display: block;
  padding: 0;
  border: none;
}

#single-product-page {
  background-color: #FFF;
}
#single-product-page .astra-c-container {
  width: 100%;
}
#single-product-page #data-product-section {
  padding: 40px 0 56px;
}
#single-product-page #data-product-section .data-product-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 96px;
}
@media (max-width: 991px) {
  #single-product-page #data-product-section .data-product-box {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
}
#single-product-page #data-product-section .data-product-box .product-info--title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  color: #1F2937;
}
#single-product-page #data-product-section .data-product-box .product-info--review {
  padding: 8px 0 24px;
  color: #111928;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#single-product-page #data-product-section .data-product-box .product-info--review .stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
#single-product-page #data-product-section .data-product-box .product-info--review span {
  text-decoration: underline;
}
#single-product-page #data-product-section .data-product-box .product-info--description p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1F2937;
}
#single-product-page #data-product-section .data-product-box .product-info--description ul {
  margin: 8px 0 24px 32px;
}
#single-product-page #data-product-section .data-product-box .product-info--description ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  list-style: none;
  position: relative;
}
#single-product-page #data-product-section .data-product-box .product-info--description ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #6B7280;
  border-radius: 50%;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#single-product-page #data-product-section .data-product-box .product-info--description ul li:not(:last-child) {
  margin-bottom: 8px;
}
#single-product-page #data-product-section .data-product-box .product-info--price {
  color: #111928;
  font-weight: 600;
  font-size: 24px;
}
#single-product-page #data-product-section .data-product-box .product-info--price .subscription-details {
  color: #707070;
  text-transform: capitalize;
  font-size: 16px;
}
#single-product-page #data-product-section .data-product-box .product-info--price .composite-price-wrapper .price-amount {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: #111928;
}
#single-product-page #data-product-section .data-product-box .product-info--price .composite-price-wrapper .price-unit {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: #707070;
}
#single-product-page #data-product-section .data-product-box .product-info--price .composite-price-wrapper .price-subscription {
  margin-bottom: 16px;
}
#single-product-page #data-product-section .data-product-box .product-info--price .composite-price-wrapper .price-first-time .includes {
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 0;
}
#single-product-page #data-product-section .data-product-box .product-info--price .composite-price-wrapper .price-first-time .includes li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}
#single-product-page #data-product-section .data-product-box .product-info--price .composite-price-wrapper .price-first-time .includes li:not(:last-child) {
  margin-bottom: 8px;
}
#single-product-page #data-product-section .data-product-box .product-info--meta {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #086AAC;
  padding: 24px 0;
}
@media only screen and (max-width: 768px) {
  #single-product-page #data-product-section .data-product-box .product-info--meta {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
#single-product-page #data-product-section .data-product-box .product-info--meta span {
  padding-right: 24px;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box .cart {
  display: flex;
  flex-direction: column;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box .cart .quantity {
  display: none;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box .cart button[name=add-to-cart] {
  order: 2;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box .cart button[name=buy-now] {
  order: 1;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box .button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #1F2A37;
  padding: 12px 20px;
  width: 100%;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  text-transform: initial;
  letter-spacing: 0;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box .button:hover {
  background: unset;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box .button.buy_now_button, #single-product-page #data-product-section .data-product-box .product-info .form-box .button.buy-now {
  margin-bottom: 16px;
  background: #086AAC;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_title_wrapper .component_title {
  display: none;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_inner {
  padding-bottom: 0;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_description_wrapper {
  display: none;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_section_title {
  display: none;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_pagination.top {
  display: none;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-result-count {
  display: none;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-pagination ul.page-numbers {
  text-align: center;
  margin-top: 24px;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-pagination ul.page-numbers li {
  border: 0;
  background: transparent;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-pagination ul.page-numbers li .page-numbers {
  background: #D9D9D9;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  color: transparent;
  font-size: 0;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background: #6B7280;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-pagination ul.page-numbers li .page-numbers.prev, #single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_pagination .woocommerce-pagination ul.page-numbers li .page-numbers.next {
  display: none;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options {
  overflow: visible;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails .swiper-addons:not(.swiper-initialized) {
  overflow: visible;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media (max-width: 768px) {
  #single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container {
    grid-template-columns: 1fr;
  }
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container:after {
  display: none;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail {
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.2509803922) !important;
  padding: 8px 10px;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin: 0;
  height: 100%;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail.selected .thumbnail_head .thumbnail_buttons .button:after {
  content: "";
  background: #2F80ED;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  text-transform: capitalize;
  color: #086AAC;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_title {
    font-size: 20px;
  }
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_price {
  font-weight: 600;
  font-size: 24px !important;
  text-transform: capitalize;
  color: #111928;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_head {
  position: relative;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_head .thumbnail_buttons {
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_head .thumbnail_buttons .button {
  font-size: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  opacity: 1;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_info {
  display: flex;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_info .thumbnail_image {
  flex: 0 0 114px;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_info .thumbnail_description {
  text-align: left;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_options .component_options_inner .component_option_thumbnails_container .component_option_thumbnail_container .component_option_thumbnail .thumbnail_info .thumbnail_description .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 32px;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_component .component_selections .component_content {
  display: none;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap {
  padding-top: 0;
  margin-top: 24px;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  text-transform: capitalize;
  color: #086AAC;
  margin-bottom: 16px;
  display: none;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_title a {
  color: inherit;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #6B7280;
  margin-bottom: 16px;
  display: none;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_price {
  display: none !important;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_price .composite-price-wrapper .price-amount {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  color: #111928;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_price .composite-price-wrapper .price-unit {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: #707070;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_price .composite-price-wrapper .price-subscription {
  margin-bottom: 16px;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_price .composite-price-wrapper .price-first-time .includes {
  margin-top: 16px;
  margin-left: 16px;
  margin-bottom: 0;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_price .composite-price-wrapper .price-first-time .includes li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_price .composite-price-wrapper .price-first-time .includes li:not(:last-child) {
  margin-bottom: 8px;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_button {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_button .quantity {
  display: none;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .composite_button .buy_now_button {
  background: #086AAC;
  color: #fff;
  margin-left: 0;
}
#single-product-page #data-product-section .data-product-box .product-info .form-box.form-box-composite .composite_form .composite_data.cart .composite_wrap .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #6B7280;
}
#single-product-page #data-product-section .data-product-box .product-info--note {
  color: #F2392B;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 24px 0;
}
#single-product-page #data-product-section .data-product-box .product-info--payment img {
  margin-right: 8px;
}
@media (max-width: 768px) {
  #single-product-page #data-product-section .data-product-box .product-info--payment img {
    margin-bottom: 10px;
  }
}
#single-product-page #data-product-section .data-product-box .product-info--payment p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0A0031;
  margin-bottom: 8px;
}
#single-product-page #data-product-section .data-product-box .product-gallery {
  width: 43.5%;
}
#single-product-page #data-product-section .data-product-box .product-gallery-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  #single-product-page #data-product-section .data-product-box .product-gallery-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 991px) {
  #single-product-page #data-product-section .data-product-box .product-gallery {
    flex-direction: column-reverse;
    gap: 24px;
    width: 100%;
  }
}
#single-product-page #data-product-section .data-product-box .product-gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 677px;
}
@media (max-width: 991px) {
  #single-product-page #data-product-section .data-product-box .product-gallery .swiper-slide {
    height: 300px;
  }
}
#single-product-page #data-product-section .data-product-box .product-gallery .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#single-product-page #data-product-section .data-product-box .product-gallery .gallery-thumbs {
  max-width: 400px;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  #single-product-page #data-product-section .data-product-box .product-gallery .gallery-thumbs {
    width: 50px;
    height: 300px;
    max-width: unset;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
@media (max-width: 991px) {
  #single-product-page #data-product-section .data-product-box .product-gallery .gallery-thumbs {
    order: 2;
  }
}
@media (max-width: 991px) {
  #single-product-page #data-product-section .data-product-box .product-gallery .gallery-thumbs .swiper-slide {
    height: 88px;
  }
}
#single-product-page #data-product-section .data-product-box .product-gallery .gallery-thumbs .swiper-slide img {
  object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  #single-product-page #data-product-section .data-product-box .product-gallery .gallery-thumbs .swiper-slide img {
    object-fit: contain;
  }
}
#single-product-page #data-product-section .data-product-box .product-gallery .gallery-main {
  width: calc(100% - 70px);
  margin-right: 0;
}
@media (max-width: 991px) {
  #single-product-page #data-product-section .data-product-box .product-gallery .gallery-main {
    width: 100%;
    order: 1;
  }
}
#single-product-page #data-product-section .data-product-box .product-info {
  width: 53.3%;
}
@media (max-width: 991px) {
  #single-product-page #data-product-section .data-product-box .product-info {
    width: 100%;
  }
}
#single-product-page #data-product-section .product-detail--title {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #111928;
  padding: 27px 0;
  border-bottom: solid 1px #6B7280;
  position: relative;
}
#single-product-page #data-product-section .product-detail--title #toggle-title {
  position: absolute;
  cursor: pointer;
  right: 0;
}
#single-product-page #data-product-section .product-detail--title #toggle-title img.rotate {
  transform: rotate(180deg);
}
#single-product-page #data-product-section .product-detail--text {
  padding: 20px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #6B7280;
}
#single-product-page #get-instant-section .get-instant-head {
  padding: 64px 0;
  background-color: #F3F4F6;
  text-align: center;
}
#single-product-page #get-instant-section .get-instant-head--title {
  color: #111928;
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  #single-product-page #get-instant-section .get-instant-head--title {
    font-size: 32px;
    line-height: 40px;
  }
}
#single-product-page #get-instant-section .get-instant-head--desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
}
#single-product-page #get-instant-section .get-instant-box-wrapper {
  padding: 64px 0;
}
#single-product-page #get-instant-section .get-instant-box-wrapper .get-instant-box {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  #single-product-page #get-instant-section .get-instant-box-wrapper .get-instant-box {
    width: 100%;
    display: block;
  }
}
#single-product-page #get-instant-section .get-instant-box-wrapper .get-instant-box:nth-child(2) .get-instant-box--image {
  order: 2;
}
#single-product-page #get-instant-section .get-instant-box-wrapper .get-instant-box:not(:last-child) {
  margin-bottom: 32px;
}
#single-product-page #get-instant-section .get-instant-box-wrapper .get-instant-box--content {
  padding: 43px 64px;
  width: 760px;
}
@media (max-width: 768px) {
  #single-product-page #get-instant-section .get-instant-box-wrapper .get-instant-box--content {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
#single-product-page #get-instant-section .get-instant-box-wrapper .get-instant-box--title {
  color: #0A0031;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  position: relative;
}
#single-product-page #get-instant-section .get-instant-box-wrapper .get-instant-box--title:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #F2382C;
  margin-top: 16px;
  position: absolute;
}
#single-product-page #get-instant-section .get-instant-box-wrapper .get-instant-box--text {
  color: #4B5563;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  padding-top: 32px;
}
#single-product-page #get-instant-section .get-instant-box-wrapper .get-instant-box--image {
  width: 320px;
  height: 250px;
}
@media (max-width: 768px) {
  #single-product-page #get-instant-section .get-instant-box-wrapper .get-instant-box--image {
    width: 100%;
  }
}
#single-product-page #get-instant-section .get-instant-box-wrapper .get-instant-box--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-product-page #how-it-works-section {
  background: #F9FAFB;
  text-align: center;
  padding: 110px 0;
}
@media (max-width: 768px) {
  #single-product-page #how-it-works-section {
    padding: 64px 0;
  }
}
#single-product-page #how-it-works-section .how-it-work--title {
  color: #111928;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
}
#single-product-page #how-it-works-section .how-it-work--text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #1F2A37;
  text-align: center;
  padding: 16px 0 110px;
}
@media (max-width: 768px) {
  #single-product-page #how-it-works-section .how-it-work--text {
    padding: 16px 0 40px;
  }
}
#single-product-page #how-it-works-section .how-it-work-box {
  display: flex;
  width: 857px;
  margin: 0 auto;
  gap: 55px;
}
@media (max-width: 991px) {
  #single-product-page #how-it-works-section .how-it-work-box {
    width: 100%;
    display: block;
  }
}
#single-product-page #how-it-works-section .how-it-work-col-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #single-product-page #how-it-works-section .how-it-work-col-left {
    display: block;
  }
}
@media (max-width: 991px) {
  #single-product-page #how-it-works-section .how-it-work-col-left #left-img-1 {
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  #single-product-page #how-it-works-section .how-it-work-col-left #left-img-2 {
    display: none;
  }
}
#single-product-page #how-it-works-section .how-it-work-col-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  #single-product-page #how-it-works-section .how-it-work-col-right {
    display: block;
  }
}
#single-product-page #how-it-works-section .how-it-work-col--title {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
}
#single-product-page #how-it-works-section .how-it-work-item:not(:last-child) {
  margin-bottom: 24px;
}
#single-product-page #how-it-works-section .how-it-work-item--title {
  color: #111928;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
}
#single-product-page #how-it-works-section .how-it-work-item--text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #4B5563;
  padding: 16px 0 24px;
}
#single-product-page #how-it-works-section .how-it-work-item #left-img-2 {
  display: none;
}
@media (max-width: 991px) {
  #single-product-page #how-it-works-section .how-it-work-item #left-img-2 {
    display: block;
    margin: 0 auto;
  }
}
#single-product-page #healthcare-worker-section {
  padding: 40px 0 72px;
}
#single-product-page #healthcare-worker-section .healthcare-worker--title {
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  color: #0A0031;
  text-align: center;
  padding-bottom: 24px;
}
#single-product-page #healthcare-worker-section .healthcare-worker--title {
  width: 100%;
}
#single-product-page #review-section {
  padding: 80px 0;
  background-color: rgba(10, 0, 49, 0.0392156863);
}
#single-product-page #review-section .review--title {
  text-align: center;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
}
#single-product-page #review-section .review-box {
  padding: 40px 0;
}
#single-product-page #review-section .review-item {
  padding: 24px;
  background-color: #FFFFFF;
  box-shadow: 0 0 40px 0 rgba(117, 127, 142, 0.0784313725);
  border-radius: 24px;
  width: 400px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #single-product-page #review-section .review-item {
    display: block;
    width: 100%;
  }
}
#single-product-page #review-section .review-item--text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #111928;
  padding-top: 38px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 98px;
}
#single-product-page #review-section .review-item--text:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 14px;
  background-image: url("/wp-content/themes/astra-child/assets/images/icons/icon.svg");
  background-size: auto;
  background-repeat: no-repeat;
  top: 0;
}
@media (max-width: 768px) {
  #single-product-page #review-section .review-item--text {
    padding-right: 0;
  }
}
#single-product-page #review-section .review-item--name {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #111928;
}
#single-product-page #review-section .review-item--content {
  padding: 24px 0 44px;
  display: flex;
  gap: 16px;
}
#single-product-page #review-section .review-item--avatar {
  width: 40px;
  height: 40px;
}
#single-product-page #review-section .review-item--avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#single-product-page #review-section .review-item--star {
  margin-top: 4px;
}
#single-product-page #review-section .review-item--image {
  width: 352px;
  height: 240px;
}
@media (max-width: 768px) {
  #single-product-page #review-section .review-item--image {
    width: 100%;
  }
}
#single-product-page #review-section .review-item--image img {
  width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}
#single-product-page #review-section .review-swiper {
  width: 100%;
  max-width: 1344px;
  overflow: hidden;
  position: relative;
  padding: 40px 23px 48px;
  margin: auto;
}
#single-product-page #review-section .review-swiper .swiper-container {
  width: 100%;
}
#single-product-page #review-section .review-swiper .custom-swiper-button {
  width: 40px;
  height: 40px;
  margin: 0;
}
#single-product-page #review-section .review-swiper .custom-swiper-button::after {
  content: unset;
}
#single-product-page #review-section .review-swiper .custom-swiper-button.swiper-button-prev {
  left: 0;
}
#single-product-page #review-section .review-swiper .custom-swiper-button.swiper-button-next {
  right: 0;
}
#single-product-page #review-section .review-swiper .custom-swiper-button:hover svg path {
  fill: #111928;
}
#single-product-page #review-section .review-swiper .swiper-pagination {
  bottom: 0;
}
#single-product-page #review-section .review-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.8);
}

.woocommerce-cart {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
}
.woocommerce-cart header.site-header {
  position: relative !important;
}
.woocommerce-cart .site-content .ast-container {
  max-width: unset;
  padding: 0;
}
.woocommerce-cart .breadcrumb {
  max-width: 1296px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce-cart header.entry-header {
  display: none;
}
.woocommerce-cart .entry-content[data-ast-blocks-layout] > * {
  max-width: unset;
}
.woocommerce-cart .heading-section {
  margin: 24px auto 40px;
  max-width: 1296px;
  padding: 0 20px;
}
.woocommerce-cart .heading-section .heading {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #111928;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  margin: 24px auto 40px;
  max-width: 1296px;
  padding: 0 20px;
}
.woocommerce-cart form.woocommerce-cart-form {
  margin: 24px auto 40px;
  max-width: 1296px;
  padding: 0 20px;
}
.woocommerce-cart table.cart {
  border: unset;
}
.woocommerce-cart table.cart thead {
  background-color: unset;
}
.woocommerce-cart table.cart thead th {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 0 0 24px 0;
}
.woocommerce-cart table.cart thead th:not(.product-thumbnail) {
  text-align: center;
}
.woocommerce-cart table.cart tbody td {
  padding-top: 40px;
  padding-bottom: 40px;
}
.woocommerce-cart table.cart tbody .product-thumbnail {
  width: 135px;
}
.woocommerce-cart table.cart tbody .product-thumbnail img {
  max-width: 135px;
}
.woocommerce-cart table.cart tbody .product-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
}
.woocommerce-cart table.cart tbody .custom-qty-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #E5E7EB;
  width: fit-content;
  border-radius: 8px;
  gap: 8px;
  padding: 14px 16px;
  margin: auto;
}
.woocommerce-cart table.cart tbody .custom-qty-wrapper button {
  color: #000;
  border: none;
  padding: 0;
}
.woocommerce-cart table.cart tbody .custom-qty-wrapper button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.woocommerce-cart table.cart tbody .custom-qty-wrapper button:focus {
  border: none !important;
  background-color: unset;
}
.woocommerce-cart table.cart tbody .quantity {
  display: flex;
}
.woocommerce-cart table.cart tbody .quantity input {
  font-family: "Roboto", sans-serif;
  border: none;
  min-height: unset;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  -moz-appearance: textfield !important;
}
.woocommerce-cart table.cart tbody .quantity input:focus {
  border: none !important;
}
.woocommerce-cart table.cart tbody .quantity input::-webkit-outer-spin-button, .woocommerce-cart table.cart tbody .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.woocommerce-cart table.cart tbody .product-subtotal {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.woocommerce-cart table.cart tbody .product-remove a {
  opacity: 1;
}
.woocommerce-cart table.cart tbody .product-remove a::before {
  content: unset;
}
.woocommerce-cart table.cart tbody .product-remove a:focus {
  outline: none;
}
.woocommerce-cart .cart-collaterals-wrapper {
  background-color: #F9FAFB;
}
.woocommerce-cart .cart-collaterals {
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 1296px;
  margin: 0 auto;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  border: none;
  padding: 0 20px;
  margin-left: auto;
  float: unset;
  text-align: right;
  max-width: 600px;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0;
  padding: 0 0 10px 0;
  color: #000;
  border-bottom: 0;
  background: transparent;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  table-layout: fixed;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr th {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  padding: 10px 0;
  border-top: 1px solid #f0f0f0;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td::before {
  content: unset;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.recurring-totals th {
  border-top: 0;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.recurring-total.cart-subtotal th, .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.recurring-total.cart-subtotal td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .custom-before-shipping {
  font-style: italic;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  max-width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .payment-methods-box {
  max-width: 100%;
  margin-top: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals.processing {
  pointer-events: none;
}
.woocommerce-cart .cart-collaterals .cart_totals.processing .blockUI {
  display: none !important;
}
.woocommerce-cart .cart-collaterals .custom-before-shipping {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.woocommerce-cart .cart-collaterals .custom-before-shipping p {
  margin-bottom: 12px;
}
.woocommerce-cart .cart-collaterals .ppcp-messages {
  display: none !important;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  max-width: 471px;
  height: auto;
  border-radius: 8px;
  padding: 12px;
  margin: 0 0 8px auto;
  background-color: #086AAC;
  border-color: #086AAC;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
  text-transform: unset;
}
.woocommerce-cart .cart-collaterals .payment-methods-box {
  max-width: 471px;
  margin-left: auto;
  text-align: left;
}
.woocommerce-cart .cart-collaterals .payment-methods-box p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #0A0031;
}
.woocommerce-cart .wc-empty-cart-message {
  margin: 24px auto 40px;
  max-width: 1296px;
  padding: 0 20px;
}
.woocommerce-cart p.return-to-shop {
  margin: 24px auto 40px;
  max-width: 1296px;
  padding: 0 20px;
}
@media screen and (max-width: 921px) {
  .woocommerce-cart table.cart tbody tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .woocommerce-cart table.cart tbody tr:not(:last-child) {
    margin-bottom: 24px;
    border-bottom: 1px solid var(--ast-border-color);
    padding-bottom: 12px;
  }
  .woocommerce-cart table.cart tbody td {
    order: 2;
    width: 50%;
    border: unset;
    padding: 0;
  }
  .woocommerce-cart table.cart tbody td::before {
    content: unset;
  }
  .woocommerce-cart table.cart tbody .product-name {
    display: inline-block;
    border: unset;
    order: 0;
    width: calc(100% - 100px);
    text-align: left !important;
    font-size: 16px;
    line-height: 24px;
    padding-right: 20px;
  }
  .woocommerce-cart table.cart tbody .product-thumbnail {
    order: 0;
    width: fit-content;
    margin-right: 10px;
  }
  .woocommerce-cart table.cart tbody .product-thumbnail img {
    max-width: 70px;
  }
  .woocommerce-cart table.cart tbody .product-subtotal {
    order: 1;
    text-align: left !important;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
  }
  .woocommerce-cart table.cart tbody .product-remove {
    position: absolute;
    right: 0;
    top: 0;
  }
  .woocommerce-cart table.cart tbody .product-quantity {
    display: flex;
  }
  .woocommerce-cart table.cart tbody .product-quantity .custom-qty-wrapper {
    margin-right: unset;
    padding: 10px;
  }
  .woocommerce-cart table.cart tbody .product-quantity .custom-qty-wrapper .quantity input {
    padding-left: 0;
  }
  .woocommerce-cart table.cart tbody .product-quantity .custom-qty-wrapper button svg {
    width: 16px;
    height: auto;
  }
  .woocommerce-cart .cart-collaterals {
    max-width: 1296px;
  }
  .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    min-width: unset;
  }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.cart-subtotal td::before {
    padding-right: 7px;
  }
}

.woocommerce-checkout {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
}
.woocommerce-checkout .site-content .ast-container {
  max-width: unset;
  padding: 0;
}
.woocommerce-checkout header.site-header {
  position: relative !important;
}
.woocommerce-checkout header.entry-header {
  display: none;
}
.woocommerce-checkout .entry-content[data-ast-blocks-layout] > * {
  max-width: 1336px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce-checkout .heading-section {
  margin: 24px auto 40px;
  max-width: 1296px;
}
.woocommerce-checkout .heading-section .heading {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: #111928;
}
.woocommerce-checkout form.checkout {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 244px;
}
@media (max-width: 991px) {
  .woocommerce-checkout form.checkout {
    margin-bottom: 100px;
  }
}
.woocommerce-checkout form.checkout > * {
  width: 100%;
}
.woocommerce-checkout form.checkout ul.woocommerce-error {
  width: 100%;
  order: 0;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 14px;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields .checkout-inline-error-message {
  font-size: 12px;
  color: #000;
}
.woocommerce-checkout form.checkout #customer_details h3 {
  padding: 0;
  border: none;
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 14px;
}
.woocommerce-checkout form.checkout #customer_details.col2-set {
  order: 0;
  width: 50%;
  margin-right: 0;
  margin-bottom: 0;
  border-right: 1px solid #DEDEDE;
  padding: 38px;
}
@media (max-width: 991px) {
  .woocommerce-checkout form.checkout #customer_details.col2-set {
    order: 1;
    width: 100%;
    padding: 38px 0;
    border: none;
  }
}
.woocommerce-checkout form.checkout #customer_details.col2-set .col-2 .ppcp-messages {
  display: none !important;
}
.woocommerce-checkout form.checkout .form-row {
  width: 100%;
  position: relative;
  padding: 0;
  margin-bottom: 14px;
}
.woocommerce-checkout form.checkout .form-row.create-account {
  position: static;
  margin-bottom: 0;
}
.woocommerce-checkout form.checkout .form-row.create-account label {
  position: static;
  transform: unset;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 11px;
}
.woocommerce-checkout form.checkout .form-row.create-account input {
  margin: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
}
.woocommerce-checkout form.checkout .form-row label {
  /* position: absolute; */
  /* left: 11px; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #707070;
  margin-bottom: 2px;
}
.woocommerce-checkout form.checkout .form-row input,
.woocommerce-checkout form.checkout .form-row select,
.woocommerce-checkout form.checkout .form-row .select2-selection--single {
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 14.5px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
.woocommerce-checkout form.checkout .form-row .select2-selection--single {
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}
.woocommerce-checkout form.checkout .form-row .optional {
  display: none;
}
.woocommerce-checkout form.checkout #billing_country_field {
  margin-top: 32px;
}
.woocommerce-checkout form.checkout #billing_country_field::before {
  content: "Delivery";
  font-weight: 600;
  font-size: 21px;
  line-height: 120%;
  color: #000000;
}
.woocommerce-checkout form.checkout #billing_country_field label {
  position: static;
  margin-top: 14px;
}
.woocommerce-checkout form.checkout #billing_country_field .woocommerce-input-wrapper {
  padding: 2px 0 0;
}
.woocommerce-checkout form.checkout #billing_country_field .woocommerce-input-wrapper > strong {
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  width: 100%;
  padding: 14.5px 10px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}
.woocommerce-checkout form.checkout #billing_city_field,
.woocommerce-checkout form.checkout #billing_state_field,
.woocommerce-checkout form.checkout #billing_postcode_field {
  width: calc((100% - 28px) / 3);
  flex: 1 1 30%;
}
@media (max-width: 767px) {
  .woocommerce-checkout form.checkout #billing_city_field,
  .woocommerce-checkout form.checkout #billing_state_field,
  .woocommerce-checkout form.checkout #billing_postcode_field {
    width: 100%;
    flex: auto;
  }
}
.woocommerce-checkout form.checkout h3#order_review_heading {
  display: none;
}
.woocommerce-checkout form.checkout .woocommerce-additional-fields {
  margin-top: 32px;
  margin-bottom: 32px;
}
.woocommerce-checkout form.checkout #order_review {
  order: 0;
  border: none !important;
  padding: 38px 0 0 !important;
  background-color: #F5F5F5;
  width: 50%;
  border-left: 1px solid #DEDEDE !important;
}
@media (max-width: 991px) {
  .woocommerce-checkout form.checkout #order_review {
    width: 100%;
    padding: 38px 18px !important;
    border: none !important;
  }
}
.woocommerce-checkout form.checkout #order_review table {
  max-width: 444px;
  margin: auto;
  table-layout: fixed;
}
.woocommerce-checkout form.checkout #order_review table thead {
  display: none;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item:last-child td {
  padding-bottom: 20px;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item td {
  vertical-align: top;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item td.product-name {
  position: relative;
  gap: 14px;
  flex-wrap: nowrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  width: 100%;
  align-items: flex-start;
  padding: 20px 0;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item td.product-name img {
  max-width: 92px;
  border: 1px solid #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout form.checkout #order_review table tbody tr.cart_item td.product-name img {
    max-width: 62px;
  }
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item td.product-name .product-quantity {
  position: absolute;
  top: -11px;
  left: 71px;
  padding: 9px;
  background-color: #707070;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  width: auto;
  text-align: center;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item td.product-total {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
  width: 40%;
  padding: 20px 0;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item.component_table_item td.product-name {
  padding: 0;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item.component_table_item td.product-name .component-name.component_table_item_indent {
  padding-left: 20px;
  position: relative;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item.component_table_item td.product-name .component-name.component_table_item_indent:before {
  font-family: "FontAwesomeCP";
  font-size: 14px;
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\e811";
  margin: 0 2px 0 12px;
  opacity: 0.3;
  position: absolute;
  left: -6px;
  top: calc(50% - 14px);
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item.component_table_item td.product-name .component-name .component > dt {
  display: none;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item.component_table_item td.product-name .component-name .component > dd > p {
  display: flex;
  align-items: center;
  gap: 4px;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item.component_table_item td.product-name .component-name .component > dd > p img {
  margin-right: 4px;
  max-width: 60px;
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout form.checkout #order_review table tbody tr.cart_item.component_table_item td.product-name .component-name .component > dd > p img {
    max-width: 40px;
  }
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item.component_table_item td.product-name .component-name .component > dd > p .composited_product_quantity {
  white-space: nowrap;
  display: none;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item.component_table_item td.product-name .component-name .product-quantity {
  display: none;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item.component_table_item td.product-total .component_table_item_subtotal {
  font-size: 14px;
}
.woocommerce-checkout form.checkout #order_review table tbody tr.cart_item.component_table_item td.product-total .component_table_item_subtotal::after {
  display: none;
}
.woocommerce-checkout form.checkout #order_review table tfoot tr.recurring-totals th {
  font-size: 24px;
  padding-top: 40px;
  font-weight: bold;
  border-bottom: 0;
}
.woocommerce-checkout form.checkout #order_review table tfoot tr td, .woocommerce-checkout form.checkout #order_review table tfoot tr th {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
  padding: 10px 0 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.031372549);
  vertical-align: top;
}
.woocommerce-checkout form.checkout #order_review table tfoot tr.order-total th,
.woocommerce-checkout form.checkout #order_review table tfoot tr.order-total td {
  font-size: 19px;
  font-weight: 600;
}
.woocommerce-checkout form.checkout #order_review table tfoot tr.order-total th .woocommerce-Price-amount,
.woocommerce-checkout form.checkout #order_review table tfoot tr.order-total td .woocommerce-Price-amount {
  font-weight: 600;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-payment .blockUI {
  display: none !important;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-payment #place_order {
  padding-top: 18px;
  padding-bottom: 18px;
  text-transform: unset;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0;
  background-color: #1773B0;
  border-color: #1773B0;
  border-radius: 5px;
  color: #ffffff;
  transition: all 0.2s;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-payment #place_order:hover {
  background-color: #ffffff;
  color: #1773B0;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-payment ul.payment_methods li {
  margin: 0;
  padding: 14px;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-payment ul.payment_methods li:not(:last-child) {
  border-bottom: unset;
  border-radius: 5px 5px 0 0;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-payment ul.payment_methods li:not(:first-child) {
  border-radius: 0 0 5px 5px;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-payment ul.payment_methods li label {
  display: inline-flex;
  width: calc(100% - 35px);
  justify-content: space-between;
  align-items: center;
  color: #000000;
}
.woocommerce-checkout .policy-menu-wrapper {
  margin-top: 38px;
  border-top: 1px solid #DEDEDE;
  padding: 21px 0;
}
.woocommerce-checkout .policy-menu-wrapper .policy-menu {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 14px;
  margin: 0;
}
.woocommerce-checkout .policy-menu-wrapper .policy-menu a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-decoration: underline;
  color: #197CBD;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce {
  margin-top: 40px;
  margin-bottom: 40px;
}
.woocommerce-checkout .checkout_coupon {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  align-items: flex-start;
}
.woocommerce-checkout .checkout_coupon .button {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}
.woocommerce-checkout .checkout_coupon .coupon-error-notice {
  margin-top: 8px;
  display: block;
}
.woocommerce-checkout .wcpay-express-checkout-wrapper {
  display: none !important;
}
.woocommerce-checkout #wcpay-express-checkout-button-separator {
  display: none !important;
}

.woocommerce-js .woocommerce-checkout .blockUI.blockOverlay {
  position: fixed !important;
}