.elementor-378 .elementor-element.elementor-element-d4efb5c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-378 .elementor-element.elementor-element-adef2b7 .elementor-heading-title{font-family:"ploni", Sans-serif;font-size:3rem;font-weight:600;color:var( --e-global-color-text );}.elementor-378 .elementor-element.elementor-element-6dbd0927{--display:flex;}.elementor-378 .elementor-element.elementor-element-a869d2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:2vw;--padding-bottom:0vw;--padding-left:0vw;--padding-right:0vw;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:768px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(min-width:769px){.elementor-378 .elementor-element.elementor-element-d4efb5c{--content-width:1200px;}.elementor-378 .elementor-element.elementor-element-6dbd0927{--content-width:1200px;}}/* Start custom CSS for wc-elements, class: .elementor-element-a0e7507 */@media (min-width:1025px){
    ul#shipping_method {
    margin-left: -80px;
}

tr.cart-discount td{
    min-width:100px;
}
}

.shop_table tr :is(td,th):last-child {
    text-align:  right !important;
}



tr.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
    width: 100% !important;
}

 tr.order-total {
    display: flex;
    flex-direction: row;
        align-items: center;
}

tr.cart-subtotal th, tr.order-total th{
    flex-grow: 1;
}


tr.woocommerce-shipping-totals.shipping th{
    border-bottom:0;
    margin-bottom: -20px
}

tr.woocommerce-shipping-totals.shipping label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}


#shipping_method input.shipping_method {
    float: right !important;
    margin-inline-end: 7px !important;
    margin-inline-start: 0px !important;
}


.cart-content-wrapper>.cart-totals-section .cart-totals-inner {
    padding: 0 !important; 
    border: 0 !important; 

}

@media (min-width:768px){
form.woocommerce-cart-form.cart-data-form {
    padding-left: 50px;
    border-left: 1px solid rgba(0,0,0,0.1);
}
}

.cart-totals-section.cart-collaterals {
    padding-right: 20px;
}

 td.product-thumbnail img {
    min-width: 100px !important;
    min-height: 120px;
}




td.product-thumbnail>a {
    background-color: #F8F8F8;
}

td.product-price>.amount{
    color:#000 !important;
    font-size: 1.2rem !important;
}

td.product-name a {
    font-size: 1rem !important;
    line-height: 1em;
}

th.product-subtotal {
    white-space: nowrap;
}

td.product-subtotal span {
    font-size: 1.2rem !important;;
}

.amount {
    color: #272727 !important;;
}


tr.order-total span.woocommerce-Price-currencySymbol {
    font-size: 1.4rem;
    font-weight: 400;
}

.coupon.wd-coupon-form input {
    border-radius: 0;
    border-left: 0;
}

@media (max-width:767px){
    .coupon.wd-coupon-form {
    display: flex;
    flex-direction: row;
}
    
    .cart-actions .button {
        width: 45% !important;
    }
}

.wd-coupon-form {
    gap: 0 !important;
}

button.button {
    font-weight: 400 !important;
    
}

.wc-proceed-to-checkout a {
    font-weight: 400 !important;
    padding: 20px;
}



label[for="shipping_method_0_local_pickup5"]:before {
    content:"איסוף עצמי";
    display: block !important;
    height: 100px;
    width: 100px;
    font-weight: 600;
    margin-right: -22px;
    position: absolute;
}

label[for="shipping_method_0_local_pickup5"]{
    margin-top: 70px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a869d2d */.checkout-sale-products-slider {
  margin-top: 30px;
  direction: rtl;
}

.checkout-sale-products-slider h3 {
  margin-bottom: 18px;
}

.checkout-sale-products-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.checkout-sale-products-slide {
  flex: 0 0 calc((100% - 80px) / 6);
  scroll-snap-align: start;
}

.checkout-sale-products-slide .product {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 1024px) {
  .checkout-sale-products-slide {
    flex-basis: calc((100% - 32px) / 3);
  }
}

@media (max-width: 767px) {
  .checkout-sale-products-slide {
    flex-basis: calc((100% - 16px) / 2);
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ploni';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://dev4.sockstohome.co.il/wp-content/uploads/2024/08/ploni-regular-aaa-1.woff2') format('woff2');
}
@font-face {
	font-family: 'ploni';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://dev4.sockstohome.co.il/wp-content/uploads/2024/08/ploni-medium-aaa-1.woff2') format('woff2');
}
@font-face {
	font-family: 'ploni';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://dev4.sockstohome.co.il/wp-content/uploads/2024/08/ploni-demibold-aaa-1.woff2') format('woff2');
}
/* End Custom Fonts CSS */