/*Main Stylesheet*/

.custom-body {
    background: #ffffff;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
}

.custom-header {
    font-weight: bold;
    word-break: keep-all;
    background: white;
    padding-top: 10px;
}

.custom-href {
    background: #009cd5;
    color: white;
    font-weight: bold;
    border: 1px solid #008dcb;
    padding: 5px 25px 5px 20px;
    margin-left: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px #94c5d8;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: background 2s; /* Safari prior 6.1 */
    transition: background 2s;
}

.custom-href:hover {
    background: #2781a2;
    color: white;
    text-decoration: none;
}

.custom-href:focus {
    color: white;
    -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.8);
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.8);
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.8);
}

.custom-href-order {
    background: #009cd5;
    color: white;
    font-weight: bold;
    border: 1px solid #008dcb;
    padding: 15px 25px 15px 25px;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px #94c5d8;
    text-transform: uppercase;
    display: inline-block;
    width: 90%;
    text-decoration: none;
    -webkit-transition: background 2s; /* Safari prior 6.1 */
    transition: background 2s;
}

.custom-href-order:hover {
    background: #1a902e;
    color: white;
    text-decoration: none;
}

.custom-href-order:focus {
    color: white;
    -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.8);
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.8);
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.8);
}

.custom-hr {
    color: #eeeeee;
}

.custom-box-payment {
    background: #eeeeee;
    padding: 15px;
}

.custom-box-creditcard {
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}

.custom-left {
    text-align: left !important;
}

.custom-right {
    text-align: right !important;
}

.custom-center {
    text-align: center !important;
}

.custom-justify {
    text-align: justify !important;
}

.custom-icon-secure {
    color: #a2b448;
    margin-right: 15px;
    margin-bottom: 8px;
}

.custom-icon-info {
    color: gray;
    margin-left: 2%;
}

.custom-font-12px {
    font-size: 12px !important;
}

.custom-font-gray {
    color: #737577 !important;
}
.custom-cc-margin {
    margin: 0px 5px 0px 5px;
}

.custom-input-text {
    background: #ffffff;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 430px){
 .custom-input-text{
     padding: 5px 10px ;
 }
}

@media screen and (max-width: 430px) and (-webkit-min-device-pixel-ratio: 1){
    .custom-input-text{
        padding: 5px 10px ;
    }
}

.custom-input-text:hover {
    border: 1px solid #e0e0e0;
}

.custom-input-text:focus {
    border: 1px solid #66afe9;
    -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-input-name {
    background: #ffffff;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
}

.custom-input-name:hover {
    border: 1px solid #e0e0e0;
}

.custom-input-name:focus {
    border: 1px solid #66afe9;
    -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-input-cvv {
    background: #ffffff;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 30%;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    vertical-align: middle !important;
}

.custom-input-cvv:hover {
    border: 1px solid #e0e0e0;
}

.custom-input-cvv:focus {
    border: 1px solid #66afe9;
    -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-input-dropdown {
    background: #ffffff;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 29%;
    height: 46px;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
}

.custom-input-dropdown:hover {
    border: 1px solid #e0e0e0;
}

.custom-input-dropdown:focus {
    border: 1px solid #66afe9;
    -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-input-country {
    background: #ffffff;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    height: 46px;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
}

.custom-input-country:hover {
    border: 1px solid #e0e0e0;
}

.custom-input-country:focus {
    border: 1px solid #66afe9;
    -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-input-language {
    background: #ffffff;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 12px;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    width: 25% !important;
}

.custom-input-language:hover {
    border: 1px solid #e0e0e0;
}

.custom-input-language:focus {
    border: 1px solid #66afe9;
    -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-input-currency {
    font-size: 12px;
    background: #ffffff;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05);
}

.custom-input-curency:hover {
    border: 1px solid #e0e0e0;
}

.custom-input-currency:focus {
    border: 1px solid #66afe9;
    -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

.custom-strong {
    font-weight: bold;
}

.custom-072f59 {
    color: #072f59;
}

.custom-hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.custom-total-phone {
    background: #d6f2fc;
    padding: 15px;
}

.redirect-warning {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}

#spinner-processing {
    position: relative;
}

#spinner-processing .row,
#spinner-processing .col-md-12 {
    height: 100%;
}

.center-vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.spinner {
    /* height: calc(100vh - 220px); */
    text-align: center;
    position: relative;
    width: 100%;
    height: 96px;
    /* margin-top: 80px; */
}

.spinner-wrapper {
    transform: scale(1.5);
    position: relative;
    width: 100%;
    height: 96px;
    /* height: calc(100vh - 220px); */
}

.lds-spinner {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: -50px; */
}
.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #000;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (min-width: 10px) and (max-width: 767px) {
    .hide-onphone {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hide-ontablet {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hide-onlaptop {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hide-ondesktop {
        display: none !important;
    }
}

.custom-collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active,
.custom-collapsible:hover {
    background-color: #ccc;
}

.custom-content {
    padding: 0 18px;
    background-color: white;
    /* max-height: 0; */
    overflow: hidden;
    /* transition: max-height 0.2s ease-out; */
}

.custom-collapsible:after {
    content: "\02795";
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 0px;
    margin-top: -30px;
}

.active:after {
    content: "\2796";
}

.cardicon.active:after {
    content: "";
}

@media (min-width: 10px) and (max-width: 767px) {
    .custom-input-dropdown {
        width: 48% !important;
    }
}

@media (min-width: 10px) and (max-width: 767px) {
    .custom-input-cvv {
        margin-top: 15px;
        width: 90% !important;
    }
}
input {
    outline: 0;
}

input.ccerror {
    border-color: red;
    background: #fff7f7;
}

input.ccvalid {
    border-color: green;
    background: #f7fff7;
}

input.error {
    border-color: red;
    background: #fff7f7;
}

.error {
    color: red;
}
input.warning {
    border-color: orange;
    background: #fff7f7;
}

.warning {
    color: orange;
}
span.warning {
    font-size: 14px;
}

select.error {
    background: #fff7f7;
    border-color: red;
}

/* label.error {display:none !important;} */

input.error::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: red;
}
input.error:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: red;
    opacity: 1;
}
input.error::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: red;
    opacity: 1;
}
input.error:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}
input.error::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

input.error::placeholder {
    /* Most modern browsers support this now. */
    color: red;
}

input.warning::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: orange;
}
input.warning:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: orange;
    opacity: 1;
}
input.warning::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: orange;
    opacity: 1;
}
input.warning:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: orange;
}
input.warning::-ms-input-placeholder {
    /* Microsoft Edge */
    color: orange;
}

input.warning::placeholder {
    /* Most modern browsers support this now. */
    color: orange;
}

.select2-container.error.error {
    background: #fff7f7 !important;
    border-color: red !important;
}

.select2-container--default.error.error
    .select2-selection--single
    .select2-selection__rendered {
    color: red;
}

.custom-box-creditcard .select2 {
    width: 100% !important;
}

.has-tooltip:hover + .tooltip,
.has-tooltip:focus + .tooltip,
.has-tooltip.hover + .tooltip {
    opacity: 1;
    transform: translate(-50%, -100%) scale(1) rotate(0deg);
    pointer-events: inherit;
}

.tooltip {
    display: block;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.75) rotate(5deg);
    transform-origin: bottom center;
    padding: 10px 30px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    color: white;
    transition: 0.15s ease-in-out;
    opacity: 0;
    width: 100%;
    max-width: 100vw;
    pointer-events: none;
    z-index: 5;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
}
.tooltip.blue {
    background: rgba(255, 255, 255, 1);
}
.tooltip.blue:after {
    border-top: 5px solid rgba(255, 255, 225, 1);
}

.tooltip:hover {
    opacity: 1;
    transform: translate(-50%, -100%) scale(1) rotate(0deg);
    pointer-events: inherit;
}
.tooltip img {
    max-width: 100%;
}
.tooltip:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

.field {
    position: relative;
    /* padding: 20px;*/
}

/* ====================================

	Form

==================================== */

.in-group {
    position: relative;
}

.in-group__icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    display: none;
}

span.error-container {
    display: none;
    padding-top: 5px;
    padding-left: 10px;
    margin-top: 4px;
    color: red;
}

span.error-container.error {
    display: block;
}

.form-group {
    margin-bottom: 0;
}

/* ====================================

	Spinner

==================================== */

@keyframes lds-spin {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-webkit-keyframes lds-spin {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
.lds-spin {
    position: relative;
}
.lds-spin div > div {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000000;
    -webkit-animation: lds-spin 1s linear infinite;
    animation: lds-spin 1s linear infinite;
}
.lds-spin div:nth-child(1) > div {
    left: 144px;
    top: 80px;
    -webkit-animation-delay: -0.875s;
    animation-delay: -0.875s;
}
.lds-spin > div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 164px 100px;
    transform-origin: 164px 100px;
}
.lds-spin div:nth-child(2) > div {
    left: 125.25483398400002px;
    top: 125.25483398400002px;
    -webkit-animation-delay: -0.75s;
    animation-delay: -0.75s;
}
.lds-spin > div:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 145.25483398400002px 145.25483398400002px;
    transform-origin: 145.25483398400002px 145.25483398400002px;
}
.lds-spin div:nth-child(3) > div {
    left: 80px;
    top: 144px;
    -webkit-animation-delay: -0.625s;
    animation-delay: -0.625s;
}
.lds-spin > div:nth-child(3) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100px 164px;
    transform-origin: 100px 164px;
}
.lds-spin div:nth-child(4) > div {
    left: 34.745166016px;
    top: 125.25483398400002px;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.lds-spin > div:nth-child(4) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 54.745166016px 145.25483398400002px;
    transform-origin: 54.745166016px 145.25483398400002px;
}
.lds-spin div:nth-child(5) > div {
    left: 16px;
    top: 80px;
    -webkit-animation-delay: -0.375s;
    animation-delay: -0.375s;
}
.lds-spin > div:nth-child(5) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 36px 100px;
    transform-origin: 36px 100px;
}
.lds-spin div:nth-child(6) > div {
    left: 34.745166016px;
    top: 34.745166016px;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}
.lds-spin > div:nth-child(6) {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transform-origin: 54.745166016px 54.745166016px;
    transform-origin: 54.745166016px 54.745166016px;
}
.lds-spin div:nth-child(7) > div {
    left: 80px;
    top: 16px;
    -webkit-animation-delay: -0.125s;
    animation-delay: -0.125s;
}
.lds-spin > div:nth-child(7) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 100px 36px;
    transform-origin: 100px 36px;
}
.lds-spin div:nth-child(8) > div {
    left: 125.25483398400002px;
    top: 34.745166016px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.lds-spin > div:nth-child(8) {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transform-origin: 145.25483398400002px 54.745166016px;
    transform-origin: 145.25483398400002px 54.745166016px;
}
.lds-spin div:nth-child(9) > div {
    left: 144px;
    top: 80px;
    -webkit-animation-delay: 0.125s;
    animation-delay: 0.125s;
}
.lds-spin > div:nth-child(9) {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 164px 100px;
    transform-origin: 164px 100px;
}
.lds-spin {
    width: 32px !important;
    height: 32px !important;
    -webkit-transform: translate(-16px, -16px) scale(0.16) translate(16px, 16px);
    transform: translate(-16px, -16px) scale(0.16) translate(16px, 16px);
}

@media (min-width: 10px) and (max-width: 767px) {
    .cc-adaptive-alignment {
        text-align: center !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cc-adaptive-alignment {
        text-align: center !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cc-adaptive-alignment {
        text-align: left !important;
    }
}

@media (min-width: 1200px) {
    .cc-adaptive-alignment {
        text-align: left !important;
    }
}

.custom-price-h2 {
    font-size: 1.7rem !important;
}

.select-flag .flag-icon {
    margin-right: 5px;
    border-radius: 3px;
}

.fa-plane {
    transform: rotate(-45deg) !important;
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.1);
}

.fa-shipping-fast {
    text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.1);
}

.icon-hover:hover {
    color: #009cd5;
}

select:focus {
    outline: none;
}

.select2-container {
    /*	width: auto!important;*/
    background: #ffffff !important;
    padding: 6px 3px 0px 5px !important;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    height: 46px !important;
    -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05) !important;
    box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.05) !important;
    outline: none !important;
}

.select2-dropdown--below {
    /* width: 300px!important;
	left: -55px!important; */
    background-color: #ffffff !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.select2-search--dropdown {
    background-color: #ffffff !important;
    border: 0px solid rgba(255, 255, 255, 0) !important;
    border-radius: 5px !important;
    border-top: 1px solid #ccc !important;
}

.select2-container--open {
    border: 1px solid #66afe9 !important;
    -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6) !important;
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.select2-container--focus {
    outline: none !important;
}

.select2 {
    outline: none !important;
    margin: 0px 0px 0px 0px !important;
}

.select2-container:hover {
    border: 1px solid #e0e0e0 !important;
}

.select2-container:active {
    border: 1px solid #66afe9 !important;
    -moz-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6) !important;
    -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

.select2-selection--single {
    background-color: rgba(255, 255, 255, 0) !important;
    border: 0px solid rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

.select2-selection__arrow {
    height: 40px !important;
}

.custom-body > span {
    background: rgba(255, 255, 255, 0) !important;
    border: 0px solid rgba(255, 255, 255, 0) !important;
    -moz-box-shadow: 0 0 0px rgba(255, 255, 255, 0) !important;
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) !important;
    box-shadow: 0 0 0px rgba(255, 255, 255, 0) !important;
}

.custom-body > span:hover {
    background: rgba(255, 255, 255, 0) !important;
    border: 0px solid rgba(255, 255, 255, 0) !important;
    -moz-box-shadow: 0 0 0px rgba(255, 255, 255, 0) !important;
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) !important;
    box-shadow: 0 0 0px rgba(255, 255, 255, 0) !important;
}

.custom-body > span:focus {
    background: rgba(255, 255, 255, 0) !important;
    border: 0px solid rgba(255, 255, 255, 0) !important;
    -moz-box-shadow: 0 0 0px rgba(255, 255, 255, 0) !important;
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) !important;
    box-shadow: 0 0 0px rgba(255, 255, 255, 0) !important;
}

.select2-results__option[aria-selected="true"] {
    background-color: rgba(0, 156, 213, 0.1) !important;
    color: rgba(0, 156, 213, 1) !important;
}

.select2-results::-webkit-scrollbar {
    width: 1em !important;
}

.select2-results::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

.select2-results::-webkit-scrollbar-thumb {
    background-color: #009cd5 !important;
    outline: 1px solid slategrey !important;
}

.custom-limit-width {
    width: 46% !important;
}

.msg-page {
    padding-top: 40px;
}

.msg-page h1 {
    margin-bottom: 20px;
}

.msg-page-box {
    background: #fafafa;
    padding: 40px;
    color: #444;
    margin-bottom: 40px;
}

.select2-hidden-accessible {
    display: none;
}

.product-details {
    text-align: left;
    padding: 15px 0;
    /* padding-left: 10px; */
}

.product-details p {
    margin: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.cardicon-wrapper {
    display: flex;
    margin-left: 10px;
}

.cardicon {
    width: 44px;
    height: 30px;
    background: url(../images/card-sprite.png);
    background-position-y: 30px;
    margin: 0 7px;
}

/*.cardicon:hover,*/
.cardicon.active {
    background-position-y: 0;
}

.cardicon.visa {
    background-position-x: 220px;
}

.cardicon.master {
    background-position-x: 0;
}

.cardicon.discover {
    background-position-x: 132px;
}

.cardicon.amex {
    background-position-x: 176px;
}

.cardicon.jcb {
    background-position-x: 44px;
}

.cardicon.diners {
    background-position-x: 88px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    max-width: 100% !important;
}

.select2-selection__rendered {
    color: rgba(117, 117, 117);
}

.select2-selection__rendered .select-flag {
    color: black;
}

.error-list {
    background: white;
    border: 1px solid red;
    border-radius: 5px;
    padding: 30px 30px 30px 40px;
    border-left: 5px solid red;
}

@media only screen and (max-width: 480px) {
    .cardicon {
        display: inline-block;
        margin: 0;
    }

    .cardicon-wrapper {
        display: block;
        width: 100%;
        margin: 0;
    }

    #nmi_modal_authorization .modal-dialog, #nmi_modal_authorization .modal-content {
        margin: 0;
        padding: 0;
    }

    #nmi_modal_authorization, #nmi_modal_authorization .modal-body {
        padding: 0 !important;
        overflow: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .cardicon {
        margin: 0 3px;
    }
    .cardicon-wrapper {
        margin-left: 5px;
    }
}

@media (max-width: 767px) {
    .cardicon-wrapper {
        margin-left: 55px;
    }
}

@media (max-width: 480px) {
    .cardicon-wrapper {
        margin: 0 60px;
    }
}

/* Header style */
.header-container {
    display: flex;
    justify-content: space-between;
}

.header-container .brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}

.header-container .brand img {
    width: 50%;
}

.header-container .brand h2 {
    font-size: 24px;
    margin-bottom: 0px;
    font-weight: 600;
}

.header-container .actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
    padding-left: 80px;
}
@media screen and (max-width: 1200px) {
    .header-container .brand h2 {
        display: none;
    }
    .header-container .brand {
        width: 20%;
    }
    .header-container .brand img {
        width: 100%;
    }
    .header-container .actions {
        width: 80%;
    }
}
@media screen and (max-width: 1024px) {
    .header-container .actions .action-title {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header-container .brand {
        width: 30%;
    }
    .header-container .actions {
        width: 70%;
    }
    .header-container .actions .dropdown-title {
        display: none;
    }
}

.payment-method-selected{
    border: 2px solid green !important;
    background: #f4fff4;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.blur-wallet-payments{
     pointer-events: none;
     filter: blur(0.8px);
     opacity: 0.7;
}




