* {
margin: 0;
font-family:  Roboto, Helvetica, sans-serif;
border: border-box;
background-color: F8F9FA;
padding: 0;

}









.navbar {

    height: 60px;
    width: 100%;
    z-index: 1;
    position: fixed;
    background-color: #E9ECEF;
    color: #101010;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav-logo {
    height: 44px;
    width: 161px;
}
.logo {

    background-image: url(Products\ Shots/logo4.png);
    background-size: cover;
    height: 44px;
    width: 161px;
}

/* BORDER FOR HOVERING BOXES */

.border {
    padding: 4px;
    border: 1px solid transparent;
}

.border:hover {
    padding: 4px;
    border: 1px solid #101010;
}

/* PAKISTANS MOST TRUSTED ARMS SHOP */

.nav-slogan {
    display: block;
    align-items: center;
}
.slog-1 {
    color:  #606060;
    font-size: 0.75rem;
    margin-left: 3px;
}

.slog-2 {
    font-size: 1rem;
    color: #101010;
    margin-left: 2px;
    font-weight: bold;
}
.add-icon {
    display: flex;
    align-items: center;
}

/*SEARCH BOX */

.nav-search {

    display: flex;
    background-color: #ADB5BD;
    width: 45vw;
    height: 40px;
    border-radius: 4px;
    justify-content: center;
    border: 2px solid #E9ECEF;
    
}
.nav-search:hover {
    border: 2px solid #cd4444;
}

.search-select {

    background-color: #c0c0c0;
    color: #404040;
    font-size: 0.75rem;
    width: 45px;
    padding-left: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}

.search-input {
    padding-left: 8px;
    width: 100%;
    font-size: 1rem;
    border: none;
}

.search-icon {
    display: flex;
    width: 45px;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    background-color: #cd4444;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #f0f0f0;
}

/* ACCOUNT AND LIST */

.nav-signin{
    display: block;
    align-items: center;

}

#user-logo {
    /* display: none; */
    position: absolute;
    font-size: 0.0005rem;

}

.nav-hello {
    font-size: 0.75rem;
    color:  #606060;
}

.nav-line {
   
    font-size: 0.85rem;
    color: #101010;
    font-weight: 700;
    margin-right: 3px;
}

.nav-account {
    display: flex;
}

.fa-caret-down {
    padding-top: 2.5px;
    font-size: 0.65rem;
}

/* CART-BOX */
.nav-cart i {
    text-decoration: none;
    font-size: 1.9rem;

}

.nav-cart {
    position: relative;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 700;
    color: #101010;
}



.cart-product {
    font-size: 0.7rem;
    position: absolute;
    color:#f0f0f0;
    z-index: 5;
    top: 18%;
    left: 27%;
}



/* PANEL */


.panel {
    position: relative;
    top: 60px;
    z-index: 0;
    width: 100%;
    border-top: 0.000001rem solid #e0e0e0;
    background-color: #E9ECEF;
    height: 35px;
    display: flex;
    
    font-weight: 700;
    color: #606060;
    align-items: center;
    justify-content: space-around;
    
}

/* .pnael p, {
    
} */

.panel-all {
padding-right: 14px;
top: 740px;

}

.panel-opt p {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    
    
}

.panel-opt {
    width: 70%;
    font-size: 0.75rem;
}

.panel-discount {
    font-size: 0.85rem;
}


    /* MAIN BK PICTURE IMAGE  */
.hero-section {
    
    background-size: cover;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    

}

.hero-text {
    background-color: #cd4444;
    color: #e0e0e0;
    height: 40px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    margin-bottom: 20px;

}

.hero-text a {

    color: #007185;
    margin-left: 4px;
}


body {
    background-color: #f0f0f0;
}
/* SHOP-SECTION    */


/* THE BOXES ALIGNMNE */
.shop-section {
    
    /* background-color:rgb(6,4,4); */
    background-color: #f0f0f0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  
    
}

/* WHOLE BOX  */
.box {
    margin-top: 30px;
    height: 260px;
    width: 23vw;
    background-color: white;
    color: #101010;
    text-decoration: none;
    background-size: cover;
    display: flex;
    /* background-position-x: le; */
    /* align-items: center; */
    /* justify-content: space-evenly; */
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    
}

/* DISCOUUNT DIV  */
.discount {
    top: 0px;
    width: 23vw;
    height: 16px;
    display: block;
    text-align: center;
    padding-top: 4px;
    color: #e0e0e0;
    font-size: 0.7rem;
}

/* product image  */
.box-img {
    
    height: 140px;
    width: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-position-y: 3 0px; */
    justify-self: center;
    position: relative;
    top: -5px;
    /* width: max-content; */
    /* padding-top: 250px; */
}

/* product tile + model  */
.box-title {
    position: relative;
    top: 160px;
    height: 40px;
    text-align: center;
    padding-bottom: 0.1rem;
    font-weight: 600;
    font-size: small;
}
h2 {
    display: inline;
    font-size: 1.5rem;
    padding-right: 10px;}

    /* see more  */
.box p {
    position: relative;
    top: 30px;
    text-align: center;
    padding-top: 0.3rem;
    font-size: 0.75rem;
    color: #007185;
    border-top: 0.000001rem solid #e0e0e0;
    cursor: pointer;
}

.box p:hover {
    color: #cd4444;
}

.hidden {
    display: none;
}
.popup_cart {
        flex-wrap: wrap;
        z-index: 1;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.8);
}
.content {
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 2;
    height: 80%;
    border-radius: 1.5rem;
    background-color: white;
    width: 40%;
    align-items: center;
    /* justify-content: center; */
}

.pop-cross {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #404040;
    font-size: 1.5rem;
}
.pop-cross:hover{
    color: #cd4444;
}

#pop-title {
    padding-top: 50px;
    text-align: center; 
     font-size: xx-large;
    
}

.content-row {
    width: 100%;
    display: flex;
    height: 250px;
    flex-direction: row;
    margin-top: 50px;
    
    margin-bottom: auto;
    justify-content: center;
    /* overflow: hidden;     */
}

.content-image {
    position: relative;
    width: 200px;
    height: 100%;
    background-size: contain;
    background-repeat: repeat;
    margin-right: 20px;
 
    /* box-shadow: 2px 2px 2px red; */
}

.content-desc-price {
    margin-left: 10px;
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 2px solid red;
    align-items: center;
}
.content-price {
    color: #cd4444; 
    width: 200px;
    height: 100px;
    padding: 5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    font-weight: 800;
    font-size: 2rem; 
    border-radius: 8px; 
    background-color: #fff; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
    position: relative;
    
}

.content-price:hover {

    background-color: #f5f5f5; 
    transform: translateY(-5px);
    transition: all 0.3s ease; 
}

.content-price p {
    text-align: center;
}

#content-description {
    margin-left: 10px;
    display: flex;
    position: relative;
    flex-direction: column;
    width: 200px;
    border-radius: 12px; 
    align-items: center;
    padding: 10px;
    background-color: #f8f8f8; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
    border: 2px solid #cd4444;

}

.list {
    list-style-type: none;
    margin-bottom: 3px;
    padding-bottom: 7px;
}

.pop-cart {
    position: absolute;
    bottom: 50px;
    width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
}

.cart-button {
    background-color: #cd4444;
    border: 1.5px solid #cd4444;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    /* margin-left: 20px; */
    font-size: 0.85rem;
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
    color: #e0e0e0;

}
.checkout:Hover {
    background-color: #882f2f;
    border-color: #882f2f;
}
.cart-click {
    background-color: white;
    color: #cd4444;
} 
.cart-click:hover {
    background-color: #cd4444;
    color: white;
} 

.cart-click:active {
    background-color: #882f2f;
}
    




footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-top: 30px;
}

/* FOORTER  */
.foot-return {
    background-color: #cd4444;
   
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.65rem;
    
}
.foot-return a {text-decoration: none;
    color: #f0f0f0;}

.foot-social {
    background-color: #101010;
    color: #f0f0f0;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.00000rem solid beige;
    font-size: 0.75rem;
}
.foot-social i {
    margin-right: 4px;}




    /* CART-PAGE DESIGN  */





    .cart-content {
        position: relative;
        top: 60px;
        left: 0px;
        display: flex;;
        height: 800px;
    }

     .my-cart{
        font-size: 30px;
        font-weight: bolder;
        width: 80%;
        padding: 30px 0px 20px 0px;
        border-bottom: 0.000001rem solid #e0e0e0;
        text-align: center;
     }

     .bill {
        width: 40%;
        background-color: #f0f0f0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
     }

     .products {
        position: relative;
        /* padding-top: 60px; */
        background-color: white;
        width: 60%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        
    }


    .product-item {
        position: relative;
        display: flex;
        flex-direction: row;
        /* margin: 10px 10px 0px 10px; */
        border-bottom: 0.000001rem solid #e0e0e0;
        /* border: 2px solid black; */
        width: 80%;
        padding: 20px 20px 20px 20px;
        height: 140px;
        margin: 10px 0px 10px;
        align-items: center;
        
    } 

    .p-image {
        background-color: #e0e0e0;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 22%;
        border-radius: 2%;
        margin-left: 20px;
    }

    .p-details {

        display: flex;
        flex-direction: column;
        height: 100%;
        row-gap: 30px;
        

    }

    .p-title {
    
        display: flex;
        justify-content: flex-start;
        font-size: larger;
        padding-top: 5px;
        font-weight: 600;
        margin-left: 20px;
        
    }

    .p-quantity {
        margin-left: 20px;
        display: flex;
        position: absolute;
        bottom: 30px;
        color: #101010;
        height: 30px;
        width: 50px;
        align-items: center;
        border: 0.15rem solid #101010;
        justify-content: space-between;
        padding: 0px 6px 0px 6px;
    }

    .quantity-number {
        text-align: center;
        font-size: 0.8rem;
        border: none; 
        outline: none; 
        /* padding: 0px 10px 0px 10px; */
    }

    .quantity-icon {
        font-size: 0.8rem;
    }

    .quantity-icon:hover {
        color: #cd4444;
    }

    .p-cross {
        position: absolute;
        top: 20px;
        right: 30px;
    }

    .p-cross:hover {
        color: #cd4444;
    }

    .p-price {
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 30px;
        bottom: 40px;
        color: #cd4444;
    }

    .price-discount {
        text-align: right;
        font-size: 0.8rem;
        color: #101010;
        text-decoration: line-through;
    }



    /* BILL CONTENt  */

    .bill-content {
        margin-top: 10%;
        border-radius: 0.5%;
        background-color: white;
        color: #101010;
        position: relative;
        height: 500px;
        width: 70%;
    }

    
    .bill-charges {
        width: 80%;
        padding: 30px 0px 30px 0px;
        border-bottom: 0.000001rem solid rgba(205,68,68,0.5);
        margin-right: auto;
        margin-left: auto;
    }


    .bill-content h3 {
        font-size: 2rem;
        padding:40px 0px 0px 40px;
        font-weight: 600;
    }

    .bill-row {
        /* padding: 0px 40px 0px 40px; */
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

    .total-price {

        width: 80%;
        padding: 15px 0px 30px 0px;
        font-size: larger;
        font-weight: 600;
        /* border-bottom: 0.000001rem solid rgba(205,68,68,0.5); */
        margin-right: auto;
        margin-left: auto;
    }

    .bill-check-out {
        width: 80%;
        height: 10px;
        padding: 15px 0px 30px 0px;
        font-size: larger;
        color: #f0f0f0;
        text-align: center;
        background-color: #cd4444;
        font-weight: 600;
        /* border-bottom: 0.000001rem solid rgba(205,68,68,0.5); */
        margin-right: auto;
        margin-left: auto;
    }

    .bill-check-out:hover {
        background-color: #882f2f;
    }

    .bill-notes {
        width: 80%;
        padding: 15px 0px 30px 0px;
        font-size: smaller;
        color: #404040;
        text-align: left;
        font-weight: 200;
        /* border-bottom: 0.000001rem solid rgba(205,68,68,0.5); */
        margin-right: auto;
        margin-left: auto;
    }

    

    



    









    /* ------------------------ */
    /* REPSONSIVE WEBSITE */
    /* ------------------------ */


    @media (max-width: 1000px ) {


        .nav-slogan {
            display: none;
        }

        .nav-hello, .nav-line {
            display: none;
        }
        
        .fa-caret-down {
            font-size: 0.005rem;
        }

        #user-logo {
            font-size: 2.0rem;
            position: relative;
        }
        

        
        
        .nav-cart {
            font-size: 0%;
        }

        .cart-product{
            padding-left: 0.5rem;
        }

        .nav-cart i {
            display: block;
            text-decoration: none;
            font-size: 1.9rem;
        
        }

        .navbar {
            height: 45px;
        }

        .panel {
            position: relative;
            top: 45px;
        }

        .panel-opt p {
            display: inline;
            padding-left: 5px;
            padding-right: 5px;
                
        .panel-discount {
            font-size: 0.65rem;
        }       
            
        }    
        body {
            font-size: 0.7rem;
        }
        .box h2{
            font-size: medium;
        }
    
        .hero-section {
            height: 400px;
        }
    
        .hero-text {
            font-size: 0.7rem;
        }

        .box {
            margin-top: 30px;
            height: 230px;
            width: 30vw;
        }
        
        /* DISCOUUNT DIV  */
        .discount {
            top: 0px;
            width: 30vw;
            height: 16px;
            font-size: 0.6rem;
        }
        
        
        /* product title + model  */
        .box-title {
            position: relative;
            top: 140px;
            height: 40px;
        }
        h2 {
            display: inline;
            font-size: 1.5rem;
            padding-right: 10px;}
        
        .box p {
            position: relative;
            top: 0px;
        }}

        @media (min-width: 1200px ) {

            .box {
                
                height: 280px;

            }

            .box-title {
                top: 190px;
            }
            .box p {
           
                top: 50px;
            }


        }



