/***********  Navbar  ***********/
.nav-links ul li{
    display: block;
}
nav img{
    width: 9rem;
}
.nav-links{
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    height: 100vh;
    width: 200px;
    top: 0;
    left: -200px;
    text-align: right;
    z-index: 2;
    transition: 1s;
}
nav .fa-bars, .nav-links .fa-xmark{
    display: block;
    color: rgb(55, 107, 109);
    margin: 10px;
    font-size: 22px;
    cursor: pointer;
}
.nav-links .fa-xmark{
    position: absolute ;
    top: 0;
    right: 0;
}
.nav-links ul{
    padding-top: 50px;
    padding-left: 60px;
}
.nav-links ul li::after{
    display: none;
}

/************Featured Categories Section***********/


/***********Footer Section***********/
.banner{
    font-size: 1rem;
}
.p-s-details{
    flex-direction: column;
    margin-top: 2rem;
}
.p-s-details .payment{
    width: 100%;
}
.p-s-details .payment .pay-text{
    width: 100%;
}
.p-s-details .shipping{
    width: 100%;
}
.p-s-details .shipping .ship-text{
    width: 100%;
}
.payment, .shipping{
    flex-direction: column;
}
.icon-divisor{
    display: none;
}
.delivery-info{
    flex-direction: column;
}

/***********Single Product Details Section***********/
.single-product .row{
    flex-direction: column;
}
.products .row .col-2{
    margin: auto;
}

/***********Cart Section***********/
.cart-page .cart-info p{
    display: none;
}

/*********** Account Section ***********/
.form-container{
    width: 300px;
    height: 350px;
}
.form-container form{
    max-width: 300px;
}

/*********** Contact Section ***********/
.contact-us .row{
    flex-direction: column;
}