/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* ================================================
GLOBAL
=================================================*/

html, body {
	overflow-x: hidden;
	width: 100%;
}

.elementor-widget-text-editor p {
	margin-bottom: 1em;
}



.elementor-widget-text-editor p:last-child {
	margin-bottom: 0 !important;
}

.elementor-button svg {
	overflow:visible;
}

.ast-container {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.elementor-icon svg {
	overflow: visible !important;
}

/* ================================================
HEADER CSS
=================================================*/
.header-menu .sub-arrow {
	padding: 0 !important;
	margin-right: 10px !important;
	background: url(/wp-content/uploads/2026/04/header-arrow.svg) no-repeat center;
	background-size: 75% auto;
	width: 16px;
	height: 16px;
	transition: all 0.2s ease !important;
}

/* .header-menu .menu-item a:hover .sub-arrow,
.header-menu .menu-item a.elementor-item-active .sub-arrow{
filter: invert(28%) sepia(87%) saturate(1553%) hue-rotate(192deg) brightness(102%) contrast(114%);
} */

.header-menu .sub-arrow svg {
	display: none;
}

.header-menu li ul.sub-menu {
	padding: 0 !important;
	min-width: 200px !important;
	overflow: hidden;
}

/* HEADER CART CSS */

.header-cart .elementor-menu-cart__product-image .attachment-woocommerce_thumbnail{
	width: 78px;
	height: 98px;
	object-fit: cover;
}

.header-cart .elementor-menu-cart__product-image {
	grid-row-end: 2 !important;
}

.header-cart .elementor-menu-cart__product-price {
	display: none !important;
}

.header-cart .elementor-menu-cart__product-name {
	display: flex;
	align-items: center;
}


.header-cart .elementor-menu-cart__subtotal {
	padding: 24px 40px !important;
	margin-top: 30px !important;
}

.header-cart .elementor-menu-cart__subtotal strong {
	float: right;
}

.header-cart .elementor-menu-cart__subtotal .woocommerce-Price-amount {
	float: left;
}


.header-cart .elementor-menu-cart__footer-buttons {
	padding-top: 42px !important;
}

.header-cart .elementor-button--checkout .elementor-button-text {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-cart .elementor-button--checkout .elementor-button-text::after {
	content: '';
	background: url('/wp-content/uploads/2026/04/btn-arrow.svg') no-repeat center;
	background-size: 100%;
	width: 15px;
	height: 15px;
	display: inline-flex;
	margin-top: 3px;
	margin-right: 10px;
	transition: all 0.3s ease !important;
}

.header-cart .elementor-button--checkout:hover .elementor-button-text::after {
	background: url('/wp-content/uploads/2026/04/btn-hover-arrow.svg') no-repeat center;
}

/* ================================================
HOME PAGE CSS
=================================================*/

/* 1st item full width (2 columns) */
.category-loop .elementor-loop-container.elementor-grid > .e-loop-item:nth-child(3) {
	grid-column: span 2;
}

/* Last item also full width */
.category-loop .elementor-loop-container.elementor-grid > .e-loop-item:last-child {
	grid-column: span 2;
}

.home-products .home-qty-wrap .qty-control {
	display: flex;
	align-items: center;
	gap: 5px;
}

.home-products .ast-woo-shop-product-description p {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	font-family: "Assistant", Sans-serif;
	margin-bottom:15px;
}

.home-products .qty-control .qty-btn {
	width: 35px !important;
	height: 35px !important;
	border: 1px solid #A3A3A3 !important;
	background: transparent !important;
	border-radius: 1000px;
	font-family: var(--e-global-typography-f731bfe-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-f731bfe-font-size) !important;
	font-weight: var(--e-global-typography-f731bfe-font-weight) !important;
	line-height: var(--e-global-typography-f731bfe-line-height) !important;
	color: #000443 !important;
	padding: 0 !important;
}

.home-products .qty-input {
	border: 1px solid #A3A3A3 !important;
	width: 44px !important;
	height: 35px !important;
	border-radius: 10px !important;
	font-family: var(--e-global-typography-f731bfe-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-f731bfe-font-size) !important;
	font-weight: var(--e-global-typography-f731bfe-font-weight) !important;
	line-height: var(--e-global-typography-f731bfe-line-height) !important;
	color: #000443 !important;
	appearance:none;
	padding:5px !important;
	text-align:center;

}

/* Chrome, Safari, Edge, Opera */
.home-products input[type="number"]::-webkit-outer-spin-button,
.home-products input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.home-products input[type="number"] {
	-moz-appearance: textfield;
}

.home-products .custom-qty-cart-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 25px !important;
	width: 100%;
	margin-right: auto !important;
}

.home-products .woocommerce-loop-product__buttons a , .home-products .custom-qty-cart-wrap a {
	margin: 0 !important;
	min-width: 100px !important;
	min-height: 35px !important;
	padding: 0 6px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}



.woocommerce-js #respond input#submit.added::after, .woocommerce-js a.button.added::after, .woocommerce-js button.button.added::after, .woocommerce-js input.button.added::after {
	font-family: WooCommerce;
	content: "\e017";
	margin-right: .2em;
	vertical-align: bottom;
	font-size: 14px;
}

.home-products .ast-woo-product-category {
	display: none !important;
}

.home-products .astra-shop-thumbnail-wrap img {
	height: 169px !important;
	object-fit: cover !important;
}

.home-products a.added_to_cart.wc-forward {
	display: none !important;
}


.woocommerce-pagination ul {
	text-align:center;
}

.woocommerce-pagination ul li {
	border:none !important;
}

.woocommerce-pagination ul li a , .woocommerce-pagination ul li .current {
	border-radius:90px !important;
}

.rtl .woocommerce-pagination .page-numbers li a {
	transform:none !important;
}

/* ================================================
SPECIAL OFFER SECTION CSS
=================================================*/

.so-section {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: inherit;
}
.so-inner {
	display: flex;
	align-items: stretch;
	border: 1px solid #A3A3A3;
	border-radius: 0px;
	background: #ffffff;
	direction: rtl;
	flex-direction: row-reverse;
}
.so-content {
	padding: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	text-align: center;
	width: 45%;
}

.so-logo {
	margin-bottom: 4px;
	margin-top: -52px;
	width: 143px;
	height: 104px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.so-logo img {
	width: 103px;
	height: auto;
	object-fit: contain;
}
.so-title {
	color: #000443;
	margin: 0 !important;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: var(--e-global-typography-primary-font-size);
	font-weight: 600;
	line-height: 52px;
}
.so-details {
	color: #000443;
	margin: 37px 0 17px 0;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 52px;
}

.so-prices {
	display: flex;
	align-items: center;
	gap: 10px;
}
.so-sale-price {
	color: #757575;
	margin: 0 0 37px 0;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 35px;
	font-weight: 300
		line-height: 52px;
}
.so-sale-price .woocommerce-Price-amount {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 35px !important;
	font-weight: 300 !important;
	line-height: 52px !important;
	color: #757575;
}
.so-regular-price s {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 35px !important;
	font-weight: 300 !important;
	line-height: 52px !important;
	color: #757575;
}
.so-regular-price .woocommerce-Price-amount {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 35px !important;
	font-weight: 300 !important;
	line-height: 52px !important;
	color: #757575;
	position:relative;
	padding:0px 10px;
}

.so-regular-price .woocommerce-Price-amount:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #A3A3A3;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 51%;

}
.so-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 178px;
	height: 55px;
	margin-top: 37px;
	padding: 4px 12px;
	background: #CE9F35;
	color: #000443;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
	border-radius: 999px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.so-btn:hover , .so-btn:focus {
	background: #000443;
	color: #CE9F35 !important;
	text-decoration: none;
}

.so-btn span {
	transition: all 0.3s ease;
}

.so-btn-icon {
	margin-bottom: -3px;
}

.so-btn svg {
	overflow:visible;
}
.so-btn svg path {
	transition: all 0.3s ease;
}

.so-btn:hover svg path {
	stroke: #CE9F35;
}

.so-image {
	width: 55%;
	flex-shrink: 0;
	overflow: hidden;
	height: 572px;
	margin: -49px 68px -49px 0px;
}
.so-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


/* ================================================
Footer SECTION CSS
=================================================*/


.contact_form .elementor-form-fields-wrapper {
	justify-content:center;
}

.contact_form input , .contact_form textarea {
	padding:18px 20px !important;
}

.contact_form input {
	height:60px;
	min-height:60px;
}

.contact_form button {
	height:55px;
	min-height:55px;
}

.contact_form button .elementor-button-icon path {
	fill:none !important;
}

.contact_form button:hover .elementor-button-icon path , .contact_form button:focus .elementor-button-icon path {
	stroke: var(--e-global-color-secondary) !important;
}


#ast-scroll-top {
	display:none !important;
}


/* ================================================
WHY CHOOSE US SECTION CSS
=================================================*/

.why-us-boxes .elementor-icon-box-title::after {
	content: '';
	width: 80px;
	height: 1px;
	display: block;
	background: #CE9F35;
	margin: 20px 0;
}


/* ================================================
ABOUT PAGE CSS
=================================================*/
.gallery-zoom-in .e-gallery-item {
	overflow: hidden;
}

.gallery-zoom-in .e-gallery-item .e-gallery-image {
	transition: all 1.2s ease !important;
}

.gallery-zoom-in .e-gallery-item:hover .e-gallery-image {
	transform: scale(1.2);
}

.bordered-img {
	position: relative;
	max-width: fit-content !important;
}

.bordered-img img {
	position: relative;
	z-index: 2;
}

.bordered-img::before {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #000443;
	position: absolute;
	inset: -12px;
	z-index: 1;
}

.doors-slider img {
	height: 474px;
	width: 100%;
	object-fit: cover;
}

.doors-slider .elementor-swiper-button-prev {
	left: -40px !important;
}

.doors-slider .elementor-swiper-button-next {
	right: -40px !important;
}

.home-accord .e-n-accordion-item  {
	border: 1px solid #A3A3A3;
	border-radius: 20px;
}

.door-gallery img {
	height: 475px;
}


/* ================================================
SINGLE PRODUCT PAGE CSS
=================================================*/

.my-cart-btn .quantity  {
	height: 42px !important;
	border: 1px solid #000443 !important;
	border-radius: 100px !important;
	width: 100px !important;
	flex-direction: row-reverse !important;
	justify-content: center !important;
	align-items: center !important;
}

.my-cart-btn .quantity .minus,
.my-cart-btn .quantity .plus {
	height: 38px !important;
	border: 0 !important;
	margin: 0 !important;
	max-width: fit-content !important;
	width: auto !important;
}

.my-cart-btn .quantity input {
	min-height: 38px !important;
	height: 38px !important;
	margin: 0 0 0 3px !important;
	max-width: 35px !important;
}

.my-cart-btn .single_add_to_cart_button {
	min-width: 140px !important;
	height: 42px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}


.stock-status {
	display: flex;
	align-items: center;
	gap: 10px;
}

.stock-status span {
	line-height: 1em !important;
}

.stock-status span img {
	width: 18px;
	height: 18px;
}


.product-img a .wp-post-image {
	height: 555px !important;
	object-fit: contain;
}


.blog-content p {
	margin-bottom:1.5em;
}

.blog-content p:last-child {
	margin-bottom:0;
}


.blog-content ul,
.blog-content ol {
	margin: 0 30px 35px 0 !important;
}

.blog-content h2 {
	font-family: "Assistant", Sans-serif;
	font-size: 45px;
	font-weight: 800;
	line-height: 52px;
	color: var(--e-global-color-secondary);
	margin-top:20px;
	margin-bottom:12px;
}



.blog-content h3 , .blog-content h4 , .blog-content h5 , .blog-content h6 {
	font-family: "Assistant", Sans-serif;
	font-size: 35px;
	font-weight: 800;
	line-height: 44px;
	color: var(--e-global-color-secondary);
	margin-top:20px;
	margin-bottom:12px;
}


.related-blog .elementor-post {
	position: relative;
	overflow: hidden;
}

.related-blog .elementor-post .elementor-post__text {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00000080;
	border-radius: 20px;
}

.related-blog .elementor-post__thumbnail {
	padding: 0 !important;
	height: 159px !important;
	overflow: hidden;
	transition: all 1.4s ease !important;
}

.related-blog .elementor-post__thumbnail img {
	width: 100% !important;
	object-fit: cover !important;

}

.related-blog .elementor-post:hover .elementor-post__thumbnail {
	transform: scale(1.2);
}





/* ================================================
CART PAGE CSS
=================================================*/

.woocommerce .quantity .ast-qty-placeholder {
	cursor:pointer;
}

/* ============================================================
CART PAGE CSS
============================================================ */
.my-cart.elementor-widget-woocommerce-cart .elementor-widget-container .woocommerce .e-cart__container {
	gap: 73px !important;
	grid-template-columns: 61.667% auto;
}

@media (max-width: 1024px) {
	.my-cart.elementor-widget-woocommerce-cart .elementor-widget-container .woocommerce .e-cart__container {
		grid-template-columns: repeat(1, 1fr);
	}
}

.my-cart .shop_table thead tr {
	background: #E9E9F0 !important;
	border-radius: 10px !important;
	height: 68px !important;
	overflow: hidden !important;
}

.my-cart .shop_table thead th:first-child {
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.my-cart .shop_table thead th:nth-last-child(2) {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}

.my-cart .product-subtotal {
	display: none !important;
}

.my-cart .quantity  {
	height: 42px !important;
	border: 1px solid #000443 !important;
	border-radius: 100px !important;
	width: 100px !important;
	flex-direction: row-reverse !important;
	justify-content: center !important;
	align-items: center !important;
}

.my-cart .quantity .minus,
.my-cart .quantity .plus {
	height: 38px !important;
	border: 0 !important;
	margin: 0 !important;
	max-width: fit-content !important;
	width: auto !important;
	font-family: var(--e-global-typography-f731bfe-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-f731bfe-font-size) !important;
	font-weight: var(--e-global-typography-f731bfe-font-weight) !important;
	line-height: var(--e-global-typography-f731bfe-line-height) !important;
	color: var(--e-global-color-primary) !important;
}

.my-cart .quantity input,
.my-cart .quantity input:focus {
	min-height: 38px !important;
	height: 38px !important;
	margin: 0 0 0 3px !important;
	max-width: 35px !important;
	text-align: center !important;
	font-family: var(--e-global-typography-f731bfe-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-f731bfe-font-size) !important;
	font-weight: var(--e-global-typography-f731bfe-font-weight) !important;
	line-height: var(--e-global-typography-f731bfe-line-height) !important;
	color: var(--e-global-color-primary) !important;
}


/* Chrome, Safari, Edge, Opera */
.my-cart input[type="number"]::-webkit-outer-spin-button,
.my-cart input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.my-cart input[type="number"] {
	-moz-appearance: textfield;
}

.my-cart .product-thumbnail span {
	width: auto !important;
	height: auto !important;
	position: unset !important;
	clip-path: unset !important;
	clip: unset !important;
	display: none;
}

.my-cart .product-thumbnail img {
	width: 100% !important;
	max-width: 115px !important;
	height: 115px !important;
	object-fit: contain;
}

.my-cart .shop_table th.product-thumbnail {
	position: relative;
}

.my-cart .shop_table th.product-thumbnail::after {
	content: "תצוגה";
}

.my-cart .product-name a {
	color: #757575 !important;
}


.my-cart .shipping-calculator-button {
	display: none !important;
}

.my-cart #shipping_method label .woocommerce-Price-amount {
	float: left;
}

.my-cart .cart_totals h2 {
	/* 	border-bottom: 1px solid #A2A2A2 !important; */
	padding-bottom: 0 !important;
}


/* .my-cart .cart_totals .woocommerce-shipping-totals td[data-title="×ž×©×œ×•×— 1"]::before {
border-bottom: 1px solid #A2A2A2 !important;
padding-bottom: 12px;
font-family: "Noto Sans Hebrew", Sans-serif;
font-size: 18px !important;
font-weight: 700 !important;
letter-spacing: 0.36px;
} */

.my-cart .cart_totals .cart-subtotal td::before,
.my-cart .cart_totals .cart-subtotal td span {
	font-weight: 400 !important;
}

.my-cart .product-remove .remove span svg {
	display: none;
}


.my-cart .product-remove .remove {
	opacity: 1 !important;
}

.my-cart .product-remove .remove::before {
	border: 0 !important;
	border-radius: 0 !important
}

.my-cart .product-remove .remove span {
	width: 24px !important;
	height: 24px !important;
	background: url(/wp-content/uploads/2026/04/trash-icon.svg) no-repeat center;
	background-size: 80% auto;
	transform: scale(1) !important;
}

.my-cart .woocommerce-shipping-destination {
	margin-bottom: 20px !important;
}


.my-cart .coupon-col-start {
	padding-inline-end: 12px !important;
}

.my-cart .coupon-col-start input {
	min-height: 45px !important;
	height: 45px !important;
}

.my-cart .coupon {
	padding: 29px 48px !important;
}

.my-cart .coupon-col-end {
	display: flex;
}

.my-cart .coupon-col-end button {
	min-width: 206px !important;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.my-cart .coupon::before {
	content:"יש ברשותך קוד קופון?" !important;
	display: block;
	width: 100% !important;
	height: auto !important;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 24px
		color: #000443;
	margin-bottom: 10px;
}

.my-cart .cart_totals tbody td {
	padding-left: 0 !important;
}

.my-cart .woocommerce-shipping-totals td[data-title="משלוח"]:before {
	content: 'שיטת משלוח' !important;
}

.my-cart .shop_table .cart-subtotal {
	display: none !important;
}

.my-cart .woocommerce-shipping-totals td[data-title="משלוח"] {
	max-width: 100% !important;
	width: 100% !important;
}

.shipping-benefits-wrapper {
	margin: 10px 0 30px;
}

.shipping-benefits-container {
	direction: rtl;
}

.shipping-benefits-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-align: center;
}

.shipping-benefits-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.shipping-benefit-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	width: auto;
	font-family: var(--e-global-typography-d1265c0-font-family), Sans-serif;
}

.benefit-icon img {
	width: 25px;
	height: 25px
}

.benefit-text {
	font-family: var(--e-global-typography-d1265c0-font-family), Sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.my-cart .woocommerce-shipping-destination {
	font-size: 15px !important;
	border-bottom: 1px solid #DBDBDB !important;
	padding-bottom: 18px;
}

.free-shipping-progress-box {
	font-family: var(--e-global-typography-d1265c0-font-family), Sans-serif;
	padding: 7px;
	background: #F0F0F0;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	border-radius: 10px;
	color: #000443;
	margin-bottom: 20px;
}

.free-shipping-progress-box p {
	margin: 0 !important;
}

.order-total td[data-title="סה\"כ"] {
	border: 1px solid #DBDBDB !important;
	border-left: 0 !important;
	border-right: 0 !important;
	padding: 12px 0 !important;
}

.order-total td[data-title="סה\"כ"]::before {
	content: 'סה"כ לתשלום' !important;
	font-weight: 700 !important;
}

.my-cart .order-total td[data-title="סה\"כ"] .woocommerce-Price-amount {
	font-weight: 700 !important;
}

.my-cart .checkout-button,
.my-checkout #place_order[type="submit"] {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px !important;
	height: 45px !important;
}

.my-cart .checkout-button::after,
.my-checkout #place_order[type="submit"]::after {
	content: '';
	background: url('/wp-content/uploads/2026/04/btn-arrow.svg') no-repeat center;
	background-size: 100% auto;
	width: 16px;
	height: 16px;
	display: inline-flex;
	margin-top: 5px;
	transition: all 0s ease !important;
}

.my-cart .checkout-button:hover::after,
.my-checkout #place_order[type="submit"]:hover::after {
	filter: invert(86%) sepia(45%) saturate(1015%) hue-rotate(330deg) brightness(86%) contrast(86%);
}

@media(min-width: 921px) {

	.my-cart .woocommerce-cart-form__cart-item.cart_item,
	.my-cart .shop_table  thead tr {
		display: flex;
		width: 100%;
		max-width: 100%;
	}

	.my-cart .shop_table  thead tr {
		align-items: center;
	}

	.my-cart .woocommerce-cart-form__cart-item.cart_item td {
		display: flex;
		align-items: center;
	}

	.my-cart .product-remove {
		width: 50px !important;
		order: 2;
	}

	.my-cart td.product-remove {
		justify-content: flex-end;
		padding-left: 8px !important;
	}

	.my-cart .product-thumbnail {
		width: 200px !important;
		order:1;
	}

	.my-cart th.product-thumbnail {
		padding-right: 40px !important;
	}

	.my-cart .product-name {
		width: 350px !important;
		order: 3;
		flex-direction: column;
		align-items: flex-start !important;
		justify-content: center;
	}


	.my-cart .product-price {
		width: 100px !important;
		order: 5;
	}

	.my-cart .product-quantity {
		width: 170px !important;
		order: 4;
	}

	.my-cart th.product-quantity {
		padding-right: 25px !important;
	}


	.my-cart .minus,
	.my-cart .plus {
		width: 25px !important;
		background-size: 50% auto !important;
	}
}




/* ============================================================
CHECKOUT PAGE CSS
============================================================ */

.my-checkout .e-checkout__container {
	gap: 60px !important;
}

.my-checkout input,
.my-checkout select {
	min-height: 50px !important;
}

.my-checkout textarea {
	min-height: 120px;
	resize: none;
}

.my-checkout #customer_details {
	margin: 0px !important;
}

.my-checkout #customer_details .col-1 {
	padding: 0 !important;
	border: 0 !important;
}

.my-checkout #customer_details .col-1 .woocommerce-billing-fields,
.my-checkout #customer_details .col-1 .woocommerce-additional-fields,
.my-checkout #customer_details .col-1 .shipping_address{
	border: 1px solid #C5C5C5 !important;
	border-radius: 10px;
	padding: 38px 65px 51px !important;
}

.my-checkout #customer_details .col-1 .woocommerce-billing-fields {
	margin-bottom: 20px;
}

/* .my-checkout #customer_details .col-1 .woocommerce-shipping-fields {
display: none !important;
} */


/* .my-checkout #order_review_heading {
color: #B41D14 !important;
border-bottom: 1px solid #A2A2A2;
padding-bottom: 6px;
} */

.my-checkout .woocommerce-shipping-totals th {
	font-family: var(--e-global-typography-8661bdb-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-8661bdb-font-size) !important;
	font-weight: var(--e-global-typography-8661bdb-font-weight) !important;
	line-height: var(--e-global-typography-8661bdb-line-height) !important;
	padding-bottom: 0 !important;
}

.my-checkout td.product-total,
.my-checkout .cart-subtotal td,
.my-checkout .order-total td{
	padding-left: 38px !important;
}

.my-checkout .order-total th,
.my-checkout .order-total td span {
	font-weight: 700 !important;
}

.my-checkout .e-coupon-box .e-woocommerce-coupon-nudge {
	font-weight: 400 !important;
	margin-bottom: 10px;
}

.my-checkout .e-coupon-box .e-coupon-anchor {
	display: block !important;
	margin: 0 !important;
}

.my-checkout .e-coupon-box .e-coupon-anchor-description {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: #232E33;
	display: none;
}

.my-checkout .e-coupon-box input,
.my-checkout .e-coupon-box button {
	min-height: 45px !important;
	width: 100% !important;
	
}

.my-checkout input,
.my-checkout select,
.my-checkout textarea {
	opacity: 1 !important;
}

.my-checkout .e-coupon-box input {
	background: transparent !important;
	border: 1px solid #DBDBDB !important;
	color: #757575 !important;
}

.my-checkout .coupon-container-grid {
	gap: 12px;
	grid-template-columns: 80% auto !important;
}



.my-checkout .coupon-container-grid button {
	height: 45px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	background:#B1BFDB !important;
	color: #000 !important;
}

.my-checkout input[type="checkbox"],
.my-checkout input[type="checkbox"]:hover {
	appearance: none;
	border: 1px solid #000443 !important;
	border-radius: 100%;
	max-width: 16px;
	width: 100%;
	min-height: 16px !important;
	height: 16px;
	background: transparent !important;
	position: relative;
	cursor: pointer;
	margin: 6px 0 0 0 !important;
}

.my-checkout input[type="checkbox"]::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	max-width: 11px;
	width: 100%;
	height: 11px;
	background: #000443;
	border-radius: 100%;
	transition: transform 0.2s ease;
}

.my-checkout input[type="checkbox"]:checked::after {
	transform: translate(-50%, -50%) scale(1);
}

.my-checkout .payment_methods input {
	display: inline-block !important;
	margin-left: 5px !important;
}

.my-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 15px !important;;
}

.my-checkout .woocommerce-form__label-for-checkbox {
	display: flex !important;
	align-items: flex-start;
	gap: 6px;
}

.my-checkout .woocommerce-form__label-for-checkbox span {
	top: 0 !important;
}

.my-checkout .woocommerce-shipping-totals {
	display: flex;
	flex-direction: column;
}

.my-checkout .woocommerce-shipping-totals th,
.my-checkout .woocommerce-shipping-totals td {
	float: none;
	max-width: 100% !important;
	width: 100% !important;
}


.my-checkout #billing_country_field .woocommerce-input-wrapper,
.my-checkout #shipping_country_field .woocommerce-input-wrapper {
	/* 	background-color: #F0F0F0; */
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size) !important;
	font-weight: var(--e-global-typography-text-font-weight) !important;
	line-height: var(--e-global-typography-text-line-height) !important;
	padding: 0;
	color: #AFAFAF !important;
	border-radius: 10px !important;
}

.my-checkout .woocommerce-terms-and-conditions-checkbox-text a {
	text-decoration: underline !important;
}

.my-checkout .select2-selection {
	/* 	background: transparent !important; */
	height: 50px !important;
	display: flex;
	align-items: center;
}


/* CHECKOUT TABLE LAYOUT FLEX */

.my-checkout .woocommerce-checkout-review-order-table {
	display: flex !important;
	flex-direction: column;
	margin-bottom: 0 !important;
}

.my-cart .woocommerce-shipping-methods li,
.my-checkout .woocommerce-shipping-methods li{
	border: 1px solid #DBDBDB !important;
	border-radius: 10px;
	padding: 13px 17px 9px 32px !important;
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin-bottom: 17px !important;
}

.my-checkout .woocommerce-shipping-methods li {
	padding: 12px 17px 12px 30px !important;
}

.my-cart .woocommerce-shipping-methods li label,
.my-checkout .woocommerce-shipping-methods li label {
	width: 100% !important;
	text-align: right !important;
	color: #000 !important;
}

.my-cart .woocommerce-shipping-methods li label .woocommerce-Price-amount,
.my-checkout .woocommerce-shipping-methods li label .woocommerce-Price-amount{
	color: #000443 !important;
	font-weight: 700 !important;
	margin-left: 0  !important;
}

.my-cart .woocommerce-shipping-methods li label .shipping-description,
.my-checkout .woocommerce-shipping-methods li label .shipping-description{
	color: #757575 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
}


.my-checkout .woocommerce-shipping-methods li label .shipping-description,
.my-checkout .woocommerce-shipping-methods li label br {
	display: none !important;
}

.my-cart input[type="radio"],
.my-checkout input[type="radio"]{
	appearance: none;
	border: 1px solid #000443;
	border-radius: 100%;
	max-width: 16px !important;
	width: 100% !important;
	height: 16px !important;
	min-height: auto !important;
	background: transparent;
	position: relative;
	cursor: pointer;
	margin: 6px 0 0 0 !important;
}

.my-checkout .wc_payment_method input[type="radio"] {
	margin: 0 !important;
}

.my-cart input[type="radio"]::after,
.my-checkout input[type="radio"]::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	max-width: 11px !important;
	width: 100% !important;
	height: 11px !important;
	background: #000443;
	border-radius: 100%;
	transition: transform 0.2s ease;
}

.my-cart input[type="radio"]:checked::after,
.my-checkout input[type="radio"]:checked::after{
	transform: translate(-50%, -50%) scale(1);
}

ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
	text-indent: 0 !important;
}

.my-checkout .shop_table thead tr {
	display: flex !important;
	justify-content: space-between;
	padding: 0 !important;
}

.my-checkout .shop_table thead tr th {
	padding-bottom: 0 !important;
}

.my-checkout tbody .cart_item {
	display: flex !important;
	padding: 0 !important;
}

.my-checkout thead th.product-name,
.my-checkout tbody .cart_item .product-name,
.my-checkout tfoot .cart-subtotal th,
.my-checkout tfoot .order-total th{
	width: 79% !important;
	max-width: none !important;
}

.my-checkout tbody .cart_item .product-name {
	display: inline !important;
}

.my-checkout thead th.product-total,
.my-checkout tbody .cart_item .product-total,
.my-checkout tfoot .cart-subtotal td,
.my-checkout tfoot .order-total td {
	width: 21% !important;
	max-width: none !important;
}

.my-checkout thead th.product-total {
	padding: 0 !important;
}

.my-checkout tfoot tr {
	display: flex;
	padding: 0 !important;
}

.my-checkout .woocommerce-shipping-totals td .woocommerce-Price-amount {
	float: left;
	margin-left: 30px !important;
	font-weight: 400 !important;
}


.my-checkout .e-checkout__column-end .e-checkout__column-inner {
	border: 1px solid #C5C5C5 !important;
	border-radius: 10px !important;
}

.my-checkout .e-checkout__order_review {
	padding-bottom: 0px !important;
}


/* .my-checkout .order-total {
	display: none !important;
} */


/* ================================================
TABLET RESPONSIVE CSS
=================================================*/
@media (max-width: 1024px) {

	.header-menu .elementor-menu-toggle{
		padding:0 !important;
	}

	.doors-slider .elementor-swiper-button-prev {
		left: -20px !important;
	}

	.doors-slider .elementor-swiper-button-next {
		right: -20px !important;
	}

}


/* ================================================
MOBILE RESPONSIVE CSS
=================================================*/
@media (max-width: 768px) {


	#phone-con .elementor-button-text {
		display:none !important;
	}	
	#phone-con a {
		width: 29px;
		height: 29px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px;
	}

	#phone-con a svg {
		width:14px;
	}



	.swiper-pagination-bullet {
		background:#fff;
		width:11px;
		height:11px;
		opacity:0.5;
	}

	.swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: var(--e-global-color-secondary);
		opacity:1;
	}


	.home-products .astra-shop-thumbnail-wrap img {
		height: 200px !important;
		object-fit: cover !important;
	}

	/* ================================================
	SPECIAL OFFER SECTION CSS
	=================================================*/
	.so-inner {
		flex-direction: column-reverse;
	}

	.so-content {
		padding: 40px 20px;
		width: 100%;
	}

	.so-logo {
		margin-bottom: 4px;
		margin-top: 0;
		width: 143px;
		height: 104px;
	}

	.so-logo img {
		width: 103px;
		height: auto;
		object-fit: contain;
	}

	.so-title {
		line-height: 1.1em;
	}

	.so-details {
		margin: 20px 0 10px 0;
		line-height: 1.1em;
	}

	.so-prices {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.so-sale-price {
		margin: 0 0 20px 0;
		font-size: 35px;
		line-height: 1.1em;
	}

	.so-sale-price .woocommerce-Price-amount {
		font-size: 35px;
		line-height: 1.1em;
	}

	.so-regular-price s {
		font-size: 35px;
		line-height: 1.1em;
	}

	.so-regular-price .woocommerce-Price-amount {
		font-size: 35px;
		line-height: 1.1em;
		padding:0px 10px;
	}

	.so-image {
		width: 90%;
		height: 400px;
		margin: -49px auto 0 auto;
	}

	.doors-slider img {
		height: 450px;
		width: 100%;
		object-fit: cover;
	}

	.doors-slider .elementor-swiper-button-prev {
		left: -20px !important;
	}

	.doors-slider .elementor-swiper-button-next {
		right: -20px !important;
	}

	.door-gallery img {
		height: 350px;
	}


	.product-img a .wp-post-image {
		height: 400px !important;
		object-fit: contain;
	}

	.my-cart.elementor-widget-woocommerce-cart .elementor-widget-container .woocommerce .e-cart__container {
		gap: 40px !important
	}

	.my-cart .coupon {
		padding: 30px 20px !important;
	}
	.my-cart .product-remove {
		max-width: fit-content !important;
		float: left;
	}

	.my-cart .coupon-col-start {
		padding-inline-end: 0 !important;
	}

	.my-cart .woocommerce-shipping-methods li {
		padding: 15px !important;
	}

	.my-checkout #customer_details .col-1 .woocommerce-billing-fields, .my-checkout #customer_details .col-1 .woocommerce-additional-fields, .my-checkout #customer_details .col-1 .shipping_address {
		padding: 30px !important;
	}

}

