.product-trim {
    padding: 0 50px 35px;
    font-size: 0;
    outline: none;
    box-sizing: border-box;
}

.product-trim__jspane {
    height: 190px;
    outline: none;
    width: 100%;
    overflow: auto;
}

.product-trim__item {
    display: inline-block;
    margin: 0 2px;
    padding: 3px;
    border: 3px solid transparent;
    outline: none;
}

.product-trim__item:hover {
    border: 3px solid #ccc;
}

.product-trim__item.selected {
    border: 3px solid #5c7689;
}

.product-trim__link {
    display: block;
    width: 100%;
    height: 100%;
}

.product-trim__item img {
    width: 50px;
    height: 50px;
}

.jspTrack {
    background: #bac9d3;
}

.jspDrag {
    background: #5c7689;
    border-radius: 10px;
}

.jspVerticalBar {
    width: 6px;
}

.product-trim-over {
    position: absolute;
    z-index: 99999;
    width: 350px;
    height: 350px;
    box-shadow: 0 0 1px #131313;
    background: rgba(55, 55, 55, 0.2) none repeat scroll 0 0;
    padding: 10px;
    display: none;
}

body.touch .product-trim-over {
    width: 150px;
    height: 150px;
}

.product-trim-over._small {
    width: 250px;
    height: 250px;
}

.product-tile__stock-rate .stocks {
    margin: 0;
}

.product-tile__stock-rate .stocks .product-stock {
    margin: 0;
}

.product-tile__content .salesku-feature-block {
    margin-top: 12px;
}

.product-tile__content .salesku-feature-block select {
    height: 30px;
    line-height: 50px;
    width: 100%;
}

.product-list__item .stocks {
    margin: 0;
}

.product-list__item .product-list__rate-stock {
    overflow: hidden;
}

.product-list__item .stocks .product-stock {
    margin: 0;
}

.product-list__item .salesku-feature-block {
    margin-top: 12px;
}

.product-list__item .salesku-feature-block select {
    height: 30px;
    line-height: 50px;
    width: 100%;
}

.product-list__item .salesku_options {
    margin-bottom: 20px;
}

.product-list__text {
    clear: both;
}

.select2-search--dropdown {
    display: none;
}

.salesku-feature-select * {
    outline: none !important;
}

.select2-container--default .select2-selection--single {
    background: #fff;
    font-size: 13px;
}

.select2-container--default .select2-results > .select2-results__options {
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
    color: #000;
}

.select2-results__option-img > * {
    display: inline-block;
    vertical-align: middle;
}

.select2-results__option img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

body.touch .product-trim-over._small {
    display: none !important;
}

.salesku-feature-select [id*='select2-features47'] {
    font-size: 12px !important;
    line-height: 28px !important;
}

.h3_custom_title {
    margin: 0;
    margin-right: 0px;
    padding: 20px 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

.header-top {
    z-index: 1001;
}

@media (max-width: 580px) {
    .product-list > .product-tile__outer {
        width: 100% !important;
    }
}

.categories-m {
    z-index: 1002;
}

.m-popup {
    z-index: 1002;
}

.m-header-menu__outer {
    z-index: 1002;
}

.m-filters__outer{
    z-index: 1002;
}

.city-popup {
    margin: 20px 0 20px;
    display: flex;
    justify-content: space-around;
}

.header-address-outer .city-popup {
    margin-top: 0;
    justify-content: flex-start;
}
.header-address-outer .city-popup > div{
    margin-right: 40px;
}

@media (max-width: 650px) {
    .header-address-outer .city-popup {
        display: none;
    }
}

.city-popup-active {
    font-weight: bold;
}