/**BODY**/
body{
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}

/**MAIN HEADER**/

.main-header{
    width: 100%;
    height: 100px;
}
.search-bar{
    float:left;
    width: 245px;
    border-bottom: 1px solid #b8b7b7;
    padding-bottom: 10px;
    padding-top: 50px;
    margin-left:80px;
}
.search-bar button{
    background-color: white;
    border: none;
    margin-left: 20px;
}
.search-bar input{
    border: none;
    font-size: 16px;
    font-style: italic;
}
.main-logo{
    margin-left: 500px;
    width: 0px;
}
.cart-button{
    background-color: white;
    border: none;
}
.cart-div{
    float: right;
    width: 100px;
    margin-top: -80px;
}

/**MENU BAR**/

.menu-bar{
    width: 100%;
    text-align: center;
    margin-left: 350px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.menu-bar ul li{
    list-style-type: none;
    float: left;
    width: 90px;
}
.menu-bar a{
    text-decoration: none;
    color: black;
    font-size: 14px;
}
.menu-bar a:hover{
    color: #a72121;
}

/**PRODUCT SECTION**/

.product-bar{
    background-color: #f1f1f1;
    height: 60px;
}
.product-bar ul li{
    float: left;
    list-style-type: none;
    width: 60px;
    margin-top: 20px;
    margin-left: 10px;
}
.product-bar a{
    color: #646464;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
}
.product-list{
    width: 110px;
}
.img-btn:hover{
    border: 1px solid #ff5501;
}
.img-btn{
    background-color: white;
    margin-bottom: 2px;
    border: 1px solid #cccccc;
    margin-left: 100px
}

/**PRODUCT SECTION 2**/
.product-section-2{
    float: right;
    margin-right: 150px;
    margin-top: -578px;
}
.main-product-image{
    width: 560px;
    margin-left: 250px;
    margin-top: -600px;
}
.color-picker{
    border: none;
    background-color: white;
}
.size-btn{
    background-color: white;
    border: 1px solid black;
}
.add-to-cart{
    background-color: #ee1d25;
    color: white;
    padding: 5px;
    padding-left: 100px;
    padding-right: 100px;
    font-weight: 600;
    border: none;
}

/**RIVIEW BOX**/
.review-section{
    margin-top: 100px;
    margin-left: 6%;
    width: 85%;
}
.review-box{
    
    border:1px solid #eceaea;
}
.review-btn{
    background-color: #efefef;
    padding: 10px;
    font-weight: 700;
    border: none;
    border-bottom: 1px solid black;
}
.review-box{
    height: 500px;
}
.review-box nav{
    width: 80%;
    margin-left: 5%;
    margin-top: 50px;
}
.star{
    color: red;
}
.text-box{
    width: 450px;
    height: 35px;
    background-color: #f1f1f1;
    border: none;
}
.textarea-box{
    background-color: #f1f1f1;
    border: none;
}
.submit-btn{
    background-color: #ed1c24;
    color: white;
    padding: 10px;
    border: none;
    font-weight: 600;
    margin-top: 60px;
}

/**SUBSCRIBE SECTION**/
.subscribe-section{
    width: 60%;
    margin-left: 20%;
    margin-top: 100px;
}
.subscribe-box{
    width: 300px;
    height: 30px;
    margin-left: 10px;
}
.subscribe-btn{
    padding: 10.5px;
    width: 120px;
    margin-left: -5px;
    background-color: #ed1c24;
    border: none;
    color: white;
}
/**FOOTER TABLE**/
.table-footer{
    margin-top: 70px;
}
.footer-anchor{
    color: black;
    text-decoration: none;
    font-weight: 700;
}
.table-footer tr td{
    width: 25%;
    height: 20px;;
}
.td-text{
    color: black;
    text-decoration: none;
    font-size: 14px;
}
.td-text:hover{
    color: #ff0000;
}

/**DISCRIPTION**/
.description-footer{
    width: 80%;
    margin-left: 5%;
    margin-top: 50px;
}
.description-footer h3{
    color: #4a4a4a;
}
.description-footer p{
    color: #4a4a4a;
}
.description-footer a{
    color: #ff0000;
    text-decoration: none;
}
.last-footer{
    background-color: #f02835;
    margin: 0px;
}
.last-footer p{
    color: white;
    padding: 5px;
    font-size: 13px;
    text-align: center;
}