/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {	 
	--e-global-color-primary: #178272;
	--e-global-color-secondary: #178272;
	--e-global-color-accent: #1f2a37;
	--sl-primary : #1a3a8f;
	--sl-primary-dark : #0D2462;
	--sl-primary-light : #EBF1FC;
	--sl-cobalt : #2A52BE;
	--sl-ice : #D6E8F8;

	/* Neutrals */
	--sl-ink : #0C0F1A;
	--sl-charcoal : #2C2C2A;
	--sl-gray : #5F5E5A;
	--sl-silver : #8C9DB5;
	--sl-off-white :#F5F7FA;
	--sl-white : #FFFFFF;
	--sl-black: #000000;
		
	/* Semantic */
	--sl-success : #0F6E56;
	--sl-success-bg : #E1F5EE;
	--sl-alert : #E63946; 
	--sl-alert-dark : #9B1C27;
		
	/* Borders */
	--sl-border : #E8EDF3;
	--sl-border-focus : #2A52BE;
}

/* ===============================
   Default Styles
================================= */
 
.tc-green {
	color:var(--color-secondary);
}
.brxe-button.bricks-button {
    padding: 16px 34px;
    border-radius: 12px;
    font-weight: 600;
    border: 2px solid;
    transition: all 0.2s ease;
}
.brxe-button.bricks-button.bricks-background-primary {
    color: #fff;
	border-color:var(--color-primary); 
}
.brxe-button.bricks-button.bricks-background-primary:hover { 
    opacity: 0.82;
}
.brxe-button.bricks-button.bricks-background-secondary {
    color: #000;
    border-color: #00000000;
    background-color: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.36);
}
.brxe-button.bricks-button.bricks-background-secondary:hover {
	box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.17);
}
header .brxe-nav-menu .bricks-mobile-menu {
    width: 100%;
}
.tc-center {
    justify-content: center;
	text-align:center;
}




/* ===============================
   Header Footer
================================= */

.tc-header .menu-item > a {
    transition: opacity 0.15s cubic-bezier(.4, 0, .2, 1);
}
.tc-header .menu-item > a:hover, .tc-header .brx-submenu-toggle > a:hover, .tc-header .menu-item.current_page_item  > a {
    opacity: 0.6;
}
.tc-menu-effect small {
    font-size:14px;
    opacity:.6
}
.tc-menu-effect a{
    display:flex;
    gap:4px;
    align-items:center;
    justify-content:center;
}
.tc-shopcart-wrapper a{
	width:40px;
	height:40px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:6px;
	transition: background-color .3s linear;
	cursor:pointer;
}
.tc-shopcart-wrapper a:hover{
    background-color:color-mix(in srgb, var(--color-secondary) 40%, transparent);
}
.tc-header .bricks-nav-menu .sub-menu {
	border-radius:8px;
	top:33px;
	min-width:220px;
	box-shadow: 1px 2px 11px 4px rgba(0, 0, 0, 0.1);
	padding:5px;
	line-height:45px;
}
.sub-menu .menu-item:hover{
	border-radius:4px;
	background-color: #95d0af61;
}
.tc-header .sub-menu .menu-item:hover a{
    opacity:1;
}
.tc-header .menu-item .icon-right button{
	margin-left:8px;
}
.tc-header .menu-item .icon-right svg{
	font-size:12px;
}
.tc-header-mrq .icon svg {
    width: 20px;
    height: 18px;
}


.tc-mrq {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    align-items: center; 
    white-space: nowrap;
    transform: translateX(0);
    animation: header-marquee 120s linear infinite;
} 
.tc-mrq > .brxe-icon-box {
    flex: 0 0 auto;
    margin-right: 30px;
} 
@keyframes header-marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}



 

footer .brxe-image-gallery {
    display: flex;
    gap: 12px;
    align-items: center;
}
footer .brxe-image-gallery li {
    display: block;
}
footer .brxe-image-gallery img {
    max-width: 70px;
    max-height: 65px;
    object-fit: contain;
}
footer .brxe-image-gallery img:hover{
	opacity:0.9;
}
footer .brxe-image-gallery li:not(:first-child) img {
    max-height: 50px;
}
footer .tc-ft-socials img:hover {
    transform: translateY(-1px);
}  
footer ul.bricks-nav-menu li a,
footer ul.bricks-nav-menu li a small { 
    display: block;
    transition: all 0.2s ease-in-out;
}
footer ul.bricks-nav-menu li a small {
    font-size: 12px;
    opacity: 0.6;
    margin-top: 2px;
} 
footer ul.bricks-nav-menu li a:hover, footer ul#menu-footer-menu-4 li a {
    opacity: 0.7;
}
footer ul.bricks-nav-menu li a svg {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 2px;
} 
body {
	padding-top: 160px;
}
header#brx-header {
    position: absolute;
	top: 0;
	width: 100%;
}
.sticky header#brx-header .tc-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index: 2;
}
.sticky.admin-bar header#brx-header .tc-header {
    top: 32px;
}
#brxe-oenapb.tc-header {
    margin-bottom: 0 !important;
}
body.sticky header#brx-header {
    top: 0;
}
body.admin-bar header#brx-header {
    top: 32px;
}
.tc-newsletter-form .tnp-subscription form {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin: 0 0 10px 0;
}
.tc-newsletter-form .tnp-subscription form .tnp-field-email input {
    padding: 0 15px;
    border-radius: 10px;
    background-color: #71a6873d;
    border: 1px solid #71a687;
    color: #fff;
    height: 55px;
    font-weight: 500;
    font-size: 18px;
    box-shadow: none !important;
}
.tc-newsletter-form .tnp-subscription form .tnp-field-button input {
    background-color: white;
    color: #001166;
    padding: 0 20px;
    height: 55px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
}
input{
	outline: none !important;
}
.tc-newsletter-form .tnp-subscription {
    margin: 0;
}
.tc-newsletter-form .tnp-subscription form .tnp-field-email {
    width: calc(100% - 70px);
    margin-bottom: 0px;
    max-width: 375px;
}
.tc-newsletter-form .tnp-subscription div.tnp-field,
.tc-newsletter-form .tnp-profile div.tnp-field {
    margin: 0; 
}
.tc-newsletter-form .tnp-subscription label {
    margin-bottom: 0;
    display: none;
} 
/* ===============================
   Homepage
================================= */

.tc-home-hero .brxe-icon-box svg {
    width: 22px;
}
.tc-testing-bttn:before {
    content: "New Testing";
    background: #1b8f5a;
    position: absolute;
    top: -20px;
    right: 15px;
    border: 2px solid #1b8f5a;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 10px;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
}
.tc-payment-list span.separator {
    display: none;
}
.tc-payment-list {
    display: flex;
}
.tc-payment-list li {
    background-color: #CDD4DE33;
    padding: 8px 10px 8px 10px;
    border: 1px solid #CDD4DE;
    border-radius: 6px;
    margin-right: 15px;
}
.tc-payment-list span {
    margin: 0;
}
.tc-secure-txt svg {
    max-width: 18px;
}
.tc-save-bg {
    background-image: linear-gradient(135deg, #FF7A50 0%, #FF3D6B 100%);
}
.tc-hero-purity .brxe-text-basic small {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    opacity: 0.7;
    padding-top: 6px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.tc-payment-img {
    display: flex;
}
.tc-payment-img > li img {
    max-width: 44px;
    aspect-ratio: auto;
    border-radius: 4px;
    margin-right: 14px;
}
/* ===============================
   COA Page
================================= */
.syn-no-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 64px 20px;
    border-radius: 16px;
}
.syn-no-results h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.syn-no-results p {
    margin: 0;
}
.syn-no-results svg {
    height: 64px;
    width: 64px;
    color: #d1d5db;
}
.syn-box:not(.syn-certi-card > .syn-box){
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.syn-certi-card {
	width: 100%;
	background: #ffffff;
	border: 1px solid #e8edf3;
	border-radius: 16px;
	padding: 24px; 
	box-shadow: 0 1px 2px 0 #0000000d;
	transition: all 0.2s ease-in-out;
	display: flex;
	flex-direction: column; 
}
.syn-certi-card:hover{
    box-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
}
.syn-certi-card .syn-box {
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e8edf3;
    background-color: #71a6870f;
    margin-bottom: 20px;
}
.syn-certi-card .syn-footer-btn:hover {
    background: #71a6872b;
}
.syn-button-wrap a.syn-btn:hover {
    opacity: 0.82;
}
.syn-certi-card .syn-box h4,
.syn-certi-card .syn-box p{
    font-size: 14px;
    line-height: 20px;
}
body.woocommerce-checkout .page-content {
    margin-bottom: 50px;
}
.syn-certi-card a.syn-title {
  display: block;
  font-weight: 700;
  color: #0c0f1a;
  text-decoration: none;
  margin-bottom: 16px;
  transition: all 0.2s ease-in-out;
}
.syn-certi-card a.syn-title:hover {
    color: #15342e;
}
.syn-certi-card .syn-footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: auto;
    padding: 12px 16px;
    background-color: #f5f7fa;
    border-radius: 10px;
    color: #2c2c2a;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    transition: all 0.2s ease-in-out;
}
.syn-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.syn-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    gap: 12px;
}
.syn-certi-card .syn-box h4, 
.syn-certi-card .syn-box p {
    font-size: 14px;
    line-height: 20px;
}
.syn-header h4 {
    color: #0c0f1a;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}
.syn-section p {
    margin: 0;
    color: #5f5e5a;
}
.syn-section p strong {
    color: #2c2c2a;
}
.syn-divider {
    border: 0;
    border-top: 1px solid #e8edf3;
    margin: 20px 0 !important;
}

.syn-button-wrap {
    display: flex;
    gap: 15px;
}
a.syn-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #15342e;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 1;
    transition: all 0.2s ease-in-out;
}
.syn-button-wrap a.syn-btn {
    font-size: 14px;
}
.syn-btn svg {
    width: 16px;
    height: 16px;
}
.syn-certi-card .syn-footer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: auto;
    padding: 12px 16px;
    background-color: #f5f7fa;
    border-radius: 10px;
    color: #2c2c2a;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    transition: all 0.2s ease-in-out;
}

.syn-search-form {
    max-width: 448px;
    width: 100%;
    display: block;
    margin: 0 auto 30px;
}
body .syn-search-form input.syn-search-field:not([type="button"]):not([type="submit"]),
body .syn-product-search-form input.syn-search-field:not([type="button"]):not([type="submit"]){
    width: 100%;
    border: none;
	font-size: 14px;
    padding: 13px 0;
    background-color: #ffffff;
	padding: 5px 0;
}
.syn-search-input {
    display: flex;
    align-items: center;
    border: 2px solid #71a6872b;
    border-radius: 12px;
    padding: 0 15px;
    background-color: #ffffff;
    justify-content: center;
}
.syn-search-input:has(input:focus) { 
    border-color: #15342e; 
}
.syn-search-input {
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.syn-search-input {
    box-shadow: 0 0 #0000 ,0 0 #0000 , 0 1px 2px 0 #0000000d
}
.syn-search-form svg,
.syn-product-search-form svg {
    margin-right: 15px;
} 
.syn-search-form input.syn-search-field:focus-visible {
	outline: none;
}

.syn-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background: #0009;
    overscroll-behavior: contain;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.syn-popup-content {
    margin: auto;
    width: calc(100% - 32px);
    max-width: 768px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}
.syn-popup-content img {
    width: 100%;
    border-radius: 6px;
}
.syn-popup-title-wrapper {
    padding: 12px 16px;
    background: #71a6872b;
    border-bottom: 1px solid #71a6872b;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
    width: 100%;
}
.syn-popup-title-wrapper #syn-popup-title {
    color: #1a1d20;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}
.syn-close {
    font-size: 30px;
    cursor: pointer;
}
.syn-popup-content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
} 
.syn-popup-report {
    overflow: auto;
    padding: 30px;
    flex: 1; 
    width: 100%;
}
.syn-popup-report img {
    object-fit: contain;
    border-radius: 8px;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
} 


/* ===============================
   Product Page
================================= */
.woocommerce ul.products.columns-3 a.woocommerce-loop-product__link span.onsale,
.woocommerce ul.products.columns-4 a.woocommerce-loop-product__link span.onsale {
    background: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    color: var(--ehc-button-color);
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 700;
    right: 10px;
}
.woocommerce ul.products.columns-3 {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 30px;
	padding: 0;
}
.woocommerce ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 20px;
}
.woocommerce ul.products.columns-3:before,
.woocommerce ul.products.columns-4:before{
    display: none;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce ul.products.columns-4 li.product{
    width: auto;
    /* box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 8px, rgba(0, 0, 0, 0.06) 0px 1px 3px; */
    border: 1px solid #CDD4DE85;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    padding-bottom: 16px;
    gap: 0px;
	background-color: #fff;
} 
.woocommerce ul.products.columns-3 li.product a img,
.woocommerce ul.products.columns-4 li.product a img{ 
    border: 0;
	margin: 0;
/* 	max-height: 275px; */
	display: block;
	object-fit:contain; 
	padding: 20px;
	border-radius:8px;
	transition: all 0.3s ease-in-out;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px; 
    padding: 0 0 5px 0;
	text-transform:uppercase;
}
.woocommerce ul.products.columns-3 li.product .button,
.woocommerce ul.products.columns-4 li.product .button{
    border-radius: 6px;
    background: var(--sl-primary);
    font-size: 13px;
    font-weight: 600;
    width: 50%;
    text-align: center;
}
.woocommerce ul.products.columns-3 li.product .button:focus,
.woocommerce ul.products.columns-3 li.product .button:hover,
.woocommerce ul.products.columns-4 li.product .button:focus,
.woocommerce ul.products.columns-4 li.product .button:hover{
    background: var(--e-global-color-secondary);
}
.woocommerce ul.products li.product .syn-product-content { 
    padding: 15px;
}
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins {
    color: var(--sl-primary) !important; 
    font-size: 24px;
    font-weight: 600;
    margin: 0;
	display: flex;
    flex-direction: column-reverse;
    margin-top: 3px;
	text-decoration: none;
	line-height: 1.1;
}
.woocommerce ul.products li.product .price del {
	color: #9f9f9f;
	font-size: 14px;
	font-weight: 500;
}
.woocommerce ul.products li.product.product-type-variable .price {
	flex-direction: column;
}
.syn-product-description {
    /*display: -webkit-box;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    display: none;
}
.syn-product-cart-wrapper,
.syn-promo-badge-wrap{
     display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    margin-top: 10px; 
    gap: 18px;
}
.syn-product-cart-wrapper .quantity { 
    width: calc(50% - 20px);
    display: none;
}
.woocommerce .syn-product-cart-wrapper .qty[type=number] {
	padding: 8px 12px !important;
    border-radius: 6px !important;
    width: 100%;
    text-align: left;
}
.woocommerce .syn-product-cart-wrapper .added_to_cart {
	display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
    top: 11px !important;
    right: 6px;
}
.woocommerce .syn-extra-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
    gap: 20px;
} 
body.archive .syn-product-cart-wrapper:not(:has(.quantity)),
body.archive .syn-product-cart-wrapper:not(:has(.quantity))  + .syn-extra-buttons  {
    width: 100%;
    display: inline-block;
} 
body.archive .syn-product-cart-wrapper:not(:has(.quantity)) a, 
body.archive .syn-product-cart-wrapper:not(:has(.quantity)) + .syn-extra-buttons a {
    width: 100% !important;
}
.woocommerce ul.products.columns-3 li.product .syn-extra-buttons .syn-testing-results svg,
.woocommerce ul.products.columns-4 li.product .syn-extra-buttons .syn-testing-results svg{
    width: 16px;
    height: 16px;
}
.woocommerce ul.products .syn-product-price {
    display: flex;
    gap: 10px;
}
.woocommerce ul.products .syn-product-price .stock {
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    font-weight: 500;
	margin-top: 2px;
}
/*
.trust-bar {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px 24px;
}
.trust-bar .trust-inner {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px 28px;
    flex-wrap: wrap;
}
.trust-bar .ti {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 600;
    color: #374151;
}
.trust-bar .ti .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    flex: 0 0 auto;
}
.trust-bar .ti-sep {
    width: 1px;
    height: 14px;
    background: #e5e7eb;
}
*/

.trust-bar {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px 24px;
}
.trust-bar .trust-inner {
    max-width: 1260px;
    margin: 0 auto;
}
.trust-bar .trust-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px 28px;
    flex-wrap: wrap;
}
.trust-bar .ti {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12.5px;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}
.trust-bar .ti .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    flex-shrink: 0;
}
.trust-bar .ti-sep {
    width: 1px;
    height: 14px;
    background: #e5e7eb;
    flex-shrink: 0;
}
.trust-bar .duplicate {
	display: none;
}

.bogo-bar {
    background: linear-gradient(90deg, #2a4269, #36578a, #2a4269);
    padding: 20px 24px;
}
.bogo-bar .bogo-inner {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.bogo-bar .bogo-left {
    display: flex;
    align-items: center;
    gap: 14px;
}
.bogo-bar .bogo-tag {
    background: #fff;
    color: #000;
    font-size: 12px;
	line-height: 28px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .07em;
    white-space: nowrap;
}
.bogo-bar .bogo-tiers {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.bogo-bar .countdown {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.bogo-bar .bogo-text {
    color: #fff;
    font-size: 14.5px;
	font-weight: 600;
}
.bogo-bar .bogo-text em {
    font-style: normal;
    color: #fff;
}
.bogo-bar .bogo-text-mobile{
    color: #fff;
    font-size: 14.5px;
	font-weight: 600;
	display: none;
}
.bogo-bar .tier {
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid;
    white-space: nowrap;
}
.bogo-bar .tier.t1 {
    border-color: rgba(255, 255, 255, .2);
    color: #d1d5db;
    background: rgba(255, 255, 255, .05);
	line-height: 28px;
}
.bogo-bar .tier.t2 {
    border-color: rgba(245, 166, 35, .5);
    color: #f5a623;
    background: rgba(245, 166, 35, .1);
}
.bogo-bar .tier.t3 {
    border-color: rgba(52, 211, 153, .4);
    color: #34d399;
    background: rgba(52, 211, 153, .08);
}
.bogo-bar .cd-label {    
	font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.bogo-bar .cd-box {
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 6px;
    padding: 5px 10px;
    text-align: center;
    min-width: 45px
}
.bogo-bar .cd-col {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    align-self: center;
}
.bogo-bar .cd-box .n {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}
.bogo-bar .cd-box .l {
    font-size: 10px;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: .08em;
    text-transform: uppercase;
	line-height: 1;
	margin-top: 2px;
}
.shop-main .shop-container {
    display: flex;
    gap: 20px;
    margin: 40px auto;
}
.shop-main .sidebar {
	min-width: 250px;
}
.shop-main .sidebar .sidebar-content {	
    position: sticky;
    top: 120px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}
.shop-main .sidebar .sb-section {
    padding: 16px;
}
.shop-main .sidebar .sb-divider {
    height: 1px;
    background: #f3f4f6;
}
.shop-main .sidebar .sb-trust {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.shop-main .sidebar .sb-coa-btn {
    display: block;
    margin: 0 16px 16px;
    padding: 10px;
    text-align: center;
    border: 1.5px solid #111827;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    transition: background .15s;
}
.shop-main .sidebar .sb-title {
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 10px;
}
.shop-main .sidebar .cat-btn {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #6b7280;
    background: #fff;
    transition: all .15s;
}
.shop-main .sidebar .cat-btn.active {
    color: #111827;
    border: 1px solid #e5e7eb;
	background: #fff;
    font-weight: 600;
}
.shop-main .sidebar .cat-btn:hover {
	color: #111827;;
	background: #fff;
    font-weight: 600;
}
.shop-main .sidebar .cat-btn .count {
    font-size: 12px;
    color: #9ca3af;
    background: #f3f4f6;
    border-radius: 4px;
    padding: 1px 6px;
    font-weight: 500;
	line-height: 1.2;
}
.shop-main .sidebar .cat-btn:hover .count,
.shop-main .sidebar .cat-btn.active .count {
    color: #111827;
    font-weight: 500;
}
.shop-main .sidebar .sbt {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #374151;
}
.shop-main .sidebar .sbt .ic {
    color: #16a34a;
    font-size: 14px;
    flex: 0 0 auto;
}
.shop-main .sidebar .mobile-filter {
    display: none;
	margin: 0 16px 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}
.shop-main .sidebar .mobile-filter #mobileCategoryFilter,
.syn-variation-wrap .syn-attribute-options{
	display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.syn-variation-wrap .syn-attribute-options {
	margin: 0;
	gap: 7px;
}

.shop-main .sidebar .mobile-filter #mobileCategoryFilter .cat-btn,
.syn-variation-wrap .syn-variation-option{
	border-radius: 100px;
    padding: 9px 20px;
	gap: 30px;
	border: 1px solid #e5e7eb;
	display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    white-space: nowrap;
    width: auto;
}
.syn-variation-wrap .syn-variation-option {
	padding: 9px 18px;
}
.shop-main .sidebar .mobile-filter #mobileCategoryFilter .cat-btn.active,
.syn-variation-wrap .syn-variation-option.active{
	background: #15342e;
	border-color: #15342e;
    color: #fff;
}
.shop-main .main-head {
    margin-bottom: 18px;
}
.shop-main .main-title {
    font-size: 24px;
    font-weight: 600;
    color: #21398d;
}
.shop-main .main-sub {
    font-size: 14px;
    color: #9ca3af;
    font-weight: 500;
    margin-top: 2px;
}
.shop-main .category-section {
    width: 100%;
}
.shop-main .category-section .category-header {
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    margin: 32px 0 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.shop-main .category-section .category-header:after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}
.archive .shop-main {
    max-width: 1260px !important;
	width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce ul.products li.product .product-category {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #9ca3af;
}
.woocommerce ul.products li.product .product-content {
    padding: 0 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
	width: 100%;
}
.woocommerce ul.products li.product .product-content .product-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    line-height: 1.15;
    letter-spacing: .01em;
    margin: 0 0 5px;
}
.woocommerce ul.products li.product .product-short-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    margin-bottom: 6px;
}
.woocommerce ul.products li.product .product-purity {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    margin-top: 4px;
	margin-bottom: 10px;
    border-top: 1px solid #f3f4f6;
}
.woocommerce ul.products li.product .purity-track {
    flex: 1;
    height: 3px;
    background: #e5e7eb;
    border-radius: 99px;
    overflow: hidden;
}
.woocommerce ul.products li.product .purity-txt {
    font-size: 12px;
    font-weight: 500;
    color: #16a34a;
    white-space: nowrap;
}
.woocommerce ul.products li.product .purity-fill {
    height: 100%;
    width: 99%;
    background: linear-gradient(90deg, #16a34a, #4ade80);
    border-radius: 99px;
}
.woocommerce ul.products li.product .product-footer {
	padding: 14px 16px 0;
    border-top: 1px solid #f3f4f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.woocommerce ul.products li.product .product-footer .price-area {
    flex: 0 0 auto;
}
.woocommerce ul.products li.product .product-footer .actions {
    flex: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}
.woocommerce ul.products li.product .product-footer a.details-link {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #6b7280;
    padding: 4px;
    transition: color .15s;
	line-height: 1.5;
}

.woocommerce ul.products li.product .product-footer .price,
.woocommerce ul.products li.product .product-footer .price ins {
	font-size: 22px;
}
.woocommerce ul.products li.product .product-footer .product-offer-txt {
    font-size: 13px;
    font-weight: 500;
    margin-top: 2px;
}
.woocommerce ul.products li.product .badge-wrap {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.woocommerce ul.products li.product .badge-wrap .badge {
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: .04em;
    display: inline-block;
    line-height: 1.5;
}
.woocommerce ul.products li.product .badge-wrap .b-free {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
}
.woocommerce ul.products li.product .badge-wrap .b-best {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}
.woocommerce ul.products li.product .badge-wrap .b-new {
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
}
.woocommerce ul.products li.product .badge-wrap .b-stack {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}
.woocommerce ul.products li.product .product-image-wrapper {
	width: 100%
}

/* Product page end */

/* Blog Page start */
.tc-post-grid .bricks-layout-item .bricks-layout-inner {
    background-color: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
}
.tc-post-grid .bricks-layout-item .content-wrapper {
    padding: 30px;
    height: auto;
}
.tc-post-grid .bricks-layout-item .bricks-layout-inner .image-wrapper { 
    overflow: hidden;
	cursor: pointer;
}
.tc-post-grid .bricks-layout-item .bricks-layout-inner .image-wrapper img{
   transition: transform .5s cubic-bezier(.4,0,.2,1);
    transform: scale(1.01);
    aspect-ratio: 3/2;
}
.tc-post-grid .bricks-layout-item .bricks-layout-inner:hover .image-wrapper img{
    transform: scale(1.05);
}
.tc-post-grid .bricks-layout-item .content-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tc-post-grid .bricks-pagination {
    margin-top: 50px;
}
.tc-post-grid .bricks-layout-item .bricks-layout-inner:hover {
    box-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
}
.tc-post-grid .bricks-layout-item .content-wrapper:hover h3>a {
    color: var(--color-primary);
}
.tc-post-grid .bricks-layout-item .content-wrapper h3>a {
    transition: all .25s;
}
.tc-post-grid .bricks-pagination .page-numbers > li >a:hover {
    background-color: #71a6872b !important;
} 
/* Blog Page end */

/* About Page start */
.tc-back-btn svg {
   width: 12px;
   min-height: 12px;
   min-width: 12px;
}
.tc-back-btn:hover h4{ 
   color: #fff !important;
   text-decoration: unset !important;
}

/* About Page End */
.tc-researchers .brxe-icon-box svg {
    width: 20px;
} 
.tc-faq li.accordion-item.listening {
    border-radius: 14px;
    background: #fff;
    margin-bottom: 15px;
}
.tc-faq .accordion-title i { 
    opacity: 0;
} 
.tc-faq .accordion-title {
    position: relative;
}
.tc-faq .accordion-title:after, .tc-faq .accordion-title:before {
    content: "";
    height: 2px;
    width: 16px;
    background: #cacdcf;
    position: absolute;
    right: 0;
    top: calc(50% - 2px);
}
.tc-faq .accordion-title:after {
    transform: rotate(-90deg);
    transition: all 0.3s ease;
}
.tc-faq .brx-open .accordion-title:after {
    transform: rotate(-180deg);
}



/* Product shortcode design */
.syn-products-wrapper {
	width: 100%;
}
.syn-products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.syn-products-wrapper {
    width: 100%;
}
body .syn-products-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.syn-product-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    transition: box-shadow 0.2s, transform 0.2s;
}
.syn-product-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
    transform: translateY(-2px);
}
.syn-product-card__image-wrap {
    position: relative;
    background: #EDF2F0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.syn-badge--bestseller {
    left: 10px;
    background: linear-gradient(135deg, #FF7A50, #FF3D6B);
}
.syn-badge {
    position: absolute;
    top: 10px;
    color: #fff;
    font-size: 9.5px;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 35px;
    text-transform: capitalize;
}
.syn-badge--sale {
    background-color: #ffc23c;
    color: #000;
}
.syn-badge--sale {
    top: 12px;
    right: 12px;
    background: #f59e0b; 
}
.syn-product-card__body {
    padding: 14px 14px 17px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.syn-product-card__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    color: #111;
}
.syn-product-card__title a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 15.5px;
}
.syn-product-card__meta {
    font-size: 13px;
    color: #666;
    margin: 0;
}
.syn-product-card__meta-sep {
    color: #ccc;
}
.syn-stock--in {
    line-height: 1.2;
    margin-bottom: 5px !important;
}
.syn-stock--in {
    color: #16a34a;
}
.syn-stock--out{
	color: #dc2626;
}
.syn-stock {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.syn-bundle-tabs {
    margin-top: 4px;
}
.syn-bundle-tabs__header {
    display: flex;
    gap: 6px;
    border: 1px solid #e2e8f0;
    border-radius: 10px; 
	padding: 0;
    background: #f8fafc;
} 
.syn-bundle-tabs__tab {
    flex: 1;
	cursor: pointer;
	border-radius: 8px;
	transition: background 0.18s, box-shadow 0.18s;
	margin: 0;
	position: relative;
}
.syn-bundle-tabs__tab:first-child {
	overflow: hidden;
}
.syn-bundle-tabs__tab-inner {
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 8px 4px 6px;
	gap: 3px;
	pointer-events: none;
}
.syn-products-grid .added_to_cart {
    justify-content: center;
}

.syn-bundle-tabs__tab-label {
    font-size: 12px;
    font-weight: 700;
    color: #434446;
    white-space: nowrap;
}
.syn-bundle-tabs__tab-badge {
    font-size: 10px;
	font-weight: 700;
	border-radius: 4px;
	padding: 1px 5px;
	line-height: 1.4;
	white-space: nowrap;
}
.syn-bundle-tabs__tab-badge--free {
   background: transparent;
   color: #1b8f5a;
} 
.syn-bundle-tabs__tab--active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--e-global-color-primary);
    display: block;
}
.syn-bundle-tabs__tab:last-child {
    position: relative;
    overflow: hidden;
}
.syn-bundle-tabs__tab--active .syn-bundle-tabs__tab-label {
    color: #15342E;
}
.syn-bundle-tabs__tab--active {
    background: #ecfbf2;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
}
.syn-bundle-tabs__tab-badge--best {
    background: #f59e0b;
	color: #fff;
}
.syn-bundle-tabs__tab-badge--most {
	position: absolute;
    top: -12px;
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 5px 12px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 12px;
}
.syn-bogo-wrapper .syn-bogo-tabs {
	display: flex;
    border: 1.5px solid #e8e9ed;
    border-radius: 10px;
    position: relative;
    background: #f8fafc;
	margin-bottom: 20px;
}
.syn-bogo-wrapper .syn-bogo-tabs .syn-bundle-tabs__tab {
	flex: 1;
    text-align: center;
    padding: 11px 2px;
    cursor: pointer;
    border-right: 1px solid #e8e9ed;
    position: relative;
    border-radius: 0;
	margin: 0;
}
.syn-bogo-wrapper .syn-bogo-tabs .syn-bundle-tabs__tab:first-child {
	border-radius: 10px 0 0 10px;
}
.syn-bogo-wrapper .syn-bogo-tabs .syn-bundle-tabs__tab:last-child {
	border-right: none;
    border-radius: 0 10px 10px 0;
}
.syn-bogo-wrapper .syn-bogo-tabs .syn-bundle-tabs__tab-label {
	font-size: 14px;
    font-weight: 600;
}
.syn-bogo-wrapper .syn-bogo-tabs .syn-bundle-tabs__tab-badge {
	font-size: 12px;
    font-weight: 600;
}
.syn-bogo-wrapper .syn-bogo-tabs .syn-bundle-tabs__tab-badge--best {
	font-weight: 600;
}
.syn-stock-status p {	
    font-size: 16px;
    margin-bottom: 20px;
	text-align: center;
}
.syn-stock-status .syn-stock-count {
    color: #a55900;
    font-weight: 600;
}
.syn-bundle-tabs__radio {
    display: none;
}
.syn-stock__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.syn-stock--in .syn-stock__dot {
    background: #16a34a;
}
.syn-stock--out .syn-stock__dot {
	background: #dc2626;
}

.syn-bundle-tabs__price-wrap, .syn-price-simple {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 6px;
    min-height: 32px;
}
.syn-bundle-tabs__regular-price, .syn-price-simple__regular {
    font-size: 14px;
    color: #9ca3af;
    text-decoration: line-through;
}
.syn-bundle-tabs__sale-price, .syn-price-simple__sale {
    font-weight: 700;
    font-size: 19px;
}
.syn-bundle-tabs__price-wrap {
    margin-top: 15px;
}
.syn-add-to-cart-btn,
.woocommerce ul.products li.product .product-footer .actions .add_to_cart_button {
    margin-top: auto;
    margin-bottom: 0;
    border-radius: 10px !important;
    background-color: #f7f8fa !important;
    display: flex;
    align-items: center;
    font-weight: 600 !important;
    justify-content: center;
    padding: 10px 14px;
    color: #0c0e14;
    gap: 10px;
	border: 1.5px solid #e8e9ed;
}
.syn-add-to-cart-btn svg {
    width: 18px;
}
.syn-add-to-cart-btn:hover,
.woocommerce ul.products li.product .product-footer .actions .add_to_cart_button:hover{
    opacity: 0.82;
} 
.woocommerce ul.products li.product .syn-shop-stock-status {
	margin-bottom: 20px !important;
}
 .archive .bogo-bar {
    background: linear-gradient(90deg, #178272 0%, #15342e 40%, #15342e 70%, #178272 100%)
} 
.archive .shop-products .main-title {
	color: #15342e;
} 
.archive .shop-main .sidebar .sb-coa-btn {
    border: 1.5px solid #71a687;
    color: #71a687;
}
.archive .shop-main .sidebar .cat-btn.active,
.archive .shop-main .sidebar .cat-btn.active .count,
.archive .shop-main .sidebar .cat-btn:hover,
.archive .shop-main .sidebar .cat-btn:hover .count {
color: #71a687;
} 
.archive .woocommerce ul.products li.product .product-footer .actions .add_to_cart_button {
background: var(--color-primary) !important;
}
.archive .shop-main .sidebar .mobile-filter .cat-btn.active .count {
	color: #15342e;
}


.xr-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    text-align: left;
}
.xr-category-card{
	position:relative;
	display:block;
	overflow:hidden;
	border-radius:22px;
	min-height:260px;
	text-decoration:none;
	background:#f5f5f5;
} 
.xr-category-image{
	position:absolute;
	inset:0;
} 
.xr-category-image img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform .4s ease;
} 
.xr-category-card:hover img{
	transform:scale(1.08);
} 
.xr-category-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    color: #fff;
    min-height: 90px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.25) 100%);
	text-align: left;
} 
.xr-category-overlay h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
}
.xr-category-overlay p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
.xr-view-all{
	display:flex;
	align-items:flex-end;
	padding:30px;
	background:#fff;
} 
.xr-view-all-content h3 {
    margin: 0;
    color: #15342e;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px;
}
.xr-view-all-content p {
    margin: 0;
    font-size: 14px;
    color: #15342e;
}
.xr-category-card[href*="/uncategorized/"] {
    display: none !important;
}

/*  Start Product page */
.single-product.woocommerce .woocommerce-breadcrumb .delimiter {
	margin: 0 5px;
}
.single-product.woocommerce .woocommerce-breadcrumb {
    text-align: left;
    justify-content: flex-start;
    color: #000;
    font-weight: 600;
    padding-top: 10px;
	margin: 20px 0 25px;
}
.single-product.woocommerce .woocommerce-breadcrumb > a {
    color: #000;
}
.single-product.woocommerce .syn-single-offer-wrapper {
    position: absolute;
    top: 20px;
    left: calc(48% - 200px);
    right: auto;
    z-index: 20;
}
.single-product.woocommerce .syn-single-offer-wrapper button {
    border-radius: 6px;
    pointer-events: none;
    background: var(--sl-primary);
}

.woocommerce.single-product .syn-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.woocommerce.single-product .variations_button .syn-price-row {
	display: none;
}
.woocommerce.single-product .syn-price-row .syn-price-offer-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.5;
}
.single-product .syn-discount-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #ecfbf2;
    border: 1px solid #c5e0d1;
    color: #1b8f5a;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}
.woocommerce-variation-price .syn-discount-badge {
    margin-left: 8px;
}
.woocommerce-variation-price .syn-discount-badge {
    margin-left: 8px;
}
.woocommerce-variation-add-to-cart .syn-per-vial-price {
    margin: 10px 0 30px;
}
.woocommerce-variation-add-to-cart .woocommerce-variation.single_variation {
    margin: 30px 0 10px;
}
.woocommerce.single-product .syn-price-row .syn-price-offer {
    color: #1a3a8f;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
}
.woocommerce.single-product .syn-price-row .syn-price-offer svg {
    margin-top: -2px;
}
.woocommerce.single-product .syn-price-row .syn-price-note {
    font-size: 14px;
}

.woocommerce.single-product div.product div.summary p.price {
    font-size: 30px;
    margin-bottom: 0;
	display: flex;
    align-items: center;
    gap: 8px;
} 
.single-product.woocommerce div.product .woocommerce-variation-price .price del,
.woocommerce.single-product div.product div.summary p.price del {
    font-size: 14px;
}
.woocommerce.single-product div.product div.summary p.price:before {
    display: none;
}
body.woocommerce.single-product .syn-batch-verified {
	position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    background: #2f8f5b;
    color: #fff;
    font-size: 12px;
    padding: 2px 15px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
	line-height: 28px;
}
body.woocommerce.single-product span.onsale {
    left: 20px;
    right: auto;
    top: 20px;
	display: none;
} 
.single-product.woocommerce div.product .woocommerce-variation-price ins,
.single-product.woocommerce div.product div.summary p.price ins {
    text-decoration: none;
    display: block;
    margin-top: 5px;
}
.single-product.woocommerce div.product .woocommerce-variation-price .price del span bdi,
.single-product.woocommerce div.product p.price del span bdi {
    color: #64748b99;
    font-size: 14px;
    font-weight: 500;
    line-height: 0;
}
.single-product.woocommerce div.product .woocommerce-variation-price del,
.single-product.woocommerce div.product p.price del {
    vertical-align: top;
    color: #64748b99;
    margin-left: 5px;
}
.single-product.woocommerce div.product .product_title {
    font-size: 30px;
	margin-bottom: 5px;
    font-weight: 700;
}
.single-product.woocommerce div.product .woocommerce-variation-price .woocommerce-Price-amount,
.single-product.woocommerce div.product div.summary p.price .woocommerce-Price-amount {
    font-size: 19px;
    font-weight: 700;
    color: var(--sl-primary);
}
.syn-per-vial-price {
    font-size: 14px;
    margin-bottom: 20px;
}
.single-product.woocommerce .woocommerce-product-details__short-description p {
    line-height: 1.45;
    font-size: 16px; 
    color: var(--sl-gray);
}
.single-product.woocommerce div.product p.price:before { 
    content: "Regular Price:";
    display: inline-block;
	margin-right: 5px;
    vertical-align: top;
    font-size: 15px;
    color: #64748b99;
    position: relative;
    top: 3px;
    font-weight: 600;
} 
.single-product .product_meta > span {
    font-weight: 600;
    font-size: 17px;
}
.single-product .product_meta > span * {
    font-weight: normal;
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
    background: var(--sl-off-white);
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li {
    border: none;
    padding: 0;
    border-left: 2px solid transparent;
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active {
    background-color: var(--sl-primary);
    color: var(--sl-white);
    border-left: 2px solid var(--sl-primary);
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
    padding: 13.5px 15px;
    font-weight: 600;
}	
.woocommerce.single-product div.product .woocommerce-tabs .panel p,
.woocommerce.single-product div.product .woocommerce-tabs .panel ul li {
    font-size: 16px;
}
.woocommerce.single-product div.product .woocommerce-tabs .panel ul li strong {
    font-weight: 700;
    color: #000;
}
.woocommerce.single-product #review_form #respond .form-submit input#submit {
    background-color: var(--e-global-color-primary);
    font-size: 13px;
    border-radius: 4px 4px 4px 4px;
}
.woocommerce.single-product #review_form #respond .form-submit input#submit:hover {
    background-color: var(--e-global-color-secondary);
}
.single-product.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper {
    border-radius: 16px;
}	
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 0;
}
.single-product.woocommerce .product form.cart .single_add_to_cart_button {
    padding-left: 50px;
    padding-right: 15px;
    background-image: url(assets/images/cart-black-icon.svg);
    background-repeat: no-repeat;
    background-size: 19px;
	background-position: center left calc(50% - 50px);
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    background-color: var(--e-global-color-primary);
    width: 100%;
    margin: 15px 0 0;
	padding-top: 18px;
    padding-bottom: 18px;
}
.single-product.woocommerce .quantity .qty {
    padding: 8px 12px !important;
    border-radius: 6px !important;
    min-width: 80px;
    text-align: left;
}
.single-product.woocommerce ul.products li.product {  
    border: 1px solid #CDD4DE85;
    border-radius: 10px;
    gap: 0;
    margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 16px;
}
.related.products h2 { 
    text-transform: capitalize;
    padding: 0 0 20px;
    font-size: 32px;
}
.single-product section.related.products {  
    margin-bottom: 50px;
	clear: both;
}
.related-swiper .swiper-button-next, 
.related-swiper .swiper-rtl .swiper-button-prev,
.related-swiper .swiper-button-prev, 
.related-swiper .swiper-rtl .swiper-button-next {
    border: 2px solid var(--sl-primary);
    background: #f8fafc;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.related-swiper .swiper-button-next:after,
.related-swiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 600;
    color: var(--sl-primary);
}
.single-product .syn-protocol-products {
	display: none;
}
.syn-protocol-card {
    display: flex;
    align-items: center;
	justify-content: space-between;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #e8e9ed;
    border-radius: 13px;
    padding: 13px;
    margin-top: 10px;
}
.syn-protocol-card .syn-protocol-card-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.syn-protocol-card .syn-protocol-card__image {
    max-height: 60px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    max-width: 48px;
}
.syn-protocol-card h3.syn-protocol-card__title {
    font-size: 13px;
    margin: 0;
}
.syn-protocol-card h3.syn-protocol-card__title .syn-protocol-card__badge {
    background: #2348ff;
    color: #fff;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 10px;
    margin-left: 8px;
}
.syn-protocol-card .syn-protocol-card__meta {
    font-size: 13px;
    margin-top: 10px;
}
.syn-protocol-card .syn-protocol-card__price {
    font-weight: 600;
    font-size: 14px;
    margin-left: auto;
}
.syn-protocol-card .syn-protocol-card__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.syn-protocol-card .syn-protocol-card__actions .add_to_cart_button {
	height: 32px;
	width: 32px;
    border-radius: 9px;
    background: var(--e-global-color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    flex: 0 0 auto;
    padding: 10px !important;
}
.syn-protocol-card .syn-protocol-card__actions .add_to_cart_button.loading svg {
	display: none;
}
.syn-protocol-card .syn-protocol-card__actions .add_to_cart_button.loading:after {
    font-size: 12px;
    right: 10px;
    top: 14px !important;
}
.syn-protocol-card .syn-protocol-card__actions .add_to_cart_button.added:after {
    margin: 0;
    font-size: 12px;
}
.woocommerce div.product div.summary {
	margin-bottom: 4em;
}
.syn-cart-info{
	margin-top:16px;
}
.syn-cart-info .syn-buy-now-btn{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	width:100%;
	margin:0 0 12px;
	padding:10px 15px;
	background:var(--e-global-color-primary);
	color: #fff;
	border-radius:8px;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	transition:.2s ease;
}
.syn-cart-info .syn-buy-now-btn:hover{
	color:#fff;
	opacity:.85;
}
.syn-buy-now-btn svg{
	width:18px;
	height:18px;
	flex-shrink:0;
}
.single-product.woocommerce .product form.cart .single_add_to_cart_button {
	float: left;
	width: calc(50% - 8px);
	min-width: unset;
	background-color: #f7f8fa;
    color: #0c0e14 !important;
    border: 1.5px solid #e8e9ed;
}
.single-product.woocommerce .product form.cart .single_add_to_cart_button:hover {
	background-color: #f4f7f5;	
}
.syn-buy-now-btn{
	float: right;
	width: calc(50% - 8px); 

	display:flex;
	align-items:center;
	justify-content:center;
	gap:10px;
	margin:15px 0 0;
	padding:17px 15px;
	background:var(--e-global-color-primary);
	color: #fff !important;
	border-radius:8px;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	transition:.2s ease;
}
.syn-buy-now-btn:hover{
	color:#fff;
	opacity:.85;
}
.syn-buy-now-btn svg{
	width:18px;
	height:18px;
	flex-shrink:0;
}
.single_add_to_cart_button.disabled + .syn-cart-info .syn-buy-now-btn,
.single_add_to_cart_button.disabled + .syn-buy-now-btn,
.syn-product-actions button.syn-add-to-cart-btn--disabled{
    cursor: not-allowed;
    opacity: .5;
}
.syn-cart-info__badges{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	margin-bottom:12px;
}
.syn-cart-info__badge{
	display:flex;
	align-items:center;
	justify-content: center;
	background:#f4f7f5;
	border:1px solid #dfe7e2;
	border-radius:6px;
	font-size:12px;
	font-weight:500;
	color:#4b5563;
	flex: 1;
	flex-direction: column;
    gap: 8px;
    padding: 25px 10px;
}
.syn-cart-info__badge svg{
	stroke: #fff;
    background: #1B8F5A;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    padding: 3px;
}
.syn-cart-info__shipping{
	padding:16px;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:12px;
	margin-bottom:12px;
}
.syn-cart-info__shipping-title{
	font-size:14px;
	font-weight:600;
	color:#111827;
	margin-bottom:20px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.syn-cart-info__timeline{
	position:relative;
	display:flex;
	justify-content:space-between;
}
.syn-cart-info__line{
	position:absolute;
	top:6px;
	left: 60px;
	right: 60px;
	height:2px;
	background:#e5e7eb;
}
.syn-cart-info__step{
	position:relative;
	z-index:2;
	flex:1;
	text-align:center;
}
.syn-cart-info__dot{
	display:block;
	width:12px;
	height:12px;
	margin:0 auto 8px;
	border-radius:50%;
	background: #d1d5db;
}
.syn-cart-info__step--active .syn-cart-info__dot{
	background: var(--e-global-color-primary);
}
.syn-cart-info__label{
	display:block;
	font-size:11px;
	font-weight:500;
	color:#6b7280;
}
.syn-cart-info__payments{
	display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.syn-cart-info__payments img {
	max-height: 30px;
}

.syn-cart-info__shipping-title svg {
    width: 20px;
}
.syn-addon-product {
    background: #ecfbf2;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #c5e0d1;
}
.syn-addon-product .syn-addon-product__label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
	color: var(--sl-ink);
}
.syn-addon-product .syn-addon-product__price {
    font-weight: 600;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	text-align: right;
}
.syn-addon-product .syn-addon-product__title {
    font-weight: 600;
}
.syn-addon-product .syn-addon-product__description,
.syn-addon-product__price .syn-addon-product__status{
    color: #5F5E5A;
    font-size: 12px;
}
.syn-addon-product .syn-addon-item-wrap {
    display: flex;
    gap: 15px;
}
.syn-addon-product .syn-addon-product__price del {
    font-size: 12px;
    font-weight: 500;
}

.single-product section.related.products .syn-related-header,
.single-product .syn-protocol-products .syn-related-header{
    text-align: center;
    margin-bottom: 30px;
}
.single-product section.related.products .syn-related-header__eyebrow,
.single-product .syn-protocol-products .syn-related-header__eyebrow{
    background-color: #DDE0E9;
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 02px 8px 02px 8px;
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    color: #1A3A8E;
    display: inline-block;
}
.single-product section.related.products h2,
.single-product .syn-protocol-products h2{
    color: #0C0F1A;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    margin: 10px 0 6px;
	padding: 0;
}
.single-product section.related.products .syn-related-header__subtitle,
.single-product .syn-protocol-products .syn-related-header__subtitle {
    text-align: center;
    font-size: 14px;
    color: #7A818C;
}
.single-product .summary .cart {
    overflow: hidden;
}
.syn-bogo-wrapper .syn-bogo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.syn-bogo-wrapper .syn-bogo-title {
    color: var(--sl-ink);
    text-transform: capitalize;
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 14px;
}
.syn-bogo-wrapper .syn-bogo-badge {
    font-size: 12px;
    background: #1A3A8F;
    color: #fff;
    padding: 0px 12px;
    border-radius: 14px;
    font-weight: 500;
}
.syn-bogo-wrapper .syn-bogo-badge section,
.syn-bogo-wrapper .syn-bogo-badge .e-con-inner{
    padding: 0;
}
.syn-bogo-wrapper .syn-bogo-badge .elementor-widget-icon-list {
    display: none;
}
.syn-bogo-wrapper .syn-bogo-badge .elementor-4051 .elementor-widget-countdown {
    padding: 10px 0 5px;
    width: 110px;
    background: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.syn-bogo-wrapper .syn-bogo-badge .elementor-4051 .elementor-widget-countdown .elementor-countdown-item * {
    color: #fff;
}

.syn-bogo-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    padding: 5px 0;
    gap: 10px;
	margin-bottom: 20px;
	display: none !important;
}
.syn-bogo-grid .syn-bogo-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
}
.syn-bogo-grid label {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2px;
}
.syn-bogo-grid .syn-bogo-item-heading-wrapp {
    display: flex;
    gap: 10px;
    margin-bottom: 3px;
}

.syn-bogo-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.syn-radio-ui {
    width: 16px;
    height: 16px;
    border: 2px solid #bdbdbd;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
}
.syn-bogo-item input[type="radio"]:checked + .syn-radio-ui {
    border-color: #1a3a8f;
}
.syn-bogo-item input[type="radio"]:checked + .syn-radio-ui::after {
    content: "";
    width: 7px;
    height: 7px;
    background: #1a3a8f;
    border-radius: 50%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.syn-bogo-grid .syn-bogo-item-heading-wrapp syn_bogo_option {
    max-width: 14px;
    max-height: 14px;
}
.syn-bogo-grid .syn-bogo-item-heading {
    font-weight: 600;
    line-height: 1.2;
    color: var(--sl-ink);
}
.syn-bogo-grid .syn-bogo-save {
    font-size: 12px;
    color: #1A3A8F;
}
.syn-bogo-grid .syn-bogo-save .amount {
    font-weight: 600;
}
.syn-bogo-grid .syn-bogo-price {
    display: flex;
    gap: 5px;
    text-decoration: none;
    color: #1A3A8F;
    font-weight: 600;
    align-items: center;
}
.syn-bogo-grid .syn-old-price {
    font-weight: 500;
    font-size: 90%;
    color: #5F5E5A;
}
.syn-bogo-item:has(input:checked) {
    background: #f8fafc;
    border-color: #1A3A8F;
}

.single-product .summary .variations,
.single-product .woocommerce-product-gallery__trigger {
    display: none !important;
}
.single-product.os-offer-no_offer .summary .cart .quantity{
	width: 100px;
    margin: 15px 0 0 12px;
}
.single-product.woocommerce .quantity .qty{
	width: 100%;
}
.single-product.woocommerce.os-offer-no_offer .product form.cart .single_add_to_cart_button{
	width: calc(100% - 136px);
}
.single-product.os-offer-buy_x_get_x_free .summary .cart .quantity,
.single-product.os-offer-40_percent_off .summary .cart .quantity{
	display: none !important;
}

.syn-variation-group {
    overflow: hidden;
    margin-bottom: 15px;
}
.syn-variation-group .syn-variation-header {
    display: flex;
    justify-content: space-between;
}
.syn-variation-group .syn-variation-title,
.syn-variation-wrap .syn-attribute-title{
    color: var(--sl-ink);
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
	margin-bottom: 5px;
}
.syn-variation-group .syn-variation-count {
    font-size: 14px;
}
.syn-variation-group .syn-variation-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 5px 0;
    gap: 10px;
}
.syn-variation-options .syn-variation-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
	text-align: center;
    cursor: pointer;
}
.syn-variation-options .syn-variation-card.active {
    background: #f8fafc;
    border-color: #1A3A8F;
    color: #1A3A8F;
}
.syn-variation-options .syn-var-title {
    font-weight: 600;
    font-size: 16px;
}

.syn-cart-info {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.syn-cart-info .syn-shipping {
    color: var(--sl-ink);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 5px 0;
}
.syn-cart-info .syn-shipping .syn-icon {
    display: flex;
}
.syn-cart-info .syn-shipping .syn-icon svg {
    stroke: #1A3A8F;
    height: 20px;
    width: 20px;
}

.syn-cart-info .syn-payments {
    border: 1px solid #e2e8f0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.syn-cart-info .syn-payments .syn-payments-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.syn-cart-info .syn-payments .syn-payments-row img {
    max-height: 24px;
    max-width: 100%;
    object-fit: contain;
    opacity: 0.75;
}
.syn-cart-info .syn-payments .syn-payments-row svg {
    color: #fff;
    height: 24px;
    width: 24px;
    background: #ea580c;
    padding: 4px;
    border-radius: 6px;
    opacity: 0.75;
}

.syn-cart-info .syn-offer-text {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: #1A3A8F;
}
.syn-cart-info .syn-limited-offer {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.syn-cart-info .syn-guarantee {
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.syn-cart-info .syn-guarantee .syn-icon {
    display: flex;
}
.syn-cart-info .syn-guarantee .syn-icon svg {
    stroke: #1A3A8F;
    width: 16px;
    height: 16px;
}

.syn-rating-stock {
    display: flex;
    align-items: center;
    gap: 15px;
	margin-bottom: 15px;
}
.syn-loading,
.syn-shop-grid-loading,
.woocommerce ul.products li.product .product-footer .actions .add_to_cart_button.loading{ 
	opacity: .25;
	pointer-events: none; 
	position: relative;
}
.syn-loading:after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: .618em;
	right: 1em;
	animation: spin 2s linear infinite;
}
.syl-rating-box {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
    background: #f6f8f9;
    padding: 2px 15px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    color: var(--sl-ink);
}
.syl-rating-box .syl-rating .star-rating {
    color: #1A3A8F;
    height: 14px;
}
.syn-rating-stock .syn-stock-badge {
	background: #e7f6ed;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 15px;
    border-radius: 100px;
    color: #2f8f5b;
	display: flex;
    align-items: center;
    gap: 5px;
}
.syn-rating-stock .syn-stock-badge .syn-stock-badge__dot {
	width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #2f8f5b;
}
.syl-verify-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}
.syl-verify-box .syl-verify-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 5px;
}
.syl-verify-box .syl-verify-item svg,
.syl-verify-box .syl-verify-item img {
    max-width: 18px;
    max-height: 18px;
}
.syl-verify-box .syn-icon {
    display: flex;
}
.single-product.woocommerce .woocommerce-product-details__short-description {
	margin-bottom: 10px;
}

.syn-product-highlights .syn-active-viewers {
	display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
}
.syn-product-highlights .syn-active-viewers .syn-active-viewers__dot {
	background: #fbc4cc;
    height: 14px;
    width: 14px;
    position: relative;
    border-radius: 50%;
}
.syn-product-highlights .syn-active-viewers .syn-active-viewers__dot:before {
	height: 7px;
    width: 7px;
    display: inline-block;
    background: #f73854;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.syn-product-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #475ea4;
    font-weight: 500;
    margin-bottom: 20px;
}
.syn-product-badges .syn-product-badge {
	background: #eaefff;
	border-radius: 100px;
	padding: 2px 15px;
}

.coa-button:before {
    content: "BRAND NEW TESTING";
    background: #22c55e;
    position: absolute;
    top: -18px;
    right: -18px;
    border: 2px solid #fff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
}
/* Start Cart Page */
.syn-cart-card {
    text-align: center;
    margin-bottom: 64px;
    display: block;
} 
.syn-cart-icon {
    background-color: var(--sl-primary-light);
    padding: 15px;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border-radius: 16px;
}
.woocommerce-cart .syn-cart-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--sl-primary);
}
.woocommerce-cart .page-content {
    padding-top: 64px;
}
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items {
    border-bottom: none;
}
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image a {
    display: inline-block;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 4px;
}
.woocommerce-cart .wc-block-cart__main .wc-block-cart-items td {
    padding: 15px 10px 15px 0;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.woocommerce-cart .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    color: #304d9a;
    font-size: 14px;
    font-weight: 600;
}
.woocommerce-cart .wc-block-components-product-price__regular {
    color: #9ca3af;
}
.woocommerce-cart .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    font-size: 16px;
    font-weight: 600;
    color: #304d9a;
}
.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
    display: none;
}
.woocommerce-cart .wc-block-components-quantity-selector {
    border-radius: 4px;
}
.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    border: none !important;
    box-shadow: none;
}
.woocommerce-cart .wc-block-components-quantity-selector {
    border-radius: 4px;
}
.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
}
.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    border: none !important;
    box-shadow: none;
}
.woocommerce-cart .wc-block-cart__submit-button, .woocommerce-checkout .checkout #payment #place_order {
    font-weight: 500;
    background-color: var(--color-primary);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
	line-height: 1.5;
	border: none;
}
.woocommerce-cart .wc-block-cart__submit-button:hover, .woocommerce-checkout .checkout #payment #place_order:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, #16443b 0%, var(--e-global-color-primary) 100%);
    color: #fff;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
    padding-top: 0;
}
.woocommerce-cart #wc-block-components-totals-coupon__input-coupon {
    border-radius: 4px;
    border-color: #ccc;
}
.woocommerce-cart .wc-block-components-button {
    padding: 0;
}
.woocommerce-cart .wc-block-components-text-input.is-active label {
    top: 2px;
}
.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    padding: 4px 8px;
    border-radius: 4px;
}
.woocommerce-cart .wp-block-woocommerce-cart {
    margin: 0;
}  
/* End Cart Page */
/* Start Checkout Page */
.woocommerce-checkout h1,
.woocommerce-cart h1,
.wfob_bump_wrapper:empty,
.woocommerce-checkout .woocommerce-shipping-fields{
	display: none;
}
.sl-header-logo > a {
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    text-decoration: none !important;
}
.sl-checkout-header {
    padding-top: 30px;
}
.sl-header-logo {
    text-align: center;
}
.sl-header-customers {
    display: table;
    margin: 0 auto 5px;
}
.sl-customers-images {
    display: flex;
}
.sl-customers-images img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    flex-shrink: 0;
}
.sl-customers-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c9e1d4;
    padding: 8px 16px;
    line-height: 1;
    gap: 8px;
    border-radius: 50px;
}
.sl-customers-text {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.sl-customers-images img:nth-child(2),
.sl-customers-images img:nth-child(3) {
    margin-left: -6px;
}
 
.sl-header-features .sl-feature-text {
    font-size: 14px;
    color: var(--e-global-color-accent);
    font-weight: 500;
}
.sl-header-features svg.sl-feature-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 0 0 5px;
    animation-fill-mode: none;
    stroke: var(--e-global-color-secondary);
} 
.sl-header-features {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
}
.sl-header-features .sl-feature-item:not(:last-child) { 
    padding-right: 8px;
}
.woocommerce form .form-row label { 
    font-size: 13px;
    color: var(--e-global-color-accent);
} 
.woocommerce form .form-row .input-text, .woocommerce form .form-row select, .woocommerce-checkout .checkout .select2-container .select2-selection {
    border-color: #d5d5d5 !important;
    border-radius: 7px !important;
    font-size: 14px;
    min-height: 44px;
    padding: 10px;
    line-height: 1.5;
}
form.checkout.woocommerce-checkout h3, .sl-testimonials h4 { 
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0;
	color: var(--color-primary);
}
.sl-header-logo a.sl-logo-link {
    max-width: 200px;
}
.sl-trust-features {
    padding: 10px 0 15px;
}
.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 7px !important;
}
.woocommerce-page .select2-results__option {
    font-size: 14px;
    padding: 2px 10px;
}
.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected], 
.woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #004aad; 
}
.woocommerce-page form .form-row textarea.input-text {
    min-height: 175px;
}
.woocommerce-page form .form-row .input-text:focus {
    border-color: #8C9DB5 !important;
}
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table, 
.woocommerce-page table.woocommerce-checkout-review-order-table tr, 
.woocommerce-page table.woocommerce-checkout-review-order-table td,
.woocommerce-page.woocommerce-checkout .checkout #payment{
    background: transparent !important;
    border: 0 !important;
} 
.woocommerce-page table.woocommerce-checkout-review-order-table thead {
    display: none;
}
.woocommerce-checkout .checkout #order_review_heading {
    padding-top: 15px;
    margin-bottom: 15px !important;
}
.woocommerce-page table:is(.shop_table,.shop_attributes)>tbody>tr>td { 
    padding: 0;
    font-size: 14px;
    font-weight: 500;
	padding: 12px !important; 
    color: var(--e-global-color-accent);
}
.woocommerce-page table.woocommerce-checkout-review-order-table tbody {
    display: block;
}
.woocommerce table:is(.shop_table,.shop_attributes)>tfoot td, .woocommerce table:is(.shop_table,.shop_attributes)>tfoot th {
    background: transparent !important;
    padding: 9px 15px !important;
    font-size: 14px;
    font-weight: 500;
    color: var(--e-global-color-accent);
}
.woocommerce table:is(.shop_table,.shop_attributes)>tfoot>tr:last-child * {
    font-size: 18px !important;
    font-weight: 600;
}
.woocommerce-info {
    background-color: #95d0af30;
    color: inherit;
}
.woocommerce-page table.woocommerce-checkout-review-order-table tbody tr:not(.sl-coupon-row) {
    background: #95d0af30 !important;
    margin-bottom: 7px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #dddddd !important;
    font-size: 13px;
    border-radius: 6px;
}
.woocommerce-checkout #customer_details .col-2 {
	display: none;
}
.woocommerce-checkout .checkout table.shop_table>tfoot {
    border-left: 4px solid #b9b9b9;
    display: block;
}
.woocommerce-checkout .checkout #payment #place_order {
    margin-top: 20px;
}
.woocommerce table:is(.shop_table,.shop_attributes)>tfoot>tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-checkout .checkout table.shop_table .product-total {
    font-weight: 600;
    color: var(--e-global-color-accent);
    font-size: 14px;
}
.woocommerce-checkout .checkout table.shop_table .product-total del {
    display: block;
    opacity: 0.6;
}
.sl-trust-features strong {
    font-size: 13px;
    color: var(--e-global-color-accent);
    font-weight: 600;
	line-height: 1.8;
}
.sl-trust-features p {
    font-size: 11px;
    line-height: 1;
    margin: 0;
    color: var(--e-global-color-accent);
}
.sl-trust-features svg {
    stroke: var(--e-global-color-secondary);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 2px;
    top: 8px;
}
.sl-trust-features .sl-feature {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
} 
.sl-testimonial-card { 
    background: #fff;
    padding: 11px;
    font-size: 11px;
    line-height: 1.3;
    box-shadow: 0px 3px 5px 0px #0000111c;
    margin: 14px 0;
    border-radius: 15px;
    border: 1px solid #e9e9e9;
    color: var(--e-global-color-accent);
}
.sl-testimonial-avatar {
    font-size: 18px;
    width: 34px;
    height: 34px;
    background: #95d0af30;
    text-align: center;
    line-height: 34px;
    border-radius: 100px;
    font-weight: 600;
    color: var(--color-secondary);
    margin: 0 10px 0 0;
}
.sl-testimonial-header {
    display: flex;
    align-items: center;
}
.sl-testimonial-header p {
    margin: 2px 0 0;
    font-weight: 500;
    opacity: 0.7;
}
.sl-testimonial-header strong {
    font-size: 12px;
    font-weight: 700;
}
.sl-testimonial-rating {
    padding: 9px 0 2px;
}
.sl-testimonial-card p.sl-testimonial-text {
    margin: 0 0 10px;
    font-size: 11px;
}
.sl-testimonial-tags span.sl-tag {
    background: #95d0af30;
    color: var(--e-global-color-primary);
    font-size: 11px;
    font-weight: 500;
    padding: 2px 9px;
    border-radius: 100px;
    margin: 2px;
}
.sl-policy-links {
    text-align: center;
}
.sl-policy-links a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 2px;
	text-decoration: underline;
}
.sl-policy-links a:not(:hover) {
    color: inherit;
}
.sl-checkout-trust hr {
    opacity: 0.3;
}
.woocommerce-page table:is(.shop_table,.shop_attributes)>tbody>tr.sl-coupon-row>td {
    padding: 15px 0 !important;
}
.sl-coupon-field {
    display: flex;
} 
.woocommerce-checkout .checkout .sl-coupon-field input.input-text {
    padding: 0;
    font-size: 13px;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 5px;
	line-height: 1.5;
}
.woocommerce-checkout .checkout .sl-coupon-field button.sl-apply-coupon {
    background: #e5e7eb;
    color: #9ca3af;
    flex: 1;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}
.sl-coupon-wrap label.sl-coupon-label {
    padding-bottom: 7px;
	margin-bottom: 0;
}  

.woocommerce-checkout table.shop_table,
.woocommerce-page table.woocommerce-checkout-review-order-table tr.sl-coupon-row, 
.woocommerce-page table.woocommerce-checkout-review-order-table tr.sl-coupon-row td,
.woocommerce-page table.woocommerce-checkout-review-order-table tr.sl-coupon-row td .sl-coupon-wrap {
    display: block;
}
.woocommerce-page table.woocommerce-checkout-review-order-table tr.sl-coupon-row td .sl-coupon-wrap { 
    width: 100%;
}
.woocommerce-page table.woocommerce-checkout-review-order-table tbody tr td.product-name img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
    margin-right: 10px;
} 
.sl-checkout-help-text {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}
.sl-checkout-help-text a {
    font-weight: 700;
    text-decoration: none;
    color: var(--color-primary);
}
.woocommerce table:is(.shop_table,.shop_attributes)>tbody>tr>td .product-quantity {
    background: #000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    border-radius: 100px;
    position: absolute;
    left: 57px;
    top: 5px;
}
.woocommerce table:is(.shop_table,.shop_attributes)>tbody>tr td.product-name {
    position: relative;
}
.sl-confirmation-wrap p.sl-confirmation-item label {
    font-size: 12px;
    position: relative;
    padding-left: 26px;
    line-height: 1.5;
    cursor: pointer;
}
.sl-confirmation-wrap p.sl-confirmation-item {
    margin: 8px 0;
}
.woocommerce-checkout  .sl-confirmation-wrap p.sl-confirmation-item label input {
    position: absolute;
    left: 2px;
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    padding: 0;
    border-radius: 4px;
    background-color: transparent;
    top: 2px;
    cursor: pointer;
}
.woocommerce-checkout #payment {
	padding: 0;
	margin-top: 20px;
}
.woocommerce-checkout .sl-feature-item {
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto;
}
.woocommerce-checkout .sl-header-features {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.woocommerce-checkout .sl-confirmation-wrap p.sl-confirmation-item label input:checked {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6CAYAAACI7Fo9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAN50lEQVR4nO3dfZCkV1XH8U6CUYhkmel7e3ZJILxsEZzpc3pmzu3ZIRSsREQUoUBcjKhgpMCIgqakDIIvKaWKV5VAKBSEEioEK76UBoGUEIIoEoMk4S1UNAEiJiEEQl5xY3YX687EwKayYWe3T5/pvt9P1fNfUv38np3T9z5PP/eeTgcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABYNzccLCTT12XTj2aTK5Pp1anIxanIW5MNntbZteuou/9TAJOmZyK5yIW56Lfv70hFr8pFfyr6fAFsUDJ9QTL51vcq8v0O07d1zL5vo58FIEAyOX1DBb5/sZ/T6XSOiM4A4H5kGzw+m+w55EJfL/aX3N9nAAh0/OrqA+vDtsMq8vV79tu2maXoPADuw9qT9cMs8nuK3eSV9/UZAAJ1y+LwsKfs+03f5dLoTAC+2/z80anoZ0ZW5OuFvqfeCuz3OQDiZJMzR1rk9xT7wqOjswHo/P9LMXqnR6F3i5wYnQ/Azp0PyKafdBnNi357xmxLdESgednkDK8ir6/FRucDmpeG+pgNv+K6oftzfWN0RqB1R+aiH/MrctnD/TkQLFv/19yKfO1lGT07OiPQtK1LSydk01v9Cl2u3TIYPCQ6J9CyI1KRCzxH826RZ0SHBDqtrzHPnlP2Iu+Kzgg0LZlty0Vvcizyr21dXMzROYGmJZO/9RzNc9FnR2cEmpZMfta5yM+Lzgg0bZtZSkVucJuym369t6M/F50TaFo2ea/naN4rg5+Pzgg0LS3rTzpP2d8fnRFo2ozZlmz6FbciN7llpiw8LDon0LRs8g7P0TwN5YXRGYGmdZf15Fx0n1+hy0fYux0INKd6TO2N5jaSF7mDLaKAYKnom12n7KYvjc4INK037D8uF93rN5rrJ+icCgTavn379+eiVzgW+e7ZlcX56JxA01LR13pO2bPJGdEZgaaloku5yP/63ZfLZbRDBsK3bJZLHUfyu+oXSXRMoGluXVbKPYV+ZnRGoGmzSws/VB+SORb6FfUhX3ROoF27dh2VTS5xHMn31A6r0TGBpmWT3/Kcsqeir43OCDTNv8uKXEnLYyDWkdn0nxxH871pWZ4QHRJomnuXlSJvis4INM27y0oq8uXuSSc+ODon0DTnLiv7sg2eEp0RaFoq+kueU/Zc9O3RGYGmeXdZyUWu2yIyE50TaJp3l5We9Z8ZnRFoWip6iuuU3fSc6IxA0x46fGzXtctKkRvnVHvROYGm5aLn+o7msis6I9C0ZIOnORf5+dEZgaa5d1kpcvPs6uC46JxA03KRP3cezZ8fnRFomneXlWT6IbqsAIG2mT0oFb3KcSS/ZcbmHx6dE2haXTnmOWXvmZ4WnRFo2lqXFZM9jg/gLmLKDkR3WTH5vGtjxKX57dE5gaaloq/xnLInk9OjMwJNy8PBomuXlSIX0xgRmOIuK6no7rnhYCE6JtC0VPT3XKfsRV4RnRFo2lqXFdP/8bsv18tpjAjEOjKZfty1MeKyWHRIoGm56Ms8p+y5yB9EZwSaNreij0xFbncs9C+csPOEH4jOCbTMvctKtsHjo0MCTctFXuw8ZX9DdEagaXXVmGuXFZMvzqkeE50TaFoy+aDjaL6vN5Qfic4INC0P5Rc9p+zJ9C3RGYGm5eH81mz6DcdCv4bGiECwZPI3rg/ghvrU6IxA09Jw8BzfKbu8Mzoj0LS1LiumX/UrdBojAuFy0fd4jua94eBZ0RmBpiXr/4TrfbnJe6MzAk2bXVk5Npv+l9t9OY0RgXi56NtdH8AVPSU6I9C0rg2e5NllJZu8Lzoj0DT3Liu1MeKKHB+dE2haLnKW6wO40j81OiPQtN6yrDp3WbmQLivAdHdZub1X5FHROYGmpSKv9p2yy69GZwSallcWBq5dVkw/Xrefis4JtN1lpein/Kbsurvu/R4dE2haMv1d3ym7viw6I9C0rvUf69llJRf5NxojArGOTEX+xXEkv3OuaD86JNC0rulvek7Z6y1BdEagad5dVlLRT9MYEYh1RDL9kNtobnJXd9gv0SExYnk4WEwmr88ml6ztElo7YBa5IRe5KJu+fHZ1cFz0OeI7eqanuU7Zi7w6OiNGPP3LJucfxDRudy7yR3VVVPQ5t26mLDwsm9ziWOg0RpwmvSJPzkW+ubGHM/JZlifGyqYfcCzyvbksnBSdESNSu1wmk28d2v2bfqW31NfoDC3Kps/znLJn0zdGZ8SIbBkMHpKLXHt4fxByS17WH4vO0hLvLivJ9GoaI06RZPq60Xz7rz2we1F0nlYkk792HM33dZf15OiMGJHjV1cfmIveNNo/EjmLVU2+ssku1yl7kT+NzogJ2OO79vSqXyLR+abRGLqsXFtv56JzYoRS0d/3XK+8dXExR2ecNsnk3Z6jef3yj86IEcumf+b6R1P0qjTUx0TnnBbeXVbql0h0Rkxgod993NS1wQ9HZ5107l1WTK8/dnV+NjonJmzqfq+RfXfX5LnReSdZfUDm/O/07OiMcNIt+vRxFPrdx75k8jvRmSeRd5eVVPSvojPC++c101vHWOz1PvCdLHfcPF1WkunXezv6c9E54SwXecM4C339kAv5CefgZNM/8fy36A77PxedEWMwY7alvq8+9mI3+fzcjsEjovNvZnOmO3y7rOj7ozNijNJQnui7oeABp43Xd8viMDp/i11WaIzYqGyDpziva77vYi9yR8/6z4zOv9nkoq9yve5DeWF0RgSpO3zmoteMu9jr9DQV+Y3o/JtFKrrk3GXlwzRGbFwy25ZNPzn2Yl8reH1b7TLSadl6l5V/95xBZVt4dHRMbAJ1HXI2/fuIYk9FLqhvgXUalUxe6fxl+pLojNhMdu06KhV5U0yx66dbfFDk3WUlmf4rXVZwn1KRX1/fO2zMBW/y3/VetdMO1y4ra40RVxbno0NiE6tPxdfu7cY/st/WyrLJZHK68xfnGdEZMQFmbbDiu+HBAf9A78qmv9KZ+i4repvjNbyU146xsX3fi14x9mKf7i2q3LusNHYLhFHYIjKTi3wkotjrKqtp26Kqa4Nfdp4RnRmdEZNqfv7oVORdQcX+iTnVXvQlGIXu0tJDN9o0Y4PX6jP13yo6JybbEfUBj+c66QP+AZte3S1yYmfCub6rYLKHdQQYmVT0ZyIWxNTmBan0d3YmVC76C84zn9dEZ8Q0tnQqcuPYR/a6RdUErqeuu+OmIl9zHM2vnLZnGdgk8tL89mzyH2Mf2eutw4Q9cHLusrI3LcsTojNi2psLOL7dNQ1bVHWLPGMMP0MCvmov7WzylzHFrh/ezFtU1e2U62YbbvmLfDnPz/9gdE609UT+zKCR/XNbl5ZO6LTXZWVf3TwkOiMaVHcxWXuFdfwj+/XdYb90NpFU5Mfd1/IDUWrf9KAtqm6v98OdzdJlxXXnHrmuvrEYnRON6y31NWin2T3J9KXT3mWFPfewacyuDo5LJpeNvdjXR7yzojZcqC/1uL49aHpORC7ggLonnfjgbPqBiGJPJh+snx/QZeU/3TIVuXFa3vvHtNm58wGpyFtjil0vH+cWVbnoH7tmMtk1rizAxG1RlYeDxYnvsmJyvncGYCSyyU8HLYi5tf7c5dllpf6e75dBvlmfeXidPzByvWH/ca4LPA48It7VMz1tErusZNPneZw34Ko2FKgrrsZe7A5bVK39lOjYZaU+zBzVuQIhC2Jy0Y/FFLueN5Jlnc5dVuqLRzM2//CRXHAgtINo0XMjir02N6jrxA/n/FORV3ieY91fbnRXG2h1QUzRqw51i6r6//k+WJSLaIyIqZNMX+B6r3vA6bF+4xA2bqhdVv7Z7wtI7qgbezhdaiBWz/o/GrMgRnd3TZ57sOdZWz77ng8tpTHleiYS0rP9ILeomtsxeIRnl5VU5GIaI6IJ6/uf66cCir0+6X7H/WxRdUQq+o+eM4u54WBhzJcbiFO3SMpF/iGi2GvLpBmzLfc+p1TkRc6f/dsxVxuI7tlu+paYYpfPfvdv2O5dVkwvn4TNLoHpWxBT5Lq0LLZ+Dvp3ro0RTZajrzMQLg0Hz4lYELPes13Pdv6cP4y+vsCm0VuW1VTkhvGP7K7HF+qW2dHXFthUekUeVYtjExToKI69uSycFH1NgU3bGCGbfnQTFOphHcnk9dHXEtj8C2JMz5ngIv/inOox0dcRmARhC2IO89ibhvLE6IsHTJRc+qeGLIg55NFcz46+ZsBE6hV5ci5yc3QRH8Rxzbi3oQamylzR/lqH0fhiPvAx1KdGXydg4iWzba7bOx3ughkAo1GfZtd90MMLe7+DxoiAz4KYom+OL/D1ozccPCv6kgBTK25BzH7HudHXAZh6dTRd24ctoMhpjAiM0awNVpLpV8df6HpKdHagKXMr+shc9IqxFbrJ+6IzA02qT77rnun+hS43j7NlM4B7m58/Opm827fQ+6dGxwTwnQUx+xxG8wvpsgJsItnk+bnonaN7+Ca3180xonMBuJfusp48uh1e5cXReQAcwOzK4nwy+dIInrKPrPc6AAd5OL81m1xySFN2k8/NrqwcG50BwEHYZvagVPQvNnhffgELVoAJ1C369GRy2fcYxb9U2z3TFBGYcHOmO7Lpy3PR99zdreW8XPRVXRs8iRZKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA6Bys/wM3y9rK7qY78wAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 12px;
    border-color: var(--color-primary);
}
/* Checkout Page End */


/* MINI Cart */
.fkcart-reward-panel .fkcart-progress-title {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}
.fkcart-reward-panel .fkcart-progress-title .amount {
    color: #000;
}
.fkcart-reward-panel .fkcart-reward-milestone {
    color: var(--fkcart-primary-bg-color,#0073aa);
    font-size: 16px;
    font-weight: 500;
}
.fkcart-reward-panel.fkcart-progress-container {
    margin-bottom: 10px;
}
.fkcart-milestone .fkcart-label {
    margin-top: 5px;
}
#fkcart-modal .fkcart-slider-body .fkcart-item-wrap .fkcart--item {
    margin-bottom: 10px;
}
.fkcart-item-wrap .sl-bogo-wrapper {
    padding: 0 16px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.fkcart-item-wrap .sl-bogo-text,
.fkcart-item-wrap .sl-bogo-price-text {
    font-size: 14px;
    font-weight: 400;
    color: var(--sl-gray);
    display: flex;
    align-items: center;
    gap: 5px;
}
.fkcart-item-wrap .sl-bogo-text .sl-bogo-label {
    background: #ebf1fb;
    color: var(--color-primary);
    padding: 2px 6px;
    border-radius: 5px;
    margin-right: 3px;
    font-weight: 500;
}
.fkcart-item-wrap .sl-bogo-text .sl-bogo-free-qty {
    color: var(--color-primary);
    font-weight: 500;
}
.fkcart-item-wrap .sl-bogo-price-text .sl-bogo-qty-text {
    color: var(--sl-ink);
}
.fkcart-item-wrap .sl-bogo-price-text ins {
    text-decoration: none;
    font-weight: 600;
    color: var(--sl-primary);
}
#fkcart-modal .fkcart-zero-state .fkcart-shop-button {
    background-color: var(--color-primary);
}
header .fkcart-shortcode-container {
	justify-content: center;
}
.syn-variation-grid-add-to-cart,
header.bricks-search-form .ti-search,
.syn-product-card__body .syn-variation-wrap{
    display: none !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
	color: #a55900 !important;
}
.tc-header-search-form {
	display: none;
}
.syn-product-card__body .syn-product-actions,
.woocommerce ul.products li.product .product-footer .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 10px;
}
 #brxe-oenapb.tc-header {
  padding:0;
}
.tc-header-hide {
	position: relative;
	z-index: 2;
}
#brxe-oenapb.tc-header > div {
	padding: 5px;
}
body:not(.single-product) .syn-buy-now-btn,
.single-product .related .syn-buy-now-btn{
    padding: 10px 14px;
    border: 1.5px solid var(--e-global-color-primary);
}
.syn-product-card__body .syn-product-actions button {
    flex: 1;
}
.tc-no-result {
    font-size: 25px;
}
.search .bricks-archive-title-wrapper.brxe-container {
    margin-bottom: 0;
	margin-top: 20px;
	padding-inline: 15px;
}
.search .archive .shop-main {
    max-width: 1200px !important;
}
.search .shop-main .shop-container {
	margin-top: 10px;
}
.search .bricks-archive-title-wrapper.brxe-container .title {
	display: block;
	text-align: center;
	width: 100%;
}
.woocommerce ul.products li.product .product-content .product-title:has(~ .syn-product-card__meta) {
	min-height: auto;
}
.woocommerce ul.products li.product .product-content .syn-product-card__meta {
	min-height: 20px;
}
.woocommerce ul.products li.product .product-footer .price-area {
    flex: 0 0 auto;
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}
.woocommerce ul.products li.product .product-footer .actions .add_to_cart_button,
.single-product .actions .add_to_cart_button{
	font-size: 16px;
}
.single-product .actions .add_to_cart_button {
	line-height: 1.25;
}
.woocommerce ul.products li.product .product-footer .actions > a {
    flex: 1;
}
/* ===============================
   media css
================================= */ 
 
 
@media (max-width: 1024px) and (min-width: 768px) {
	 
    body .syn-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (min-width:768px){
	.syn-variation-wrap .syn-attribute-options {
		flex-wrap: wrap;
	}
	.tc-our-process {
		position:relative;
	}

	.tc-our-process::before{
		content: "";
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        height: 3px;
        margin-inline: auto;
        background-color: #e8e8ed;
        z-index: -1;
        width: 95%;
	}
	 .syn-certi-card {
        width: calc(50% - 12px);
    } 
}

@media (min-width: 1025px) {
    .syn-certi-card {
        width: calc(33.33% - 16px);
    } 
	/* Checkout Page */
	.woocommerce-checkout .checkout {
        -moz-column-gap:64px;
        column-gap: 64px;
        display: grid;
        grid-template-areas: "left right1" "left right2";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr;
        row-gap: 0
    }
    .woocommerce-checkout .checkout #customer_details,.woocommerce-checkout .checkout .woocommerce-billing-fields {
        grid-area: left
    }
    .woocommerce-checkout .checkout #customer_details:before,.woocommerce-checkout .checkout .woocommerce-billing-fields:before {
        display: none
    }
    .woocommerce-checkout .checkout #order_review_heading {
        grid-area: right1;
        margin-bottom: 32px
    }
    .woocommerce-checkout .checkout #order_review {
        grid-area: right2
    }
    .woocommerce-checkout .checkout #customer_details {
        display: flex;
        flex-direction: column;
        gap: 32px
    }
    .woocommerce-checkout .checkout .col2-set .col-1,.woocommerce-checkout .checkout .col2-set .col-2 {
        width: 100%
    }
	.woocommerce-page.woocommerce-checkout .checkout {	 
		grid-template-areas:
			"left right1"
			"left right2"
			"leftBottom right2";	  
		grid-template-rows: auto auto 1fr; 
	} 
	.woocommerce-page.woocommerce-checkout .checkout #payment {
		grid-area: leftBottom;
	}
	body.woocommerce-account form .form-row-first, body.woocommerce-account form .form-row-last, 
	body.woocommerce-account form .form-row-first, body.woocommerce-account form .form-row-last { 
		width: 49%;
	} 
	/* Checkout Page End */
}
@media (max-width:1300px){
	
}
@media (max-width:1024px){ 
	.brxe-button.bricks-button {
		padding: 14px 18px;
	} 
	.woocommerce ul.products.columns-3,
	.woocommerce ul.products.columns-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	} 
	.xr-category-grid{
		grid-template-columns:repeat(2,1fr);
	}
	.syn-mobile-order-toggle {
		background: #fbfbfb;
		border-top: 1px solid #ddd;
		margin-left: -15px;
        margin-right: -15px;
	}
	.syn-mobile-order-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
		border-bottom: 1px solid #ddd;
		padding: 20px;
	}
	.syn-mobile-order-title {
		font-size: 16px;
        font-weight: 400;
        color: var(--e-global-color-accent);
        display: flex;
        gap: 10px;
	}
	.syn-mobile-order-right {
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.syn-mobile-order-total {
		font-size: 20px;
        font-weight: 600;
        color: var(--e-global-color-accent);
	}
	.syn-mobile-order-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		transition: transform 0.3s ease;
		transform: rotate(180deg);
	}
	.syn-mobile-order-icon.active {
		transform: rotate(0deg);
	}
	.syn-mobile-order-content {
		display: none;
		padding: 20px 20px 0 20px;
		border-bottom: 1px solid #ddd;
	}
	form.checkout > #order_review_heading,
	form.checkout > .woocommerce-checkout-review-order {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width:991px){ 
	.form-row-last {
		margin-top: 15px;
	}
}
@media (max-width:767px){ 
	.woocommerce ul.products li.product .product-content .product-title {
		min-height: auto !important;
	}
	.woocommerce ul.products li.product .syn-shop-stock-status {
		justify-content: center;
		margin-bottom: 10px !important;
	}
	.tc-shopcart-wrapper:has(.tc-header-search-icon) .bricks-link-wrapper {
		width: 30px;
	}
	
	header .tc-header#brxe-oenapb {
		padding: 0;
	}
	header .tc-header#brxe-oenapb > div {
		padding-inline: 15px;
	}
	.tc-remove-br br {
		display: none;
	} 
	.tc-our-process{
        grid-template-columns:repeat(2,1fr) !important;
	}
	
	.woocommerce ul.products.columns-4 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.woocommerce ul.products li.product .syn-product-content {
		text-align: center;
	}
	.header-top .elementor-slides .swiper-slide-inner .elementor-slide-heading {
		margin-bottom: 0;
	}
	header .header-top {
		padding-left: 10px;
		padding-right: 10px;
	} 
	.woocommerce ul.products .syn-product-price {
		justify-content: center;
	}
	.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product 
	.woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
		font-size: 12px !important;
		line-height: 1.2;
		height: 34px;
	}
	.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price ins {
		font-size: 15px !important;
	}
	.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
		margin-bottom: 15px;
	}
	.shop-main .shop-container {
		flex-wrap: wrap;
	}
	.shop-main .sidebar {
		width: 100%;
	}
	.shop-main .sidebar .mobile-filter {
        display: block;
        margin-bottom: 20px;
    }	
	.shop-main .sidebar .sidebar-content {
		position: relative;
		top: 0;
		border: 0;
	}
    .shop-main .sidebar #sbCats,
	.shop-main .sidebar .sb-trust,
	.shop-main .sidebar .sb-divider,
	.shop-main .sidebar .sb-section {
        display: none;
    }
	.tc-post-grid .bricks-pagination {
		margin-top: 30px;
	}
	.tc-payment-list li {
		padding: 7px;
		margin-right: 5px;
		font-size: 12px;
	}
	.tc-faq li.accordion-item.listening {
		border-radius: 10px;
	}
	body .syn-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
	.syn-product-card__body {
		padding: 10px 10px 13px;
	}
	
	.syn-add-to-cart-btn,
	body:not(.single-product) .syn-buy-now-btn,
	.woocommerce ul.products li.product .product-footer .actions .add_to_cart_button{
		font-size: 14px;
	}
	.syn-bundle-tabs__header > label {
		flex: unset;
	}
	.syn-bundle-tabs__header .syn-bundle-tabs__tab-label {
        font-size: 10px;
    }
	.syn-bundle-tabs__tab-badge--best {
        font-size: 8.5px;
    }
	.syn-bundle-tabs__header .syn-bundle-tabs__tab-badge--free {
        font-size: 8px;
    }
	.syn-bundle-tabs__header {
		gap: 5px;
		justify-content: space-between;
	}
	.xr-category-grid{
		grid-template-columns:1fr;
	}
	.xr-category-card{
		min-height:220px;
	}
	.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
		margin-bottom: 15px;
	}
	.woocommerce .syn-product-cart-wrapper .qty[type=number] {
		padding: 5px 12px !important;
		text-align: center;
	}
	.woocommerce-cart .page-content {
		padding-top: 40px;
	}	
	.woocommerce-cart .wc-block-cart__sidebar {
		margin-bottom: 15px;
	}	
	.woocommerce-cart .syn-cart-title {
		text-align: center;
		font-size: 30px;
		margin-bottom: 5px;
	}	
	.syn-cart-card {
		margin-bottom: 20px;
	}	 
	.syl-process-arrow{
		left: 50%;
		transform: translateX(-50%);
		height: fit-content;
	}
	.woocommerce-checkout .checkout #order_review_heading {
		padding-top: 0;
	}
	.sl-header-features .sl-feature-item:nth-child(n+3) {
		display: block;
	}
	.woocommerce table:is(.shop_table,.shop_attributes)>tbody>tr td.product-name {
		display: flex;
		align-items: center;
	}
	#order_review > *{
		display: none;
	}
	h3#order_review_heading {
		display: none;
	}
	#order_review > .sl-checkout-trust{
		display: block;
	}
	.woocommerce-page.woocommerce-checkout .sl-checkout-trust {
		padding-inline: 0;
	}
	
	.trust-bar .trust-inner {
        overflow: hidden;
        max-width: 100%;
    }
    .trust-bar .trust-track {
        width: max-content;
        flex-wrap: nowrap;
        justify-content: flex-start;
        animation: trustMarquee 22s linear infinite;
    }
    .trust-bar .ti {
        flex-shrink: 0;
    }
	.trust-bar .duplicate {
		display: flex;
	}
	
	.single-product section.related.products {
		display: none;
	}
	.single-product .syn-protocol-products {
		display: block;
		margin-bottom: 40px;
	}
	.woocommerce ul.products:not(.swiper-wrapper) {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 24px !important;
    }
	.woocommerce ul.products:not(.swiper-wrapper) > li.product {
        flex: 0 0 50%;
        max-width: calc(50% - 14px);
        text-align: center;
    }
	.shop-products {
		width: 100%;
	}
	.syn-variation-wrap .syn-variation-option {
		font-size: 12px;
		padding: 5px 10px;
	}
}

@media (max-width: 560px ) { 
	.bogo-bar .bogo-left {
        flex-direction: column;
        text-align: center;
	}
	.bogo-bar .bogo-inner,
	.bogo-bar .countdown{
		justify-content: center;
	}
	.bogo-bar .bogo-tiers {
		display: none;
	}
	.bogo-bar .bogo-tiers {
		display: none;
	}
	.bogo-bar .bogo-text{
	font-size: 18px;
}
	.bogo-bar .bogo-text .bogo-text-desktop{
	display: none;
}
	.bogo-bar .bogo-text-mobile{
	color: white;
		display: block;
}
	.single-product.woocommerce .product form.cart .single_add_to_cart_button {
		padding: 20px 15px 20px 30px;
	}
	
	.single-product .syn-buy-now-btn {
		line-height: 24px;
	}
	
	.woocommerce ul.products li.product .product-footer {
		flex-wrap: wrap;
	}
	.woocommerce ul.products li.product .product-footer .price-area {
		flex: 0 0 100%;
	}
	.woocommerce ul.products li.product .price {
		flex-direction: row;
		align-items: center;
    	justify-content: center;
		gap: 6px;
	}
	.woocommerce ul.products li.product .price, 
	.woocommerce ul.products li.product .price ins {
		margin-top: 0;
	}
	.woocommerce ul.products li.product .price del {
		margin-top: 0.7px;
	}
}
@media (max-width: 425px) {
	.single-product.woocommerce .product form.cart .single_add_to_cart_button {
		background-position: center left calc(50% - 30px);
	}
	.woocommerce ul.products:not(.swiper-wrapper) > li.product {
        flex: 0 0 100%;
        max-width: 100%;
    }
	.woocommerce ul.products li.product .product-footer .price-area {
		display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
	}
}
@media (max-width: 375px) {
	
    body .syn-products-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	.syn-bundle-tabs__header > label {
        flex: 1;
    }

}

@keyframes trustMarquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

