/*//button oulines//*/

.btn-outline-1{
    border-color: orange;
    color: rgb(255, 255, 255);
    background-color: orange;
}

.btn-outline-1:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(255, 95, 3);

}

:root{
    --pink: rgb(255, 81, 110);
}

.fontstyle-normal{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 200;
}

.fontstyle-normal2{
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 1000;
}

.fontstyle-title{
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.fontstyle-1{
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 14px;
}

.fontstyle-2{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    color: white;
    text-shadow: -3px 2px 3px #ff0000;
    transform: scaleX(1) rotate(360deg);
   
}

.bg-color1{
    background-color: #fff;
}

.bg-color2{
    background-color: #2c2c2c;
}

.bg-pink{
    background-color: var(--pink);
}

.bg-color3{
    background-color: #E0A387;
}

.bg-color4{
    background-color: #eeeeee;
}

.bg-color5{
    background-color: #e6e6e6;
}

.bg-brown{
    background-color: #755a4c;
}

.bg-listItem{
    background-color: #896A59;
}

.text-color1{
    color: #e0cdcd;
}

.nav-icons{
    font-size: 18px;
    color: #575757
}

.navbar_text{
    margin-bottom: 200px;
}

.navbar_text:hover{
    color: orange;
    text-decoration: underline;
}

/*////Main Content////*/
.shoeColor, .styleCode{
    font-size: 14px;
    padding: 0;
    margin: 0;
}
.shoeColor{
    margin-top: -10px;
}
.shoeName, .shoePrice{
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
}
.styleCode{
    font-size: 12px;
}

#addCart-btnlink{
    text-align: center; 
    font-size: 10px;
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
}

.addCart-btn{
    background-color: #896A59;
    border-radius: 20px;
    padding-bottom: 5px;
    border: 0.5px solid rgb(58, 58, 58);
}
.addCart-btn:hover{
    background-color: #4d3b32;
    
}