/* Styles for RTL languages */
html[lang="ar"], html[lang="he"] {
  direction: rtl;
}

body.rtl {
  direction: rtl;
}
/*END Styles for RTL languages */

.woocommerce.content-full-width div.product div.summary {
  width:50%!important;
}

.product.entry {
  display: flex;
  flex-wrap: wrap;
}

.product-icons {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 100px;
  padding-top:70px;
  gap:15px;
  width:100px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  
  align-items: center;
  /*background linger gradient from top to bottom dbdbdb > white*/
  background: linear-gradient(180deg, #dbdbdb 0%, #ffffff 100%);
  padding-bottom: 100px;
}

.product-icons > a {
  width:100px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width:50px;
  background-color: white;
  border-radius: 100px;
}

.product-icons > a.active {
  border:solid 1px black;
  background-position: center center ;
  background-size: cover;
}

.product-icons .loading {
  cursor: progress;
}

.product-video {
  width: calc(50% - 100px);
  height: 100vh;

  justify-content: center;
  align-items: flex-start;
  
  background-color: white;
  display: none;
}

.product-video .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  max-height: 80vh;
}

.product-video .video-wrapper video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-images {
  width: calc(50% - 100px);
  padding-right: 20px;
  background-color: white;
}

.product-images img {
  width: 100%;
  margin-bottom: 20px;
  object-fit: scale-down;
  object-position: center center;
  max-width: 50vw;
  height: auto;
  max-height: 100vh;
  margin:auto;
  display: block;
}

.summary.entry-summary {
  width: 50%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  align-self: flex-start;
}


.ara-login-button > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.5;  
  gap:0.5rem;
  cursor: pointer;
}

.ara-login-button > a > span{
  font-size: 1.15em;
  
}
.ara-login-button > a > i{
  font-size: 1.5em;
}

.ara-login-button > a {
  padding:0.5rem 1rem;
  color: black;
}

.ara-login-button > a > span {
  display: none;
}
@media (min-width: 768px) {
  .ara-login-button > a > span{
    display: block;
  }
}

/*login-button*/


.ara-login-button-menu {
  display: none;
  position: absolute;
  background: white;
  border: solid 1px black;
  border-top:solid 3px;
  list-style: none; 
  padding:0;
  margin:0;
  min-width: 230px;
}


.ara-login-button-menu > li {
  padding: 0;
}
.ara-login-button-menu > li > a {
  color:black;
  padding:0.25rem 1rem;
  display: block;
  min-width: 100px;
  transition: all 0.3s;
}
.ara-login-button-menu > li > a:hover {
  background-color: black;
  color:white;
 }

.ara-login-button-menu > li:first-child > a {
 padding-top:0.75rem;
}



.ara-login-button-menu > li:last-child > a {
  padding-bottom:0.75rem;
 }


.ara-login-button:hover .ara-login-button-menu {
  display: block;
}



/*/login-button*/


.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.woocommerce ul.products li.entry {
  width:calc( 100% / 3  - (20px / 2) );
  aspect-ratio:  47 / 60;
}

.woocommerce ul.products li.entry .product-inner {
  width: 100%;
}

.woocommerce-product-description {
  order :10!important;
}

.product-characteristics {
  order: 30!important;
}

.product_meta {
  order: 20!important;
}

section.related.products {
  width:100%;
}

.product .add-to-gift-list-btn {
  display: flex;
  opacity: 0;
  position: absolute;
  top:-2.5vw;
  left:-3vw;
  background: transparent!important;
  border: none!important;
  justify-content: center;
  align-items: center;
  gap:5px;
  transition: all 0.5s;
  z-index: 20;
}

.product .add-to-gift-list-btn i {
  background-color: #ececec;
  border-radius: 100px;
  width:50px;
  aspect-ratio: 1 / 1;
}

.product .add-to-gift-list-btn span {
  background-color: transparent!important; 
}

.product:hover .add-to-gift-list-btn {
  
  opacity: 1;
}

.product .add-to-gift-list-btn.loading {
  cursor: progress;
}

/*hide archive product thumbnails*/
.woo-entry-inner.clr .woo-product-gallery {
  display: none;
}

.woocommerce ul.products li.product:not(.product-category) .image-wrap {
  display: flex!important;
  flex-direction: column;
}


.woocommerce ul.products li.product:not(.product-category) .image-wrap .woo-product-info {
  position: static!important;
  display: block;
  
  order:90;
  padding: 0!important;
  margin-inline-start:-3.2vw!important;
  width:calc( 100% + 6.4vw ); 
  padding-inline-start:0.9vw!important;
}

.woocommerce ul.products li.product:not(.product-category) .image-wrap .woo-product-info .title{
  display: flex;
  justify-content: space-between;
}
.woocommerce ul.products li.product:not(.product-category) .image-wrap .woo-product-info .title:after {
  position: static;
}






.woocommerce ul.products li.product:not(.product-category) .woo-entry-image.clr{
  display: none!important;
}


.woocommerce ul.products li.product:not(.product-category):hover .image-wrap .button {
  display: block!important;
  position: static;
  order:100;
  margin:auto;
  margin-bottom:auto;
}

.woocommerce ul.products li.product:not(.product-category) .product-inner .swiper {
  width:calc(100% + 3.8vw * 2 - 2px)!important;
  margin-inline-start:calc(-3.8vw + 1px)!important;
  padding: 0 3.8vw!important;
  
  overflow: hidden!important;
  z-index: 1!important;
  
}

.woocommerce ul.products li.product:not(.product-category) .product-inner .swiper-wrapper {
  /**/
}

.woocommerce ul.products li.product:not(.product-category) .product-inner  {

}

.woocommerce ul.products li.product:not(.product-category) .product-inner .swiper-mask {
  overflow: hidden!important;
}

.woocommerce ul.products li.product:not(.product-category) .product-inner .swiper-button-next,
.woocommerce ul.products li.product:not(.product-category) .product-inner .swiper-button-prev {
  display: flex!important;
  background-position: center!important;
  background-size: 60%!important;
  position: absolute!important;  
  z-index: 100!important;
}

.woocommerce ul.products li.product:not(.product-category) .product-inner .swiper-button-next::after,
.woocommerce ul.products li.product:not(.product-category) .product-inner .swiper-button-prev::after {
  display: none!important;
}

.woocommerce ul.products li.product:not(.product-category) .product-inner .swiper-button-next {
  right: 1vw;
  
  background: url(/wp-content/uploads/2024/11/right_arrow_gal.jpg) no-repeat !important;
  background-position: center center!important;
}
.woocommerce ul.products li.product:not(.product-category) .product-inner .swiper-button-prev {
  left: 1vw;
  
  background: url(/wp-content/uploads/2024/11/left1_arrow_gal.jpg) no-repeat !important;
  background-position: center center!important;
}

.woocommerce ul.products li.product:not(.product-category) .product-inner:hover .swiper-button-next,
.woocommerce ul.products li.product:not(.product-category) .product-inner:hover .swiper-button-prev
{
  display: block;
  
}

.woocommerce ul.products li.product:not(.product-category) .product-inner .price-wrap{
  height: 20px!important;
}



.woocommerce ul.products li.product:not(.product-category) .product-inner:hover:before{
  left: 0!important;
  border:solid 1px #000;
  bottom:-23px;
}

.woo-entry-image.clr img {
  object-fit: contain;
  width:auto;
  height:300px;
}

.woo-entry-inner.clr .swiper{
  overflow: hidden;
  margin-top: 20px!important;
}

.woo-entry-inner.clr .swiper img,
.woo-entry-inner.clr .swiper {
  height: 300px;
  
}

.woo-entry-inner.clr .swiper .swiper-slide {
 cursor: pointer;
}

.woo-entry-inner.clr .swiper::after,
.woo-entry-inner.clr .swiper::before {
  display: block;
  content: " ";
  height: 100%;
  width:3.8vw;
  background-color: white;
  position: absolute;
  top:0;
  z-index: 50;
}

.woo-entry-inner.clr .swiper::before {
  left:0px;

}

.woo-entry-inner.clr .swiper::after {
  right:0px;
}



.woo-entry-inner.clr .swiper img {
  
  object-fit: contain;
  object-position: center center!important;
}


.woocommerce .summary.entry-summary{
  padding-left:0;
  padding-right:0;
  padding-top:0;
  background-color: white;
}

.woocommerce .summary.entry-summary > * {
  padding-inline-start: 60px!important;
}

.woocommerce .summary.entry-summary .entry-title {
  padding-top: 6vh;
  padding-bottom:0px;
  margin-bottom:0;
  
}

.woocommerce .summary.entry-summary .woocommerce-breadcrumbs {
  margin:0;
  width: 100% !important;
  max-width: 100%!important;
}

.woocommerce .summary.entry-summary .elementor.elementor-2437 {
  display: none;
}

.woocommerce .summary.entry-summary > .stock {
  display: none;
}

.woocommerce .summary.entry-summary .contact-us-holder,
.woocommerce .summary.entry-summary .elementor.elementor-2437,
.woocommerce .summary.entry-summary .woocommerce-breadcrumbs,
.woocommerce .summary.entry-summary .add-to-cart-clone-holder,
.woocommerce .summary.entry-summary .price,
.woocommerce .summary.entry-summary form,
.woocommerce .summary.entry-summary .entry-title,
.woocommerce .summary.entry-summary .woocommerce-product-details__short-description {
  background-color: #fafafa;
}

.product-icons a {
  cursor: pointer;
}


.yith-add-to-wishlist-button-block {
  display: flex;
}

.woocommerce .summary.entry-summary .yith-add-to-wishlist-button-block {
  display: none;
}

.woocommerce .summary.entry-summary .add-to-cart-clone-holder,
.woocommerce .summary.entry-summary .price,
.woocommerce .summary.entry-summary form,
.woocommerce .summary.entry-summary .woocommerce-product-details__short-description {
  margin-top:0!important;
  padding-top:20px!important;
  padding-bottom: 20px!important;
  padding-inline-end: 2vw;
}

.woocommerce .summary.entry-summary form.cart button{
  position: static;
}

.woocommerce .summary.entry-summary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}
.woocommerce .summary.entry-summary > * {
  width: 100%;
}

/*
.woocommerce .summary.entry-summary form.cart {
  width: 50%;
  order:3;
}
*/
.woocommerce .summary.entry-summary .price {
  width: 50%;

}

.woocommerce .summary.entry-summary .add-to-cart-clone-holder {
  order:3;
  width:50%;
}

.woocommerce .summary.entry-summary .add-to-cart-clone-holder button {
  height: 48px;
    background: url(assets/cart_single_button.png) no-repeat #000 35px 14px;
    padding: 0 3vw 0 4vw;
    font-size: 16px !important;
    font-weight: 400;
    border-radius: 23px;
}

.product_meta {
  display: none;
}

.woocommerce-variation-price,
.product-type-variable .summary.entry-summary > .price > .woocommerce-Price-amount.amount {
  display: none;
}



.woocommerce .summary.entry-summary form.cart button.single_add_to_cart_button {
  display: none;
}

.product-characteristics h2,
.woocommerce-product-description  h2 {
  text-transform: uppercase;
}

.single-post-title.product_title.entry-title {
  text-transform: uppercase;
  display: flex;
  flex-direction: column; 
}
.single-post-title.product_title.entry-title::after {
  margin-top:40px!important;
  margin-bottom:25px!important;
  position: static!important;
}


.woocommerce-cart #main {
  background: #fafafa;
}

h1.page-header-title.clr {
  text-transform: uppercase;
  font-weight: 500;
  color:#0b0b0b;
}

.tax-product_cat h1.page-header-title.clr{
  font-weight: 300;
}

.term-37 h1.page-header-title.clr{
  padding: 30vh 6%;
}



.site-breadcrumbs {
  margin:0;
  max-width: 100%;
}

.site-breadcrumbs,
.site-breadcrumbs a {
  color:#0b0b0b;
}

.page-header {
  background-color: transparent!important;
}

.woocommerce-page:not(.archive) .page-header-inner {
  display: flex;
  flex-direction: column;
}

.page-header-inner > .page-header-title {
  order :20;
}

.page-header-inner > .site-breadcrumbs {
  order :10;
}

.site-breadcrumbs, .site-breadcrumbs a{
	line-height: 1.5!important;
    font-size: 16px!important;
    direction: ltr;
}

.site-breadcrumbs {
  height: auto;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
}

.price-label {
  color:#0b0b0b;
}

.products .price-label {
  display: none;
}

.archive .site-breadcrumbs{
  width:80%;
  margin:auto;
  padding:4vh 0 2vh;
}

#content-wrap {
  padding-top:0!important;
}

.woocommerce-cart .woocommerce-cart-form table{
  padding:4rem;
  background-color: white;
}

.woocommerce-cart .woocommerce-cart-form th {
  padding:0!important;
  text-align: left!important;
  font-weight: 400!important;
  padding-bottom:1.5rem!important;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail a {
  box-shadow: rgba(135, 128, 128, 0.27) -2px -2px 5px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  padding:1rem;
}
.woocommerce-cart .woocommerce-cart-form .product-thumbnail img{
  width:100px;
  max-width: unset;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .quantity:before {
  display: none!important;
}

.woocommerce-cart .woocommerce-cart-form .product-remove a {
  display: flex!important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border:none!important;
  
}
/*
.woocommerce-cart .woocommerce-cart-form .product-remove a::focus {
  border :none!important; 
}

.woocommerce-cart .woocommerce-cart-form .product-remove a:hover {
  border :none!important; 
}*/

.woocommerce-cart .woocommerce-cart-form .product-remove a::before{
  background-image: url(/wp-content/uploads/2024/11/trash.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;

}

.woocommerce-cart .woocommerce-cart-form .product-remove a::after{
  flex-shrink: 0;
  content: "Erase";
  display: block;
  width:auto;
  font-size:14px;
  color:#0b0b0b;
}

.woocommerce-cart a.restore-item,
.woocommerce-cart .button,
.woocommerce-checkout .button {
  background:black!important;
  color:white;
  border-radius: 100px;
  border:solid 1px black;
}
.woocommerce-cart a.restore-item:hover,
.woocommerce-cart .button:hover,
.woocommerce-checkout .button:hover {
  background:white!important;
  color:black;
  border:solid 1px black;
}

.woocommerce-cart .input-text[type="text"] {
  padding: 1.8rem!important;
  border-radius: 100px;
  border: solid 1px #000!important;
}

.woocommerce-cart .cart_totals  {
  box-shadow: -1px -8px 9px -3px rgba(135,128,128,0.27);
}

.woocommerce-cart .cart_totals  table {
 box-shadow: unset;
}

.woocommerce-checkout {
  background-color: #fafafa;
}

.woocommerce-checkout .woocommerce-info {
  text-transform: capitalize;
  border:none;
  font-size:16px;
  color:#010101;
  text-align: left!important;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce-info > a {
  color: #010101!important;
  border:solid 1px #010101!important;
  border-radius: 100px;
  padding: 1rem 3rem!important;
  margin: 0.5rem!important;
  cursor: pointer;
  font-weight: 400;
  font-size:16px;
}

.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none!important;
}

.woocommerce-checkout a:hover,
.woocommerce-checkout a:focus {
  text-decoration: underline;
  color: #010101;
}

.woocommerce-checkout #order_review,
.woocommerce-checkout #customer_details {
  box-shadow: -1px -8px 9px -3px rgba(135,128,128,0.27);
  background-color: white;
  padding: 3rem;
}

.woocommerce-checkout #order_review_heading {
  display: none;
}

.woocommerce-checkout #order_review h3,
.woocommerce-checkout #customer_details h3 {
  font-size:26px!important;
  font-weight: 400;
  border: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
}


.woocommerce-checkout #customer_details h3::after {
  content: "";
  display: block;
  width: auto;
  flex-grow: 1;
  height: 2px;
  background-color: #000;
  margin-left:1rem;
}



.woocommerce-checkout #order_review table {
  box-shadow: unset;;
}













/* Floating label styles */
.elementor-field-group,
.woocommerce .form-row {
  position: relative;
  margin-bottom: 1.5em!important;
}

.elementor-field-group input[type="text"],
.elementor-field-group input[type="email"],
.elementor-field-group input[type="tel"],
.elementor-field-group input[type="password"],
.elementor-field-group textarea,
.elementor-field-group select,

.woocommerce .form-row input[type="text"],
.woocommerce .form-row input[type="email"],
.woocommerce .form-row input[type="tel"],
.woocommerce .form-row input[type="password"],
.woocommerce .form-row textarea,
.woocommerce .form-row select {
  width: 100%;
  padding: 5px 5px 5px 0;
  border: none;
  border-bottom: 1px solid #e2e2e2;
  background: transparent;
  font-size: 16px;
  color: #333;
  border-radius: 0!important;
}

.elementor-field-group label,
.woocommerce .form-row label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 16px;
  color: #000000;
  transition: all 0.2s ease;
  pointer-events: none;
}

.elementor-field-group input:focus + label,
.elementor-field-group input:not(:placeholder-shown) + label,
.elementor-field-group textarea:focus + label,
.elementor-field-group textarea:not(:placeholder-shown) + label,
.elementor-field-group select:focus + label,
.elementor-field-group select:not([value=""]) + label,

.woocommerce .form-row input:focus + label,
.woocommerce .form-row input:not(:placeholder-shown) + label,
.woocommerce .form-row textarea:focus + label,
.woocommerce .form-row textarea:not(:placeholder-shown) + label,
.woocommerce .form-row select:focus + label,
.woocommerce .form-row select:not([value=""]) + label {
  top: -15px;
  font-size: 12px;
  color: #000000;
}

/*
.elementor-form-fields-wrapper {
  gap:10px;
}

.elementor-field-group {
  padding-right:0!important;
  padding-left:0!important;
  flex-shrink: 1;
}*/

.elementor-field-group input:focus,
.elementor-field-group textarea:focus,
.elementor-field-group select:focus,

.woocommerce .form-row input:focus,
.woocommerce .form-row textarea:focus,
.woocommerce .form-row select:focus {
  outline: none;
  border-bottom: 1px solid #333;
}


.woocommerce label > abbr {
  text-decoration: none!important;
}

.elementor-menu-cart__product-name.product-name img {
  display: none;
}



.home-cat-box .cat-video {

}

.home-cat-box > .elementor-widget-wrap {
  display: flex!important;
  position: relative;
  cursor: pointer;
}

body:not(.elementor-editor-active) .home-cat-box > .elementor-widget-wrap > .cat-video{
  order:10;
  margin-bottom: 20px;
  position:absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.elementor-editor-active .home-cat-box > .elementor-widget-wrap > .cat-video {
  display: block;
  position:relative; 
}

.home-cat-box > .elementor-widget-wrap > .elementor-widget-image{
  order:15;
}

.home-cat-box > .elementor-widget-wrap > .elementor-widget-image a {
  display: block;
}

.home-cat-box > .elementor-widget-wrap > .elementor-widget-heading{
  order:20;
}

body:not(.elementor-editor-active) .home-cat-box > .elementor-widget-wrap  > .cat-video video {
  aspect-ratio: 477 / 596;
  width: calc(100% - 20px);
  height: auto;
}

body:not(.elementor-editor-active) .two_boxes.home-cat-box > .elementor-widget-wrap  > .cat-video video {
  aspect-ratio: 113 / 89;
}


.home-cat-box > .elementor-widget-wrap:hover  > .cat-video{
  
  opacity: 1!important;
  
}
/*
.home-cat-box > .elementor-widget-wrap:hover  > .elementor-widget-image{
  display: none;
}*/

.products .added_to_cart {
  display: none!important;
}

.summary.entry-summary > .site-breadcrumbs {
  padding-top: 1.5vh!important;
  padding-right : 2vw !important;
}

.related.products {
  background-color: #fafafa;
}

.related.products > h2{
  text-align: center;
}

/* ----------------------------------------------
  the button
----------------------------------------------*/
.lp-wishlist-list-create-btn,
.woocommerce-button,
.summary.entry-summary .elementor-button,
.contact-us-holder .button {
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  background-color: #000!important;
  color: white!important;
  border-radius: 100px!important;
  padding: 1.5rem 4rem!important;
  font-size: 14px!important;
  font-weight: 400!important;
  border: solid 1px #000!important;

}
.lp-wishlist-list-create-btn{
  margin-top: 3vh;
  padding: 1rem 3rem !important;
  font-size: 21px !important;
}

.lp-wishlist-list-item{
  border-bottom: 1px solid #000;
  color:#000;
}

.summary.entry-summary .elementor-button:hover,
.summary.entry-summary .elementor-button:focus,
.summary.entry-summary .elementor-button:active,

.contact-us-holder .button:hover,
.contact-us-holder .button:focus,
.contact-us-holder .button:active {
  background-color: white!important;
  color: black!important;
}

.elementor-field-group label{
  padding-left: 5px!important;
}

.elementor-field-group input,
.elementor-field-group textarea,
.elementor-field-group input:focus,
.elementor-field-group textarea:focus{
  
  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
}


.summary.entry-summary .woocommerce-variation-add-to-cart  {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;

}

.summary.entry-summary .woocommerce-variation-add-to-cart .quantity{
  float:unset;
  
}

.summary.entry-summary .single_variation_wrap {
  display: flex!important;
}

.summary.entry-summary table.variations tr {
  display: flex;
  flex-direction: row;
  
}

.summary.entry-summary table.variations td{
  text-align: left!important;
}

.summary.entry-summary table.variations th{
  text-align: left!important;
  
  width: 100px !important;
}

.lp-cats {
  position: relative;
  height: 4vh;
  max-height: 100px;
  min-height: 80px;
  display: flex;
  align-items: flex-start;
  justify-items: flex-start;
  padding-top:9px;
}

.lp-cats-out-left {
  position: absolute;
  width:10vw;
  left:calc(-10vw - 4px);
  
}

.oceanwp-toolbar.clr  {
  display: none!important;
}

.lp-cats-btn {
  text-transform: uppercase;
  background: white;
  border:solid 1px black;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 3rem;
  color: black;
  width:90%;
  margin-left:auto;
  font-size: 16px;
  transition: all 0.3s;
}

.lp-cats-btn:focus {

}
.lp-cats-btn:hover  {
  border:solid 1px black;
  background: black;
  color: white;
}

.lp-cat-link  {
  display: flex;
  background-color: #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1rem;
  gap:10px;
  margin-bottom: 5px;
}

.lp-cat-link  span {
  font-size: 14px!important;

}

.lp-cat-link.active {
  border: solid 1px black;
}

.lp-cat-link:hover  {
  color:black!important;
}

.lp-cat-link  img {
 width:20px;
 height: 20px;
 object-fit: scale-down;
 object-position: center center;
}

.lp-cat-link  img.lp-empty {
 opacity: 0;
}

.lp-cats-drop {
  width:90%;
  margin-left:auto;
}

.lp-cats.active .lp-cats-btn{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 2rem 3rem;
}

.archive .entry-content.entry {
  min-height: 2000px;
}


/*MENU*/

#mmenu:after {
  content: " ";
  display: block;
  position: absolute;
  width:100%;
  height: 90px;
  bottom:0;
  left:0;
  /*background liner  white at bottom to transparent at top*/
  background: linear-gradient(0deg, rgba(247,247,247,1) 78%, rgba(247,247,247,0) 100%);
  z-index: 1;
}

#menu-1-5653169 {
  position: relative!important;
  height: auto!important;
}

#menu-1-5653169::after {
  content: " ";
  display: block;
  
  width: 100%;
  height: 30px;
  visibility: visible!important;
  font-size: 20px!important;
  line-height: 30px!important;
  padding-top:90px;
}

#menu-1-5653169 li {
  position: static!important; 
  background: transparent!important;
}

#menu-1-5653169 > li > a {
  transition: all 0.3s;
  transform: scale(1);  
  transform-origin: left center;
  cursor: pointer!important;
}

body.rtl #menu-1-5653169 > li > a {
  transform-origin: right center;
}

#menu-1-5653169 > li > ul .sub-arrow {
  display: none;
}


#menu-1-5653169 > li.activated > a,
#menu-1-5653169 > li:active > a,
#menu-1-5653169 > li:focus > a,
#menu-1-5653169 > li:hover > a {
  transform: scale(1.5);  
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  flex-wrap: nowrap;
}

#menu-1-5653169 li > ul {
  display: flex!important;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  position: static!important;
  border-left:unset!important;
  border-inline-start:1px solid #cacaca!important;
  transform: translateX(-10px);
  transition: all 0.4s;
  height: 0;
}

body.rtl #menu-1-5653169 li > ul {
  transform: translateX(10px);
}

#menu-1-5653169, .elementor-nav-menu li {
  background: transparent!important;
}

#mmenu nav{
  overflow-y: auto;
}

#menu-1-5653169 {
  padding-bottom:10vh!important;
}

@media screen and (min-width: 769px) {

  #menu-1-5653169 > li > ul .sub-arrow {
    display: flex;
  }

  #mmenu:after {
    display: none;
  }

  #menu-1-5653169 li > ul {
    margin-left:unset;
    margin-inline-start:260px;
    position: absolute!important;
    top:0!important;
    height: 100vh!important;
    max-height: 80vh;
    
  }

  body.rtl #menu-1-5653169 li > ul {
    right: 0 !important;
  }

  #menu-1-5653169 > li > ul { 
    margin-top:10vh!important; 
  }

  body.rtl #menu-1-5653169 li > ul > li > ul {
    right: 100px !important;
  }
}

#menu-1-5653169 li > ul > li > ul {
  margin-left:unset;
  margin-inline-start:160px;
  
}


#menu-1-5653169 li > ul li.activated > ul {
  display: none!important;
}


#menu-1-5653169 li.activated > ul {
  pointer-events: all;
  opacity: 1;
  transform: translateX(0)!important;
  display: flex!important;
  z-index: 100;
  height: auto;
}

@media screen and (min-width: 769px) {

  #menu-1-5653169 {
    padding-bottom:0!important;
  }
  #menu-1-5653169 li > ul li.activated > ul {
    display: flex!important;
  }
}

#menu-1-5653169 li > a::after {
  display: none!important;
}



#menu-1-5653169 li > a  {
  display: flex;
}
.elementor-nav-menu .sub-arrow {
  background-position: center center!important;
}


.ara-login-form {
  pointer-events: none;
  
  position: absolute;
  background: white;
  border: solid 1px black;
  border-top:solid 3px;
  list-style: none; 
  padding:0;
  margin:0;
  width:300px;
  transition: 0.25s ease-out;
  opacity: 0;
    transform: translateY(-5px);
}


.ara-login-button:hover .ara-login-form {
  pointer-events: all;
  opacity: 1;
    transform: translateY(0);
}

.ara-login-form .owp-account-links.registration-disabled {
  display: none;
}

.ara-login-form .oceanwp-loginform-wrap {
  padding-top:1rem;
  border:0;
}

.ara-login-form .woocommerce-form {
  border: 0!important;
  padding:3rem;
}

.woocommerce-form-login__rememberme {
  display: none!important;
}

.fa.fa-user::before {
  background-image: url(assets/circle-user.svg)!important;
  background-size:contain!important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
}

.add-to-gift-list-btn.active {
  background-color: #ececec!important;
  border-radius: 100px!important; 
  padding-inline-end: 15px!important;
}


.elementor-2222 .elementor-element.elementor-element-46d3534 
ul.elementor-nav-menu a:focus {
  outline: none!important;
}

.elementor-2222 .elementor-element.elementor-element-46d3534 ul.elementor-nav-menu > .current-menu-item > a {
  font-size: 2.2rem;
  margin: auto!important;
}


/*---------------------------------------
wishlist
---------------------------------------*/

.woocommerce-wishlist .wishlist-title {
  text-transform: uppercase;
}

.woocommerce-wishlist #yith-wcwl-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.woocommerce-wishlist #yith-wcwl-form > * {
  width: 100%;
}

.woocommerce-wishlist #yith-wcwl-form .yith_wcwl_wishlist_footer {
  order:10;
}

.woocommerce-wishlist #yith-wcwl-form .wishlist_table {
  order: 20;
  width:calc(70% - 22px);
}

.woocommerce-wishlist #yith-wcwl-form .lp-wishlist-list {
  order:30;
  width:30%;
  box-shadow: 1px -8px 9px -3px rgba(135, 128, 128, 0.27);
  background-color: white;
  padding: 1vw;
}


.woocommerce-wishlist .wishlist-page-links,
.woocommerce-wishlist #yith-wcwl-form .back-to-all-wishlists {
  display: none;
}

.lp-cat-long-description {
  text-align: center;
}

/* wpml language switcher */

.elementor-element-1ef5968 {
  max-width:100px!important;
}
.wpml-ls-statics-shortcode_actions {
  border:none!important;
}
.wpml-ls-legacy-dropdown a:after {
  display: none!important;
}
.wpml-ls-legacy-dropdown a {
  border:none!important;
  padding:0!important;
}


img.wpml-ls-flag {
  width: 30px!important;
  height: 30px!important;
  object-fit: contain!important;
}

.wpml-ls-legacy-dropdown {
  width:40px!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
}

.elementor-element-754c9cd > .elementor-widget-wrap.elementor-element-populated {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap!important;
}


/** RTL FIXES **/

body.rtl .elementor-2222 .elementor-element.elementor-element-46d3534 {
  background-image: url(assets/menu-bg-rtl.png)!important;
}

body.rtl .elementor-nav-menu .sub-arrow {
  transform: rotate(180deg);
}

body.rtl .elementor-2222 .elementor-element.elementor-element-46d3534 .mmenu-close-btn a {
  right:unset;
  left: 35px;
}

body.rtl .elementor-2222 .elementor-element.elementor-element-46d3534 ul.elementor-nav-menu {
  text-align: right;
}

body.rtl .elementor-2222 .elementor-element.elementor-element-0898685 .elementor-container > .elementor-column:first-child::after {
  right:unset;
  left: 0;
}

/** END:RTL FIXES **/



@media(max-width:1024px){
    .cartMobile{
        width:115px!important;
        padding-left: 13px;
        padding-top: 5px;
    }
     .cartMobile .elementor-button,
     .cartMobile .elementor-element-populated{
        padding:0!important;
    }

    .ham > div{
        padding-right: 5px!important;
    }

    .elementor-2222 .elementor-element.elementor-element-ba9cb98 .elementor-container > .elementor-column:nth-child(2) {
        width: 240px;
        padding-left: 13px;
        padding-top: 5px;
    }

    .logoMobile{
        width: 83%;
        text-align: center;
        margin: auto;
        margin-right: 0%;
    }

    .ara-login-button{
      padding-left: 2vw;
    }
    .elementor-2222 .elementor-element.elementor-element-ba9cb98 .elementor-container > .elementor-column:first-child .elementor-widget-container {
        padding-left: 0px;
    }


    .three_cat_hp .home-cat-box{
        width: 50%!important;
    }
    .cartMobile .elementor-widget-woocommerce-menu-cart{

    }

    /*category page*/


    .tax-product_cat .page-header .container {
      height: 50vw;
    }

    .tax-product_cat .page-header .container h1 {
        padding: 26vh 13% 0;
        display: none;
    }

    .page-header > .container.clr.page-header-inner:before{
        height: 100%!important;
    }
    .tax-product_cat #main #content-wrap {
      padding-top: 13vw!important;
    }
    .site-breadcrumbs, .site-breadcrumbs a {
        direction: rtl!important;
    }

    .archive .site-breadcrumbs {
        padding: 3vh 0 2vh;
        top:100%;
    }

    .archive .site-breadcrumbs {
        width: 90%!important;
    }
    .woocommerce ul.products li.product:not(.product-category) .image-wrap .woo-product-info {
        margin-inline-start: 0.8vw !important;
        width: calc(100% + 2.6vw);
    }
    .archive .lp-cat-long-description h2 {
        font-size: 22px;
        line-height: 1.5em;
    }
    .lp-cats-btn {
        align-items: center;
        padding: 1.2rem 9rem;
        color: black;
        width: 95%;
    }

    .lp-cats{
        display: none!important;
    }

    .term-description,
    .lp-cat-long-description p{
        text-align: justify;
        font-size: 15px;
        padding: 1vh 0vw;
    }
    .archive .woocommerce-pagination{
        margin-bottom: 3vh;
    }

    /*single product*/


     .woocommerce .summary.entry-summary > * {
          padding-inline-start: 35px !important;
          padding-inline-end: 25px!important;
     }

     .woocommerce .summary.entry-summary .woocommerce-product-details__short-description{
        padding-top: 0!important;
     }
    

    .single-post-title.product_title.entry-title::after {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .single .summary.entry-summary .entry-title {
        padding-top: 3vh!important;
    }

    .single .woocommerce-product-details__short-description p{
      margin-bottom: 0;
    }


    .product.entry {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .product-icons {
        position: static;
        top: 100px;
        padding-top: 20px;
        gap: 10%;
        width: 100%;
        align-self: flex-start;
        display: flex;
        flex-direction: row;
        align-items: center;
        background: linear-gradient(180deg, #dbdbdb 0%, #ffffff 100%);
        padding-bottom: 50px;
        justify-content: center;
    }

    .product-images {
        width: 100%;
        padding-right: 0px;
        background-color: white;
    }

    .product-images img{
        max-width: 100%;
    }

    .woocommerce.content-full-width div.product div.summary {
        width: 100% !important;
    }

    .woocommerce div.product form.cart {
        display: flex;
        flex-direction: column;
    }

    .single-product .quantity {
        position: relative;
        padding-left: 33vw;
    }

    .quantity::before {
        left: 13px;
    }

    .woocommerce div.product form.cart .variations {
        width: 90%;
    }

    .woocommerce div.product form.cart .variations tr th {
        margin-right: 10.8vw;
    }

    .woocommerce div.product form.cart .variations tr:first-child th {
        margin-right: 10vw;
    }

    .woocommerce .summary.entry-summary .add-to-cart-clone-holder,
    .woocommerce .summary.entry-summary .price
     {
        width: 100%!important;
    }

    .woocommerce .summary.entry-summary .add-to-cart-clone-holder button {
        padding: 0 9vw 0 17vw;
    }

    .woocommerce .summary.entry-summary .add-to-cart-clone-holder button {
        margin-left: 0% !important;
    }

    .single-product .site-breadcrumbs {
        flex-wrap: wrap;
        direction: ltr!important;
    }

    .single-product .site-breadcrumbs a {
        direction: ltr!important;
    }



    /*wishlist*/

    .wishlist_table.mobile li {
        margin-bottom: 32px;
        border-bottom: 1px solid;
    }

    .woocommerce-wishlist #yith-wcwl-form .lp-wishlist-list {
      order: 1;
      width: 100%;
    }

    .woocommerce-wishlist #yith-wcwl-form .wishlist_table {
        order: 3;
        width: 100%;
        background: #fff;
        padding: 5vw;
    }

    .woocommerce-wishlist #yith-wcwl-form .yith_wcwl_wishlist_footer {
      order: 2;
      width: 50%;
      position: absolute;
      right: -16vw;
      margin-top: 42vw;
    }

    .woocommerce-wishlist #content-wrap {
        max-width: 100%;
        padding: 0 2vw;
    }
    
    .woocommerce-wishlist #yith-wcwl-form .lp-wishlist-list {
       box-shadow: none;
       background-color: white;
    }

    .wishlist-title.wishlist-title-with-form > h2{
      line-height: 1.5;
    }

    .lp-wishlist-list h2{
      font-size: 30px;
      line-height: 1.5em;
    }

    .woocommerce .wishlist-title > a{
      display: none;
    }
    
    .woocommerce .wishlist-title{
      margin-bottom: 0;
    }

    .lp-wishlist-list-create-btn {
      width: 50%;
      margin: 5vw auto 5vw 0;
  }

  .woocommerce-wishlist .additional-info-wrapper .additional-info{
    margin: 0vw 2vw 10vw 17vw!important;
    width: 75%;
    line-height: 0;
  }

  .woocommerce-wishlist .product-add-to-cart{
    text-align: right;
    margin-bottom: 7px;
    margin-right: 1.8vw;
    color: #000;
    display: inline;
    margin-left: 0vw;
    display: inline-block;
    margin-right: 8.8vw;
  }


  .move-to-another-wishlist {
      color: #000;
      text-decoration: underline;
      font-size: 16px;
      font-weight: 600;
      display: inline;
  }

  .woocommerce-wishlist  table.item-details-table{
    margin-bottom: 0;    
  }

  .wishlist_table .product-add-to-cart a.button {
      padding: 6px 7px 6px 1px !important;
      display: inline-flex !important;
      font-size: 11px;

  }

  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
      padding: 0 4vw;
      margin-bottom: 2vw;
  }


    /*end wishlist*/

}

/****rtl****/
.rtl .elementor-button span,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a{
   font-family: "almoni";
}

.rtl .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
    font-size: 15px;
}

.rtl #menu-1-5653169 ul li a {
    font-family: "almoni"!important;
    font-weight: 300;
    font-size: 19px;
}

.rtl .elementor-2222 .elementor-element.elementor-element-5653169 .elementor-nav-menu .elementor-item {
    font-family: "almoniblack" !important;
    font-weight: 550;
    font-size: 33px;
}

.rtl #menu-1-5653169 > li:hover > a {
  text-decoration: none;
}

.rtl #menu-1-5653169, .elementor-nav-menu li {
  padding-bottom: 0.5vh;
}

.rtl #menu-1-5653169, .elementor-nav-menu li ul li {
  padding-bottom: 0.2vh;
}

.rtl ul.products li.product li.title a {
    font-size: 18px !important;
}

.rtl bdi {
  font-size: 22px;
}

.rtl.woocommerce ul.products li.product:not(.product-category) .image-wrap .button {
    font-weight: bold;
    font-size: 20px;
}

.rtl  .quantity {
    padding-right: 6vw;
}

.rtl .quantity::before {
    left: auto;
    right: 0;
    top: 0px;
    font-size: 21px;
}

.rtl div.product .summary .added_to_cart {
    font-size: 18px;
}

.rtl .woocommerce-product-description p {
    color: #000;
    font-size: 1.7rem;
    text-align: right;
    line-height: 7px;
}

.rtl .elementor-12117 .elementor-element.elementor-element-f10469e .elementor-field-group > label {
    width: 100%;
    font-family: "almoni";
    font-size: 15px;
    font-weight: 200;
    text-align: right;
}

.rtl .elementor-form .elementor-button .elementor-button-icon, .elementor-form .elementor-button .elementor-button-text {
    font-size: 22px;
    font-weight: 500;
}

.rtl body.rtl .elementor-14343 .elementor-element.elementor-element-03a2c3e {
  right:0; 
}

.rtl .site-breadcrumbs nav, .rtl .site-breadcrumbs ol {
    direction: rtl;
}

.rtl .site-breadcrumbs.woocommerce-breadcrumbs.clr {
    direction: rtl!important;
}



.rtl .elementor-field-group label, .rtl .woocommerce .form-row label {
  right:0;
  left: unset;
}

.rtl .woocommerce form .show-password-input {
  right: unset;
  left: .7em;

}