
body {
    background: #EAEBF0;
}
.breadcrumbs_wrapper {
    padding: 30px 0 10px 0;    
    font-size: 14px;
}

@media (max-width: 768px) {
   .breadcrumbs_wrapper {
        padding: 14px 0 0px 5px;
    }
}

.breadcrumb .spacer {
    margin: 0px 10px;
}


@media (min-width: 992px) {
    .col-lg-sidebar {
        flex: 0 0 auto;
        width: 20.0%;
        padding-right: 5px;
        padding-left: 15px;
        padding-top: 5px;
    }

    .col-lg-content {
        flex: 0 0 auto;
        width: 79.0%;
        padding-left: 0;       
    }
}

@media (min-width: 768px) {
    .col-md-sidebar {
        flex: 0 0 auto;
        width: 20.7%;
        padding-right: 5px;
        padding-left: 15px;
        padding-top: 5px;
    }

    .col-md-content {
        flex: 0 0 auto;
        width: 79.0%;
        padding-left: 0;       
    }
}



@media (max-width: 576px) {
    
    .text_filter_padd{
        margin: 10px 0 15px 0;
    }

}    


.col-b{ width: 21%; }

.col-c{ width: 16%; }



.h1_title {
    font-size: 32px;
    font-weight: 700;
    color: #262626;
    letter-spacing: 0.05rem;
    padding-left: 5px;
}

.px-28 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
}

@media (max-width: 768px) {   
   .h1_title {
        font-size: 17px;
        text-transform: uppercase;
    }
    

    .px-28 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }

    .breadcrumb span.name {
        display: inline-block;
        max-width: 160.0px;       
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


}


.desktop-filters_wrapper {
    display: block;
}

.filter-select_wrapper {
    position: relative;
   /* min-width: 200px; */
}

.filter-select {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 15px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    outline: none;
    border-radius: 10px;
    border: none;
    background: #fff;
}

.filters-options_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(calc(100% + 3px));
    background: #fff;
    width: 100%;
    display: none;
}

.filters-options_wrapper .option {
    padding: 10px;
    font-size: 14px;
}

.filter-select:hover {
    outline: 2px solid #00D093;
}

.filters-options_wrapper.active .filter-select {
    border-radius: 10px 10px 0px 0px;
}

.select-filters-btn {
    text-transform: uppercase;
    color: #fff;
    background: #00D093;
    padding: 13px 10px;
    font-size: 14px;
    min-width: 200px;
    width: 100% ;
    font-size: 18px;
    font-weight: bold;
}


.select-filters-btn:hover {
    background-color: #262626;
    color: #fff;
}  


.quick-filters {
    padding: 0 48px;
    margin-bottom: 20px;
}

.quick-filters .filter {
    padding: 9px 20px;
    border: 1px solid #BEC1CB;
    font-size: 14px;
    color: #696E80;
    margin: 3px 2px;
    border-radius: 10px; 
}

.quick-filters .filter:first-child {
    margin-left: 0;
}

.quick-filters .active {
    background: #262626;
    color: #fff;
}

/* .filter-select_wrapper.active {
    outline: 2px solid #00D093;
} */

.filter-select_wrapper.active .filters-options_wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.filter-select_wrapper.active .option {
    border-top: 1px solid #d6d6d6;
}

.sidebar {
    padding: 20px 25px;
    background: #fff;
    border-radius: 10px;
    display: block;
}

.filter-btn {
    display: flex;
    align-items: center;
}

.filter-btn .icon {
    margin-right: 10px;
}


.left_filter_title{
    margin-top: 11px;
}

.left_filter_title span{
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 9px;
    letter-spacing: 2px;
}

.product_wrapper {
    background: #fff;
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
    font-size: 14px;
}

.product_wrapper .image_wrapper img {
    width: 68.5%;
    margin: 0 auto;
}

.product-info_wrapper .product-code {
    margin: 0 0 3px 0;
    color: #696E80;
    font-weight: bold;
}

.product-info_wrapper .name {
    font-weight: bold;
    margin: 0;
    min-height: 42px;
}


.product-info_wrapper .name a.card__item-description{
    color: #262626;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.product-info_wrapper .name a.card__item-description:hover{
    color: #666;    
    text-decoration: none;
}


.product_wrapper .left__bl_but{
    padding: 0;
    width: 65%;
}

.product_wrapper .right__bl_but{
    padding: 0;
    width: 31%;
}

.product-statistic_wrapper {
    margin: 10px 0;
}

.response {
    font-size: 14px;
    color: #696E80;
    margin-top: 1px;
}

.response .icon {
    margin-right: 10px;
}

.in-stock {
    color: #696E80;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 6px 0;
}

.in-stock .icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #00D093;
    margin-right: 10px;
}

.old-price {
    font-size: 14px;
    color: #696E80;
    position: relative;
}

.old-price .line {
    width: 100%;
    height: 1px;
    background: #696E80;
    position: absolute;
    top: 50%;
    transform: rotate(-15deg);
}

 .main-price {
    font-size: 20px;
    color: #000;
    font-weight: 700;
 }

.col-xl-2 .main-price, 
.col-lg-2 .main-price{
    font-size: 14px;
 }   


.buy-btn {
    color: #696E80;
    border: 1px solid #696E80;
    border-radius: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}

.cart-btn {
    border-radius: 10px;
    margin-left: 10px;
    background: #FF8306;
    padding: 20px;
    color: #fff;
    font-size: 26px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /*
    max-width: fit-content;
    */
}

.cart-btn.in_cart{ background-color: #FC451D; }

.cart-btn:active,
.cart-btn:focus
{
   background: #e87704; 
}

.cart-btn:hover{
    background: #e87704;
}

.buy-btn:hover{
   border: 1px solid #696E80; 
   background: #f0f0f0;
}

/* mobile filters */
.mobile-filters_wrapper {
    display: none;
}
.mobile-filters_wrapper .filter-btn {
    background: #00D093;
    padding: 13px 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.users-filters_wrapper .filter {
    padding: 5px 7px;
    border-radius: 8px;
    background: #00D093;
    color: #262626;
    display: flex;
    align-items: center;
    margin: 7px 7px 7px 0px;
    /* font-weight: 600; */
}

.users-filters_wrapper .filter button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
}

.users-filters_wrapper {
    padding: 15px 20px;
    border-radius: 10px;
    background: #fff; 
    margin: 20px 0;
}


.users-filters_wrapper  .title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}

.users-filters_wrapper .filter .value {
    margin-right: 10px;
}
/* mobile-filters end */

.sidebar .accordion-filter_wrapper {
    padding: 20px 0;
}

.sidebar .filter-name {
    margin-bottom: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox_wrapper {
    margin: 13px 0;
    display: flex;
}

.checkbox_wrapper .checkbox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 2px solid #696E80;
    background: none;
    margin-right: 10px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

.checkbox_wrapper .checkbox.selected {
    background: #00D093;
    border: 2px solid #00D093;
}

.checkbox_wrapper .checkbox .check {
    display: none;
}

.checkbox_wrapper .checkbox.selected .check {
    display: block;

}

.show-more-btn {
    font-size: 17px;
    color: #696E80;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .product_wrapper .product-code {
        display: none;
    }

    .product_wrapper .image_wrapper img {
        width: 100%;
    }

    .product_wrapper .image_wrapper {
        padding: 7px;
        min-height: 250px;
    }

    .response {
        margin: 0px 0;
    }
    
    .in-stock {
        margin: 0px 0;
    }

    .image-side {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-filters_wrapper {
        display: block;
    }

    .sidebar {
        display: none;
    }

    .desktop-filters_wrapper {
        display: none;
    }
}

.section_mb_catalog_1{
    margin-bottom: 32px;
}

.section_mb_catalog_2{
    margin-bottom: 60px;
}


.category .section__about-shop{
    margin-bottom: 60px;
}


.category .section__map{
    margin-bottom: 80px;
}


/*** pagination ***/

.pagination__list{
    list-style: none;
}

.pagination__list {
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
    padding-left: 0;
}

.pagination__item{
    font-weight: 500;   
}

.pagination__item.active {
    font-size: 16px;
    line-height: 20px;    
    border: 2px solid #00d093;
    padding: 10px 14px;
    display: block;
    border-radius: 5px;
}


.pagination__item .pagination__link {
    color: #262626;    
    font-size: 18px;
    line-height: 20px;
   font-family: "Lato", sans-serif;
}

.pagination__item.prev img, .pagination__item.next img {
    vertical-align: middle;
}

.pagination__item .arrow-right {
    transform: rotate(180deg);
}


.pagination__item .arrow-double-right {
    transform: rotate(180deg);
}


.pagination__item+.pagination__item {
    margin-left: 22.0px;
}

/*
.pagination__item:hover {
   background: rgba(255, 255, 255, 0.5);
   padding: 10px 0px;
   display: block;
   border-radius: 5px;
}
*/


.pagination__item.prev.prev-arrow{
    margin-right: 100px;
}

.pagination__item.next.next-arrow{
    margin-left: 100px;
}

.pagination-wrapper{    
    margin-top: 55px;
    margin-bottom: 55px;
}

@media (max-width: 767px) {
     
    .pagination__item.prev.prev-arrow{
        margin-right: 0px;
    }

    .pagination__item.next.next-arrow{
       margin-left: 22px;
    }

}    



@media (max-width: 1199px) {

    .select-filters-btn {        
        padding: 15px 10px;
        font-size: 14px;
        min-width: auto;
        width: 100% ;        
    }

}


/*
.pagination__item.next.next-arrow .pagination__link,
.pagination__item.prev.prev-arrow .pagination__link
{ vertical-align: sub; }
*/


/*** end pagination ***/

.mess_filter{
    display:block; 
    font-size:12px; 
    text-align:center; 
    margin-bottom:10px;
}