﻿@charset "utf-8";
/* CSS Document */
* {
    font-family: 'Extaza',sans-serif;
    direction: rtl;
}

[v-cloak] {
    display: none;
}

.input-group-addon:last-child {
    border-left: unset;
}

.phcFontEn {
    font-family: "Open Sans Hebrew";
    font-size: 90%;
    white-space: nowrap;
}

select option {
    /*font-weight: 700;*/
    padding: 8px;
}

    select option:checked {
        background-color: #E7E7E7;
    }

.form-group {
    position: relative;
}

.autocomplete-items {
    position: inherit;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    overflow-y: auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: right;
    max-height: 202px;
    z-index: 9999;
}

.autocomplete-item {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    /*font-weight: 700;*/
}

.autocomplete-item:hover {
    background-color: #f5f5f5;
}


.phcBlockResusltProductsWrap {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    overflow: auto;
}

.phcSpecialSym {
    font-family: "Open Sans Hebrew";
    font-size: 60%;
}
/* ----------- DESKTOP ----------- */
.phcBlockContentWrap {
    width: 100%;
    justify-content: space-between;
    background-color: #fff;
}

.phcContentPictureWrap {
    text-align: right;
}

    .phcContentPictureWrap img {
        display: inline-block;
    }

.phcContentSearchWrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 36px;
}

.phcContentSearchTitle {
    font-size: 35px;
    line-height: 35px;
    color: #24419D;
    text-align: center;
    margin-bottom:20px;
}

.phcSearchContainer {
    width: 80%;
    text-align: center;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}

.phcContentSearchWrap .phcSearchContainer form {
    width: 100%;
}


.searchInput:focus {
    box-shadow: none;
}

.phcContentSearchWrap .phcSearchContainer .searchInput {
    padding: 9px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    border-radius: 0 5px 5px 0;
    border: 1px solid #999;
    border-left: none;
    background-color: #fff;
}

.phcSearchBranchContainer .search-city {
    /*font-size: 18px;*/
    line-height: 18px;
    width: 100%;
    color: #000;
    border-radius: 5px;
    /*border: 1px solid #333;*/
    background-color: #fff;
}

.phcContentSearchWrap .phcSearchContainer .input-group-addon {
    padding: 7px;
    background: none;
    border: 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.labalAboveSelect {
    color: #333;
    background-color: #fff;
    transform: translate(-9px,10px);
    font-weight: 700;
    padding: 0 3px;
    margin: 0;
    width: auto;
    font-family: Extaza;
    position: relative;
    font-size: 14px;
    z-index: 1;
}

.selectCityWrap {
    font-size: 16px;
    height: 50px;
    border: 1px solid #e7ebf7;
    float: none;
    width: 100%;
    border-radius: 5px !important;
    padding: 0.7em 0.7em 10px !important;
    z-index: -1;
    color: #333;
    box-shadow: none;
}

.phcSearchProductsBtn {
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    background-color: #333333!important;
    padding: 10px 0;
    border-radius: 5px;
    transition: .5s ease;
    cursor: pointer;
    margin-bottom: 8px;
    margin-top: 8px;
}

    .phcSearchProductsBtn:hover {
        background-color: rgba(36,65,157,0.80);
        transition: .5s ease;
    }

ul.phcSearchProductsListWrap {
    padding: 0;
}

.phcBlockSearchProductsWrap {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    position: relative;
    max-height: 526px;
    overflow: hidden;
    padding: 20px 14px 0 8px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.phcSearchProductsTextWrap {
    width: 35%;
    border-left: 1px solid #f5f5f5f5;
}

.phcProductsWrap {
    width: 65%;
}

    .phcProductsWrap img {
        max-width: 70%!important;
    }

li.phcSearchProductsList {
    list-style: none;
    text-align: right;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin: 0 5px 5px;
    padding: 5px;
    cursor: pointer;
}

    li.phcSearchProductsList:hover {
        background-color: #f6f8f7;
    }

.phcBlue {
    color: #24419D;
    font-weight: 700;
}


.phcProductsDescriptionWrap {
    text-align: right;
    padding: 0;
}

.phcResusltProductsWrap .phcResusltProductsWrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 40px;
}

.phcResusltProductsWrap:last-child {
    margin: 0;
}

.phcResusltProductsWrap a {
    display: flex;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
}

/*.phcBlockResusltProductsWrap .phcResusltProductsWrap:nth-child(odd) {
    border-left: 1px solid #AFAFAF;
}*/

.phcProductsDescriptionWrap {
    width: 60%;
    padding-right: 10px;
}

.phcResusltProductsPicture {
    text-align: center;
    width: 45%;
}

    .phcResusltProductsPicture img {
        display: inline-block;
        padding: 8px;
        max-width: 82%;
    }

.phcResusltProductsPicture {
    width: 40%;
}

.spinnerOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Adjust the z-index to ensure the overlay appears on top of other elements */
}

.spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Adjust the z-index to ensure the overlay appears on top of other elements */
}

.phcProductsDescriptionTitle {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: 700;
}

.phcProductsReviewWrap {
    position: absolute;
    bottom: 0;
    right: 0;
}

.phcProductsReviewTitle {
    font-size: 14px;
    line-height: 14px;
    color: #333;
    font-weight: 700;
}

.phcProductsReviewStars {
    text-align: right;
}

    .phcProductsReviewStars img {
        display: inline-block;
    }

.phcProductsDescription {
    font-size: 16px;
    line-height: 18px;
    color: #333;
    font-weight: 400;
}

.phcProductsDescriptionUnit {
    font-size: 14px;
    line-height: 22px;
    color: #777777;
}

.phcBlockResusltProductsWrap {
    margin-top: 32px;
}

.phcBlockSearchProductsWrap .phcResusltProductsWrap {
    justify-content: space-between;
    margin: 8px 4px 22px 0;
}

.phcBlockResusltProductsWrap .phcResusltProductsWrap {
    border-left: 1px solid #E7E7E7;
}

    .phcBlockResusltProductsWrap .phcResusltProductsWrap:nth-child(4n+4) {
        border-left: none;
    }

.phcResusltProductsWrap:last-of-type {
    border: none !important;
}


.productListWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}

.phcContentSearchWrap .phcSearchContainer button {
    float: left;
    padding: 12px;
    margin-top: 8px;
    background: #fff;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    width: 8%;
    border-radius: 5px 0 0 5px;
    border: 1px solid #333;
    border-right: none;
}

    .phcContentSearchWrap .phcSearchContainer button img {
        display: inline-block;
    }

    .phcContentSearchWrap .phcSearchContainer button:hover {
        background: #ccc;
    }

textarea:focus, input:focus {
    outline: none;
}

::placeholder {
    color: #000;
    opacity: 1;
}
.phcContentSearchBranchWrap {
    text-align: right;
    padding: 36px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.phcBackLink {
    width: 100%;
    display: block;
    text-align: right;
    margin: 0 0 40px;
    cursor : pointer;
}



.phcBackLink a {
    font-size: 17px;
    line-height: 20px;
    color: #333;
    font-weight: 700;
    margin: 2px 0 2px 8px;
}

.phcContentSearchBranch {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.phcContentSearchBranchTitle {
    font-size: 25px;
    line-height: 25px;
    color: #24419D;
    text-align: right;
}


.phcContentSearchBranchWrap .phcSearchBranchContainer form {
    width: 100%;
}

.phcContentSearchBranchWrap .phcSearchBranchContainer select {
    background-color: #fff;
    /*font-weight: 300;*/
}


.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(175 175 175);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(175 175 175);
}

textarea:focus, input:focus, select:focus, input[type=submit]:focus {
    outline: none;
}


.phcContentSearchBranchWrap .phcSearchBranchContainer .phcSubmitBtnWrap {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

    .phcContentSearchBranchWrap .phcSearchBranchContainer .phcSubmitBtnWrap .btn {
        width: 100%;
        font-size: 21px;
        line-height: 21px;
        height: 50px;
        border: none;
    }

.phcMoreSearchkLink {
    text-align: center;
    margin: 15% 0 0;
    width: 100%;
}

    .phcMoreSearchkLink a {
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        text-decoration: underline;
    }



.phcBranchProductsWrap {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.phcMoreSearchResultkLink {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    margin-top:22px;
}



.phcBranchProductsPicture {
    text-align: right;
    width: 100%;
    padding: 0 0 0 14px;
}

    .phcBranchProductsPicture img {
        display: inline-block;
    }

.phcBranchProductsDescriptionWrap {
    display: flex;
    flex-direction: column;
    text-align: right;
    width: 100%;
    margin: 20px 0 0;
}

.phcBranchProductsDescriptionTitle {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: 700;
}

.phcBranchProductsDescription {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: 400;
    padding-left: 5px;
}

.phcBranchProductsDescriptionUnit {
    font-size: 14px;
    line-height: 18px;
    color: #777777;
}

.spinner-img{
    width: 40%;
}

.spinner-img.spinner-full {
    width:15%;
}


.phcBranchProductsReviewWrap {
    position: relative;
    margin: 20px 0 0;
}

.phcBranchProductsReviewTitle {
    font-size: 14px;
    line-height: 14px;
    color: #333;
    font-weight: 700;
}

.phcBranchProductsReviewStars {
    text-align: right;
}

    .phcBranchProductsReviewStars img {
        display: inline-block;
    }

.bottom-div {
    width: 50%;
}

.phcSearchBranchResultText {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #333;
    font-weight: 400;
}

.btn-primary.focus, .btn-primary:focus {
    background-color: #333;
    border-color:black!important;
}

.btn:focus{
    border:none!important;
    box-shadow:none!important;
}

.site-wrap.container-fluid {
    display:flex;
}

/* CSS for screens larger than or equal to 1024px width (typical laptop size) */
/*@media screen and (min-width: 1024px) {
    .phcBlockContentWrap {
        margin-right:0px;
    }
    .site-wrap.container-fluid {
        padding-left:0px;
    }
    .phcContentPictureWrap {
        float:left;
    }
    .phcSearchBranchResultWrap{
        margin-top:15%;
    }
    .phcMoreSearchResultkLink{
        margin-top: 23%;
    }
}*/

/* ----------- LAPTOP ----------- */
@media screen and (min-width: 1024px) {

    .site-wrap {
        width: 98% !important;
    }
    .phcContentSearchTitle {
        font-size: 30px;
        line-height: 30px;
    }

    .phcContentSearchWrap .phcSearchContainer .searchInput {
        padding: 7.5px 9px;
    }

    .phcBlockResusltProductsWrap .phcResusltProductsWrap {
        margin-bottom: 32px;
    }

    .phcBlockBranchProductsWrap {
        display: flex;
        width: 25%;
        vertical-align: top;
    }

    .phcSearchBranchContainer {
        width: 74.5%;
        text-align: right;
        padding: 0 5%;
        display: flex;
        border-right: 1px solid #E7E7E7;
        flex-direction: column;
    }
    .phcBlockContentWrap {
        margin-right: 0px;
    }

    .site-wrap.container-fluid {
        padding-left: 0px;
    }

    .phcContentPictureWrap {
        float: left;
    }

    .phcSearchBranchResultWrap {
        margin-top: 15%;
    }

    .phcMoreSearchResultkLink {
        margin-top: 23%;
    }
}

/* ----------- TABLET ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .phcContentSearchTitle {
        font-size: 22px;
        line-height: 22px;
    }


    .spinner-img.spinner-full {
        width: 40%;
    }

    .phcContentSearchWrap .phcSearchContainer .searchInput {
        padding: 7.5px 9px;
    }

    .phcContentSearchWrap .phcSearchContainer button {
        width: 12%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .phcContentSearchWrap .phcSearchContainer .searchInput {
        padding: 7.5px 9px;
    }

    .phcContentSearchWrap .phcSearchContainer button {
        width: 9%;
    }
}

/* ----------- MOBILE LARGE ----------- */
@media screen and (max-width: 767px) {


    @keyframes fade-in {
        from {
            opacity: 0;
            height: 0px;
            transform: scaleY(0);
        }

        to {
            opacity: 1;
            transform: scaleY(1);
        }
    }

    @keyframes fade-out {
        from {
            opacity: 1;
            transform: scaleY(1);
        }

        to {
            opacity: 0;
            height: 0px;
            transform: scaleY(0);
        }
    }

    .spinner-img.spinner-full {
        width: 40%;
    }

    .imgWrap {
        animation-name: fade-in;
        overflow: hidden;
        transform-origin: top;
        animation-duration: 0.4s;
        animation-fill-mode: forwards;
        animation-timing-function: ease;
        transition: all 0.4s ease;
    }

    .hiddenImgWrap {
        animation-name: fade-out;
        transform-origin: top;
        animation-duration: 0.4s;
        animation-fill-mode: forwards;
        animation-timing-function: ease;
        transition: all 0.4s ease;
    }

    .phcBackLink {
        margin-bottom: 16px;
        padding:8px 0 8px 0;
    }

    .bottom-div {
        transform: unset;
        left: 0;
    }

    .phcBlockBranchProductsWrap {
        width: 100%;
    }

    .phcSearchBranchContainer {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        width: 100%;
        border-right: none;
        margin-top: 16px;
    }

    .phcResusltProductsPicture img {
        max-width: 100%;
    }

    .phcBranchProductsPicture {
        width: 50%;
    }

    .phcBranchProductsWrap {
        flex-direction: row;
    }

    .phcBlockContentWrap {
        padding: 0;
        margin: 0;
    }

    .site-wrap {
        padding: 0;
    }

    .phcBlockSearchProductsWrap {
        margin: auto;
        padding: 0;
        top: -10px;
        width: 90%;
    }

    body {
        min-width: unset !important;
    }


    li.phcSearchProductsList {
        font-size: 14px;
    }

    ul.phcSearchProductsListWrap {
        padding: 16px 0 0 0;
    }

    

    .openHoursWrap {
    }

    .phcSearchBranchResultTitle, .phcSearchBranchResultText {
        font-size: 14px !important;
    }

    .bottom-div{
        width:100%;
    }

    .phcBranchProductsDescription {
        font-size: 14px;
        padding: 6px 0 8px 0;
    }

    .phcBlockResusltProductsWrap .phcResusltProductsWrap {
        border-left: none;
    }

    .phcBlockResusltProductsWrap .phcResusltProductsWrap {
        border-bottom: 1px solid #E7E7E7;
        padding: 0 0 10px;
        margin: 0 0 20px;
        width: 100%;
    }


    .phcBlockSearchProductsWrap .phcResusltProductsWrap {
        padding: 8px;
    }


    .phcContentSearchBranchWrap {
        width: 100%;
        padding: 10px 0 30px;
        justify-content: center;
        flex-direction: row;
    }

    .phcContentSearchBranch {
        justify-content: center;
    }



    .phcContentSearchWrap {
        width: 100%;
        margin-top: 5px;
    }

    .phcSearchContainer {
        width: 100%;
        margin: 10px auto;
    }

    .phcContentSearchTitle {
        font-size: 24px;
        line-height: 24px;
        padding-top:10px;
    }

    .phcContentSearchWrap .phcSearchContainer .searchInput {
        padding: 9px;
        font-size: 16px;
        line-height: 16px;
    }

    .phcContentSearchWrap .phcSearchContainer button {
        width: 12%;
        padding: 9px;
    }

    .phcResusltProductsPicture.phcAllProdsView {
        width: 30%;
    }
}

.phcSearchBranchResultWrap {
    text-align: center;
    justify-content: center;
    width:100%;
}

.otherBranchesOpenHoour {
    /*font-weight: 700;*/
    border: 1px solid #f5f5f5;
    padding: 6px 12px 4px 12px;
    margin-right: 12px;
}

.innerTextOtherBranches {
    position: relative;
    top: 6px;
}

.otherBranchesCheckInnerWrapper {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #333;
    margin-top: 16px;
}

    .otherBranchesCheckInnerWrapper .row {
        padding: 16px 0 16px 0px;
    }

        .otherBranchesCheckInnerWrapper .row:not(:last-child) {
            border-bottom: 1px solid #f5f5f5;
        }


.phcSearchBranchResultTitle {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #333;
    font-weight: 700;
}


.phcBullet {
    display: inline-block;
    content: " ";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
    margin-left: 5px;
}

.phcProductsNoStockWrap .phcBullet {
    background: #DC0412;
}

.phcProductsInStockWrap .phcBullet {
    background: #31BF06;
}

.phcProductsLowStockWrap .phcBullet {
    background: #FFD750;
}

@media screen and (min-width: 428px) and (max-width: 428px) {
    .phcContentPictureWrap img {
        display: inline-block;
        width: 100%;
    }
}

@media screen and (min-width: 390px) and (max-width: 390px) {
    .phcContentSearchTitle {
        font-size: 22px;
        line-height: 22px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 375px) {
    .phcContentSearchTitle {
        font-size: 22px;
        line-height: 22px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 360px) {

    .phcContentSearchWrap .phcSearchContainer button {
        width: 13%;
    }
}

/* ----------- MOBILE SMALL ----------- */
@media screen and (max-width: 320px) {

    .spinner-img.spinner-full {
        width: 40%;
    }

    .phcContentSearchTitle {
        font-size: 19px;
        line-height: 19px;
    }

    .phcContentPictureWrap img {
        display: inline-block;
        width: 100%;
    }

    .phcContentSearchWrap .phcSearchContainer button {
        width: 15%;
    }

    .phcSearchBranchResultWrap {
        margin-top: 2%;
    }

    .phcMoreSearchResultkLink {
        margin-top: 2%;
    }
}
