.title {
    margin-top: -10px;
    background-image: url("/public/images/line.svg");
    background-repeat: repeat-x;
    background-position: center;
}

.title h1 {
    text-transform: uppercase;
    font-weight: 100;
    background-color: white;
    min-width: 250px;
    max-width: 400px;
    display: block;
    margin: 20px auto;
    font-size: 22px;
}

.catalog .item-product {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
    margin: 20px;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    transition: .25s;
    box-sizing: border-box;
    position: relative;
}

.catalog a {
    text-decoration: none;
    color: black;
}

.catalog .item-product .image-block {
    width: 100%;
    text-align: center;
    height: 150px;
    position: relative;
}

.catalog .item-product .image-block .marka-image {
    background-size: contain;
    position: absolute;
    width: 50%;
    top: -15px;
    right: -15px;
    height: 35px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #f2f2f2;
    background-color: white;
}

.catalog .item-product:hover {
    transform: scale(1.04, 1.04);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.catalog .item-product:hover .event-of-by {
    display: block;
}

.catalog .item-product .state {
    color: gray;
    font-size: 12px;
}

.catalog .item-product .image-block img {
    box-shadow: 1px 4px 9px 0 #d9d9d9;
}

.catalog .item-product h2 {
    font-size: 15px;
    word-break: break-word;
    height: 60px;
    margin-bottom: 0;
}

.catalog .item-product .description {
    height: 75px;
    font-size: 14px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.catalog .item-product .price {
    font-size: 24px;
    font-weight: bolder;
}

.catalog .item-product .price span {
    font-size: 12px;
}

.catalog .event-of-by {
    display: none;
    width: 100%;
    justify-content: space-between;
}

.catalog .counter {
    width: 45%;
}

.catalog .counter .plus,
.catalog .counter .minus {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    border: none;
    font-weight: bold;
    vert-align: middle;
    background-color: #D9D9D9;
}

.catalog .counter input {
    height: 21px;
    vertical-align: top;
    width: 30px;
    border: 1px solid #80808087;
    text-align: center;
}

.catalog .byu-product,
.catalog .counter {
    text-align: center;
    background-color: #F20009;
    color: white;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

.catalog .counter {
    padding: 6px;
    background: none;
    border: 1px solid #F20009;
}

.owl-theme {
    background-color: #F2F2F2;
    height: 150px;
    cursor: pointer;
    margin-bottom: 35px;
}

.owl-theme .item {
    position: relative;
    background: white;
    padding: 5px 7px;
    display: block;
    text-decoration: none;
    margin: 15px auto;
    vertical-align: middle;
    border: 1.5px solid #D9D9D9;
    height: 105px;
    color: #222222;
}

.owl-theme .item .image {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    height: 100%;
}

.owl-theme .item .image img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}

.owl-theme .item .info {
    display: inline-block;
    width: 60%;
    margin-left: 10px;
    vertical-align: top;
}

.owl-theme .item .info .name {
    font-weight: bolder;
    margin-bottom: 5px;
    line-height: 30px;
}

.owl-theme .item .info .price {
    position: absolute;
    bottom: 10px;
    font-size: 20px;
}

.owl-theme .item .info .price span {
    font-size: 14px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #CE272D;
}


.filter-data {
    background-color: #f2f2f28c;
    padding: 10px;
    text-align: center;
    border: 1px solid #fb979b;
}

.filter-data .search-from-model,
.filter-data .search-from-enige {
    text-align: left;
    margin: 5px 25px;
    width: 350px;
    display: inline-block;
}

.filter-data .search-from-model select,
.filter-data .search-from-enige select {
    padding: 5px 7px;
    width: 100%;
    font-size: 15px;
    border-radius: 5px;
    border-color: #aaaaaa;
    font-weight: bold;
}

.filter-data div.submit {
    cursor: pointer;
    display: block;
    margin: 5px auto;
    padding: 5px;
    color: white;
    font-weight: bolder;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    text-align: center;
    text-decoration: none;
    width: 150px;
    background-color: #F20009;
}

.to-shop {
    display: block;
    padding: 4px;
    border: 1px solid;
    cursor: pointer;
    width: 200px;
    margin: 10px auto;
}

@media only screen and (max-width: 1450px) {
    .catalog .item-product {
        width: 30%;
        margin: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .catalog {
        display: block;
    }

    .catalog .item-product {
        display: block;
        width: 90%;
        margin: 15px auto;
    }

    .catalog .item-product br {
        display: none;
    }

    .catalog .item-product h2 {
        text-align: center;
        font-size: 18px;
    }

    .filter-data .search-from-model,
    .filter-data .search-from-enige {
        width: 90%;
        margin: 10px auto;
        display: block;
    }

    .owl-theme .item .info .name {
        line-height: 22px;
    }

    .catalog .item-product .state {
        font-size: 16px;
    }

    .category-search-wrap {
        max-width: 90% !important;
    }
}
