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

/* Add your custom styles here */

/* Slick slider dots */

/* Product gallery thumbnails - 3 per row */

.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* space between thumbs */
}

.flex-control-nav.flex-control-thumbs li {
    width: calc(33.333% - 7px); /* 3 in one row */
}

.flex-control-nav.flex-control-thumbs li img {
    width: 100%;
    height: auto;
    display: block;
	opacity: 1 !important;
}



.woocommerce-tabs .woocommerce-Tabs-panel h2 {
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #9abba3 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after , .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none !important;
}

.woocommerce-product-attributes tr td.woocommerce-product-attributes-item__value {
 padding-left: 10px !important;
}

h1.dynamic-product-title {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-weight: var(--e-global-typography-primary-font-weight);
	color: #FFFFFF !important;
	font-size: 40px;
	line-height: 44px;
}

.custom-product-slider .slick-dots {
    bottom: -30px;
	z-index: 100;
}

.custom-product-slider .slick-dots li {
    margin: 0 6px;
}

.custom-product-slider .slick-dots li button {
	background-color: unset !important;
}

.custom-product-slider .slick-dots li button:before {
    font-size: 10px;
    color: #ccc;           /* normal dot color */
    opacity: 1;
}

.custom-product-slider .slick-dots li.slick-active button:before {
    color: #9ABBA3;        /* ✅ active dot color */
}




.comments-area a, .page-content a {
    text-decoration: none;
}
.ttm-accordian-style2 .elementor-accordion-item{margin-bottom: 25px;}
.tm-offcss .elementor-heading-title span {
	font-size: 24px;
    line-height: 34px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-transform: none;
    margin-left: -10px;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title{border-radius: 10px ;}
.elementor-accordion .elementor-accordion-item .elementor-tab-content{border-radius: 0 0 10px 10px;}
.elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active{border-radius: 10px 10px 0 0;}
.themetechmount-box .tm-fooditems-imagedetails img {transition: all 0.3s 
ease 0s;}
.themetechmount-box:hover .tm-fooditems-imagedetails img {
    border-radius: 10px;
}


.side_header .elementor-icon-wrapper {
	line-height: 0 !important;
}

.Service_btn a > span {
	align-items: center;
}

.Service_btn a span svg {
	font-size : 16px;
}

.Service_btn a span.elementor-button-icon {
	padding: 5px;
	transform: rotate(-45deg);
	font-size: 16px;
	padding: 7px 7px;
	background-color: #f9f2e6;
	border-radius: 50%;
	transition: .5s;
}

.themetechmount-servicebox-stylefour:hover .Service_btn a span.elementor-button-icon {
	transform: rotate(-0deg);
}





.service_text {
  overflow: hidden;
  width: 100%;
}

.service_text .marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 20px; /* 👈 sirf 20px gap */
  animation: marqueeMove 320s linear infinite;
}

.service_text .marquee-text {
  white-space: nowrap;
  flex-shrink: 0;
}

@keyframes marqueeMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 18s linear infinite;
}

.marquee-content {
  display: flex;
}

.marquee-content span {
  white-space: nowrap;
  font-size: 28px;
  font-family: "EB Garamond", Sans-serif;
  color: #000;
  position: relative;
  padding-right: 10px; /* space after separator */
}

/* separator */
.marquee-content span::before {
  content: "–";
  margin: 0 25px;
  opacity: 0.6;
}

/* first item me separator nahi */
.marquee-content span:first-child::before {
  content: "";
  margin: 0;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/* Base wrapper */
.gg-contact-form {
  font-family: 'Poppins', sans-serif;
/*   padding: 30px; */
  max-width: 700px;
  width: 100%;
}

/* Remove CF7 default p margins */
.gg-contact-form p {
  margin: 0;
}

/* Rows */
.gg-row {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}

/* Columns */
.gg-col {
  width: 50%;
}

.gg-col-full {
  width: 100%;
}

/* Labels */
.gg-contact-form label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  display: block;
  margin-bottom: 6px;
}

/* Inputs & textarea */
.gg-contact-form input[type="text"],
.gg-contact-form input[type="tel"],
.gg-contact-form input[type="email"],
.gg-contact-form textarea {
	width: 100%;
	padding: 8px 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	box-sizing: border-box;
	margin-top: 6px;
}

.gg-contact-form textarea {
  height: 38px;
  resize: vertical;
  overflow: hidden;
}

/* Focus state */
.gg-contact-form input:focus,
.gg-contact-form textarea:focus {
  outline: none;
  border-color: #9abba3;
}

.wpcf7-response-output {
	margin: 0 !important;
	border-color: #9abba3 !important;
}

/* Submit button */
.gg-contact-form input[type="submit"] {
	background-color: rgb(154, 187, 163);
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	fill: rgb(0, 58, 20);
	color: rgb(0, 58, 20);
	text-decoration: none;
	border-style: none;
	border-radius: 6px;
	padding: 11px 19px;
  	font-family: 'Poppins', sans-serif;
}

.gg-contact-form input[type="submit"]:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* Spinner spacing fix */
.gg-contact-form .wpcf7-spinner {
  margin-left: 10px;
}

/* 📱 Mobile Responsive */
@media (max-width: 768px) {
  .gg-row {
    flex-direction: column;
    gap: 16px;
  }

  .gg-col {
    width: 100%;
  }
	
.wpcf7-response-output {
	font-size: 14px;
	line-height: 16px;
}
}



.custom-product-slider .single-product-slide {
	background-color:#695CA810;
	padding: 25px;
	border: 1px solid #66666630;
	border-radius: 7px;
}

.custom-product-slider h3{
	font-family: "EB Garamond", Sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 38px;
	color: #292F2B;
	text-align: center;
	margin-top: 18px;
}

.border-top {
	border-top: 1px solid #9ABBA3;
	width: 100%;
	display: block;
	max-width: 170px;
	text-align: center;
	margin-top: 4px !important;
	margin-bottom: 20px !important;
	margin: auto;
}

.custom-product-slider a.display_block {
	display: block;
	text-align: center;
}

.display_block {
	background-color: #9ABBA3;
	font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	line-height: 16px;
	fill: #003A14;
	color: #003A14;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #9ABBA3;
	border-radius: 6px 6px 6px 6px;
	padding: 12px 24px 12px 24px;
}

.display_block:hover {
	background-color: #000;
	color: #fff;
}

.slick-slide img {
	width: 100%;
}


.custom-product-slider .slick-slide {
    margin: 0 15px;
}

.custom-product-slider .slick-slide:first-child {
    margin-left: 0 !important;
}

.custom-product-slider .slick-slide:last-child {
    margin-right: 0 !important;
}

.custom-product-slider .slick-track {
	display: flex;
	justify-content: start;
}

@media (max-width: 680px) {
	.custom-product-slider .slick-track {
			justify-content: center !important;
	}
	
	.custom-product-slider h3{
	font-size: 20px;
	line-height: 25px;
	margin-top: 18px;
}
	
	h1.dynamic-product-title {
	font-size: 26px;
	line-height: 30px;
}
	
	.flex-control-nav.flex-control-thumbs {
		justify-content: center !important;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs li {
		margin: 5px !important;
	}
	
}



/* ================================
   CUSTOM REGISTER FORM DESIGN
================================ */

.custom-register-form {
    max-width: 500px;
    margin: 50px auto;
    padding: 35px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

.custom-register-form h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #222;
}

/* Form Labels */
.custom-register-form label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
}

/* Input Fields */
.custom-register-form input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 18px;
    transition: 0.3s;
}

.custom-register-form input:focus {
    border-color: #000;
    outline: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

/* Register Button */
.custom-register-form button {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.custom-register-form button:hover {
    background: #444;
}

/* Row Fix */
.custom-register-form .form-row-first,
.custom-register-form .form-row-last {
    width: 48%;
    float: left;
}

.custom-register-form .form-row-last {
    float: right;
}

.custom-register-form .form-row-wide {
    width: 100%;
    clear: both;
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .custom-register-form {
        padding: 25px;
    }

    .custom-register-form .form-row-first,
    .custom-register-form .form-row-last {
        width: 100%;
        float: none;
    }
}






























/* PRODUCT CSS  */


.woocommerce-privacy-policy-text p {
color: #4f4848 !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit , .woocommerce-form-register__submit , .woocommerce-ResetPassword .woocommerce-Button {
	background-color: #9ABBA3 !important;
	font-family: "Poppins", Sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	text-decoration: none !important;
	line-height: 16px !important;
	fill: #003A14 !important;
	color: #003A14 !important;
	border-style: none !important;
	border-radius: 6px 6px 6px 6px !important;
	padding: 11px 19px 11px 19px !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce-form-register__submit:hover , .woocommerce-ResetPassword .woocommerce-Button:hover {
	color: #fff !important;
	background-color: #000 !important;
}


.custom-breadcrumb a , 
.custom-breadcrumb span {
	 
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.6px;
	color: #fff;
	text-transform: uppercase;
}

.product_section {
	padding-top: 85px;
	padding-bottom: 85px;
	padding-left: 15px;
	padding-right: 15px;
}

.product_section .container {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.product_section a img {
	border-radius: 15px;
}

.product_section h1.product_title {
	display: flex !important;
	align-items: center;
	font-size: 34px;
	text-transform: uppercase;
	 
	font-weight:700;
}

.product_section h1.product_title span.stock-status span {
    background-color: #0A7B0010;
    border: 1px solid #0A7B00;
    color: #0A7B00;
    font-size: 12px;
     
    padding: 6px 10px 4px 10px;
    font-weight: 700;
    border-radius: 15px;
    line-height: 14px;
    display: flex;
    margin-left: 20px;
}

body {
	 
}

.custom-short-description {
	color: #656565;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.6px;
	padding: 20px 0;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 15px;
}

.variations tr td , .variations tr th {
	background-color: #FFF !important;
	padding-left: 0;
}

table.variations tr:nth-of-type(2) th:first-child {
	display: none !important;
}

table.variations tr:nth-of-type(1) th {
	padding: 0 !important;
}

form.variations_form table.variations tr:nth-of-type(1) td ul li {
	box-shadow: unset !important;
	font-size: 16px;
	font-weight: 700;
	margin:0 !important;
	padding:0 !important;
	background-color: unset !important;
}

 table.variations tr:nth-of-type(1) td ul li.selected {
	border-bottom: 1px solid  #9abba3;
	color: #9abba3 !important;
	font-size: 16px;
}

table.variations tr:nth-of-type(1) td ul li span {
	padding: 2px; !important;
}

table.variations tr:nth-of-type(1) td {
	padding: 0 !important;
}

table.variations tr:nth-of-type(1) td ul {
	gap: 20px;
}

.product_section p.price {
	display: none;
}

span.onsale {
	display: none;
}

.custom-product-notes {
	border: 1px solid #E4E4E4;
	border-radius: 14px;
	padding: 17px;
}

.custom-product-notes .d-flex,
.subscribe_box{
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.custom-product-notes .d-flex strong,
.goes_here strong{
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}

.custom-product-notes .d-flex img,
.subscribe_box img{
	margin-top: 3px;
}

.custom-product-notes p {
	margin-bottom: 0;
	color: #656565;
}

.subscribe_box {
    margin-top: 20px;
    border-top: 1px solid #E4E4E4;
    padding-top: 20px;
}

table.variations tr td ul li {
  color: #000 !important;
  font-weight: 700;
  text-transform: uppercase;
}

table.variations tr td ul li.selected {
  box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px  #9abba3) !important;
  background-color:  #9abba310 !important;
  color: #000 !important;
}


 table.variations tr:nth-of-type(3) td ,  table.variations tr:nth-of-type(4) td{
	padding: 0 !important;
	padding-bottom: 15px !important;
}

 table.variations tr:nth-of-type(3) th ,  table.variations tr:nth-of-type(4) th {
	padding-bottom: 5px !important;
	padding-top: 0 !important;
}

form.variations_form table.variations tr:nth-of-type(4) td ul li {
	box-shadow: unset !important;
	font-size: 16px;
	font-weight: 700;
	margin: 0 8px 0 0 !important;
	padding:0 !important;
	background-color: unset !important;
	border-radius: 50% !important;
	overflow: hidden;
}

form.variations_form table.variations tr:nth-of-type(4) td {
	padding-bottom: 5px !important;
}

form.variations_form table.variations tr td a.reset_variations {
    font-weight: 600;
    font-size: 14px !important;
    margin-top: 8px !important;
    display: inline-block;
}

form.variations_form table.variations{
	margin-bottom: 0 !important;
}

.variations_form .single_variation_wrap .woocommerce-variation-price .price bdi {
    font-size: 32px;
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: inline-block;
	line-height: 32px;
}

.variations_form .single_variation_wrap .woocommerce-variation.single_variation {
    padding: 20px 0 12px 0;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
}

button.single_add_to_cart_button.button , .woocommerce-notices-wrapper .woocommerce-message a {
	background-color: var(--e-global-color-primary) !important;
     
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 0.6px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    padding: 13px 20px 13px 20px;
}
 
button.single_add_to_cart_button.button:hover , .woocommerce-notices-wrapper .woocommerce-message a:hover {
	background-color: #000 !important;
	color: #fff !important;
}

input.input-text.qty:focus {
	outline: none !important;
}

.product_meta .posted_in {
	display: none;
}

.woocommerce-product-gallery ol {
    display: flex;
    gap: 22px;
	margin-top: 20px !important;
}

.woocommerce-product-gallery ol li img {
	border-radius: 10px !important;
    opacity: 1 !important;
}

.woocommerce-notices-wrapper .woocommerce-message {
	border-color:  #9abba3 !important;
}

.woocommerce-notices-wrapper .woocommerce-message:focus-visible {
	outline: none !important;
}

.woocommerce-message::before {
    color:  #9abba3 !important;
}

.woocommerce-message {
    border-top-color: #301d54;
    color: #000;
    font-size: 18px;
    font-weight: 600;
	outline: none !important;
}

.woocommerce-message::before {
	color: #301d54;
}

.woocommerce-notices-wrapper .woocommerce-message a {
	color: #fff;
	border-style: solid;
	border-radius: 3px 3px 3px 3px;
	padding: 12px 25px 12px 25px;
	font-weight: 600;
}

.woocommerce-notices-wrapper .woocommerce-message a:hover,
.woocommerce-cart-form .coupon button:hover{
	color: #fff;
	background-color:  #9abba3;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: 0.5px solid #ccc !important;
	border-radius: 0;
}

.woocommerce-cart-form .shop_table tr th{
	font-size: 20px;
	font-weight: 600;
}

.woocommerce-cart-form .shop_table tr td,
.woocommerce-cart-form .shop_table tr td.product-quantity .quantity input{
	font-size: 14px;
	font-weight: 600;
}

.woocommerce-cart-form .coupon button {
    color:  #9abba3;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color:  #9abba3;
    border-radius: 3px 3px 3px 3px;
    padding: 9px 20px 8px 20px;
    font-weight: 600;
    background-color: #fff;
    font-size: 18px;
    text-transform: uppercase;
} 

.button {
	font-weight: 600 !important;
}

/* .woocommerce-cart .product-quantity .quantity input {
    padding-left: 0;
    text-align: left;
    background-color: unset !important;
    border-radius: 0;
} */

.cart-collaterals .cart_totals h2 {
	font-size: 36px;
	font-weight: 700;
}

.cart-collaterals .cart_totals tr th {
	font-size: 18px;
	font-weight: 600 !important;
}

.cart-collaterals .cart_totals tr td {
	font-size: 16px;
	font-weight: 600 !important;
}
 .stock.in-stock {
	display: none !important;
}

.variable-item-contents label {
	display: flex !important;
	align-items: center;
}

.selected-variation-price-wrapper .price del,
.selected-variation-price del{
    color: #000;
    font-size: 20px;
}


.selected-variation-price-wrapper span.woocommerce-Price-amount bdi,
.selected-variation-price bdi{
	color: #0e0e0e;
    font-weight: 500;
    font-size: 20px;
    margin-right: 5px;
}

.selected-variation-price-wrapper .price ins,
.selected-variation-price ins {
	text-decoration: none !important;
}

.selected-variation-price-wrapper .price ins span bdi,
.selected-variation-price ins span bdi{
	color: #000 !important;
    font-weight: 600 !important;
    font-size: 32px !important;
}

/* .single_variation_wrap .woocommerce-variation.single_variation {
	display: none !important;
} */

.selected-variation-price-wrapper {
	 background-color: #fff;
    border-bottom: 1px solid #E4E4E4 !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    border-collapse: unset;
}

.right_border {
	position: relative;
}

.right_border::before {
    content: '';
    width: 2px;
    height: 70px;
    background-color: #00000020;
    position: absolute;
    right: 10px;
    top: -21px;
}

.woocommerce table.shop_table {
	border-collapse: collapse !important;
}


/* Fix extra space next to cart image */
.woocommerce-cart td.product-thumbnail {
    width: 100px;
    padding: 10px;
    text-align: center;
}

/* Image size control */
.woocommerce-cart td.product-thumbnail img {
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
	border-radius: 8px;
}

.product-remove a {
	margin: auto;
}

.woocommerce-cart-form__cart-item td a {
    color:  #9abba3;
    font-size: 20px;
    margin-bottom: 8px;
    display: inline-block;
}

.woocommerce form.woocommerce-cart-form {
	width: 67%;
    float: left;
}

.woocommerce .cart-collaterals {
    width: 32% !important;
    float: right;
}


.woocommerce .cart-collaterals .cart_totals  {
	width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	display: none;
}

.woocommerce-cart-form__cart-item td dl {
	display: flex !important:
	gap: 5px;
}

.quantity {
	display: flex;
	align-items: center;
}
.quantity input.qty {
	text-align: center;
	width: 60px;
	margin: 0 5px;
}
.qty-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s;
	background-color: #eeeeee !important;
    border-radius: 0 !important;
    height: 25px !important;
    top: 0 !important;
    border-width: 0.5px 0.5px 0.5px 0.5px !important;
    border-style: solid !important;
    border-color: #cfc8d8 !important;
    /* padding-left: 0 !important; */
    position: relative !important;
    box-sizing: border-box !important;
    color:  #9abba3 !important;
	padding: 8px 16px !important;
	font-size: 14px;
}

.qty_button .qty-btn.plus {
	border-width: 0.5px 0.5px 0 0 !important;
}

.qty_button .qty-btn.minus {
    border-width: 0.5px 0.5px 0.5px 0 !important;
}

.qty-btn:focus {
	background-color: #eeeeee !important;
}

.qty-btn:hover {
	background: #e2e2e2;
}

.quantity input {
	height: 50px !important;
    width: 3.7em !important;
    background: #fff;
    border-radius: 0px;
    font-size: 14px;
    color: #000;
    box-sizing: border-box !important;
    border-width: 0.5px 0.5px 0.5px 0.5px !important;
    border-style: solid !important;
    border-color: #cfc8d8 !important;
    padding: 0;
	margin: 0 !important;
}

/* Remove number input arrows - Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Remove number input arrows - Firefox */
input[type=number] {
    -moz-appearance: textfield !important;
}

/* Also hide in IE */
input[type=number]::-ms-clear {
    display: none !important;
}

.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	gap: 8px;
}

.checkout-button.button {
	background-color: var(--e-global-color-primary) !important;
     
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 0.6px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 6px 6px 6px 6px !important;
    padding: 13px 20px 13px 20px !important;
}

.checkout-button.button:hover {
	background-color:  #9abba3 !important;
}


.woocommerce-info {
	border-top-color:  #9abba3 !important;
	font-size: 18px;
    font-weight: 600;
}

.woocommerce-info::before {
	color:  #9abba3 !important;
}

input,textarea {
	outline: none !important;
}

.checkout_coupon.woocommerce-form-coupon {
	display: flex;
	border: 1px solid #66666630 !important;
}

.checkout_coupon.woocommerce-form-coupon p.form-row-first input {
	border-color: #66666630 !important;
	height: 42px;
}

.checkout_coupon.woocommerce-form-coupon p.form-row-first input:focus {
		border-color: #0f3252 !important;
}

a:active, a:hover {
    color: #0f3252;
}

.checkout_coupon.woocommerce-form-coupon p.form-row-last button, #payment .button.alt , 
.return-to-shop a {
    background-color: var(--e-global-color-primary) !important;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 0.6px;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    border-radius: 6px 6px 6px 6px;
    padding: 12px 20px 12px 20px;
}

.checkout_coupon.woocommerce-form-coupon p.form-row-last button:hover, #payment .button.alt:hover , 
.return-to-shop a:hover {
    background-color:  #9abba3 !important;
}

.checkout_coupon.woocommerce-form-coupon p.form-row-last button:hover {
	background-color: #e9547a;
	color: #fff;
}

.woocommerce form.checkout_coupon .coupon-error-notice {
	font-size:  14px;
}

button, input, optgroup, select, textarea,
.select2-container .select2-selection--single .select2-selection__rendered{
	font-size: 18px !important;
}

.order_page .woocommerce-billing-fields h3{
	font-size: 28px;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
}

#order_review_heading,
#order_review h3 {
	font-size: 28px;
	font-weight: 600;
	color: #000;
}

#ship-to-different-address span {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}

#ship-to-different-address {
	margin-bottom: 0 !important;
}

.woocommerce form .form-row label {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection,
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select{
	border: 1px solid #301d54 !important;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	font-size: 18px;
    color: #666666;
    font-weight: 600;
}

.woocommerce ul.order_details li {
	font-size: 13px !important;
}

.woocommerce ul.order_details li strong {
	font-weight: 600;
	margin-top: 5px;
}

.woocommerce ul.order_details {
	margin: 0 0 2em;
	padding-bottom: 15px;
    border-bottom: 1px solid #66666630;
	padding-left: 0 !important;
}

.woocommerce-order > p {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}

.woocommerce-customer-details .woocommerce-column h2 {
    font-weight: 600;
    font-size: 28px;
    color: #000 !important;
}

.woocommerce-order-details h2 {
	font-size: 28px;
	font-weight: 600;
	color: #000;
}

 .woocommerce-order-details ul.wc-item-meta {
	padding-left: 0 !important;
	display: flex;
    gap: 15px;
	margin-top: 5px;
}

 .woocommerce-order-details ul.wc-item-meta li {
	display: flex;
    gap: 5px;
}

.woocommerce-customer-details .woocommerce-columns address {
	color: #000;
    text-transform: capitalize;
}



/* .variable-items-wrapper li.disabled {
	display: none !important;
}  */

/* Common color swatch style */
.variations [data-attribute_name="attribute_color"] label {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #ccc;
}

/* Single colors */
input[value="black"] + label {
    background: #000000;
}

input[value="blue"] + label {
    background: #1e5bff;
}

input[value="yellow"] + label {
    background: #ffd400;
}

/* Dual colors */
input[value="blue-silver"] + label {
    background: linear-gradient(90deg, #1e5bff 50%, #c0c0c0 50%);
}

input[value="blue-orange"] + label {
    background: linear-gradient(90deg, #1e5bff 50%, #ff7a00 50%);
}

/* Common swatch size (safe) */
.variable-item-span-color {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

/* Blue / Silver – HALF HALF */
.color-variable-item-blue-silver .variable-item-span-color {
    background: linear-gradient(
        90deg,
        #259bea 50%,   /* Blue */
        #c0c0c0 50%   /* Silver */
    ) !important;
}

/* Blue / Orange – HALF HALF (future use) */
.color-variable-item-blue-orange .variable-item-span-color {
    background: linear-gradient(
        90deg,
        #259bea 50%,   /* Blue */
        #ff7a00 50%   /* Orange */
    ) !important;
}







@media (max-width: 1080px) {
	.product_section {
		padding-top: 20px;
	}
	
	.product_section h1.product_title {
		font-size: 26px;
	}
	
	.variations_form .single_variation_wrap .woocommerce-variation-price .price bdi {
		font-size: 26px;
		line-height: 30px;
	}
	
	.product_section .summary.entry-summary {
		margin-bottom: 50px !important;
	}
}

@media (max-width: 1024px) { 
	.woocommerce form.woocommerce-cart-form {
		width: 100%;
		float: left;
	}
	
	.woocommerce .cart-collaterals {
		width: 62% !important;
		float: right;
	}
}


@media (max-width: 992px) {
	.woocommerce-column--2.woocommerce-column--shipping-address {
		margin-top: 20px;
	}
	
	.woocommerce-customer-details {
		margin-bottom: 0 !important;
	}
	
	.product-remove a {
		margin: inherit;
	}
	
	.quantity {
		justify-content: end;
	}
	
	.calculated_shipping .wc-proceed-to-checkout a.checkout-button {
		margin-bottom: 0 !important;
	}
	
	.qty-btn {
		font-size: 12px !important;
	}
	
	#shipping-calculator-form p label {
		text-align: left !important;
	}
	
	.select2-container .select2-selection--single .select2-selection__rendered {
        text-align: start !important;
    }
	
	.product_section {
		padding-top: 20px;
		padding-bottom: 0 !important;
	}
	



	
	
	
}

@media (max-width: 767px) {
	.woocommerce ul.order_details {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	
	.woocommerce ul.order_details::before {
		display: none;
	}
	
	.woocommerce-order-details ul.wc-item-meta {
		flex-wrap: wrap;
        gap: 6px;
        margin-top: 8px;
	}
	
	.woocommerce-order-details h2, .woocommerce-customer-details .woocommerce-column h2 {
		font-size: 22px;
		margin-bottom: 5px;
	}
	
	.woocommerce-order-details {
		margin-bottom: 1em !important;
	}
	
	.woocommerce ul.order_details li strong {
		margin-top: 3px;
		font-size: 15px;
		color: #000;
	}
	
	.woocommerce ul.order_details {
		gap: 15px;
		margin-bottom: 15px;
	}
	
	.woocommerce-order > p {
		font-size: 16px;
	}
	
	.woocommerce-table--order-details tr td {
		line-height: 14px !important;
	}
	
	.wc-empty-cart-message .cart-empty.woocommerce-info {
		margin-bottom: 20px;
	}
	
	.order_page .woocommerce-billing-fields h3 , #order_review_heading, #order_review h3 {
		font-size: 22px;
	}
	
	.woocommerce form .form-row label {
		font-size: 16px;
	}
	
	.order_page .woocommerce-billing-fields p input , .select2-container .select2-selection--single .select2-selection__rendered , .woocommerce-checkout .woocommerce-additional-fields__field-wrapper p textarea  {
		font-size: 16px !important;
		padding: .3em !important;
	}
	
	#ship-to-different-address span {
		font-size: 18px;
	}
	
	.woocommerce-info {
		font-size: 16px;
		line-height: 18px;
	}
	
	.checkout_coupon.woocommerce-form-coupon {
		padding: 8px !important;
		margin-top: 5px !important;
		margin-bottom: 15px !important;
	}
	
	.checkout_coupon.woocommerce-form-coupon p.form-row-first input {
		height: 36px;
		font-size: 15px !important;
	}
	
	.checkout_coupon.woocommerce-form-coupon p.form-row-last button, #payment .button.alt, .return-to-shop a {
		font-size: 16px !important;
		line-height: 14px;
		padding: 12px 18px 10px 16px;
	}
	
	.woocommerce .cart-collaterals {
		width: 100% !important;
	}
	
	.qty-btn {
		height: 20px !important;
	}
	
	.quantity input {
		height: 40px !important;
    	width: 2.5em !important;
		font-size: 14px !important;
	}
	
	.woocommerce-cart-form .cart.woocommerce-cart-form__contents td .coupon input {
		padding: 4px !important;
    	font-size: 14px !important;
	}
	
	.woocommerce-cart-form .cart.woocommerce-cart-form__contents td .coupon button {
		padding: 4px !important;
    	font-size: 14px !important;
		padding: 8px 16px 7px 16px !important;
	}
	
	.calculated_shipping .wc-proceed-to-checkout a.checkout-button {
		margin-bottom: 0 !important;
		font-size: 16px;
	}
	
	.shop_table .woocommerce-shipping-destination strong {
		font-weight: 700;
	}
	
	#shipping-calculator-form p input {
		font-size: 16px !important;
		padding: .3em !important;
	}
	
	 .product_section h1.product_title {
        font-size: 20px;
        line-height: 20px;
		 justify-content: space-between;
    }
	.woocommerce-message {
		font-size: 16px;
		line-height: 18px;
	}
	
	button.single_add_to_cart_button.button, .woocommerce-notices-wrapper .woocommerce-message a {
		background-color: var(--e-global-color-primary) !important;
		font-size: 16px !important;
		line-height: 16px;
		padding: 10px 15px 10px 15px !important;
		margin-top: 12px;
	}
	
	.woocommerce-product-gallery ol {
		gap: 14px;
		margin-top: 14px !important;
	}
	
	table.variations tr td ul li {
		font-size: 14px !important;
		line-height: 14px !important;
	}
	
	button.single_add_to_cart_button.button {
		margin-top: 0 !important;
	}
	
	.elementor-kit-7 h2 {
		font-size: 32px;
		line-height: 32px;
	}
	
}

@media (max-width: 400px) {
	.product_section h1.product_title {
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.product_section h1.product_title span.stock-status span {
		margin-left: 0 !important;
	}
}


.woocommerce-MyAccount-content .subscription_details tr td , .woocommerce-MyAccount-paymentMethods tr th , .woocommerce-MyAccount-paymentMethods tr td , .woocommerce-MyAccount-orders tr th {
	color: #000 !important
}

.woocommerce-MyAccount-orders tr td , .elementor-widget-text-editor {
	color: #101010 !important;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none !important;
}





















