.pr_detail .pr_desc {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 58px;
    max-height: 230px;
}

.bx-scu-container {
    position: relative;
    overflow: hidden;
    height: 60px;
}

.quantity .md_minus {
    padding-left: 4px;
}


.quantity .md_minus, .quantity .md_plus {
    background-color: #eee;
    display: block;
    float: left;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    margin: 4px;
}



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;
}

.slick-track {
    min-width: 100% !important;
    height: auto !important;
}

.md_control_slider_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 150px;
}

.md_element_show_control_block {
    position: absolute;
    top: 0px;
    opacity: 1;
    z-index: 10;
    width: 100%;
}

.md_element_hide_control_block {
    opacity: 0;
    top: 0px;
    z-index: 0;
    pointer-events: none;
}

/*Каталог*/

.pr_detail .product_price {
    clear: both;
    float: unset;
}

.list_product_action_box {
    text-align: right;
}

.shop_container.list .product .pr_switch_wrap {
    /*width: 50%;
    float: left;*/
}

.product_img .owl-dots {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.pr_flash {
    z-index: 2;
}

.btn-link {
    color: #687188;
}

.btn-link:hover {
    color: #000000;
}

.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;
}

.heading_s1 h1, .heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6 {
    text-transform: none;
}

.navbar .navbar-nav .dropdown-item {
    text-transform: none;
}

/* Шапка */

.navbar-brand img {
    height: 40px;
}

.contact_detail span {
    font-weight: 600;
}

.contact_detail i {
    font-weight: 600;
    color: #fd2f50;
}

.page-title h1 {
    text-transform: none;
}


/*Корзина*/

#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;
}

.pagination_style1 .page-item.active {
    line-height: 24px;
    width: 40px;
}

@media only screen and (max-width: 991px){
    .product-thumbnail img {
        max-width: 200px;
    }

}

/* Фильтр */

.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;
}


@media only screen and (max-width: 575px) {
    .banner_section:not(.full_screen), .banner_section:not(.full_screen) .carousel-item, .banner_section:not(.full_screen) .banner_content_wrap, .banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
        height: 350px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 500px) {
    .shop_container.list .product .pr_switch_wrap {
        width: 100%;
        float: unset;
    }
}