/**
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 {
	width: 100%;
	overflow-x:hidden;

}
.phone-btn svg {
	width:20px;
}
#ast-scroll-top {
	border-bottom-color: rgb(251, 251, 251);
	border-left-color: rgb(251, 251, 251);
	border-right-color: rgb(251, 251, 251);
	color: rgb(251, 251, 251);
	border-top-color: rgb(251, 251, 251);
	background-color: rgb(181, 33, 24);
}

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

/* ============================================================
ELEMENTOR TEXT EDITOR
============================================================ */
.elementor-widget-text-editor p {
	margin-bottom: 0.75em;
}

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


/* ============================================================
HEADER CSS
============================================================ */

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

.header-menu .sub-arrow {
	background: url(/wp-content/uploads/2026/03/down-arrow.svg);
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-right: 8px;
}

.header-menu .elementor-nav-menu--dropdown {
	min-width: 250px !important;
}


/* ============================================================
HOME PAGE CSS
============================================================ */
.hero-img img {
	max-height: 490px !important;
	width: auto !important;
}


.home-hero-slider .swiper-pagination-bullet {
	background: #fff !important;
	opacity: 1 !important;
	transition: all 0.4s ease !important;
}

.home-hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 32px !important;
	height: 10px !important;
	border-radius: 10px !important;
}

.home-hero-slider .e-loop-item:nth-child(6) .home-slider-inner {
	background-color: #4A2A1A !important;
	background-image: url(/wp-content/uploads/2026/03/orange-circle.png) !important;
}

.home-hero-slider .e-loop-item:nth-child(5) .home-slider-inner {
	background-color: #4A1F2E !important;
	background-image: url(/wp-content/uploads/2026/03/red-circle.png) !important;
}

.home-hero-slider .e-loop-item:nth-child(4) .home-slider-inner {
	background-color: #3B2453 !important;
	background-image: url(/wp-content/uploads/2026/03/purple-circle.png) !important;
}

.home-hero-slider .e-loop-item:nth-child(3) .home-slider-inner {
	background-color: #1E3A2F !important;
	background-image: url(/wp-content/uploads/2026/03/green-circle.png) !important;
}


/* Hero Slider Animations */

.home-hero-slider .e-loop-item .home-slider-inner{
	background-size: auto 120% !important; /* width auto, height 70% */
	/* 	background-position: center left !important;  */
	transition: background-size 1s cubic-bezier(.22,.61,.36,1), opacity .9s ease;
	height: 460px;
}

.home-hero-slider .swiper-slide-active .home-slider-inner{
	background-size: auto 100% !important; /* height 100%, width auto */
}


/* Default state (inactive slide) */
.home-hero-slider .swiper-slide .hero-img {
	opacity: 0;
	transform: translateX(-100%);
	transform-origin: left;
	transition: opacity 0.3s ease, transform 1s ease; /* smooth aur natural */
}

/* Active slide */
.home-hero-slider .swiper-slide-active .hero-img {
	opacity: 1;
	transform: translateX(0);
}

/* Default state: hidden and slightly down */
.home-hero-slider .swiper-slide .hero-btn{
	opacity: 0;
	transform: translateY(30px);
	transition: all .7s ease;
}

.home-hero-slider .swiper-slide-active .hero-btn{
	opacity: 1;
	transform: translateY(0);
	transition-delay: .6s;
}

.home-hero-slider .swiper-slide .elementor-heading-title {
	opacity: 0;
	transition: opacity 1s ease;
}

.home-hero-slider .swiper-slide-active .elementor-heading-title {
	opacity: 1;
}

/* HEADING ANIMATION */
.animated-heading {
	/* Disable Elementor's default animation */
	opacity: 1 !important;
	transform: none !important;
	animation: none !important;
	overflow: visible;
	white-space: normal;
	word-break: break-word;
}

/* Split words & letters */
.animated-heading .word {
	display: inline-block;
	white-space: nowrap;
}
.animated-heading .space-letter {
	width: 0.3em;
	display: inline-block;
}

/* Default state: all letters invisible and shifted */
.animated-heading .letter {
	display: inline-block;
	opacity: 0;           /* default 0 */
	transform: translateX(20px); /* shifted right */
	transform-origin: right;
}

/* Active slide triggers animation */
.swiper-slide-active .animated-heading .letter {
	animation: fadeInLeft 0.5s forwards;
}

/* Keyframes */
@keyframes fadeInLeft {
	to {
		opacity: 1;
		transform: translateX(0);
	}
}




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

.wcfc-grid {
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	gap: 20px;
}

.wcfc-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	height: 510px;
}

body.home .wcfc-large {
	grid-column: span 4;
}

body.home .wcfc-large:first-child {
	grid-column: span 5 !important;
}

.wcfc-small {
	grid-column: span 3;
}
.shop_pagecats .wcfc-large {
	grid-column: span 3;
}

.wcfc-item a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.wcfc-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.wcfc-item:hover img {
	transform: scale(1.1);
}

.wcfc-content {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 24px 40px 32px 24px;
	background: linear-gradient(179.87deg, rgba(0, 0, 0, 0.0864) 27.83%, rgba(0, 0, 0, 0.6624) 99.89%);
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
}

.wcfc-label {
	color: #fff;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 36px;
}

.wcfc-btn {
	position: absolute;
	top: 24px;
	left: 24px;
	border-radius: 8px;
	background: transparent;
	width: 44px;
	height: 44px;
}

.wcfc-btn img {
	transition: opacity 0.6s ease, height 0.3s ease !important;
	width: 100%;
	height: 100%;
}

.wcfc-btn .hover-icon,
.wcfc-item:hover .wcfc-btn .default-icon {
	height: 0;
	opacity: 0;
}

.wcfc-item:hover .wcfc-btn .hover-icon {
	height: 100%;
	opacity: 1;
}




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



.featured_products a.ast-on-card-button {
	display:none !important;
}

.featured_products .woocommerce-loop-product__title  {
	margin-bottom:20px;
}
.featured_products .astra-shop-thumbnail-wrap {
	min-height:257px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.featured_products .astra-shop-thumbnail-wrap a img {
	max-height:237px;
	width:auto;
}




.featured_products .ast-on-card-button {
	color: #151C23;
	text-align: center;
	font-family: var(--e-global-typography-9119c7f-font-family), Sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	left: 0px;
	top: 0px;
	background: url(/wp-content/uploads/2026/03/Vector-1.png) no-repeat !important;
	background-size: 100% 100% !important;
	background-position: center center !important;
	width: 68px !important;
	height: 68px !important;
	right: auto;
	border-radius: 50%;
	box-shadow: none;
	display: flex;
	justify-content: center;
	padding-top: 21px;
	background-color: #fff !important;
}


.featured_products .price {
	margin-bottom: 0px !important;
}




/* ============================================================
Archive page PRODUCT CSS
============================================================ */


.archive_products .woocommerce .woocommerce-ordering {
	float:left;
	margin-bottom:40px;
}

.archive_products .woocommerce .woocommerce-ordering:before {
	content: '';
	width: 13px;
	height: 7px;
	display: block;
	background: url(/wp-content/uploads/2026/03/Vector-2.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 8px;
	top: 17px;


}
.archive_products .woocommerce .woocommerce-ordering select {
	font-family: var(--e-global-typography-a7c8dfa-font-family), Sans-serif;
	font-size: var(--e-global-typography-a7c8dfa-font-size);
	font-weight: var(--e-global-typography-a7c8dfa-font-weight);
	line-height: var(--e-global-typography-a7c8dfa-line-height);
	letter-spacing: var(--e-global-typography-a7c8dfa-letter-spacing);
	background:#E9E9F0 !important;
	padding: 4px 8px 4px 28px  !important;
	color:  #151C23;

}


.archive_products .woocommerce-pagination {
	text-align:center;
}
.archive_products .woocommerce-pagination li {
	border:none !important;
	margin:0px 15px !important;
}
.archive_products .woocommerce-pagination li span , .archive_products .woocommerce-pagination li a { 
	min-width:auto !important;
	outline:0 !important;
}




.contact_form .elementor-field-group input , .contact_form .elementor-field-group button {
	padding:6px 12px !important;
	min-height:50px;
	height:50px;
}
.contact_form .elementor-field-group .elementor-field::placeholder {
	opacity: 1 !important;
	color: #fff !important;
}

.contact_form .elementor-field-group .elementor-field::-webkit-input-placeholder {
	opacity: 1 !important;
	color: #fff !important;
}

.contact_form .elementor-field-group .elementor-field:-ms-input-placeholder {
	opacity: 1 !important;
	color: #fff !important;
}




/* ============================================================
LAPTOP BREAKPOINT
============================================================ */

@media (min-width: 1024px) and (max-width: 1366px) {
	.wcfc-item {
		height: 400px;
	}

	.featured_products .ast-on-card-button {
		top: -30px;
	}
}


/* ============================================================
TABLET BREAKPOINT
============================================================ */
@media (min-width: 768px) and (max-width: 1024px) {
	.wcfc-item {
		height: 300px;
	}

	.featured_products .ast-on-card-button {
		top: -15px;
	}

	.home-slider-inner {
		height: 400px !important;
	}

	.hero-img img {
		max-height: 400px !important;
	}
}


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

.my-quantity .button {
	display: none !important;
}

.my-quantity .quantity a {
	font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
	font-size: 0 !important;
	font-weight: var(--e-global-typography-text-font-weight) !important;
	line-height: var(--e-global-typography-text-line-height) !important;
	color: #262626 !important
}

.my-quantity .quantity {
	flex-direction: row-reverse !important;
	margin: 0 !important;
}

.woocommerce-js .quantity .minus {
	margin: 0 !important;
	background: url(/wp-content/uploads/2026/03/minus.svg) no-repeat center;
	background-size: 35% auto;
}

.my-quantity .quantity input {
	/* 	margin-left: 40px !important; */
	margin-right: 0 !important;
}

.my-quantity .quantity a,
.my-quantity .quantity input {
	border: 0 !important;
	width: 40px !important;
	min-height: 40px !important;
}

.woocommerce-js .quantity .plus {
	margin-left: 0 !important;
	background: url(/wp-content/uploads/2026/03/plus.svg) no-repeat center;
	background-size: 35% auto;
}

.my-quantity .quantity {
	border: 1px solid #262626 !important;
	border-radius: 4px;
}

.my-quantity .variations_form {
	display: flex !important;
	flex-direction: row-reverse;
	gap: 20px;
	align-items: flex-start;
	justify-content: flex-end;
}

.my-quantity .variations_form::before,
.my-quantity .variations_form::after {
	display: none !important;
}

.my-quantity .single_variation_wrap {
	width: 120px !important;
	display: flex !important;
	flex-direction: column-reverse !important;
}

.my-quantity table.variations {
	width: 150px !important;
	margin: -39px 0 0 0 !important;
	border-bottom: 0 !important;
}

.my-quantity table.variation select {
	height: 40px !important;

}

.my-quantity .reset_variations {
	font-family: var(--e-global-typography-da14eb6-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-da14eb6-font-size) !important;
	font-weight: var(--e-global-typography-da14eb6-font-weight) !important;
	line-height: var(--e-global-typography-da14eb6-line-height) !important;
	letter-spacing: var(--e-global-typography-da14eb6-letter-spacing) !important;
	color: #262626 !important;
	opacity: 1 !important;
}

.my-quantity .price {
	color: #262626 !important;
	font-family: var(--e-global-typography-a36008d-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-a36008d-font-size) !important;
	font-weight: var(--e-global-typography-a36008d-font-weight) !important;
	line-height: var(--e-global-typography-a36008d-line-height) !important;
}


.product-img .flex-viewport,
.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
	height: 580px !important;
}

.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
	height: 100% !important;
	display: block;
	object-fit: cover !important;
}

.product-img .flex-control-thumbs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.product-img .flex-control-thumbs li {
	width: calc(33.33% - 10px) !important;
	margin: 0 !important;
}

.product-img .flex-control-thumbs li img {
	transition: all 0.4s ease !important;
	opacity: 1 !important;
	height: 183px !important;
}

.product-img .flex-control-thumbs li .flex-active {
	border-color: var( --e-global-color-primary ) !important;
}

.product-img .ast-onsale-card {
	font-size: 16px !important;
	background: var( --e-global-color-primary ) !important;
	color: #fff !important;
	border-radius: 4px !important;
	line-height: 1em !important;
	padding: 5px 12px 8px !important;
	display: none !important;
}

.product-content h1,
.product-content h2 {
	font-size: 35px !important;
	color: #262626 !important;
	margin: 15px 0 !important;
	text-align: right !important;
}

.product-content h3,
.product-content h4,
.product-content h5,
.product-content h6 {
	font-size: 30px !important;
	color: #262626 !important;
	margin: 15px 0 !important;
	text-align: right !important;
}

.product-content div {
	text-align: right !important;
	float:none !important;
}

.product-content p {
	margin-bottom: 10px !important;;
	text-align: right !important;
}

.product-content ul,
.product-content ol {
	margin: 10px 18px 10px 0  !important;
	text-align: right !important;
}

.product-content img {
	height: 183px !important;
	margin: 15px 0 !important;
}


/* ============================================================
COMBINED MENU CSS
============================================================ */

#cmm-btn {
	display: flex;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	box-shadow: none !important;
	outline: 0 !important;
	border: 0 !important;
}

#cmm-btn span {
	display: block;
	width: 22px;
	height: 0.15em;
	background: #222;
	transition: all 0.3s ease;
	border-radius: 100px !important;
}

#cmm-btn.open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

#cmm-btn.open span:nth-child(2) {
	opacity: 0;
}

#cmm-btn.open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

#cmm-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 998;
}

#cmm-overlay.show {
	display: block;
}

#cmm-nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100%;
	background: #fff;
	z-index: 999;
	transform: translateX(100%);
	transition: transform 0.35s ease;
	overflow-y: auto;
	padding: 16px;
	direction: rtl;
	box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
	font-family: var( --e-global-typography-a7c8dfa-font-family ), Sans-serif !important;
}

#cmm-nav.open {
	transform: translateX(0);
}

#cmm-close {
	display: flex;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #eee;
	width: 100%;
	box-shadow: none !important;
	outline: 0 !important;
	border: 0 !important;
	align-items:flex-end;
}

#cmm-close span {
	display: block;
	width: 22px;
	height: 2px;
	background: #222;
}

#cmm-close span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

#cmm-close span:nth-child(2) {
	opacity: 0;
}

#cmm-close span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.cmm-heading {
	text-transform: uppercase;
	margin: 16px 0 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em;
	color: var(--e-global-color-text);
}

#cmm-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* #cmm-nav li:not(:last-child) {
border-bottom: 1px solid #f0f0f0;
} */

#cmm-nav a {
	display: block;
	padding: 15px 0px;
	color: #151c23;
	text-decoration: none;
	font-size: var(--e-global-typography-a7c8dfa-font-size);
	font-weight: var(--e-global-typography-a7c8dfa-font-weight);
	line-height: var(--e-global-typography-a7c8dfa-line-height);
	letter-spacing: var(--e-global-typography-a7c8dfa-letter-spacing)
}

#cmm-nav a:hover {
	color: #b41d14;
}

#cmm-nav .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#cmm-nav .row a {
	flex: 1;
}

#cmm-nav button[aria-expanded] {
	background: none;
	cursor: pointer;
	font-size: 18px;
	padding: 0 10px;
	color: #151c23;
	transition: transform 0.25s;
	box-shadow: none !important;
	outline: 0 !important;
	border: 0 !important;
}

#cmm-nav .has-kids:hover button[aria-expanded] {
	color: #b41d14;
}

#cmm-nav button[aria-expanded="true"] {
	transform: rotate(90deg);
}

#cmm-nav .sub {
	display: none;
	padding-right: 10px;
}

#cmm-nav .sub.open {
	display: block;
}

#cmm-nav .sub a {
	font-size: 14px;
	color: #151C23;
}

#cmm-nav hr {
	border: none;
	border-top: 1px solid #eee;
	margin: 12px 0;
}



.buy-now-btn .elementor-button-text::after , .custom-add-to-cart .elementor-button-text::after{
	content: "";
	display: inline-block;
	width: .8em;
	height: .8em;
	margin-right: 8px;
	border-radius: 50%;
	background-color:#fff;
	vertical-align: middle;
	animation: dotPulse .65s infinite cubic-bezier(.21, .53, .56, .8);
	display:none;
}

.custom-add-to-cart .elementor-button-text::after {
	background-color:#151C23;

}




.buy-now-btn.loading .elementor-button-text::after ,  .custom-add-to-cart.loading .elementor-button-text::after {
	display: inline-block !important;
}

.buy-now-btn.loading , .custom-add-to-cart.loading {
	pointer-events: none !important;
	cursor: not-allowed !important;
}

.buy-now-btn.disabled-unavailable  , .custom-add-to-cart.disabled-unavailable {
	opacity: 0.4 !important;
	pointer-events: none !important;
	cursor: not-allowed !important;
}


/* Pulse animation */
@keyframes dotPulse{
	0%{
		transform: scale(1);
		opacity: 1;
	}
	50%{
		transform: scale(1.5);
		opacity: .4;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}


.woocnot .woocommerce-message a {
	background-color: #FFFFFF00 !important;
	fill: var(--e-global-color-text) !important;
	color: var(--e-global-color-text) !important;
	transition-duration: 0.3s !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: var(--e-global-color-text) !important;
	border-radius: 4px 4px 4px 4px !important;
	padding: 7px 10px 7px 10px !important;
}

.woocnot .woocommerce-message a:hover {
	background-color: var(--e-global-color-primary) !important;
	fill: var(--e-global-color-accent) !important;
	color: var(--e-global-color-accent) !important;
	transition-duration: 0.3s !important;
	border-style: solid !important;
	border-width: 1px 1px 1px 1px !important;
	border-color: var(--e-global-color-primary) !important;
	border-radius: 4px 4px 4px 4px !important;
	padding: 7px 10px 7px 10px !important;
}


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

@media (max-width: 768px) {
	#cmm-btn {
		display: flex;
	}
}

body.cmm-lock {
	overflow: hidden;
}

/* ============================================================
CART PAGE CSS
============================================================ */
.my-cart.elementor-widget-woocommerce-cart .elementor-widget-container .woocommerce .e-cart__container {
	gap: 70px !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 {
	flex-direction: row-reverse !important;
}

.my-cart .quantity input,
.my-cart .quantity a {
	margin: 0 !important;
	height: 29px;
	border: 0 !important;
	text-align: center !important;
}

.my-cart .quantity input {
	width: 46px !important;
	background: #E9E9F0 !important;
	border-radius: 10px !important;
	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 !important;

}

.my-cart .quantity a {
	font-size: 0 !important;
}


.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 .product-name a:hover {
	color: #B41D14 !important;
}


.my-cart input[type="radio"] {
	appearance: none;
	border: 1px solid #232E33;
	border-radius: 5px;
	width: 16px;
	height: 16px;
	background: transparent;
	position: relative;
	cursor: pointer;
}

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

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


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


.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/03/trash-can-regular-full.svg) no-repeat center;
	background-size: 100% 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 {
	padding: 40px 50px 40px 50px !important;
}

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

.my-cart .coupon-col-end button {
	width: auto !important;
}

.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: 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;
	margin-bottom: 10px;
}

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

#shipping_method .spot-list-container {
	display: flex !important;
	flex-direction: column;
}

#shipping_method .spot-list-container .field  {
	max-width: 100% !important;
}

#shipping_method .spot-list-container .field .select2-selection  {
	height: 50px !important;
	font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
	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;
	color: #232E33 !important;
	background: #E9E9F0 !important;
	display: flex;
	align-items: center;
	border-radius: 10px !important;
}

.select2-container .select2-results__options li {
	font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
	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;
	color: #232E33 !important;
}



#shipping_method .spot-list-container .select2-selection__rendered {
	color: #232E33 !important;
	line-height: 1 !important;
	padding: 0 25px !important;
}

.my-checkout #shipping_method .spot-list-container .select2-selection__rendered {
	padding: 0 45px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #b41d14 !important;
	color: #fff !important;
}

@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: 400px !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: 140px !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: 45px !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: 30px !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 {
	border-bottom: 1px solid #A2A2A2 !important;
	padding-bottom: 6px !important;
	font-size: var(--e-global-typography-da14eb6-font-size) !important;
	line-height: var(--e-global-typography-da14eb6-line-height) !important;
	font-weight: 700 !important;
}

.my-checkout td,
.my-checkout th {
	text-align: right !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 .coupon-container-grid {
	gap: 12px;
	grid-template-columns: 70% auto !important;
}



.my-checkout .coupon-container-grid button {
	height: 48px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
}

.my-checkout input[type="radio"],
.my-checkout input[type="radio"]:hover,
.my-checkout input[type="checkbox"],
.my-checkout input[type="checkbox"]:hover {
	appearance: none;
	border: 1px solid #232E33 !important;
	border-radius: 5px;
	width: 16px;
	min-height: 16px !important;
	height: 16px;
	background: transparent !important;
	position: relative;
	cursor: pointer;
}

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

.my-checkout input[type="radio"]:checked::after,
.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: center;
	gap: 6px;
}

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

.my-checkout .woocommerce-terms-and-conditions-wrapper input {
	margin: 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 {
	width: 100%;
	background-color: #E9E9F0;
	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: 6px 20px;
	color: #AFAFAF !important;
	display: block;
	border-radius: 10px !important;
	height: 45px !important;
}

.my-checkout ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
	padding: 0 22px 0 0 !important;
}

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

/* CHECKOUT TABLE LAYOUT FLEX */

.my-checkout .woocommerce-checkout-review-order-table {
	display: flex !important;
	flex-direction: column;
	margin-bottom: 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;
}


/* ============================================================
ORDER/THANK YOU PAGE CSS
============================================================ */
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
	border: 1px solid #C5C5C5 !important;
	border-radius: 10px !important;
	overflow: hidden !important;
}


body.woocommerce-order-received .woocommerce h2 {
	font-family: "Noto Sans Hebrew", Sans-serif !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 32px !important;
	letter-spacing: 0.36px !important;
	border: 0 !important;
	border-bottom: 1px solid #A2A2A2 !important;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details::before,
body.woocommerce-order-received .woocommerce-thankyou-order-details::after {
	display:none !important;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details li {
	padding: 25px !important;
	border: 1px solid #a2a2a2 !important;
	border-radius: 10px !important;
	text-align: center !important;
	font-family: var(--e-global-typography-da14eb6-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size) !important;
	font-weight: var(--e-global-typography-da14eb6-font-weight) !important;
	line-height: var(--e-global-typography-da14eb6-line-height) !important;
	color: #232e33 !important;
	margin: 0px !important;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
	font-size: var(--e-global-typography-text-font-size) !important;
	line-height: var(--e-global-typography-da14eb6-line-height) !important;
}

body.woocommerce-order-received .woocommerce-order-details table th,
body.woocommerce-order-received .woocommerce-order-details table td,
body.woocommerce-order-received .woocommerce-customer-details address {
	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;
	color: #232e33 !important;

}

body.woocommerce-order-received .woocommerce-customer-details address {
	border: 0 !important;
}

body.woocommerce-order-received .woocommerce-order p {
	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;
	color: #232e33 !important;
}


@media (min-width: 768px) and (max-width: 1024px) {


	/* ============================================================
	TABLET SINGLE PRODUCT PAGE CSS
	============================================================ */
	div.product-type-variable .quantity-price-sec {
		flex-direction: column-reverse !important;
	}

	.my-quantity .quantity a {
		font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
		font-size: 0 !important;
		font-weight: var(--e-global-typography-text-font-weight) !important;
		line-height: var(--e-global-typography-text-line-height) !important;
		color: #262626 !important
	}

	.my-quantity .variations_form {
		display: flex !important;
		flex-direction: row-reverse;
		gap: 20px;
		align-items: flex-start;
		justify-content: flex-end;
	}

	.my-quantity .single_variation_wrap {
		width: auto !important;
		display: flex !important;
		flex-direction: column-reverse !important;
	}

	.my-quantity table.variations {
		width: auto !important;
		margin: -39px 0 0 0 !important;
		border-bottom: 0 !important;
	}

	.product-img .flex-viewport,
	.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		height: 450px !important;
	}

	.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
	.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
		height: 100% !important;
		display: block;
		object-fit: cover !important;
	}


	.product-img .flex-control-thumbs li img {
		height: 120px !important;
		object-fit: cover;
	}

	.product-content h1,
	.product-content h2 {
		font-size: 32px !important;
		color: #262626 !important;
		margin: 15px 0 !important;
		text-align: right !important;
	}

	.product-content h3,
	.product-content h4,
	.product-content h5,
	.product-content h6 {
		font-size: 26px !important;
		color: #262626 !important;
		margin: 15px 0 !important;
		text-align: right !important;
	}

	.product-content div {
		text-align: right !important;
		float:none !important;
	}

	.product-content p {
		margin-bottom: 10px !important;;
		text-align: right !important;
	}

	.product-content ul,
	.product-content ol {
		margin: 10px 18px 10px 0  !important;
		text-align: right !important;
	}

	.product-content img {
		height: 120px !important;
		margin: 15px 0 !important;
	}

	/* ============================================================
	TABLET CHECKOUT PAGE CSS
	============================================================ */
	.my-checkout .coupon-container-grid button {
		height: 48px !important;
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100% !important;
	}


	/* CHECKOUT TABLE LAYOUT FLEX */

	.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: 85% !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: 15% !important;
		max-width: none !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 .woocommerce-shipping-totals td[data-title="משלוח"] {
		padding-left: 50px !important;
	}


}


/* ============================================================
MOBILE BREAKPOINT
============================================================ */

@media (max-width: 767px) {

	/* ============================================================
	GLOBAL
	============================================================ */
	html, body {
		width: 100%;
		overflow-x:hidden;

	}

	.no-br br {
		display: none;
	}

	.phone-btn .elementor-button-text {
		display: none;
	}

	.phone-btn {
		display: flex;
	}

	.phone-btn svg {
		width:20px;
	}

	/* ============================================================
	HOME PAGE CSS
	============================================================ */
	.hero-img img {
		max-height: 350px !important;
		width: auto !important;
	}

	.home-hero-slider .e-loop-item .home-slider-inner{
		background-size: auto 120% !important; /* width auto, height 70% */
		height: auto;
	}


	.wcfc-content {
		padding:20px !important;	
	}	

	.wcfc-grid {
		grid-template-columns: 1fr 1fr;
	}

	body.home .wcfc-large:first-child {
		grid-column: span 2 !important;
	}

	.wcfc-large {
		grid-column: span 2 !important;
	}

	.wcfc-small {
		grid-column: span 2 !important;
	}

	.wcfc-item {
		height: 280px;
	}

	.wcfc-btn {
		width: 35px;
		height: 35px;
	}

	.wcfc-label {
		font-size: 20px;
		line-height: 28px;
	}



	.featured_products .astra-shop-thumbnail-wrap {
		min-height:257px;
		display:flex;
		justify-content:center;
		align-items:center;
	}

	.featured_products .astra-shop-thumbnail-wrap a img {
		max-height: 300px;
	}

	.featured_products .add_to_cart_button {
		padding: 8px 18px !important;
		width: 100% !important;
	}

	.featured_products .ast-on-card-button {
		font-size: 14px;
		line-height: 1em;
		width: 48px !important;
		height: 48px !important;
		padding-top: 20px;
	}

	.footer-logo .elementor-image-box-wrapper {
		display:flex;
	}


	.woocommerce-loop-product__buttons a {
		padding-left: 25px !important;
		padding-right: 25px !important;
		width: 100%;
	}

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

	.woocommerce-js .quantity .minus,
	.woocommerce-js .quantity .plus {
		background-size: 25% auto;
	}

	.my-quantity .quantity a,
	.my-quantity .quantity input {
		border: 0 !important;
		width: 33.33% !important;
		max-width: 100% !important;
		min-height: 45px !important;
	}

	.product-img .flex-control-thumbs {
		gap: 8px;
	}

	.product-img .flex-control-thumbs li {
		width: calc(33.33% - 8px) !important;
	}

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

	.my-cart .e-cart__container {
		gap: 30px !important;
	}

	.my-cart .product-remove {
		max-width: fit-content !important;
		float: left;
	}

	.my-cart .product-thumbnail {
		max-width: fit-content !important;
	}

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

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

	.my-cart .coupon-col-end button {
		width: 100% !important;
	}

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

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

	.my-checkout .coupon-container-grid button {
		height: 48px !important;
		width: 100% !important;
	}
	
	.my-checkout .spot-list-container .select2-container  {
		min-width: 300px !important;
	}


	/* CHECKOUT TABLE LAYOUT FLEX */

	.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: 70% !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: 30% !important;
	}

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

	.my-checkout .woocommerce-shipping-totals td .woocommerce-Price-amount {
		margin-left: 0px !important;
	}

	.my-checkout .woocommerce-shipping-totals td[data-title="משלוח"] {
		padding-left: 0px !important;
	}



	/* ============================================================
	MOBILE ORDER/THANK YOU PAGE CSS
	============================================================ */


	body.woocommerce-order-received .woocommerce h2 {
		font-family: "Noto Sans Hebrew", Sans-serif !important;
		font-size: 18px !important;
		font-weight: 700 !important;
		line-height: 32px !important;
		letter-spacing: 0.36px !important;
		border: 0 !important;
		border-bottom: 1px solid #A2A2A2 !important;
	}


	body.woocommerce-order-received .woocommerce-thankyou-order-details li {
		padding: 20px !important;
		width: calc(50% - 10px) !important;
	}

	body.woocommerce-order-received .woocommerce-thankyou-order-details li.woocommerce-order-overview__email.email {
		width: 100% !important;
	}


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

	div.product-type-variable .quantity-price-sec {
		flex-direction: column-reverse !important;
	}

	.my-quantity .variations_form {
		gap: 20px;
	}

	div.product-type-variable .my-quantity .single_variation_wrap {
		width: 40% !important;
	}

	div.product-type-variable .my-quantity table.variations {
		width: 60% !important;
		margin: -39px 0 0 0 !important;
	}

	.my-quantity table.variations select {
		height: 45px !important;
	}

	div.product-type-variable  .qty-title {
		/* 		margin-bottom: -22px !important; */
		padding-bottom: 13px !important;
	}

	.product-img .flex-viewport,
	.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
		height: 450px !important;
	}

	.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a,
	.product-img .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
		height: 100% !important;
		display: block;
		object-fit: cover !important;
	}


	.product-img .flex-control-thumbs li img {
		height: 120px !important;
		object-fit: cover;
	}

	.product-content h1,
	.product-content h2 {
		font-size: 32px !important;
		color: #262626 !important;
		margin: 15px 0 !important;
		text-align: right !important;
	}

	.product-content h3,
	.product-content h4,
	.product-content h5,
	.product-content h6 {
		font-size: 26px !important;
		color: #262626 !important;
		margin: 15px 0 !important;
		text-align: right !important;
	}

	.product-content div {
		text-align: right !important;
		float:none !important;
	}

	.product-content p {
		margin-bottom: 10px !important;;
		text-align: right !important;
	}

	.product-content ul,
	.product-content ol {
		margin: 10px 18px 10px 0  !important;
		text-align: right !important;
	}

	.product-content img {
		height: 120px !important;
		margin: 15px 0 !important;
	}


}
