  /**
 * Theme Name:     Hello Commerce Child
 * Author:         Amit Shah
 * Template:       hello-commerce
 * Text Domain:	   hello-commerce-child
 * Description:    Sell smart from the start with Hello Commerce. Hello Commerce is a free WordPress ecommerce theme designed to help you launch your online store quickly and professionally. Built for WooCommerce and powered by the flexibility of Elementor, it offers a lightweight, responsive foundation that’s perfect for beginners and growing businesses alike. Whether you
 */
 
:root {	 
	/* Core Brand */
	--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;
}

*{ outline: none !important;} 
html {scroll-behavior: unset !important;}
 
/* HEADER CSS START */	
header .main-header.elementor-sticky { 
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  -moz-backdrop-filter: blur(12px);
  -ms-backdrop-filter: blur(12px);
  -o-backdrop-filter: blur(12px);
}
.main-header nav ul.sub-menu li a {
    display: block;
    line-height: 1.2;
}
/* HEADER CSS END */
.syn-light-box .elementor-icon {
    background-color: var(--sl-primary-light);
    padding: 15px;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 16px;
}
.syn-search-icon {
    position: relative;
    padding-left: 45px;
    align-content: center;
}
.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: var(--sl-white);
}
.syn-search-input {
    display: flex;
    align-items: center;
    border: 2px solid var( --e-global-color-9da092d );
    border-radius: 12px;
    padding: 0 15px;
    background-color: var(--sl-white);
    justify-content: center;
}
.syn-search-input:has(input:focus) {
    border-color: var(--sl-primary);
}
.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-products-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.syn-product-search-form {
    max-width: 400px;
    width: 100%;
}
.syn-product-search-form .syn-search-input {
	box-shadow: none;
    border: 1px solid #dcdcdc;
}
.woocommerce .syn-products-filter .woocommerce-ordering,
.woocommerce .syn-products-filter .woocommerce-result-count {
    margin: 0;
}
/* Start Header */
.header-top marquee {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.header-top .elementor-element {
    line-height: 1;
}
header#site-header {
    max-width: 1300px;
    margin: 0 auto;
}
header#site-header .custom-logo-link {
    max-width: 120px;
    width: 100%;
}
/* End Header */
/* Contact Style */
.syn-contact-heading .elementor-icon{
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-primary);
    margin: 0 auto;
    color: var(--sl-white);
    box-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
    border-radius: 24px;
}
.syn-card{
    background-color: var(--sl-white);
    border-radius: 24px;
    border: 1px solid var(--sl-border);
    box-shadow: 0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
}
.syn-contact-form .ehp-form,
.syn-contact-form .ehp-form.has-layout-preset-quick-connect{
    padding: 0;
    overflow: visible;
    gap: 10px;
}
.syn-contact-form .ehp-form select,
.syn-contact-form .ehp-form textarea.ehp-form__field{
    border: 1px solid var(--sl-border);
    background-color: var(--sl-off-white);
}
.syn-contact-form .ehp-form button{
    box-shadow: 0 25px 50px -12px #00000040 !important;
}
.syn-contact-form .ehp-form button:hover{
    transform: translateY(-5px);
    box-shadow: 0 25px 50px -12px #00000040 !important;
}
.syn-contact-form .ehp-form button svg{
    fill: transparent;
}
.syn-contact-form .ehp-form button::after{
    content: '';
    background: url('images/right-arrow-icon.svg');
    background-size: cover;
    height: 16px;
    width: 16px;
}
.syn-contact-form .ehp-form__content .ehp-form__field-group {
    position: relative;
}
.syn-contact-form .ehp-form__content .ehp-form__field-group label {
    position: absolute;
    top: 20px;
    left: 16px; 
    transition: all 0.2s ease-in-out;
	z-index: 2;
}
.syn-contact-form .ehp-form__content .ehp-form__field-group label:has(input:focus), 
.syn-contact-form .ehp-form__content .ehp-form__field-group label:has(textarea:focus) {top: 0;}
.syn-contact-form .ehp-form__content .ehp-form__field-group:has(input:focus) label,
.syn-contact-form .ehp-form__content .ehp-form__field-group:has(textarea:focus) label,
.syn-contact-form .ehp-form__content .ehp-form__field-group.is-field-type-select label,
.syn-contact-form .ehp-form__content .ehp-form__field-group:has(input:not(:placeholder-shown)) label {
    top: 3px;
    color: var(--sl-primary);
    transform: scale(0.75);
    transform-origin: left;
}
.syn-contact-form .ehp-form__content select{
    padding: 24px 16px 16px 16px;
}
.syn-contact-form .ehp-form__content input::placeholder,
.syn-contact-form .ehp-form__content textarea::placeholder{
    opacity: 0;
}
.syn-contact-form .ehp-form__text-container{
    padding-left: 50px;
}
.syn-contact-form input[type="email"]{
    background: url('images/email-gray-icon.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 16px) center;
}
.syn-contact-form input[type="ehp-tel"]{
    background: url('images/phone-gray-icon.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: calc(100% - 16px) center;
}
.syn-contact-form textarea{
    background: url('images/message-gray-icon.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 16px) 16px;
}
.syn-contact-form select{
    background: url('images/document-gray-icon.svg') ,
	url('images/down-arrow-gray-icon.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: 16px, 22px;
    background-position: 
	calc(100% - 40px) center,
	calc(100% - 16px) center;
} 
/* Home page style */
.syn-icon-box-primary .elementor-icon{
    background-color: var(--sl-primary);
    color: var(--sl-white);
}
.syn-icon-box-secondary .elementor-icon{
    background-color: var(--sl-ice);
    color: var(--sl-primary);
}
.syn-icon-box, .syn-icon-box .elementor-icon-box-description{
    transition: all 0.2s ease-in-out;
}
.syn-icon-box .elementor-icon{
    height: 40px;
    width: 40px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
}
.syn-direct-mailbox:hover .elementor-icon-box-description{
    color: var(--sl-primary);
}
.syn-direct-mailbox .elementor-icon-box-wrapper::after{
    content: '';
    background: url(images/copy-icon.svg);
    background-size: 16px;
    height: 40px;
    min-width: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.syn-direct-mailbox:hover{
    transform: scale(1.02);
}
.syn-direct-mailbox .elementor-icon-box-title{
    margin-top: 0;
}
.syn-direct-mailbox .elementor-icon-box-content a{
    text-decoration: none;
}
.syn-divider .elementor-divider {
  border: none !important;
} 
.syn-divider .elementor-divider-separator {
  height: 1px;
  width: 60px;
  border: none !important;
  display: block;
} 
.syn-divider:first-of-type .elementor-divider-separator {
  background: linear-gradient(
    to right,
    transparent,
    rgba(200, 200, 200, 0.6),
    rgba(0, 128, 128, 0.3)
  );
} 
.syn-divider:last-of-type .elementor-divider-separator {
  background: linear-gradient(
    to left,
    transparent,
    rgba(200, 200, 200, 0.6),
    rgba(0, 128, 128, 0.3)
  );
} 
.syn-center-dot .elementor-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.syc-hero-slider .elementor-slides-wrapper {
    border-radius: 16px;
}
.syc-hero-slider .elementor-slide-heading {  
    display: inline-block;
    background-color: var(--sl-primary);
    padding: 8px 20px;
    border-radius: 50px; 
}
.syc-hero-slider .swiper-pagination {
    margin-bottom: 10px;
}
.syc-hero-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    min-width: 32px;
}
.syc-hero-slider span.swiper-pagination-bullet {
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
}
.syc-hero-slider .elementor-slide-description h2 {
    font-size: 60px;
    line-height: 1.3;
    color:var(--sl-white);
    padding-top:15px;
}
.syc-hero-slider .elementor-slide-description span {
    padding: 8px 22px;
    background: rgb(0 0 0 / 70%);
    border-radius: 50px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: inline-block;
}
.syc-hero-slider .swiper .elementor-swiper-button:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 10%) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    -moz-backdrop-filter: blur(12px);
    -ms-backdrop-filter: blur(12px);
    -o-backdrop-filter: blur(12px);
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    transition: all 0.2s ease-in-out;
}
.syc-hero-slider .swiper .elementor-swiper-button {
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}
.syc-hero-slider .swiper .elementor-swiper-button svg {
    z-index: 3;
}
.syc-hero-slider .swiper .elementor-swiper-button:hover:before {
    transform: scale(1.1);
    background: rgb(255 255 255 / 15%) !important;
}  
.syc-hero-slider .swiper-slide-inner .elementor-slide-button:after {
    content: "";
    height: 8px;
    width: 8px;
    border: 1px solid #fff;
    border-width: 1px 1px 0px 0px;
    display: inline-block;
    transform: rotate(45deg);
    margin: -1px 0 1px 10px;
}
.syc-hero-slider .fadeInUp { 
    animation-name: fadeInUp-custom;
}
@keyframes fadeInUp-custom {
    from {
        opacity: 0;
        transform: translate3d(0,35px,0) 
    }
    to {
        opacity: 1;
        transform: none
    }
} 
.syc-home-hero .elementor-headline.e-animated svg path:nth-of-type(2) {
    visibility: hidden;
}
.syc-home-hero .inline-icon-design .elementor-icon-list-icon {
    border: 1px solid #d7d7d7;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
}
.syc-home-hero .elementor-button-icon svg {
    width: 21px;
}
.syc-home-hero .inline-icon-design.small-icon .elementor-icon-list-icon{ 
	width: 24px;
    height: 24px;
}
/* COA Card Design */
.syn-box:not(.syn-certi-card > .syn-box){
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.syn-certi-card {
	width: 100%;
	background: var(--sl-white);
	border: 1px solid var(--sl-border);
	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 var(--sl-border);
    background-color: var(--sl-off-white);
    margin-bottom: 20px;
}
.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: var(--sl-ink);
  text-decoration: none;
  margin-bottom: 16px;
  transition: all 0.2s ease-in-out;
}
.syn-certi-card a.syn-title:hover{
    color: var(--sl-primary);
}
.syn-inner-box {
	background-color: var(--sl-off-white);
	border-radius: 12px;
	border: 1px solid var(--sl-border);
	padding: 20px;
	margin-bottom: 16px;
}
.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-header h4 {
    color: var(--sl-ink);
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
}
a.syn-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: var(--sl-primary);
  color: var(--sl-white);
  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;
}
a.syn-btn:hover {
  background-color: var(--sl-primary-dark);
  color: var(--sl-white);
}
.syn-btn svg {
  width: 16px;
  height: 16px;
}
.syn-section p {
  margin: 0;
  color: var(--sl-gray);
}
.syn-section p strong {
  color: var(--sl-charcoal);
}
.syn-divider {
  border: 0;
  border-top: 1px solid var(--sl-border);
  margin: 20px 0 !important;
}
.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: var(--sl-off-white);
    border-radius: 10px;
    color: var(--sl-charcoal);
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    transition: all 0.2s ease-in-out;
}
.syn-footer-btn:hover {
  background-color: var(--sl-primary-light);
  color: var(--sl-primary);
}
.syn-footer-btn svg {
  width: 18px;
  height: 18px;
} 
.syn-footer-menu .elementor-nav-menu li > a::after{
    display: none;
} 
.syn-footer-menu .elementor-nav-menu li > a:hover{
    padding-left: 5px !important;
}
.syn-footer-badge{
    width: fit-content;
}
.syn-footer-badge .elementor-icon-box-title, .syn-newsletter-form .tnp-subscription  {
    margin: 0;
} 
.syn-newsletter-form .tnp-subscription {
    margin: 0;
}
.syn-newsletter-form .tnp-field input.tnp-email {
    border-radius: 8px;
    padding: 16px 15px 15px 60px;
    color: var(--sl-white);
    background: url(images/icon-email.svg) no-repeat center left 25px / 20px !important;
    border-color: var(--sl-silver);
    font-size: 16px;
}
.syn-newsletter-form form{
    position: relative;
}
.syn-newsletter-form form label{
    display: none;
}
.syn-newsletter-form .tnp-field input.tnp-submit{
    padding: 8px 16px;
    font-size: 16px;
    border: 0;
    background-color: var(--sl-primary);
    border-radius: 8px;
    position: absolute;
    bottom: 9px;
    right: 8px;
}
.syn-newsletter-form .tnp-field input.tnp-submit:hover{
    background-color: var(--sl-primary-dark);
} 
.syn-payment-row .elementor-widget {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.syn-no-products {
	margin-bottom: 30px;
}
.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-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: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    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;
} 
.wc-product-page .syn-popup-title-wrapper {
	padding: 16px;
}
.wc-product-page .syn-popup-title-wrapper #syn-popup-title {
	display: flex;
    align-items: center;
    gap: 5px;
}
.wc-product-page .syn-popup-report .syn-box {
	justify-content: center;
}
.wc-product-page .syn-section,
.product-coa-report .syn-section {
    max-width: 500px;
    min-width: 300px;
    width: auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
	gap: 0;
}
.wc-product-page .syn-header,
.product-coa-report .syn-header {
    padding: 12px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}
.wc-product-page .syn-header h4,
.product-coa-report .syn-header h4{
    font-size: 16px;
}
.wc-product-page .syn-content,
.product-coa-report .syn-content{
    padding: 20px;
    font-size: 14px;
}
.wc-product-page .syn-content a.syn-btn,
.product-coa-report .syn-content a.syn-btn{
    padding: 12px 16px;
    margin-top: 15px;
    font-size: 14px;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #e2e8f0;
}
::-webkit-scrollbar-thumb {
    background: #64748b;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
    background: #0d9488;
}
/* About style start */
.syn-about-callout span.elementor-icon {
    box-shadow: 0px 0px 2px #00000045;
}
/* 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;
}
.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: var(--sl-ink);
	font-size: 14px;
	font-weight: 500;
}
.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;
}
/*
.woocommerce ul.products .syn-product-price:has(del) .stock.in-stock {
    margin-top: 8px;
}*/
/* .woocommerce ul.products .syn-product-price .stock:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #0F6E56;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
} */
.woocommerce ul.products .syn-product-price .stock {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #0F6E56;
    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;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 16px;
    font-weight: 700;
	margin: 0;
	display: flex;
    align-items: center;
    gap: 4px;
}
.woocommerce ul.products .syn-product-price .stock:before {
    content: "";
    height: 6px;
    width: 6px;
    background: #0F6E56;
    display: inline-block;
    border-radius: 50%;
}
.woocommerce ul.products .syn-product-price .stock.in-stock {
	color: #0F6E56;
}
.woocommerce ul.products .syn-product-price .stock.out-of-stock {
	color: #E63946;
    border: 1px solid #E63946
}
.woocommerce ul.products .syn-product-price .stock.out-of-stock:before {
	background: #E63946;
}
/* FAQs Page */
.syn-faqs-seach {
    max-width: 672px;
}
.syn-faqs.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
	width: 32px;
	height: 32px;
	background: #1A308F1A;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-180deg);
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}
.syn-faqs.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
    transform: rotate(0);
}
.syn-faqs.elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-closed {
    display: none;
}
.syn-faqs.elementor-widget-n-accordion .e-n-accordion-item-title-icon .e-opened {
    display: block;
    height: auto;
}
.syn-faqs.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    background: rgb(26 48 143 / 2%);
}
.e-n-accordion-item:hover .e-n-accordion-item-title .e-n-accordion-item-title-icon {
    background: #1A308F1A;
}
.syn-faqs.elementor-widget-n-accordion .e-n-accordion-item-title-icon span > svg path{
    fill: var(--sl-primary);
}
.syn-faqs.elementor-widget-n-accordion .e-n-accordion-item-title-icon:hover span > svg path, .syn-faqs .e-n-accordion-item[open] .e-n-accordion-item-title-icon span > svg path{
    fill: var(--sl-white);
}
.syn-faqs.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    width: calc(100% - 32px);
    padding-right: 10px;
}
.syc-faq-section { 
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
	  0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.syn-faqs.elementor-widget-n-accordion .e-n-accordion-item-title-icon:hover,
.syn-faqs.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
    background: var(--sl-primary);
}
.syn-home-faqs .e-n-accordion {
    border: 1px solid #cdd4de;
    border-radius: 12px;
    overflow: hidden;
}
.syn-home-faqs .e-n-accordion .e-n-accordion-item:first-child .e-n-accordion-item-title {
    border-top: 0 !important;
}


.syn-icon-shadow {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    border-radius: 24px;
} 
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	color: #000;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
	padding: 5px;
}
.woocommerce nav.woocommerce-pagination ul {
border: 0;
} 
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--sl-primary-light);
	color: #000;
}
.elementor-widget-icon .elementor-icon {
    vertical-align: middle;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--sl-primary);
	color: var(--sl-white);
}
body:not(.elementor-editor-active) .syn-icons-marquee  {
	display: flex;
	width: max-content;
	animation: scroll 15s linear infinite;
}
body:not(.elementor-editor-active) .syn-icons-marquee .elementor-icon-box-title {
    white-space: nowrap;
}
.syn-materials-grid a.e-con-full:hover {
    box-shadow: 0 12px 40px #00000026;
}
.syn-materials-grid a.e-con-full:hover .elementor-widget-image img{
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
}
.syn-materials-grid a.e-con-full:hover {
    transform: matrix(1.02, 0, 0, 1.02, 0, -12);
}
.syn-materials-grid .elementor-widget-image img, .syn-materials-grid .elementor-heading-title {
    transition: all 0.4s ease-in-out;
}
.syn-materials-grid a.e-con-full:hover .elementor-heading-title {
    color: var(--e-global-color-primary);
}
.syn-banner-info .elementor-widget.elementor-widget-divider {
    border: 0;
    min-width: 100px;
} 
/* Animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.elementor-widget-woocommerce-products .product_type_simple.add_to_cart_button {
    margin-left: 15px !important;
} 
/* SHOP PAGE CSS */
.woocommerce .woocommerce-breadcrumb {
    padding-top:70px;
}
.woocommerce .woocommerce-breadcrumb, 
.woocommerce .woocommerce-products-header{
    display:flex;
    justify-content:center;
}
.woocommerce .woocommerce-products-header__title{
    text-transform:uppercase
}
.variations select,
.woocommerce-ordering select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 220px;
  width: auto;
  padding: 12px 40px 12px 16px;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  font-size: 14px;
  cursor: pointer;
  background-position: right 12px center;
  background-size: 12px;
  transition: all 0.3s ease;
}
.variations select:hover,
.woocommerce-ordering select:hover {
  border-color: var(--sl-primary);
}
.variations select:focus,
.woocommerce-ordering select:focus {
  outline: none;
  border-color: var(--sl-primary);
}
.woocommerce-ordering {
  position: relative;
}
.woocommerce-result-count {
	padding: 8px 16px 8px 0;
	font-size: 14px;
	color:var(--sl-black);
} 
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    width: 100%;
}
.woocommerce .woocommerce-pagination {padding-bottom: 70px;}

.syn-storage-img {
	width: 100%;
}
.woocommerce ul.products li.product a img {
	border:0 !important;
    transition: all 0.2s ease-in-out;
    margin-bottom: 8px;
}
.woocommerce ul.products .syn-product-price span.price {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 3px;
}
.woocommerce ul.products .product-type-variable .syn-product-price span.price {
    flex-direction: row;
}
.woocommerce .syn-extra-buttons a, .woocommerce ul.products li.product .button.syn-view-details { 
	width: 100%;
	text-align: center;
	background-color: var(--sl-off-white) !important;
	color: #363636 !important;
	padding: 6px !important;
	border: 1px solid #c1c1c1 !important;
	font-weight: 500 !important;
	font-size: 13px;
	border-radius: 4px;
}
.syn-product-cart-wrapper > a {
    flex: 1;
    text-align: center;
    font-weight: 500 !important;
}
.woocommerce .syn-extra-buttons a:hover, .woocommerce ul.products li.product .button.syn-view-details:hover {
    color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
    background-color: #fff !important;
}
.woocommerce ul.products li.product:not(.product-category) {
    padding-bottom: 15px !important;
    transition: all 0.4s ease-in-out;
}
.woocommerce ul.products li.product:not(.product-category):hover {
    transform: translatey(-4px);
    box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 8%);
}
/*.syn-product-cart-wrapper:not(:has(.quantity)),
.syn-product-cart-wrapper:not(:has(.quantity))  + .syn-extra-buttons  {
    width: 50%;
    display: inline-block;
} 
.syn-product-cart-wrapper:not(:has(.quantity)) a {
    width: 100%;
    padding: 12px !important;
}
*/ 
.woocommerce .syn-extra-buttons {
    margin-top: 10px;
}
.woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart,
.woocommerce ul.products li.product .product_type_variable.add_to_cart_button{
    padding-left: 30px;
    padding-right: 5px;
    background-image: url(images/cart-icon.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center left 15%;
    background-color: var(--e-global-color-primary);
    font-size: 13px;
    border-radius: 4px 4px 4px 4px;
}
.woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart:hover, 
.single-product.woocommerce .product form.cart .single_add_to_cart_button:hover, .woocommerce ul.products li.product button.button.syn-testing-results:hover {
    background-color: var(--e-global-color-secondary);
}
.syn-testing-results svg.lucide { 
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
.woocommerce ul.products li.product button.button.syn-testing-results {
    padding: 7px 14px;
    background-color: var(--e-global-color-primary);
    font-size: 13px;
    border-radius: 4px;
    margin-top: 0px;
}
.woocommerce .syn-extra-buttons > * { 
    width: 50%;
}
body .elementor-products-grid ul.products.elementor-grid li.product span.onsale, 
body.woocommerce span.onsale, 
body.woocommerce ul.products li.product 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);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
    right: 10px;
}
.woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart {
    margin-left: 0 !important;
}
.woocommerce ul.products li.product .button.syn-view-details {
    flex: 1;
}
.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 {
    background-color: transparent;
    font-weight: 500;
    background-image: linear-gradient(230deg, #1A3A8F 0%, #2A52BE 100%);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-primary);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
}
.woocommerce-cart .wc-block-cart__submit-button:hover, .woocommerce-checkout .checkout #payment #place_order:hover {
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 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;
}  
body.woocommerce-shop main#main, body.tax-product_cat main#main {
    padding-bottom: 70px;
}
.syl-process-arrow{
    top:50%;
    transform: translateY(-50%);
} 
.syn-info-hover .elementor-widget-icon-box {
    cursor: pointer;
}
.syn-info-hover .elementor-widget-icon-box:hover {
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}
.syn-info-hover .elementor-widget-icon-box:hover span.elementor-icon {
    transform: scale(1.05);
}
.syn-category-dropdown select {
	font-size: 14px;
    border-radius: 12px;
    border-color: #dcdcdc;
    padding-right: 35px;
    padding-left: 16px;
	cursor: pointer;
}
.syn-category-dropdown select:hover,
.syn-category-dropdown select:focus {
    border-color: var(--sl-primary);
} 
/* Start Checkout Page */
.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: 50px;
}
.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: var(--e-global-color-ba98c55);
    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;
}
form.checkout.woocommerce-checkout h3, .sl-testimonials h4 { 
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}
.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: var(--e-global-color-a253345) !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  {
    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: 35px;
    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-page table.woocommerce-checkout-review-order-table tbody tr:not(.sl-coupon-row) {
    background: #ebf1fb !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 .checkout table.shop_table>tfoot {
    border-left: 4px solid #b9b9b9;
    display: block;
}
.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;
}
.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: #1a3a8f24;
    text-align: center;
    line-height: 34px;
    border-radius: 100px;
    font-weight: 600;
    color: var(--e-global-color-primary);
    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: #1a3a8f24;
    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;
}
.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;
}
.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;
}  

.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(--sl-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 .sl-confirmation-wrap p.sl-confirmation-item label input:checked {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAACtUlEQVR4nO2ZTWhTQRDHJ63iF6JSat5uQqvSiwhSiLGZedaIghRB6aW92qO9SAVPHhrBSz/ITBKhUPQkXix40EsFPehBEAXRg4jgQURUED8IilJtI6tWks1rKbZps/J+sLe3s++/OzNvZh9ASEhISEjIf00pEvPlgJfKdkHPRCO4ikIe0ySlP+MSuIj2+WiZiJJG/gGQaQCX2JEY2qRIXlUIIb4PrqGRL9qn4WEuCS4RQz6oiWcqhcgwuIRKjK9XyM/LRSiUZ/FUdh24hEYpVMaFTCviTnAJTYImFiyXKoBLtHXl12jkJ9ZpvGii4Y3gEpp4yEq1M4r4MLiEJmlXxFOWS10Ap0hnVimSh1aWet2yb2wLuIQmGbTioqRQusElvA7ZqVC+Wi51Gdwi06CI71oi3kVxdCu4hEY+bbuU9rkXXCLaWdiuUT5bcXEd3CLToInvVIgg+RRPZWM1Wc5D2a9IbiqUK8rPtSyVXU3SX+VSJH1Qq3JBIX8oW+iNR7xnsXbNhmiUoiViEmqFTp5vCugHjE8fW5RdkknLZnEpT3shTf/fLk2hnIR/QPt8PMCl+qH2lCIK5WzA4maMm9JioZaakyOeInlv2bht1oDlQpP0VRV0v6vTGwstsTXyVWvul3gq21b7t7fQmDukkD9W1UTEj2N78/F55/rca8+LEZ+ClSLq8y7T6FSL+XVl0z5P0nhb+eHjeyt+Y9icHPE0yoPqJCDFGGWP2M+bAtAS8c1sCNQD0d2jGxTytQAx3zXxidnnjLAAVzwDdUXPRKMmzgdnNM63pmWzQnlp1VKPEonx1VCPqJQMmOuaOeKm/CSm5oqjukGhdJt0Osf3ZlbIOXABD3NJOzuVjaet6cxacIVoh2wLuJeaVin2wTVaTZAT3yoTMgjuUoqYXsa5XwAhISEhsJz8BPu0+kLgA6GGAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 12px;
    border-color: #1a3a8f;
}
/*  Start Product page */
.single-product.woocommerce .woocommerce-breadcrumb {
    text-align: left;
    justify-content: flex-start;
    color: #000;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    font-weight: 600;
    padding-top: 10px;
	margin: 0;
}
.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 .woocommerce-product-details__short-description {
    display: block;
}**/

.woocommerce.single-product .syn-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.woocommerce.single-product .syn-price-row .syn-price-offer-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.5;
}
.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;
} 
.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 span.onsale {
    left: 20px;
    right: auto;
    top: 20px;
} 
.single-product.woocommerce div.product div.summary p.price ins {
    text-decoration: none;
    display: block;
    margin-top: 5px;
}
.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 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 div.summary p.price .woocommerce-Price-amount {
    font-size: 30px;
    font-weight: 700;
    color: var(--sl-primary);
}
.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(images/cart-icon.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center left 14%;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px 4px 4px 4px;
    background-color: var(--e-global-color-primary);
    width: calc(100% - 24px);
    margin: 15px 12px 0;
}
.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;
}
.related.products h2 { 
    text-transform: capitalize;
    padding: 0 0 20px;
    font-size: 32px;
}
.single-product section.related.products {  
    margin-bottom: 50px;
}
.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);
}

/* My Account Page */ 
body.woocommerce-account .page-content { 
    padding: 100px 0;
} 
.woocommerce-account .woocommerce-MyAccount-navigation-link {
    border-color: #cdd4de85;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link a {
    border-color: #cdd4de85;
    border-bottom: 0 !important;
    font-size: 15px;
    color: var(--e-global-color-accent);
    padding: 15px;
    line-height: 1;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active,  
body.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active:hover {
    background-color: var(--e-global-color-secondary);
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link:not(.is-active) a:hover {
    background: #f1f1f1;
}
.woocommerce-account .woocommerce-MyAccount-content {
    font-size: 16px;
}
body.woocommerce-account a.button, body.woocommerce-account button.button {
    background-color: var(--e-global-color-primary);
    font-size: 13px;
    border-radius: 4px 4px 4px 4px;
}
body.woocommerce-account a.button:hover, body.woocommerce-account button.button:hover { 
    background-color: var(--e-global-color-secondary);
}
body.woocommerce-account .woocommerce-info, body.woocommerce-account .woocommerce-message {
    font-size: 14px;
    border-radius: 4px;
    background: var(--sl-off-white);
    border-color: #e1e1e1;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link:not(:last-child) {
    border-bottom: 0;
}
.woocommerce-Address-title h2, .woocommerce-MyAccount-content h2 {
    font-size: 22px;
    font-weight: 600;
}
body.woocommerce-account .woocommerce-EditAccountForm .woocommerce-form-row {
    margin-bottom: 10px;
}
body.woocommerce-account .woocommerce-EditAccountForm fieldset {
    padding: 10px 20px 25px 20px;
}
body.woocommerce-account .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 7px;
}
body.woocommerce-account .select2-container--default .select2-selection--single { 
    border: 1px solid #aaa !important; 
}
header .elementor-menu-cart__container.elementor-lightbox {
    display: none;
}
html .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:hover,
html .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active:hover {
    background-color: var(--sl-primary);
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:hover a {
    color: var(--sl-white);
}
.syn-product-categories .woocommerce-loop-category__title {
    display: none;
}
.syn-product-table li.elementor-icon-list-item {
    min-height: 70px;
}
.syn-product-table .no-title .elementor-icon-list-text {
	display:none;
} 
.elementor-icon-list-text small {
    font-size: 14px;
    color: #a3a3a3;
    margin-right: 5px;
}
.elementor-products-grid .product {
    background: #fff;
}

.single-product.woocommerce div.product .product_title{
	margin-bottom: 15px;
}
.syl-info-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    border: 1px dashed #b8cdf3;
    border-radius: 8px;
    background-color: var(--e-global-color-ba813be);
    max-width: 100%;
    margin: 25px 0;
}
.syl-info-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 100px;
    background-color: var(--e-global-color-secondary);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.syl-info-content {
    flex: 1;
} 
.syl-info-box h4.syl-info-title {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--e-global-color-accent);
}
.syl-info-box .syl-info-text p {
    margin: 3px 0 0 0;
    font-size: 12px;
    color: #475569;
    line-height: 1.4;
}
.syl-info-box .syl-info-text b {
    font-weight: 600;
} 
.syl-quality-section {
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid rgb(0 0 0 / 7%);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    padding: 20px;
    margin: 60px 0;
}
.syl-quality-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 30px;
}
.syl-quality-section .syl-quality-title {
    font-size: 22px;
    margin: 5px 0 10px 0;
    font-weight: 600;
    line-height: 1.3;
}
.syl-quality-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.syl-quality-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.syl-quality-card {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.03);
    font-size: 13px;
    line-height: 1.5;
}
.syl-quality-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.syl-quality-card h4 { 
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0 0;
    color: var(--e-global-color-accent);
}
.syl-quality-card p {
    font-size: 13px;
    margin: 0;
}
.syl-quality-badge {
    font-size: 11px;
    color: #047857;
    background: #e0f9e9;
    padding: 3px 7px 4px 19px;
    border-radius: 20px;
    font-weight: 600;
    position: relative;
} 
.syl-quality-badge:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    margin: -1px 5px 0 -10px;
    border-radius: 999px;
    background: #10B981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55);
    animation: aura-pass-pulse 2.4s ease-out infinite;
}
@keyframes aura-pass-pulse {
    0% { transform:scale(1); box-shadow:0 0 0 0 rgba(16,185,129,0.55); }
    55% { transform:scale(1.3); box-shadow:0 0 0 6px rgba(16,185,129,0); }
    100% { transform:scale(1); box-shadow:0 0 0 0 rgba(16,185,129,0); }
}  
.syl-faq-section {
    padding: 50px 20px;
    background: #ffffff;
} 
.syl-faq-wrapper {
    margin: 0 auto; 
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 25px;
}
.syl-faq-product .syl-faq-title { 
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
} 
.syl-faq-title em {
    font-style: italic;
} 
.syl-faq-title u { 
    text-decoration: underline;
} 
.syl-faq-desc {
    font-size: 15px;
    color: #64748b; 
} 
/* Accordion */
.syl-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
} 
.syl-faq-question {
    width: 100%;
    text-align: left;
    background: #f8fafc;
    border: none;
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
} 
.syl-faq-icon {
    font-size: 20px;
    transition: 0.3s;
    font-weight: 300;
}
.syl-faq-answer {
    display: none;
    padding: 15px 18px 1px;
    font-size: 14px;
    line-height: 1.6;
}
.syl-faq-item.active .syl-faq-answer {
    display: block;
}  
.syl-faq-product {
    margin: 60px 0;
}
.syl-faq-item button.syl-faq-question {
    background: #fff;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    color: var(--e-global-color-accent);
    font-size: 14px;
    padding: 15px;
	white-space: normal;
}
.syl-faq-item button.syl-faq-question:hover, .syl-faq-item button.syl-faq-question:focus, .syl-faq-item.active button.syl-faq-question {
    background: var(--e-global-color-primary);
    color: #fff;
}
.syl-faq-item.active {
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
}
body:has(.wp-block-woocommerce-empty-cart-block) .syn-cart-card,
.wp-block-woocommerce-empty-cart-block hr + h2,
.wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.wp-block-woocommerce-empty-cart-block hr {
    display: none;
}
body .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    margin-bottom: 15px;
    transform: scale(0.85);
}
.wp-block-woocommerce-empty-cart-block {
    padding: 0 0 60px;
}  
.wp-block-woocommerce-empty-cart-block .wp-block-heading { 
    color: var(--e-global-color-primary); 
}
.woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart.added {
    background-position: center left 10%;
}
.sl-product-attributes {
    display: flex;
    align-items: center;
    gap: 10px;

}
.sl-product-attribute {
	font-size: 14px;
    background-color: #ebf1fb;
    display: inline-block;
    padding: 2px 8px;
    border-radius: .125rem;
    line-height: 1.6;
    margin-bottom: 8px;
    font-weight: 500;
}
.syn-promo-badge {
    background-image: linear-gradient(230deg, #1A3A8F 0%, #2A52BE 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 4px;
    line-height: 1.5;
    width: 100%;
    display: flex;
    align-items: center;
}
.syn-promo-badge .syn-dot {
    width: 6px;
    height: 6px;
    background: var(--ehc-button-color);
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}
.syn-promo-badge-wrap {
    margin-top: 10px;
}
.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: #1a3a8f;
    padding: 2px 6px;
    border-radius: 5px;
    margin-right: 3px;
    font-weight: 500;
}
.fkcart-item-wrap .sl-bogo-text .sl-bogo-free-qty {
    color: #1a3a8f;
    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);
}

.single-product .summary .cart {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}
.syn-bogo-wrapper .syn-bogo-header {
    padding: 12px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.syn-bogo-wrapper .syn-bogo-title {
    color: var(--sl-ink);
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
.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: 100px;
    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: 16px;
    gap: 10px;
}
.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-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 .summary .woocommerce-variation-price,
.single-product .summary .cart .quantity,
.single-product .woocommerce-product-gallery__trigger {
    display: none !important;
}

.syn-variation-group {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.syn-variation-group .syn-variation-header {
    padding: 12px 20px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
}
.syn-variation-group .syn-variation-title {
    color: var(--sl-ink);
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
}
.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: 16px;
    gap: 10px;
}
.syn-variation-options .syn-variation-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
    cursor: pointer;
}
.syn-variation-options .syn-variation-card.active {
    background: #1A3A8F;
    border-color: #1A3A8F;
    color: #fff;
}
.syn-variation-options .syn-var-title {
    font-weight: 500;
    font-size: 16px;
}

.syn-cart-info {
    display: inline-block;
    width: 100%;
    padding: 0 12px;
}
.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 {
    display: inline-block;
    width: 100%;
    padding: 0 12px;
}
.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;
}

.syl-delivery-timeline-items-box {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px 12px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.syl-delivery-timeline-items-box .syl-delivery-timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    padding: 0 15px;
    background: #fff;
    z-index: 1;
}
.syl-delivery-timeline-items-box .syl-delivery-timeline-item svg {
    width: 20px;
    height: 20px;
    color: #111;
}
.syl-delivery-timeline-items-box .item-title {
    font-weight: 600;
    color: var(--sl-ink);
    font-size: 16px;
    margin-top: 5px;
}
.syl-delivery-timeline-items-box .item-date {
    font-size: 14px;
}
.syl-delivery-timeline-items-box:before {
    content: "";
    position: absolute;
    background: #1A3A8F;
    height: 2px;
    width: 80%;
}
.syl-delivery-timeline-box .syl-delivery-timeline-title {
    font-weight: 600;
    color: var(--sl-ink);
    margin-bottom: 10px;
    font-size: 16px;
}

.syl-rating-box {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.syl-rating-box .syl-reviews {
    font-size: 14px;
    color: var(--sl-ink);
    font-weight: 500;
}
.syl-rating-box .syl-rating .star-rating {
    color: #1A3A8F;
    height: 20px;
}
.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;
}

.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;
}


.main-header {
    position: relative;
}
.elementor-widget-search.header-search-from {
    position: absolute;
    width: 100%;
    left: 0;
    top: 66px;
    background: #ebf1fb;
    display: none;
}
.elementor-widget-search.header-search-from .e-search {
    width: min(100%, 1370px);
    margin: 0 auto;
    padding: 15px 10px;
}
.elementor-widget-search.header-search-from .e-search-form {
    position: relative;
}
.elementor-widget-search.header-search-from .e-search-form .e-search-label svg {
    height: 16px;
}
.elementor-widget-search.header-search-from .e-search-form .e-search-input {
    padding: 12px 65px 12px 35px;
    min-height: 20px;
    height: auto;
}
.elementor-widget-search.header-search-from .e-search-form .e-search-submit {
    padding: 0;
    background: transparent;
    color: var(--sl-primary);
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}


.single-product .woocommerce-tabs.wc-tabs-wrapper {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}
.woocommerce.single-product .product .woocommerce-tabs .panel {
    padding: 0 12px;
}
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li a {
    font-weight: 500;
}
html .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a,
html .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:hover a,
html .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active:hover a,
.woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
    color: #1a3a8f;
}
html .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active,
html .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li:hover,
html .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active:hover {
    background: #fff;
}

.syl-delivery-infobox {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px 12px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin-top: 25px;
}
.syl-delivery-infobox .syl-delivery-info-item {
    flex: 1;
    display: flex;
    gap: 10px;
    align-items: center;
}
.syl-delivery-infobox .syl-delivery-info-item img {
    max-width: 50px;
    max-height: 50px;
    padding: 10px;
    border: 2px solid;
    border-radius: 50%;
}
.syl-delivery-infobox .syl-delivery-info-item.item-tested img {
    border-color: #599680;
    background: #59968015;
}
.syl-delivery-infobox .syl-delivery-info-item.item-delivery img {
    border-color: #5978b7;
    background: #5978b715;
}
.syl-delivery-infobox .syl-delivery-info-item.item-verified img {
    border-color: #b5915d;
    background: #b5915d15;
}
.syl-delivery-infobox .syl-delivery-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    gap: 10px;
}
.syl-delivery-infobox .syl-delivery-info .item-title {
    font-weight: 600;
    color: #000;
}
.syl-delivery-infobox .syl-delivery-info .item-decs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 95px;
}

.wc-related-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.for-mobile {
    display: none;
}
.for-desktop {
    display: block;
}


/* MEDIA CSS */ 

@media (min-width: 768px) {	

	.elementor-widget-slides .elementor-swiper-button:hover {
		background: var(--sl-off-white);
	}
	.elementor-widget-slides .elementor-swiper-button {
		border-radius: 2px;
	}
    .syn-certi-card {
        width: calc(50% - 12px);
    } 
	body.woocommerce-checkout {
		overflow-x: hidden;
		position: relative;
	}	
	header .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
		width: 2em;
		line-height: 1.9em;
		height: 2em;
	}
}
@media (min-width: 1025px) {  

	.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%;
	} 
	.syc-hero-slider .swiper .elementor-swiper-button {
		margin: 0 20px;
	}
    .syn-certi-card {
        width: calc(33.33% - 16px);
    } 
	header .main-header nav ul.sub-menu.elementor-nav-menu--dropdown li a {
		padding: 15px 70px 15px 17px !important;
		border-radius: 8px; 
		border: 0;
		display: block;
    } 
	header .main-header nav ul.sub-menu {
		padding: 5px;
	}
	header .main-header nav ul.sub-menu.elementor-nav-menu--dropdown li:hover a{
		background-image: url(images/right-arrow-blue.svg);
		background-repeat: no-repeat;
		background-position: right 18px center;
		transition: none;
	}  
	header .main-header nav ul li.li-rewards > a:after {
		content: "";
		height: 17px;
		width: 17px;
		background: url(images/rewards-icon.svg) no-repeat center center / 17px !important;
		display: inline-block;
		opacity: 1 !important;
		top: 13px;
		left: 13px;
	}
	header .main-header nav ul li.li-rewards > a {
		padding-left: 40px !important;
	}
	body.woocommerce-checkout:after {
		content: "";
		position: absolute;
		background-color: var(--sl-off-white);
		right: 0;
		width: 50%;
		height: 100%;
		z-index: -1;
		bottom: 0;
	}	 
	.single-product ul.products li.product .woocommerce-loop-product__title {
		white-space: nowrap;
		overflow: hidden;
	}	
/* 	.single-product.woocommerce ul.products li.product {
		margin-right: 20px;
		width: calc(33.33% - 21px);
	} */
}

@media (max-width: 1200px ) {
	
	.syn-products-filter {
		flex-direction: column;
		gap: 20px;
	}
	.syn-horizontal-scroll .elementor-icon-list-items {
		flex-wrap: nowrap !important;
		overflow-x: scroll;
		justify-content: flex-start !important;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		-webkit-mask-image: linear-gradient(to right, #000 0%, #000 85%, transparent 100%);
		mask-image: linear-gradient(to right, #000 0%, #000 85%, transparent 100%);
		overflow-x: auto;
	}
	.syn-horizontal-scroll .elementor-icon-list-items .elementor-icon-list-item {
		white-space: nowrap;
		flex-shrink: 0;
	} 	
}
 
@media (max-width: 1024px ) {

 .syl-quality-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .syl-quality-right {
        grid-template-columns: 1fr;
    }
    .syl-faq-wrapper {
        grid-template-columns: 1fr;
    }
	.syl-quality-section {
		padding: 15px;
		margin: 30px 0; 
	} 
    .elementor-widget-search.header-search-from {
        top: 55px;
    }
}  

@media (max-width: 1024px ) {
	
	.woocommerce ul.products.columns-3,
	.woocommerce ul.products.columns-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	  }
    .syn-contact-form .ehp-form.has-layout-preset-quick-connect>:is(:not(.ehp-form__overlay)){
        max-width: 100%;
    }
	header .main-header nav ul li > a {
		border-bottom: 1px solid var(--sl-ice);
	}
	header .main-header nav ul li ul.sub-menu li > a {
		border-left: 0;
		font-size: 14px !important;
	} 
	.syc-hero-slider .elementor-slide-description h2 {
		font-size: 36px;
	}
	.syn-products-filter {
		display: block;
	}
	.syn-product-search-form {
		margin-bottom: 4%;
		margin-inline: auto;
		max-width: 100%;
	}
	.woocommerce .syn-products-filter .woocommerce-ordering, .syn-category-dropdown {
		width: 48%;
		display: inline-block;
	}
	.woocommerce .woocommerce-ordering select {
		min-width: unset;
		width: 100%;
	}
	.woocommerce .woocommerce-products-header__title {
		text-align: center;
	}	
	.sl-header-features .sl-feature-text {
		font-size: 13px;
	}
	.sl-header-features .sl-feature-item { 
		padding: 5px 0;
	}
	form.checkout.woocommerce-checkout h3, .sl-testimonials h4 {
		margin-top: 25px;
	}
	.sl-policy-links a {
		font-size: 11px;
	}
}

@media (max-width: 767px ) { 
	
	body:not([class*=elementor-page-]).woocommerce-page .site-main {  
		padding-inline-end: 16px;
		padding-inline-start: 16px;
	}
	.woocommerce ul.products li.product .button {
		margin: 0 auto !important;
	}
	.elementor-wc-products ul.products li.product {
		text-align: center !important;
		padding-bottom: 20px !important;
	}
	.syn-newsletter-form .tnp-field input.tnp-submit {
		padding: 5px 16px;
		font-size: 14px;
		border-radius: 6px;    
		bottom: 9px;
		right: 10px;
		width: auto;
	} 
	.syn-newsletter-form .tnp-field input.tnp-email {
		padding: 12px 12px 12px 40px;
		background: url(images/icon-email.svg) no-repeat center left 12px / 18px !important;
	} 
	.woocommerce-result-count{
		width:100%;
		text-align:center
	}
	.woocommerce-ordering {
		width: 100%;
	}
	.woocommerce-ordering select {
		width: 100%;
	}   
	.woocommerce ul.products.columns-3,
	.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;
	}
	.woocommerce ul.products li.product .button.add_to_cart_button {
		font-size: 12px !important;
		padding-block: 9px;
		width: 100%;
	}
	.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;
	}
	.single-product.woocommerce ul.products li.product {
        width: 100%;
        text-align: center;
		margin-bottom: 0px;
    } 
	.related.products h2 {
		padding-top: 0;
		padding-bottom: 10px; 
	}
	.single-product section.related.products { 
		margin-bottom: 50px;
	}
	.single-product.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper {
		padding: 15px;
	}
	.single-product.woocommerce div.product div.images  {
		margin-bottom: 30px;
	}  
	.woocommerce ul.products .syn-product-price {
		display: block;
	}
	.syn-product-cart-wrapper .quantity {
		width: 100%;
		margin-bottom: 10px;
		display: none;
	}
	.add_to_cart_button {
		width: 100%;
	}
	.woocommerce ul.products li.product .syn-product-content {
		padding: 7px;
	}
	.woocommerce ul.products .syn-product-price span.price {
		justify-content: center;
		align-items: center;
	}
	.woocommerce ul.products:not(.swiper-wrapper) {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px !important;
    }
	.woocommerce ul.products:not(.swiper-wrapper) > li.product {
        flex: 0 0 50%;
        max-width: calc(50% - 8px);
        text-align: center;
    }
	.woocommerce ul.products li.product button.button.syn-testing-results {
		font-size: 12px !important;
		padding: 7px;
		margin: 9px 0 0 !important;
		font-weight: 400 !important;
		width: 100%;
	} 
	.syn-product-description {
		font-size: 13px;
		padding: 0 10px;
		display: none;
	}
	.woocommerce ul.products .syn-product-price .stock, 
	.woocommerce ul.products.columns-3 a.woocommerce-loop-product__link span.onsale, 
	.woocommerce ul.products.columns-4 a.woocommerce-loop-product__link span.onsale,
	body .elementor-products-grid ul.products.elementor-grid li.product span.onsale, 
	body.woocommerce span.onsale, 
	body.woocommerce ul.products li.product span.onsale{
		font-size: 10px;
		padding: 2px 5px;
	}
	.woocommerce ul.products .syn-product-price .stock:before, .woocommerce .products ul::before, .woocommerce .products ul::after {
		display: none;
	}
	.woocommerce .syn-extra-buttons { 
		margin-top: 10px;
		flex-wrap: wrap;
        gap: 0;
        flex: none;
	} 
	.syn-product-cart-wrapper:not(:has(.quantity)), .syn-product-cart-wrapper:not(:has(.quantity)) + .syn-extra-buttons {
		width: 100%;
	}
	.syn-mobile-slide .elementor-icon-list-item {
		margin-right: 8px !important;
		white-space: nowrap
	}
	.syc-home-hero .elementor-button {
		width: 100%;
		display: block;
	}
	.syc-home-hero .elementor-widget-button {
		text-align: center;
		width: 100%;
	}
	.syn-product-table .elementor-icon-list-text {
		padding-right: 10px;
	}
	.syn-product-table li.elementor-icon-list-item {
		min-height: 60px;
	} 
	.syn-mobile-slide .elementor-icon-list-items {
		flex-wrap: nowrap !important;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		-ms-overflow-style: none;
		-webkit-mask-image: linear-gradient(to right, #0C0F1A 0%, #0C0F1A 85%, transparent 100%);
		mask-image: linear-gradient(to right, #0C0F1A 0%, #0C0F1A 85%, transparent 100%);
		overflow-x: auto;
	}
	.syl-faq-product { 
		margin: 40px 0;
	}
	.syc-home-hero .elementor-widget .elementor-icon-list-item {
		margin-top: 5px;
	}
	.syl-faq-item button.syl-faq-question {
		padding: 12px 10px;
	}
	.syl-faq-answer {
		padding: 10px 10px 0 10px;
	}  
	.single-product.woocommerce div.product .product_title, .syl-faq-product .syl-faq-title, 
	.single-product.woocommerce div.product div.summary p.price .woocommerce-Price-amount, .related.products h2 {
		font-size: 24px;
	} 
	.syl-quality-section .syl-quality-title {
		font-size: 20px;
	}
	.syn-home-slide .swiper-slide-inner {
		display: flex;
		justify-content: center;
	}
	.syn-home-slide .swiper-slide-inner .swiper-slide-image {
		padding: 6px;
		margin-right: 10px;
		border: 1px solid #d7d7d7;
		width: 30px;
		height: 30px;
		border-radius: 8px;
		align-items: center;
		justify-content: center;
	}
	.syn-home-slide .swiper-slide-inner figcaption {
		margin-top: 5px !important;
	} 
	.sl-product-attribute {
		font-size: 12px;
	}
	.syn-promo-badge {
		font-size: 10px;
		justify-content: flex-start;
        text-align: left;
	}
	.syn-promo-badge .syn-dot {
		width: 7px;
		height: 7px;
		margin-right: 7px;
	}
	.syn-promo-badge-wrap {
		margin-top: 10px;
	}
	.syl-delivery-timeline-items-box {
	    padding: 24px 4px;
	}
	.syl-delivery-timeline-items-box .syl-delivery-timeline-item {
	    padding: 0 10px;
	}
	
	.sl-product-attributes {
	    align-items: center;
	    margin-top: 5px;
	    justify-content: center;
	}
	
	.syn-bogo-grid {
	    grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.syn-bogo-grid .syn-bogo-item-heading {
	    display: flex;
        gap: 5px;
	}
	.syn-bogo-grid .syn-bogo-price-wrapper {
        display: flex;
        gap: 5px;
    }
    .syn-bogo-wrapper .syn-bogo-badge .elementor-4051 .elementor-widget-countdown {
        padding: 8px 0 6px;
    }
	
	.syl-delivery-infobox {
	    flex-direction: column
	}
	.syl-delivery-infobox .syl-delivery-info-item {
	    width: 190px;
	}
	
	.single-product.woocommerce .syn-single-offer-wrapper {
	    right: 20px;
	    left: auto;
	}
	
	.syl-delivery-timeline-items-box .item-title {
	    font-size: 12px;
	}
	.syl-delivery-timeline-items-box .item-date {
	    font-size: 10px;
	}
	.for-mobile {
	    display: block;
	}
	.for-desktop {
	    display: none;
	}
}

@media (max-width: 380px ) { 
    .woocommerce ul.products:not(.swiper-wrapper) > li.product {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
