*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
}

/* Demo Disclaimer Banner */
.demo-disclaimer-banner {
    background-color: #ff9900;
    color: #0f1111;
    text-align: center;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 3px solid #000;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Nav bar */

.navbar{
    height: 60px;
    color: white;
    background-color: #0f1111;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

/* box1 */

.nav-logo{
    height:40.2px;
    width:115px;
    margin-right:20px;
    margin-top: 10px;
}

.border{
    border: 1px solid transparent;
    height: 48px;
}

.border:hover{
    border: 1px solid white;
    border-radius: 2px
}

/* box2 */

.add-1st{
    color: #ccc;
    margin-left:15px;
    font-size: 0.85rem;
}

.add-icon{
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.nav-address{
    border: 1px solid transparent;
    height: 40.2px;
    margin-top: 5px;
}

.nav-address:hover{
    border: 1px solid white;
    border-radius: 2px;
}

/* box3 */

.nav-search{
    display: flex;
    align-items: center;
    height: 40.2px;
    width: 850px;
    margin:20px;
}

.nav-search:active{
    border: 2px solid orange
}

.search-select{
    height: 40.2px;
    width: 45px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #555555;
}

.search-box{
    height: 40.2px;
    width: 100%;
    font-size: 15px;
    border: none;
    outline: none;
    padding-left: 10px;
}

.search-icon{
    color:black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    width:45px;
    height: 40.2px;
    background-color: #febd68;
    border-top-right-radius: 3px;
    border-bottom-right-radius:3px ;
}

/* box4 & box5*/

.nav-2nd{
    font-weight: 700;
    font-size: 14px;
}

span{
    font-size: 12px;
}

.nav-signin, .nav-return{
    height: 40.2px;
    border: 2px solid transparent;
    margin-right:20px;
    margin-top: 5px;
}

.nav-signin:hover, .nav-return:hover{
    border: 1px solid white;
    border-radius: 2px;
}

/* box6 */

.nav-cart{
    display: flex;
    align-items: flex-end;
    height: 40.2px;
    border: 1px solid transparent;
    margin-right:20px;
    font-weight: 700;
}

.nav-cart:hover{
    border: 1px solid white;
    border-radius: 2px;
}

.nav-cart i{
    font-size: 30px;
    margin-top: 10px;
}

/* panel */

.panel{
    height:39px;
    background-color: #232f3e;
    color: white;
    display: flex;
    align-items: center;
}

.panel-all{
    display: flex;
    align-items: center;
    color:white;
    margin-left: 15px;
    font-size: 14px;
}

.panel-ops{
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    margin-left: 20px;
}

.panel-ops p:hover{
    border: 1px solid white;
    border-radius: 2px;
    padding: 8px;
}

.panel-ops p{
    margin-left: 10px;
}

/* hero-section */

.hero-section{
    background-image: url('images/hero_image.jpg');
    background-size: cover;
    height:310px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-msg{
    background-color: #f5f6f6;
    color: black;
    text-align: center;
    padding: 10px 14px;
    width: 95%;
    margin-bottom: 22px;
    font-size: 14px;
}

.hero-msg a{
    text-decoration: none;
}

/* shop section */

.shop-section{
    display: flex;
    justify-content: center;
    gap: 20px;
    background-color: #e3e6e6;
    padding: 20px;
}

.box1, .box2, .box3, .box4{
    background-color: white;
    height:385px;
    width:320px;
}

.box1 h2, .box2 h2, .box3 h2, .box4 h2{
    font-size: 21px;
    margin-left: 18px;
    padding-top: 20px;
}

.shop1{
    background-image: url('images/shop1.png');
    background-size: cover;
    height:260px;
    margin:15px 18px;
}

.shop2{
    background-image: url('images/shop2.jpg');
    background-size: cover;
    height:260px;
    margin:15px 18px;
}

.shop3{
    background-image: url('images/shop3.png');
    background-size: cover;
    height:260px;
    margin:15px 18px;
}

.shop4{
    background-image: url('images/shop4.png');
    background-size: cover;
    height:260px;
    margin:15px 18px;
}

.shop-section a{
    text-decoration: none;
    font-size: 12px;
    color:#4255cc;
    margin-left: 18px;
}

/* closing section*/

.closing-section{
    display: flex;
    align-items: center;
    padding: 20px;
}

.closing-section p{
    font-size: 13px;
    color: black;
}

/* Footer */

.footer-top{
    background-color: #485769;
    color: white;
    display:flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 13px;
}

.footer-bottom{
    background-color:#232f3e;
    color: white;
    display: flex;
    justify-content: center;
    gap: 80px;
    padding: 40px;
}

.get-to-know,
.make-money,
.amazon-payment,
.let-us-help{
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.items{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.items p:hover{
    text-decoration: underline;
    cursor: pointer;
}

.footer-last{
    background-color:#0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0px 20px;
}

.footer-logo{
    display: flex;
    align-items: center;
}

.footer-language{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.footer-links{
    display: flex;
    gap: 15px;
    font-size: 12px;
}