/* Header */
.header_text {
	font-size: 18px !important;
}
.whb-header-bottom .nav-link-text {
	font-size: 16px;
	color: #67717E;
}
.wd-header-search .wd-tools-icon::before,
.wd-header-fs-nav .wd-tools-icon::before {
	font-size: 18px !important;
}

#webology-header-cart { 
    position: relative;
    display: inline-block;
}

#webology-header-cart .webology-cart-button {
    background-color: var(--gamida-main-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-decoration: none;
    cursor: pointer;
}
#webology-header-cart .webology-cart-button .webology-cart-img-container {
    position: relative;
}
#header-pq-button .webology-cart-img-container.active {
    animation: bounce-rotate 1s linear infinite;
}
@keyframes bounce-rotate {
  0%   { transform: translateY(0) rotate(0deg); }
  25%  { transform: translateY(-5px) rotate(10deg); }
  50%  { transform: translateY(-5px) rotate(-10deg); }
  75%  { transform: translateY(-5px) rotate(10deg); }
  100% { transform: translateY(0) rotate(0deg); }
}
#webology-header-cart .webology-cart-button .cart-label {
    font-size: 18px;
}
#webology-header-cart .webology-cart-button .cart-count {
    position: absolute;
    font-size: 11px;
    top: -25%;
    left: -45%;
    background-color: #001E42;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
#webology-header-cart .webology-cart-button .cart-price {
    color: white;
    font-size: 18px;
}

header .whb-header-bottom > .container {
    padding: 0 235px;
}
header .whb-header-bottom > .container ul {
    width: 100%;
    justify-content: space-around;
}
header .whb-header-bottom .wd-dropdown-menu {
    border-radius: 0 0 22px 22px;
}

#menu-gamida-header a.woodmart-nav-link {
    column-gap: 5px;
}
#menu-gamida-header a.woodmart-nav-link::after {
    font-size: clamp(12px, 50%, 18px);
    color: var(--gamida-main-color);
    font-weight: bold;
}

/* Body */
body:not( .home ) #main-content {
    padding: 40px 235px;
}

/* Product grid */
.products .wd-product .product-wrapper {
    background: white;
    border-radius: 8px;
}
.products .product-wrapper .content-product-imagin {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.products .wd-product .product-wrapper .product-element-top {
    padding: 15px;
}
.products .wd-product .product-element-bottom .product-rating-price {
    margin-top: unset !important;
}
.products .product-wrapper .wd-action-btn {
    justify-content: center;
}
.product-wrapper .add-to-cart-webology,
.product-wrapper .add-to-price-quote-single {
    cursor: pointer;
}
.products .product-wrapper .wd-entities-title {
    font-size: 24px;
}
.products .product-wrapper .product-category-title {
    display: none;
}
.products .product-wrapper .wd-product-cats {
    display: none;
}
.wd-bottom-actions {
    margin-top: 20px;
}
.products .product-wrapper .price,
.products .product-wrapper .amount {
    font-size: 24px;
}
.price,
.amount {
    color: #5587DA !important;
    font-weight: bold !important;
}
.price del {
    opacity: .7;
    color: black !important;
}
.products .product-wrapper .price del .amount {
    font-size: 18px;
}

.product-wrapper .webology_woodmart_add_btn {
    display: none;
}
.wd-products.wd-stretch-cont-lg .product-wrapper .add-to-price-quote-single {
    width: 100%;
}
.wd-products .product-wrapper .added-to-price-quote-single {
    font-size: 14px;
    line-height: 14px;
    padding: 0 5px;
}

.wd-add-btn {
    position: relative;
}
.wd-add-btn.wd-action-btn a::before,
.wd-add-btn.wd-action-btn a::after {
    content: '' !important;
}
.wd-add-btn .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #67717E;
    color: white;
    text-align: center;
    padding: 5px 8px;
    border-radius: 4px;
    position: absolute;
    z-index: 10;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}
.wd-add-btn .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #67717E transparent transparent transparent;
}
.wd-add-btn:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.quick-shop-wrapper .add-to-price-quote-single {
    flex: unset;
    column-gap: 10px;
    background-color: #5587DA;
    color: white;
    font-weight: bold;
}
.quick-shop-wrapper .add-to-price-quote-single:hover {
    background-color: #67717E;
    color: white;
}
.quick-shop-wrapper .added-to-price-quote-single {
    width: 100%;
    justify-content: center;
}


/* Contact customer service popup */
.elementor-popup-modal a.dialog-close-button {
    font-size: 32px;
    top: 32px;
    left: 32px;
}
.elementor-popup-modal a.dialog-close-button svg {
    fill: white;
}


/* Blog section */
body.woodmart-archive-blog .wd-post .article-inner {
    border-radius: 22px;
}
body.woodmart-archive-blog .wd-post .entry-header {
	border-radius: 22px 22px 0 0;
}
body.woodmart-archive-blog .wd-post .article-body-container {
    border-radius: 0 0 22px 22px;
}
body.woodmart-archive-blog .wd-post .article-body-container .wd-post-title {
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
	margin-top: 10px;
}
body.woodmart-archive-blog .wd-post .article-body-container .wd-post-excerpt {
	font-size: 21px;
}
body.woodmart-archive-blog .wd-post .article-body-container .wd-post-meta {
	display: none;
}
body.woodmart-archive-blog .wd-post .article-body-container .wd-post-read-more {
	margin: 10px 0;
}
body.woodmart-archive-blog .wd-post .wd-post-date {
	border-radius: 22px;
    width: 100px;
    height: 95px;
    justify-content: center;
    top: 18px;
    right: 14px;
}
body.woodmart-archive-blog .wd-post .wd-post-date .post-date-day {
	font-size: 42px;
	font-weight: bold;
}
body.woodmart-archive-blog .wd-post .wd-post-date .post-date-month {
	font-size: 22px;
}
#home_to_blog_btn a {
	border-width: 1px;
	padding: 10px 46px;
	color: #001E42;
}
#home_to_blog_btn a:hover {
	color: white;
}

/* Single post page */
.single-post .wd-single-post-header .wd-post-meta {
    display: none;
}
.single-post #comments {
    display: none;
}

/* Product labels */
.products.wd-products .wd-product .product-labels {
    left: -15px;
    inset-inline-start: unset;
    top: -15px;
}
.single-product .woocommerce-product-gallery .product-labels {
    top: 0 !important;
    inset-inline-end: 0 !important;
}
.product-labels .product-label {
    min-width: 4em !important;
    min-height: 4em !important;
    border-radius: 50% !important;
    border-top-left-radius: 0 !important;
    font-size: 1.3em !important;
}
.product-labels .out-of-stock {
    background-color: #001E42 !important;
    color: white !important;
    word-break: break-word;
}

/* Footer */
footer {
	background-image: url('https://gmida.webology.co.il/safety/wp-content/uploads/sites/2/2025/10/Path-882.png') !important;
  background-repeat: no-repeat;
  background-position: -105% 62.8%;
}
#footer_social_icons_container .elementor-icon-list-item svg {
	margin: 0;
  border: 1px solid white;
  border-radius: 50%;
  padding: 9px 0;
	cursor: pointer;
}
#footer_social_icons_container .elementor-icon-list-item svg:hover {
	border-color: #5587DA !important;
	background: #5587DA;
	color: #001E42;
}
#download_catalog_btn a:hover {
	background: var(--gamida-main-color);
	color: white;
	border-color: var(--gamida-main-color);
}
.elementor-element-9047d14 .elementor-icon-list-item:last-child {
    font-weight: bold;
}


/* Laptop */
@media screen and (min-width: 768px) and (max-width: 1366px) {
    body:not( .home ) #main-content {
        padding: 20px 100px;
    }

    header .whb-header-bottom > .container {
        padding: 0 100px;
    }

    #menu-gamida-header .wd-dropdown-menu {
        width: 87vw;
    }
}


/* Mobile */
@media screen and (max-width: 768px) {
    body:not(.home) #main-content {
        padding: 10px;
    }

    .products .product-wrapper .wd-entities-title {
        font-size: 18px;
    }
    .products .product-wrapper .product-category-title a {
        font-size: 17px;
    }
    .products .product-wrapper .price,
    .products .product-wrapper .amount {
        font-size: 19px;
    }

    /* Cart */
    .woocommerce-cart .cart-actions .wd-coupon-form {
        display: none;
    }

    /* Bottom navbar */
    body .wd-toolbar {
        height: 70px;
        border: 1px solid #C0C7D1;
        border-top-left-radius: 22px;
        border-top-right-radius: 22px;
        box-shadow: 0 -6px 6px #00000029;
    }
    body .wd-toolbar .wd-toolbar-link .wd-custom-icon img {
        height: 24px;
    }
    body .wd-toolbar .wd-header-cart .wd-tools-icon::before {
        content: url( 'https://gmida.webology.co.il/safety/wp-content/uploads/sites/2/2025/11/shopping-cart.png' );
        height: 22px;
    }
    body .wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
        font-size: 13px;
        color: #67717E;
        text-overflow: unset;
    }
    body .wd-toolbar .wd-toolbar-link .wd-custom-icon .cart-count {
        background: #5587DA;
        position: absolute;
        left: -11px;
        top: -6px;
        width: 18px;
        height: 18px;
        color: white;
        border-radius: 50%;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    body .wd-toolbar .wd-header-cart .wd-tools-icon .wd-cart-number {
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: bold;
        top: -6px;
    }

}