
.dsp_none { display: none;}

.cart_num {
    position: absolute; 
    top: 0;
    right: 0;
    background: red;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    min-width: 16px;
    height: 16px;
    text-align: center;
    padding-top: 1px;
}
.actions-header__basket-link {
    position: relative;
}


.rsm_home_cats_wrap {
    text-align: center;
    justify-content: space-between;
}

.rhc_item { 
    display: inline-block;
    width: 15%; 
    margin: 10px 0.6%; 
    transition: all 0.6s ease 0s;
    border: 0;
    vertical-align: top;
    text-align: left;
}
.rhc_item.col2 {width: 31.6%; }
.rhc_item:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.rhc_item a{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
}

.rhc_item span {
    margin: 40px 0px 0px 30px;
    max-width: 160px;
    display: inline-block;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    color: #000000;
}

/* popup */
.addproduct .img_area {text-align: center; margin-bottom: 10px;}
.addproduct .img_area img {width: 60%; height: auto; display: inline-block;}
.addproduct .name_area {text-align: center; font-size: 20px; margin-bottom: 20px;}

/* tovar cart */

.rsm_cart_btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px;
}

.rsm_cart_btns .cart__btn {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

/*Amount*/
.product-item-amount {
    margin-top: 10px;
    padding: 0 0 2px;
    text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: inline-block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: .3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
    display: inline-block;
    padding: 0;
    max-width: 50px;
    width: auto;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none
}

.product-item-amount-description-container {
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
    display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/**/
.product-item-quantity {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}



/*~~~~~~~~~~~~~~~~~~~~~ catalog ~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bottom-catalog__filter {}

.rsm_pagination {
    padding-top: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}
.rsm_pagination a,
.rsm_pagination b
{
    font-size: 18px;
    margin: 0 2px;
    padding: 0 3px;
}
.rsm_pagination b {
    font-weight: 800;
}

.characteristics-products__info { font-size: 12px; color: #919191;}
.characteristics-products__info ul {}
.characteristics-products__info ul li {
    position: relative;
    margin-bottom: 10px;
}
.characteristics-products__info ul li:after {
    content: '';
    border-bottom: 1px dotted #919191;
    width: 100%;
    position: absolute;
    left:0;
    bottom: 1px;
    z-index: 1;
}

.characteristics-products__info ul li .prop {
    display: flex; 
    justify-content: space-between;
    background: none;
}

.characteristics-products__info ul li span {
    z-index: 2;
    background: #fff;
}

.top-products__raiting {margin-right: 20px;}

.characteristics-products__info ul li .name {padding-right: 5px;}
.characteristics-products__info ul li .val {padding-left: 5px;}
.characteristics-products__info ul li .val a {color: #59aab9;}

#rsm_reviews { margin-bottom: 50px;}
#rsm_reviews .blog-add-comment { text-align: left;}
#rsm_reviews .blog-add-comment a {
    margin: 15px 0px 0px 0px;
    font-size: 14px;
    background: #59aab9;
    border-radius: 6px;
    padding: 5px 30px;
    display: inline-block;
    color: #ffffff;
    height: auto;
    line-height: auto;
}

.rsm_cart_tovar_props {}


.base_section {
    padding: 0px 10px;
}
.base_section_caption {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    font-family: "Roboto";
    color: #000000;    
}

.callback__form form input.rsm_error {border: 1px solid red;}

.callback_btm_error {display: none; color: red; margin-top: 10px; text-align: center; font-size: 14px;}

.callback_ok_msg {
    display: none;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.callbackOkBtn {margin-top: 30px; cursor:pointer;}



/*~~~~~~~~~~~~~~~~~~~~~ faq_detail ~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.faqdet_text {
    display: none;
}
.faq_text_area {margin-bottom: 30px; font-size: 16px;}
.faq_text_area p {margin-bottom: 10px;}
#faq_detail .addproduct__inner {justify-content: center;}



.search_block {
    position: relative;
    width: 100%;
    max-width: 350px;
}
.search_block input {
    width: 100%;
    background: #ffffff;
    border: 2px solid #f8d2d1;
    border-radius: 4px;
    padding: 10px 40px 10px 25px;
    font-size: 18px;
    line-height: 21px;
    color: #9f9d9d;    
}
.search_block button {
    position: absolute;
    top: 16px;
    right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
} 
.search_block button::before { font-size: 18px;}



/* ~~~~~~~~~~~~~~ CITY ~~~~~~~~~~~~~~~~~~~~~~ */
.select_city_wrapper {
    padding: 30px 20px;
    min-width: 400px;
    max-width: 400px;
}
.pop_citys_current { }
.pop_citys_current span {font-weight: bold; font-size: 20px;}
.pop_citys_select { padding-bottom: 20px; }
.pop_citys_select_info {margin-bottom: 5px;}
.pop_citys_select select { 
    width: 100%; 
}
.pop_citys_select input {
    display: none; 
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    background: #ffffff;
    border: 1px solid #59aab9;
    border-radius: 5px;
    padding: 5px 10px;
}
.pop_citys_select input.show {
    display: block;
}

.city_izbrannoe {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.izb_city_itm {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding: 5px 0;
    font-size: 16px;
}
.izb_city_itm:hover {
    text-decoration: underline;
}

.city_btns_area {
    text-align: center;
}

.city_btn {
    display: inline-block;
    padding: 13px 40px;
    font-size: 20px;
    color: #000;
    border: 1px solid #83bdc8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    line-height: 23px;
    padding: 5px 30px;
    text-align: center;
    background: #83bdc8;
    border-radius: 6px;
    color: #ffffff;
}

.city_btn:hover {
    border: 1px solid #63c8d6;
    background-color: #dbeded;
    color: #000;
}