/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.hide-the-element{
	display: none !important;
}

.elementor-widget-text-editor p:last-child,
.elementor-widget-theme-post-excerpt p:last-child,
.elementor-widget-woocommerce-archive-description p:last-child,
.elementor-widget-woocommerce-product-short-description p:last-child,
.elementor-widget-woocommerce-product-content p:last-child,
.elementor-widget-woocommerce-product-price p:last-child{
    margin-bottom: 0;
}

.elementor-widget-text-editor p a{
	text-decoration: underline;
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.elementor-widget-text-editor p a:hover{
	color: var(--e-global-color-accent);
}

nav.woocommerce-breadcrumb{
	margin-bottom: 0 !important;
}

figure{
	margin: 0;
	line-height: 0;
}

.column-2 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.column-2 ul li{
    width: calc(50% - 10px);
}

.elementor-widget-icon-box .elementor-icon-box-icon,
.elementor-widget-icon .elementor-icon-wrapper,
.elementor-widget-button .elementor-button .elementor-button-icon{
	line-height: 0;
}

.elementor-widget-image-box .elementor-image-box-title,
.elementor-widget-icon-box .elementor-icon-box-title{
	margin-block-start: 0;
}

.elementor-widget-button .elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.btn-underline .elementor-button{
	text-decoration: underline;
}

del,
ins{
	color: var( --e-global-color-text );
}

del{
	opacity: 0.6 !important;
}

ins{
	font-weight: 500 !important;
	text-decoration: none;
}

.usp-points-items{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.usp-points-items .usp-point-item{
	display: flex;
	flex: 1;
}

.usp-points-items .usp-point-item:not(:first-child, :last-child){
	justify-content: center;
}

.usp-points-items .usp-point-item:last-child{
	justify-content: flex-end;
}

.usp-points-items .usp-point-item span{
	display: inline-block;
	position: relative;
	padding-left: 38px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
	color: var( --e-global-color-393f89d );
}

.usp-points-items .usp-point-item span:before{
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 28px;
	height: 20px;
	background: url("images/checkmark-green-icon.svg") no-repeat center center;
	background-size: 100% auto;
}

.cta-right-image img{
	aspect-ratio: 1 / 0.63;
	object-fit: cover;
}

.form-default-style .elementor-field-textual{
	padding: 12px 15px;
}

.form-default-style .elementor-field-textual:focus{
	border-color: rgba(0, 73, 129, 0.5) !important;
    box-shadow: 0 0 8px rgba(0, 73, 129, 0.35) !important;
}

.form-default-style .elementor-field-textual::placeholder{
	opacity: 1 !important;
}

.form-default-style .elementor-field-type-select .select-caret-down-wrapper{
	color: var(--e-global-color-secondary);
}

.form-default-style .elementor-field-type-upload input{
	position: relative;
	padding: 20px;
	outline: none;
	z-index: 1;
}

.form-default-style .elementor-field-type-upload input:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 1px dashed rgba(0, 0, 0, .1);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .02);
}

.form-default-style .elementor-field-type-upload input::file-selector-button{
	background-color: var(--e-global-color-secondary);
    font-size: 16px;
    font-weight: 700;
    color: var(--e-global-color-393f89d);
    border: none;
    border-radius: 100px;
    padding: 13px 25px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.form-default-style .elementor-field-type-upload input::file-selector-button:hover,
.form-default-style .elementor-field-type-upload input::-webkit-file-upload-button:hover{
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-393f89d);
}

.form-default-style .elementor-field-type-acceptance input[type="checkbox"]{
	width: 15px;
    height: 15px;
    position: relative;
    top: 2.5px;
    margin-right: 5px;
}

.form-default-style .elementor-field-type-acceptance label{
	font-size: 15px !important;
}

.form-default-style .elementor-button[type="submit"]{
	padding: 15px 30px;
}

.landing-page-img{
	position: relative;
	z-index: 1;
}

.landing-page-img:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.63);
	border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
	
	.usp-points-items .usp-point-item span{
		padding-left: 32px;
		font-size: 20px;
	}

	.usp-points-items .usp-point-item span:before{
		width: 22px;
		height: 16px;
	}
	
}

@media only screen and (max-width: 991px) {
	
	.br-tablet-none br{
		display: none;
	}
	
	.usp-points-items{
		flex-direction: column;
	}
	
	.usp-points-items .usp-point-item{
		width: 100%;
		flex: initial;
	}
	
	.usp-points-items .usp-point-item:not(:first-child, :last-child),
	.usp-points-items .usp-point-item:last-child{
		justify-content: flex-start;
	}

	.usp-points-items .usp-point-item span{
		font-size: 18px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.br-mobile-none br{
		display: none;
	}
	
	.column-2 ul{
		gap: 15px;
	}
	
	.column-2 ul li{
		width: 100%;
	}
	
	.usp-points-items{
		gap: 15px;
	}

	.usp-points-items .usp-point-item span{
		padding-left: 28px;
		font-size: 16px;
	}

	.usp-points-items .usp-point-item span:before{
		width: 18px;
		height: 16px;
	}
	
	.form-default-style .elementor-field-type-upload input{
		font-size: 15px !important;
		padding: 15px;
	}

	.form-default-style .elementor-field-type-upload input::file-selector-button{
		font-size: 14px;
		padding: 8px 15px;
	}

}


/*
 * Header & Footer CSS
 * */
.header-site-logo img[src$=".svg"]{
	width: auto !important;
}

.header-nav-menu .elementor-nav-menu .menu-item > .elementor-item > .sub-arrow,
.header-topbar-menu .elementor-nav-menu .menu-item.need-help-menuitem .elementor-item{
	color: var(--e-global-color-accent);
}

.header-mini-cart .elementor-menu-cart__toggle_button .elementor-button-icon{
	line-height: 1em;
}

.header-mini-cart .widget_shopping_cart_content .elementor-menu-cart__products{
	padding-right: 10px;
}

.header-mini-cart .widget_shopping_cart_content .elementor-menu-cart__products::-webkit-scrollbar{
	width: 6px;
}

.header-mini-cart .widget_shopping_cart_content .elementor-menu-cart__products::-webkit-scrollbar-track{
	background-color: #D9D9D980;
	border: 1px solid #D9D9D950;
}

.header-mini-cart .widget_shopping_cart_content .elementor-menu-cart__products::-webkit-scrollbar-thumb{
    background-color: #D5D5D5;
}

.header-mini-cart .widget_shopping_cart_content .elementor-menu-cart__products .elementor-menu-cart__product:first-child{
	padding-top: var(--product-divider-gap);
}

.header-mini-cart .widget_shopping_cart_content .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-image img{
	aspect-ratio: 1 / 0.85;
	object-fit: contain;
}

.header-mini-cart .widget_shopping_cart_content .elementor-menu-cart__products .elementor-menu-cart__product .elementor-menu-cart__product-name{
	line-height: 1.4em;
	margin-bottom: 6px;
}

.footer-social-icons .elementor-grid-item .elementor-icon svg path{
	fill: inherit;
}

.footer-nav-menu .elementor-nav-menu .menu-item .elementor-item:hover{
	text-decoration: underline;
}

.footer-contact-details-list .elementor-icon-list-items .elementor-icon-list-item a{
	color: inherit;
	text-decoration: underline;
}

.footer-privacy-policy-menu .elementor-nav-menu{
	width: 100%;
}

.footer-privacy-policy-menu .elementor-nav-menu .menu-item{
	flex: 1;
}

.footer-privacy-policy-menu .elementor-nav-menu .menu-item:not(:first-child, :last-child) .elementor-item{
	justify-content: center;
}

@media only screen and (max-width: 1024px) {
	
	.header-nav-menu .elementor-nav-menu .menu-item > .elementor-item > .sub-arrow{
		color: var(--e-global-color-393f89d);
	}
	
}

@media only screen and (max-width: 767px) {
	
	.footer-privacy-policy-menu .elementor-nav-menu{
		width: auto;
	}

	.footer-privacy-policy-menu .elementor-nav-menu .menu-item{
		flex: initial;
	}

	.footer-privacy-policy-menu .elementor-nav-menu .menu-item:last-child .elementor-item{
		justify-content: center;
	}
	
}


/*
 * Home Page CSS
 * */
.home-hero:before{
	background-image: linear-gradient(90deg, rgba(0, 167, 167, 0.7) 0%, rgba(0, 128, 200, 0.7) 50%, rgba(0, 128, 200, 0.7) 100% );
}

.fruit-flies-icon-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg path{
	fill: inherit;
}

.who-we-are-right-img img{
	aspect-ratio: 1 / 0.63;
    object-fit: cover;
}

.product-categories-wrap{
	overflow-x: clip;
}

.product-categories-carousel{
	opacity: 0;
	visibility: hidden;
	cursor: grab;
	padding-bottom: 60px;
}

.product-categories-carousel.slick-initialized{
	opacity: 1;
	visibility: visible;
}

.product-categories-carousel .slick-track{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
}

.product-categories-carousel .slick-slide{
	margin: 0 10px;
	height: auto;
	padding: 10px;
}

.product-categories-carousel .slick-slide:focus-visible{
	outline: none !important;
}

.product-categories-carousel .slick-list{
	margin: 0 -10px;
	padding: 0 160px 0 0 !important;
}

.product-categories-box{
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: var(--e-global-color-393f89d);
	border: 1px solid #D9D9D9;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding-bottom: 75px;
}

.product-categories-box .cat-header figure img{
	width: 100%;
	aspect-ratio: 1 / 0.55;
    object-fit: cover;
}

.product-categories-box .cat-body{
	position: relative;
	padding: 30px;
}

.product-categories-box .cat-body .cat-name{
	margin-bottom: 15px;
}

.product-categories-box .cat-body .cat-name h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0;
}

.product-categories-box .cat-body .cat-shortdesc p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: var( --e-global-color-text );
}

.product-categories-box .cat-body .cat-shortdesc p:last-child{
	margin-bottom: 0;
}

.product-categories-box .cat-readmore-btn{
	position: absolute;
    top: auto;
	left: 0;
	right: 0;
    bottom: 0;
	padding: 30px;
    line-height: 0;
    z-index: 1;
}

.product-categories-box .cat-readmore-btn a{
	display: block;
	width: 100%;
	text-align: center;
    font-size: 16px;
    font-weight: 700;
    background-color: transparent;
    border-width: 2px;
    border-color: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    padding: 15px 20px;
}

.product-categories-box .cat-readmore-btn a:hover{
	background-color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
	color: var(--e-global-color-393f89d);
}

.product-categories-carousel .slick-arrow{
	outline: none;
	border: none;
	padding: 0;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: var(--e-global-color-393f89d);	
	background-color: var(--e-global-color-secondary);
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: auto;
	bottom: 0;
	transform: translate(0);
	z-index: 10;
}

.product-categories-carousel .slick-arrow:hover,
.product-categories-carousel .slick-arrow:focus{
	color: var(--e-global-color-393f89d);
	background-color: var(--e-global-color-secondary);
}

.product-categories-carousel .slick-arrow.prev-arrow{
	left: auto;
	right: calc((100vw - 1320px) / 2 + 55px);
}

.product-categories-carousel .slick-arrow.next-arrow{
	left: auto;
	right: calc((100vw - 1320px) / 2);
}

.product-categories-carousel .slick-arrow.prev-arrow i{
	position: relative;
	left: -1px;
}

.product-categories-carousel .slick-arrow.next-arrow i{
	position: relative;
	right: -1px;
}

.best-seller-products .products-items{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.best-seller-products .products-items .product-item{
	width: calc(50% - 15px);
}

.best-seller-products .products-items .product-item a{
	display: block;
	position: relative;
	background-color: var(--e-global-color-393f89d);
	border: 1px solid #D9D9D9;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 30px;
	transition: all 0.3s ease-in-out;
}

.best-seller-products .products-items .product-item a:after{
	content: '\f30b';
    font-family: "Font awesome 5 free";
    font-weight: 900;
    font-size: 24px;
    line-height: 1em;
    color: var( --e-global-color-accent );
    position: absolute;
    top: auto;
    left: auto;
    right: 25px;
    bottom: 20px;
    z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.best-seller-products .products-items .product-item a:hover{
	border-color: #00498150;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.best-seller-products .products-items .product-item figure{
	margin-bottom: 15px !important;
}

.best-seller-products .products-items .product-item figure img{
	width: 100%;
	aspect-ratio: 1 / 0.8;
    object-fit: contain;
}

.best-seller-products .products-items .product-item .product-title{
	margin-bottom: 15px;
}

.best-seller-products .products-items .product-item .product-price{
	margin-bottom: 10px;
}

.best-seller-products .products-items .product-item .product-title h3{
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0;
}

.best-seller-products .products-items .product-item .product-price .woocommerce-Price-amount{
	font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
	color: var( --e-global-color-text );
}

.best-seller-products .products-items .product-item .product-price del .woocommerce-Price-amount{
	font-size: 16px;
}

.best-seller-products .products-items .product-item .product-stock-status{
	width: 90%;
	font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
}

.best-seller-products .products-items .product-item .product-stock-status span{
	display: inline-block;
	position: relative;
	padding-left: 18px;
	color: #00E441;
}

.best-seller-products .products-items .product-item .product-stock-status span.out-of-stock{
	color: var(--e-global-color-accent);
}

.best-seller-products .products-items .product-item .product-stock-status span:before{
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 1.5px;
    background: #00E441;
    transform: translateY(calc(-50% - 1px));
}

.best-seller-products .products-items .product-item .product-stock-status span.out-of-stock:before{
	background: var(--e-global-color-accent);
}

@media only screen and (max-width: 1024px) {
	
	.product-categories-carousel{
		padding-bottom: 50px;
	}

	.product-categories-carousel .slick-slide{
		margin: 0 1px;
	}

	.product-categories-carousel .slick-list{
		margin: 0 -1px;
		padding: 0 80px 0 0 !important;
	}
	
	.product-categories-box{
		padding-bottom: 60px;
	}

	.product-categories-box .cat-body{
		padding: 15px;
	}

	.product-categories-box .cat-body .cat-name{
		margin-bottom: 10px;
	}

	.product-categories-box .cat-body .cat-name h3{
		font-size: 20px;
	}

	.product-categories-box .cat-body .cat-shortdesc p{
		font-size: 14px;
	}

	.product-categories-box .cat-readmore-btn{
		padding: 15px;
	}

	.product-categories-box .cat-readmore-btn a{
		font-size: 14px;
		padding: 10px;
	}

	.product-categories-carousel .slick-arrow{
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	.product-categories-carousel .slick-arrow.prev-arrow{
		right: 125px;
	}

	.product-categories-carousel .slick-arrow.next-arrow{
		right: 80px;
	}

	.best-seller-products .products-items .product-item a{
		padding: 20px;
	}

	.best-seller-products .products-items .product-item .product-title,
	.best-seller-products .products-items .product-item .product-price{
		margin-bottom: 10px;
	}
	
	.best-seller-products .products-items .product-item .product-title h3{
		font-size: 18px;
	}
	
	.best-seller-products .products-items .product-item .product-stock-status,
	.best-seller-products .products-items .product-item .product-price .woocommerce-Price-amount{
		font-size: 16px;
	}
	
	.best-seller-products .products-items .product-item .product-stock-status span{
		padding-left: 15px;
	}
	
	.best-seller-products .products-items .product-item .product-stock-status span:before{
		transform: translateY(calc(-50% + 1px));
	}
	
}

@media only screen and (max-width: 991px) {
	
	.best-seller-products .products-items .product-item figure img{
		aspect-ratio: 1 / 0.52;
	}
	
}

@media only screen and (max-width: 767px) {

	.product-categories-carousel .slick-list{
		padding: 0 40px 0 0 !important;
	}
	
	.product-categories-box .cat-body .cat-name h3{
		font-size: 18px;
	}

	.product-categories-carousel .slick-arrow.prev-arrow{
		right: 85px;
	}

	.product-categories-carousel .slick-arrow.next-arrow{
		right: 40px;
	}
	
	.best-seller-products .products-items{
		flex-direction: column;
	}

	.best-seller-products .products-items .product-item{
		width: 100%;
	}
	
	.best-seller-products .products-items .product-item a:after{
		opacity: 1;
		visibility: visible;
	}

	.best-seller-products .products-items .product-item figure img{
		aspect-ratio: 1 / 0.6;
	}	

}


/*
 * Request a Quote Page CSS
 * */
.request-a-quote-iconlist .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg{
	margin: 0;
}

.request-a-quote-iconlist .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-icon svg path{
	fill: inherit;
}

.request-a-quote-iconlist .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{
	padding-inline-start: 10px;
}

@media only screen and (max-width: 991px) {
	
	.request-a-quote-iconlist .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{
		padding-inline-start: 5px;
	}
	
}


/*
 * Contact Page CSS
 * */
.contact-infobox .elementor-icon-box-description a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.contact-infobox .elementor-icon-box-description a:hover{
	color: var(--e-global-color-accent);
}

@media only screen and (max-width: 1024px) {
	
	.contact-infobox .elementor-icon-box-description br{
		display: none;
	}
	
}


/*
 * Blog Archive & Blog Single page CSS
 * */
.blog-loop-item{
	height: 100%;
}

.blog-loop-item .elementor-widget-theme-post-featured-image a{
	display: block;
	width: 100%;
}

.blog-loop-item .elementor-widget-theme-post-featured-image img{
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
}

.blog-loop-grid .elementor-pagination .page-numbers{
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: transparent;
    border: 2px solid var(--e-global-color-secondary);
    border-radius: 4px;
	transition: all 0.3s ease-in-out;
}

.blog-loop-grid .elementor-pagination .page-numbers.current,
.blog-loop-grid .elementor-pagination .page-numbers:hover{
	background: var(--e-global-color-secondary);
}

.blog-single-content .elementor-widget-container > :first-child{
	margin-top: 0;
}

.blog-single-content .elementor-widget-container > :last-child{
	margin-bottom: 0;
}

.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6{
	font-weight: 700;
}

.blog-single-content .wp-block-image img{
	border-radius: 10px;
}

.blog-single-content ul{
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

.blog-single-content ol{
	padding: 0 0 0 30px;
	margin: 0;
}

.blog-single-content ul li{
	position: relative;
	padding-left: 28px;	
}

.blog-single-content ul li:before{
	content: '';
	display: block;
	position: absolute;
	top: 4px;
    left: 0;
    width: 18px;
	height: 20px;
	background: url("images/checkmark-green-icon.svg") no-repeat center center;
	background-size: 100% auto;
}

.blog-single-content ul li,
.blog-single-content ol li{
	margin-bottom: 10px;
}

.blog-single-content ol li::marker{
	font-weight: 600;
	color: var(--e-global-color-secondary);
}


@media only screen and (max-width: 991px) {
	
	.blog-single-content h3{
		font-size: 24px;
	}
	
	.blog-single-content h4{
		font-size: 22px;
	}
	
	.blog-single-content h5{
		font-size: 20px;
	}
	
	.blog-single-content h6{
		font-size: 18px;
	}
	
	.blog-single-content ul li{
		padding-left: 26px;	
	}

	.blog-single-content ul li:before{
		width: 16px;
		height: 16px;
	}

}

@media only screen and (max-width: 767px) {
	
	.blog-single-content h3{
		font-size: 22px;
	}
	
	.blog-single-content h4{
		font-size: 20px;
	}
	
	.blog-single-content h5{
		font-size: 18px;
	}
	
	.blog-single-content h6{
		font-size: 16px;
	}

}


/*
 * Product Archive page CSS
 * */
.shop-hero-desc .shop-short-description,
.shop-hero-desc .cat-short-description,
.shop-full-description,
.cat-full-description{
	color: var(--e-global-color-text);
}

.shop-hero-desc .shop-short-description p:last-child,
.shop-hero-desc .cat-short-description p:last-child,
.shop-full-description p:last-child,
.cat-full-description p:last-child{
	margin-bottom: 0;
}

/*.shop-hero-usp .usp-points-items{
	flex-direction: column;
	gap: 10px;
}

.shop-hero-usp .usp-points-items .usp-point-item{
	flex: initial;
	justify-content: flex-start;
	width: 100%;
}*/

.shop-hero-usp .usp-points-items .usp-point-item span{
	font-size: 18px;
	color: var(--e-global-color-text);
	padding-left: 30px;
}

.shop-hero-usp .usp-points-items .usp-point-item span:before{
	width: 20px;
	height: 16px;
}

.product-archive-sidebar-review .g-review-layout3 .elementor-heading-title{
	color: var(--e-global-color-393f89d) !important;
}

.shop-filter .widget_product_categories > h5{
	font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    color: var(--e-global-color-393f89d);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 15px;
}

.shop-filter .widget_product_categories .product-categories{
	margin: 0;
	padding: 0;
	list-style: none;
}

.shop-filter .widget_product_categories .product-categories .cat-item:not(:last-child){
	margin-bottom: 7px;
}

.shop-filter .widget_product_categories .product-categories .cat-item{
	color: var(--e-global-color-393f89d);
}

.shop-filter .widget_product_categories .product-categories .cat-item a{
	color: inherit;
}

.woocommerce .products .product .woocommerce-loop-product__link{
	background-color: #F6F6F6;
    border: 1px solid #D9D9D980;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
	padding: 30px;
	transition: all 0.3s ease-in-out;
}

.woocommerce .products .product .woocommerce-loop-product__link:hover{
	border-color: #00498150;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.woocommerce .products .product .product-image img{
    aspect-ratio: 1 / 0.8;
    object-fit: contain;
}

.woocommerce .products .product .woocommerce-loop-product__title{
	padding: 0 !important;
}

.woocommerce .products .product span.price{
	margin-bottom: 10px !important;
}

.woocommerce .products .product .product-stock-status span{
	display: inline-block;
    position: relative;
    color: #00E441;
    font-weight: 500;
    line-height: 1.2em;
}

.woocommerce .products .product .product-stock-status span.out-of-stock{
	color: var(--e-global-color-accent);
}

.product-list-grid .woocommerce-pagination .page-numbers .page-numbers{
	width: 32px;
	text-align: center;
}


@media only screen and (max-width: 1024px) {
	
	.shop-filter .widget_product_categories > h5{
		font-size: 18px;
 	   	margin: 0 0 15px;
    	padding-bottom: 10px;
	}

	.shop-filter .widget_product_categories .product-categories .cat-item{
		font-size: 16px;
	}
	
	.woocommerce .products .product .woocommerce-loop-product__link{
		padding: 15px;
	}

	.woocommerce .products .product span.price{
		margin-bottom: 5px !important;
	}
	
	.woocommerce .products .product span.price .woocommerce-Price-amount,
	.woocommerce .products .product .product-stock-status span{
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px) {
	
	.shop-hero-usp .usp-points-items .usp-point-item span{
		font-size: 16px;
		padding-left: 28px;
	}

	.shop-hero-usp .usp-points-items .usp-point-item span:before{
		width: 18px;
		height: 14px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.woocommerce .products{
		grid-template-columns: repeat(1, 1fr);
	}
	
	.woocommerce .products .product .woocommerce-loop-product__link{
		padding: 20px;
	}

	.woocommerce .products .product .product-image img{
		aspect-ratio: 1 / 0.6;
	}
	
}


/*
 * Product single page CSS
 * */
body.single-product .pswp__button{
    border: none;
    border-radius: 0;
    padding: initial;
}

body.single-product .elementor-lightbox .elementor-lightbox-image,
.woocommerce img.pswp__img, .woocommerce-page img.pswp__img{
	background-color: var(--e-global-color-393f89d);
}

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

.single-product-thumb-gallery .flex-control-nav li img{
	opacity: 1 !important;
	aspect-ratio: 1 / 0.7;
	object-fit: contain;
	background-color: var(--e-global-color-2d9eab8);
}

.product-single-add-to-cart .quantity .qty{
	width: 4em;
	outline: none;
}

.product-single-short-description a,
.product-single-full-description a{
	color: var( --e-global-color-secondary );
	text-decoration: underline;
}

.product-single-short-description ul,
.product-single-full-description ul{
	margin: 0;
	padding: 0 0 0 25px;
}

.product-single-short-description ul li:not(:last-child),
.product-single-full-description ul li:not(:last-child){
	margin-bottom: 5px;
}

.product-single-short-description ul li::marker,
.product-single-full-description ul li::marker{
	color: var( --e-global-color-secondary );
}

.product-spefc-table .woocommerce-product-attributes{
	border: none !important;
	margin-bottom: 0 !important;
}

.product-spefc-table .woocommerce-product-attributes tbody tr th,
.product-spefc-table .woocommerce-product-attributes tbody tr td{
	border: none;
	background: transparent !important;
	vertical-align: middle;
	text-align: left;
    padding: 12px 15px;
	font-style: normal;
}

.product-spefc-table .woocommerce-product-attributes tbody tr:not(:last-child) th,
.product-spefc-table .woocommerce-product-attributes tbody tr:not(:last-child) td{
	border-bottom: 1px solid #D9D9D980;
}

.product-spefc-table .woocommerce-product-attributes tbody tr th{
	border-right: 1px solid #D9D9D980;
}

.product-spefc-table .woocommerce-product-attributes tbody tr td:not(:last-child){
	border-right: 1px solid #D9D9D980;
}

.product-spefc-table .woocommerce-product-attributes tbody tr td p{
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	
	.product-single-add-to-cart .single_add_to_cart_button{
		padding: 14px 25px !important;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.single-product-thumb-gallery .flex-control-nav li img{
		aspect-ratio: 1 / 0.8;		
	}
	
	.product-single-add-to-cart .quantity .qty{
		width: 3.6em;
	}
	
	.product-single-add-to-cart .single_add_to_cart_button{
		padding: 13px 15px !important;
	}
	
	.product-spefc-table .woocommerce-product-attributes tbody tr th{
		width: 100px;
	}
	
}


/*
 * Woo Default CSS
 * */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .wc-empty-cart-message .woocommerce-info,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info{
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    background-color: var( --e-global-color-2d9eab8 );
    color: var(--e-global-color-text);
    border-top-color: var(--e-global-color-secondary);
	outline: none;
}

.woocommerce .woocommerce-error li:not(:last-child){
	margin-bottom: 5px;
}

.woocommerce .woocommerce-error{
    border-top-color: var(--e-global-color-accent);
}

.woocommerce .woocommerce-message:before,
.woocommerce .wc-empty-cart-message .woocommerce-info:before,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info:before{
	line-height: 1;
    color: var(--e-global-color-secondary);
}

.woocommerce .woocommerce-error:before{
	line-height: 1;
    color: var(--e-global-color-accent);
}

.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce .return-to-shop a,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button{
	color: var(--e-global-color-393f89d);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: 14px;
    font-weight: var(--e-global-typography-accent-font-weight);
    border: 2px solid var(--e-global-color-secondary);
    border-radius: 100px;
    padding: 13px 20px;
    background-color: var(--e-global-color-secondary);
    transition: all 0.3s;
}

.woocommerce .woocommerce-error a.button{
	color: var(--e-global-color-393f89d);
    border: 2px solid var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
}

.woocommerce .woocommerce-message a.button:hover,
.woocommerce .return-to-shop a:hover,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button:hover{
	color: var(--e-global-color-secondary);
	background-color: transparent;
	border-color: var(--e-global-color-secondary);
}

.woocommerce .woocommerce-error a.button:hover{
	color: var(--e-global-color-accent);
    background-color: transparent;
	border-color: var(--e-global-color-accent);
}

.select2-container .select2-selection .select2-selection__rendered{
	padding-top: 4px;
    padding-bottom: 4px;
}

.select2-container .select2-selection .select2-selection__rendered:focus,
.select2-container .select2-selection .select2-selection__rendered:focus-visible{
	outline: none;
}

.select2-container .select2-selection .select2-selection__arrow{
	top: 3px;
}

.select2-container .select2-selection .select2-selection__arrow b{
	border-color: var( --e-global-color-text ) transparent transparent !important;
	border-width: 7px 6px 0 6px;
}

.select2-dropdown{
	border-color: #00498140;
}

.select2-dropdown .select2-search__field{
	border-color: #00498140 !important;
	outline: none;
}

.select2-dropdown .select2-results__options li.select2-results__option{
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.woocommerce .checkout-inline-error-message{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4em;
}

@media only screen and (max-width: 767px) {

	.woocommerce .woocommerce-message a.button,
	.woocommerce .woocommerce-error a.button,
	.woocommerce .woocommerce-MyAccount-content .woocommerce-info a.button{
		float: left !important;
		margin-top: 10px;
	}
	
}

/*
 * Login & Registration Page CSS
 * */
#customer_login .woocommerce-form-login .woocommerce-LostPassword a{
	display: inline-block;
	color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 700;
	text-decoration: underline;
}

#customer_login .woocommerce-form-login .woocommerce-form-login__rememberme{
	position: relative;
    top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

@media only screen and (max-width: 768px) {
	
	#customer_login .woocommerce-form-login,
	#customer_login .woocommerce-form-register{
		height: auto !important;
	}
	
	#customer_login .woocommerce-form-login .woocommerce-LostPassword a{
		font-size: 14px;
	}
	
}



/*
 * Cart Page CSS
 * */
.woo-cart .e-cart__column .woocommerce-cart-form .cart thead tr th.product-remove{
	width: 2%;
}

.woo-cart .e-cart__column .woocommerce-cart-form .cart thead tr th.product-thumbnail{
	width: 13%;
}

.woo-cart .e-cart__column .woocommerce-cart-form .cart thead tr th.product-name{
	width: 40%;
}

.woo-cart .e-cart__column .woocommerce-cart-form .cart thead tr th.product-price{
	width: 15%;
}

.woo-cart .e-cart__column .woocommerce-cart-form .cart thead tr th.product-quantity{
	width: 15%;
	text-align: center;
}

.woo-cart .e-cart__column .woocommerce-cart-form .cart thead tr th.product-subtotal{
	width: 15%;
	text-align: right;
}

.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr td.product-thumbnail img{
	width: 65px;
	margin: 0 auto;
}

.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr td.product-name a{
	font-weight: 500;
}

.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity{
	text-align: center;
}

.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity .qty{
	width: 3em;
	padding: 5px;
	outline: none;
}

.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr td.product-subtotal{
	text-align: right;
}

.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr:last-child td.actions{
	padding-top: 30px;
}

.woo-cart .e-cart__column .woocommerce-cart-form .coupon #coupon_code{
	background-color: var( --e-global-color-2d9eab8 );
}

.woo-cart .e-cart__column .woocommerce-cart-form .coupon button.e-apply-coupon{
	background-color: var(--e-global-color-secondary);
	color: var(--e-global-color-393f89d);
	border-color: var(--e-global-color-secondary);
}

.woo-cart .e-cart__column .woocommerce-cart-form .coupon button.e-apply-coupon:hover{
	background-color: transparent;
	color: var(--e-global-color-secondary);
	border-color: var(--e-global-color-secondary);
}

.woo-cart .e-cart__column .e-cart-totals{
	background-color: var(--e-global-color-secondary);
}

.woo-cart .e-cart__column .e-cart-totals .cart_totals table tr.cart-subtotal td:before,
.woo-cart .e-cart__column .e-cart-totals .cart_totals table tr.order-total td:before,
.woo-cart .e-cart__column .e-cart-totals .cart_totals table tr.order-total td .woocommerce-Price-amount{
	font-weight: 700;
}

.woocommerce-cart .g-review-layout2{
	margin-top: 30px;
}

.woocommerce-cart .g-review-layout2 .elementor-heading-title{
	color: var(--e-global-color-393f89d) !important;	
}	

@media only screen and (max-width: 768px){
	
	.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr{
		padding: 0;
	}
	
	.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr.cart_item td:not(:first-child, :last-child){
		border-bottom: 1px solid #D9D9D980;
	}
	
	.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr:first-child td:first-child{
		padding-top: 0;
	}
	
	.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr td.product-thumbnail{
		display: block;
	}
	
	.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr td.product-thumbnail:before{
		display: none;
	}
	
	.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr td.product-thumbnail img{
		margin: 0 0 0 auto;
	}

	.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr td.product-quantity .quantity{
		text-align: right;
	}
	
	.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr td.product-subtotal .woocommerce-Price-amount{
		font-weight: 600;
	}
	
	.woo-cart .e-cart__column .woocommerce-cart-form .cart tbody tr:last-child td.actions{
		border-top: 1px solid #00498140;
	}
	
	.woo-cart .e-cart__column .e-cart-totals{
		margin-bottom: 0;
	}
	
} 


/*
 * Checkout Page CSS
 * */

.woo-checkout .woocommerce-checkout .e-woocommerce-login-section .woocommerce-form-login-toggle a{
	color: var(--e-global-color-accent);
}

.woo-checkout .woocommerce-checkout .e-woocommerce-login-section .e-woocommerce-login-anchor .e-login-actions-wrap{
	margin-top: 10px;
}

.woo-checkout .woocommerce-checkout .e-woocommerce-login-section .e-woocommerce-login-anchor .form-row .e-woocommerce-form-login-submit{
	display: block;
	width: 90%;
	float: right;
}

.woo-checkout .woocommerce-checkout .e-woocommerce-login-section .e-woocommerce-login-anchor .lost_password a{
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

.woo-checkout .e-checkout__column .woocommerce-additional-fields > h3{
	display: none;
}

.woo-checkout .e-checkout__column .e-checkout__order_review{
	background-color: var(--e-global-color-secondary);
}

.woo-checkout .e-checkout__column .e-checkout__order_review h3{
	color: var(--e-global-color-393f89d);
}

.woo-checkout .e-checkout__column .e-checkout__order_review #order_review table thead tr th:last-child,
.woo-checkout .e-checkout__column .e-checkout__order_review #order_review table tbody tr td:last-child,
.woo-checkout .e-checkout__column .e-checkout__order_review #order_review table tfoot tr td:last-child{
	text-align: right;
	padding-right: 0;
}

.woo-checkout .e-checkout__column .e-checkout__order_review #order_review table tbody tr.cart_item .product-name strong{
	font-weight: 500;
}

.woo-checkout .e-checkout__column .e-checkout__order_review #order_review table tfoot tr.cart-subtotal th,
.woo-checkout .e-checkout__column .e-checkout__order_review #order_review table tfoot tr.cart-subtotal td .woocommerce-Price-amount{
	font-weight: 600;
}

.woo-checkout .e-checkout__column .e-checkout__order_review #order_review table tfoot tr.order-total th,
.woo-checkout .e-checkout__column .e-checkout__order_review #order_review table tfoot tr.order-total td{
	font-size: 18px;
	font-weight: 700;
}

.woo-checkout .e-checkout__column .e-checkout__order_review #order_review table tfoot tr.order-total td strong{
	font-weight: inherit;
}

.woo-checkout .e-checkout__column .e-coupon-box .e-checkout-secondary-title a{
	color: var( --e-global-color-accent );
}

.woo-checkout .e-checkout__column .e-coupon-box .e-coupon-anchor .e-apply-coupon{
	display: block;
	width: 90%;
	float: right;
}

.woo-checkout .e-checkout__column #payment .wc_payment_methods .wc_payment_method:not(:last-child){
	margin-bottom: 10px;
}

.woo-checkout .e-checkout__column #payment .wc_payment_methods .wc_payment_method .payment_box{
	border-radius: 10px;
}

.woo-checkout .e-checkout__column #payment .woocommerce-privacy-policy-text a{
	color: var( --e-global-color-accent );
}

.woo-checkout .e-checkout__column #payment #place_order{
	margin-top: 10px;
	margin-bottom: 0;
}

.woocommerce-checkout .g-review-layout2{
	margin-top: 30px;
}

@media only screen and (max-width: 1024px){
	
	.woo-checkout .woocommerce-checkout .e-woocommerce-login-section .e-woocommerce-login-anchor .form-row .e-woocommerce-form-login-submit,
	.woo-checkout .e-checkout__column .e-coupon-box .e-coupon-anchor .e-apply-coupon{
		width: 100%;
		float: none;
	}

	.woo-checkout .e-checkout__column #payment{
		margin-bottom: 0 !important;
	}
	
}


/*
 * Thank you(Order Received) Page CSS
 * */
.woocommerce-order-received .woocommerce-order .woocommerce-notice{
	margin: 0 0 30px;
	font-size: 48px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-notice p{
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
	margin: 10px 0 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview{
	background-color: var(--e-global-color-secondary);
    width: 80%;
    padding: 30px;
	border-radius: 10px;
	margin: 0 0 30px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li{
	color: var(--e-global-color-393f89d);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    text-transform: capitalize;
    border-color: #D9D9D966;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li strong{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li strong del,
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li strong ins{
	color: var(--e-global-color-393f89d);
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.woocommerce-order-received .woocommerce-order > p{
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
	margin: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details{
	background-color: var(--e-global-color-393f89d);
	border: 1px solid #00498140;
	width: 80%;
	padding: 30px;
	border-radius: 10px;
    margin: 30px 0 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title{
	font-size: 22px;
    margin: 0 0 20px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details table{
	border: none;
    margin: 0;
    border-radius: 0;
    background: transparent;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tr th,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tr td{
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 400;
	background: transparent !important;
    border: none;
    border-bottom: 1px solid #00498140;
	padding: 12.5px 15px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tr td a{
	color: inherit;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details table thead tr th,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tfoot tr th,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tfoot tr td{
	font-weight: 700;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details table thead tr th{
	padding-top: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details table > tfoot:nth-of-type(1) tr th,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table > tfoot:nth-of-type(1) tr td{
	padding-bottom: 0;
	border-bottom: none;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details table thead tr th:first-child,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tbody tr td:first-child,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tfoot tr th{
	padding-left: 0;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details table thead tr th:last-child,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tbody tr td:last-child,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tfoot tr td{
	padding-right: 0;
	text-align: right;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tfoot tr td .order-actions-button{
	color: var(--e-global-color-393f89d);
	border: 2px solid var( --e-global-color-secondary );
	border-radius: 100px;
	padding: 13px 20px;
	transition: all 0.3s ease-in-out;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tfoot tr td .order-actions-button:hover{
	color: var( --e-global-color-secondary );
	border-color: var( --e-global-color-secondary );
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-again{
	margin-top: 15px;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-again a{
	color: var(--e-global-color-393f89d);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 700;
	background-color: var(--e-global-color-secondary);
    border: 2px solid var(--e-global-color-secondary);
	border-radius: 100px;
	padding: 13px 20px;
	transition: all 0.3s ease-in-out;
}

.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-again a:hover{
	color: var( --e-global-color-secondary );
	background-color: transparent;
	border-color: var( --e-global-color-secondary );
}

.woocommerce-order-received .woocommerce-order .woocommerce-customer-details{
	display: none;
}

body.woocommerce-order-received{
	overflow-x: clip;
}

.woocommerce-order-received div[data-elementor-id="2496"]{
	margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
}

.woocommerce-order-received .checkout-usp-points{
	background-color: var(--e-global-color-secondary) !important;
}

.woocommerce-order-received .checkout-usp-points > .e-con-inner > .elementor-element{
	background-color: var(--e-global-color-393f89d) !important;
}

.woocommerce-order-received .checkout-usp-points .usp-points-items .usp-point-item span{
	color: var(--e-global-color-secondary);
}

@media only screen and (max-width: 1140px){
	
	.woocommerce-order-received .woocommerce-order .woocommerce-notice{
		font-size: 38px;
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview,
	.woocommerce-order-received .woocommerce-order .woocommerce-order-details{
		width: 100%;	
	}
	
}

@media only screen and (max-width: 991px){
	
	.woocommerce-order-received .woocommerce-order .woocommerce-notice{
		margin: 0 0 25px;
		font-size: 30px;
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-notice p{
		font-size: 16px;
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview{
		padding: 25px;
		margin: 0 0 25px;
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li{
		float: none;
		display: block;
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		padding-bottom: 15px;
		margin-bottom: 20px;
		border-bottom: 1px dashed #D9D9D966;
	}
	
	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
	}	

	.woocommerce-order-received .woocommerce-order > p{
		font-size: 16px;
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-order-details{
		padding: 25px;
		margin: 25px 0 0;
	}
	
	.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tfoot tr td .order-actions-button,
	.woocommerce-order-received .woocommerce-order .woocommerce-order-details .order-again a{
		padding: 10px 15px;
	}	
	
}

@media only screen and (max-width: 768px){
	
	.woocommerce-order-received .woocommerce-order .woocommerce-notice{
		font-size: 26px;
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li{
		padding-bottom: 12px;
		margin-bottom: 18px;
	}
	
	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview{
		padding: 20px;
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-order-overview li strong{
		font-size: 16px;
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-order-details{
		padding: 20px;
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title{
		font-size: 20px;
		margin: 0 0 15px;
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tr th,
	.woocommerce-order-received .woocommerce-order .woocommerce-order-details table tr td{
		font-size: 14px;
		padding: 10px 15px;
	}

	.woocommerce-order-received .woocommerce-order .woocommerce-order-details table > tfoot:nth-of-type(1) tr td a{
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
}


/*
 * My Account Page CSS
 * */
.woo-myaccount .woocommerce-MyAccount-navigation ul li:first-child a{
	border-radius: 10px 10px 0 0 !important;
}

.woo-myaccount .woocommerce-MyAccount-navigation ul li:last-child a{
	border-bottom: 3px solid var( --e-global-color-secondary ) !important;
	border-radius: 0 0 10px 10px !important;
}

.woo-myaccount .woocommerce-orders-table thead tr .woocommerce-orders-table__header-order-number{
	width: 14%;
}

.woo-myaccount .woocommerce-orders-table thead tr .woocommerce-orders-table__header-order-date{
	width: 22%;
}

.woo-myaccount .woocommerce-orders-table thead tr .woocommerce-orders-table__header-order-status{
	width: 24%;
}

.woo-myaccount .woocommerce-orders-table thead tr .woocommerce-orders-table__header-order-total{
	width: 26%;
}

.woo-myaccount .woocommerce-orders-table thead tr .woocommerce-orders-table__header-order-actions{
	width: 14%;
	text-align: center;
}

.woo-myaccount .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 15px;
	margin: 5px 0; 
}

.woo-myaccount .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount{
	font-weight: 500;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-pagination{
	border-top: 1px solid #00498140;
	padding-bottom: 0 !important;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-Button--previous{
	margin-right: 10px;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details thead tr th,
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details tbody tr td,
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr th,
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr td{
	padding: 12.5px 15px !important;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details tbody tr.order_item td.product-name a{
	color: var( --e-global-color-text ) !important;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details tbody tr td a{
	color: inherit;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details thead tr th{
	padding-top: 0 !important;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details table > tfoot:nth-of-type(1) tr th,
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details table > tfoot:nth-of-type(1) tr td{
	padding-bottom: 0 !important;
	border-bottom: none;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details table thead tr th:first-child,
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details table tbody tr td:first-child,
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details table tfoot tr th{
	padding-left: 0 !important;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details table thead tr th:last-child,
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details table tbody tr td:last-child,
.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details table tfoot tr td{
	padding-right: 0 !important;
	text-align: right;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-customer-details address .woocommerce-customer-details--phone{
	margin-top: 15px;
}

.woo-myaccount .woocommerce-MyAccount-content .woocommerce-customer-details address p:before{
	line-height: 1.6em;
}

.woo-myaccount .woocommerce-MyAccount-content form > h2{
	margin-top: 0 !important;
}

.woo-myaccount .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title > h2{
	margin-top: 0 !important;
}

.woo-myaccount .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a{
	font-size: 16px;
	font-weight: 700;
	color: var(--e-global-color-text);
	text-decoration: underline;
}

.woo-myaccount .woocommerce-Addresses .woocommerce-Address address{
	font-style: normal;
}

.woo-myaccount .edit-account .form-row #account_display_name_description em{
	font-size: 14px;
}

.woo-myaccount .edit-account fieldset legend{
	font-size: 22px !important;
	font-weight: 700 !important;
}

@media only screen and (max-width: 991px){

	.woo-myaccount .woocommerce-orders-table tbody tr:first-child .woocommerce-orders-table__cell-order-date{
		padding-top: 0 !important;
		border-top: none !important;
	}
	
	.woo-myaccount .woocommerce-orders-table tbody tr:last-child .woocommerce-orders-table__cell-order-actions{
		padding-bottom: 0 !important;
	}
	
	.woo-myaccount .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions a{
		display: inline-block;
		width: auto;
		text-align: right;
		margin: 5px 0 5px 10px;
	}
		
	.woo-myaccount .woocommerce-MyAccount-content .woocommerce-Addresses .col-1.woocommerce-Address{
		margin-bottom: 30px;
	}
	
}


@media only screen and (max-width: 768px){

	.woo-myaccount .woocommerce-MyAccount-content form .form-row-first,
	.woo-myaccount .woocommerce-MyAccount-content form .form-row-last{
		width: 100%;
		float: none;
	}
	
	.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details thead tr th,
	.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details tbody tr td,
	.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr th,
	.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details tfoot tr td{
		padding: 10px 15px !important;
	}
	
	.woo-myaccount .woocommerce-MyAccount-content .woocommerce-order-details table > tfoot:nth-of-type(1) tr td a{
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.woo-myaccount .edit-account fieldset legend{
		font-size: 20px !important;
	}
	
}


/*
 * Woo Order Pay Page CSS
 * */
.woocommerce-order-pay #order_review table{
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 400;
	background-color: var(--e-global-color-393f89d);
    border: 1px solid #00498140;
    width: 80%;
    padding: 30px;
    border-radius: 10px;
    margin: 0 auto 30px;
}

.woocommerce-order-pay #order_review table th,
.woocommerce-order-pay #order_review table td{
	color: inherit;
}

.woocommerce-order-pay #order_review table thead tr th,
.woocommerce-order-pay #order_review table tbody tr td,
.woocommerce-order-pay #order_review table tfoot tr:not(:last-child) th,
.woocommerce-order-pay #order_review table tfoot tr:not(:last-child) td{
	border-bottom: 1px solid #00498140;
}


.woocommerce-order-pay #order_review table thead tr th,
.woocommerce-order-pay #order_review table tbody tr td,
.woocommerce-order-pay #order_review table tfoot tr th,
.woocommerce-order-pay #order_review table tfoot tr td{
	padding: 12.5px 15px;
}

.woocommerce-order-pay #order_review table thead tr th{
	padding-top: 0;
}

.woocommerce-order-pay #order_review table tfoot tr:last-child th,
.woocommerce-order-pay #order_review table tfoot tr:last-child td{
	padding-bottom: 0;
}

.woocommerce-order-pay #order_review table thead tr th:first-child,
.woocommerce-order-pay #order_review table tbody tr td:first-child,
.woocommerce-order-pay #order_review table tfoot tr th{
	padding-left: 0;
}

.woocommerce-order-pay #order_review table thead tr th:last-child,
.woocommerce-order-pay #order_review table tbody tr td:last-child,
.woocommerce-order-pay #order_review table tfoot tr td{
	padding-right: 0;
}

.woocommerce-order-pay #order_review #payment{
	color: var(--e-global-color-393f89d);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 16px;
    font-weight: 400;
	background-color: var( --e-global-color-secondary );
    border: 1px solid #00498140;
    width: 80%;
    padding: 30px;
    border-radius: 10px;
    margin: 0 auto;
}

.woocommerce-order-pay #order_review #payment .wc_payment_methods{
	padding: 0;
	border: none;
}

.woocommerce-order-pay #order_review #payment .wc_payment_methods .wc_payment_method:not(:last-child){
	margin-bottom: 5px;
} 

.woocommerce-order-pay #order_review #payment .wc_payment_methods .wc_payment_method label,
.woocommerce-order-pay #order_review #payment .form-row .woocommerce-privacy-policy-text{
	color: inherit;
}

.woocommerce-order-pay #order_review #payment .wc_payment_methods .wc_payment_method .payment_box{
	background-color: var(--e-global-color-2d9eab8);
	color: var( --e-global-color-text );
}

.woocommerce-order-pay #order_review #payment .wc_payment_methods .wc_payment_method .payment_box:before{
	border: 1em solid var(--e-global-color-2d9eab8);
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-order-pay #order_review #payment .form-row{
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #D9D9D966;
}

.woocommerce-order-pay #order_review #payment .form-row .woocommerce-privacy-policy-text p{
	margin-top: 0;
}

.woocommerce-order-pay #order_review #payment .form-row .woocommerce-privacy-policy-text p a{
	color: var(--e-global-color-393f89d);
	text-decoration: underline;
}

.woocommerce-order-pay #order_review #payment .form-row #place_order{
	padding: 15px 30px;
    border-radius: 100px;
    color: var(--e-global-color-secondary);
    border: 3px solid var(--e-global-color-secondary);
    background-color: var(--e-global-color-393f89d);
}

.woocommerce-order-pay #order_review #payment .form-row #place_order:hover{
	color: var(--e-global-color-393f89d);
    border-color: var(--e-global-color-393f89d);
    background-color: transparent;
}


@media only screen and (max-width: 991px){
	
	.woocommerce-order-pay #order_review table,
	.woocommerce-order-pay #order_review #payment{
		width: 100%;
	}
	
}

@media only screen and (max-width: 768px){
	
	.woocommerce-order-pay #order_review table{
		font-size: 14px;
		padding: 20px;
	}

	.woocommerce-order-pay #order_review table thead tr th,
	.woocommerce-order-pay #order_review table tbody tr td,
	.woocommerce-order-pay #order_review table tfoot tr th,
	.woocommerce-order-pay #order_review table tfoot tr td{
		padding: 10px;
	}
	
	.woocommerce-order-pay #order_review table thead tr th:first-child,
	.woocommerce-order-pay #order_review table tbody tr td:first-child,
	.woocommerce-order-pay #order_review table tfoot tr th{
		padding-left: 0;
	}

	.woocommerce-order-pay #order_review table thead tr th:last-child,
	.woocommerce-order-pay #order_review table tbody tr td:last-child,
	.woocommerce-order-pay #order_review table tfoot tr td{
		padding-right: 0;
		text-align: right;
	}
	
	.woocommerce-order-pay #order_review #payment{
		padding: 20px;
	}

}
