body {
    font-family: 'Open Sans', sans-serif;
}

img {
    width: 100%;
}

.header {
    background-color: #222222;
}

.nav-item .nav-link,
.nav-link .active {
    color: white !important;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 15px;
}

.navbar-brand {
    color: white;
}

.container {
    max-width: 1140px;
}

.nav.navbar.navbar-expand-lg {
    padding: 0;
}

.page-title {
    padding: 20px 10px;
}

.page-title h1 {
    Font-size: 50px;
    font-weight: 700;
}

.prod-body{
    margin-top: 30px;
}

.prod-body .price{
    color: #77a464;
    font-size: 16px;
    font-weight: 500;
}

.prod-body .details {
    font-size: 13px;
}
.qty{
    width: 10%;
}
.violet{
    background-color: #a46497;
    color: white;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
}

.tab-content p{
    font-size: 14px;
}

.tab-content h2{
    margin-bottom: 20px;
}

.product-box {
    box-shadow: -11px 12px 16px -1px rgba(0, 0, 0, 0.65);
    background-color: black;
    border-radius: 8px;
    padding-top: 1px;
    margin: 0 0 2.992em 0;
}

.related-sec {
    margin-top: 20px;
    background-image: url(img/p-bg100.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 10px;
    background-position: center;
}

.related-sec h1 {
    font-size: 35px;
    font-weight: 700;
    color: white;
    margin: 0 0 0.8em;
}

.p-image img {
    border-radius: 5% 5% 0 0;
    margin: 0 0 1em;
}

.related-sec h2 {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.related-sec p {
    font-size: 20px;
    color: white;
}

.btn-light {
    font-size: 16px;
    padding: 5px 1em;
    width: 50%;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer {
    padding: 50px;
    background-color: #f7f7f7;
}

.footer h2 {
    color: #232323;
    margin: 0 0 0.8em;
    font-size: 24px;
    font-weight: 700;
}

.footer p a,
.footer p {
    color: black;
    font-size: 15px;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .box {
        margin-bottom: 20px;
    }

    .btn-light {
        width: 70%;
        padding: 5px;
    }
}