﻿@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap');

.custom-text-ico {
    font-size: 13px !important;
    letter-spacing: 0.05em !important;
    line-height: 60px !important;
    vertical-align: middle !important;
    position: relative !important;
    display: inline-block !important;
    font-weight: 500 !important;
    margin-right: 20px;
}

.header-wrap-stick {
    min-height: 95px !important;
}

.bg-grey {
    background-color: #e9e9e9;
}

.text-center {
    text-align: center !important
}

.hand-write-font {
    font-size: 32px;
    font-family: 'Caveat', cursive !important;
}

.bg-mobile-menu-bg-ilan {
    background-color: #e6e6e6 !important;
}

.top-title {
    background-color: whitesmoke;
    padding: 10px 0px;
}

.salePrice {
    color: #e0b059;
}

.total-value {
    color: gray;
    padding-top: 5px;
}

.product-detail-gray-name-bold {
    background-color: lightgray;
    padding: 5px 20px;
    font-size: small;
    color: gray
}

.product-detail-gray-price-bold {
    padding: 5px;
    font-size: medium;
    line-height: 4rem;
    color: gray
}

.gray-border {
    border: 1px solid lightgray
}

.green-border {
    border: 1px solid #28a745
}

.product-detail-green-name-bold {
    color: white;
    background-color: #28a745;
    padding: 5px 20px;
    font-size: small;
}

.product-detail-green-price-bold {
    padding: 5px;
    font-size: medium;
    line-height: 4rem;
    color: #28a745
}

.product-info.equal-elem {
    padding: 0px 10px 5px 10px !important;
}

.product-inner.tooltip-left {
    background-color: #f5f5f585;
}

.product-thumb {
    padding: 3px;
}
 
@media only screen and (min-width: 600px) {
    .product-thumb {
        height: 330px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 600px) {
    .product-thumb {
        height: 240px;
        overflow: hidden;
    }
    .mobile-small-size {
        font-size: x-small !important;
    }
    .listPrice, .salePrice {
        font-size: small !important;
    } 
} 

/*#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 998;
    background-color: #ffffff;
    padding: 150px 0px;
    color: black;
    text-align: center
}*/

.loaderHeader {
   /* position: relative;
    z-index: 999;*/
}

.bg-pink {
    background-color: rgba(207, 145, 99, 0.2) !important;
    border-color: rgba(207, 145, 99, 0.2) !important;
}

