body{
    background-color: #fff;
    color: #000;
    font-family: 'Lato', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000;
}
.text-black{
    color: #000 !important;
}
.fit-cover{
    object-fit: cover;
}
.logo{
    width: 200px;
}
.inner .nav-link{
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 0.8rem;
}
.inner .nav-link::before {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 1.7rem;
    left: 0;
    background-color:  rgba(235,112,37,.3);
    transition: height .2s ease-in-out;
}
.navbar-clone .inner .nav-link::before {
    bottom: 1.2rem;
}
.inner .nav-link:hover::before {
    height: 6px;
}
.header-slides{
    height: 83vh;
}
.category.std_h .category-img{
    height: 330px;
}
.category.std_l .category-img{
    height: 500px;
}

.category img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-meta {
    text-align: left;
    justify-content: flex-start;
    padding: 30px 0 0 35px;
}
.product-title p{
    color: #000;
}
.product-meta:hover .product-title p.hover{
    color: #eb7025;
}
.btn-underline{
    color: #000;
    position: relative;
    display: inline-block;
    width: auto;
    box-shadow: 0 -9px 0 0 #f9d4bd inset;
    padding: 0 10px 5px 5px;
    line-height: 1;
    transition: 300ms ease-in-out;
}
.btn-underline:hover{
    color: #000;
    scale: 1.15;
}
.prod_link:hover .product-title p.prod-title{
    color: #eb7025;
}
.form-select, .btn {
    border-radius: 0;
}
.picker label[for*=size]>span {
    border-radius: 0;
}
.picker label[for*=size]>input:checked~span {
    background-color: #333;
    color: #fff;
}
.item:hover .post-header h2.post-title a{
    color: #eb7025;
}
footer a{
    color: #000;
}
form.dark-fields .form-control {
    background: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, .13);
}
.form-control {
    border-radius: 0;
}
.pagination, .page-item .page-link, .page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 0;
}
.page-item.active .page-link{
    background-color: #eb7025;
    color: #fff !important;
}
.project figure img {
    width: 100%;
    max-width: 100%;
    height: 400px !important;

}
@media (min-width: 992px){
    .inner .nav-link{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}
@media (max-width: 991px){
    .logo {
        width: 130px;
    }
    .image-head{
        width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 1440px) {
    .category.std_h .category-img{
        height: 250px;
    }
    .category.std_l .category-img{
        height: 350px;
    }
}
@media (max-width: 1024px) {
    .category.std_h .category-img,.category.std_l .category-img{
        height: 250px;
    }
}
@media (max-width: 576px) {
    .category.std_h .category-img,.category.std_l .category-img{
        height: 200px;
    }
}