.no-size {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.loading-container {
    opacity: 0.3;
    pointer-events: none;
}
.hidden-form {
    display: none;
}

.modal-backdrop.in {
    opacity: 0.6 !important;
    background-color: #000 !important;
}

.gravex-disabled {
    opacity: 0.6 !important;
    cursor: not-allowed;
    pointer-events: none;
}
.basket-empty {
    font-size: 14px;
    text-transform: uppercase;
    color: #666668;
    text-align: center;
    padding: 10px;
}
.gravex-count-decrease, .gravex-count-increase {
    cursor: pointer;
}

body, html {
    height: 100%;
}

#content_wrapper {
    min-height: 100%;
    /*height: auto !important;*/
    height: 100%;
}
.noUiSlider {
    margin:15px 5px 15px 5px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}


/*================ Чекбокс =================*/

input[type="checkbox"],
input[type="radio"] {
    display:none;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
    background-image: url("../images/checkbox.png");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    float: left;
    height: 24px;
    margin: 2px 8px 0 0;
    vertical-align: middle;
    width: 18px;
    cursor: pointer;
}
input[type="checkbox"] + label::before {

    background-position: 0 -72px;
}
input[type="radio"] + label::before {
    background-position: 0px -279px;
}
input[type="checkbox"]:checked + label::before {
    background-position: 0 -4px;
}
input[type="radio"]:checked + label::before {
    background-position: -108px -279px;
}
input[type="checkbox"]:disabled + label::before {
    background-position: -152px -260px;
    background-position: 0 -72px;
}
input[type="checkbox"]:checked:disabled + label::before {
    background-position: -171px -260px;
}
input[type="radio"]:disabled + label::before {
    background-position: -144px -279px;
}
input[type="radio"]:checked:disabled + label::before {
    background-position: -162px -279px;
}
/*================ Конец Чекбокс =================*/