* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Noto-Sans-Armenia";
    src: url(../Noto_Sans_Armenian/NotoSansArmenian-VariableFont_wdth,wght.ttf);
}

body{
    font-family: "Noto-Sans-Armenia";

}
/* main{
    min-height: calc(100vh - 20px - 567px);
} */

a{
    text-decoration: none;
    color: inherit;
}

svg {
    -webkit-tap-highlight-color: transparent;
}

.price-count-title  path {
    fill: #6B6B6B !important;
}

.price-count-title svg:hover path {
    fill:  #2F6743 !important;
}

.page-breadcrumb a:hover{
    color:  #2F6743;
}

.header-info a svg {
    fill: transparent;
}

a svg {
    fill: #000;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

main{
    min-height: 370px;
}

header ul li,
footer ul li{
    list-style: none;
}

.menu ul{
    display: flex;
    overflow-x: auto
}

.img{
    width: 100%;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}


.header-menu,
.lang {
    display: flex;
    font-size: 13px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #162922;
    padding: 11px 0;
}

.header-menu a,
.lang a{
    font-size: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #000000;
    padding: 8px;
}

.header-menu a:hover{
    color: #2C6842;
}

.navigation{
    display: flex;
    align-items: center;
}



.header-logo{
    max-width: 260px;

}

.header-info{
    display: flex;
    width: 80%;
    justify-content: flex-end;
}

body.menu-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
}


.custom-select-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.flag-dropdown {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    list-style: none;
    margin: 0;
    z-index: 10;
}

.flag-dropdown li {
    padding: 5px 0;
}

.flag-dropdown li:hover {
    background-color: #f0f0f0;
}

/* Class to show the dropdown */
/*.show {*/
/*    display: block;*/
/*}*/

/*.lang-select {*/
/*    position: relative;*/
/*    width: 50px;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: anchor-center;*/
/*}*/

/*.selected {*/
/*    display: flex;*/
/*    align-items: center;*/

/*}*/

/*.options {*/
/*    display: none;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    background: #fff;*/
/*    border: 1px solid #ccc;*/
/*    margin-top: 5px;*/
/*}*/

/*.options li {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*    padding: 6px 10px;*/
/*}*/

/*.options li:hover {*/
/*    background: #f0f0f0;*/
/*}*/


.navigation .dropdown {
    position: relative;
    display: inline-block;
    width: fit-content;
}


.navigation #dropdown-btn {
    color: white;
    border: none;
    padding: 10px 0 0 10px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
    background: transparent;
}





.navigation #dropdown-btn img {
    width: 32px;
}


.navigation .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #B9B9B9;
    margin-left: auto;
}


.navigation .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-top: 5px;
    z-index: 2;
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    animation: slideIn 0.3s ease-out;
}

.navigation .dropdown-content li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    cursor: pointer;
}


.navigation .dropdown-content li:hover {
    background-color: #f1f1f1;
    color: blue;
}

.navigation .dropdown-content img {
    width: 28px;
    margin: 0;
}


.navigation .dropdown-content::-webkit-scrollbar {
    width: 8px;
}

.navigation .dropdown-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c2c9d2;
}


@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.nav-info-block{
    display: flex;
    justify-content: flex-end;
    width: 70%;
}

.lang-options li a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #000;
    padding: 6px 10px;
}

.favorite-count,
.cart-count{
    position: absolute;
    width: 25px;
    height: 25px;
    background: #2F6743;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    top: -8px;
    left: 23px;
    padding: 3px;
    font-size: 13px;
}

.web-search-icon,
.icon-block img{

    cursor: pointer;
}

.icon-block{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.burger-close-btn,
.burger-btn,
.icon-block div{
    margin-left: 22px;
    position: relative;
}


.two-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
     padding: 12px 0;
}



.header-item-menu{
    background: #2f3f43;
    box-shadow: 0px 5px 10px rgba(195, 216, 215, 0.35);
    width: 100%;

}

.header-item-two{
    box-shadow: 0px 4px 11px 0px #62626230;

}

/* menu */
.menu ul::-webkit-scrollbar{
    display: none;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.menu  li {
    float: left;
}

.menu li a, .dropbtn {
    /* display: inline-block;     */
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 26px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    display: flex;
    flex-wrap: wrap;

}
.flex{
    display: flex;
}



/* .menu li a:hover, .menu .dropdown:hover {
    background-color: #f4720a;
} */

.menu  li.dropdown {
    display: inline-block;
}

.menu  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    font-size: 15px;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
    right: 0;
    left: 0;
}

.menu .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.menu .dropdown:hover .dropdown-content {
    display: block;
}
.flex{
    display: flex;
}

footer{
    background: #EFEFEF;
    padding-top: 48px;

}

.footer-block{
    display: flex;
    flex-wrap: wrap;

}

.footer-item:first-child{
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.banking{
    text-align: end;
}

.footer-item li{
    list-style-type: none;
    margin-bottom: 20px;
}

.footer-item a{
    font-size: 16px;
    text-align: left;
    color: #000;
}

.footer-item a:hover{
    color: #2C6842;
}

.footer-item{
    width: 33.3%;
    padding-bottom: 60px;
}

.footer-logo{
    max-width: 260px;
    margin: 62px 0 13px;
}

.footer-title{
    font-family: "Adelle Sans ARM";
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    color: #292a2d;
    margin:51px 0 21px;
}


.footer-info .tel p{
    font-size: 31px;
    text-align: left;
    color: #494d4e;
    margin-bottom: 10px;
}

.geolocation{
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #696969;
}

.mail a,
.mail p{

    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #696969;
    margin-bottom: 20px;
}


.soc-icon{
    display: flex;
    align-items: center;
}

.footer-text{
    font-size: 13px;
    line-height: 30px;
    text-align: left;
    color: #000;
    margin-bottom: 6px;
}

.footer-text a{
    color: #000;
}

.footer-text a:hover{
    text-decoration: underline;
}

.footer-end{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.burger-btn,
.burger-close-btn{
    border: none;
    background-color: transparent;
    display: none
}

.mobile-search-icon{
    display: none;
}

.mob-search-icon{
    display: none;
}

.search-block{
    display: none;
}

.mobile-logo{
    display: none;
}

.bank-icons svg{
    margin-left: 16px;
}











/* responsive */
@media all and (max-width: 1500px){
    .container{
        max-width: 100%;
        padding: 0 30px;
    }
    .sub-menu-item{
        width: 25%;
    }
}


@media all and (max-width: 1199px){
    .burger-btn{
        display: flex;
        box-shadow: 0px 3px 6px #fff;

    }
    .burger-close-btn {
        border: none;
        background-color: transparent;
        display: none;

    }
    .header-menu{
        display: none;
    }
    .header-menu {
        padding: 50px 34px 87px;
        position: fixed;
        top: 108px;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background: #ffffff;
        margin-right: 0;
        display: none;
        flex-direction: column;
        align-items: flex-end;
        overflow-y: auto;
        box-shadow: 0px 3px 6px #fff;
        z-index: 5;
    }
    .header-menu a{
        font-family: Roboto;
        font-size: 16px;
        color: #000;
        margin-right: 0;
    }



    .header-menu li{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .header-menu a {
        border-right: none;
    }

    .icon-block {
        display: flex;

    }
    .tel-location {
        width: 50%;
    }

    .mobile-logo{
        display: block;
        position: absolute;
        bottom: 140px;
    }

}





@media all and (max-width: 1024px){
    .first-block .location p,
    .first-block .tel p{
        display: none;
    }

    .search input{
        display: none;
    }
    .search {
        width: 40%;
        border-radius: 4px;
        background: transparent;
        border: 1px solid #eaeaea;
        padding: 16px 6px;
        display: flex;
        justify-content: end;
    }
    .header-logo {
        max-width: 234px;
    }
    .footer-item {
        width: 50%;
    }
    .banking{
        text-align: left;
    }



}



@media all and (max-width: 767px){
    .menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow-x: auto;
        /* overflow: auto; */
    }
    /* .search {
        position: absolute;
        width: 95%;
        border-radius: 4px;
        background: transparent;
        border: 1px solid transparent;
        padding: 16px 6px;
        display: flex;
        justify-content: end;
    } */
    /* .search input {
        border: none;
        background: #f8f8f8;
        outline: none;
        width: 100%;
        height: 50px;
        margin: 32px 10px;
        position: absolute;
        padding: 16px;
    } */

    .footer-item img{
        max-width: 180px;
    }

    .mobile-search-icon {
        display: none;
        margin-top: 65px;
        position: absolute;
        margin-right: 30px;
        right: 0;
    }

    .search-icon{
        display: flex;
    }

    .mob-search-icon{
        display: flex;
    }
    .icon-block {
        display: flex;
        align-items: baseline;
    }
    .search-web{
        display: none;
    }
    .search-block{
        display: flex;
    }
    .search-input{
        margin-top: 45px;
        display: flex;
        position: absolute;
        width: 100%;
        height: 55px;
        right: 0;
        left: 0;
        border: none;
        padding: 30px;
        display: none;
    }

    /* _____________________________ */
    .sub-menu-item .three-level{
        display: none;
    }
    .sub-menu{
        display: inline-block;
    }
    .sub-menu-item{
        width: 100%;
    }

    .back-icon i{
        margin-top: 28px;
    }
    .menu .dropdown-content{
        height: 100%;
    }
    .three-level {
        padding: 34px 0 50px 0;
    }
    .menu .dropdown-content a{
        padding: 16px 0;
    }

    .three-level span{
        position: absolute;
        top: 25px;
        left: 60px
    }

    .banking{
        width: 100%;
    }
    .bank-icons svg {
    margin-left: 0;
    }
}










@media all and (max-width: 575px){
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .header-menu {
        top: 58px;
    }
    .two-block{
        padding: 10px 0;
    }
    .footer-block {
        flex-direction: column;
    }
    .footer-item{
        width: 100%;
        padding-bottom: 27px;
    }
    .footer-end{
        flex-direction: column;
    }
    .footer-text{
        margin: 0;
    }
    .footer-title {
        margin: 21px 0 0 0;
    }
    .footer-info {
        margin-top: 25px;
    }
    .header-logo svg {
        max-width: 150px;
    }

    .search {
        padding: 6px 16px;

    }
    /* .web-search-icon {
        margin-right: 250px;
    } */
    .search {
        position: absolute;
        width: 100%;
        border-radius: 4px;
        background: transparent;
        border: 1px solid transparent;
        padding: 16px 6px;
        display: flex;
        justify-content: end;
    }
    .search input {
        border: none;
        background: #f8f8f8;
        outline: none;
        width: 100%;
        height: 50px;
        margin: 30px 9px;
        position: absolute;
        padding: 16px;
    }
    .mobile-search-icon {
        margin-right: 35px;
    }

    .burger-close-btn,
    .burger-btn,
    .icon-block div{
        margin-left: 15px;
    }
    .bank-icons svg{
        margin: 0 5px 0 0;
    }
    .navigation #dropdown-btn{
        padding: 0;
    }
    .navigation .dropdown-content {
        left: -11px;
    }
    .navigation .dropdown-content li {
        padding: 12px 11px 12px 13px;
    }

}






