﻿@charset "utf-8";
/* CSS Document */
* {
    font-family: 'Extaza',sans-serif;
    direction: rtl;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }


[v-cloak] {
    display: none !important;
}


/* MIKL CSS */
#bundlespage {
    min-height: 1vh;
}

.text-overflew {
    text-overflow: ellipsis;
}

.site-wrap {
    padding-top: 16px;
}

.spinner-overlay {
    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 */
}

.phcFontEn {
    font-family: "Open Sans Hebrew";
    font-size: 90%;
    white-space: nowrap;
    text-transform: lowercase;
    display: block;
}

    .phcFontEn::first-line {
        text-transform: capitalize;
    }

.clearFiltersWrapper {
    position: relative;
    left: 44px;
    display: flex;
}

.clearFilterButton {
    text-decoration: underline;
    position: absolute;
    left: 34px;
}

select option {
    /*font-weight: 700;*/
    padding: 8px;
}

    select option:checked {
        background-color: #E7E7E7;
    }


textarea:focus, input:focus, select:focus, input[type=submit]:focus {
    outline: none;
}

.phcContentSearchBranchWrap .phcSearchBranchContainer select {
    background-color: #fff;
    /*font-weight: 300;*/
}

.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;
    display: inline-block;
}

.phcSearchBranchContainer .search-city {
    /*font-size: 18px;*/
    line-height: 18px;
    width: 100%;
    color: #000;
    border-radius: 5px;
    /*border: 1px solid #333;*/
    background-color: #fff;
}

.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;
}

.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;
    }



.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;
    }

.phcSpecialSym {
    font-family: "Open Sans Hebrew";
    font-size: 60%;
}
/* ----------- DESKTOP ----------- */
.phcTopMarcomWrap {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin: 0 0 40px;
}

.phcTopMarcom {
    text-align: center;
}

    .phcTopMarcom img {
        display: inline-block;
    }

.phcTopMarcomSlogan {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
}

.phcTopMarcomSloganTitle {
    font-size: 60px;
    line-height: 60px;
    margin: 0;
    color: #000;
    font-weight: 700;
}

.phcProduct {
    cursor: pointer;
}

.phcContentSearchWrap {
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: column;
}

.phcContentSearchTitle {
    font-size: 28px;
    line-height: 28px;
    color: #000;
    text-align: right;
    font-weight: 700;
}

.phcSearchContainer {
    width: 35%;
    text-align: center;
    margin: 10px 0 0;
    display: flex;
    justify-content: right;
}

.phcContentSearchWrap .phcSearchContainer form {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.phcContentSearchWrap .phcSearchContainer input[type=search] {
    padding: 9px 15px 9px 0;
    margin-top: 8px;
    font-size: 18px;
    line-height: 18px;
    width: 90%;
    color: #000;
    border-radius: 30px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    flex: 1;
}

.phcContentSearchWrap {
    position: relative;
}

.phcSearchContainer {
    position: relative;
}

    .phcSearchContainer input[type="text"] {
        padding-right: 40px;
    }

    .phcSearchContainer .search-button {
        background-image: url(https://superpharmstorage.blob.core.windows.net/hybris/brands/cannabis-stock-check/search_icon.png);
        background-repeat: no-repeat;
        background-position: center;
        background-color: #fff;
        border: none;
        cursor: pointer;
        border-radius: 30px 0 0 30px;
        width: 36px;
        height: 79%;
        position: absolute;
        left: 1px;
        top: 9px;
    }

        .phcSearchContainer .search-button:hover {
            background-color: #ccc;
        }

.phcContentSearchWrap .phcSearchContainer button:hover img {
    filter: brightness(0.5);
}

textarea:focus, input:focus {
    outline: none;
}

::placeholder {
    color: #636363;
    opacity: 1;
}

.phcBlockErrorMessageWrap {
    text-align: center;
    width: 100%;
}

    .phcBlockErrorMessageWrap .btn-block {
        background-color: #23419D;
    }

    .phcErrorMessage {
        font-size: 28px;
        line-height: 28px;
        color: #000;
        text-align: center;
        font-weight: 700;
    }

.mobile-filter-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.filter-header {
    height: 50px
}

.pager {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    justify-content: space-evenly;
}

    .pager button {
        border: none;
        background: none;
        cursor: pointer;
        font-weight: bold;
    }

        .pager button.active {
            background-color: #333;
            color: white;
            border-radius: 18px;
            padding: 0;
            width: 36px;
            height: 36px;
        }

.content-dependent::after {
    content: attr(data-content);
}


.filters-content {
    flex: 1; /* Make the content area take up the remaining space */
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex: 1;
}

.filters-footer {
    background-color: #fff;
    padding: 10px 20px 10px 20px;
}

.phcBlockContentSearchWrap {
    display: flex;
    width: 100%;
    padding: 40px 0 0;
    justify-content: space-between;
    position: relative;
}

.phcBgFilterMobile {
    background-color: transparent;
    width: 100%;
    position: absolute;
    height: 100%;
    display: none;
}

.phcBlockFiltersWrap {
    width: 35%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.phcFiltersWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

    .phcFiltersWrap:last-child {
        border-bottom: none;
    }

    .phcFiltersWrap:after {
        content: " ";
        width: 90%;
        height: 1px;
        background-color: #D8D8D8;
        margin: 20px auto 0;
    }

    .phcFiltersWrap:nth-child(4):after {
        display: none;
    }

.phcFiltersTitle {
    width: 100%;
    font-size: 22px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
    text-align: right;
    margin: 0;
}

.phcFiltersBtnWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 21px;
    padding: 20px 0 10px;
}

.phcFiltersBtn {
    display: inline-block;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    padding: 7px 20px;
    box-shadow: 0 0 7px rgba(183,190,202,0.40);
    border-radius: 30px;
    text-align: center;
    width: 30%;
    margin: 0;
    border: 1px solid rgba(183,190,202,0);
    cursor: pointer;
    transition: .5s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}

    .phcFiltersBtn.phcSelected {
        border: 1px solid #000;
        box-shadow: none;
        transition: .5s ease;
    }


    .phcFiltersBtn:hover {
        box-shadow: 0px 2px 3px 4px rgba(183,190,202,0.40);
        transition: .5s ease;
    }



.phcBtnIcon {
    text-align: right;
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom;
    margin-right: -5px;
}

    .phcBtnIcon img {
        display: inline-block;
    }

.phcBlockBannerWrap {
    width: 100%;
    margin: 0 0 20px;
}

.phcBanner {
    text-align: center;
}

    .phcBanner img {
        display: inline-block;
    }




.phcBlockResultsWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60%;
    position: absolute;
    left: 0;
}

    .phcBlockResultsWrap phcProduct {
        text-decoration: none;
        display: inline-block;
    }

.phcBlockProductWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 30px 41px;
    margin: 0 0 30px;
}

.phcProductWrap {
    display: flex;
    flex-direction: column;
    width: 30%;
    border: 1px solid #D8D8D8;
    padding: 20px 0;
    transition: .5s;
}

    .phcProductWrap:hover {
        box-shadow: 0 0 7px 2px rgba(183,190,202,0.40);
    }


.clearFilterLink {
    color: black;
    text-decoration: underline;
    margin-left: 22px;
}

.phcBackLink {
    width: 100%;
    display: block;
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 4px;
}


    .phcBackLink a {
        font-size: 17px;
        line-height: 20px;
        color: #333;
        font-weight: 700;
        margin: 2px 0 2px 8px;
    }

.phcSelectedProductWrap .phcProductTitle {
    font-size: 24px;
    padding: 8px;
    white-space: pre-wrap;
}

.phcProductsDescriptionWrap .phcDescriptionTitle {
    text-align: right;
}

.filters-footer .btn {
    background-color: #23419D;
}

.phcContentSearchBranchTitle {
    text-align: right;
}

.phcProductTitle {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    margin: 0 0 10px;
    white-space: pre-wrap;
}



.phcProductFilterWrap {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.phcProductFilter {
    display: inline-block;
    border-left: 1px solid #636363;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
    line-height: 23px;
    color: #39414B;
    margin: 0;
}

.otherBranchesCheckInnerWrapper {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #333;
    margin-top: 16px;
}

    .otherBranchesCheckInnerWrapper .row {
        padding: 0px 20px 16px 0px;
    }

        .otherBranchesCheckInnerWrapper .row:not(:last-child) {
            border-bottom: 1px solid #f5f5f5;
        }

.otherBranchesOpenHoour {
    /*font-weight: 700;*/
    border: 1px solid #f5f5f5;
    padding: 6px 12px 4px 12px;
    margin-right: 12px;
}

.innerTextOtherBranches {
    position: relative;
    top: 6px;
}

.phcProductFilterIcon {
    text-align: right;
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom;
}

    .phcProductFilterIcon img {
        display: inline-block;
    }

.phcProductFilter:last-child {
    border-left: none;
}

.phcProductDosage {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #636363;
}


.phcBtnMoreWrap {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

    .phcBtnMoreWrap .phcBtnMoreWrapButton {
        display: inline-block;
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        font-weight: 700;
        background-color: #23419D;
        border-radius: 6px;
        padding: 15px 0;
        width: 25%;
        cursor: pointer;
    }

.phcContentSearchBranch {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.phcContentSearchBranchTitle {
    font-size: 25px;
    line-height: 25px;
    color: #000;
    text-align: right;
    font-weight: 700;
}

.phcSearchBranchContainer {
    width: 40%;
    text-align: right;
    padding: 0 5% 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.phcContentSearchBranch .phcSearchBranchContainer form {
    width: 100%;
}

.phcContentSearchBranch .phcSearchBranchContainer select {
    padding: 9px;
    margin-top: 15px;
    font-size: 18px;
    line-height: 18px;
    width: 100%;
    color: #000;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    background-color: #fff;
}

textarea:focus, input:focus, select:focus, input[type=submit]:focus {
    outline: none;
}

::placeholder {
    color: #000;
    opacity: 1;
}

.phcContentSearchBranch .phcSearchBranchContainer .phcSubmitBtnWrap {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

    .phcContentSearchBranch .phcSearchBranchContainer .phcSubmitBtnWrap .btn {
        background-color: #000;
        width: 100%;
        font-size: 21px;
        line-height: 21px;
        height: 50px;
        border: none;
        border-radius: 5px;
    }

.phcSearchBranchResultWrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.phcSearchBranchResult {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.phcSearchBranchResultTitle {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    color: #333;
    font-weight: 700;
}

.phcSearchBranchResultText {
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    color: #333;
    font-weight: 400;
}

.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;
}

.phcMoreSearchResultkLink {
    text-align: center;
    margin: 15px 0 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

    .phcMoreSearchResultkLink a {
        text-align: center;
        font-size: 18px;
        line-height: 18px;
        text-decoration: underline;
    }




.phcBlockBranchProductsWrap {
    display: flex;
    width: 25%;
    vertical-align: top;
}

.phcBranchProductsWrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.phcSelectedProductWrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 0 20px 0;
    transition: .5s;
    margin-top: 0;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
}


.phcProductFilter {
    display: inline-block;
    border-left: 1px solid #636363;
    text-align: right;
    padding: 0 10px 0 0;
    font-size: 18px;
    line-height: 23px;
    color: #636363;
    margin: 0;
}

    .phcProductFilter:first-child {
        padding: 0 0 0 10px;
    }

.phcProductFilterIcon {
    text-align: right;
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom;
}

    .phcProductFilterIcon img {
        display: inline-block;
    }

.phcProductFilter:last-child {
    border-left: none;
}

.phcProductDosage {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #636363;
}

.phcProductsDescriptionWrap {
    display: flex;
    flex-direction: column;
    text-align: right;
    width: 100%;
    margin: 0;
    max-width: 80%;
    margin-bottom: 34px;
}

.phcProductsDescriptionTextWrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(216,216,216,0.50);
    padding: 10px 0;
}

    .phcProductsDescriptionTextWrap:last-child {
        border-bottom: none;
    }

.phcDescriptionTitle {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px;
}

.phcProductsDescriptionLabel {
    font-size: 16px;
    line-height: 18px;
    color: #636363;
    width: 40%;
    text-align: right;
}

.phcProductsDescription {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    width: 50%;
    text-align: right;
    font-weight: 400;
}



/* ----------- LAPTOP ----------- */
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .phcProductWrap {
        width: 29.5%;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1280px) {
    .phcTopMarcomSlogan {
        right: 5%;
    }

    .phcFiltersBtn {
        font-size: 17px;
        line-height: 23px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .phcTopMarcomSlogan {
        right: 4%;
    }

    .phcTopMarcomSloganTitle {
        font-size: 55px;
        line-height: 55px;
    }

    .phcContentSearchTitle {
        font-size: 26px;
        line-height: 26px;
    }

    .phcContentSearchWrap .phcSearchContainer input[type=search] {
    }

    .phcContentSearchWrap .phcSearchContainer button {
    }

    .phcFiltersBtnWrap {
        gap: 18px;
    }

    .phcFiltersBtn {
        font-size: 14px;
        line-height: 23px;
    }

    .phcBlockProductWrap {
        gap: 20px;
    }

    .phcProductTitle {
        font-size: 20px;
        line-height: 18px;
    }

    .phcSearchBranchContainer {
        width: 42%;
    }

    .phcProductWrap, .phcProductsDescriptionWrap {
        max-width: 90%;
    }
}

/* ----------- TABLET ----------- */
@media screen and (min-width: 823px) and (max-width: 1024px) and (orientation: portrait) {
    .phcTopMarcomSlogan {
        right: 4%;
    }

    .phcTopMarcomSloganTitle {
        font-size: 35px;
        line-height: 35px;
    }

    .phcContentSearchWrap {
        width: 100%;
        text-align: center;
    }

    .phcContentSearchTitle {
        font-size: 25px;
        line-height: 25px;
        text-align: center;
    }

    .phcSearchContainer {
        width: 58%;
        text-align: center;
        margin: 10px auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .phcBlockContentSearchWrap {
        padding: 0;
    }

    .phcFilterPanelBtnWrap {
        margin: 30px auto 10px;
        width: 95%;
    }

    #phcFilterPanel .phcFiltersWrap:last-child {
        margin-bottom: 30px !important;
    }

    #phcFilterPanelBtn {
        cursor: pointer;
        font-size: 16px;
        line-height: 16px;
        color: #000;
    }

    .phcContentSearchWrap .phcSearchContainer input[type=search] {
        font-size: 15px;
        line-height: 15px;
        padding: 11px;
    }



    .phcBlockContentSearchWrap {
        padding: 0;
    }

    .phcContentSearchWrap .phcSearchContainer form {
        width: 76%;
    }

    .phcFilterPanelBtnWrap {
        margin: 10px 0 0;
        width: 15%;
        display: inline-block;
        text-align: right;
    }

    #phcFilterPanelBtn {
        cursor: pointer;
        font-size: 16px;
        line-height: 16px;
        color: #000;
    }

    .phcArrowBtn {
        position: absolute;
        margin-right: 8px;
        transition: .5s ease;
    }

    .ArrowRight {
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
    }

    .phcBgFilterMobile {
        background-color: transparent;
        width: 100%;
        position: fixed;
        display: none;
    }

        .phcBgFilterMobile.active {
            background-color: rgba(0,0,0,0.40);
            z-index: 10;
            height: 100%;
            display: block;
            top: 0;
        }

    .phcBlockFiltersWrap {
        width: 100%;
        position: fixed;
        z-index: 15;
        display: none;
        top: 0;
        /*overflow-y: auto;*/
        /*overscroll-behavior: contain;*/
        height: 98vh;
    }

    .phcFilterPanelTitleWrap {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        position: fixed;
        width: 60%;
        background-color: #f7f7f7;
        align-items: center;
        top: 0;
    }

    .phcFilterPanelTitle {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        color: #000;
        width: 100%;
        text-align: center;
    }

    .phcFilterPanelBtnPop {
        display: block;
        color: #000;
        background: #fff;
        border-radius: 50%;
        border: 1px solid #ddd;
        padding: 5px;
        width: 24px;
        height: 22px;
        text-align: center;
        font-size: 15px;
        line-height: 10px;
        font-weight: 700;
        position: absolute;
        left: 15px;
    }

    .phcFiltersWrap {
        background-color: #fff;
        width: 60%;
        padding: 20px 5px 20px 0;
        margin: 0;
    }

    .phcFiltersBtnWrap {
        gap: 18px 15px;
    }

    .phcFiltersBtn {
        font-size: 14px;
        line-height: 23px;
    }

    .phcBlockResultsWrap {
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .phcBlockProductWrap {
        gap: 20px;
    }

    .phcProductWrap {
        width: 30%;
    }

    .phcProductTitle {
        font-size: 20px;
        line-height: 22px;
    }

    .phcProductFilter {
        font-size: 16px;
        line-height: 23px;
    }

    .phcProductDosage {
        font-size: 18px;
        line-height: 18px;
    }

    .phcBlockBannerWrap {
        width: 55%;
        margin: 0;
        background-color: #fff;
        padding: 0 0 10px;
    }


    .phcBlockBranchProductsWrap {
        width: 42%;
    }

    .phcSearchBranchContainer {
        width: 50%;
        padding: 0;
    }

    .phcSearchBranchResultText {
        font-size: 15px;
        line-height: 18px;
    }
}

@media screen and (min-width: 826px) and (max-width: 1024px) and (orientation: landscape) {
    .phcTopMarcomSloganTitle {
        font-size: 50px;
        line-height: 50px;
    }

    .phcContentSearchTitle {
        font-size: 23px;
        line-height: 23px;
    }

    .phcContentSearchWrap .phcSearchContainer input[type=search] {
        padding: 8px 15px 8px 0;
        font-size: 16px;
        line-height: 16px;
    }

    .phcContentSearchWrap .phcSearchContainer button {
    }

    .phcBlockProductWrap {
        gap: 30px 30px;
    }

    .phcFiltersBtnWrap {
        gap: 18px 10px;
    }

    .phcFiltersBtn {
        font-size: 14px;
        line-height: 23px;
    }

    .phcTopMarcomSloganTitle {
        font-size: 50px;
        line-height: 50px;
    }

    .phcBlockBranchProductsWrap {
        width: 30%;
    }

    .phcSearchBranchContainer {
        width: 50%;
    }
}

/* ----------- MOBILE LARGE ----------- */
@media screen and (max-width: 767px) {
    .phcTopMarcomWrap {
        margin: 0 0 20px;
    }

    .phcTopMarcomSlogan {
        right: 0;
        top: 5%;
        width: 100%;
        text-align: center;
        transform: translateY(0);
    }

    .phcTopMarcomSloganTitle {
        font-size: 40px;
        line-height: 40px;
    }

    .phcContentSearchWrap {
        width: 100%;
        text-align: center;
    }

    .phcContentSearchTitle {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
    }

    .phcSearchContainer {
        width: 100%;
        text-align: center;
        margin: 10px auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .phcBackLink {
        top: -20px;
        padding-right:8px;
    }

    .phcContentSearchWrap .phcSearchContainer input[type=search] {
        font-size: 13px;
        line-height: 13px;
        padding: 12px;
    }

    .phcContentSearchWrap .phcSearchContainer button {
        /* top: 11px;
        left: 5vw;*/
    }

    .phcBlockContentSearchWrap {
        padding: 0;
    }

    .phcContentSearchWrap .phcSearchContainer form {
        width: 74%;
    }

    .phcFilterPanelBtnWrap {
        margin: 10px 0 0;
        width: 16%;
        display: inline-block;
        text-align: right;
    }

    #phcFilterPanelBtn {
        cursor: pointer;
        font-size: 16px;
        line-height: 16px;
        color: #000;
    }

    .phcFiltersWrap:after {
        width: 85%;
    }

    .phcFiltersWrap:nth-child(5):after {
        display: block;
    }

    .phcFiltersWrap:nth-child(6):after {
        display: none;
    }

    .phcArrowBtn {
        position: absolute;
        margin-right: 8px;
        transition: .5s ease;
    }

    .ArrowRight {
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
    }

    .phcBgFilterMobile {
        background-color: transparent;
        width: 100%;
        position: fixed;
        display: none;
    }

        .phcBgFilterMobile.active {
            background-color: rgba(0,0,0,0.40);
            z-index: 10;
            height: 100%;
            display: block;
            top: 0;
        }

    .phcBlockFiltersWrap {
        width: 80%;
        position: fixed;
        z-index: 15;
        display: none;
        top: 0;
        background-color: #fff;
    }

    .phcFilterPanelTitleWrap {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        position: fixed;
        width: 80%;
        background-color: #fff;
        align-items: center;
        top: 0;
    }

    .phcFilterPanelTitle {
        font-size: 22px;
        line-height: 22px;
        font-weight: 700;
        color: #000;
        width: 100%;
        text-align: center;
    }

    .FilterTopButton {
        position: absolute;
        text-align: center;
        left: 15px;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: space-around;
    }

    .phcFiltersWrap {
        background-color: #fff;
        width: 100%;
        padding: 0 5px 20px 0;
        margin: 0;
    }

    .phcFiltersTitle {
        padding: 0 5px 0 0;
        font-size: 18px;
        line-height: 18px;
    }

    .phcFiltersBtnWrap {
        gap: 18px 10px;
    }

    .phcFiltersBtn {
        font-size: 12px;
        line-height: 18px;
        padding: 7px 10px;
    }

    .phcBtnIcon {
        max-width: 25%;
    }

    .phcBlockResultsWrap {
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .phcBlockProductWrap {
        gap: 24.5px;
    }

    .phcProductTitle {
        font-size: 1.1em;
        line-height: 1em;
        height: 30px;
        overflow: visible;
    }


    .phcProductFilter {
        font-size: 16px;
        line-height: 16px;
        padding: 0 5px 0 0;
    }

        .phcProductFilter:first-child {
            padding: 0 0 0 5px;
        }

    .phcProductDosage {
        font-size: 16px;
        line-height: 16px;
    }

    .phcProductFilterIcon {
        margin-left: 0;
    }

        .phcProductFilterIcon img {
            max-width: 73%;
        }

    .phcBlockBannerWrap {
        width: 100%;
        margin: 0;
        background-color: #fff;
        padding: 0 0 10px;
    }

    .phcBtnMoreWrap .phcBtnMoreWrapButton {
        width: 40%;
    }


    .phcBlockBranchProductsWrap {
        display: flex;
        width: 100%;
        vertical-align: top;
        justify-content: space-between;
    }

    .phcBranchProductsWrap {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: self-start;
        justify-content: space-between;
        padding: 0;
        margin-top: 24px;
    }


    .phcProductFilterWrap {
        margin: 8px 0 4px 0;
    }

    .phcProductWrap {
        width: 45%;
        padding: 16px 0;
        max-width: 100%;
        border: 1px solid #D8D8D8;
    }

    .phcSelectedProductWrap {
        padding: 0;
    }

    .phcProductFilter {
        font-size: 16px;
        line-height: 16px;
    }

    .phcProductDosage {
        font-size: 16px;
        line-height: 16px;
    }

    .phcProductFilterIcon {
        margin-left: 0;
    }

        .phcProductFilterIcon img {
            max-width: 73%;
        }

    .phcDescriptionTitle {
        margin: 0 0 10px;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
    }

    .phcProductsDescriptionWrap {
        display: flex;
        flex-direction: column;
        text-align: right;
        width: 90%;
        margin: 0 auto;
    }

    .phcProductsDescriptionTextWrap {
        padding: 8px 0;
    }

    .swipe {
        position: relative;
        transition: transform 0.3s ease;
        height:100%;
    }

    .phcBlockProductWrap{
        margin : 0!important;
    }


    @keyframes swipe-right {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes swipe-left {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(100%);
        }
    }

    .swipe.swiped-left {
        animation: swipe-left 0.4s forwards;
        position: relative;
    }

    .swipe.swiped-right {
        animation: swipe-right 0.4s forwards;
        position: relative;
    }


    .phcProductsDescriptionLabel {
        font-size: 14px;
        line-height: 16px;
        color: #677587;
        width: 45%;
        text-align: right;
    }

    .phcSelectedProductWrap .phcProductFilter {
        font-size: 18px;
    }

    .phcSelectedProductWrap .phcProductDosage {
        font-size: 18px;
    }

    .phcProductsDescription {
        font-size: 14px;
        line-height: 16px;
        color: #39414B;
        width: 62%;
        text-align: right;
        font-weight: 400;
    }

    .phcSearchBranchContainer {
        width: 100%;
        text-align: right;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .phcProductsDescriptionWrap .phcDescriptionTitle {
        position: relative;
        left: 12px;
    }

    .phcContentSearchBranchTitle {
        font-size: 16px;
        line-height: 16px;
    }

    .phcSearchBranchResultWrap {
        padding: 0;
    }

    .phcSearchBranchResultText {
        font-size: 16px;
        line-height: 18px;
    }

        .phcSearchBranchResultText br {
            display: none;
        }

    .phcMoreSearchResultkLink {
        margin: 0;
    }

        .phcMoreSearchResultkLink a {
            font-size: 16px;
            line-height: 16px;
        }

    .phcBlockErrorMessageWrap {
        text-align: center;
        width: 100%;
        margin: 10% 0 0 0;
    }
}

@media screen and (min-width: 1370px) {
    .site-wrap {
        width: 1370px;
        margin: auto;
    }
}

@media screen and (min-width: 428px) and (max-width: 428px) {
    .phcTopMarcom img {
        display: inline-block;
        width: 100%;
    }
}

@media screen and (min-width: 390px) and (max-width: 390px) {
    .phcTopMarcomSloganTitle {
        font-size: 35px;
        line-height: 35px;
    }

    .phcContentSearchTitle {
        font-size: 23px;
        line-height: 23px;
    }

    .phcContentSearchWrap .phcSearchContainer input[type=search] {
        padding: 10.5px;
    }

    .phcFiltersBtnWrap {
        gap: 18px 10px;
    }

    .phcProductWrap {
        width: 46.8%;
    }
}

@media screen and (max-width: 407px) {
    .phcTopMarcomSloganTitle {
        font-size: 35px;
        line-height: 35px;
    }

    .phcContentSearchTitle {
        font-size: 20px;
        line-height: 20px;
    }

    .phcContentSearchWrap .phcSearchContainer input[type=search] {
        padding: 10.5px;
    }

    .phcFiltersBtnWrap {
        gap: 18px 10px;
    }

    .phcProductWrap {
        width: 45%;
    }
}

@media screen and (max-width: 360px) {
    .phcContentSearchWrap .phcSearchContainer input[type=search] {
        padding: 10px;
    }

    .phcBlockProductWrap {
        gap: 15px 7px;
    }
}

/* ----------- MOBILE SMALL ----------- */
@media screen and (max-width: 320px) {
    .phcTopMarcomSloganTitle {
        font-size: 30px;
        line-height: 30px;
    }

    .phcContentSearchTitle {
        font-size: 18px;
        line-height: 18px;
    }

    .phcContentSearchWrap .phcSearchContainer input[type=search] {
        font-size: 12px;
        line-height: 18px;
    }

    .phcProductWrap {
        width: 45%;
    }

    .phcProductFilter {
        font-size: 13px;
        line-height: 16px;
    }

    .phcProductFilter {
        font-size: 13px;
        line-height: 16px;
    }

    .phcSearchBranchResultTitle {
        font-size: 15px;
        line-height: 18px;
    }

    .phcSearchBranchResultText {
        font-size: 14px;
        line-height: 16px;
    }

    .phcProductsDescriptionLabel, .phcProductsDescription {
        font-size: 12px;
        line-height: 14px;
    }

    .phcProductTitle {
        font-size: 16px;
        line-height: 18px;
    }

    .phcDescriptionTitle {
        font-size: 18px;
        line-height: 18px;
    }
}
