.pr_detail .pr_desc {
    width: 100%;
}

p a {
    border-bottom: 1px dotted #FF324D;
}

.pagination_style1 .page-item span {
    border: 2px solid #dee2e6;
    border-radius: 0 !important;
    color: #687188;
    margin-left: 0px;
}


/*Каталог*/

.product_img .owl-dots {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.product .product_title, .product_box .product_title, .product_wrap .product_title {
    white-space: inherit;
}

.pr_flash {
    z-index: 2;
}

.product-item-scu-item-color-block {
    border-radius: 50px !important;
}

.product-item-scu-item-color {
    border-radius: 50px !important;
}

.product-item-scu-block-title {
    font-size: 14px;
}

.product_img::before { /* hide before*/
    z-index: -10;
}

.md_3dmodel {
    font-size: 16px !important;
    width: auto !important;
}

.bx-catalog-subscribe-button {
    background-color: #aeaeae;
    border-color: #aeaeae;
    color: #FFFFFF;
}

.bx-catalog-subscribe-button:hover {
    color: #fff;
    background-color: #fd2f50;
    border-color: #fd2f50;
}

.btn-link {
    color: #aeaeae;
}

.popup-window-buttons .btn-primary {
    color: #fff;
    background-color: #fd2f50;
    border-color: #fd2f50;
}

/* Шапка */

.navbar-brand img {
    height: 40px;
}

.contact_detail span {
    font-weight: 600;
}

.contact_detail i {
    font-weight: 600;
    color: #fd2f50;
}

/*Корзина*/

#md_top_cart {
    width: auto;
    display: grid;
}

.cart_list {
    max-height: 15.625rem;
    overflow-x: hidden;
    position: relative;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #828282 #fff;
    scrollbar-color: #fd2f50 #fff;
}

.cart_list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #e0e0e0;
    border-color: #e0e0e0
}

.cart_list::-webkit-scrollbar-thumb {
    background: #fd2f50
}

.cart_list::-webkit-scrollbar-button {
    display: none
}

.table>:not(:first-child) {
    border-top: 2px solid #fd2f50;
}

@media only screen and (max-width: 991px){
    .product-thumbnail img {
        max-width: 200px;
    }
}

/*Персональный раздел*/

.md_order_list_products {
    width: 99%;
}

.md_order_list_products .md_product_picture {
    margin-right: 10px;
}


/* Фильтр */

.sidebar .widget + form {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
}

.showhide-all__inner {
    max-height: 15.625rem;
    overflow-x: hidden;
    position: relative;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #828282 #fff;
    scrollbar-color: #fd2f50 #fff;
}

.showhide-all__inner::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #e0e0e0;
    border-color: #e0e0e0
}

.showhide-all__inner::-webkit-scrollbar-thumb {
    background: #fd2f50
}

.showhide-all__inner::-webkit-scrollbar-button {
    display: none
}

#flt_price_from, #flt_price_to {
    margin-left: 5px;
    font-weight: 600;
}

.filter-btn {
    padding: 12px 16px;
}

.btn-white:hover {
    background-color: #dedede;
    border-color: #dedede;
}

.btn-danger {
    color: #fff;
    background-color: #fd2f50;
    border-color: #fd2f50;
}

.md_disabled {
    opacity: 0.3;
    pointer-events: none;
}

.irs--round .irs-handle {
    border: 4px solid #fd2f50;
}

.irs--round .irs-bar {
    background-color: #fd2f50;
}

/*Поиск*/
.md_search_result_description b {
    color: #fd2f50;;
}

@media only screen and (min-width: 768px) {
    .blog_thumbs .blog_img {
        float: left;
        width: 10%;
    }
}

/*Bootstrap change*/
.alert-success {
    color: #607d8b;
    background-color: #f7f8fb;
    border-color: #607d8b;
}

.md_form_check_input:checked {
    background-color: #fd2f50;
    border-color: #fd2f50;
    border-radius: 0;
}