/*
 Site Main Style
*/

@font-face {
    font-family: Raleway;
    src: url(Raleway-regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: Roboto;
    src: url(Roboto-regular.ttf);
    font-display: swap;
}

body{
    font-family: "Raleway", serif;
    font-weight: 300;
    color: #080808;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Raleway", serif;
    font-weight: 600;
}

.btn-check {
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 8px 16px;
    border: none;
}
.btn-buy {
    background-color: #007e3a;
    color: white;
    border-radius: 5px;
    padding: 10px 40px;
    border: none;
    font-weight: bold;
}
.btn-cart {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px 40px;
    font-weight: bold;
}

h2{
    margin: 0;
}

p{
    margin: 10px 0;
}

.box {
    padding: 40px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

#rating{
    font-size: 32px;
    color: #cbd5e1;
}

#price{
    font-size: 35px;
    font-family: "Roboto", serif;
}

#shipping{
    color: #136936;
    font-size: 20px;
    font-family: "Raleway", serif;
    font-weight: bold;
    margin-bottom: 0;
}

#pincode{
    color: #007e3a;
    margin-bottom: 5px;
}

#videos img{
    border-radius: 10px;
}

#videos img{
    width: 150px;
}

@media only screen and (min-width: 1000px) {
    #videos img{
        width: 114px;
    }
}