body{
    font-family: sans-serif;
    padding-top: 0.5rem;
    padding-bottom: 5rem;
}
button{
    cursor: pointer;
}
.header-nav{
    z-index: 1;
    background-color: black;
    height:3.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.middle-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2rem;
}
.input-search-box{
    height: 2rem;
    font-size: 1rem;
    padding-left: 1rem;
    width: 40rem;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search-button{
    height: 2.17rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    cursor: pointer;
    background-color: orange;
    margin-left: -1px;
}
.right-section{
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center; 
   height: 2rem;
   color: white;
   cursor: pointer;
}
.returns{
margin-right: 0.5rem;
display: block;
}
.returns:hover{
    border: 1px solid white;
    padding: 0.3rem;
    border-radius: 3px;
    border-color: white;    
}
.hamburger-menu{
    display: none;
    height: 1.5rem;
    width: 1.5rem;
    border-radius:3px ;
    position: relative;
}
.hamburger-image{
    width: 100%;
    display: block;
}
.hamburger-exit-image{
    width: 100%;
    display: none;
}
.cart-notification{
    position: absolute;
    top: -3px;
    right: -3px;
    display: none;
    height: 0.3rem;
    background-color: orange;
    border: 2px solid orange;
    border-radius: 100%;
    width:0.3rem;
}
.cart{
    display: block;
}
.cart:hover{
    border: 1px solid white;
    padding: 0.3rem;
    border-radius: 3px;
    border-color: white;
}
.number-of-items-in-cart{
   position: absolute; 
   color: orange;
   top: 0;
   left: 1.3rem;
   font-weight: bold;
}
.dropdown-info{
    z-index: 1;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 3.5rem;
    background-color: black;
    color: white;
}
.for-return{
    cursor: pointer;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 1.5rem;
    font-weight: bold;
    text-align: center;
}
.for-return:hover{
    background-color: rgb(68, 65, 65);
}
.for-cart{
    color: orange;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    height: 1.5rem;
    font-weight: bold;
    cursor: pointer;
}
.for-cart:hover{
    background-color: rgb(68, 65, 65);
}
.container-for-all-products{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.product-details{
    border: 3px solid lightgray;
    padding: 1rem
}
.product-text{
    margin-top: 1.9rem;
}
.product-rating{
    height: 1.5rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
}
.rating-text{
    display: inline-block;
    color: lightblue;
    font-size: 1.1rem;
    margin-left: 0.2rem;
}
.product-price{
    margin-top: 0.5rem;
    font-weight: bold;
}
.product-quantity{
    margin-top: 0.5rem;
}
.opt{
    border: 1px solid rgb(175, 170, 170);
    background-color: rgb(233, 227, 227);
    width: 2.5rem;
    height: 1.5rem;
    border-radius: 2px;
}
.specific-product{
    margin-top: 1rem;
}
.specific-product-2{
    margin-top: 1rem;
}
.size-button{
    height: 1.5rem;
    border-radius: 6px;
    background-color: white;
    border: 2px solid orange; 
}
.seven, .eight, .nine, .six{
    border: 1px solid lightgray;
}
.color, .size{
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.size{
    margin-top: 0.5rem;
}
.blue-button, .Red-button, .twin-button, .queen-button{
    height: 1.5rem;
    border-radius: 6px;
    background-color: white;
    border: 2px solid orange;
    cursor: pointer;
}
.Red-button{
    border: 1px solid lightgray;
}
.black{
    margin-top: 0.5rem;
}
.queen-button{
    border: 1px solid lightgray;
}
.image-div{
    text-align: center;
    width: 100%;
    height: 14rem;
}
.for-button{
    width: 100%;
    text-align: center;
    margin-top: 4rem;
}
.add-button{
    background-color: #FFD814;
    height: 2rem;
    width: 10rem;
    border-style: none;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
}
.add-button:hover{
    background-color: #e9c515;
}
.add-button-7, .add-button-9{
    margin-top: 9.75rem;
}
.add-button-8{
    margin-top: 2rem;
}
.add-button-10{
    margin-top: 5.5rem;
}
.add-button-12{
    margin-top: 1.5rem ;
}
.add-button-15{
    margin-top: 4.2rem;
}
.add-button-16{
    margin-top: 8.3rem;
}
.add-button-17{
    margin-top: 9.3rem;
}
.add-button-18{
    margin-top: 8.3rem;
}
.add-button-19{
    margin-top: 4rem;
}
.add-button-20{
    margin-top: 4rem;
}
.add-button-21{
    margin-top: 8.2rem;
}
.add-button-22{
    margin-top: 8.2rem;
}
.add-button-24{
    margin-top: 7.1rem;
}
.normal-logo{
    height: 1.8rem;
    display: block;
}
.mobile-logo{
    height: 1.8rem;
    display:none;
}

@media screen and (min-width: 0rem){
    .image-div{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-logo{
        display: block;
    }
    .normal-logo{
        display: none;
    }
    .input-search-box{
        height: 2rem;
        font-size: 1rem;
        padding-left: 1rem;
        width: 10rem;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .hamburger-menu{
        display: block;
        height: 1.5rem;
        width: 1.5rem;
        border-radius:3px ;
    }
    .hamburger-image{
        width: 100%;
    }
    .returns{
        display: none;
    }
    .cart{
        display: none;
    }
    .container-for-all-products{
        position: relative;
        top: 3.5rem;
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 29.6875rem) {
    .mobile-logo{
        display: block;
    }
    .normal-logo{
        display: none;
    }
    .input-search-box{
        height: 2rem;
        font-size: 1rem;
        padding-left: 1rem;
        width: 20rem;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .hamburger-menu{
        display: block;
        height: 1.5rem;
        width: 1.5rem;
        border-radius:3px ;
    }
    .hamburger-image{
        width: 100%;
    }
    .returns{
        display: none;
    }
    .cart{
        display: none;
    }
    .container-for-all-products{
        position: relative;
        top: 3.5rem;
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 40.625rem) {
    .mobile-logo{
        display: none;
    }
    .normal-logo{
        display: block;
    }
    .input-search-box{
        height: 2rem;
        font-size: 1rem;
        padding-left: 1rem;
        width: 15rem;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .hamburger-menu{
        display: none;
        height: 1.5rem;
        width: 1.5rem;
        border-radius:3px ;
    }
    .hamburger-image{
        width: 100%;
    }
    .returns{
        display: block;
    }
    .cart{
        display: block;
    }
    .container-for-all-products{
        position: relative;
        top: 3.5rem;
        left: 0rem;
        right: 0rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }   
}

@media screen and (min-width: 53.4375rem) {
    .mobile-logo{
        display: none;
    }
    .normal-logo{
        display: block;
    }
    .input-search-box{
        height: 2rem;
        font-size: 1rem;
        padding-left: 1rem;
        width: 26rem;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .hamburger-menu{
        display: none;
        height: 1.5rem;
        width: 1.5rem;
        border-radius:3px ;
    }
    .hamburger-image{
        width: 100%;
    }
    .returns{
        display: block;
    }
    .cart{
        display: block;
    }
    .container-for-all-products{
        position: relative;
        top: 3.5rem;
        left: 0rem;
        right: 0rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }   
}

@media screen and (min-width: 66.875rem) {
    .mobile-logo{
        display: none;
    }
    .normal-logo{
        display: block;
    }
    .input-search-box{
        height: 2rem;
        font-size: 1rem;
        padding-left: 1rem;
        width: 35rem;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .hamburger-menu{
        display: none;
        height: 1.5rem;
        width: 1.5rem;
        border-radius:3px ;
    }
    .hamburger-image{
        width: 100%;
    }
    .returns{
        display: block;
    }
    .cart{
        display: block;
    }
    .container-for-all-products{
        position: relative;
        top: 3.5rem;
        left: 0rem;
        right: 0rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }   
}

@media screen and (min-width: 81.25rem) {
    .mobile-logo{
        display: none;
    }
    .normal-logo{
        display: block;
    }
    .input-search-box{
        height: 2rem;
        font-size: 1rem;
        padding-left: 1rem;
        width: 40rem;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .hamburger-menu{
        display: none;
        height: 1.5rem;
        width: 1.5rem;
        border-radius:3px ;
    }
    .hamburger-image{
        width: 100%;
    }
    .returns{
        display: block;
    }
    .cart{
        display: block;
    }
    .container-for-all-products{
        position: relative;
        top: 3.5rem;
        left: 0rem;
        right: 0rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }   
}
