.bestsellers-item .item-price {
    flex-basis: 100%;
    margin-bottom: 10px;
}

.bestsellers-item .btn-cart-catalog {
    background-position: center;
}

.bestsellers-item .btn-cart-catalog:hover {
    background-color: #1b298f;
}

.item.bestsellers-item .img-wrap img {
    max-width: 100%;
}

.bestsellers .owl-stage {
    display: flex;
    margin-left: 2px;
}

.card-prop-line {
    display: flex;
    padding: 0px 10px;
    margin-bottom: 5px;
    justify-content: flex-start;
    color: #333;
}

.bestsellers .owl-carousel .item {
    width: auto;
    border-radius: 4px;
    background: #fff;
    height: unset !important;
    min-height: 100%;
}

.bestsellers .owl-carousel .item.bestsellers-item .item-name {
    text-decoration: none;
    margin-bottom: 10px;
    min-height: 40%;
    flex: none !important;
}

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

.bestsellers .owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.bestsellers .owl-theme .owl-dots .owl-dot.active span, .bestsellers .owl-theme .owl-dots .owl-dot:hover span {
    background: #313FA0 !important;
    border-color: transparent !important;
    transition: all 0.3s !important;
}

.bestsellers .owl-theme .owl-dots .owl-dot.active span, .bestsellers .owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #fff;
}

.card-prop-line .card-prop-name {
    margin-right: 5px;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.bestsellers .owl-carousel .item.bestsellers-item .item-desc {
    margin-bottom: 0px !important;
}

.bestsellers .owl-carousel .item.bestsellers-item .item-name {
    margin-bottom: 0px !important;
}

@media (max-width: 992px) {
    .similar-products .owl-carousel .item.bestsellers-item .item-bottom .color-orange {
        text-align: center;
    }

    .similar-products .owl-carousel .item.bestsellers-item .item-bottom .btn-blue {
        margin-left: auto;
        margin-right: auto;
    }

    .similar-products .owl-carousel .item.bestsellers-item .item-bottom {
        flex-wrap: nowrap !important;
        min-height: 0px !important;
    }
}
