﻿.header {
    background-color: #212428 !important;
}

.product-page-section h1 {
    font-size: 28px !important;
    color: #ff7607 !important;
}

.product-page-section .product-side {
    margin-bottom: 60px !important;
}

.product-image {
    height: 500px !important;
    width: 100% !important;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
    color: #9b9b9b !important;
}

.category-title {
    scroll-margin-top: 200px !important;
}


@media only screen and (max-width: 568px) {

    .product-image {
        height: 325px !important;
    }
}
