/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.30
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



/** Breakpoint **/

@media (min-width: 1181px) and (max-width: 1600px) {
  .e-con-boxed .e-con-inner {
    max-width: 95%;
    margin: 0 auto;
  }

  .elementor-kit-19 h1,
  .elementor-kit-19 h2 {
    font-size: 76px;
  }

  .elementor-kit-19 h3 {
    font-size: 48px;
  }

  .elementor-kit-19 h5 {
    font-size: 26px;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .e-con-boxed .e-con-inner {
    max-width: 95%;
    margin: 0 auto;
  }

  .elementor-kit-19 h1,
  .elementor-kit-19 h2 {
    font-size: 68px;
  }

  .elementor-kit-19 h3 {
    font-size: 44px;
  }

  .elementor-kit-19 h5 {
    font-size: 24px;
  }
}

/** Global Button Style **/

.elementor-button {
  transition: none !important;
}

/** Img Col Fill **/

.img-col-fill .elementor-widget-image {
  height: 100% !important;
}

.img-col-fill .elementor-widget-image img {
  height: 100% !important;
  object-fit: cover !important;
}

/* Breadcrumbs Typography*/

.pp-breadcrumbs .pp-breadcrumbs-text {
  opacity: 0.6 !important;
}

.pp-breadcrumbs .pp-breadcrumbs-item-current,
.pp-breadcrumbs .pp-breadcrumbs-item-current .bread-current {
  color: #fff !important;
  font-weight: 600 !important;
}

.pp-breadcrumbs-separator {
  margin: 0;
}

.pp-breadcrumbs {
  justify-content: center;
  gap: 16px;
}

.pp-breadcrumbs-separator .fa-angle-right:before {
  font-size: 16px !important;
  color: #fff !important;
  opacity: 0.6 !important;
}

.single-product .pp-breadcrumbs-separator .fa-angle-right:before {
    color: rgba(13, 39, 57, 0.40) !important;
	opacity: 1 !important;
}
.single-product .pp-breadcrumbs .pp-breadcrumbs-text{
opacity: 1 !important;	
}

@media (max-width: 1024px) {
	.pp-breadcrumbs{
	gap: 5px;
	}	
}

/* Footer style */

@media (max-width: 1024px) {
  .footer ul {
    flex-direction: column;
    align-items: center;
    gap: 16px !important;
  }

  .footer ul li {
    margin-right: 0 !important;
  }
}

/* Navbar Style */

.navbar.elementor-sticky--effects {
  background: #0d2739 !important;
}

.navbar .pp-advanced-menu .menu-item a .sub-arrow .fas{
font-size: 10px;
}

.navbar .pp-advanced-menu .menu-item .sub-menu li{
	padding:14px 20px;
}

.navbar .pp-advanced-menu .menu-item .sub-menu li a{
	justify-content:left !important;
	position:relative;
}

.navbar .pp-advanced-menu .menu-item .sub-menu li a.pp-menu-item-active:before,
.navbar .pp-advanced-menu .menu-item .sub-menu li:hover a:before{
content:'';
position:absolute;
left:-20px;
width:3px;
height:100%;
background:#32A3C2;
}

@media(max-width:1024px){
	.navbar .pp-advanced-menu .menu-item a .sub-arrow .fas{
    padding: 5px !important;		
	}
	
	.navbar .pp-advanced-menu .menu-item .sub-menu li a{
	justify-content:center !important;
	}
	
.navbar .pp-advanced-menu .menu-item .sub-menu li a.pp-menu-item-active:before,
	.navbar .pp-advanced-menu .menu-item .sub-menu li:hover a:before{
	display:none !important;
	}
	
.navbar .pp-advanced-menu .menu-item .sub-menu li{
	padding:0 !important;
}
}

/* Navbar Slideout Cart Style */

.navbar .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  background: transparent;
}


.navbar .elementor-menu-cart__footer-buttons .elementor-button--view-cart:focus .elementor-button-text {
	color: #32a3c2 !important;
}

.navbar .widget_shopping_cart_content {
  padding-top: 40px;
}
.navbar .woocommerce-mini-cart::-webkit-scrollbar {
  width: 6px;
}

.navbar .elementor-menu-cart__main {
  width: 360px !important;
}

.navbar
  .elementor-menu-cart__footer-buttons
  .elementor-button--view-cart:hover {
  color: #fff;
  background: #0d2739;
}

.navbar .elementor-menu-cart__subtotal strong {
  font-weight: 400 !important;
}

.navbar .elementor-menu-cart__subtotal {
  background: #eef6fb;
  border-radius: 8px;
  padding: 26px 15px;
  margin-top: 40px;
}

.navbar
  .elementor-menu-cart__toggle
  .elementor-button-icon
  .elementor-button-icon-qty {
  font-size: 10px !important;
}

.navbar .product-thumbnail {
  border: 1px solid rgba(13, 39, 57, 0.15) !important;
  border-radius: 8px !important;
}

.navbar .elementor-menu-cart__product-remove:after,
.navbar .elementor-menu-cart__product-remove:before,
.navbar .elementor-menu-cart__close-button:before,
.navbar .elementor-menu-cart__close-button:after {
  background: #0d2739 !important;
}

.navbar .elementor-menu-cart__close-button {
  width: 18px !important;
  margin: 10px;
}

@media (max-width: 1024px) {
  .navbar .widget_shopping_cart_content {
    padding: 0 20px !important;
  }

  .navbar .elementor-menu-cart__main {
    width: 390px !important;
  }
}

/* Why Choose Style */

.why-choose {
  overflow: hidden;
  position: relative;
}

.why-choose .elementor-icon-box-wrapper {
  max-width: 350px;
  margin: 0 auto;
}

.why-choose .elementor-icon-box-title {
  margin: 0 0 8px 0 !important;
}

.why-choose:before,
.why-choose:after {
  content: "";
  background: url("/wp-content/uploads/2024/10/why-choose-graphic.svg");
  background-repeat: no-repeat;
  width: 1143px;
  height: 837px;
  opacity: 0.15;
  position: absolute;
  bottom: -27%;
}

.why-choose:before {
  top: unset;
  left: -24%;
  transform: scaleX(-1);
}

.why-choose:after {
  right: -24%;
}

@media (min-width: 1181px) and (max-width: 1600px) {
  .why-choose:before {
    bottom: -32%;
    left: -40%;
  }

  .why-choose:after {
    bottom: -32%;
    right: -40%;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .why-choose:after,
  .why-choose:before {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .why-choose:after,
  .why-choose:before {
    display: none !important;
  }
}

/* Why Choose US Style */

.why-choose-us {
  overflow: hidden;
  position: relative;
}

.why-choose-us .elementor-icon-box-wrapper {
  max-width: 440px;
  margin: 0 auto;
}

/* List Style */

.list-style ul {
  padding-left: 22px;
}

.list-style ul li:not(:last-child) {
  margin-bottom: 15px;
}

.list-style ul li::marker {
  color: #32a3c2 !important;
}

@media (max-width: 600px) {
  .list-style ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* Quality Assurance Style */

@media (min-width: 1181px) and (max-width: 1600px) {
  .quality-assurance .quality-assurance-content {
    padding: 60px 50px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .quality-assurance .quality-assurance-content {
    padding: 40px !important;
  }
}

/* Call To Action Style */

.call-to-action {
  overflow: hidden;
}

.call-to-action:after {
  content: "";
  background: url("/wp-content/uploads/2024/10/call-to-action-pattern.svg");
  background-repeat: no-repeat;
  width: 784px;
  height: 730px;
  opacity: 0.15;
  position: absolute;
  bottom: -53%;
  right: -15%;
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .call-to-action .pp-button {
    padding: 18px 20px !important;
  }
}

@media (max-width: 1024px) {
  .call-to-action:after {
    display: none !important;
  }
}

/* Notice Banner Style */

.our-testimonials .notice-banner {
  overflow: hidden;
}

.our-testimonials .notice-banner:after {
  content: "";
  background: url("/wp-content/uploads/2024/10/why-choose-graphic.svg");
  background-repeat: no-repeat;
  width: 1143px;
  height: 837px;
  opacity: 0.15;
  position: absolute;
  top: -43%;
  right: -30%;
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .our-testimonials .testimonials {
    gap: 60px !important;
  }
}

@media (max-width: 1024px) {
  .our-testimonials .notice-banner:after {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .our-testimonials .elementor-button {
    width: 100% !important;
  }
}

/* Feature Peptides Style */

.feature-peptides .products .product {
  position: relative !important;
}
.feature-peptides .products .product .added_to_cart {
  padding-top: 18px !important;
}

.feature-peptides .pp-woo-product-wrapper{
	position:relative !important;
}

.feature-peptides .pp-woo-product-wrapper .add_to_cart_button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 16px;
    width: 90% !important;
} 

.feature-peptides .price del {
  opacity: 1 !important;
  color: #c5cbd0 !important;
}

.feature-peptides .price del bdi {
  font-size: 24px;
  font-weight: 600;
  color: inherit !important;
}

.feature-peptides .price ins {
  text-decoration: none !important;
}

.feature-peptides .pp-woo-products-summary-wrap .button {
  order: 4;
}

.feature-peptides .pp-woo-products-summary-wrap {
  display: flex;
  flex-direction: column;
}

.feature-peptides .pp-loop-product__link {
  order: 1 !important;
}

.feature-peptides .pp-woo-products-description {
  order: 2;
  padding: 0 10px !important;
}

.feature-peptides .price {
  order: 3;
}

.feature-peptides .products .swiper-slide {
  height: 100% !important;
}

.feature-peptides .pp-woo-products-slider .swiper-pagination-bullet-active {
  outline: 2px solid #0d2739;
  outline-offset: 6px;
}

.feature-peptides .pp-woo-products-slider .swiper-pagination {
  display: none;
}

.feature-peptides .add_to_cart_button:after {
  display: none !important;
}

.feature-peptides .added_to_cart {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Inter", Sans-serif;
  font-size: 18px;
  font-weight: 600;

  background: #32a3c2;
  padding: 18px 32px;
  border: 1px solid #32a3c2;
  color: #fff;
  border-radius: 8px;
  line-height: 1em;
}

.feature-peptides .added_to_cart:hover {
  background: #0d2739;
  border: 1px solid #0d2739;
  color: #fff;
}

@media (max-width: 1024px) {
  .feature-peptides .pp-woo-products-slider .swiper-pagination {
    display: block !important;
  }

  .feature-peptides .pp-woo-products-description {
    display: none;
  }
}

/* Cart Style */

.woocommerce-cart .navbar {
  background: #0d2739 !important;
}

.woocommerce ul#shipping_method .amount,
.shipping .woocommerce-shipping-destination,
.shipping .woocommerce-shipping-destination strong {
  font-weight: 400 !important;
  font-family: "Inter", Sans-serif !important;
  font-size: 16px !important;
}

.woocommerce-checkout-review-order{
	    border: 1px solid #eaefe6 !important;
    border-radius: 12px;
}

.woocommerce-checkout-payment{
	padding:40px 30px !important;
}


.woocommerce table.shop_table{
overflow:hidden !important;
border-radius:12px !important;
	border:0 !important;
}

.woocommerce-cart table {
  border: 1px solid rgba(13, 39, 57, 0.15) !important;
  border-radius: 8px !important;
}

.woocommerce-cart .coupon {
  border: 0 !important;
}

.woocommerce-cart .coupon-col {
  align-items: center !important;
}

.woocommerce-cart .checkout-button {
  width: 100% !important;
  font-size: 18px !important;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding-top: 14px !important;
}

.woocommerce-cart .cart thead {
  background: #eef6fb;
  padding: 20px 70px !important;
  height: 70px;
}

.woocommerce-cart .cart tbody tr {
  padding: 20px !important;
}

.woocommerce-cart .cart tbody tr:last-child {
  display: none !important;
}

.woocommerce-cart .cart tbody .product-thumbnail img {
  max-width: 132px !important;
  width: 132px;
  height: 132px;
  border-radius: 12px;
  border: 1px solid rgba(13, 39, 57, 0.15);
  margin: auto;
  object-fit: cover;
}

.woocommerce-cart .elementor-widget-woocommerce-cart .woocommerce .remove {
  color: rgba(13, 39, 57, 0.8) !important;
  opacity: 0.5;
}

.woocommerce-cart .cart tbody .product-remove {
  padding-left: 20px !important;
  padding-right: 26px !important;
}

.woocommerce-cart .cart tbody .product-quantity input {
  text-align: center;
  padding: 19px 10px !important;
  border-radius: 0 !important;
  text-align: center !important;
}

.woocommerce-cart .cart-collaterals {
  background: #eef6fb;
  padding: 36px 40px;
  border-radius: 12px;
}

.woocommerce-cart .e-cart-totals.e-cart-section {
  border: 0;
}

.woocommerce-cart .coupon {
  max-width: 660px !important;
}

.woocommerce-cart .coupon.shop_table {
  margin-bottom: 0 !important;
}

.woocommerce-cart .coupon #coupon_code {
  background: transparent !important;
	border-radius:8px !important;
}

.woocommerce-cart .product-name a {
  color: #0d2739 !important;
  font-weight: 700;
  font-size: 30px;
  font-family: "korolev-condensed", Sans-serif !important;
}

.woocommerce-cart .cart-collaterals table {
  border: 0 !important;
}

.woocommerce-cart .e-cart-section {
  margin-bottom: 40px !important;
}

.woocommerce-cart .e-cart__container {
  grid-template-columns: 67% auto !important;
  gap: 40px !important;
}

.woocommerce-cart .comments-area {
  display: none !important;
}

.woocommerce-cart input[type="radio"] {
  width: 20px;
  height: 20px;
}

.woocommerce-cart. input[type="radio"]:checked ~ span {
  color: #fff !important;
  font-weight: 600 !important;
}

.woocommerce-cart input[type="radio"]:checked {
  accent-color: #008db4 !important;
}

.woocommerce-cart .shipping-calculator-button {
  color: #0d2739 !important;
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .woocommerce-cart .product-name a {
    font-size: 22px;
    line-height: 1em;
  }

  .woocommerce-cart .cart-collaterals {
    padding: 36px 25px;
  }

  .woocommerce-cart tr th,
  .woocommerce-cart .woocommerce-Price-amount,
  .woocommerce-cart .quantity input,
  .woocommerce-cart .cart-collaterals td:before {
    font-size: 20px;
  }

  .woocommerce-cart .cart-collaterals #shipping_method label {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .woocommerce-cart .e-cart__container {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-cart .coupon {
    max-width: 100% !important;
  }
	
	.woocommerce-checkout-payment{
	margin-bottom:0 !important;
	}
}

@media (max-width: 600px) {
	.woocommerce-cart .product-name a {
		font-size: 20px !important;
	}
	
	.woocommerce-cart .cart-collaterals {
		padding: 36px 30px;
	}

  .woocommerce-cart input[type="radio"] {
    width: 12px;
    height: 12px;
  }

  .woocommerce-cart .woocommerce .cart_totals h2 {
    margin-bottom: 4px !important;
  }
	
	.woocommerce-checkout-payment{
	padding:40px 20px !important;
}
}




/* Checkout Page Style */

.woocommerce-checkout .navbar {
  background: #0d2739 !important;
}

.woocommerce-checkout .woocommerce-info::before {
  display: none;
}

.woocommerce-checkout .woocommerce-info {
  padding: 21px 26px;
  margin-bottom: 52px;
}

.woocommerce-checkout label {
  color: #0d2739 !important;
  font-size: 16px !important;
  font-family: "Inter", Sans-serif !important;
  margin-bottom: 8px !important;
}

.woocommerce-checkout
  .woocommerce-shipping-fields
  .woocommerce-form__label
  span {
  font-family: "korolev-condensed", Sans-serif !important;
  font-size: 30px;
  letter-spacing: 0;
}

.woocommerce-checkout .woocommerce-shipping-fields .checkbox {
  display: flex;
  align-items: center;
  gap: 14px;
}

.woocommerce-checkout .notes textarea,
.woocommerce-checkout .woocommerce-additional-fields textarea {
  min-height: 140px !important;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 0 !important;
}

.woocommerce-checkout .pp-checkout__order_review {
  background: #fff !important;
}

.woocommerce-checkout .order_review_heading {
  margin-bottom: 24px !important;
}

.woocommerce-checkout .cart_item td {
  border: 0 !important;
  border-bottom: 1px solid #eaefe6 !important;
}

.woocommerce-checkout .shop_table {
  border: 1px solid #eaefe6 !important;
}

.woocommerce-checkout .shop_table thead tr th {
  border: 0 !important;
}

.woocommerce-checkout tfoot th,
.woocommerce-checkout tfoot td {
  border: 0;
  border-bottom: 1px solid #eaefe6 !important;
  font-weight: 600 !important;
  width: 50%;
}

.woocommerce-checkout tfoot label,
.woocommerce-checkout tfoot label .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 400 !important;
}

.woocommerce-checkout #place_order {
  margin-bottom: 0 !important;
}

.woocommerce-checkout .woocommerce-shipping-methods li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.woocommerce-checkout .woocommerce-shipping-methods li label {
  margin-bottom: 0 !important;
}

.woocommerce-checkout input[type="radio"] {
  width: 20px;
  height: 20px;
}

.woocommerce-checkout input[type="radio"]:checked ~ span {
  color: #fff !important;
  font-weight: 600 !important;
}

.woocommerce-checkout input[type="radio"]:checked {
  accent-color: #008db4 !important;
}

.woocommerce-checkout .woocommerce form.checkout_coupon {
  background: #eef6fb !important;
  border: 1px solid #eef6fb !important;
  max-width: 65% !important;
}

.woocommerce .checkout_coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
}

.woocommerce .checkout_coupon p:first-child {
  width: 100% !important;
}

.woocommerce form .form-row {
  margin: 0 !important;
}

.woocommerce-checkout .select2-selection {
  display: flex;
  align-items: center;
}

.woocommerce-checkout .select2-selection,
.woocommerce-checkout .select2-selection .select2-selection__arrow {
  height: 51px !important;
}

.woocommerce form.woocommerce-form-coupon .form-row input {
  height: 54px !important;
}

/* .woocommerce form.woocommerce-form-coupon .form-row .button {
  color: #fff !important;
  padding: 18px 32px !important;
  font-size: 18px !important;
}

.woocommerce form.woocommerce-form-coupon .form-row .button:hover {
  color: #0d2739 !important;
  background: #ebebeb !important;
}
 */
.woocommerce-checkout-review-order .shop_table .order-total {
  background: #eef6fb !important;
}

@media (max-width: 1024px) {
  .woocommerce-checkout .woocommerce-additional-fields {
    margin-bottom: 52px !important;
  }

  .woocommerce-checkout .woocommerce form.checkout_coupon {
    max-width: 100% !important;
  }
}

@media (max-width: 600px) {
  .woocommerce-checkout .woocommerce-info {
    margin-bottom: 28px;
  }

  .woocommerce-checkout #customer_details .col-1 {
    margin-bottom: 48px;
  }

  .woocommerce-checkout .woocommerce-info {
    margin-bottom: 28px;
  }

  .woocommerce-checkout .woocommerce-billing-fields h3 {
    margin-bottom: 10px !important;
  }

  .woocommerce-checkout label {
    font-size: 14px !important;
  }

  .woocommerce-checkout input[type="radio"] {
    width: 12px;
    height: 12px;
  }

  .woocommerce-checkout .woocommerce form.checkout_coupon {
    display: flex;
    flex-direction: column;
  }

  .woocommerce-checkout .woocommerce form.checkout_coupon .form-row {
    width: 100% !important;
  }

  .woocommerce-checkout .woocommerce form.checkout_coupon .form-row .button {
    width: 100% !important;
  }

  .woocommerce-checkout
    .woocommerce-shipping-fields
    .woocommerce-form__label
    span {
    font-size: 22px;
  }
}

/* My Account Page Style */

.woocommerce-account .navbar {
  background: #0d2739 !important;
}

.woocommerce-account .woocommerce form {
  background: #eef6fb !important;
  border-radius: 0 !important;
  border: 1px solid #eef6fb !important ;
  margin: 0px 0 0 !important;
  padding: 50px;
}

.woocommerce-account .woocommerce form .form-row {
  margin-top: 20px !important;
}

.woocommerce-account .woocommerce form input {
  height: 42px;
}

.woocommerce-account .woocommerce form .select2-selection {
  height: 52px;
  display: flex !important;
  align-items: center !important;
}

.woocommerce-account
  .woocommerce
  form
  .select2-selection
  .select2-selection__arrow {
  height: 52px;
}

.woocommerce-account .woocommerce form .button {
  font-family: "Inter", Sans-serif;
  color: #fff !important;
  border-radius: 8px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  background: #32a3c2 !important;
  border: 1px solid #32a3c2 !important;
  padding: 18px 32px !important;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: inherit !important;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #32a3c2 !important;
}

.woocommerce-account .woocommerce-Address-title h2 {
  font-size: 36px !important;
}

.woocommerce-account form label {
  font-weight: 600;
  color: #171a14 !important;
  margin-bottom: 8px !important;
  text-transform: capitalize;
}

.woocommerce-account form input {
  border: 1px solid #fff !important;
  height: 52px !important;
}

.woocommerce-account .woocommerce form .button:hover {
  background: #0d2739 !important;
  border: 1px solid #0d2739 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 22px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 15px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation li::marker {
  color: #6ca042 !important;
}

@media (max-width: 1024px) {
  .woocommerce-account .pp-woo-my-account .woocommerce {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
  }

  .woocommerce-account
    .pp-woo-my-account
    .woocommerce
    .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }

  .woocommerce-account
    .pp-woo-my-account
    .woocommerce
    .woocommerce-MyAccount-navigation
    ul {
    padding-left: 0 !important;
  }

  .woocommerce-account
    .pp-woo-my-account
    .woocommerce
    .woocommerce-MyAccount-content {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 600px) {
  .woocommerce-account .woocommerce form {
    margin: 20px 0 0 !important;
    padding: 40px 20px;
  }
}

/* Header Style */

.internal-page-graphic {
  overflow: hidden !important;
}

.internal-page-graphic:before,
.internal-page-graphic:after {
  content: "";
  background: url("/wp-content/uploads/2024/10/contact-us-header-graphic.svg");
  background-repeat: no-repeat;
  width: 1143px;
  height: 837px;
  opacity: 0.15;
  position: absolute;
}

.internal-page-graphic:before,
.internal-page-graphic:before {
  top: 23% !important;
  transform: scaleX(-1);
  left: -24%;
}

.internal-page-graphic:after {
  right: -24%;
  top: 23% !important;
}

@media (min-width: 1181px) and (max-width: 1600px) {
  .internal-page-graphic:before {
    bottom: -32%;
    left: -40%;
  }

  .internal-page-graphic:after {
    bottom: -32%;
    right: -40%;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .internal-page-graphic:after,
  .internal-page-graphic:before {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .internal-page-graphic:after,
  .internal-page-graphic:before {
    display: none !important;
  }
}

/**== FAQs Style ==**/

.sidebar .pp-advanced-menu .menu-item .pp-menu-item:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: none !important;
  position: absolute;
  top: 21px;
  left: 31px;
  z-index: 2;
  opacity: 1 !important;
}

.sidebar .menu-item .pp-menu-item:hover:before {
  color: #fff;
}

.sidebar .menu-item .pp-menu-item {
  background: transparent;
  padding: 20px 32px 20px 64px !important;
  border: 1px solid rgba(13, 39, 57, 0.15);
}

.sidebar .menu-item .pp-menu-item-active,
.sidebar .menu-item .pp-menu-item:hover {
  background: #32a3c2 !important;
  border: 1px solid #32a3c2 !important;
}

@media (max-width: 1024px) {
  .sidebar .menu-item .pp-menu-item:before {
    top: 22px;
  }
}

@media (max-width: 600px) {
  .sidebar .menu-item .pp-menu-item {
    padding: 20px 28px 20px 56px !important;
  }
}

/** About Product Detail Info Style **/

.product-detail-info:before {
  background-size: 50% 100% !important;
}

.product-detail-info:after {
  content: "";
  background: url("/wp-content/uploads/2024/10/product-info-graphic.svg");
  width: 204px;
  height: 686px;
  background-size: cover;
  position: absolute;
  z-index: 1;
}

/** About Product Detail Info Style **/

.regulatory-guidelines {
  overflow: hidden;
}

.regulatory-guidelines:after,
.regulatory-guidelines:before {
  content: "";
  background: url(/wp-content/uploads/2024/10/guidline-graphic.svg);
  background-repeat: no-repeat;
  width: 222px;
  height: 373px;
  position: absolute;
}

.regulatory-guidelines:after {
  top: 0;
  right: 0;
}

.regulatory-guidelines:before {
  left: 0;
  transform: scale(-1);
  border: 0 !important;
}

@media (max-width: 1024px) {
  .regulatory-guidelines:after,
  .regulatory-guidelines:before {
    display: none !important;
  }
}

/** Single Product **/

.single-product .single-product-header h1 {
  font-size: 54px;
  letter-spacing: -1.08px;
}

.single-product .product-detail h4 {
  margin-bottom: 16px !important;
  margin-top: 0;
  position: relative;
  padding-left: 22px;
}

.single-product .product-detail h4:not(:first-child) {
  border-top: 1px solid rgba(13, 39, 57, 0.15);
  padding-top: 40px;
  margin-top: 40px;
}

.single-product .product-detail h4:before {
  content: "";
  position: absolute;
  left: 0;
  background: #32a3c2;
  height: 32px;
  width: 5px;
  bottom: 6px;
}

.single-product .product-detail {
  font-size: 18px;
}

.single-product .navbar {
  background: #0d2739 !important;
  margin-bottom: 0 !important;
}

.single-product .woocommerce-product-gallery {
  margin-bottom: 0 !important;
}

.single-product .woocommerce-product-gallery__image img {
  border: 1px solid #dbdfe1;
  border-radius: 12px;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  border: 1px solid #dbdfe1;
  opacity: 1 !important;
  border-radius: 8px;
}

.single-product
  .elementor-widget-woocommerce-product-images
  .flex-control-thumbs
  li
  img.flex-active {
  border: 1px solid #32a3c2 !important;
}

.single-product #product-detail ol,
.single-product #product-detail ul {
  padding-left: 20px !important;
}

.single-product #product-detail ul li::marker {
  color: #32a3c2 !important;
}

.single-product #product-detail li:not(:last-child) {
  margin-bottom: 15px !important;
}

.single-product #product-detail p a,
.single-product #product-detail li a {
  color: #32a3c2 !important;
}

.single-product #product-detail p a:hover,
.single-product #product-detail li a:hover {
  color: #0d2739 !important;
}

@media (max-width: 600px) {
  .single-product .single-product-header h1 {
    font-size: 48px !important;
    letter-spacing: -0.96px;
  }

  .single-product .product-detail h4:before {
    bottom: 3px !important;
  }
	.single-product .product-detail h4:not(:first-child) {
		padding-top: 25px;
		margin-top: 25px;
	}
}

/* DESKTOP */
.woocommerce .flex-control-thumbs {
  margin: 10px 0px 10px -5px !important;
  width: 14% !important;
  display: flex;
}

ol.flex-control-nav.flex-control-thumbs li {
  width: 100% !important;
}

.woocommerce .flex-control-thumbs {
  width: 13% !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: 20px;
  right: 40px;
}

@media (max-width: 1600px) {
  .woocommerce .flex-control-thumbs {
    width: 12% !important;
  }
}

@media (max-width: 1400px) {
  .woocommerce .flex-control-thumbs {
    width: 14% !important;
  }
}

/* PHONES */
@media (max-width: 414px) {
  ol.flex-control-nav.flex-control-thumbs li {
    width: 18% !important;
  }
}

/* TABLETS */
@media (min-width: 568px) and (max-width: 768px) {
  .woocommerce .flex-control-thumbs {
    margin: 10px 0px 10px -5px !important;
    width: 15% !important;
  }

  ol.flex-control-nav.flex-control-thumbs li {
    width: 90% !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .woocommerce .flex-control-thumbs {
    margin: 10px 0px 10px -5px !important;
    width: 10% !important;
  }

  ol.flex-control-nav.flex-control-thumbs li {
    width: 100% !important;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    right: 1em !important;
  }
}

@media (min-width: 568px) {
  .woocommerce .flex-control-nav {
    position: absolute;
    top: -10px;
    left: 0px;
  }
  .flex-control-thumbs {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  .woocommerce .flex-viewport {
    width: 86.5% !important;
    left: 100px !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .woocommerce .flex-viewport {
    width: 87% !important;
    left: 95px !important;
  }
}
@media (min-width: 1025px) {
  .woocommerce .flex-viewport {
    width: 85% !important;
    left: 80px !important;
  }
}

@media (max-width: 567px) {
  .woocommerce .flex-control-thumbs {
    width: 100% !important;
  }
	
.single-product .elementor-add-to-cart .variations_form{
max-width:100% !important; 
}
}

.single-product .elementor-add-to-cart table tbody > tr:nth-child(odd) > td,
.single-product .elementor-add-to-cart table tbody > tr:nth-child(odd) > th {
  background: transparent !important;
}

.single-product .elementor-add-to-cart table td,
.single-product .elementor-add-to-cart table th {
  padding: 0 !important;
  margin-right: 20px;
}

/* .single-product .elementor-add-to-cart .variations_form{
	max-width:262px !important; 
}
 */

.single-product .elementor-add-to-cart .variations_form .variations select {
  border: 1px solid rgba(23, 26, 20, 0.1) !important;
}

.single-product .elementor-add-to-cart .price {
  margin-bottom: 0 !important;
  font-family: "korolev-condensed", Sans-serif !important;
}

.single-product .elementor-add-to-cart .price del bdi {
  font-size: 28px !important;
  color: #171a14bf !important;
  font-weight: 700 !important;
  font-family: "korolev-condensed", Sans-serif !important;
}

.single-product .elementor-widget-woocommerce-product-price .price bdi,
.single-product .elementor-add-to-cart .price bdi {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #32a3c2 !important;
  font-family: "korolev-condensed", Sans-serif !important;
}

/* Strikethrough */
.single-product .elementor-widget-woocommerce-product-price .price del,
.single-product
  .elementor-widget-woocommerce-product-price
  .price
  del
  .amount
  bdi {
  font-size: 28px !important;
  color: rgba(13, 39, 57, 0.8) !important;
  font-family: "korolev-condensed", Sans-serif !important;
}

.single-product .elementor-add-to-cart .price del,
.single-product .elementor-add-to-cart .price span.woocommerce-Price-amount {
  color: rgba(13, 39, 57, 0.8) !important;
  font-size: 28px !important;
  font-family: "korolev-condensed", Sans-serif !important;
}

.single-product .variations tr {
  display: flex;
}

.single-product .single_variation .woocommerce-variation-price {
  padding-bottom: 15px !important;
}

.woocommerce .quantity .qty {
  width: 5rem;
}

.single-product .reset_variations {
  color: #0d2739 !important;
}

@media (max-width: 600px) {
  .single-product .elementor-add-to-cart .price del bdi {
    font-size: 22px !important;
  }

  .single-product .elementor-widget-woocommerce-product-price .price bdi,
  .single-product .elementor-add-to-cart .price bdi {
    font-size: 36px !important;
  }

  .single-product .elementor-add-to-cart .price del,
  .single-product .elementor-add-to-cart .price span.woocommerce-Price-amount {
    font-size: 22px !important;
    font-family: "korolev-condensed", Sans-serif !important;
  }
}

.single-product .price {
  display: flex;
/*   flex-direction: row-reverse; */
  gap: 10px;
  align-items: center;
/*   justify-content: flex-end; */
}

.single-product .price del {
  opacity: 1 !important;
}

.single-product .price ins {
  text-decoration: none !important;
}

.single-product .quantity input {
  border: 1px solid rgba(23, 26, 20, 0.1) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: rgba(23, 26, 20, 0.75) !important;
}

.single-product .woocommerce-message {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  border-top-color: #32a3c2 !important;
}

.single-product .woocommerce-message::before {
  color: #32a3c2 !important;
}

.single-product .e-woocommerce-notices-wrapper .woocommerce-message a {
  font-family: "Inter", Sans-serif !important;
  font-size: 18px;
  font-weight: 600 !important;
}

@media (max-width: 600px) {
  .single-product .e-woocommerce-notices-wrapper .woocommerce-message a {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}

/** ThankYou page **/

.page-id-1672 .navbar {
  background: #0d2739 !important;
  margin-bottom: 0 !important;
}

.page-id-1672 .header:before,
.page-id-1672 .header:after {
  content: "";
  background: url("/wp-content/uploads/2024/10/why-choose-graphic.svg");
  background-repeat: no-repeat;
  width: 1143px;
  height: 837px;
  opacity: 0.15;
  position: absolute;
  bottom: -27%;
}

.page-id-1672 .header:before {
  top: unset;
  left: -24%;
  transform: scaleX(-1);
}

.page-id-1672 .header:after {
  right: -24%;
}

@media (min-width: 1181px) and (max-width: 1600px) {
  .page-id-1672 .header:before {
    bottom: -32%;
    left: -40%;
  }

  .page-id-1672 .header:after {
    bottom: -32%;
    right: -40%;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .page-id-1672 .header:after,
  .page-id-1672 .header:before {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .page-id-1672 .header:after,
  .page-id-1672 .header:before {
    display: none !important;
  }
}

/* Product Index */
/* Product Cards Style */

.products-cards .add_to_cart_button {
  width: 100%;
}

.products-cards .add_to_cart_button:after {
  display: none !important;
}

.products-cards .added_to_cart {
  background: #32a3c2 !important;
  width: 100% !important;
  padding: 18px !important;
  border-radius: 8px;
  margin-top: 15px !important;
}

.products-cards .added_to_cart:hover {
  background: #0d2739 !important;
}

.products-cards .attachment-woocommerce_thumbnail {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.products-cards .product .primary-category {
  font-size: 14px;
  font-weight: 700;
  color: #566e43;
  border: 1px solid #171a141a;
  padding: 6px 12px;
  border-radius: 200px;
  display: inline-block;
  margin-bottom: 8px;
  line-height: 1.2em;
}

.products-cards .price {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  justify-content: center;
}

.products-cards .price bdi {
  opacity: 1 !important;
}

.products-cards .price ins {
  text-decoration: none !important;
}

.products-cards .woocommerce-result-count {
  color: rgba(13, 39, 57, 0.8) !important;
  margin: 15px 0 !important;
  margin-right: 10px !important;
}

.products-cards .orderby {
  border-radius: 8px !important;
  background: #eef6fb !important;
  border: 0 !important;
  color: rgba(28, 28, 28, 0.7) !important;
  height: 57px;
}

.products-cards .woocommerce .woocommerce-ordering,
.products-cards .woocommerce-page .woocommerce-ordering {
  margin-bottom: 56px;
}

.products-cards .woocommerce-pagination ul {
  border: 0 !important;
  display: flex !important;
  justify-content: center;
  gap: 28px;
}

.woocommerce-pagination ul li {
  border: 0 !important;
  margin: 0 16px;
  overflow: visible;
}

.woocommerce-pagination ul li .page-numbers,
.pp-posts-pagination-wrap .pp-posts-pagination .page-numbers {
  position: relative;
}

.woocommerce-pagination ul li .page-numbers:before,
.pp-posts-pagination-wrap .pp-posts-pagination .page-numbers:before  {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #eef6fb !important;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  z-index: -1;
}

.woocommerce-pagination ul li .page-numbers.current:before,
.products-cards .woocommerce-pagination ul li:hover .page-numbers:before {
  background: #0d2739 !important;
}

.woocommerce-pagination ul li {
  overflow: visible !important;
}

.woocommerce-pagination ul li .page-numbers.prev,
.woocommerce-pagination ul li .page-numbers.next {
  color: #32a3c2 !important;
}

 .woocommerce-pagination ul li:hover .page-numbers.next,
.woocommerce-pagination ul li:hover .page-numbers.prev {
  color: #fff !important;
}

.woocommerce-pagination ul li:hover .page-numbers.next:before,
.woocommerce-pagination ul li:hover .page-numbers.prev:before {
  background: #32a3c2 !important;
}

.products-cards ul.products li.product .price {
  margin-bottom: 20px !important;
}

@media (max-width: 1180px) {
  .products-cards .products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 1024px) {
  .products-cards span.onsale {
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    margin: 0 !important;
  }

  .products-cards .woocommerce-result-count {
    margin: 6px 0 !important;
  }
}

@media (max-width: 511px) {
  .products-cards .woocommerce .woocommerce-ordering,
  .products-cards .woocommerce-page .woocommerce-ordering {
    float: left !important;
    margin-bottom: 32px;
  }
}

@media (max-width: 600px) {
  .products-cards .added_to_cart {
    font-size: 14px !important;
    padding: 16px 10px !important;
    margin-top: 10px !important;
  }

  .products-cards .product .primary-category {
    font-size: 10px;
  }

  .products-cards .woocommerce-pagination ul li .page-numbers {
    font-size: 10px !important;
  }

  .products-cards .products {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }

  .products-cards .products li {
    width: 48% !important;
  }

  .products-cards .products {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .products-cards .woocommerce-pagination ul li .page-numbers:before {
    width: 40px !important;
    height: 40px !important;
  }

  .products-cards .woocommerce-pagination ul {
    gap: 30px;
  }
}

@media (max-width: 360px) {
  .products-cards .products {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .products-cards .products li {
    width: 100% !important;
  }
}

/* Privacy Policy Style */

.privacy-policy .navbar,
.page-id-1891 .navbar,
.page-id-1904 .navbar,
.page-id-1928 .navbar {
  background: #0d2739 !important;
  margin-bottom: 0 !important;
}

.privacy-policy #content h2 {
  font-size: 64px;
  margin-top: 60px !important;
}

.privacy-policy #content h3 {
  margin-top: 30px;
}

.privacy-policy #content h4,
.terms-and-conditions #content h4,
.return-policy h4 {
  margin-top: 20px;
}

.privacy-policy #content p a,
.privacy-policy #content ul li a {
  color: #32a3c2 !important;
}

.privacy-policy #content p a:hover,
.privacy-policy #content ul li a:hover {
  color: #0d2739 !important;
}

.privacy-policy #content ul,
.page-id-1891 #content ul,
.return-policy ul,
.shipping-policy ul {
  padding-left: 22px;
}

.privacy-policy #content ul li:not(:last-child),
.terms-and-conditions ul li:not(:last-child),
.return-policy ul li:not(:last-child),
.shipping-policy ul li:not(:last-child) {
  margin-bottom: 15px;
}

.privacy-policy #content ul li::marker,
.terms-and-conditions ul li::marker,
.return-policy ul li::marker,
.shipping-policy ul li::marker {
  color: #32a3c2 !important;
}

@media (max-width: 1024px) {
  .privacy-policy #content h2 {
    font-size: 50px;
    margin-top: 40px !important;
  }
}

@media (max-width: 600px) {
  .privacy-policy #content ul li:not(:last-child),
  .terms-and-conditions ul li:not(:last-child),
  .return-policy ul li:not(:last-child),
  .shipping-policy ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .privacy-policy #content h2 {
    font-size: 40px;
    margin-top: 30px !important;
  }

  .privacy-policy #content h3 {
    margin-top: 20px;
  }
}


/** Age Verification Popup **/

.age-gate{
border-radius:16px;
}

.age-gate-background-color, .age-gate__background-color{
background:#0d2739cc !important;
}

.age-gate__form .age-gate__challenge{
	color:rgba(13, 39, 57, 0.80) !important;
	margin-bottom:40px !important;
}

.age-gate__form .age-gate__heading .age-gate__heading-title{
display:none !important;	
}

.age-gate__form .age-gate__headline{
	color:#32A3C2 !important;
	font-size:100px !important;
	letter-spacing: -2px !important;
}

.age-gate__form .age-gate__subheadline{
font-size:44px !important;
    margin-bottom: 28px;
font-weight:700 !important;
font-family: "korolev-condensed", Sans-serif;	
}

.age-gate__form .age-gate__challenge{
max-width:320px;
	margin:0 auto;
}

.age-gate__form .age-gate__submit--no{
background:transparent !important;
border:1px solid #0D2739 !important;
color:#0D2739 !important;
}

.age-gate__form .age-gate__submit--no:hover{
background:#0D2739 !important;
border:1px solid #0D2739 !important;
color:#fff !important;	
}

.age-gate__form .age-gate__submit--yes:hover{
border:1px solid #0D2739 !important;	
}

.age-gate__form .age-gate__buttons{
    flex-direction: row-reverse;	
}


@media(max-width:600px){
	.age-gate__form .age-gate__headline{
	font-size:80px !important;
}
}


.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label ,
.woocommerce-terms-and-conditions-wrapper span,
.woocommerce-privacy-policy-text p {
    line-height: 1.2 !important;
    font-size: 12px !important;
}



/**==Password Protected Style ==**/

main.post-password-required {
    padding: 16% 5%;
    min-height: 60vh;
    text-align: center;
}

main.post-password-required .post-password-form p {
    justify-content: center;
    font-weight: 500;
}

main.post-password-required .post-password-form input[type="submit"] {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

main.post-password-required .post-password-form input[type="password"] {
	border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s;
	height: 56px;
}

@media (max-width: 1024px) {
	main.post-password-required {
		min-height: 40vh;
	}
}



/*Password Protected Page BG*/

.post-password-required {
	background-color: #0d2739;
}

.post-password-required .page-content {
	color: #fff;
}




/** Product Sale Badage **/

.woocommerce ul.products li.product .onsale{
	    top: -13px !important;
    right: -13px !important;
	    margin: 0 !important;
    border-radius: 0 12px 0 12px !important;
}


@media (max-width: 1024px) {
  .products-cards span.onsale {
    min-width: 74px !important;
    min-height: 32px !important;
  }
}

@media (max-width: 600px) {
  .products-cards span.onsale {
    min-width: 56px !important;
    min-height: 32px !important;
  }
	
	.woocommerce ul.products li.product .onsale{
	    top: -9px !important;
    right: -9px !important;
    border-radius: 0 8px 0 8px !important;
}
}

/** Omnisend Reset **/
#omnisend-forms-wrapper button {
    padding: initial;
    border: initial;
    color: initial;
    background: initial;
    height: initial;
    width: initial;
    left: initial;
    top: initial;
    
}


/* Limit scope to the Thank You page */
body.woocommerce-order-received .woocommerce {
    font-family: inherit;
    max-width: 800px;
    margin: auto;
}

/* Reset overly large font sizes */
body.woocommerce-order-received h1,
body.woocommerce-order-received h2,
body.woocommerce-order-received h3 {
    font-size: 28px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

/* Improve spacing for sections */
body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
    margin-bottom: 20px;
}

/* Align and style the address blocks */
body.woocommerce-order-received .woocommerce-customer-details address {
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}

/* Improve table readability */
body.woocommerce-order-received .woocommerce-order-details table {
    width: 100%;
    border-spacing: 0;
}

body.woocommerce-order-received .woocommerce-order-details table thead th {
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 8px;
    background: #69727d;
    color: #fff;
}

body.woocommerce-order-received .woocommerce-order-details table td {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.5;
}

/* Slightly emphasize payment method */
body.woocommerce-order-received .woocommerce-order-details .payment-method strong {
    font-weight: bold;
    color: #333;
}

/* Thank You message styling */
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 2.2em;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: 80px;
}

/* Order Overview alignment */
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    justify-content: center;
    margin: 80px 0 40px;
}


.woocommerce-verify-email {
    width: 600px;
    margin: auto;
}

.woocommerce-verify-email input {
    border: 1px solid #ccc !important;}

.woocommerce-verify-email  button.woocommerce-button.button {
    width: 100%;
}

