@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v87/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.len-btn-group #2{
    cursor: not-allowed;
}

.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    padding-bottom: 3px;
    cursor: pointer;
}
.not-liked {
    fill: #e8e8e8;
    stroke-width: 1px;
    stroke: #000000;
}

.is-liked{
    fill: #ECBD00;
}
.not-liked, .is-liked{
    width: 30px;
}



.container-heart {
    position: absolute;
    top: 0px;
    right: 0px;
    width: unset;
}

.container-heart .love {
    font-size: 0.9rem;
    /*color: #ff4f8f;*/
}

.container-heart .wrapper-heart .like-button {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*background: #ccc;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-decoration: none;
    overflow: hidden;
}

.container-heart .wrapper-heart .like-button .like-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*background: #ff4f8f;*/
    transform: scale(0);
    transition: all 0.4s;
    z-index: 0;
}

.container-heart .wrapper-heart .like-button i.not-liked {
    display: block;
    color: #ccc;
    position: relative;
    z-index: 1;
}

.container-heart .wrapper-heart .like-button i.is-liked {
    display: none;
    color: #ecbd00;
    position: relative;
    z-index: 1;
}

.container-heart .wrapper-heart .like-button.is-active .like-overlay {
    transform: scale(1);
}

.container-heart .wrapper-heart .like-button.is-active i.not-liked {
    display: none;
}

.container-heart .wrapper-heart .like-button.is-active i.is-liked {
    display: block;
}

@-webkit-keyframes bouncy {
    from, to {
        -webkit-transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
    }
}

@keyframes bouncy {
    from, to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}

.bouncy {
    -webkit-animation: bouncy 0.6s;
    animation: bouncy 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.link-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #6dacff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.link-button img {
    width: 32px;
    height: 32px;
    display: block;
}

.link-button:hover {
    transform: scale(1.1) rotate(180deg);
    background: #ff4f8f;
}


/*זכוכית מגדלת*/


.searchForm .input-group .searchIco button {
    border: none;
    background: none;
    text-shadow: none;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    padding: 0;
    text-align: center;
}

.input-group .form-control {
    display: table-cell;
}

.searchForm .input-group .form-control {
    border: none;
    box-shadow: none;
    height: 37px;
    line-height: 35px;
    padding: 0 10px;
    border-bottom: 1px solid #cacaca;
    background: none;
    width: 330px;
    margin-left: 3rem;
}

.input-group-btn{
    position: absolute;
    right: 305px;
}

.flex-search {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    float: left;
}

.flex-search select {
    color: #000;
    /* width: 100px; */
    padding: 10px;
    text-align: right;
    direction: rtl;
    /* margin-left: 30px; */
    cursor: pointer;
    border: none;
    background-color: unset;
}

/*כפתורים של עמודים*/
:root {
    --primary: #ecbd00;
    --greyLight-2: #cbe0dd;
}

@media only screen and (max-width: 600px) {
    .items-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.item {
    width: 10rem;
    height: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--greyDark);
    cursor: pointer;
}
.item span {
    background: #ffffff;
    box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05);
    border-radius: 0.6rem;
    padding: 2rem;
    font-size: 3rem;
    transition: all 0.3s ease;
}
.item:hover span {
    transform: scale(1.2);
    color: var(--primary);
}
.item p {
    font-size: 1.2rem;
    margin-top: 1rem;
    color: var(--greyLight);
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page__numbers, .page__btn, .page__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8rem;
    font-size: 1.4rem;
    cursor: pointer;
}
.page__dots {
    width: 2.6rem;
    height: 2.6rem;
    color: var(--greyLight);
    cursor: initial;
}
.page__numbers {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.4rem;
}
.page__numbers:hover {
    color: var(--primary);
}
.page__numbers.active {
    color: #ffffff;
    background: var(--primary);
    font-weight: 600;
    border: 1px solid var(--primary);
}
.page__btn {
    color: var(--greyLight);
    pointer-events: none;
}
.page__btn.active {
    color: var(--greyDark);
    pointer-events: initial;
}
.page__btn.active:hover {
    color: var(--primary);
}

/*כפתור שחוזר לתחילת הדף*/

#back-to-top{
    width: 35px;
    height: 35px;
    line-height: 32px;
    font-size: 22px;
    border-radius: 50%;
    /* font-weight: bolder; */
    background-color: #fff;
    border: 2px solid #1a1a1a;
    padding: 0.4rem;
    line-height: 25px;
}

.fa-arrow-up:before {
    content: "\f062";
}

.counter-btn button{
    background: #fff;
    border: 1px solid #ccc;
}
.counter-btn button:hover{
    background-color: #ccc;
}


.counter-btn input{
    border: none;
    text-align: center;
    width: 50px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.counter-btn input::-webkit-outer-spin-button,
.counter-btn input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.counter-btn input[type=number] {
    -moz-appearance: textfield;
}

.counter-btn input:focus-visible{
border: none !important;
}

.prod-pay-now{
    border: 1px solid;
    width: 180px;
}
.prod-pay-now:hover, .btn-shop:hover{
color: #ECBD00 !important;
}

.info-size-btn{
    width: 16px;
    height: 18px;
    object-fit: contain;
    margin-left: 1rem;
    margin-right: 30px;
    cursor: pointer;
    margin-top: 1px;
}