/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap'); */

:root {
    --primaryColor: #3381f9;
    /* --primaryColor: #000; */
    --cart-size: '6';
    --p-tag-med-size: 3;
    --mb-5: 5px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: aliceblue;
}
a {
    text-decoration: none;
}
input {
    border-radius: 50px;
    width: 220px;
    font-weight: 500;
    background-color: white;
    padding: 6px 8px;
    border: 1px solid black;
    text-align: center;
    margin-bottom: 5px;
}

.input-styles {
    left:50%;
    transform: translateX(-50%);
}

.p-tag-med-size {
    font-size: var(--p-tag-med-size);
}

/* .submit-btn {
    
} */

/*  custom css start */
.swiper-slide {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.styles-container {
    display: flex;
}

.mt-20 {
    margin-top: 20px;
}
.mb-5 {
    margin-bottom: 5px;
}
.width-250 {
    width: 250px;
    /* position: relative;
    z-index: 1000; */
    /* padding-left: 10px; */
}

.onTop {
    position: relative;
    z-index: 2000;
}

.inline {
    display: inline;
}

.btn:hover {
    cursor: pointer;
}

form {
    position: relative;
    /* background-color: #fff; */
}

#banner-inputs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.add-banners {
    margin-top: 20px;
    /* width: 250px; */
}

.add-banners div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.add-banners div input {
    width: 100%;
    height: 30px;
    margin-bottom: 7px;
}

.submit-btn {
    width: 190px;
    background-color: var(--primaryColor);
    height: 30px;
    border-radius: 50px;
    left: 50%;
    position: relative;
    transform: translate(-50%)
}

.submit-btn:hover {
    cursor: pointer;
    opacity: .7;
}

.add-products {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

/* .add-products {
    display: flex;
    justify-content: center;
} */

.add-products div input {
    width: 250px;
    height: 30px;
    margin-bottom: 7px;
}

.add-products-btn {
    width: 190px;
    background-color: var(--primaryColor);
    height: 30px;
}

.add-products-btn:hover {
    cursor: pointer;
    opacity: .7;
}
.mobile-add-products {
    display:none;
}
/* .swiper-wrapper {
    position: relative;
}
.banner-text {
    position: absolute;
    z-index: inherit;
    left: 50%;
    top:60%;
    transform: translateX(-50%);
} */

/* custom css end */

.hidden {
    display: none;
}

/******* Catalogue styles starts **********/
h2 {
    text-align: center;
    text-transform: capitalize;
    margin: 1.5rem 0;
}

.catalogue {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: auto;
    width: 87vw;
}

.card {
    /* display: grid; */
    /* reduce height of cards by commenting out below */
    /* grid-template-rows: 1fr 1fr; */
    margin: 10% 10%;
    /* background-color: lightblue; */
    padding: 5px 5px;
    border-radius: 5px;
}

.card-img img {
    max-width: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.card-img img:hover {
    box-shadow: 0 0 20px 10px var(--primaryColor);
}

.card-description {
    padding-top: 25px;
}

.card-description p {
    text-align: center;
    padding: 10px 0;
    font-size: 1.2rem;
    text-transform: capitalize;
}
.card-description h3 {
    text-align: center;
    padding: 10px 0;
    font-size: 1.5rem;
    text-transform: capitalize;
    font-weight: 600;
}

/******* Catalogue styles ends **********/
/**********header section starts here************/
header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    /* width: 100vw; */
}

/* .heading-notFixed {
    position: relative !important;
} */
.header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
}

.heading {
    display: flex;
    justify-content: space-between;
    /* height: 8vh; */
    height: 10vh;
    background-color: #000;
    /* background-color: #003; */
    padding: 0 2%;
    border-bottom: 2px solid grey;
}

.left-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}

.right-heading {
    display: flex;
    justify-content: center;
    align-items: center;  
    height: inherit;
}

.logo {
    height: inherit;
    padding-right: 1rem;
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-top: 6px;
}

.login-form {
    display: inline-block;
    margin-left: 10px;
}

.logo img {
    height: 100%;
    border-radius: 50%;
}

.login-status {
    display: flex;
    color: #fff;
}

.login-status * {
    padding-right: 1rem;
}




/* .mobile-container>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem;
    border-bottom: solid 1px gray;
} */

/* 
.mobile-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: minmax(50px, auto);
    width: 100vw;
} */

/* .mobile-container>div>img {
    width: 35%;
}

.mobile-container>div>select {
    width: 100%;
    height: 30%;
    margin: auto;
} */



    /* .imgHeadingClass {
        grid-column-start: 2;
        grid-column: span 3;
        grid-row-start: 1;
    } */
    
    /* .imgDivClass { 
        grid-column-start: 1;
        grid-column: span 4;
        grid-row-start:2;
    } */
    
    /* .quanityHeadingClass {
        grid-column-start: 1;
        grid-column: span 1;
        grid-row-start: 3;
    } */
    /* .avalableHeadingClass {
        grid-column-start: 2 ;
        grid-column: span 1;
        grid-row-start: 3;
    } */
    /* in stock - out of stock etc */
     /* .stockDivClass {
        grid-column-start: 3;
        grid-column: span 1;
        grid-row-start: 3;
    } */
    
    /* select dropdown */
    /* .quantityDivClass {
        grid-column-start: 4;
        grid-column: span 1;
        grid-row-start: 3;
    } */
    /* .mobile-container>div>select {
        width: auto;
        height: 30px;
    } */
    /* .orderValHeadingClass {
        grid-column-start: 1;
        grid-column: span 1;
        grid-row-start: 4;
    } */
    /* .priceDivClass {
        grid-column-start: 2;
        grid-column: span 3;
        grid-row-start: 4;
    } */






.cart {
    color: #fff;
    position: relative;
}

.cart:hover {
    cursor: pointer;
}

.cart-not-empty::after {
    content: var(--cart-size);
    height: 28px;
    width: 28px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    /* video seven, min 53:10 */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -8px;
    left: 15px;
}

.searchbar {
    display: flex;
    padding-top: 10px;
}

.search-form {
    display: flex;
}

input[type="search"],
input[type="submit"] {
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 20px;
}

input[type="submit"] {
    background-color: var(--primaryColor);
}

.navigation {
    background-color: #002;
    height: 8.5vh;
}

.navigation ul {
    display: flex;
    /* color: #fff; */
}

.navigation {
    color: #fff;
}

.navigation ul {
    /* color: white; */
    justify-content: center;
    align-items: center;
    height: inherit;
    list-style: none;
}

.navigation ul li {
    padding: 0.3rem .5rem;
    margin-left: 5rem;
    font-weight: 900;
    font-size: 2.5vw;
    text-transform: capitalize;
    /* background-color: var(--primaryColor); */
    border-radius: 1.3rem;
}

/**********header section ends here************/
/**********main section starts here************/
main {
    min-height: 45vh;
    /* margin-top: 13vh; */
}

/********Inside main-banner section starts here*******/
.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    text-shadow: 2px 2px 3px var(--primaryColor);
}

.swiper-slide * {
    margin-bottom: .8rem;
    padding: 5px 10px;
}

.swiper-slide button {
    background-color: var(--primaryColor);
    font-size: 1.5rem;
    border-radius: 5px;
    outline: none;
    border-color: var(--primaryColor);
}

/********Inside main-banner section ends*******/

/**** overlay ****/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: #002;
    opacity: .8;
    z-index: 200;
}

.modal-container {
    position: fixed;
    top: 25%;
    left: 25%;
    /* right: 0; */
    width: 50vw;
    height: 50vh;
    background-color: #fff;
    /* opacity: .8; */
    z-index: 300;
    border-radius: 7px;
}

.modal {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 10px 20px;
}

.modal img {
    max-height: 47vh;
    max-width: 30vw;
}

.modal-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1.5rem;
}

.modal-desc * {
    margin-bottom: 25px;
    border-bottom: solid 1px var(--primaryColor);
    width: 100%;
    padding: 5px;
}

.modal-desc select {
    border: none;
    border-bottom: solid 1px var(--primaryColor);

}

.add-to-cart {
    background-color: var(--primaryColor);
    border: solid 1px var(--primaryColor);
    padding: 5px 10px;
    cursor: pointer;
    box-shadow: 5px 5px 5px lightgray;
    border-radius: 5px;
    font-size: large;
}

.modal-desc :first-child {
    font-weight: 700;
}

/* overlay ends */
/**********main section ends************/
/**********footer section starts************/
footer li {
    transition: all 1s ease-in-out;
}

footer li:hover {
    color: var(--primaryColor);
    font-size: larger;
    cursor: pointer;
}

.social-share ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.social-share ul li {
    margin: .5% 1%;
}

.general-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #e6eef5;
    text-transform: capitalize;
    padding: 0 2%;
}

.general-info h3 {
    margin: 25px 0;
}

.general-info ul {
    list-style: none;
}

.general-info ul li {
    margin-bottom: 15px;
}

/**********footer section ends here*************/

/* start login and registration form */
.login-form,
.register-form,
.address-form {
    display: flex;
    flex-direction: column;
    margin: 10px 10px;
}

.login-form *,
.register-form *,
.address-form * {
    margin-top: 5px;
    padding: 5px 3px;
    font-size: large;
}

.login-form input[type='submit'],
.register-form input[type='submit'],
.address-form input[type='submit'] {
    width: 100%;
}

/* end login and registration form */

/*  cart container styling start */
.cart-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 80vw;
    margin: 8rem auto;
}

.cart-container>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem;
    border-bottom: solid 1px gray;
}

.cart-container>div>img {
    width: 100%;
    min-width: 115px;
}

.cart-container>div>select {
    /* width: 100%;
    height: 30%; */
    margin: auto;
}


.delete-product-btn {
    padding: .5rem 1rem;
    background-color: red;
    margin-left: 2rem;
    border-radius: 5px;
    border-color: red;
    color: #fff;
    letter-spacing: 0.1rem;
    font-size: large;
}

.cart-container>.total-div {
    grid-column: span 4;
    display: flex;
    justify-content: right;
}

.cart-container>.nav-div {
    margin-top: 3rem;
    grid-column: span 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40rem;
}

.nav-div button {
    background-color: var(--primaryColor);
    padding: .5rem 0;
    border-radius: 5px;
    border-color: var(--primaryColor);
    letter-spacing: .1rem;
    font-size: large;
    color: #fff;
}

/*  cart container styling end */

/*********** MEDIA QUERIES START *************/

/********** 1024px start *******/
@media screen and (max-width: 1024px) {
    .cart-container>div>img {
        width: 100%;
    }

    .cart-container>div {
        padding: 1rem 1rem;
    }

    .cart-not-empty::after {
        content: var(--cart-size);
        height: 25px;
        width: 25px;
        top: 0px;
        left: 15px;
    }

    .cart-container>div>select {
        height: 10%;
    }

    /* registration form */
    .modal-container {
        /* height: 35vh; */
        height: auto;
        width: 50vw;
        left: 25%;
    }

    /*** shopping cart 'continue shopping' and 'checkout' buttons ****/
    .cart-container>.nav-div {
        column-gap: 10vw;
    }

    /***** nav text *****/
    .navigation ul li {
        font-size: 2.2vw;
        margin-left: 0;
    }

    /*** login and shopping cart icons ***/
    .fa-2x {
        font-size: 4vw;
    }
}

/********** 1024px end *******/

/********** 768px start *******/
@media screen and (max-width: 768px) {
    .add-products {
        display: none;
    }
    /* mobile add products inputs */
    .mobile-add-products {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .cart-container {
        display: flex;
        flex-direction: column;
        /* display: grid;
        grid-template-columns: repeat(4, 1fr); */
        /* width: 80vw; */
        margin: 8rem auto;
    }
    /* Item */
    .mobileHeadingClass {
        display: none;
        /* color: red;
        position: absolute;
        top: 120px; */
    }
    /* image */
    /* .imgDivClass {
        position: relative;
        top: -25vh;
    } */
    /* Quantity */
    .quanityHeadingClass {
        display: none;
        /* position: absolute;
        top: 520px; */
    }
    /* select drop down */
    /* .quantityDivClass {
        position: relative;
        top: -20vh;
    } */
    /* Available */
    .avalableHeadingClass {
        position: absolute;
        top: 90vh;
        }
        .orderValHeadingClass {
            display: none;
        }


    /*logo image */
    .logo a img {
        width: 50px !important;
        height: 50px !important;
    }

    /* cart number */
    .cart-not-empty::after {
        content: var(--cart-size);
        height: 20px;
        width: 20px;
        top: -10px;
        left: 8px;
    }

    /***** nav text *****/
    .navigation ul li {
        font-size: 4.5vw;
        margin-left: 0;
    }

    /*** login and shopping cart icons ***/
    .fa-2x {
        font-size: 4.5vw;
    }

    /* banner */
    .swiper-slide {
        height: 50vh;
        width: 100vw;
    }

    /* new arrivals & featured images */
    .catalogue {
        grid-template-columns: repeat(2, 1fr);
    }

    /* login form */
    .modal-container {
        /* height: 35vh; */
        height: auto;
        width: 90vw;
        left: 5%;
    }

    }

    /********** 768px end *******/

    /********** 425px start *******/
    @media screen and (max-width: 425px) {
            /***** MOBILE CONTAINER STYLES START *********/
    


        /* cart number */
        .cart-not-empty::after {
            content: var(--cart-size);
            height: 15px;
            width: 15px;
            top: -5px;
            left: 8px;
        }

        /***** nav text *****/
        /* .navigation ul li {
            font-size: 3vw;
        } */

        /*** login and shopping cart icons ***/
        /* .fa-2x {
            font-size: 2.5vw;
        } */

        /* footer h3 text */
        .general-info h3 {
            font-size: 12px;
        }

        /* footer li text */
        .general-info {
            font-size: 12px;
        }

        /* cart modal start */
        /* cart modal */
        .modal-container {
            top: 10px;
        }

        .modal {
            display: block;
        }

        .modal img {
            position: relative;
            height: auto;
            max-width: 50vw;
            margin: auto;
            left: 50%;
            transform: translateX(-50%);
        }

        /* cart modal end */

        /* new arrivals and featured catalogue */
        .catalogue {
            display: grid;
            grid-template-columns: 1fr;
        }
    }

    /********** 425px end *******/

    /********** 375px start *******/
    @media screen and (max-width: 375px) {

        /* cart number */
        .cart-not-empty::after {
            content: var(--cart-size);
            height: 15px;
            width: 15px;
            top: -5px;
            left: 8px;
        }

        /*** login and shopping cart icons ***/
        .fa-2x {
            font-size: 6.5vw;
        }
    }

    /********** 375px end *******/

    /********** 320px start *******/
    @media screen and (max-width: 320px) {

        .navigation ul li {
            font-size: 5.5vw;
        }

        /*** login and shopping cart icons ***/
        .fa-2x {
            font-size: 5.5vw;
        }
    }

    /********** 320px end *******/