* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    user-select: none;
}

.header {
    width: 100%;
    height: auto;
    /* border: 2px solid black; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FFF;
}


.conteyner {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    width: 20%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav-menu {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mini_icon0 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-icons {
    height: auto;
    width: 20%;
    display: flex;
    align-items: center;
    font-size: 1.5vw;
}

.nav-icon {
    width: 100%;
    height: 64px;
    border-left: 1px solid rgba(0, 0, 0, 0.242);
    margin-top: -2px;
}

.nav-icon1 {
    width: 100%;
    height: 64px;
    border-left: 1px solid rgba(0, 0, 0, 0.242);
    margin-top: -2px;
}

.nav-icon2 {
    width: 100%;
    height: 64px;
    border-left: 1px solid rgba(0, 0, 0, 0.242);
    margin-top: -2px;
}

.nav-icon3 {
    width: 100%;
    height: 64px;
    border-left: 1px solid rgba(0, 0, 0, 0.242);
    margin-top: -2px;
}

.nav-icon4 {
    width: 100%;
    height: 64px;
    border-left: 1px solid rgba(0, 0, 0, 0.242);
    margin-top: -2px;
}

.nav-item a {
    color: #000;
    font-weight: bold;
}

.nav-icon:hover {
    color: #60B021;
    border-bottom: 2px solid #60B021;
}

.nav-icon1:hover {
    color: #60B021;
    border-bottom: 2px solid #60B021;
}

.nav-icon2:hover {
    color: #60B021;
    border-bottom: 2px solid #60B021;
}

.nav-icon3:hover {
    color: #60B021;
    border-bottom: 2px solid #60B021;
}

.nav-icon4:hover {
    color: #60B021;
    border-bottom: 2px solid #60B021;
}

.conteir2 {
    min-width: 300px;
    width: 35%;
    height: 70px;
    border: 2px solid red;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.conteir3 {
    height: 70px;
    border: 2px solid red;
    font-size: 1.5vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.conteir2 ul {
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 1vw;
    font-weight: bold;
}

.conteir2 li {
    transition: .2s;
}

.conteir2 ul li a {
    text-decoration: none;
    color: black;
    transition: .5s;
    display: flex;
    align-items: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.nav-list a:hover {
    color: #60B021;
    border-bottom: 2px solid #60B021;
    cursor: pointer;
    margin-top: -2px;
}

.nav-icon0 {
    display: none;
}

.nav-icon0 input {
    padding-left: 30px;
    width: 200px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
    border-radius: 100px;
    border: none;
}

@media (min-width:1440px) {
    .conteir3 {
        width: 20%;
        height: 70px;
        /* border: 2px solid aqua; */
        font-size: 1.5vw;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .w {
        height: 100%;
        width: 20%;
        border-left: 1px solid rgba(128, 128, 128, 0.367);
        padding-top: 20px;
        padding-left: 17px;
        transition: .3s;
    }

    .conteir {
        min-width: 300px;
        width: 23%;
        height: 65px;
        /* border: 2px solid red; */
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .w::before {
        margin-left: 5px;
    }

    .nav-menu {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 50px;
    }

    .conteir img {
        width: 200px;
        transition: .3s;
    }
}

@media(max-width: 1450px) {
    .w {
        height: 100%;
        width: 20%;
        border-left: 1px solid rgba(128, 128, 128, 0.367);
        padding-top: 18px;
        padding-left: 15px;
        transition: .3s;
    }

    .conteyner {
        width: 100%;
        margin: 0 auto;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-icon {
        width: 100%;
        height: 54px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }

    .nav-icon1 {
        width: 100%;
        height: 54px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }

    .nav-icon2 {
        width: 100%;
        height: 54px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }

    .nav-icon3 {
        width: 100%;
        height: 54px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }

    .nav-icon4 {
        width: 100%;
        height: 54px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }
}

@media(max-width: 1150px) {
    .nav-link {
        font-size: 1.3vw;
    }

    .header {
        width: 100%;
        height: auto;
        /* border: 2px solid black; */
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color: #FFF;
    }

    .conteyner {
        width: 100%;
        margin: 0 auto;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .w {
        font-size: 1.8vw;
        margin-left: -3px;
        border: none;
        transition: .3s;
    }
}

@media (max-width: 600px) {
    .nav-icon {
        display: none;
    }

    .nav-icon1 {
        display: none;
    }

    .nav-icons {
        height: auto;
        width: 10%;
        display: flex;
        align-items: center;
        font-size: 1.5vw;
    }

    .nav-icon2 {
        width: 45%;
        height: 54px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
    }

    .nav-icon3 {
        width: 45%;
        height: 54px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
    }

    .nav-icon4 {
        width: 45%;
        height: 54px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
    }

    .fa-shopping-cart::before {

        font-size: 3.5vw;
        margin-left: 6px;
    }

    .fa-search::before {

        font-size: 3.5vw;
        margin-left: 6px;
    }

    .fa-user::before {
        font-size: 3.5vw;
        margin-left: 6px;
    }

    .nav-link {
        font-size: 5vw;
    }
}

@media (max-width: 450px) {
    .nav-icon {
        display: none;
    }

    .nav-icon1 {
        display: none;
    }

    .nav-icons {
        height: auto;
        width: 10%;
        display: flex;
        align-items: center;
        font-size: 1.5vw;
    }

    .nav-icon2 {
        width: 45%;
        height: 54px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
    }

    .nav-icon3 {
        width: 45%;
        height: 54px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
    }

    .nav-icon4 {
        width: 45%;
        height: 54px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
    }

    .fa-shopping-cart::before {
        content: "\f07a";
        font-size: 4.5vw;
        margin-left: -2px;
    }

    .fa-search::before {
        content: "\f002";
        font-size: 4.5vw;
        margin-left: -2px;
    }

    .fa-user::before {
        font-size: 4.5vw;
        margin-left: -2px;
    }

    .nav-link {
        font-size: 7vw;
        margin-top: 20px;
    }

    .card_img {
        width: 100%;
    }

    .nav-logo {
        padding-left: 20px;
    }
}

.nav-toggler {
    width: 55px;
    height: 40px;
    border: 2px solid #42424277;
    background: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    cursor: pointer;
    display: none;
}

.nav-toggler-icon {
    width: 38px;
    height: 2px;
    background: rgb(183 183 183);
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.nav-toggler-icon::before {
    content: "";
    width: 38px;
    height: 2px;
    background: rgb(183 183 183);
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.nav-toggler-icon::after {
    content: "";
    width: 38px;
    height: 2px;
    background: rgb(183 183 183);
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media(max-width: 991px) {
    .conteyner {
        width: 100%;
        margin: 0 auto;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-toggler {
        display: block;
        margin-left: 40px;
        border-color: rgb(183 183 183);
    }

    .nav-link {
        margin-top: 8px;
    }
    .nav-item a {
        color: #FFF;
        font-weight: bold;
    }
    

    .nav-list {
        width: 100vw;
        height: auto;
        position: fixed;
        left: -100px;
        background: #000;
        display: none;
    }

    .nav-list.active {
        position: absolute;
        left: 0;
        top: 50px;
        display: block;
    }

    .nav-list.active .nav-menu {
        display: flex;
        align-items: flex-start;
        justify-content: left;
        flex-direction: column;
        margin-left: -25px;
    }

    .nav-list.active .sayt {
        margin-top: 100px;
    }

    .nav-link {
        font-size: 1.7vw;
        margin-top: 6px;
    }

    .w {
        height: 100%;
        width: 20%;
        border-left: 1px solid rgba(128, 128, 128, 0.367);
        padding-top: 15 px;
        padding-left: 20px;
        transition: .3s;
        font-size: 2.3vw;
        border: none;
    }

    .nav-logo {
        width: 30%;
        height: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .nav-icons {
        height: auto;
        width: 30%;
        display: flex;
        align-items: center;
        font-size: 2vw;
    }

    .nav-icon {
        width: 100%;
        height: 53px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }
}

@media(max-width: 700px) {
    .conteyner {
        width: 100%;
        margin: 0 auto;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-toggler {
        display: block;
        margin-left: 40px;
        border-color: rgb(183 183 183);
    }

    .nav-link {
        margin-top: 8px;
    }



    .nav-list.active {
        position: absolute;
        left: 0;
        top: 50;
        display: block;
    }

    .nav-list.active .nav-menu {
        display: flex;
        align-items: flex-start;
        justify-content: left;
        flex-direction: column;
        margin-left: -30px;
    }
    .nav-link {
        font-size: 2vw;
        margin-top: 7px;
    }

    .w {
        height: 100%;
        width: 20%;
        border-left: 1px solid rgba(128, 128, 128, 0.367);
        padding-top: 15 px;
        padding-left: 15px;
        transition: .3s;
        font-size: 2.5vw;
        border: none;
    }

    .nav-logo {
        width: 30%;
        height: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .nav-icons {
        height: auto;
        width: 30%;
        display: flex;
        align-items: center;
        font-size: 2vw;
    }

    .nav-icon {
        width: 100%;
        height: 53px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }
}

@media(max-width: 500px) {
    .nav-item a{
        font-size: 3vw;
    }

    .nav-logo {
        padding-left: 30px;
    }
    .conteyner {
        width: 100%;
        margin: 0 auto; 
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-icon2 {
        width: 100%;
        height: 43px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }

    .nav-icon3 {
        width: 100%;
        height: 43px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }

    .nav-icon4 {
        width: 100%;
        height: 43px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }

    /* .fa-shopping-cart::before{
        
    } */
    .w {
        margin-left: -6px;
        margin-top: -4px;
    }

    .nav-toggler {
        width: 48px;
        height: 33px;
        border: 2px solid #42424277;
        background: none;
        border-radius: 5px;
        position: relative;
        cursor: pointer;
    }
    .nav-list.active .nav-menu {
        display: flex;
        align-items: flex-start;
        justify-content: left;
        flex-direction: column;
        margin-left: -15px;
    }
    .nav-toggler-icon {
        width: 35px;
        height: 2px;
        background: rgb(183 183 183);
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, 50%);
    }

    .nav-toggler-icon::before {
        content: "";
        width: 35px;
        height: 2px;
        background: rgb(183 183 183);
        position: absolute;
        left: 50%;
        top: -10px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .nav-toggler-icon::after {
        content: "";
        width: 35px;
        height: 2px;
        background: rgb(183 183 183);
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .nav-list {
        margin-top: -10px;
    }

    .sayt_p {
        font-size: 6.5vw;
        width: auto;
        background-color: #FFF;
        margin-left: 85px;
        margin-top: 310px;
        position: absolute;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    }

    .sayt_p2 {
        font-size: 6.5vw;
        width: auto;
        background-color: #FFF;
        margin-left: 85px;
        margin-top: 351px;
        position: absolute;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    }

    .sayt_p3 {
        font-size: 6.5vw;
        width: auto;
        background-color: #FFF;
        margin-left: 85px;
        margin-top: 392px;
        position: absolute;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    }
}


@media (max-width: 400px) {
    .sayt_p {
        font-size: 8vw;
        width: auto;
        background-color: #FFF;
        margin-left: 85px;
        margin-top: 310px;
        position: absolute;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    }

    .sayt_p2 {
        font-size: 8vw;
        width: auto;
        background-color: #FFF;
        margin-left: 85px;
        margin-top: 351px;
        position: absolute;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    }

    .sayt_p3 {
        font-size: 8vw;
        width: auto;
        background-color: #FFF;
        margin-left: 85px;
        margin-top: 392px;
        position: absolute;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
    }

    .card_img {
        width: 150%;
    }

    .w {
        margin-left: -4px;
    }

    .nav-link {
        margin-left: -25px;
        font-size: 2.88vw;
        margin-top: 10px;
    }

    .nav-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.nav-icon0.active {
    position: absolute;
    top: 52px;
    left: 82%;
    display: block;
}

.nav-icon0 input {
    padding-left: 30px;
    width: 200px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
    border-radius: 100px;
    border: none;
}

.nav-icon0.active .mini_icon0 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1150px) {
    .nav-icon0.active {
        position: absolute;
        top: 52px;
        left: 79%;
        display: block;
    }

    .nav-icon0 input {
        padding-left: 30px;
        width: 200px;
        height: 40px;
        background: #FFFFFF;
        box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
        border-radius: 100px;
        border: none;
    }
}

@media (max-width: 950px) {
    .nav-icon0.active {
        position: absolute;
        top: 52px;
        left: 74%;
        display: block;
    }

    .nav-icon0 input {
        padding-left: 30px;
        width: 170px;
        height: 40px;
        background: #FFFFFF;
        box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
        border-radius: 100px;
        border: none;
    }
}

@media (max-width: 670px) {
    .nav-icon0.active {
        position: absolute;
        top: 42px;
        left: 70%;
        display: block;
    }

    .nav-icon0 input {
        padding-left: 30px;
        width: 170px;
        height: 40px;
        background: #FFFFFF;
        box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
        border-radius: 100px;
        border: none;
    }

    .conteyner {
        width: 100%;
        margin: 0 auto;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-icon2 {
        width: 100%;
        height: 43px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }

    .nav-icon {
        width: 100%;
        height: 43px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -3px;
    }

    .nav-icon1 {
        width: 100%;
        height: 43px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -3px;
    }

    .nav-icon3 {
        width: 100%;
        height: 43px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }

    .nav-icon4 {
        width: 100%;
        height: 43px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -2px;
    }

    /* .fa-shopping-cart::before{
        
    } */
    .w {
        margin-left: -6px;
        margin-top: -4px;
        font-size: 3vw;
    }

    .nav-toggler {
        width: 48px;
        height: 33px;
        border: 2px solid #42424277;
        background: none;
        border-radius: 5px;
        position: relative;
        margin-left: 11px;
        cursor: pointer;
    }

    .nav-toggler-icon {
        width: 35px;
        height: 2px;
        background: rgb(183 183 183);
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, 50%);
    }

    .nav-toggler-icon::before {
        content: "";
        width: 35px;
        height: 2px;
        background: rgb(183 183 183);
        position: absolute;
        left: 50%;
        top: -10px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .nav-toggler-icon::after {
        content: "";
        width: 35px;
        height: 2px;
        background: rgb(183 183 183);
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .nav-list {
        margin-top: -10px;
    }
}

@media (max-width: 570px) {
    .nav-icon0.active {
        position: absolute;
        top: 42px;
        left: 62%;
        display: block;
    }

    .nav-icon0 input {
        padding-left: 30px;
        width: 170px;
        height: 40px;
        background: #FFFFFF;
        box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
        border-radius: 100px;
        border: none;
    }
}

@media (max-width: 445px) {
    .nav-icon0.active {
        position: absolute;
        top: 42px;
        left: 55%;
        display: block;
    }

    .nav-icon0 input {
        padding-left: 30px;
        width: 170px;
        height: 40px;
        background: #FFFFFF;
        box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
        border-radius: 100px;
        border: none;
    }

    .fa-search::before {
        margin-left: 2px;
    }

    .fa-user::before {
        margin-left: 3px;
    }

    .fa-shopping-cart::before {
        margin-left: 3px;
    }
}

@media (max-width: 445px) {
    .nav-icon0.active {
        position: absolute;
        top: 42px;
        left: 46%;
        display: block;
    }

    .nav-icon0 input {
        padding-left: 30px;
        width: 170px;
        height: 40px;
        background: #FFFFFF;
        box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
        border-radius: 100px;
        border: none;
    }

    .fa-shopping-cart::before {
        margin-left: 1px;
    }
}
.sayt{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.sayt-cart{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.sayt-cart p{
    font-size: 2vw;
}
.empty{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20xp;
    border-top: 1px solid rgba(0, 0, 0, 0.29);
    border-bottom: 1px solid rgba(0, 0, 0, 0.29);
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background-color: #FFF;
}
.cart{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.cart img{
    width: 25%;
}
.cart-p{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.cart-p{
    font-size: 2.5vw;
    opacity: 0.8;
}
.cart-btn{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.cart-btn button{
    width: 230px;
    height: 70px;
    border-radius: 10px;
    font-size: 1.4vw;
    background-color: #09f;
    border: none;
    color: #FFF;
}
.footer{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-p{
    width: 60%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-p a{
    text-decoration: none;
    font-size: 1.3vw;
    color: #000;
}
.footer-p a:hover{
    color: #09f;
}
@media (min-width: 1440px){
    .cart-btn{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .cart-btn button{
        width: 350px;
        height: 100px;
        border-radius: 10px;
        font-size: 1.4vw;
        background-color: #09f;
        border: none;
        color: #FFF;
    }
    .footer{
        width: 100%;
        padding-top: 30px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .cart img{
        width: 20%;
    }
}
@media (max-width: 700px){
    .sayt-cart p{
        font-size: 3vw;
    }
    .cart-p{
        font-size: 3.5vw;
    }
    .cart-btn{
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .cart-btn button{
        width: 230px;
        height: 60px;
        border-radius: 10px;
        font-size: 2vw;
        background-color: #09f;
        border: none;
        color: #FFF;
    }
    .footer-p{
        width: 60%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .footer-p a{
        text-decoration: none;
        font-size: 3vw;
        color: #000;
    }
    .footer-p p{
        padding-top: 20px;
    }
}
@media (max-width: 500px){
    .cart{
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .sayt-cart p{
        font-size: 3.5vw;
    }
    .cart-p{
        font-size: 4vw;
    }
    .cart img{
        width: 35%;
    }
    .cart-btn{
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .cart-btn button{
        width: 230px;
        height: 60px;
        border-radius: 10px;
        font-size: 3vw;
        background-color: #09f;
        border: none;
        color: #FFF;
    }
    .footer-p{
        width: 60%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .footer-p a{
        text-decoration: none;
        font-size: 3vw;
        color: #000;
    }
    .footer-p p{
        padding-top: 20px;
    }
}
@media (max-width: 400px){
    .cart{
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .sayt-cart p{
        font-size: 4.5vw;
    }
    .cart-p{
        font-size: 4.5vw;
    }
    .cart img{
        width: 40%;
    }
    .cart-btn{
        width: 90%;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .cart-btn button{
        width: 200px;
        height: 50px;
        border-radius: 10px;
        font-size: 4vw;
        background-color: #09f;
        border: none;
        color: #FFF;
    }
    .footer-p{
        width: 60%;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .footer-p a{
        text-decoration: none;
        font-size: 3vw;
        color: #000;
    }
    .footer-p p{
        padding-top: 20px;
    }
}
.card_img2{
    display: none;
}
@media(max-width: 400px) {
    .nav-item a {
        color: #FFF;
        font-weight: bold;
        margin-left: -5px;
        font-size: 4vw;
    }
    .card_img {
        display: none;
    }

    .card_img2 {
        width: 70%;
        display: block;
        margin-top: 5px;
    }

    .w::before {
        font-size: 5.5vw;
        margin-left: -1px;
    }
    .fa-search::before {
        content: "\f002";
        margin-left: 2px;
    }
    .fa-user::before {
        content: "\f007";
        margin-left: 2.5px;
    }

    .nav-icon2 {
        width: 100%;
        height: 43px;
        border-left: 1px solid rgba(0, 0, 0, 0.242);
        margin-top: -1px;
        margin-left: -10px;
    }
}