.category-main {
    margin: 40px 0;
}

.filter-item {
    margin-bottom: 30px;
}

.filter-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 20px;
}

.filter-list>li {
    margin: 10px 0;
}

.filter-list>li>label {
    color: #949494;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.filter-list>li input {
    margin-top: 3px;
    margin-right: 7px;
}

.col-lg-20 {
    width: 20% !important;
}

.col-lg-80 {
    width: 80% !important;
}

/*.filter-list {*/
/*    max-height: 180px;*/
/*    overflow: auto;*/
/*}*/

.product-img img {
    width: 100%;
    object-fit: scale-down;
}

h1 {
    font-size: 20px !important;
    text-transform: uppercase;
    margin-bottom: 30px !important;
    font-weight: 700 !important;
}

.product-more {
    margin-top: 40px !important;
}

.contact-online {
    margin: 40px 0;
    /*padding: 45px 0;*/
    background: #000;
}

/*.co-img {*/
/*    padding: 65px 0;*/
/*}*/

.co-img img {
    width: 100%;
    height: 100%;
}

.form-contact {
    padding: 65px 65px 65px 0;
}

h3.form-title {
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.form-desc {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
}

.form-contact input, .form-contact textarea {
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid #d2d2d2;
    height: 35px;
}

.form-contact textarea {
    margin-bottom: 10px;
}

.form-contact input::placeholder, .form-contact textarea::placeholder {
    color: #d2d2d2;
    font-size: 13px;
}

.security {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

#subscribeBtn {
    margin: 20px auto;
    display: block;
    background: #000;
    color: #fff;
    padding: 7px 75px;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
}

.filter-list>li input:checked+span {
    font-weight: 600;
    color: #000;
}