.collection-page .section-title h2 {
    text-align: center;
    margin-bottom: 30px
}


.collection-page .section-title h2::before {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #ffde9e;
    margin: 4px 10px;
}

.services .icon-box h4 {
    font-size: 20px;
    margin-top: 15px;
}

.article .icon-box {
    padding-bottom: 40px !important;
}

.article h2 {
    font-weight: bold;
    margin-bottom: 50px;
}

.services .icon-box {
    width: 100%;
}

.services .icon-box .icon-img {
    margin: 0 auto;
    width: 50%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 20px; */
    transition: 0.3s;
    overflow: hidden;
}

.services .icon-box .icon-img img {
    width: 100%;
}

#products .icon-box {
    padding: 20px !important;
}

.list-title {
    font-size: .7rem;
}

.page-link,
.page-link:hover {
    color: #151515;
}


.page-item.active .page-link {
    color: #151515;
    background-color: #fdc451;
    border-color: #fdc451;
}

.user-form .form-control {
    background-color: transparent;
    border-color: white;
    color: white;
}


.user-form .form-control::placeholder {
    color: #DDD;
    opacity: 1;
    /* Firefox */
}

.user-form button {
    width: 150px;
    background-color: #fdc451;
    border-color: #fdc451;
    border-radius: 3px;
    padding: 5px;
}

.search-input {
    border-radius: 0;
}

.search-btn {
    border-radius: 0;
}

.invalid-feedback {
    color: #fdc451;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #fdc451;
}



/* Side Menu */



.products-content {
    padding: 0 60px
}

.products-content .notes-content {
    margin: 0
}

#notes {
    padding: 30px 0
}

.categories-in-products, .categories-in-catalog {
    background: rgba(0, 0, 0, 0.8) !important;
}

.categories-in-products h2, .categories-in-catalog h2 {
    color: #fff;
    font-size: 30px
}

.categories-in-products i, .categories-in-catalog i {
    color: #fff;
    margin-left: 0;
    margin-right: 5px;
    font-size: 15px;
}

.categories-in-products a, .categories-in-catalog a {
    font-size: 16px
}

.categories-in-products ul, .categories-in-catalog ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.categories-in-products ul.sub-categories {
    padding: 10px 0 0 25px;
    line-height: 30px;
}

.categories-in-products ul li.main-category, .categories-in-catalog ul li.main-category {
    margin-bottom: 10px;
}

.categories-in-products ul li, .categories-in-catalog ul li {
    text-align: right;
}

.mobile-nav-active .mobile-nav {
    padding: 15px
}

.mobile-view-products-in-category, .mobile-view-categories-in-catalog {
    display: none
}

.categories-in-products ul li {
    text-align: left
}

.similar-categories h2 {
    text-align: left !important;
}

@media (max-width: 991px) {

    .navbar-site {
        display: block !important;
        text-align: left
    }

}

@media (max-width: 767px) {

    .products-in-category {
        margin: 3rem 0;
    }

    .categories-in-products a {
        font-size: 14px
    }

    .categories-in-catalog h2 {
        font-size: 17px
    }

    .web-view-products-in-category, .web-view-categories-in-catalog {
        display: none
    }

    .mobile-view-products-in-category, .mobile-view-categories-in-catalog {
        display: block
    }

    .collection-page .section-title h2 {
        font-size: 17px;
        text-align: right;
    }

    .collection-page .section-title h2:before, .collection-page .section-title h2:after {
        display: none
    }

    .services .icon-box .icon-img {
        width: 100%
    }

}


