.select2-container--shop .select2-selection--single {
    /*height: calc(1.5em + 0.75rem + 2px) !important; }*/
    height: 50px !important; }
.select2-container--shop .select2-selection--single .select2-selection__placeholder {
    color: #757575;
    line-height: calc(1.5em + 0.75rem); }
.select2-container--shop .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 20px; }
.select2-container--shop .select2-selection--single .select2-selection__arrow b {
    top: 60%;
    background-image: url("//cdn.wayforpay.shop/img/chevron-down.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    left: 50%;
    margin-left: -16px;
    margin-top: -5px;
    position: absolute; }
.select2-container--shop .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 15px; }

.select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: 0; }

.select2-results__message {
    color: #6c757d; }

.select2-container--shop .select2-selection--multiple {
    min-height: calc(1.5em + 0.75rem + 2px) !important; }
.select2-container--shop .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 8px;
    width: 100%; }
.select2-container--shop .select2-selection--multiple .select2-selection__rendered .select2-search__field {
    width: 100% !important; }
.select2-container--shop .select2-selection--multiple .select2-selection__choice {
    color: #343a40;
    border: 1px solid #bdc6d0;
    border-radius: 0;
    padding: 0;
    padding-right: 5px;
    cursor: pointer;
    float: left;
    margin-top: 0.3em;
    margin-right: 5px; }
.select2-container--shop .select2-selection--multiple .select2-selection__choice__remove {
    color: #bdc6d0;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 1px;
    padding-right: 3px;
    padding-left: 3px;
    float: left; }
.select2-container--shop .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #343a40; }
.select2-container--shop .select2-selection--multiple .select2-selection__clear {
    float: none;
    margin-right: 0;
    position: absolute !important;
    top: 0;
    right: 0.7em; }

.select2-container {
    font-size: 14px;
    display: block; }
.select2-container *:focus {
    outline: 0; }

.input-group .select2-container--shop {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.input-group-prepend ~ .select2-container--shop .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.input-group > .select2-container--shop:not(:last-child) .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--shop .select2-selection {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 6px !important;
    width: 100%; }
.has-error .select2-container--shop .select2-selection {
    border: 1px solid #FC2007; }
@media (prefers-reduced-motion: reduce) {
    .select2-container--shop .select2-selection {
        -webkit-transition: none;
        transition: none; } }

.select2-container--shop.select2-container--focus.select2-container--open .select2-selection {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--shop.select2-container--disabled .select2-selection, .select2-container--shop.select2-container--disabled.select2-container--focus .select2-selection {
    background-color: #e9ecef;
    cursor: not-allowed;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none; }

.select2-container--shop.select2-container--disabled .select2-search__field, .select2-container--shop.select2-container--disabled.select2-container--focus .select2-search__field {
    background-color: transparent; }

select.is-invalid ~ .select2-container--shop .select2-selection,
form.was-validated select:invalid ~ .select2-container--shop .select2-selection,
.error .select2-container--shop .select2-selection {
    border-color: #ff0000; }

select.is-valid ~ .select2-container--shop .select2-selection,
form.was-validated select:valid ~ .select2-container--shop .select2-selection {
    border-color: #28a745; }

.select2-container--shop .select2-dropdown {
    border-color: #ced4da;
    border-radius: 0;
    z-index: 10000;
}
.select2-container--shop .select2-dropdown.select2-dropdown--below {
    border-top: none;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
.select2-container--shop .select2-dropdown.select2-dropdown--above {
    border-top: 1px solid #ced4da;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
.select2-container--shop .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: #e9ecef; }

.select2-results {
    margin-bottom: 10px;
}
.select2-container--shop .select2-results__option--highlighted,
.select2-container--shop .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #007bff;
    color: #f8f9fa; }
.select2-results__option[aria-selected] {
    font-size: inherit;
}
.select2-container--shop .select2-results__option[role=group] {
    padding: 0; }
.select2-container--shop .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding-left: 1em; }

.select2-container--shop .select2-results > .select2-results__options {
    max-height: 15em;
    overflow-y: auto; }

.select2-container--shop .select2-results__group {
    padding: 6px;
    display: list-item;
    color: #6c757d; }

.select2-container--shop .select2-selection__clear {
    width: 0.9em;
    height: 0.9em;
    line-height: 0.75em;
    padding-left: 0.15em;
    margin-top: 0.7em;
    border-radius: 100%;
    background-color: #c8c8c8;
    color: #f8f9fa;
    float: right;
    margin-right: 0.3em; }
.select2-container--shop .select2-selection__clear:hover {
    background-color: #afafaf; }
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 35px;
}


/* ----  Loader ----- */
/**
 * ==============================================
 * Dot Floating
 * ==============================================
 */
.cart-loader {
    height: 10px;
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cart-loader .dot-floating {
    margin-bottom: -4px;
    position: relative;
    bottom: -5px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #0062ff;
    color: #0062ff;
    -webkit-animation: dot-floating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
    animation: dot-floating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}

.cart-loader .dot-floating::before, .dot-floating::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.cart-loader .dot-floating::before {
    left: -12px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #0062ff;
    color: #0062ff;
    -webkit-animation: dot-floating-before 3s infinite ease-in-out;
    animation: dot-floating-before 3s infinite ease-in-out;
}

.cart-loader .dot-floating::after {
    left: -24px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #0062ff;
    color: #0062ff;
    -webkit-animation: dot-floating-after 3s infinite cubic-bezier(0.4, 0, 1, 1);
    animation: dot-floating-after 3s infinite cubic-bezier(0.4, 0, 1, 1);
}

@-webkit-keyframes dot-floating {
    0% {
        left: calc(0% - 5px);
    }
    75% {
        left: calc(75% + 105px);
    }
    100% {
        left: calc(100% + 305px);
    }
}

@keyframes dot-floating {
    0% {
        left: calc(0% - 5px);
    }
    75% {
        left: calc(75% + 105px);
    }
    100% {
        left: calc(100% + 305px);
    }
}

@-webkit-keyframes dot-floating-before {
    0% {
        left: -50px;
    }
    50% {
        left: -12px;
    }
    75% {
        left: -50px;
    }
    100% {
        left: -50px;
    }
}

@keyframes dot-floating-before {
    0% {
        left: -50px;
    }
    50% {
        left: -12px;
    }
    75% {
        left: -50px;
    }
    100% {
        left: -50px;
    }
}

@-webkit-keyframes dot-floating-after {
    0% {
        left: -100px;
    }
    50% {
        left: -24px;
    }
    75% {
        left: -100px;
    }
    100% {
        left: -100px;
    }
}

@keyframes dot-floating-after {
    0% {
        left: -100px;
    }
    50% {
        left: -24px;
    }
    75% {
        left: -100px;
    }
    100% {
        left: -100px;
    }
}