html, body {
    /*background-color: #fff;*/
    /*color: #636b6f;*/
    font-family: 'Raleway';
    /*font-weight: 100;*/
    height: 100vh;
    margin: 0;
    padding-top: 10px;
}
.links > a {
    /*color: #636b6f;*/
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.ratings i {
    font-size: 16px;
    color: red
}

.strike-text {
    color: red;
    text-decoration: line-through
}

.product-image {
    width: 100%
}

.dot {
    height: 7px;
    width: 7px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 3px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block
}

.spec-1 {
    color: #938787;
    font-size: 15px
}

h5 {
    font-weight: 400
}

.para {
    font-size: 16px
}

.border{
    border: 1px solid #ccc;
}

.product{
    padding: 10px 0;
    margin-bottom: 50px;
}

.rounded{
    border-radius: 15px;
}
.ml-5 {
    margin-left: 16px
}
