.bs-no-margin-bottom {
    margin-bottom: 0;
}

#searchHeader > div.form-group {
    margin-bottom: 0;
}

.bs-cart-items {
    /*font-size: 14px;*/
    margin-bottom: 20px;
}

@media (max-width: 479px) {
    .row {
        margin-right: -8px;
        margin-left: -8px;
    }
}

.bs-cart-item {
    margin-top: 10px;
    padding-top: 16px;
    position: relative;
    border-top: 1px solid #ced4da;
}

.bs-cart-item-delete {
    font-size: 18px;
    color: #868e96;
    position: absolute;
    top: 15px;
    right: 15px;
}

.bs-cart-item-delete i {
    cursor: pointer;
}

.bs-cart-form-total {
    border: 1px solid #ced4da;
    padding: 20px;
}

.bs-rubles {
    white-space: nowrap;
}

.bs-rubles:after {
    content: ' \20bd';
}

.bs-cart-item-description-title {
    font-weight: bold;
}

.bs-cart-item-description-article {
    color: #868e96;
    margin-top: 10px;
}

.bs-cart-item-description-article span {
    color: #343a40;
}

.bs-cart-item-quantity-label {
    color: #868e96;
}

.bs-cart-item-price-discount {
    color: #ff1d1d;
}

.bs-cart-item-price-old {
    margin-top: 10px;
    text-decoration: line-through;
}

.bs-cart-item-available {
    margin-top: 10px;
    color: #3f734f;
}

.bs-cart-items-bonus-question {
    font-size: 18px;
    cursor: pointer;
}

.bs-cart-item-pre-order {
    color: #868e96;
}

.bs-cart-item-pre-order i {
    font-size: 18px;
    cursor: pointer;
}

.bs-cart-label {
    color: #868e96;
    margin-top: 5px;
}

.bs-shipping-option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
	/*комент*/
}

.bs-shipping-option img {
    border: 1px solid #d8dde1;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 2px;
}

.bs-shipping-option img:hover {
    border: 1px solid #448056;
}

.bs-shipping-option input:checked + img {
    border: 2px solid #448056;
    margin-bottom: 0;
}

.bs-checkout-order {
    border: 1px solid #ced4da;
    padding: 20px;
    margin-bottom: 10px;
}

.bs-checkout-total-bonus {
    padding-right: 14px;
}

.bs-checkout-total {
    border: 1px solid #ced4da;
    padding: 20px;
}

.bs-checkout-rules {
    margin: 20px 0;
}

.bs-checkout-order-items-quantity {
    padding: 0 10px;
}

.bs-quantity {
    text-align: center;
}

.bs-order-checkout-form .help-block {
    font-size: 14px!important;
    position: relative!important;
}

#catalogorder-promo-code-form {
    display: none;
}

.form-group.required .control-label:after {
    content:" *";
    color:red;
}

#selectCityPopup .modal-header {
    border-bottom: none;
}

#selectCityPopup .bs-city-option {
    cursor: pointer;
}

#selectCityPopup .bs-city-option:hover {
    text-decoration: underline;
}

.bs-cart-related-image {
    height: 125px;
}

.bs-cart-related-block {
    width: 180px;
}

#catalogorder-map {
    height: 400px;
    position: relative;
}

#catalogorder-map .catalogorder-map-group__tooltip{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#catalogorder-map .hidden {
display: none;
}
#catalogorder-map .catalogorder-map-group__cover {
    position: absolute;

    opacity: 1;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    z-index: 9;
    height: 100%;
    width: 100%;
}
#catalogorder-map .catalogorder-map-group__center {
    position: absolute;
    background: #85c477;
    border-radius: 8px;
    padding: 10px 16px;
    opacity: 1;
    z-index: 10;
 }
 #catalogorder-map .catalogorder-map-group__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;

}
@media (max-width: 991.98px) {
    #catalogorder-map .catalogorder-map-group__text {
        font-size: 14px;
        line-height: 20px;
    }

}