/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJlbmdpbmUuY3NzIn0= */
#msMiniCart .empty {
    display: flex;
}

#msMiniCart .not_empty {
    display: none;
}

#msMiniCart.full .empty {
    display: none;
}

#msMiniCart.full .not_empty {
    display: flex;
    cursor: pointer;
}

.ajax_form .error {
    color: brown;
    border: 1px solid brown !important;
}

#msOrder {
    margin-top: 0px !important;
}

.jGrowl-notification .jGrowl-close {
    background-color: transparent;
    color: #ffffff;
    border: none;
    z-index: 99;
    float: right;
    font-weight: 700;
    font-size: 1em;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

input[engine="hidden"] {
    display: none
}

.filters .row input.amount1 {
    width: 45%;
    float: left;
    margin-right: 5%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px
}

.filters .row input.amount2 {
    width: 45%;
    float: left;
    margin-left: 5%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px
}

.pagination li.disabled:first-child a,
.pagination li.disabled:last-child a {
    display: none;
}

/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {border: 2px solid #c21135!important;background: #fff!important;font-weight: normal!important;color: #454545!important;}*/
#mse2_filters .mse2_number_slider {
    height: .3em;
}

/*.ui-slider .ui-slider-range {background: #c21135;}*/
.ui-slider-horizontal .ui-slider-handle {
    top: -.5em !important;
    margin-left: -.6em !important;
}

#mse2_selected {
    background: none !important;
    padding: 0px !important;
    border-radius: 0 !important;
}

.columnbuy .buyproduct form {
    width: 100%;
}

.promocode .row .mspc_msg.text-danger {
    font-size: 13px;
    color: #c21135;
    font-weight: bold;
}

.xlike .xlike__link_active .xlike__svg {
    background-color: #dc143c !important;
}

/*.slick-slide img {max-width: none;}*/
.comparison .comparison-total {
    display: flex !important;
}

.comparison.added .comparison-add {
    display: none !important;
}

.comparison .comparison-remove {
    display: none !important;
}

.comparison.added .comparison-remove {
    display: flex !important;
}

.comparison.added .comparison-remove i {
    color: #dc143c !important;
}

a.comparison-link {
    border: 0 !important;
    float: left;
    width: 100%;
}

.products.products-compare li .inner .delete {
    display: block !important;
}

a.comparison-link.active {
    background: #efefef;
    padding: 5px 10px;
}

.table-compare {
    position: relative;
    padding-left: inherit !important;
}

.products.products-compare li .inner {
    padding: 20px 0px;
}

.table-compare table tbody tr td.comparison-head {
    height: auto;
}

.comparison-table .comparison-remove {
    display: block !important;
    position: absolute !important;
    z-index: 5;
    top: 5px;
    content: '';
    right: 12px;
    width: 30px;
    height: 30px;
    background: white !important;
    color: #1a1a1a !important;
    border-radius: 25px;
    font-size: 20px !important;
    color: #dc143c;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 479px) {

    h1,
    .h1 {
        font-size: 21px;
        line-height: 1.2;
    }

    .section-caption .caption {
        font-size: 19px;
        font-weight: 500;
        margin-right: 50px;
    }
}

/*
#gototop {
    position: fixed;
    z-index: 59;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: none;
    border-radius: 50px;
    background: #b2b2b2;
    box-shadow: inset 5px 5px 15px 3px rgba(0,0,0,0.05);
    opacity: .9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
}

#gototop i {
    font-size: 24px;
}

#gototop:hover {
    background: #dc143c;
    opacity: .9;
    color: #ffffff;
}
*/
/*
::selection {
    background: #d18095;
}
::-moz-selection {
    background: #d18095;
}
*/
select {
    padding: 6px 20px;
}

.content .feature .column-no-category {
    width: 50%;
}


.popup-holder.popup-active-stopmodal {
    overflow: hidden
}

.popup-holder.popup-active-stopmodal .popup-holder-stopmodal-content {
    opacity: 1;
    visibility: visible;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
}

.popup-holder.popup-active-stopmodal .popup-stopmodal {
    display: block;
    width: 100%;
    min-height: 100vh;
    background: rgba(209, 209, 209, 0.95);
    overflow-y: auto
}

.popup-holder.popup-holder-stopmodal .popup-stopmodal {
    position: fixed;
    top: 0;
    bottom: 0;
    content: '';
    right: 0;
    left: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    padding: 50px;
}

.popup-holder.popup-active-stopmodal .popup-stopmodal {
    background: rgba(209, 209, 209);
    width: auto;
    min-height: auto;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    max-width: 400px;
    bottom: auto;
}

.popup-holder.popup-holder-stopmodal .popup-stopmodal-content {
    min-height: 100%;
    max-width: 460px;
    margin: 0 auto;
    color: #1a1a1a;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-holder .popup-holder-content .close-stopmodal {
    position: absolute;
    top: 5px;
    content: '';
    right: 10px;
    width: 50px;
    height: 50px;
    background: white;
    color: #ed1f24;
    background: transparent;
    margin: 0px;
}

.popup-holder .popup-holder-content .close-stopmodal i {
    font-size: 44px;
}

.popup-holder .popup-holder-content .popup .popup-content.popup-in-stopmodal {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-holder.popup-active-stopmodal .popup-holder-stopmodal-content form {
    width: 100%;
}

.discount-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.discount-text a {
    border: 1px solid #ff6600;
    padding: 5px 10px;
    font-size: .8em;
    border-radius: 5px;
    font-style: italic;
    background: #e0e0e0;
    font-weight: 500;
    display: inline-block;
    margin: 0 auto;
}

.discount-text a:hover {
    background: #fff;
}

.section-questions .questions {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
}

.section-questions .questions h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.section-questions .questions h3 {
    font-size: 18px;
    color: #ff6600;
    margin-bottom: 10px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.section-questions .questions span {
    display: block;
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}

.section-questions .questions ul {
    padding: 0;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

section-questions .questions ul li {
    display: inline;
    margin: 0;
    margin-right: 10px;
}

.section-questions .questions ul li a {
    text-decoration: none;
    transition: color 0.3s;
    /* white-space: nowrap; */
    color: #ff6600;
}

.loader-container-cart {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0 !important;
    height: 40px;
    position: relative;
}

.loader-cart {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff6600;
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    animation: spin 2s linear infinite;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.courier-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.courier-block .building-courier,
.courier-block .room-courier {
    width: 48% !important;
}

.choices__inner {
    border: 1px solid #d1d1d1!important;
    border-radius: 5px!important;
}


.contacts li a .text > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.contacts li a .text .mini {
    font-size: 14px;
    font-weight: 500;
    color: #ff7400;
}