#loader {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    display: none;
    z-index: 10000;
}

#loaderText {
    position: fixed;
    top: 50%;
    left: 50%;
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(58, 179, 223, 0.15);
    border-right: 6px solid rgba(58, 179, 223, 0.15);
    border-bottom: 6px solid rgba(58, 179, 223, 0.15);
    border-top: 6px solid rgba(58, 179, 223, 0.8);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.theme-mp .back-bar {
    height: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #eeeeee;
    background-color: #e7e7e7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

    .theme-mp .back-bar .selected-bar {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #3ab3df;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#3ab3df));
        background-image: -webkit-linear-gradient(top, #b1d1f9, #3ab3df);
        background-image: -o-linear-gradient(top, #b1d1f9, #3ab3df);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#b1d1f9), to(#3ab3df));
        background-image: linear-gradient(to bottom, #b1d1f9, #3ab3df);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
    }

    .theme-mp .back-bar .pointer {
        width: 14px;
        height: 14px;
        top: -5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #AAA;
        background-color: #e7e7e7;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
        background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
        background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
        background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
    }

    .theme-mp .back-bar .pointer-label {
        color: #999;
    }

    .theme-mp .back-bar .focused {
        color: #333;
    }

.theme-mp .scale span {
    border-left: 1px solid #e5e5e5;
}

.theme-mp .scale ins {
    color: #999;
}

.product-item-wrap .hidden-count {
    height: 15px;
    line-height: 8px;
    text-align: center;
    color: #3ab3df;
}

    .product-item-wrap .hidden-count .down-arrow {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 10px;
        height: 10px;
        display: inline-block;
    }

.product-item-wrap:hover .hidden-count,
.product-item-wrap.hover .hidden-count {
    display: none;
}

.cart-button:disabled {
    background-color: #00bfa5;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.category-tree {
    margin-bottom: 20px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 10px;
    text-indent: -4px;
}

    .category-tree ul {
        list-style-type: none;
        margin-left: 0;
        padding-left: 10px;
        text-indent: -4px;
    }

    .category-tree a {
        color: #357fc2;
        font-size: 18px;
        margin-bottom: 15px;
        display: inline-block;
    }

.price-inputs input {
    width: 49%;
}

    .price-inputs input:first-child {
        float: left;
    }

    .price-inputs input:last-child {
        float: right;
    }

aside.catalogue-sidebar .filter-item-wrap.input-wrap {
    padding: 0;
}

aside.catalogue-sidebar .filter-item-wrap.slider-wrap {
    padding: 0 7px;
}

.select-style.relation-select {
    margin-bottom: 10px;
}

    .select-style.relation-select select {
        border: 1px solid #cfcfcf;
        padding: 0 0 0 10px;
        height: 38px;
        cursor: pointer;
    }

.relationship-row {
    margin: 30px 0 20px;
}

.relationship-group {
    float: left;
}

.relationship-row .relationship-group-title {
    color: #9f9f9f;
    margin-right: 70px;
    vertical-align: top;
    display: inline-block;
}

.relationship-row .relationship-wrap {
    vertical-align: top;
    display: inline-block;
}

.s-actions .action-item .action-banner img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.s-cart .error-wrap {
    font-size: 18px;
    color: red;
    vertical-align: middle;
    display: inline-block;
    float: right;
    margin-right: 20px;
}

    .s-cart .error-wrap.invisible {
        visibility: hidden;
    }

    .s-cart .error-wrap.error-txt {
        font-size: 18px;
        color: red;
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
    }

.dropbtn {
    color: #9f9f9f;
    background-color: #ffffff;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 20%;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.product-item .cart-button:disabled {
    background-color: lightgrey;
}

.change-password-form {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .change-password-form > div {
        text-align: center;
    }

        .change-password-form > div input {
            width: 400px;
            margin-top: 10px;
        }

.intl-tel-input .country-list {
    width: 480px;
}

    .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
        font-size: 15px;
    }

.breadcrumbs > li:last-child > p {
    font-weight: bold;
}

.magic-original-request {
    padding-bottom: 20px;
}

.magic-original-request h2 {
    display: inline;
}

.magic-original-request-string {
    color: #22D3BB;
}

.cart-promo-container {
    display: table;
    height: 1px;
    border-collapse: separate;
    border-spacing: 20px 0;
    margin: 0 -20px;
    padding-bottom: 10px;
}
.cart-promo-item {
    padding: 10px;
    border: 1px solid #F1F1F1;
    border-left: 5px solid #00BFA5;
    margin-bottom: 20px;
    max-width: 300px;
    display: table-cell;
}

.cart-promo-txt {
    line-height: 1.3;
    height: 100%;
    padding-bottom: 60px;
    margin-bottom: -50px;
}

.cart-promo-btn {
    background-color: #00BFA5;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 1.2;
}

.cart-promo-btn:focus, .cart-promo-btn:hover {
    background-color: #32cbb7;
}

.promo-window-main {
    background: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    min-height: 80vh;
}

.promo-window .h1 {
    margin-bottom: 40px;
    line-height: 1.2;
}

.promo-window-sidebar {
    background: #00BFA5;
    -webkit-box-shadow: inset -8px 0px 9px rgba(34, 34, 34, 0.1);
    box-shadow: inset -8px 0px 9px rgba(34, 34, 34, 0.1);
    padding: 90px 20px 50px;
    color: #ffffff;
    width: 250px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
}

    .promo-window-sidebar .mfp-close {
        display: none;
    }

@media only screen and (max-width: 767px) {
    .promo-window-sidebar {
        padding: 50px 15px;
        width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .order-success-popup, .order-popup, .plain-popup {
        width: auto;
    }

    body.media-mobile .order-success-popup .buttons button {
        font-size: 14px;
    }

    .promo-window-content .h1 {
        margin-bottom: 0px;
    }

    body.media-mobile .promo-window-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        body.media-mobile .promo-window-main .cart-promo-table .thead {
            margin-bottom: 0;
        }

        body.media-mobile .promo-window-main .right-button-wrap {
            text-align: center;
        }

    body.media-mobile .promo-window-sidebar {
        width: 100%;
        padding: 30px 15px 10px;
        position: relative;
    }

        body.media-mobile .promo-window-sidebar .mfp-close {
            display: block;
            top: 0;
            right: 0;
        }

    body.media-mobile .sidebar-item {
        margin-bottom: 5px;
    }

        body.media-mobile .sidebar-item:last-child {
            margin-bottom: 0;
        }

    body.media-mobile .promo-window-content .mfp-close {
        display: none;
    }

    body.media-mobile .promo-window-content .th--name, body.media-mobile .promo-window-content .td--name {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    body.media-mobile .promo-window-content .th,
    body.media-mobile .promo-window-content .td {
        font-size: 8px;
    }

    body.media-mobile .promo-window-content .th--price,
    body.media-mobile .promo-window-content .td--price {
        width: 20%;
    }

    body.media-mobile .promo-window-content .th--unit,
    body.media-mobile .promo-window-content .td--unit {
        display: none;
    }

    body.media-mobile .promo-window-content .th--qty,
    body.media-mobile .promo-window-content .td--qty {
        width: 20%;
    }

    body.media-mobile .promo-window-content .th--sum,
    body.media-mobile .promo-window-content .td--sum {
        width: 25%;
    }

    body.media-mobile .promo-window .result-item {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-right: 0px;
        font-size: 12px;
    }

        body.media-mobile .promo-window .result-item .result-item-value {
            font-size: 13px;
        }
}

.promo-window .sidebar-item {
    margin-bottom: 50px;
}

.promo-window .sidebar-item .h2 {
    color: #fff;
    text-align: center;
}

    .promo-window .sidebar-item p {
        line-height: 1.3;
        text-align: justify;
        white-space: pre-wrap;
}

.promo-window .sidebar-number {
    line-height: 1.25;
    font-size: 24px;
    text-align: center;
    padding: 5px 0;
}

.promo-window-sidebar p {
    padding: 5px 0;
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: center;
}

.promo-window-content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 20px 30px;
}

    .promo-window-content .mfp-close {
        position: absolute;
        font-size: 30px;
        top: 0;
        right: 0;
    }

.promo-window .h2 {
    margin-bottom: 20px;
}

.promo-window .results-row {
    padding-top: 9px;
    border-top: 1px solid #CFCFCF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.promo-window .result-item {
    flex-basis: 33.333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.promo-window .result-item-name {
    color: #9F9F9F;
}

.promo-window .result-item-value {
    font-weight: 300;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    color: #00BFA5;
    text-align: right;
    padding-left: 5px;
}

.get-promo-btn {
    min-width: 210px;
    background-color: #00BFA5;
    color: #FFF;

}

    .get-promo-btn:focus, .get-promo-btn:hover {
        background-color: #32cbb7;
    }

.cart-promo-loader {
    border: 1px solid #F1F1F1;
    border-left: 5px solid #00BFA5;
    padding: 10px 10px 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
    color: #00BFA5;
}

.loader-text {
    padding-left: 10px;
    unicode-bidi: embed;
    font-family: monospace;
    white-space: pre;
    line-height: 1.2;
}

.cart-promo-table {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
}

    .cart-promo-table .btn-del-cart-item {
        background-color: transparent;
        cursor: pointer;
    }

        .cart-promo-table .btn-del-cart-item:hover .svg g g, .cart-promo-table .btn-del-cart-item:hover .svg path {
            fill: #ff5252;
        }

    .cart-promo-table .btn-number, .cart-promo-table .input-number {
        height: 24px;
        padding: 0;
        vertical-align: top;
    }

    .cart-promo-table .btn-number {
        width: 25px;
        font-size: 20px;
        color: #9f9f9f;
        line-height: 24px;
        background-color: #f1f1f1;
        -webkit-border-radius: 2px 0px 0px 2px;
        border-radius: 2px 0px 0px 2px;
    }

        .cart-promo-table .btn-number .minus {
            position: relative;
            bottom: 2px;
        }

        .cart-promo-table .btn-number:hover {
            color: #3ab3df;
        }

    .cart-promo-table .input-group {
        font-size: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .cart-promo-table .input-number {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
        border: 1px solid #F1F1F1;
        text-align: center;
        color: #000;
    }

    .cart-promo-table a {
        color: #000;
    }

        .cart-promo-table a:hover {
            color: #3ab3df;
        }

    .cart-promo-table .thead {
        margin-bottom: 10px;
    }

    .cart-promo-table .tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .cart-promo-table .tbody .tr {
        padding: 7px 0;
        border-bottom: 1px solid #F1F1F1;
        line-height: 1.2;
    }

    .cart-promo-table .action-items {
        margin-bottom: -15px;
    }

    .cart-promo-table .action-item {
        font-size: 14px;
        line-height: 14px;
    }

        .cart-promo-table .action-item img {
            width: 20px;
            margin-right: 5px;
            vertical-align: middle;
        }

        .cart-promo-table .action-item .bonus-qty {
            color: #22D3BB;
            font-size: 16px;
            margin-right: 2px;
        }

    .cart-promo-table hr {
        border: none;
        border-top: 1px solid #CFCFCF;
        margin: 2px 0;
        width: 100%;
    }

    .cart-promo-table .th,
    .cart-promo-table .td {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cart-promo-table .th--barcode,
    .cart-promo-table .td--barcode {
        width: 11%;
    }

    .cart-promo-table .th--name,
    .cart-promo-table .td--name {
        width: 32%;
        overflow-wrap: anywhere;
    }

    .cart-promo-table .th--price,
    .cart-promo-table .td--price {
        width: 10%;
    }

    .cart-promo-table .th--actions,
    .cart-promo-table .td--actions {
        width: 11%;
    }

    .cart-promo-table .th--unit,
    .cart-promo-table .td--unit {
        width: 5%;
    }

    .cart-promo-table .th--rec,
    .cart-promo-table .td--rec {
        width: 6%;
    }

    .cart-promo-table .th--qty,
    .cart-promo-table .td--qty {
        width: 9.5%;
    }

    .cart-promo-table .th--sum,
    .cart-promo-table .td--sum {
        width: 13%;
    }

    .cart-promo-table .th--del,
    .cart-promo-table .td--del {
        width: 2.5%;
    }

    .cart-promo-table .th {
        border-right: 5px solid #fff;
        background: #F1F1F1;
        text-align: center;
        line-height: 1.4;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #9F9F9F;
        padding: 5px 3px;
    }

    .cart-promo-table .th--rec {
        font-size: 10px;
    }

    .cart-promo-table .th:last-child {
        border-right: none;
    }

    .cart-promo-table .td--barcode {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .cart-promo-table .td--name {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .cart-promo-table .td--price {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: right;
    }

    .cart-promo-table .td--actions {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .cart-promo-table .td--unit {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    .cart-promo-table .td--rec {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    .cart-promo-table .td--qty {
        position: relative;
        text-align: center;
        font-size: 16px;
    }

    .cart-promo-table .td--sum {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: right;
    }

    .cart-promo-table .td--del {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: right;
    }

    .cart-promo-table .product-qty {
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .cart-promo-table .product-qty:not(.hidden) {
            display: block;
        }

    .cart-promo-table .tr-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px solid #F1F1F1;
    }

    .cart-promo-table .tbody .tr-group {
        padding: 0;
    }

        .cart-promo-table .tbody .tr-group .tr:last-child {
            border-bottom: none;
        }

    .cart-promo-table .tr-group-heading {
        padding: 10px;
        background: #F1F1F1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cart-promo-table .tr-group-heading-content {
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .cart-promo-table .tr-group-heading-content img {
            margin-right: 7px;
            width: 20px;
        }

    .cart-promo-table .rec-col {
        font-size: 10px;
        margin: -6px -2px;
        white-space: nowrap;
    }

    .cart-promo-table .rec-in-stock {
        color: #00BFA5;
    }

    .cart-promo-table .tr--ends {
        color: #FC828F;
    }

        .cart-promo-table .tr--ends .rec-in-stock, .cart-promo-table .tr--ends .input-number, .cart-promo-table .tr--ends a {
            color: #FC828F;
        }

        .cart-promo-table .tr--ends .td--unit, .cart-promo-table .tr--ends .rec-col {
            color: #000;
        }

.promo-window-content .th {
    text-overflow: ellipsis;
    overflow: hidden;
}

.promo-window-content .th--name, .promo-window-content .td--name {
    width: 55%; 
}
.promo-window-content .th--price, .promo-window-content .td--price {
    width: 15%;
}

.promo-window-content .th--qty, .promo-window-content .td--qty {
    width: 10.5%;
}

.save-template-modal__content {
    width: 300px;
    padding-top: 10px;
}

.save-template-modal__input {
    width: 100%;
    margin-top: 10px;
}

.save-template-modal__submit {
    width: 100%;
    margin-top: 10px;
}
