* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 14px;
}


/* MAIN NAV BAR */


.nav_bar {
    background-color: #0F1111;

    height: 60px;
    padding: 3px 0px;

    display: flex;
    align-items: center;
    justify-content: space-evenly;

    color: white;

    position: sticky;
    top: 0;
}

.left_nav_bar {
    height: 100%;
    padding: 2px 6px;
    display: flex;
    margin-left: 15px;
    margin-right: auto;
}

.border_hover {
    border: 1px solid transparent;
    border-radius: 3px;
}

.border_hover:hover {
    border: 1px solid white;
    border-radius: 3px;
}

.main_logo {
    display: flex;
    align-items: center;
    padding: 1px 8px 0px 6px;

    width: 128.73px;
    justify-content: center;

}

.main_logo>.amazon {
    width: 97px;
    height: 30px;

    margin-top: 12px;

    background-image: url(assets/icons/logos01.png);
    background-position: -10px -51px;
}

.main_logo>.in {
    font-size: 13.5px;
    line-height: 14px;
    margin: 6px 0 0 1px;

}


.delivery_location {
    display: grid;
    grid-template-columns: auto auto;

    padding: 0px 9px;
}

.delivery_location>.delivery_icon {
    width: 20px;
    height: 20px;
    scale: 0.8;

    align-self: center;
    grid-row: 1/3;
    margin-top: 12px;
    margin-right: 6px;
    background-image: url(assets/icons/logos01.png);
    background-position: -68px -340px;
}

.delivery_location>:nth-child(2) {
    color: #CCCCCC;
    font-size: 12px;
    align-content: end;
}

.delivery_location>:nth-child(3) {
    font-size: 14px;
    font-weight: bold;
}


.middle_nav_bar {
    height: 100%;
    padding: 2px 6px;

    display: flex;

    /* width: 100%; */
    flex-grow: 1;
}


.search_bar:hover {
    border: 3px solid orange;
    border-radius: 8px;
}

.search_bar {
    display: flex;
    justify-content: space-evenly;

    align-self: center;

    border: 3px solid transparent;
    border-radius: 8px;

    height: 85%;
    width: 100%;
}

.search_bar>select {
    background-color: #F3F3F3;
    width: 50px;

    text-align: center;

    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.search_bar>select:hover {
    background-color: #cecccc;
}

.search_bar>input {
    background-color: white;
    width: 100%;

    padding-left: 8px;
    font-size: 16px;

    border: none;

}

.search_bar>input:focus {
    outline: none;
    box-shadow: none;
}


.search_bar>.search_icon {
    background-color: #febd69;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search_bar>.search_icon:hover {
    background-color: #f6a438;
}

.search_bar>.search_icon>i {
    filter: invert(1);
}




.right_nav_bar {
    display: flex;

    height: 100%;
    align-items: center;
    margin-right: 15px;
    margin-left: auto;
}



.right_nav_bar>.language_select {
    padding: 5px;
    height: 100%;
    align-content: center;

}

.right_nav_bar>.language_select>img {
    height: 13px;
}

.right_nav_bar>.language_select>span {
    /* align-self: center; */
    font-weight: bold;
    padding: 4px;
}

.right_nav_bar>.language_select>i {
    scale: 0.8;
}



.right_nav_bar>.sign_in {
    display: flex;
    flex-direction: column;
    padding: 5px;
    height: 100%;

    justify-content: center;
}

.right_nav_bar>.sign_in>:first-child {
    font-size: 12px;
}

.right_nav_bar>.sign_in>:last-child {
    font-weight: 700;
}

.right_nav_bar>.sign_in i {
    scale: 0.8;
}

.right_nav_bar>.return {
    display: flex;
    flex-direction: column;
    padding: 5px;
    height: 100%;

    justify-content: center;
}

.right_nav_bar>.return>:first-child {
    font-size: 12px;
}

.right_nav_bar>.return>:last-child {
    font-weight: 700;
}



.right_nav_bar>.cart {
    height: 100%;
    display: flex;
    align-items: center;
}

.right_nav_bar>.cart>i {
    padding: 0 8px 0 12px;
    scale: 2;
}

.right_nav_bar>.cart>span {
    position: relative;
    left: 2px;
    bottom: -5px;
    font-weight: 700;
    padding-right: 6px;
}


/* MAIN SECTION */
section {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #E3E6E6;
}

/* SECOND NAV BAR */

.sec_nav-bar {
    background-color: #232F3E;
    height: 39px;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    color: white;
    font-size: 14px;


}

.sec_nav-bar_left {
    height: 100%;
    margin-left: 15px;
    margin-right: auto;
    align-content: center;
    padding-right: 5px;
    padding-left: 10px;

}

.sec_nav-bar_left>i {
    scale: 1.3;
    padding-right: 5px;
}

.sec_nav-bar_left>a {
    font-weight: 600;
}




.sec_nav-bar_middle {
    display: flex;
    height: 100%;
    flex-grow: 1;
    align-items: center;
}

.sec_nav-bar_middle>a {
    padding: 9px;
}

.sec_nav-bar_middle>a>span>.down_arrow {
    position: relative;
    top: 4px;
    height: 14px;
    filter: invert(1);
}


.sec_nav-bar_right {
    display: flex;
    height: 100%;
    margin-right: 0;
    margin-left: auto;
}

.sec_nav-bar_right img {
    height: 100%;
    width: 100%;
}



/* Top Section */

.top_section {
    background-image: url(assets/images/background.jpg);
    background-size: cover;
    width: 1500px;
    /* height: 100%; */
    height: 400px;

    display: flex;
    justify-content: center;


    align-items: flex-end;

}

.top_message {
    background-color: white;
    color: black;

    height: 40px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;

    margin-bottom: 70px;
}

.shops {
    display: grid;

    margin-top: -50px;
    margin-bottom: 20px;

    grid-template-columns: auto auto auto auto;
    gap: 20px;

}

.shop {
    display: flex;
    flex-direction: column;

    width: 350px;
    background-color: white;

    padding: 20px;
}

.shop>h2 {
    font-size: 21px;

    overflow: hidden;
    text-overflow: ellipsis;
}

.shop>.items {
    margin-top: 15px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.shop>.items>.item>img {
    width: 100%;
}

.shop>.items>.item>h5 {
    font-size: 12px;
    font-weight: normal;
}

.shop>:last-child {
    margin-top: 20px;
    color: #007185;
}