/* 
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
*/

/* ALL STYLES */
/* HEADER */
.header-menu {
	flex-grow: 2;
}
.header-menu .elementor-nav-menu--dropdown {
	left: initial !important;
    right: -48px;
	padding-top: 40px !important;
    padding-bottom: 40px !important;
	min-width: 280px !important;
}
.header-menu  .elementor-nav-menu--dropdown a {
	border: none !important;
}
.elementor-menu-cart__container.elementor-lightbox {
    display: none;
}
#elementor-menu-cart__toggle_button {
	background: transparent !important;
}
.eicon-cart-medium:before {
	content: url('/wp-content/uploads/2023/02/Group-5.svg');
}
div.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
	width: 33px;
    height: 33px;
    top: -10px;
    left: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* FOOTER */
.elementor-element.elementor-element-a1e14aa .elementor-social-icon {
	background: transparent;
}
.elementor-element.elementor-element-a1e14aa .elementor-social-icon:hover path {
	fill: #641344;
}
.elementor-element.elementor-element-b15b169 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field {
	padding: 27px 33px;
}
.elementor-element.elementor-element-b15b169 .elementor-button {
	outline: none;
}
.elementor-widget-form .elementor-message {
	text-align: center;
}


/* HOME PAGE */
.home-reviews .elementor-swiper-button {
	font-size: 0 !important;
	right: calc(50% - 18px - 68px) !important;
    top: 100%;
    margin-top: 80px;
}
.home-reviews .eicon-chevron-right:before, .home-reviews .eicon-chevron-left:before {
	content: url('/wp-content/uploads/2023/02/Arrow-1-Stroke.svg');
	width: 68px;
    height: 17px;
    display: block;
}
.home-reviews .eicon-chevron-left {
	transform: scale(-1, 1);
}
.home-reviews .elementor-swiper-button-next {
	right: initial !important;
	left: calc(50% - 18px - 68px) !important;
}
.home-reviews .elementor-testimonial__header {
	flex-direction: column;
}
.home-reviews .elementor-testimonial {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-reviews  .elementor-testimonial__header {
	padding-top: 0px !important;
	padding-bottom: 56px !important;
	order: 2;
	text-align: center;
}
.home-reviews .elementor-testimonial__content {
	padding-top: 56px !important;
	text-align: center;
}
.home-reviews .elementor-testimonial__image {
    justify-content: center;
    margin-bottom: 8px;
}
.home-reviews .elementor-star-rating {
	margin-bottom: 52px;
}

.elementor-element-a03367f {
/* 	overflow: hidden; */
}
.flip-card {
   background-color: transparent !important;
   perspective: 1000px; 
}
.flip-card > .elementor-widget-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s !important;
  transform-style: preserve-3d;
  position: relative;
	
}
.flip-card.active > .elementor-widget-wrap {
  transform: rotateY(180deg);
}
.flip-front {
	border: 1px solid #000;
	height: 100%;
}
.flip-front > .elementor-container, .flip-front .elementor-widget-wrap {
	height: 100%;
	align-content: space-between;
}
.flip-front > .elementor-container .elementor-column {
	display: flex;
	min-height: 100%;
}
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
	border: 1px solid #000;
}
.flip-back {
    transform: rotateY(180deg);
	display: flex;
}
.flip-back > .elementor-container {
	display: flex;
}
.flip-back.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
	display: flex;
	flex-direction: column;
}
.flip-back .elementor-widget-text-editor, .flip-front .elementor-widget-image {
	flex-grow: 2;
	display: flex;
    align-items: center;
}
.flip-front .elementor-widget-image .elementor-widget-container {
	margin-left: auto !important;
	margin-right: auto !important;
}


/* CONTACT PAGE */
.elementor-page-32 .elementor-element-fce2333 {
	display: none;
}
.elementor-page-32 .elementor-element-5fd2bc1 {
	background: #FFF3E9;
}
.elementor-page-32  .elementor-element.elementor-element-ccfb266 img {
	mix-blend-mode: darken;
}
.contact-form .elementor-button {
	outline: none;
	min-width: calc(33% - 18px);
}
.contact-form .elementor-field {
	padding: 12px 0 !important;
}
.contact-form .elementor-field:focus {
	box-shadow: none;
}

/* PRODUCT PAGE  */
.single-product .elementor-element-62079c7 > .elementor-widget-wrap {
	max-width: 480px;
}
.single-product .elementor-element.elementor-element-c111b6c .elementor-heading-title {
	word-spacing: 10000px;
}
.single-product .elementor-element.elementor-element-a86bc54 {
	max-width: 400px;
}
.single-product .elementor-element.elementor-element-955a858 .cart .button {
	outline: none;
	width: 100%;
}
.single-product .product-accordion .elementor-toggle-icon {
	width: 22px !important;
	position: relative;
    top: 2px;
}
.single-product .product-accordion .elementor-toggle-icon svg {
	display: block;
	margin: 0 !important;
	width: 22px !important;
	height: 22px !important;
}
.single-product .product-accordion .elementor-toggle-icon .elementor-toggle-icon-opened svg {
	width: 16px !important;
}
.single-product .product-accordion .elementor-tab-title {
	text-align: right;
	display: flex;
}
.single-product .product-accordion .elementor-toggle-title {
	max-width: 400px;
	width: calc(100% - 42px);
}
.single-product .product-accordion .elementor-tab-content {
	text-align: right;
}
.single-product .product-accordion .elementor-tab-content p {
	margin-bottom: 0;
}
.single-product .elementor-widget-woocommerce-product-related .price, .single-product .elementor-widget-woocommerce-product-related .button {
	display: none !important;
}
.single-product .elementor-widget-woocommerce-product-related .attachment-woocommerce_thumbnail {
	height: 420px !important;
	object-fit: cover;
}
.single-product .elementor-widget-woocommerce-product-related a.woocommerce-loop-product__link:before {
	content: 'לפרטים נוספים';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: calc(210px - 40px);
	background: #fff;
	font-size: 20px; 
	padding: 25px 42px;
    color: #450B2D;
    font-weight: 500;
    width: fit-content;
}

/* CART PAGE */
.woocommerce-cart .cart-collaterals  .cross-sells, .woocommerce-cart .cart-collaterals .cart_totals .shop_table, .woocommerce-cart .cart-collaterals .cart_totals > h2, .woocommerce-cart .woocommerce-cart-form .coupon  {
	display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals {
	width: 100%;
}
.woocommerce-cart table.shop_table {
	border: none;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button, .woocommerce-cart .return-to-shop .button {
	background: #ED6E04;
	font-size: 20px;
	margin: 0 auto;
	width: fit-content;
	padding: 30px 42px;
	border-radius: 0;
	transition: .2s;
	color: #fff;
	min-width: 230px;
	text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button:hover, .woocommerce-cart .return-to-shop .button:hover {
	background: #641344;
	transition: .2s;
	color: #fff;
}
.woocommerce-cart table.shop_table thead th {
	border: none !important;
    background: #FFF3E9;
	font-weight: 400;
    padding: 11px 15px;
	border-bottom: 0.3px solid #a9a9a9 !important;
}
.woocommerce-cart table.shop_table td {
	border: none !important;
	border-bottom: 0.3px solid #a9a9a9 !important;
	padding: 20px 15px;
	background: none;
}
.woocommerce-cart table.shop_table tbody tr:last-child td {
	border: none !important;
}
table tbody tr:hover>td, table tbody tr:hover>th {
	background: none;
}
.woocommerce-cart .actions .button {
	border-radius: 0;
	outline: none;
}
.woocommerce-cart table.cart .product-thumbnail, .woocommerce-cart table.cart img {
	width: 152px;
}
.woocommerce-cart table.cart img, .woocommerce-cart table.cart .product-thumbnail a {
	display: block;
}
.woocommerce-cart table.cart a.remove {
	width: auto;
    color: #000 !important;
    font-weight: 300;
    line-height: 1;
    height: auto;
    font-size: 24px;
	transition: .2s;
}
.woocommerce-cart table.cart a.remove:hover {
    color: #ED6E04 !important;
    background: none;
	transition: .2s;
}
.woocommerce-cart .quantity .qty {
	border-radius: 0;
	border: 1px solid #D4D3D3;
    outline: none;
    width: 40px;
    padding: 5px 2px;
    text-align: center;
}
.woocommerce-cart .cart-empty.woocommerce-info {
	border: none;
	background: none;
	padding: 0;
	text-align: center;
	font-weight: 400;
	font-size: 35px;
	color: #450B2D;
	margin-bottom: 40px;
}
.woocommerce-cart .cart-empty.woocommerce-info:before {
	display: none;
}
.woocommerce-cart .return-to-shop {
	text-align: center;
}


/* CHECKOUT PAGE */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}
.woocommerce-checkout form .form-row .input-text, .select2-container--default .select2-selection--single {
	border-radius: 0;
    border: 1px solid #818a91;
}
.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 37px;
}
.woocommerce-checkout  table.shop_table, .woocommerce-checkout #payment {
	border-radius: 0;
}
.woocommerce-checkout #payment #place_order {
	background: #ED6E04;
	font-size: 20px;
	margin: 0 auto;
	width: fit-content;
	padding: 30px 42px;
	border-radius: 0;
	transition: .2s;
	color: #fff;
	min-width: 230px;
	text-align: center;
	outline: none;
	float: none;
    margin: 30px auto 20px;
    display: block;
}
.woocommerce-checkout #payment #place_order:hover {
	background: #641344;
	transition: .2s;
	color: #fff;
}
.woocommerce-checkout #customer_details {
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.woocommerce-checkout #customer_details .col-1 {
	margin-left: 20px;
}
.woocommerce-checkout #customer_details .col-2 {
	margin-right: 20px;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
	width: calc(50% - 20px);
}

/* THANK YOU PAGE  */
.page-id-380 .elementor-element-fce2333, .page-id-380 .elementor-element-c75e379, .page-id-380 .elementor-element-c08b239 {
	display: none;
}
.page-id-380 .elementor-element-bd1c232 pre {
	display: inline-block;
	margin: 0;
}
.page-id-380 .elementor-element-bd1c232 code {
	font-family: var(--e-global-typography-secondary-font-family ), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size );
    font-weight: var(--e-global-typography-secondary-font-weight );
    line-height: var(--e-global-typography-secondary-line-height );
}


/* ARTICLE PAGE */
.share-buttons .elementor-share-btn {
	height: auto;
	font-size: 12px;
}
.share-buttons .elementor-share-btn__icon {
	width: auto;
}
.share-buttons .fa-facebook:before {
    content: "\f39e";
}
.share-buttons .fa-linkedin:before {
    content: "\f0e1";
}
.share-buttons .fa-envelope {
	position: relative;
	width: 22px;
    height: 22px;
}
.article-content .alignwide {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.recent-posts .elementor-post__read-more {
	border: 1px solid #000;
	padding: 27px 48px;
	display: inline-block;
}

/* BLOG PAGE */
.articles-grid .elementor-post__read-more {
	border: 1px solid #000;
	padding: 27px 48px;
	display: inline-block;
}
.blog-slider .anwp-pg-post-teaser {
	position: relative;
}
.blog-slider .anwp-pg-post-teaser__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	align-items: center;
    justify-content: center;
    height: 100%;
	max-width: 600px;
    margin: auto;
    right: 0;
}
.anwp-pg-wrap .anwp-pg-classic-slider .anwp-pg-post-teaser.anwp-pg-post-teaser--with-read-more {
	padding: 0;
}
.blog-slider .anwp-pg-read-more {
	margin-top: 0 !important;
}
.anwp-pg-wrap .position-relative, .anwp-pg-wrap .anwp-pg-no-transform .anwp-pg-post-teaser .anwp-pg-post-teaser__thumbnail-img {
	height: 100%;
}
.anwp-pg-wrap .position-relative:before {
    content: '';
    background: linear-gradient(0deg, rgba(100, 19, 68, 0.6), rgba(100, 19, 68, 0.6));
    position: absolute;
    width: 100%;
    height: 100%;
}
.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__title {
	margin-top: 0;
}
.blog-slider .swiper-pagination-bullet {
    border: 2px solid #FFFFFF !important;
    opacity: 1;
    background: transparent !important;
}
.blog-slider .swiper-pagination-bullet-active {
	background: #fff !important;
}
.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 35px;
}
.blog-slider .anwp-pg-post-teaser__excerpt {
	font-size: 20px !important;
	margin-bottom: 32px !important;
	line-height: 1.4 !important;
}
.blog-slider .anwp-pg-wrap .anwp-position-cover {
	visibility: hidden;
}
.blog-slider .anwp-pg-read-more__btn {
    margin: 0 auto !important;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    background: #ED6E04;
    width: fit-content !important;
    padding: 25px 65px;
}

