/*
Theme Name: CG-commerce
Theme URI: https://example.com
Author: השם שלך
Author URI: https://example.com
Description: Child theme for Storefront
Template: storefront
Version: 1.0.0
Text Domain: storefront-child
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
:root {
    --cg-primary: #FFB941;
    --cg-text: #0b1020;
    --cg-muted: #6b7280;
    --cg-bg: #ffffff;
    --cg-light: #ffffff;
    --cg-border: #e5e7eb;
    --cg-radius: 0;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline: none;
}
body {    
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/*button:not(.show-password-input):not(.slick-arrow):not(.dgwt-wcas-search-submit):not(.apply_coupon):not(.qty-btn):not(.eg-qty-btn), input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button{
    width: 100%;
    background: #FFB941;
    border-radius: 5px;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    max-width: 260px;
    text-align: center;
}*/

body .woocommerce-message::before,body .woocommerce-info::before,body .woocommerce-error::before,body .woocommerce-noreviews::before,body p.no-comments::before{
    color: #000;
}

body .woocommerce-info,body .woocommerce-noreviews,body p.no-comments,
body .woocommerce-message,body .woocommerce-info,body .woocommerce-error,body .woocommerce-noreviews,body p.no-comments,
body .woocommerce-message .button,body .woocommerce-info .button,body .woocommerce-error .button,body .woocommerce-noreviews .button,body p.no-comments .button{
    background-color: #FFB941;
    color: #000;
    font-weight: normal;
    border-right-color: #000 !important;
}

body .woocommerce-message a,body .woocommerce-info a,body .woocommerce-error a,body .woocommerce-noreviews a,body p.no-comments a,
body .woocommerce-message a:hover,body .woocommerce-info a:hover,body .woocommerce-error a:hover,body .woocommerce-noreviews a:hover,body p.no-comments a:hover,
body .woocommerce-message .button:hover,body .woocommerce-info .button:hover,body .woocommerce-error .button:hover,body .woocommerce-noreviews .button:hover,body p.no-comments .button:hover{
    color: #000;
}

dt,b,strong {
    font-weight: 500;
}

body, button, input, textarea,select{
    font-family: "Rubik", sans-serif;
}

img{
    border-radius: 0;
}

h1{
    font-size: 41px;
    font-weight: 500;
}

h2{
    font-size: 26px;
    font-weight: 500;
}

h3{
    font-size: 21px;
    font-weight: 500;
}

h4{
    font-size: 16px;
    font-weight: 500;
}

.col-full {
    max-width: 84.1875em;
    margin-right: auto;
    margin-left: auto;
     padding: 0 15px;
    box-sizing: content-box;
}

.top-header {
    height: 52px;
    background: rgba(0, 38, 113, 1);
    color: #fff;
    line-height: 52px;
}

.top-header-container {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

[dir='rtl'] .top-header-container .slick-next:before,
[dir='rtl'] .top-header-container .slick-prev:before {
    content: "";
    background: url(assets/images/slick-arrow-white.svg) 0 0 no-repeat;
    width: 11px;
    height: 20px;
    display: block;
    opacity: 1;
}

[dir='rtl'] .top-header-container .slick-prev:before {
    transform: scaleX(-1);
}

@media (min-width: 768px) {
    .woocommerce-active .site-header .site-branding{
        margin-left: 0;
        max-width: 217px;
        margin-bottom: 0;
    }
    .site-header{
        padding-top: 25px;
    }
    .col-full::before, .col-full::after{
        display: none;
    }
    .main-navigation ul.menu, .main-navigation ul.nav-menu{
        margin-right: 0;
        display: flex;
        gap: 0; 
        justify-content: center;
    }
    .woocommerce-active .site-header .main-navigation{
        width: 100%;   
        margin-left: 0;
    }
    .main-navigation ul li{
        padding: 0 55px;
        text-align: center;
    }
    .main-navigation ul li:hover,
    .main-navigation ul li.current-menu-item{
        background: #002671;
    }
    .main-navigation ul li:hover a,
    .main-navigation ul.menu>li.current-menu-item>a{
        color: #fff!important;
    }
    body .site-header-cart .widget_shopping_cart{
        left: -999em;
        right:auto;
        min-width: 661px;
    }
    body .site-header-cart:hover .widget_shopping_cart{
        left: 0;
        right:auto;
    }
}

.site-header .col-full{
    display: flex;
    gap: 55px;
    margin-bottom: 25px;
    align-items: center;
}

.dgwt-wcas-search-wrapp{
    text-align: right;
    color: #000;
    margin: 0;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    border-radius: 8px;
    height: 39px;
    font-size: 16px;
    padding: 0;
    padding-right: 15px;
    line-height: 39px;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    color: #424B5A;
    font-style: normal;
    opacity: 1;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
    color: #424B5A;
    opacity: 1;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-ms-input-placeholder {
    color: #424B5A;
    opacity: 1;
}

.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{
    padding: 0;
    background-color: #FFB941;
    height: 39px;
    min-width: 39px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{
    display: none;
}

body .dgwt-wcas-ico-magnifier{
    max-width: 16px;
}

.header-icons{
    margin-right: auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 24px;
}

.site-header-cart .cart-contents .amount{
    display: none;
}

body .site-header-cart .cart-contents{
    padding: 0;
}

body .site-header-cart a.cart-contents{
    content:"";
    background: url(assets/images/cart.svg) center no-repeat;
    width:33px;
    height: 33px;
        display: block;
    position: relative;
}

body .site-header-cart .cart-contents::after{
    display:none;
}

body .site-header-cart .cart-contents .count{
    position: absolute;
    opacity: 1;
    font-size: 0;
    top: -5px;
    right: -7px;
    text-align: center;
        color: #000;
}

body .site-header-cart .cart-contents .count::before {
    content: attr(data-count);
    font-size: 11px;
    width: 20px;
    height: 20px;
    background: #FFB941;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.woocommerce-active .site-header .site-header-cart{
    width: auto;
}

a.wishlist_products_counter.top_wishlist-custom.no-txt{
    background: url(assets/images/heart.svg) center no-repeat;
    width:33px;
    height: 33px;
    display:block;
    position: relative;
}

a.wishlist_products_counter.top_wishlist-custom.no-txt .wishlist_products_counter_number{
    font-size: 11px;
    width: 20px;
    height: 20px;
    background: #FFB941;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    position: absolute;
    top: -5px;
    right: -8px;
}

.messages-icon{
    position: relative;
}

span.message-icon{
    background: url(assets/images/bell.svg) center no-repeat;
    width:33px;
    height: 33px;  
    display:block;  
}

.login-icon{
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: -15px;
}

.login-icon .user-drop{
    position: absolute;
    width: 314px;
    height: 151px;
    box-shadow: 0px 8px 43.7px 0px #00000059;
    background: #fff;
    top: 100%;
    z-index: 2;
    display:none
}

.login-icon:hover .user-drop{
    display:block
}

.login-icon .user-drop .user-drop-inner{
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.login-icon .user-drop .user-drop-inner a{
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.login-icon .user-drop .user-drop-inner a.to_account{
    background: #F2F5F7;
    color: #003399;
}

.login-icon .user-drop .user-drop-inner a.to-logout{
    background: #EB5757;
    color: #F2F5F7;
}

.login-icon .icon{
    background: url(assets/images/user.svg) center no-repeat;
    width:33px;
    height: 33px;  
    display:block;   
}

.login-icon p{
    margin: 0;
    color: #92A9B5;
    font-size: 18px;
    font-weight: 600;
}

.login-icon p a{
    color: #92A9B5;
}

/*mini cart*/
body .site-header-cart .widget_shopping_cart{
    background-color: #fff;
    padding: 0;
    border: 1px solid #A1AEB7;
    border-radius: 5px;
}

.site-header-cart .widget_shopping_cart .cart-title{
    color: #333333;
    font-size: 21px;
    font-weight: 600;
    padding: 15px;
    padding-bottom: 0;
}

body .site-header .widget_shopping_cart li{
    padding-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
}

.product_list_widget li::before, .product_list_widget li::after{
    display:none
}

body .site-header-cart .widget_shopping_cart .product_list_widget img{
    margin-right: 0;
    max-width: 60px;
    border: 1px solid #C2D1D9;
    border-radius: 5px;
}

body .site-header-cart .widget_shopping_cart,body .site-header .product_list_widget .quantity{
    color: #333333;
}

body .site-header .widget_shopping_cart .product-name-desc{
    display: flex;
    font-size: 16px;
    font-weight: 600;
    align-items: flex-start;
    gap: 23px;
}

body .site-header .widget_shopping_cart .product-name-desc dl.variation{
    margin-top: 10px;
    line-height: 22px;
    font-size: 16px;
}

body .site-header .widget_shopping_cart .product-name-desc dl.variation dd {
    margin: 0;
    font-weight: normal;
}

body .site-header .widget_shopping_cart .product-name-desc .product-name a{
    line-height: 17px;
    display: block;
}

body .site-header .widget_shopping_cart .product-price{
    font-size: 16px;
}

body .site-header .widget_shopping_cart .product-qty{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

body .site-header .widget_shopping_cart .product-price-total{
    color: #003399;
    font-size: 20px;
    font-weight: 500;
}

body .site-header .widget_shopping_cart tbody td,
body .site-header .widget_shopping_cart thead th{
    background-color: transparent;
    padding: 15px;
}

body .site-header .widget_shopping_cart tbody td{
    background: transparent!important;
    border-bottom: 1px solid #E0E0E0;
    vertical-align: middle;
}

body .site-header .widget_shopping_cart thead{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}

body .site-header .widget_shopping_cart thead th{
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 20px;
}

body .site-header .widget_shopping_cart .product-short-desc{
    font-weight: 300;
    line-height: 18px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}

body .site-header-cart .widget_shopping_cart .table-wrap{
    padding: 15px;
}

body .site-header-cart .widget_shopping_cart .table-wrap .table-wrap-inner{
    max-height: 295px;
    overflow: hidden;
    overflow-y: auto;
    direction: ltr;
    margin-bottom: 25px;
}

body .site-header-cart .widget_shopping_cart .table-wrap .table-wrap-inner table{
    direction: rtl;
}

body .site-header-cart .widget_shopping_cart .table-wrap .table-wrap-inner::-webkit-scrollbar {
  width: 14px;
}

body .site-header-cart .widget_shopping_cart .table-wrap .table-wrap-inner::-webkit-scrollbar-track {
  background: #F2F2F2;
  border-radius: 5px;
}

body .site-header-cart .widget_shopping_cart .table-wrap .table-wrap-inner::-webkit-scrollbar-thumb {
  background: #003399;
  border-radius: 5px;
}

body .site-header .widget_shopping_cart p.total,body .site-header .widget_shopping_cart p.buttons,body .site-header .widget_shopping_cart li {
    padding-right: 0;
    padding-left: 0;
    background: #E3F2FB;
}

body .site-header-cart .widget_shopping_cart .cart-totals{
    padding: 15px;
    background: #E3F2FB;
    border-top: 1px solid #92A9B5;
    padding-right: 125px;
    font-size: 19px;
    padding-bottom: 20px;
    padding-left: 35px;
}

body .site-header-cart .widget_shopping_cart .cart-totals .mini-cart-totals li{
    padding-bottom: 5px;
    align-items: center;
}

body .site-header-cart .widget_shopping_cart .cart-totals .mini-cart-totals li.total-a .amount{
    color: #003399;
    font-size: 25px;
}

body .site-header-cart .widget_shopping_cart .buttons{
    display: flex;
    justify-content: space-between;
    background: transparent;
    align-items: center;
}

body .wc-forward::after,body .woocommerce-Button--next::after{
    display:none
}

.site-header-cart .widget_shopping_cart a.button:not(.checkout){
    background: transparent!important;
    padding: 0;
    padding-right: 0;
    margin: 0;
    color: #003399!important;
    font-size: 19px;
    font-weight: 400;
    text-decoration: underline;
}

.site-header-cart .widget_shopping_cart a.button.checkout{
        background: #FFB941;
    color: #003399;
    font-size: 19px;
    font-weight: 400;
    padding: 0;
    height: 49px;
    line-height: 49px;
    width: 200px;
    text-align: center;
    border-radius: 5px;
}

/*Home page*/

body {
    background: var(--cg-bg);
}
.cg-home{
    padding-top: 45px;
}

/*.container {
    width: min(1200px, 92%);
    margin-inline: auto;
}*/

.section {
    padding: 48px 0;
}

.section__title {
    margin: 0 0 30px;
    font-size: 32px;
    font-weight: 500;
    color: #000;
}

.section__subtitle {
    margin: 0 0 16px;
    font-size: 21px;
    font-weight: 600;
    text-align: right;
    color: #fff;
}

.cg-logos .section__subtitle {
    text-align: center;
    color: #000;
}

.section__text {
    margin: 0 0 16px;
    color: var(--cg-muted);
}

.cg-logos .section__title{
    text-align: center;
}

@media (min-width: 768px) {
    .storefront-primary-navigation{
        background: #FFB941;
        height: 59px;
        line-height: 59px;

    }
    .main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
        padding: 0;
        font-size: 18px;
        color: #000!important;
        font-weight: 600;
    }
    .main-navigation ul.menu>li:hover>a, .main-navigation ul.nav-menu>li:hover>a{
        color: #fff!important;
    }
}

/* ---------------- HERO ---------------- */
.cg-hero {
    position: relative;
    overflow: hidden;
}

.cg-hero__slider {
    position: relative;
}

.cg-hero__slide {
    position: relative;
    display: flex;
    align-items: center;
}

[dir='rtl'] .cg-hero__slider .slick-prev,
[dir='rtl'] .cg-hero__slider .slick-next{
    width: 52px;
    height: 52px;
    right: auto;
    left: 36px;
    bottom: 0;
    top: auto;
    background: #fff;
    z-index: 1;
}

[dir='rtl'] .cg-hero__slider .slick-next{
    left: 91px;
}

[dir='rtl'] .cg-hero__slider .slick-prev:hover,
[dir='rtl'] .cg-hero__slider .slick-next:hover{
    background: var(--cg-primary);
}

[dir='rtl'] .cg-hero__slider .slick-prev:before,
[dir='rtl'] .cg-hero__slider .slick-next:before{
    content: "";
    background: url(assets/images/slick-arrow.svg) center no-repeat;
    width: 29px;
    height: 22px;
    display: block;
    opacity: 1;
    background-size: 29px 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

[dir='rtl'] .cg-hero__slider .slick-next:before{
    transform: scaleX(-1);
}

.cg-hero__inner {
    z-index: 1;
    max-width: 44%;
    margin-inline-start: auto;
    position: absolute;
    top: 0;
    padding-top: 43px;
    padding-right: 57px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cg-hero__label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 2px 9px;
    border-radius: 0;
    color: #fff;
    background: var(--label-bg, var(--cg-primary));
    font-weight: normal;
    font-size: 16px;
    max-width: 114px;
}

.cg-hero__title {
    margin: 0;
    font-size: 55px;
    color: #000;
    font-weight: 600;
}

.cg-hero__text {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
}
.cg-hero__text p{
    margin:0;
}

.cg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .85rem 1.2rem;
    border-radius: 12px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 700;
    margin-top: auto;
}

.cg-btn--primary {
    background: #F2F5F7;
    color: #000;
    font-weight: 400;
    font-size: 20px;
    border-radius: 8px;
    width: 200px;
    height: 60px;
    padding: 0;
    margin-bottom: 22px;
    line-height: 60px;
}

.cg-btn--primary:hover {
    filter: brightness(.95);
}


/* ---------------- PRODUCTS ---------------- */
.cg-best-sellers ul.products{
    display:flex;
    gap: 24px;
}
.cg-best-sellers ul.products::before,.cg-best-sellers  ul.products::after {
    display: none;
}

@media (min-width: 768px) {
    .cg-best-sellers ul.products li.product{
        width: 20%;  
        margin-bottom: 0;      
    }
}

/* ---------------- DOUBLE BANNERS ---------------- */
.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.cg-banner {
    position: relative;
}

.cg-banner .article-inner{
    position: relative;
    /*height: 318px;*/
    background: #FFB941 url(assets/images/yellow-bg.png) 0 0 repeat;
    background-size: 264% 459px;
}

.cg-banner a.cg-banner-link{
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 21px;
    font-weight: 600;
}

.cg-banner .img-bg{
    min-height: 318px;
}

.cg-banner__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: none;
}

.cg-banner__content {
    /*position: absolute;*/
    z-index: 4;
    padding: 0;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    bottom: 0;
    gap: 15px;
    padding-top: 40px;
}

.cg-banner__title {
    margin: 0;
    font-size: 21px;
    color: #000;
    font-weight: 500;
}

.cg-banner__text {
    margin: 0;
    color: #000;
    font-size: 51px;
    font-weight: 500;
    line-height: 49px;
}

.cg-banner__text p{
    margin: 0;
}

.cg-banner__img {

}

/* ---------------- TESTIMONIALS ---------------- */
.cg-testimonials__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cg-testimonial {
    display: flex;
    gap: 14px;
    background: var(--cg-light);
    border: 1px solid var(--cg-border);
    border-radius: 4px;
    padding: 0;
    flex-direction: column;
}

.cg-testimonial__body{
    position: relative;
    padding: 20px 35px 25px;
}

.cg-testimonial__avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0;
    position: absolute;
    top: -65px;
    right: 30px;
}

.cg-testimonial__meta{
    color: #92A9B5;
    font-size: 14px;
    display: flex;
    gap: 9px;
}

.cg-testimonial__rating .star {
    color: #d1d5db;
    font-size: 25px;
}

.cg-testimonial__rating .star.is-on {
    color: #f59e0b;
    font-size: 25px;
}

.cg-testimonial__quote {
    margin: 0;
    color: #92A9B5;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    border: none;
    font-style: normal;
}

.review-title{
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    color: #000;
}

/* ---------------- NEWSLETTER + ICON PANEL ---------------- */
.cg-news-icons .grid-2 {
    align-items: stretch;
}

.cg-news {
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.cg-news .cg-news-text{
        position: absolute;
    z-index: 1;
    top: 26px;
    color: #fff;
    right: 29px;
    font-size: 18px;
    font-weight: 300;
    left: 30px;
}

.cg-news .cg-news-text .wpcf7-response-output{
    border: none;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 15px;
    right: 0;
    margin: auto;text-align: center;
}

.cg-news__form form input[type="email"],
.cg-news__form form input[type="text"] {
    padding: 0;
    border-radius: 5px;
    margin: 0;
    height: 40px;
    direction: rtl;
    padding-right: 15px;
    width: 283px;
    max-width: 100%;
}

.cg-news__form form .wpcf7-submit {
    background: var(--cg-primary);
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 165px;
    height: 40px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
}

.cg-news__form .is-disabled .wpcf7-submit {
    opacity: .5;
    pointer-events: none;
}

.cg-icon-panel img.img-bg{
    width: 100%;
}

.cg-icon-panel {
    position: relative;
    border-radius: var(--cg-radius);
    overflow: hidden;
    border: none;
}

.cg-icon-panel__list {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 43px;
    padding: 0;
    list-style: none;
    margin: 0;
    align-items: center;
    margin-top: 20px;
}

.cg-icon-panel__item a {
    display: flex;
    align-items: center;
    gap: 0;
    background: transparent;
    padding: 0;
    text-decoration: none;
    color: #111;
}

/* ---------------- CATEGORIES (5) ---------------- */
.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.cg-category {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-decoration: none;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 20px;
    color: #505D68;
    background: #E3F2FB;
    border-radius: 4px;
}

.category__img{
    width: 190px;
    height: 190px;
    background: #FFB941;
    border-radius: 50%;
    position: relative;
}

.category__img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cg-category__name {
font-weight: 600;
    text-align: center;
    font-size: 26px;
    color: #505D68;
    line-height: 26px;
}

.cg-category__desc{
display: flex;
    gap: 10px;
    align-items: center;
    /* filter: grayscale(100%); */
    /* opacity: .9; */
    justify-content: space-between;
    max-width: 1045px;
    margin: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.cg-category:hover{
    background: #fff;
    box-shadow: 0px 61px 81px 0px #0000001A;
}

/* ---------------- LOGOS ---------------- */
.cg-logos__grid {
    display: flex;
    gap: 10px;
    align-items: center;
    /* filter: grayscale(100%); */
    /* opacity: .9; */
    justify-content: space-between;
    max-width: 1045px;
    margin: auto;
}

.cg-logo {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
}

/*.cg-logo img {
    max-width: 120px;
    max-height: 48px;
    object-fit: contain;
}*/

/* Footer*/ 
.site-footer {
    padding-top: 70px;
    padding-bottom: 44px;
    margin-top: 40px;
}

.site-footer .site-info{
    padding: 0;
}

.footer-widgets .widget {
    margin: 0;
}

.footer-widgets h4{
    font-size: 21px;
margin-bottom: 7px;
    font-weight: 500;
}

.site-footer a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}

.footer-bottom{
    background-color: #003399;
    color: #ffffff;
    border-top: 1px solid;
    padding-top: 26px;
}

.footer-bottom .footer-bottom-content{
    display: flex;
    justify-content: space-between;
}

.footer-bottom .footer-bottom-content .footer-logo{
    width: 270px;
}

.footer-bottom .footer-bottom-content .footer-bottom-content-links{
    width: calc(100% - 270px);
    padding-right: 80px;
}

.footer-bottom .footer-bottom-content .footer-bottom-content-links ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

.footer-bottom .footer-bottom-content .footer-bottom-content-links ul a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.footer-bottom .footer-copy ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 70px;
    padding-top: 40px;
    padding-bottom: 22px;
}

.footer-bottom .footer-copy ul li strong{
    font-size: 22px;
    font-weight: 400;
}

.footer-bottom .footer-copy ul a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    color: #fff;  
}

@media (min-width: 768px) {
    .footer-widgets {
        padding-top: 0;
        border-bottom: none;
    }
}



/* ---------------- FOOTER BOTTOM ---------------- */
.cg-footer-bottom {
    background: #0b1020;
    color: #cbd5e1;
    padding: 16px 0;
    margin-top: 32px;
    font-size: .95rem;
}

/* ---------------- Responsive ---------------- */
@media (max-width: 1347px) {
    .cg-hero__title{
        font-size: 44px;
    }
    .cg-hero__text{
        font-size: 20px;
        line-height: 23px;
    }
    .cg-hero__inner{
        padding-top: 25px;
        padding-right: 30px;
    }
}
@media (max-width: 1100px) {
    .cg-hero__inner {
        max-width: 640px;
    }

    .cg-products {
        grid-template-columns: repeat(3, 1fr);
    }

    /*.cg-testimonials__list {
        grid-template-columns: repeat(2, 1fr);
    }*/

    .grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }

    .cg-logos__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .cg-hero__slide {
        min-height: 420px;
    }

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

    .cg-products {
        grid-template-columns: repeat(2, 1fr);
    }

    .cg-banner__img{
            max-width: 64%;
    }

    .cg-banner a.cg-banner-link{
        margin-top: 10px;
    }

    .grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }

    .cg-logos__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .cg-products {
        grid-template-columns: 1fr;
    }

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

    .cg-logos__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*category*/
ul.products li.product img{
    margin: 0;
    border-radius: 0;
}

ul.products li.product div.woocommerce-loop-product__title{
    text-align: right;
    font-size: 21px;
    font-weight: 600;
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 10px;
}

li.product:hover div.woocommerce-loop-product__title{
    color: #FFB941;
}

ul.products li.product img{
    margin: 0;
    width: 100%;
}

body ul.products li.product img{
    margin: 0 auto 9px;
}

li.product .item-sku{
    text-align: right;
    color: #92A9B5;
    font-size: 13px;
    font-weight: 300;
    padding: 0 10px;
}

li.product .item-desc{
    text-align: right;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 3px;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 10px;
        min-height: 36px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
    background: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
    top: 68px;
    right: 10px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{
    margin-top: -11px;
    margin-right: -11px;
    color: #FFB941;
    font-size: 22px;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
    display: none;
}

li.product:hover .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
    display:block;
}

body li.product .onsale,
body.woocommerce .product span.onsale{
    position: absolute;
    background: #FFB941;
    border: none;
    border-radius: 0;
    top: 72px;
    left: 0;
    color: #000;
    font-size: 16px;
    padding: 0;
    margin: 0;
    width: 69px;
    height: 27px;
    line-height: 27px;
    font-weight: 400;
    z-index: auto;
}

body ul.products li.product .price{
    margin: 0;
    color: #003399;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    margin-top: 10px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}

body ul.products li.product .price ins{
    color: #FF4141;
    font-size: 18px;
font-weight: 500;
    float: left;
}

body .price del{
    opacity: 1;
    font-weight: 500;
    color: #003399;
}

ul.products li.product{
    border: 1px solid transparent;
    padding:10px 0;
    border-radius: 5px;
}

ul.products li.product:hover{
    border-color: #92A9B5;
}

ul.products li.product .button.add_to_cart_button,
ul.products li.product a.added_to_cart{
    width: 100%;
    background: #FFB941;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    opacity: 0;
    width: 92%;
    margin: 10px auto;
}

ul.products li.product a.added_to_cart{
    opacity: 1;
}

ul.products li.product .button.add_to_cart_button.added{
    display:none;
}

ul.products li.product:hover .button.add_to_cart_button {
    opacity: 1;
}

ul.products li.product .button.add_to_cart_button:before,
ul.products li.product a.added_to_cart:before{
    content: "";
    background: url(assets/images/cart.svg) 0 0px no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 18px;
}

.icon-panel-text{
    position: absolute;
    z-index: 1;
    top: 26px;
    color: #fff;
    right: 29px;
    font-size: 18px;
    font-weight: 300;
}

.icon-panel-text p{
    margin: 0 0 10px;
}

.icon-panel-text strong{
    font-size: 21px;
}

/* מסתיר את ה-checkbox המקורי */
.cg-newsletter-consent label > input[type="checkbox"]{
  position:absolute; opacity:0; pointer-events:none;
}

/* ה-label מכיל גם את הטוגל (פס+כדור) וגם את הטקסט */
.cg-newsletter-consent label{
  position:relative;
  display:inline-block;
  /* מקום לטוגל בצד ימין כדי שהטקסט יבוא אחריו משמאל */
  padding-inline-end:56px;
  cursor:pointer; user-select:none;     cursor: pointer;
    user-select: none;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
}

/* המסילה – ממוקמת בצד ימין של ה-label */
.cg-newsletter-consent label::before{
  content:""; position:absolute;
  inset-inline-end:0; top:50%; transform:translateY(-50%);
  width:40px; height:22px; background:rgba(137, 123, 70, 0.7); border-radius:999px;
  transition:background-color .25s ease;
}

/* הכדור */
.cg-newsletter-consent label::after{
  content:""; position:absolute; top:50%; transform:translateY(-50%);
  /* OFF: הכדור בצד שמאל של המסילה (רחוק מהטקסט) */
  inset-inline-end:-6px;  /* 40-18-2 */
  width:28px; height:28px; background:#ffbe3c; border-radius:50%;
  box-shadow:0 1px 2px rgba(0,0,0,.25);
  transition:inset-inline-end .25s ease;
}

/* ON */

.cg-newsletter-consent label:has(input[type="checkbox"]:checked)::after{ inset-inline-end:20px; }

/* פוקוס נגישות */
.cg-newsletter-consent label:has(input[type="checkbox"]:focus-visible)::before{
  outline:2px solid #fff; outline-offset:2px;
}


.news-wrap p{
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    position: relative;
}

.news-wrap p .wpcf7-spinner{
    position: absolute;
    left: 10px;
    top: 8px;
}

.news-wrap br{
    display: none;
}

.cg-news__form p{
    margin:0;
}

.cg-news__form .wpcf7-form-control-wrap{
    float: right;
}

.cg-news__form .wpcf7-list-item {
    margin: 0;
}

.cg-newsletter-consent{
    display: inline-block;
    float: right;
    margin-top: 20px;
}

.cg-news__form .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 0;
}

body .star-rating span:before{
    color: rgba(255, 185, 65, 1);
}

div.star-rating-wrap{
    display: flex;
    margin-top: 5px;
    gap: 7px;
    align-items: flex-start;
    min-height: 24px;
    padding: 0 10px;
}

body ul.products li.product .star-rating{
    margin: 0;
}

li.product .review-count{
    color: rgba(146, 169, 181, 1);
    font-size: 13px;
    margin-top: 2px;
}

li.product .star-rating::before,li.product .star-rating span::before{
    font-size: 16px;
}

li.product .star-rating{
    width: 7.55em;
}

section.cg-double-banners{
    padding-top: 0;
}

.cg-testimonials .section__title{
    text-align: center;
}

/*account*/
@media (min-width: 768px) {
    body.page-template-template-fullwidth-php .woocommerce-MyAccount-content {
        width: 81.5%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        padding-right: 35px;
    }
    body.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
        width: 100%;
        float: right;
        margin-left: 0;
    }
    .user-navigation{
        width: 18.5%;
        float: right;
        margin-left: 0;
        background: #F1F6FF;
        border-radius: 5px;
        border: 1px solid #C2D1D9;
        padding: 14px 0 0;  
    }
}

body.woocommerce-account .storefront-breadcrumb,
body.woocommerce-account .entry-header,
body.page-id-302 .storefront-breadcrumb,
body.page-id-302 .entry-header,
body.page-id-357 .storefront-breadcrumb,
body.page-id-357 .entry-header,
body.page-id-393 .storefront-breadcrumb,
body.page-id-393 .entry-header{
    display:none;
}

body.woocommerce-account .entry-content,
body.page-id-302 .entry-content,
body.page-id-393 .entry-content{
    margin-top: 50px;
}

body.page-id-393 .contact-form h2{
    margin: 0;
}

.contact-form h4{
        color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}

.user-navigation .user-initials{
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.user-navigation .user-initials span.round{
    display: block;
    width: 47px;
    height: 47px;
    background: #FFB941;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0px;
    padding-top: 2px;
}

.user-navigation .user-initials span:not(.round){
    color: #424B5A;
    font-size: 16px;
    font-weight: 400;
}

body .hentry .entry-content .woocommerce-MyAccount-navigation ul li{
    border-bottom: 1px solid #BDBDBD;
    padding: 0 20px;
}

body .hentry .entry-content .woocommerce-MyAccount-navigation ul{
    border-top: 1px solid #BDBDBD;
    margin: 0;
}

body .woocommerce-MyAccount-navigation ul li a::before{
    display:none
}

body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
    padding: 14px 0;

}

body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active,
body .hentry .entry-content .woocommerce-MyAccount-navigation ul li:hover{
    background-color:#265697;
}

body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a,
body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:hover a{
    color:#fff;
    font-weight: 600;
}

body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout{
    border-bottom: none;
}

body .hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a{
    background: url(assets/images/log-out.svg) right 18px no-repeat;
    color: #EB5757;
    padding-right: 25px;
}

.login-form{
    max-width: 405px;
    margin: auto;
    position: relative;
}

.login-form h2{
    text-align: center;
    color: #424B5A;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}

input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus,
input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text{
    background-color: #fff!important;
    color: #8096a3;
    border: 1px solid #C2D1D9;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-right: 15px;    
    border-radius: 5px;
}

.show-password-input{
    background: transparent!important;
    padding: 0!important;
    left: 8px!important;
    top: 8px!important;
}

.show-password-input::after{
    color: #003399;
}

body .form-row input[type=checkbox],body .form-row input[type=radio]{
    width: 17px;
    height: 17px;
    position: relative;
    top: 3px;
}

.login-form form{
    max-width: 260px;
    margin: auto;
}

body .form-row .button{
    width: 100%;
    background: #FFB941;
    border-radius: 5px;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

.hentry .entry-content a.woocommerce-LostPassword{
    text-decoration: underline;
    display: block;
    font-size: 15px;
    margin-top: 5px;
}

.login-form .form-row .button{
    margin-top: 18px;
}

.to-account{
    border-top: 1px solid #92A9B5;
    padding-top: 30px;
    margin-top: 45px;
    text-align: center;
}

.to-account .title{
    color: #424B5A;
}

.hentry .entry-content .to-account a{
    width: 100%;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #003399;
    color: #fff;
    text-decoration: none;
    max-width: 260px;
    margin: 30px auto 0;
}

.login-form .remember .remember-tooltip{
    position: absolute;
    box-shadow: 0px 4px 15px 0px #0000001A;
    padding: 15px;
    background: #fff;
    border: 1px solid #C2D1D9;
    border-radius: 5px;
    width: 371px;
    max-width: 100%;
    left: -80%;
    top: 35%;
    display:none;
}

.login-form .remember:hover .remember-tooltip{
     display:block;
}

.remember-tooltip .remember-tooltip-inner .title{
    font-weight: bold;
    color: #505D68;
    margin-bottom: 12px;
}

.remember-tooltip .remember-tooltip-inner .content{
    color: #424B5A;
    line-height: 21px;
}

body.woocommerce-account button.button{
    width: 100%;
    background: #FFB941;
    border-radius: 5px;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    max-width: 260px;
}

.form-row.btn{
    text-align: center;
}

.login-form.reg .form-row label{
    font-size: 18px;
    font-weight: 400;
    color: #424B5A;
}

.login-form.reg .form-row-wide{
    margin-bottom: 15px;
}

.login-form.reg .form-row-wide .field-error{
    color: red;
}

.login-form.reg form{
    max-width: 333px;
}

.login-form.reg small{
    font-size: 13px;
    line-height: 16px;
    display: block;
    margin-bottom: 8px;
}

.login-form p.desc{
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 100%;
}

/*single*/
body .woocommerce-breadcrumb a:first-of-type::before{
    display:none
}

body .woocommerce-breadcrumb a, body a.woocommerce-review-link,body .product_meta a{
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
}

body .woocommerce-breadcrumb .breadcrumb-separator{
    padding: 0 10px;
    transform: scaleX(-1);
}

body .woocommerce-breadcrumb .breadcrumb-separator::after{
    opacity: 1;
    right: 9px;
    top: 47%;
    content: "<";
    font-size: 17px;
}

body .woocommerce-breadcrumb {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

body.single-product .storefront-breadcrumb{
    padding: 1.41575em 0 15px;
        margin: 0;
}

@media (min-width: 768px) {
    .right-sidebar .content-area {
        width: 100%;
        float: right;
        margin-left: 0;
    }

    body.single-product div.product .woocommerce-product-gallery{
        width: 26%;
        float: right;
        margin-left: 0;
        margin-bottom: 0;
    }

    body.single-product div.product .summary{
        width: 74%;
        padding-right: 60px;
        position: relative;
        padding-left: 320px;
    }

    .single-product div.product.product-type-simple form.cart{
        position: absolute;
        width: 287px;
        left: 0;
        top: 0;
        box-shadow: 0px 4px 15px 0px #0000001A;
        padding: 18px;
        border: 1px solid #C2D1D9;
        border-radius: 5px;
    }

    body.single-product div.product .summary h1.product_title{
        margin-top: -5px;
    }

}

body .single-product div.product .woocommerce-product-gallery .flex-viewport{
    margin-bottom: 15px;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0 -5px;
    padding: 0;
}

body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
    clear: none;
}

body.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
    width: 20%;
    float: right;
    margin-left: 0;
    padding: 0 5px;
    margin: 0;
}

body.single-product div.product .summary h1.product_title{
    color: #000;
    font-size: 41px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height:41px
}

body.single-product div.product .summary .item-sku{
    color: #000;
    font-size: 13px;
}

body.single-product div.product p.price {
    font-size: 41px;
    margin: 0;
    color: #003399;
    font-weight: 500;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.woocommerce-product-details__short-description{
    margin-top: 28px;
}

.woocommerce-product-details__short-description p{
    margin: 0;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 21px;
}

body.single-product div.product .woocommerce-product-rating {
    margin-bottom: 0;
    margin-top: 25px;
    display: flex;
    flex-direction: column-reverse;
}

body.single-product div.product .woocommerce-product-rating a{
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 20px;
    font-size: 16px;
}

@media (min-width: 768px) {
    body .woocommerce-tabs ul.tabs {
        width: 100%;
        float: right;
        margin-left: 0;
        display: flex; 
        border: 1px solid #92A9B5;
        border-radius: 5px;
    }

    body .woocommerce-tabs ul.tabs li a{
        padding: 7px 0;
        display: block;
        font-size: 18px;
        font-weight: 400;
    }

    body .woocommerce-tabs .panel.woocommerce-Tabs-panel--description{
        font-size: 18px;
    }

    body .woocommerce-tabs ul.tabs li.active,
    body .woocommerce-tabs ul.tabs li:hover{
        background: #FFB941;
    }

    body .woocommerce-tabs ul.tabs li.active::after{
        display:none
    }

    body .woocommerce-tabs ul.tabs li {
        display: block;
        margin: 0;
        border-bottom: none;
        position: relative;
        width: 25%;
        text-align: center;
    }    

    body .woocommerce-tabs .panel {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-top: 0;
    }
}

.woocommerce-tabs ul.tabs li::after{
    display: none;
}

.qty_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.single-product div.product .edit-link{
    display: none;
}

.qty_wrap .qty-title{
    font-size: 18px;
    font-weight: 600;
}

.btn_qty_wrap{
    display: flex;
    border: 1px solid #C2D1D9;
    flex-direction: row-reverse;
    width: 118px;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
}

.btn_qty_wrap button{
    padding: 0;
    background: transparent;
    width: 15%;
    color: #003399;
    font-size: 24px;
    font-weight: 400;
}

body.single-product div.product form.cart .quantity{
    float: none;
    margin-left: 0;
    width: 70%;
}

body.single-product .quantity .qty {
    width: 100%;
    text-align: center;
    border: none;
    height: 100%;
    color: #505D68;
    font-size: 18px;
    padding: 0;
}

body .site-content>.col-full>.woocommerce>.woocommerce-message:first-child,
body .site-content>.col-full>.woocommerce>.woocommerce-info:first-child,
body .site-content>.col-full>.woocommerce>.woocommerce-error:first-child {
    margin-top: 15px;
    margin-bottom:25px;
}

.single-product div.product form.cart button.single_add_to_cart_button{
        width: 100%;
    background: #FFB941;
    border-radius: 5px;
    margin-top: 24px;
    font-size: 18px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.single-product div.product form.cart button.single_add_to_cart_button:before {
    content: "";
    background: url(assets/images/cart.svg) 0 0px no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: 18px;
}

.single-product div.product .variations_button{
    position: absolute;
    width: 287px;
    left: 0;
    top: 0;
    box-shadow: 0px 4px 15px 0px #0000001A;
    padding: 18px;
    border: 1px solid #C2D1D9;
    border-radius: 5px;
}

.woocommerce div.product>span.onsale{
    z-index: 1;
    position: absolute;
    background: #FFB941;
    border: none;
    border-radius: 0;
    top: 8px;
    right: 0;
    color: #000;
    font-size: 16px;
    padding: 0;
    margin: 0;
    width: 69px;
    height: 27px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
}

body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    z-index: 1;
}

.single-product .woocommerce-variation-price{
    display:none!important
}

.review-ask{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.review-ask .review-add a{
    display: block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #003399;
    border-radius: 5px;
    padding: 0 10px;
    color: #003399;
    font-size: 18px;
    font-weight: 400;
}

.review-ask .review-add a span{
    background: url(assets/images/review-add.svg) right 0px no-repeat;
    padding-right: 28px;
}

.review-ask .ask a{    
    display: block;
    height: 40px;
    line-height: 14px;
    border: 1px solid #003399;
    border-radius: 5px;
    padding: 0 10px;
    color: #003399;
    font-size: 13px;
    font-weight: 400;
    padding-left: 34px;
}

.review-ask .ask a span{
    background: url(assets/images/ask-q.svg) right 0px no-repeat;
    position: relative;
    top: 5px;
    padding-right: 35px;
    display: block;
}

.under-add-to-cart{
    display: flex;
    gap: 15px;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.under-add-to-cart .wish-add a{
    border: 1px solid #424B5A;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.under-add-to-cart .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
    font-size: 24px;
}

.compare-add .br_compare_button{
    border: 1px solid #424B5A;
    border-radius: 5px;
    height: 40px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    background: transparent;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    justify-content: center;
}

.under-add-to-cart .wish-add.share a span {
    background: url(assets/images/Share.svg) right 8px no-repeat;
    padding-right: 28px;
}

body .br_compare_button:hover{
    background-color: transparent;
    color: #000;
}

.under-add-to-cart .wish-add,
.under-add-to-cart .wish-add.share{
    width: 50%;
}

.single-product div.product .woocommerce-tabs{
    padding-top: 65px;
    width: calc(100% - 458px);
}

.br_compare_button .fa{
    display:none;
}

.br_compare_button span.br_compare_button_text {
    background: url(assets/images/compare.svg) right 8px no-repeat;
    padding-right: 28px;
    color: #000;
}

ul.woocommerce-product-attributes{
    margin-right: 0;
    padding-right: 20px;
    width: 696px;
    max-width: 100%;
	display: flex;
    flex-direction: column;
}

ul.woocommerce-product-attributes li{
    border-bottom: 1px solid #92A9B5;
    padding: 6px 0;
}

ul.woocommerce-product-attributes li p{
    margin: 0;
}

ul.woocommerce-product-attributes li .woocommerce-product-attributes-item__label{
    float: right;
	width: 35%;
}

ul.woocommerce-product-attributes li .woocommerce-product-attributes-item__value{
    float: left;
	width: 65%;
}

body .woocommerce-tabs .panel.woocommerce-Tabs-panel--extra_info div.title{
    color: #424B5A;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 20px;
}

body .woocommerce-tabs .panel.woocommerce-Tabs-panel--extra_info .acf-product-tab{
    margin-bottom: 40px;
}

body .woocommerce-tabs .panel.woocommerce-Tabs-panel--extra_info .acf-product-tab div,
body .woocommerce-tabs .panel.woocommerce-Tabs-panel--extra_info div.sub{
    color: #424B5A;
    font-weight: 600;
    font-size: 18px;
}

body .woocommerce-tabs .panel.woocommerce-Tabs-panel--extra_info div.sub{
    font-weight: 400;
}

body .woocommerce-tabs .panel.woocommerce-Tabs-panel--extra_info a{
    font-size: 16px;
    color: #2F80ED;
    text-decoration: underline;
}

body #reviews .commentlist li{
    margin-bottom: 20px;
    background: #E3F2FB;
    padding: 15px 15px 30px;
}

#reviews .commentlist li .comment_container .comment-text .star-rating{
    float: none;
}

#reviews .commentlist li .comment_container .comment-text .description p{
    margin: 0;
}

body #reviews .commentlist li .comment_container .comment-text{
    width: 100%;
}

body #reviews .commentlist li .comment_container .comment-text .woocommerce-review__author{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    color: #424B5A;
    font-weight: 500;
}

body #reviews .commentlist li .comment_container .comment-text .woocommerce-review__author span.num{
    color: #828282;
    font-size: 16px;
    font-weight: 400;
}

body .woocommerce-tabs .panel h2:first-of-type{
    font-size: 21px;
    font-weight: 500;
    color: #424B5A;
    margin-bottom: 5px;
}

/* Woo Reviews – Rating Summary */
 .woocommerce #reviews .wc-rating-summary{
     display:flex;
     gap:24px;
     align-items:flex-start;
     direction:rtl;
     flex-direction: row-reverse;
     margin: 30px 0;
}
 .wc-bars{
    flex:1;
     min-width:320px;
}
 .wc-bar-row{
    display:grid;
     grid-template-columns:50px 1fr 40px;
     gap:10px;
     align-items:center;
     margin-bottom:10px;
}
 .wc-bar{
    height:10px;
     background:#e9eff4;
     border-radius:999px;
     overflow:hidden;
}
 .wc-bar-fill{
    display:block;
     height:100%;
     background:#f6b74a;
}
 .wc-bar-label{
    font-size:13px;
     color:#555;
}
 .wc-bar-count{
    font-size:13px;
     color:#222;
     text-align:left;
}
 .wc-rating-note{
    font-size:12px;
     color:#666;
     margin-top:8px;
}
 .wc-average{
    min-width:160px;
     display:flex;
     flex-direction:column;
     gap:12px;
     align-items:center;
}
 .wc-average .star-rating{
    float:none;
     margin:0;
}
/* צבע כוכבים */
 .woocommerce #reviews .wc-average .star-rating, .woocommerce #reviews .wc-average .star-rating::before, .woocommerce #reviews .wc-average .star-rating span::before{
    color:#f6b74a;
}
 .wc-average-box{
    border:1px solid #ced6de;
     border-radius:6px;
     padding:8px 12px;
     text-align:center;
     min-width:120px;
}
 .wc-average-title{
    font-size: 18px;
    color: #000;
    margin-bottom: 4px;
}
 .wc-average-value{
    font-size:28px;
     line-height:1;
}
 .wc-average-out-of{
    font-size: 15px;
    color: #000;
}
 @media (max-width:768px){
     .woocommerce #reviews .wc-rating-summary{
        flex-direction:column-reverse;
    }
     .wc-average{
        flex-direction:row;
         gap:16px;
         justify-content:flex-start;
    }
    .wc-bars{
        min-width: 100%;
    }
}

/* התאמות לתווית הכוכבים ולרוחב העמודות */
.wc-bar-row{
  display:grid;
  grid-template-columns: 90px 1fr 40px; /* מקום לכוכבים */
  gap:10px; align-items:center; margin-bottom:10px;
}

/* כוכבים צהובים בתוויות השורות */
.wc-bar-label .star-rating,
.wc-bar-label .star-rating::before,
.wc-bar-label .star-rating span::before{
  color:#f6b74a;
}
.wc-bar-label .star-rating{float:none; margin:0;}

/* קיים מהגרסה הקודמת – הפסים */
.wc-bar{
    height: 14px;
    background: #e9eff4;
    border-radius: 0;
    overflow: hidden;
}
.wc-bar-fill{display:block; height:100%; background:#f6b74a;}

/* רווחים בין כוכבים בלי שיחתך 
.wc-bar-label .star-rating{
  --star-gap: 6px;
  width: calc(5 * 1em + 4 * var(--star-gap)) !important;
  white-space: nowrap;
}
.wc-bar-label .star-rating::before,
.wc-bar-label .star-rating span::before{
  letter-spacing: var(--star-gap);
}*/


body .woocommerce-tabs .panel h4.woocommerce-Reviews-title{
    font-size: 18px;
    font-weight: 400;
}

#reviews .commentlist li time {
    opacity: 1;
    font-size: 16px;
    color: #828282;
}

#reviews .commentlist li .comment_container .comment-text .description p {
    margin: 0;
    font-size: 18px;
    line-height: 23px;
}

#review_form_wrapper #respond{
    padding: 0;
    background: transparent;
}

body #reviews .comment-reply-title {
    font-size: 19px;
    font-weight: 500;
    display: block;
    color: #424B5A;
}

body #reviews .comment-form-rating{
    margin-bottom: 15px;
    margin-top: 10px;
}

body p.stars.selected a.active:before,body p.stars:hover a:before,body p.stars.selected a:not(.active):before,body p.stars.selected a.active:before {
    color: rgba(255, 185, 65, 1);
}

.comment-form-comment textarea{
    height: 120px;
}

.comment-form-cookies-consent{
    display: none;
}

#respond .form-submit input[type="submit"]{
        width: 100%;
    background: #FFB941;
    border-radius: 5px;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    max-width: 260px;
}

section.related{
    margin-top: 50px;
}

section.related h2{
    color: #424B5A;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}

.variation_title{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 25px;
}

body.single-product div.product table.variations tr{
    display: flex;
    justify-content: space-between;
    width: 500px;
    max-width: 100%;
    align-items: center;
        margin-bottom: 21px;
}

body.single-product div.product table.variations th{
    font-size: 18px;
}

body.single-product div.product table.variations .value{
    margin-bottom: 0;
}

body.single-product div.product table.variations select{
    max-width: 100%;
    vertical-align: middle;
    height: 40px;
    width: 200px;
    border-color: #92A9B5;
    border-radius: 5px;
    color: #424B5A;
}

body a.reset_variations{
    display: none!important;
}

body .storefront-sorting{
    display:none
}

body .shop_loop_wrap .storefront-sorting {
    display: block;
    background: #E3F2FB;
    border: 1px solid #F2F5F7;
    border-radius: 5px;
    padding: 15px;
}

body .shop_loop_wrap .storefront-sorting .woocommerce-ordering{
    display: none!important;
}

.shop_loop_wrap{
    display: flex;
    margin-top: 21px;
}

.shop_loop_wrap .shop_loop_side_wrap{
    width: 18.5%;
}

.shop_loop_wrap .loop_wrap_start{
    width: 81.5%;
    padding-right: 22px;
}

.bapf_sfilter .bapf_body>ul{
    margin: 0;
}

body .storefront-breadcrumb{
    padding: 0;
    margin: 13px 0 18px;
}

.shop_header_wrap{
    background: #FFB941 url(assets/images/yellow-bg.png) 0 0 repeat;
    border: 1px solid #92A9B5;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    background-size: 50% 340px;
}

.woocommerce-products-header .term-description p{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.woocommerce-products-header .woocommerce-products-header__title{
    line-height: normal;
    margin-bottom: 25px;
}

.shop_header_wrap .woocommerce-products-header{
    width: 70%;
    padding-left: 30px;
}

.shop_header_wrap .cat-img{
    width: 30%;
}

.shop_header_wrap .cat-img img{
    float: left;
}

.berocket_single_filter_widget.berocket_inline_clickable, .berocket_single_filter_widget.berocket_inline_filters{
    padding-right: 0 !important;
}

body .woocommerce-result-count{
    padding: 0;
    font-size: 21px;
    float: none;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.shop_loop_side_wrap .filter-title{
    font-size: 18px;
    float: none;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
}

.bapf_sfilter h3{
    font-size: 16px;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox]{
    width: 17px;
    height: 17px;
    margin-right: 0;
}

input[type=checkbox]+label, input[type=radio]+label{
    font-size: 18px;
}

.berocket_aapf_widget_selected_area ul {
    padding-bottom: 0 !important;
    margin: 0;
}

.berocket_aapf_widget_selected_filter{
    display: flex;
    margin-top: 21px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 14px;
}

.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy span{
    display: none;
}

.berocket_aapf_widget_selected_filter li a{
    background: #003399;
    color: #fff;
    height: 28px;
    padding: 0 10px 0 5px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 30px;
    border-radius: 2px;
    font-size: 13px;
}

.berocket_aapf_widget_selected_filter li a .fa-times{
    background: url(assets/images/filter-remove.svg) 0 0 repeat;
        width: 24px;
    height: 24px;
}

.berocket_aapf_widget_selected_filter li a .fa-times:before{
    content:"";
}

.sub-cats .cg-category .cg-category__name{
    font-size: 21px;
}

.sub-cats .cg-category{
    padding: 15px;
}

.sub-cats .category__img{
    width: 150px;
    height: 150px;
}

.sub-cats{
    margin-bottom: 25px;
}

.loop_wrap_start ul.products{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

body ul.products::before, body ul.products::after{
    display:none
}

.site-main .loop_wrap_start ul.products.columns-4 li.product{
    border-color: #92A9B5;
    width: calc(25% - 11px);
    margin-left: 0;
    margin-bottom: 0;
}

.wc-account-dashboard .wc-section{
    border: 1px solid #92A9B5;
    border-radius: 5px;
    margin-bottom: 20px;
}

.wc-account-dashboard .wc-section .wc-section__header{
    background: #003399;
    color: #fff;
    padding: 3px 20px;
    font-size: 18px;
    font-weight: 500;
}

.wc-account-dashboard{
    max-width: 924px;
}

.wc-account-dashboard .wc-section__body{
    padding: 20px;
}

.wc-account-dashboard .wc-section__body .wc-list{
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
}

.wc-account-dashboard .wc-section__body .wc-list li{
    font-size: 18px;
    display: flex;
    margin-bottom: 5px;
    gap: 10px;
}

body.woocommerce-edit-address .woocommerce-MyAccount-content form{
    border: 1px solid #92A9B5;
    border-radius: 5px;
    margin-bottom: 20px;
    max-width: 924px;
}

body.woocommerce-edit-address .woocommerce-MyAccount-content form h2{
    background: #003399;
    color: #fff;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

body.woocommerce-edit-address .woocommerce-MyAccount-content form .woocommerce-address-fields{
    padding: 20px;
}

.wc-account-dashboard .wc-section__body .wc-list li .kv__key{
    font-weight: 500;
}

.wc-account-dashboard .wc-section__body .wc-list li .kv__val{
    color: #424B5A;
}

.wc-account-dashboard .wc-section__body .btn-edit{
    margin-top: 15px;
}

.wc-account-dashboard .wc-section__body .btn-edit a{
    text-decoration: none;
    display: block;
    width: 115px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background: #F1F6FF url(assets/images/edit.svg) right 20px top 7px no-repeat;
    border: 1px solid #003399;
    border-radius: 5px;
    color: #003399;
    padding-right: 20px;
}

body .col2-set.addresses{
    display: flex;
    flex-direction: column;
}

body.page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1,
body.page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2{
    width: 100%;
    float: right;
    margin-left: 0;
    border: 1px solid #92A9B5;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

body.page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set{
    max-width: 924px;
}

header.woocommerce-Address-title{
    background: #003399;
    color: #fff;
    padding: 3px 20px;
    font-size: 18px;
    font-weight: 500;
}

header.woocommerce-Address-title h2{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

header.woocommerce-Address-title a.edit,
body .addresses header.title a{
    text-decoration: none;
    display: block;
    min-width: 115px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background: #F1F6FF url(assets/images/edit.svg) right 13px top 7px no-repeat;
    border: 1px solid #003399;
    border-radius: 5px;
    color: #003399;
    padding: 0 38px 0 15px;
    text-indent: unset;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    width: auto;
    position: absolute;
    bottom: 15px;
}

header.woocommerce-Address-title a.edit::before,
body .addresses header.title a::before{
    display: none;
}

body .addresses address{
    margin: 0;
    padding: 20px;
    padding-bottom: 65px;
    font-style: normal;
    color: #424B5A;
}

.wc-account-dashboard.orders {
    max-width: 100%;
}

.wc-account-dashboard.orders .wc-section__body {
    padding: 0;
}

.wc-account-dashboard.orders .wc-section__body table thead th{
    background-color: #E3F2FB;
    padding: 20px;
    color: #003399;
    font-size: 18px;
    font-weight: 500;
}

.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr td{
    font-size: 18px;
    color: #424B5A;
    font-weight: 300;
}

.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr td.order-toggle button{
    text-decoration: none;
    display: block;
    width: 110px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background: #F1F6FF url(assets/images/toggle-down.svg) left 18px top 14px no-repeat;
    border: 1px solid #003399;
    border-radius: 5px;
    color: #003399;
    margin: auto;
    font-weight: 400;
    padding: 0;
    padding-left: 15px;
    font-size: 16px;
}

.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr td.order-toggle button[aria-expanded="true"]{
    background: #003399 url(assets/images/toggle-up.svg) left 18px top 14px no-repeat;
    border-color: #003399;
    color: #fff;
}

.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details td{
    background: #F1F6FF;
    padding: 7px 20px;
    color: #333333;
}

.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details td.item-name,
.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details td span.title{
    font-weight: 500;
}

.wc-account-dashboard.orders .wc-section__body .order-items{
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 15px;
}

.wc-account-dashboard.orders .wc-section__body .order-items table{
    margin-bottom: 15px;
}

.wc-account-dashboard .wc-section__body .wc-list li .kv__val.addr{
    word-spacing: 3px;
}

.wc-account-dashboard .wc-section__body .wc-list li .kv__val.addr br{
    display: none;
}

body table.my_account_orders{
    margin: 0;
}

.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details td.item-thumb img{
    width: 40px;
    border: 1px solid #C2D1D9;
    border-radius: 5px;
}

.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details td.item-thumb{
    padding-left: 0;
}

.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details .order-extras,
.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details .order-totals{
    padding: 0 20px;
}

.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details>td{
    padding-right: 0;
}

/*.dgwt-wcas-suggestions-wrapp{
    width: 548px!important;
}*/

.wc-account-dashboard .wc-section .wc-section__header.wish svg{
    width: 16px;
    position: relative;
    top: 2px;
}

.wishlist_item td.product-name{
    max-width: 267px;
}

.wishlist_item td.product-name a{
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    line-height: 27px;
    margin-bottom: 15px;
    display: block;
}

.wishlist_item td.product-name .item-sku{
    font-size: 13px;
}

.wishlist_item td.product-name .item-desc{
    font-size: 18px;
    line-height: 19px;
    margin-top: 14px;
}

.tinv-wishlist table td, .tinv-wishlist table th{
    vertical-align: top;
}

.tinv-wishlist table td.product-price .amount{
    font-size: 21px;
    font-weight: 500;
    color: #003399;
}

.wishlist_item .eg-usd-price .eg-usd-regular{
    display: none;
}

table:not( .has-background ) tbody td,
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend{
    background-color: transparent;
}

.tinv-wishlist table td{
    border-bottom: 1px solid #F2F5F7
}

.tinv-wishlist table td.product-price ins .amount{
    color: #EB5757;
}

.tinv-wishlist table td.product-price .price{
    color: #003399;
    font-weight: 500;
}

.tinv-wishlist .product-action button.button,
.tinv-wishlist .product-action a.button{
    text-decoration: none;
    display: block;
    width: 116px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background: #F1F6FF;
    border: 1px solid #003399;
    border-radius: 5px;
    color: #003399;
    padding: 0;
    font-weight: 400;
    /*font-size: 18px;*/
}

.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove]{
    text-decoration: none;
    display: block;
    width: 116px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background: #FFF4F4;
    border: 1px solid #EB5757;
    border-radius: 5px;
    color: #EB5757;
    padding: 0;
    font-weight: normal;
    margin-top: 14px;   
}

.tinv-wishlist .tinvwl-table-manage-list .product-action button[name=tinvwl-remove] span{
    background: url(assets/images/wish-remove.svg) right 2px no-repeat;
    padding-right: 20px;
}

.tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-heart-o, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-key, .tinv-wishlist .tinvwl-buttons-group button i.ftinvwl-times{
    display: none;
}

.tinv-wishlist .tinvwl-buttons-group button.button{
    border-radius: 5px;
}

.tinv-wishlist .tinvwl-buttons-group button.button.tinvwl_button_view{
    width: 100%;
    background: #FFB941;
    border-radius: 5px;
    margin-top: 0;
    font-size: 18px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

body.woocommerce-cart .storefront-breadcrumb{
    display: none;
}

body.woocommerce-cart .content-area{
    margin-top: 35px;
}

body table:not( .has-background ) th {
    background-color: #E3F2FB;
    color: #003399;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 1.618em 16px 0;
}

form.woocommerce-cart-form{
    border: 1px solid #92A9B5;
    border-radius: 5px;
    width: 78%;
    float: right;
}

body.woocommerce-cart .cart-collaterals{
    width: 20%;
    float: left;
}

body table.cart .product-thumbnail img{
    max-width: 114px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #C2D1D9;
}

body table.cart th.product-name{
    width: 116px;
}

body table.cart th.product-thumbnail{
    width: 230px;
}

body table.cart th,body table.cart td{
    padding-left: 0;
}

table.cart td.product-name a{
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    line-height: 27px;
    margin-bottom: 15px;
    display: block;
}

table.cart td.product-name .item-sku{
    font-size: 13px;
}

table.cart td.product-name .item-desc{
    font-size: 18px;
    line-height: 23px;
    margin-top: 14px;
}

body .cart-collaterals .cart_totals small.includes_tax,
.mini-cart-totals small.includes_tax{
    display: none;
}

body table.cart th.product-name,
body table.cart th.product-remove{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

table.cart .variation{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

table.cart .variation dt{
    font-size: 18px;
}

table.cart .variation dd{
    color: #424B5A;
    font-size: 18px;
    margin: 0;
}

table.shop_table_responsive tbody tr td.product-price,
table.shop_table_responsive tbody tr td.product-subtotal{
    font-size: 21px;
    font-weight: 500;
}

table.cart tr:first-child td.product-remove{
	padding-inline-end: 0;
}

table.shop_table_responsive tbody tr td.product-quantity{
    width: 118px;
}

table.shop_table_responsive tbody tr td.product-quantity .eg-qty-wrap{
    display: flex;
    border: 1px solid #C2D1D9;
    flex-direction: row-reverse;
    width: 118px;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
}

table.shop_table_responsive tbody tr td.product-quantity .eg-qty-wrap button{
    padding: 0;
    background: transparent;
    width: 15%;
    color: #003399;
    font-size: 24px;
    font-weight: 400;
	display: block;
}

table.cart td.product-quantity .qty{
    width: 100%;
    text-align: center;
    border: none;
    height: 100%;
    color: #505D68;
    font-size: 18px;
    padding: 0;
}

table.cart td.product-remove a.remove::before{
    display: none;
}

body table.cart td.product-remove a.remove{
    text-indent: unset;
    width: auto;
    height: auto;
    color: #EB5757;
    font-size: 13px;
    text-decoration: underline;
    top: 5px;
    background: url(assets/images/cart-remove.svg) right 6px no-repeat;
    padding-right: 16px;
	position: static;
}

body table.shop_table_responsive tr td{    
    padding-top: 22px !important;
    border-bottom: 1px solid #F2F5F7!important;
}

body .cart-collaterals .cart_totals, body .cart-collaterals .shipping_calculator{
    width: 100%;
}

table.shop_table_responsive tr td.product-remove a.eg-save-for-later{
    text-align: right;
    text-indent: unset;
    width: auto;
    height: auto;
    color: #003399;
    font-size: 13px;
    text-decoration: underline;
    top: 10px;
    background: url(assets/images/save-for-later.svg) right 2px no-repeat;
    padding-right: 16px;
    position: relative;
}

.cart_totals_inner{
    background: #E3F2FB;
    padding: 15px;
    border-radius: 5px;
}

body .cart-collaterals h2 {
    font-size: 21px;
    border-bottom: 1px solid #92A9B5;
    padding-bottom: 10px;
}

.cart_totals_inner ul.shop_table{
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart_totals_inner ul.shop_table li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.cart_totals_inner ul.shop_table li label{
    font-size: 18px;
    font-weight: 500;
}

.cart_totals_inner ul.shop_table li span{
    font-size: 18px;
}

form.eg-cart-coupon-in-totals{
    border-bottom: 1px solid #92A9B5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

form.eg-cart-coupon-in-totals .eg-coupon-row{
    display: flex;
    max-width: 100%;
    gap: 10px;
}

form.eg-cart-coupon-in-totals .eg-coupon-row input{
    width: 70%;
}

form.eg-cart-coupon-in-totals .eg-coupon-row button{
    padding: 0;
    width: 30%;
    background: #0F5DD3;
    color: #fff;
    border-radius: 5px;
    font-weight: 40;
}

.cart_totals_inner ul.shop_table li.eg-pre-vat{
    border-bottom: 1px solid #92A9B5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

body .wc-proceed-to-checkout .button.checkout-button{
    width: 100%;
    background: #FFB941;
    border-radius: 5px;
    margin-top: 24px;
    font-size: 18px;
    padding: 0;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    max-width: 100%;
}

body .wc-proceed-to-checkout .button.checkout-button:before{
    content: "";
    background: url(assets/images/proceed-shield.svg) 0 0px no-repeat;
    display: inline-block;
    width: 16px;
    height: 20px;
}

body table.cart {
    margin-bottom: 0;
}

body table.shop_table_responsive tr:last-child td{
    border-bottom: none!important;
}

.form-column .wpcf7-form{
    background: #003399;
    border-radius: 10px;
    padding: 50px;
        position: relative;
}

.form-column .wpcf7-form label{
    font-size: 18px;
    color: #fff;
}

.form-column .wpcf7-form .items{
    display: flex;
    align-items: center;
}

.form-column .wpcf7-form .items .item{
    width: 50%;
    padding: 0 10px;
}

.form-column .wpcf7-form .items .item input{
    max-width: 100%;
    padding: 0 10px;
}

body.page-id-357 .entry-content{
    margin-top: 90px;
}

.form-column .wpcf7-form .text-area{
    padding: 0 10px;
}

.form-column .wpcf7-form .text-area textarea{
    height: 155px;
}

.form-column .wpcf7-form .text-area input[type=text]{
    width: 100%;
}

.contact-form h2{
    font-size: 41px;
    color: #fff;
}

red{
    color:red
}

.contact-form .req{
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 0 10px;
}

.contact-form .req p{
    margin: 0;
    font-size: 18px;
}

.contact-form .cg-newsletter-consent{
    direction: ltr;
    text-align: right;
    float: none;
}

.contact-form .cg-newsletter-consent span.wpcf7-list-item-label{
    direction: rtl;
    display: block;    
}

.contact-form .cg-newsletter-consent p{
    margin: 0;
}

.contact-form input.wpcf7-submit{
    display: inline-block;
    background: #FFB941;
    border-radius: 5px;
    font-size: 24px;
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    color: #003399;
    width: 248px;
    margin-top: 40px;
}

.contact-form .submit{
    text-align: left;
    position: relative;
    padding: 0 10px;
}

.contact-form .submit .wpcf7-spinner{
    position: absolute;
    margin: 0;
    bottom: 18px;
    left: 24px;
}

.contact-form .submit p{
     margin: 0;
}

.form-column .wpcf7 form .wpcf7-response-output{
    color: #fff;
    position: absolute;
    bottom: 50px;
}

.form-column .wpcf7-not-valid-tip{
    position: absolute;
}

.contact-details{
    background: #F2F5F7;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    padding: 28px 46px 20px;
}

.contact-details .wp-block-media-text{
    direction: rtl;
    display: flex;
    margin-block-start: 0;
    margin-block-end: 32px;
}

.contact-details .wp-block-media-text .wp-block-media-text__media{
    width: 35px;
}

.wp-block-column.form-column{
    margin-left: 24px!important;
}

.contact-details .wp-block-media-text p{
    margin: 0;
    color: #424B5A;
    font-size: 18px;
    font-weight: 500;
}

.contact-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.eg-usd-price {
    font-size: 14px;
    color: #92A9B5;
    margin-inline-start: 0;
    white-space: nowrap;
}

body ul.products li.product.sale .price{
    display: block;
}

body ul.products li.product.sale span.price span.price{
    padding:0;
}

body ul.products li.product.sale .eg-usd-price{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

body ul.products li.product.sale .eg-usd-price .eg-usd-regular{
    text-decoration: line-through;
}

body.single-product div.product p.price .eg-usd-price{
    font-size: 30px;
    margin-top: -10px;
}

body.single-product div.product p.price .eg-usd-price .eg-usd-regular{
    display:none;
}

body.single-product div.product p.price .eg-usd-price::before{
    content:"(";
    display: inline-block;
}

body.single-product div.product p.price .eg-usd-price::after{
    content:")";
    display: inline-block;
}

body.single-product div.product.sale p.price del{
    order: 2;
    margin-top: -15px;
    font-size: 32px;
}

body.single-product div.product.sale p.price ins{
    order: 1;
    color: #EB5757;
    font-weight: 500;
    font-size: 41px;
}

body.single-product div.product.sale p.price .eg-usd-price{
    order: 3;
}

body.single-product div.product.sale.product-type-variable p.price span.price{
    display: flex;
    flex-direction: column;
    font-size: 18px;
}

body.single-product div.product.sale.product-type-variable p.price span.price .eg-usd-price{
    display:none;
}

.br_compare_popup_block .eg-usd-price{
    display:none;
}

.wishlist_item .eg-usd-price{
    display:block;
}

body div.br_new_compare div.br_right_table,body div.br_top_table div.br_main_top,body div.br_top_table div.br_opacity_top {
    margin-left: 0 !important;
    margin-right: 200px !important;
}

.br_new_compare .br_left_table{
    border-right: 0 !important;
    left: auto !important;
    right: 1px;
}

.br_new_compare_block a.add_to_cart_button {
    width: 85%;
    background: #FFB941;
    border-radius: 5px;
    font-size: 18px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 20px auto;
    max-width: 200px;
}

div.br_top_table div.br_main_top h3 a{
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    line-height: 27px;
    margin-bottom: 15px;
    display: block;
    padding: 0 15px;
    position: relative;
    top: 10px;
}

body .price.br_compare_price{
    font-size: 21px;
    font-weight: 500;
    color: #000;
}

body .price.br_compare_price del{
    color:#000;
    font-weight: 400;
    opacity: 0.3;
}

.price.br_compare_price ins {
    font-weight: 500;
}

body div.br_new_compare .br_right_table tr td,body div.br_new_compare .br_right_table tr th,body div.br_new_compare .br_left_table, div.br_new_compare_block .br_top_table table th,body div.br_new_compare_block .br_top_table table td,
body .br_new_compare .br_right_table th,body .br_new_compare .br_right_table td,body .br_new_compare .br_left_table th,body .br_new_compare .br_left_table td,body .br_top_table th,body .br_top_table td{
    vertical-align: middle;
}

body .br_new_compare .br_right_table p{
    /*line-height: 35px !important;*/
    height: 100%;
    /*display: inline-block;*/
    align-content: center;
    justify-content: center;
    align-items: center;
}

body .br_new_compare .br_left_table tr th,body .br_new_compare .br_left_table tr td,body .br_new_compare .br_right_table p{
    vertical-align: middle;
}

body .br_new_compare .br_right_table thead tr th a{
    display: flex !important;
}

body .br_new_compare .br_right_table thead tr th a img{
    display: flex;
    max-width: 150px !important;
}

.form-row-wide#billing_country_field,
.form-row-wide#shipping_country_field{
    display:none;
}

small.includes_tax{
    display:none;
}

.woocommerce-form-coupon-toggle{
     display:none;
}

.woocommerce-EditAccountForm fieldset {
    padding: 0;
    padding-top: 1em;
    border: 0;
    margin: 0;
    margin-bottom: 0;
    margin-top: 0;
}

body.woocommerce-checkout .storefront-breadcrumb{
    display: none;
}

body.woocommerce-checkout .site-content{
    margin-top: 35px;
}

.customer_details_inner{
    border: 1px solid #92A9B5;
    border-radius: 5px;
    margin-bottom: 20px;
}

.customer_details_inner .woocommerce-billing-fields h3,
.wc-payment-methods-only h3,
.checkout-shipping-methods h3{
    background: #003399;
    color: #fff;
    padding: 3px 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.woocommerce-billing-fields__field-wrapper,
.customer_details_inner .col-2{
    padding: 20px;
    padding-bottom: 0;
}

.customer_details_inner .col-2{
    padding-top: 0;
}

.col2-set .customer_details_inner .col-1{
    margin-bottom: 0;
}

body #ship-to-different-address{
    font-size: 16px;
}

body #ship-to-different-address .woocommerce-form__input-checkbox{
    position: relative;
    transform: none;
    width: 17px;
    height: 17px;
    top: 3px;
    margin-left: 5px;
}

body #ship-to-different-address label {
    font-weight: normal;
}

body .woocommerce-additional-fields{
    margin-top: 30px;
}

ul.wc_payment_methods{
    list-style: none;
    margin: 0;
    padding: 20px;
}

.woocommerce-checkout ul#shipping_method{
    padding: 20px;
}

body #order_review .shop_table{
    border: 1px solid #92A9B5;
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 5px;
}

.woocommerce-checkout-review-order ul.shop_table ul{
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

.woocommerce-checkout-review-order ul.shop_table ul.items{
    max-height: 330px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 0;
    direction: ltr;
    padding-bottom: 0;
}

.woocommerce-checkout-review-order ul.shop_table ul.items::-webkit-scrollbar {
  width: 5px;
}

.woocommerce-checkout-review-order ul.shop_table ul.items::-webkit-scrollbar-track {
  background: #F2F2F2;
  border-radius: 5px;
}

.woocommerce-checkout-review-order ul.shop_table ul.items::-webkit-scrollbar-thumb {
  background: #003399;
  border-radius: 5px;
}

form.checkout .col2-set{
    width: 68.5%;
    float: right;
    margin-left: 0;
    padding-left: 28px;
}

body #order_review{
    width: 31.5%;
}

.woocommerce-checkout-review-order ul.shop_table ul.items li{
    display: flex;
    gap: 15px;
}

.woocommerce-checkout-review-order ul.shop_table ul.items li .product-img{
    width: 63px;
}

.woocommerce-checkout-review-order ul.shop_table ul.items li .product-img img{
    border: 1px solid #C2D1D9;
    border-radius: 5px;
}

.woocommerce-checkout-review-order ul.shop_table ul.items li .product-details{
    width: calc(100% - 63px);
}

.woocommerce-checkout-review-order ul.shop_table ul.items li {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #92A9B5;
    margin: 0 0 15px;
    padding: 0 10px 15px;
    direction: rtl;
    text-align: right;
}

.woocommerce-checkout-review-order ul.shop_table ul.items li .product-name{
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 5px;
}

.woocommerce-checkout-review-order ul.shop_table ul.items li .item-desc{
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
    font-weight: 300;
}

.woocommerce-checkout-review-order ul.shop_table ul.items li .variation{
    margin-top: 10px;
    line-height: 22px;
    font-size: 16px;
}

.woocommerce-checkout-review-order ul.shop_table ul.items li dl.variation dd {
    margin: 0;
}

.woocommerce-checkout-review-order ul.shop_table ul.items li dl.variation dd p{
    margin: 0;
}

.woocommerce-checkout-review-order ul.shop_table ul.items li:last-child{
    margin: 0;
}

.woocommerce-checkout-review-order ul.shop_table ul.totals{
    background: #E3F2FB;
    padding: 15px;
}

.woocommerce-checkout-review-order ul.shop_table ul.totals li{
    display: flex;
    justify-content: space-between;
}

.woocommerce-checkout-review-order ul.shop_table ul.items li .product-details .product-total{
    display: flex;
    gap: 10px;
    font-size: 16px;
    margin-top: 15px;
}

.woocommerce-checkout-review-order ul.shop_table ul.items li .product-details .product-total b{
    font-weight: 500;
}

.woocommerce-checkout-review-order ul.shop_table ul.totals li{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.woocommerce-checkout-review-order ul.shop_table ul.totals li .woocommerce-Price-amount{
    font-weight: 400;
}

.woocommerce-checkout-review-order ul.shop_table ul.totals li.order-total{
    border-top: 1px solid #003399;
    margin: 0 -15px;
    padding: 15px 15px 0;
    font-size: 21px;
}

.woocommerce-checkout-review-order ul.shop_table ul.totals li.order-total .woocommerce-Price-amount{
    font-weight: 500;
}

.woocommerce-checkout-review-order .wc-place-order-only .woocommerce-terms-and-conditions-wrapper {
    margin-top: 15px;
}

.woocommerce-checkout-review-order .wc-place-order-only button.alt{
    width: 100%;
    background: #FFB941;
    border-radius: 5px;
    margin-top: 0;
    font-size: 21px;
    padding: 0;
    height: 62px;
    line-height: 62px;
    font-weight: 500;
    color: #000;
    max-width: 100%;
}

body.page-template-default .storefront-breadcrumb,
.right-sidebar .content-area.static-page{
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

body.page-template-default .storefront-breadcrumb .col-full{
    padding: 0;
}

.related .loop_wrap_start ul.products{
    flex-wrap: nowrap;
    gap: 24px;
}

body span.woocommerce-terms-and-conditions-checkbox-text a{
    color: #317CF9;
}

body.woocommerce-checkout form.woocommerce-form-login{
    width: 470px;
    max-width: 100%;
}

.form-row-wide.create-account{
        padding: 0 20px;
}

button.back-to-top{
    background: url(assets/images/back-to-top.svg) 0 0px no-repeat;
    width: 90px;
    height: 110px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.handheld-navigation{
    background: #FFB941;
    position: fixed;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 530px;
    height: 100%;
    max-height: none;
    z-index: 22;
    box-shadow: none;
    touch-action: manipulation;
    -webkit-transition: transform .6s cubic-bezier(.75, 0, .175, 1), visibility .6s cubic-bezier(.75, 0, .175, 1);
    transition: transform .6s cubic-bezier(.75, 0, .175, 1), visibility .6s cubic-bezier(.75, 0, .175, 1);
    padding: 45px 0 0;
    max-width: 90%;
    transform: translate(100%);
}

.main-navigation.toggled .handheld-navigation{
    visibility: visible;
    transform: translate(0);
}

.main-navigation::before{
        content: "";
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    visibility: hidden;
    opacity: 1;
    background: #363636;
    -webkit-transition: opacity 0.45s, visibility 0.45s;
    -moz-transition: opacity 0.45s, visibility 0.45s;
    -ms-transition: opacity 0.45s, visibility 0.45s;
    -o-transition: opacity 0.45s, visibility 0.45s;
    transition: opacity 0.45s, visibility 0.45s;
    z-index: 2;
    opacity: .5;
}

.handheld-navigation .menu-close{
    position: absolute;
    top: 12px;
    background: url(assets/images/close-icon.svg) 0 0px no-repeat;
    width: 100%;
    height: 20px;
    background-size: 20px;
    left: 15px;
}

.main-navigation.toggled:before{
    visibility: visible;
}

.main-navigation .handheld-navigation ul li{
    padding: 0 10px;
        border-bottom: 1px solid rgba(0, 38, 113, 1);
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 20px;
        padding-left: 20px;
        float: right;
        width: 100%;
}

.main-navigation .handheld-navigation ul li a{
    display: block;
    padding: 0;
    font-size: 18px;
    color: #000 !important;
    font-weight: 500;
}

.main-navigation .handheld-navigation ul li.current-menu-item{
    background: #002671;
}

.main-navigation .handheld-navigation ul li.current-menu-item a{
    color: #fff !important;
}

.pbq_quantity_pricing_tables {
    margin: 15px 0 0;
    background: #E3F2FB;
    padding: 10px;
}

.pbq_pricing_table table{
    display: block;
    margin: 0;
}

.pbq_pricing_table table tbody{
    display: block;
}

.pbq_pricing_table table tr{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.pbq_pricing_table table tr td{
    padding: 5px;
    width: 50%;
    margin: 0;
}

.pbq_pricing_table table tr th{
    padding: 0;
    margin-top: 0;
    font-size: 16px;
    width: 50%;
    background-color: transparent;
    font-weight: normal;
    color: #000;
}

.pbq_pricing_table p{
    margin: 0;
    color: #003399;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.pbq_pricing_summary{
    background: #E3F2FB;
    padding: 10px 10px;
    border-top: 1px solid #92A9B5;
}

.pbq_pricing_summary tr{
    display: flex;
    justify-content: space-between;
}

.pbq_pricing_summary tr td{
    width: 50%;
    padding: 0 5px;
}

.pbq_pricing_summary table tr:nth-child(-n+2) {
    display: none;
}

.pbq_pricing_table table, .pbq_pricing_summary table{
    margin: 0;
}

.dgwt-wcas-suggestions-wrapp{
	min-width: 545px;
    margin-left: -105px;
    border-radius: 5px;
    margin-top: 10px;
	    border: 1px solid #ddd;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline{
	display: inline-block;
    width: 100%;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st{
	font-size: 16px;
    color: rgba(51, 51, 51, 1);
	border-bottom: none;
}

.rtl .dgwt-wcas-suggestion.dgwt-wcas-suggestion-cat{
	float: right;
    width: auto;
    background: rgba(0, 51, 153, 1)!important;
    margin: 0 15px 0 0;
    padding-inline: 10px;
}

.rtl .dgwt-wcas-suggestion.dgwt-wcas-suggestion-cat .dgwt-wcas-st{
	color: #fff;
    font-size: 16px;
}

.rtl .dgwt-wcas-st-breadcrumbs{
	display: none;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{
	background: transparent;
	padding-top: 14px;
    padding-bottom: 14px;
    min-height: 60px;
    border-bottom: 1px solid #E0E0E0;
	padding-left: 15px;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product .eg-usd-price{
	display: none;
}

.dgwt-wcas-si{
	width: 60px;
}

.dgwt-wcas-si img{
	border: 1px solid #C2D1D9;
	border-radius: 5px;
	padding: 0;
}

.dgwt-wcas-st>span{
	font-size: 16px;
    color: #333333;
    font-weight: 550;
}

.dgwt-wcas-st>span.dgwt-wcas-sd{
	font-weight: 300;
}

.dgwt-wcas-sp{
	color: #333333;
    font-size: 16px;
	font-weight: 550;
}

.dgwt-wcas-suggestion-selected{
	background-color: transparent;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:last-child{
	border-bottom:none;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more{
	display: block;
    background: #FFB941;
    height: 55px;
    line-height: 55px;
    width: 226px;
    font-size: 16px;
    color: #000000;
    border-radius: 5px;
    padding: 0;
    margin-block: 15px;
}

@media (max-width: 1400px) {
    body .dgwt-wcas-search-wrapp {
        max-width: 350px;
    }
    .main-navigation ul li{
        padding: 0 35px;
    }
    .cg-banner__img {
        width: 40%;
    }
    .cg-news {
        border: none;
        border-radius: 0;
        padding: 0;
        position: relative;
        width: 100%;
        padding-bottom: 15px;
    }

    .cg-news img.img-bg{
        object-fit: cover;
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .cg-news .cg-news-text {
        position: relative;
        z-index: 1;
        top: 10px;
        color: #fff;
        right: 0;
        font-size: 18px;
        font-weight: 300;
        left: 0;
        padding: 0 15px;
    }

    .section__subtitle{
        font-size: 17px;
        padding-top: 5px;
    }

    .cg-news form{
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
        max-width: 70%;
        float: right;
    }

    .cg-news__form .wpcf7-form-control-wrap[data-name="email-856"]{
        width: 64%;
    }

    .cg-news__form form input[type="email"]{
        width: 100%;
        max-width: 100%;
    }

    .cg-news__form form .wpcf7-submit{
        width: 35%;
    }

    .cg-icon-panel img.img-bg{
        object-fit: cover;
         position: absolute;
         height: 100%;
    }

    .icon-panel-text{
        position: relative;
        z-index: 1;
        top: 3px;
        color: #fff;
        right: 0;
        font-size: 18px;
        font-weight: 300;
        padding: 18px 10px;
    }

    .icon-panel-text p {
        margin: 0;
    }

    .cg-icon-panel__list {
        position: relative;
        z-index: 2;
        display: flex;
        grid-template-columns: repeat(3, 1fr);
        gap: 33px;
        padding: 0;
        list-style: none;
        margin: 0;
        align-items: center;
        margin-top: 15px;
    }

    .cg-newsletter-consent{
        margin-top: 35px;
    }    
    /*.cg-banner .article-inner{
        height: 225px;
    }*/
    
}

@media (max-width: 1400px){
    .site-main .loop_wrap_start ul.products.columns-4 li.product{
        width: calc(33.333% - 11px);
    }
}

@media (max-width: 1160px){
	form.woocommerce-cart-form{
		width: 100%;
	}
	
	body.woocommerce-cart .cart-collaterals{
		float: right;
	}
	
}

@media (max-width: 1050px){
    li.product .review-count{
        display: none;
    }
    .login-icon p{
        display: none;
    }    
}

@media (max-width: 1115px){
    .single-product div.product .variations_button,
    .single-product div.product.product-type-simple form.cart{
        position: static;
        width: 100%;
        box-shadow: none;
        padding: 0;
        border: none;
        border-radius: 0;
    }

    body.single-product div.product .summary{
        padding-left: 0;
        width: 60%;
        padding-right: 15px;
    }

    body.single-product div.product .woocommerce-product-gallery{
        width: 40%;
    }

    body.single-product div.product p.price{
        align-items: center;
        flex-direction: row;
        gap: 15px;
        font-size: 35px;
    }

    body.single-product div.product.sale.product-type-variable p.price span.price{
        flex-direction: row;
        font-size: 18px;
        align-items: center;
        gap: 15px;
    }

    body.single-product div.product p.price .eg-usd-price{
        font-size: 22px;
        margin-top: 0;
    }

    body.single-product div.product.sale p.price del{
        margin-top: 0;
        font-size: 29px;
    }

    body.single-product div.product.sale p.price ins{
        font-size: 35px;
        margin: 0;
        line-height: 35px;
    }

    .qty_wrap{
        gap: 30px;
        margin-top: 30px;
        justify-content: flex-start;
    }

    .single-product div.product .woocommerce-tabs{
        width: 100%;
        padding-top: 0;
    }

    .single-product div.product.product-type-simple form.cart{
        margin-top: 30px;
    }
}

@media (max-width: 990px){

    .cg-news form{
        max-width: 100%;
        float: right;
    }

    .cg-best-sellers ul.products,
    .related .loop_wrap_start ul.products{
        -webkit-overflow-scrolling: touch;
        overflow: auto !important;
        white-space: nowrap;
        display: block !important;
        padding-right: 0;
        opacity: 1 !important;
        padding-bottom: 0;
        padding-left: 0;
        margin-left: -15px;
    }

    .cg-best-sellers ul.products li.product,
    body .site-main .related ul.products.columns-1 li.product,
    .related .loop_wrap_start ul.products li.product{
        list-style: none;
        display: inline-block !important;
        width: 27vw !important;
        padding: 0;
        text-align: right;
        vertical-align: top;
        white-space: normal;
        float: none;
        border-color: #92A9B5;
        margin-left: 10px;
        margin-bottom: 0;
    }

    .main-navigation ul.menu, .main-navigation ul.nav-menu{
        justify-content: space-between;
    }

    .main-navigation ul li{
        padding: 0 10px;
    }

    ul.products li.product .button.add_to_cart_button{
        opacity: 1;
    }

    .cg-banner__content {
        max-width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .cg-banner__text{
        font-size: 38px;
    }

    .shop_loop_wrap .shop_loop_side_wrap{
        background: #E3F2FB;
        position: fixed;
        top: 0;
        right: 0;
        visibility: hidden;
        width: 350px;
        height: 100%;
        max-height: none;
        z-index: 22000;
        box-shadow: none;
        touch-action: manipulation;
        -webkit-transition: transform .6s cubic-bezier(.75, 0, .175, 1), visibility .6s cubic-bezier(.75, 0, .175, 1);
        transition: transform .6s cubic-bezier(.75, 0, .175, 1), visibility .6s cubic-bezier(.75, 0, .175, 1);
        padding: 45px 0 0;
        max-width: 90%;
        transform: translate(100%);
    }

    body.filter-show .shop_loop_wrap .shop_loop_side_wrap{
        visibility: visible;
        transform: translate(0);
    }

    body.filter-show{
        overflow: hidden;
    }

    .shop_loop_wrap .loop_wrap_start {
        width: 100%;
        padding-right: 0;
        display: flex;
        flex-direction: column;
    }   

    body.filter-show .site-content:before{
        content: "";
        display: table;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        z-index: 10;
        visibility: visible;
        opacity: 1;
        background: #363636;
        -webkit-transition: opacity 0.45s, visibility 0.45s;
        -moz-transition: opacity 0.45s, visibility 0.45s;
        -ms-transition: opacity 0.45s, visibility 0.45s;
        -o-transition: opacity 0.45s, visibility 0.45s;
        transition: opacity 0.45s, visibility 0.45s;
        z-index: 2;
        opacity: .5;
    }

    .shop_loop_wrap .loop_wrap_start .sub-cats{
        margin-bottom: 0;
        order: 1;
    }   

    .loop_wrap_start ul.products{
        order: 3;
    }

    .loop_wrap_start .filter-icon{
        order: 2;
        background: url(assets/images/filter-icon.svg) right 3px no-repeat;
        padding-right: 42px;
        font-size: 18px;
        background-size: 30px;
        margin: 20px 0;
    }
    
    .sub-cats .grid-5 {
        grid-template-columns: repeat(4, 1fr);
    }

    body .shop_loop_wrap .storefront-sorting{
        border: none;
        border-radius: 0;
        padding: 15px;
        padding-top: 0;
    }

    .filter-close{
        position: absolute;
        top: 12px;
        background: url(assets/images/close-icon.svg) 0 0px no-repeat;
        width: 100%;
        height: 20px;
        background-size: 20px;
        left: 15px;
    }

    body.single-product div.product .summary h1.product_title{
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 28px;
    }

    .woocommerce-product-details__short-description {
        margin-top: 15px;
    }
       
}

@media (max-width: 767px){
    .screen-reader-text{
        display: none;
    }

    .site-header{
        padding: 10px 15px;
        z-index: 2;
    }

    .site-header .col-full{
        margin: 0;
        gap: 10px;
        padding: 0;
    }

    button.menu-toggle::before, button.menu-toggle::after, button.menu-toggle span::before{
        border-radius: 0;
        height: 2px;
        width: 28px;
        background-color: #000;
    }

    button.menu-toggle{
        font-size: 0;
        padding: 0;
        border: none;
        width: 28px;
        height: 16px;
        display: block;
    }

    button.menu-toggle::before {
        transform: translateY(-9px);
    }

    button.menu-toggle::after {
        transform: translateY(9px);
    }

    .header-icons{
        gap: 11px;
        width: 33.3333%;
    }

    .woocommerce-active .site-branding{
        width: 33.3333%;
    }

    .site-header .custom-logo-link img{
        max-width: none;
    }

    .header-right{
        display: flex;
        align-items: center;
        gap: 15px;
        width: 33.3333%;
    }

    a.wishlist_products_counter.top_wishlist-custom.no-txt,
    span.message-icon,
    body .site-header-cart a.cart-contents,
    .login-icon .icon{
        background-size: 25px;
        width: 25px;
        height: 25px;
    }

    .login-icon .icon{
        background-size: 21px 24px;
    }

    body .site-header-cart .cart-contents .count::before,
    a.wishlist_products_counter.top_wishlist-custom.no-txt .wishlist_products_counter_number{
        width: 15px;
        height: 15px;
    }

    body .dgwt-wcas-search-wrapp{
        margin-top: 20px;
    }

    body .dgwt-wcas-search-wrapp{
        max-width: 100%;
    }

    .top-header{
        height: 35px;
        line-height: 34px;
    }

    body .site-header .widget_shopping_cart .product-name-desc{
        align-items: center;
    }

    body .site-header-cart .widget_shopping_cart .table-wrap .table-wrap-inner{
        direction: rtl;
    }

    body .site-header .widget_shopping_cart thead th{
        font-size: 16px;
    }

    body .site-header .widget_shopping_cart thead th.total-s{
        display:none;
    }

    body .site-header .widget_shopping_cart .product-name-desc{
        gap: 15px;
    }

    body .site-header-cart .widget_shopping_cart .product_list_widget img{
        max-width: 45px;
    }

    body .site-header .widget_shopping_cart .product-price-total{
        display: none;
    }

    .site-header-cart .widget_shopping_cart a.button.checkout{
        width: 155px;
    }

    .site-header-cart .widget_shopping_cart a.button:not(.checkout){
        font-size: 16px;
    }

    body .site-header-cart .widget_shopping_cart .cart-totals{
        padding-right: 15px;
        padding-left: 15px;
    }

    body .site-header-cart .widget_shopping_cart{
        position: absolute;
        top: 45%;
        width: 95%;
        z-index: 999999;
        display:block;
        right: -999em;
        margin: auto;
        left: 0;
    }

    body .site-header-cart .widget_shopping_cart.active{
        right: 0;
    }

    body .site-header .widget_shopping_cart .product-short-desc{
        display:none;
    }

    body .site-header-cart .widget_shopping_cart .table-wrap {
        padding: 0;
    }

    body .site-header .widget_shopping_cart .product-name-desc dl.variation{
        display: none;
    }

    body .site-header .widget_shopping_cart tbody td, body .site-header .widget_shopping_cart thead th,
    .site-header-cart .widget_shopping_cart .cart-title{
        padding: 10px;
    }

    .login-icon:hover .user-drop{
        display: none;
    }
    
    .site-header{
        opacity: 0;
    }

    .site-header.active{
        opacity: 1;
    }

    .cg-best-sellers ul.products li.product,
    body .site-main .related ul.products.columns-1 li.product, .related .loop_wrap_start ul.products li.product{
        width: 55vw !important;
    }

    .cg-banner__content{
        padding-top: 20px;
    }

    .cg-testimonial{
        display: inline-block !important;
        width: 75vw !important;
        padding: 0;
        text-align: right;
        vertical-align: top;
        white-space: normal;
        float: none;
        border-color: #92A9B5;
        margin-left: 10px;
        margin-bottom: 0;
    }

    .cg-testimonials__list{
        -webkit-overflow-scrolling: touch;
        overflow: auto !important;
        white-space: nowrap;
        display: block !important;
        padding-right: 0;
        opacity: 1 !important;
        padding-bottom: 0;
        padding-left: 0;
        margin-left: -15px;
    }

    .section.cg-news-icons{
        padding: 20px 0;
    }

    .cg-category__name{
        margin: 10px 0;
    }

    .cg-categories .container.grid-5{
        -webkit-overflow-scrolling: touch;
        overflow: auto !important;
        white-space: nowrap;
        display: block !important;
        padding-right: 0;
        opacity: 1 !important;
        padding-bottom: 0;
        padding-left: 0;
        margin-left: -15px;
    }

    .cg-category{
        display: inline-block !important;
        width: 75vw !important;
        vertical-align: top;
        white-space: normal;
        border-color: #92A9B5;
        margin-left: 10px;
        padding: 40px 0;
        text-align: center;
    }

    .cg-home {
        padding-top: 15px;
    }

    .category__img{
        margin: auto;
    }

    .cg-logos__grid{
        display:grid;
        justify-items: center;
        gap: 45px;
    }

    .cg-hero__inner{
        position: relative;
    }

    .cg-hero__inner {
        padding-top: 15px;
        padding-right: 15px;
        max-width: 100%;
    }

    .cg-hero__title {
        font-size: 35px;
    }

    .cg-hero__text{
        line-height: 30px;
    }

    .cg-btn--primary{
        width: 145px;
        height: 50px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    [dir='rtl'] .cg-hero__slider .slick-prev, [dir='rtl'] .cg-hero__slider .slick-next{
        width: 45px;
        height: 45px;
        right: auto;
        left: 15px;
        bottom: -10px;
    }

    [dir='rtl'] .cg-hero__slider .slick-next {
        left: 65px;
    }

    [dir='rtl'] .cg-hero__slider .slick-prev:before,
    [dir='rtl'] .cg-hero__slider .slick-next:before{
        background-size: 27px 20px;
        width: 27px;
        height: 20px;
    }

    .cg-hero__slider .slick-slide img{
        position: absolute;
        height: 100%;
    }

    .site-footer{
        padding-top: 35px;
        padding-bottom: 15px;
    }

    .footer-bottom{
        padding-top: 45px;
    }

    .footer-bottom .footer-bottom-content{
        justify-content: space-between;
         flex-direction: column;
    }
    
    .footer-bottom .footer-copy ul{
        gap: 15px;
        flex-direction: column;
        padding-top: 0;
    }

    button.back-to-top{
        background-size: 75px 90px;
        width: 75px;
        height: 95px;
        bottom: 35px;
    }

    .footer-bottom .footer-bottom-content .footer-bottom-content-links {
        width: 100%;
        padding-right: 0;
        margin: 30px 0;
    }

    .footer-bottom .footer-bottom-content .footer-bottom-content-links ul a{
        display: block;
    }
    
    .footer-bottom .footer-bottom-content .footer-bottom-content-links br{
        display: none;
    }

    .footer-bottom .footer-bottom-content .footer-bottom-content-links ul{
        flex-direction: column;
    }

    .site-main .loop_wrap_start ul.products.columns-4 li.product{
        /*width: calc(50% - 11px);*/
        width: 100%;
    }

    .sub-cats .grid-5{
        -webkit-overflow-scrolling: touch;
        overflow: auto !important;
        white-space: nowrap;
        display: block !important;
        padding-right: 0;
        opacity: 1 !important;
        padding-bottom: 0;
        padding-left: 0;
        margin-left: -15px;
    }

    .sub-cats .grid-5 a.cg-category{
        padding: 15px;
        display: inline-block !important;
        width: 35vw !important;
        text-align: right;
        vertical-align: top;
        white-space: normal;
        float: none;
        border-color: #92A9B5;
        margin-left: 10px;
        margin-bottom: 0;
    }

    .review-ask{
        flex-direction: column;
    }

    body.single-product div.product .woocommerce-product-gallery{
        width: 100%;
    }

    body.single-product div.product .summary{
        width: 100%;
        padding-right: 0;
    }

    .wc-tabs-wrapper .wc-tabs{
        display:none
    }

    .wc-acc-head{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #eee;
        background: transparent!important;
        cursor: pointer;
        font-weight: 600;
    }

    .wc-acc-head::after{
        content:"+";
        display: block;
    }

    .wc-acc-head[aria-expanded="true"]::after{
        content:"−"
    }

    .wc-tabs-wrapper .wc-tab{
        display:none;
        padding:12px 0
    }

    .wc-tabs-wrapper .wc-tab.is-open{
        display:block
    }
	
	body table.shop_table_responsive tr td{
		text-align: right;
		border-bottom: none!important;
		padding-left: .875em;
	}
	
	table.cart tr td.product-remove{
		padding: 0 .875em 1.875em !important;
        border-bottom: 1px solid #92A9B5 !important
	}	
	
	body.woocommerce-cart .cart-collaterals{
		width: 100%;
	}
	
	form.eg-cart-coupon-in-totals{
		width: 100%;
	}
 
	table.cart td.product-name:before{
		display:none;
	}
	
	.dgwt-wcas-suggestions-wrapp{
		min-width: auto;
		margin-left: 0;
		margin-top: 0;
	}
	
	.rtl .dgwt-wcas-suggestion.dgwt-wcas-suggestion-cat{
		margin: 0 15px 15px 0;
	}
	
	.user-navigation{
		background: #F1F6FF;
		border-radius: 5px;
        border: 1px solid #C2D1D9;
        padding: 14px 0 0;
		margin-block-end: 30px;
	}
	
	.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-row{
		border-bottom: 1px solid #F2F5F7 !important;
		display: inline-block;
		width: 100%;
		padding-bottom: 35px;
	}
	
	.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr td{
		padding-bottom: 0;
		padding-top: 15px !important;
	}
	
	.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details table,
	.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details table tbody,
	.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details tr{
		display:block;
		width:100%;
	}
	
	.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr td.order-toggle:before{
		display:none;
	}
	
	.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr td.order-toggle button{
		width: 100%;
		height: 40px;
		line-height: 38px;
	}
	
	body table.my_account_orders,
	body table.my_account_orders tbody{
		display: block;
	}
	
	.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details .order-items tr{
		border-bottom: 1px solid #92A9B5 !important;
        display: inline-block;
        width: 100%;
        padding-bottom: 35px;
	}
	
	.wc-account-dashboard .wc-section__body .wc-list{
		column-count: 1;
	}
	
	.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details>td{
		padding: 7px 15px;
	}
	
	.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details td tr td{
		padding:0;
	}
	
	.wc-account-dashboard .wc-section__body .wc-list li{
		flex-direction: column;
	}
	
	.wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details .order-extras, .wc-account-dashboard.orders .wc-section__body table.shop_table_responsive tr.order-details .order-totals {
		padding: 0;
	}	
	
	.wc-account-dashboard.orders .wc-section__body .order-items{
		    border-bottom: none;
	}
	
	body.woocommerce-account .entry-content, body.page-id-302 .entry-content, body.page-id-393 .entry-content {
		margin-top: 10px;
	}	
	
	.tinv-wishlist table.tinvwl-table-manage-list tbody td{
		text-align: right;
	}
	
	.tinv-wishlist .product-stock p,
	.tinv-wishlist .product-thumbnail img	{
        margin: 0;
    }

}

@media (max-width: 450px){
    .sub-cats .grid-5 a.cg-category{
        width: 42vw!important;
    }

    .woocommerce-products-header .woocommerce-products-header__title{
        margin-bottom: 10px;
    }

    .shop_header_wrap .cat-img{
        display: none;
    }

    .shop_header_wrap{
        background-repeat: no-repeat;
        flex-direction: column;
        padding: 10px;
    }

    .shop_header_wrap .woocommerce-products-header {
        width: 100%;
        padding-left: 0;
    }   

    .woocommerce-products-header .term-description p{
        max-height: 70px;
        overflow: hidden;
    }

    .woocommerce-products-header .term-description p.active{
        max-height: none;
    }

    .shop_header_wrap .woocommerce-products-header .term-description a.rm-toggle{
        text-decoration: underline;
        display: block;
        margin-top: 10px;
    }

    .sub-cats .category__img {
        width: 115px;
        height: 115px;
    }

    .sub-cats .cg-category .cg-category__name{
        font-size: 17px;
    }

    body.single-product div.product p.price{
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }    
	
	form.checkout .col2-set,
	body #order_review{
		width: 100%;
		float: right;
		padding-left: 0;
	}

}