* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    text-decoration-line: none;
}

body {
    background-color: #FBFBFB;

}

.back-icon {
    position: fixed;
    margin-top: 1.5rem;
    margin-left: -2rem;
    z-index: 1;
}

.back-icon a {
    text-decoration: none;
}

.back-icon a,
i {
    font-size: 1.7rem;
    padding: 1.5rem;
    color: black;
}

.logo {
    background-color: #ffffff;
    height: 83px;
    padding: .5rem;
    text-align: center;
    box-shadow: 10px 10px 15px 5px #4444;
    position: fixed;
    width: 100%;
    box-shadow: 5px 2px #dedede;
    z-index: 1;

}

.logo a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    display: inline-block;
    padding: 8px;
    font-size: 14px;
}

.logo a.active {
    border: 0.2px solid #dedede;
}



.logo .items {
    position: relative;
    margin-top: -2.2rem;
    text-align: end;
}

.items .icon {
    position: relative;
}

.logo .icon {
    font-size: 23px;
    margin-right: -10px;
}

.header-items ul li a {

    color: black;
    text-decoration: none;
    display: flex;
    text-wrap: nowrap;
}

.header-items ul {
    display: flex;
    padding: 1rem;
    margin-top: -8px;
    text-wrap: nowrap;

}

.header-items ul li {
    list-style: none;
    margin-right: 1.5rem;
    text-wrap: nowrap;

}

.header-items {
    position: fixed;
    width: 100%;
    margin-top: 85px;
    background: #ffffff;
    overflow-x: auto;
    z-index: 1;
    text-wrap: nowrap;

}

.header-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.header-items::-webkit-scrollbar {
    height: 2px;
    background-color: #F5F5F5;
}

.header-items::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.nav {
    height: 3rem;
    text-align: center;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 101;
}

.nav ul li {
    display: inline-block;
    padding-right: 20px;
    list-style: none;

}

.nav ul li a {
    text-decoration: none;
    color: black;
}

.active {
    border-bottom: 3px solid #004015;
    padding-bottom: .3rem;
    color: #004015;
}

.title-1 h1 {
    text-align: center;
    padding-top: 11rem;

}

.title-2 h1 {
    text-align: center;
    padding-top: 3rem;

}

.title-3 h1 {
    text-align: center;
    padding-top: 3rem;

}

.title-4 h1 {
    text-align: center;
    padding-top: 3rem;

}

.title-5 h1 {
    text-align: center;
    padding-top: 3rem;

}

.title-6 h1 {
    text-align: center;
    padding-top: 3rem;

}

.title-7 h1 {
    text-align: center;
    padding-top: 3rem;

}

.title-8 h1 {
    text-align: center;
    padding-top: 3rem;

}

::selection {
    color: #fff;
    background: #ff654a;
}

.wrapper {
    max-width: 450px;
    margin: 150px auto;
    position: fixed;
    margin-top: 1.2rem;
    margin-left: 73rem;
    width: 200px;
    height: 165px;
}

.wrapper .search-input .icon-0 i {
    color: black;
    position: fixed;
    margin-top: -1.1rem;
    margin-right: 9rem;
}

.wrapper .search-input {
    background: #fff;
    width: 100%;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 5px 3px rgba(0, 0, 0, 0.12);
}

.search-input input {
    height: 3rem;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 60px 0 20px;
    font-size: 18px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.search-input.active input {
    border-radius: 5px 5px 0 0;
}

.search-input .autocom-box {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    max-height: 280px;
    overflow-y: auto;
}

.search-input.active .autocom-box {
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}

.autocom-box li {
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}

.search-input.active .autocom-box li {
    display: block;
}

.autocom-box li:hover {
    background: #efefef;
}

.search-input .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #e4ff4b;
    cursor: pointer;
}



.items-2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

.items-2 .box {
    width: 30%;
    height: auto;
    padding: 1rem;
    background: white;
    margin: 1rem;
    margin-bottom: 2rem;
    text-align: center;
    border-radius: .8rem;
    position: relative;
    box-shadow: 0 0 8px #999;
}

.items-2 .box h3 {
    padding: .5rem;
    font-weight: 300;
}

.items-2 .box .plus {
    position: absolute;
    top: 90%;
    left: 46%;
    width: 45px;
    height: 45px;
    display: block;
    background: #004015;
    color: #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(29, 38, 33, 0.2);

}

.items-2 .box .plus i {
    font-size: 25px;
    color: #ffffff;
}

.box img {
    width: 100px;
    height: 70px;
    object-fit: contain;
}

.box {
    box-shadow: 5px 10px 15px 5px rgb(228, 228, 236);
    padding: 1rem;
}

.title-1 {
    text-align: center;
}

@media only screen and (min-width: 600px) {
    .items-2 .box {
        width: 45%;
    }
    .items-2 .box .plus {
        left: 47%;
    }
}

@media only screen and (max-width: 600px) {
    .items-2 .box {
        width: 41%;
    }

    .items-2 .box h2 {
        font-size: 10px;
    }

    .items-2 .box .plus {
        left: 38%;
    }

    .items a {
        margin-top: 1rem;
        font-size: 11px;
        margin-left: -.5rem;
    }
    .header-items ul li h4 a b{
        font-size: 10px;
    }
    .title-1 h1{
        font-size: 16px;
    }
    .title-2 h1{
        font-size: 16px;
    }

    .logo img {
        width: 140px;
    }
}

.popup{
    width: 100%;
    height: 100%;
    position: fixed !important;
    top: 0;
    left: 0px;
    background: #ffff;
    z-index: 10;
}

.popup .back-icon{
    z-index:11;
}

.popup .box{
    box-shadow: 5px 10px 15px 5px rgb(228, 228, 236);
    padding: 2rem;
    margin-top: 5rem;
    height:100%;
}

.prod-desc{
    margin-bottom: -.5rem
    padding:.5rem;
    font-weight:300;
}

.prod-price{
    font-weight:300;
}

.logo .product-name{
    margin-bottom: -2rem;
    margin-top: 1.4rem;
    font-weight:400;
}
