:root {
    --red-color: #dd3545;
}
.error-holder {
    width: fit-content;
    display: inline-block;
    float: right;
    color: red;
    font-size: 13px;
}
.hide {
    display: none !important;
}
.hide-arrows[type=number]::-webkit-outer-spin-button,
.hide-arrows[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;

}
.hide-arrows[type=number]{
    -moz-appearance: textfield;
}
.left-direction label {
    position: absolute;
    left: 35px;
    top: -2px;
}
.left-direction input[type="checkbox"] {
    float: left;
    margin-right: 15px;
    width: auto;
}
.count_input {
    position: relative;
}
.count_input .arrows {
    position: absolute;
    z-index: 1;
    right: 6px;
    top: 2px;
}
.count_input .arrows .arrow {
    cursor: pointer;
}
.count_input .arrows .arrow:hover {
    color: #d40d18;
}
.count_input input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 11px 0 16px;
    top: 0;
    width: 70px;
}
.radio-buttons-big-select {
    margin-top: 10px;  
}
.radio-buttons-big-select li {
    width: 100%;
    display: inline-block;
    position: relative;
}
.radio-buttons-big-select.inline-li li {
    width: fit-content;
}
.radio-buttons-big-select li input[type=radio] {
    width: fit-content;
    display: inline-block;
    visibility: hidden;
    position: absolute;
}
.radio-buttons-big-select li label {
    padding-left: 30px;
    text-transform: uppercase;
    cursor: pointer;
}
.radio-buttons-big-select li label:hover {
    color: #666;
}
.radio-buttons-big-select.inline-li li:first-child{
    padding-left: 0px;
}
.radio-buttons-big-select.inline-li li:not(:first-child) {
    padding-left: 15px;
}
.radio-buttons-big-select li input[type=radio]:checked + label:after {
    content: "\2022";
    color: #ed1c24;
    font-size: 30px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    left: 4px;
    bottom: 13px;
}
.radio-buttons-big-select.inline-li li input[type=radio]:checked + label:after { 
    left: 18px;
}
.radio-buttons-big-select li label:before, 
.radio-buttons-big-select li label:before {
    left: 30px;
}
.radio-buttons-big-select li label:before {
    border-radius: 8px;
    border: 1px solid #d2d2d2;
}
.radio-buttons-big-select li label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    background-color: white;
    bottom: 12px;
}
.radio-buttons-big-select.inline-li li label:before {
    left: 15px;
}
.radio-buttons-big-select.inline-li li:first-child label:before {
    left: 0px;
}
.radio-buttons-big-select.inline-li li:first-child input[type=radio]:checked + label:after {
    left: 4px;
}
.radio-buttons-big-select > label,
.radio-buttons-big-select .required-field {
    display: none;
}
.radio-buttons-big-select li label small{
    text-transform: initial;
}
.complete-holder .radio-buttons-big-select > label {
    display: block;
}
.loader-holder{
    position: relative;
}
.li-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.79); 
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}
.loader {
    display: flex;
}
/** Loader */
.loader .holder { 
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
}
.loader .holder img { 
    width: 350px;
    position: absolute;
    margin-top: -112px;
    margin-left: -162px;
}
.blob {
    width: 2rem;
    height: 2rem;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    /*left: calc(50% - 1rem);*/
    top: calc(50% - 1rem);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.blob-2 {
    animation: animate-to-2 1.5s infinite;
}
.blob-3 {
    animation: animate-to-3 1.5s infinite;
}
.blob-1 {
    animation: animate-to-1 1.5s infinite;
}
.blob-4 {
    animation: animate-to-4 1.5s infinite;
}
.blob-0 {
    animation: animate-to-0 1.5s infinite;
}
.blob-5 {
    animation: animate-to-5 1.5s infinite;
}
@keyframes animate-to-2 {
    25%,
    75% {
        transform: translateX(-1.5rem) scale(0.75);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}
@keyframes animate-to-3 {
    25%,
    75% {
        transform: translateX(1.5rem) scale(0.75);
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}
@keyframes animate-to-1 {
    25% {
        transform: translateX(-1.5rem) scale(0.75);
    }
    50%,
    75% {
        transform: translateX(-4.5rem) scale(0.6)
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}
@keyframes animate-to-4 {
    25% {
        transform: translateX(1.5rem) scale(0.75);
    }
    50%,
    75% {
        transform: translateX(4.5rem) scale(0.6)
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}
@keyframes animate-to-0 {
    25% {
        transform: translateX(-1.5rem) scale(0.75);
    }
    50% {
        transform: translateX(-4.5rem) scale(0.6)
    }
    75% {
        transform: translateX(-7.5rem) scale(0.5)
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}
@keyframes animate-to-5 {
    25% {
        transform: translateX(1.5rem) scale(0.75);
    }
    50% {
        transform: translateX(4.5rem) scale(0.6)
    }
    75% {
        transform: translateX(7.5rem) scale(0.5)
    }
    95% {
        transform: translateX(0rem) scale(1);
    }
}
/** ./Loader */
/* ooo, css circles*/
.circle {
    display: inline-block;
    width: 100%;
    /*position: relative;
     key up the animations! */
    -webkit-animation: dotloader 2.5s infinite;
    -moz-animation: dotloader 2.5s infinite;
    -ms-animation: dotloader 2.5s infinite;
    -o-animation: dotloader 2.5s infinite;
    animation: dotloader 2.5s infinite;
}
.circle + .circle {
    margin-left: -25px;
    /* staggered effect cause by delay property */
    -webkit-animation: dotloader 2.5s 0.2s infinite;
    -moz-animation: dotloader 2.5s 0.2s infinite;
    -ms-animation: dotloader 2.5s 0.2s infinite;
    -o-animation: dotloader 2.5s 0.2s infinite;
    animation: dotloader 2.5s 0.2s infinite;
}
.circle + .circle + .circle {
    margin-left: -25px;
    -webkit-animation: dotloader 2.5s 0.4s infinite;
    -moz-animation: dotloader 2.5s 0.4s infinite;
    -ms-animation: dotloader 2.5s 0.4s infinite;
    -o-animation: dotloader 2.5s 0.4s infinite;
    animation: dotloader 2.5s 0.4s infinite;
}
.circle + .circle + .circle + .circle {
    margin-left: -25px;
    -webkit-animation: dotloader 2.5s 0.6s infinite;
    -moz-animation: dotloader 2.5s 0.6s infinite;
    -ms-animation: dotloader 2.5s 0.6s infinite;
    -o-animation: dotloader 2.5s 0.6s infinite;
    animation: dotloader 2.5s 0.6s infinite;
}
/* here be the animations matey! */
@keyframes "dotloader" {
    0%,20% {
        width: 4px;
        height: 4px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        left: 0%;
        background-color: rgba(237, 28, 36, 0);
    }

    30%,70% {
        width: 8px;
        height: 8px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        left: 50%;
        background-color: var(--silver-color);
    }

    80%,100% {
        width: 4px;
        height: 4px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        left: 100%;
        background-color: rgba(237, 28, 36, 0);
    }
}
@-moz-keyframes dotloader {
    0%,20% {
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        left: 0%;
        background-color: rgba(237, 28, 36, 0);
    }

    30%,70% {
        width: 8px;
        height: 8px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        left: 50%;
        background-color: var(--silver-color);
    }

    80%,100% {
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        left: 100%;
        background-color: rgba(237, 28, 36, 0);
    }
}
@-webkit-keyframes "dotloader" {
    0%,20% {
        width: 4px;
        height: 4px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        left: 0%;
        background-color: rgba(237, 28, 36, 0);
    }

    30%,70% {
        width: 8px;
        height: 8px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        left: 50%;
        background-color: var(--silver-color);
    }

    80%,100% {
        width: 4px;
        height: 4px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        left: 100%;
        background-color: rgba(237, 28, 36, 0);
    }
}
@-ms-keyframes "dotloader" {
    0%,20% {
        width: 4px;
        height: 4px;
        border-radius: 2px;
        left: 0%;
        background-color: rgba(237, 28, 36, 0);
    }

    30%,70% {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        left: 50%;
        background-color: var(--silver-color);
    }

    80%,100% {
        width: 4px;
        height: 4px;
        border-radius: 2px;
        left: 100%;
        background-color: rgba(237, 28, 36, 0);
    }
}
@-o-keyframes "dotloader" {
    0%,20% {
        width: 4px;
        height: 4px;
        border-radius: 2px;
        left: 0%;
        background-color: rgba(237, 28, 36, 0);
    }

    30%,70% {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        left: 50%;
        background-color: var(--silver-color);
    }

    80%,100% {
        width: 4px;
        height: 4px;
        border-radius: 2px;
        left: 100%;
        background-color: rgba(237, 28, 36, 0);
    }
}
/* ./Loader dots */
/* Loader spiner */
#loader-wrapper {
    background-color: rgba(255, 255, 255, 0.69);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    background-color: transparent;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ /*
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
/* ./Loader spiner */
body[data-action-id="admin"],
body[data-action-id="b2cresetpassword"],
body[data-action-id="b2bresetpassword"] {
    display: flex;
    background-color: #e9e9e9;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
}
body[data-action-id="admin"] .page-content,
body[data-action-id="b2cresetpassword"] .page-content,
body[data-action-id="b2bresetpassword"] .page-content {
    max-width: 360px;
}
body[data-action-id="admin"] .container,
body[data-action-id="b2cresetpassword"] .container,
body[data-action-id="b2bresetpassword"] .container {
    width: auto;
}
body[data-action-id="admin"] .login-box .logo,
body[data-action-id="b2cresetpassword"] .login-box .logo,
body[data-action-id="b2bresetpassword"] .login-box .logo {
    margin-bottom: 20px;
    text-align: center;
}
body[data-action-id="admin"] .card,
body[data-action-id="b2cresetpassword"] .card,
body[data-action-id="b2bresetpassword"] .card {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
body[data-action-id="admin"] .card .body,
body[data-action-id="b2cresetpassword"] .card .body,
body[data-action-id="b2bresetpassword"] .card .body {
    font-size: 14px;
    color: #555;
    padding: 20px;
}
body[data-action-id="admin"] .login-box .msg,
body[data-action-id="b2cresetpassword"] .login-box .msg,
body[data-action-id="b2bresetpassword"] .login-box .msg {
    color: #555;
    margin-bottom: 30px;
    text-align: center;
}
body[data-action-id="admin"] .login-btn {
    margin: 15px 0;
    width: 100%;
    display: inline-block;
    text-align: right;
}
body[data-action-id="b2cresetpassword"] .block-header h4,
body[data-action-id="b2bresetpassword"] .block-header h4 {
    font-size: large;
    font-weight: bold;
    text-align: center;
}
body[data-action-id="b2cresetpassword"] .block-header,
body[data-action-id="b2bresetpassword"] .block-header {
    margin-top: 20px;
    margin-bottom: 10px;
}
body[data-action-id="b2cresetpassword"] .cart-section,
body[data-action-id="b2cresetpassword"] .forgot-password-holder,
body[data-action-id="b2bresetpassword"] .cart-section,
body[data-action-id="b2bresetpassword"] .forgot-password-holder {
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 15px 15px 0 15px;
}
body[data-action-id="b2cresetpassword"] .cart-section .success-holder h1,
body[data-action-id="b2bresetpassword"] .cart-section .success-holder h1 {
    font-size: 18px;
}
body[data-action-id="b2cresetpassword"] .success-payment-info h3,
body[data-action-id="b2bresetpassword"] .success-payment-info h3 {
    font-size: 1.2rem;
}
body[data-action-id="b2cresetpassword"] .cart-section .success-holder,
body[data-action-id="b2bresetpassword"] .cart-section .success-holder {
    background: none;
    text-align: center;
    margin-top: 0;
    box-shadow: none;
    font-size: 14px;
    color: #555;
    padding: 20px 0;
}
body[data-action-id="b2cresetpassword"] .submit,
body[data-action-id="b2bresetpassword"] .submit {
    margin: 15px;
}
body[data-action-id="b2cresetpassword"] .box-row-content-pane,
body[data-action-id="b2bresetpassword"] .box-row-content-pane {
    margin-bottom: 15px;
}
body[data-action-id="b2cresetpassword"] .logo-holder .close,
body[data-action-id="b2bresetpassword"] .logo-holder .close {
    display: none;
}
body[data-action-id="b2cresetpassword"] .product-title h1,
body[data-action-id="b2bresetpassword"] .product-title h1 {
    text-align: center;
}
body[data-action-id="admin"] .box-title {
    font-weight: normal;
}
body[data-action-id="admin"] {

}
body[data-action-id="admin"] .login-box .btn-cart-side {
    outline: none;
    color: white;
    background: #41a85f;
    border-color: white;
    border: 1.5px solid transparent !important;
    transition: 0.7s;
    width: 100%;
}
body[data-action-id="admin"] .login-box .btn-cart-side:hover,
body[data-action-id="admin"] .login-box .btn-cart-side:focus {
    color: #2a166d;
    background-color: #ffffff;
    border: 1.5px solid #41a85f !important;
    transition: 0.7s;
}
body[data-action-id="admin"] .login-box .login-btn {
    width: 100%;
}
body[data-action-id="admin"] .login-box .btn-cart-side {
    margin: 0;
}
body[data-action-id="admin"] .login-box .card {
    background-color: #F7F7F7;
}
body[data-action-id="admin"] div[data-id-group-attribute="255"] {
    margin-top: 0;
    margin-bottom: 15px;
}
/** message holder */
.alert-fixed {
    position: fixed;
    right: 20px;
    top: 120px;
    z-index: -1;
}
.alert-fixed.open {
    z-index: 1100;
}
.alert-notification.show {
    display: block;
    opacity: 1;
}
.alert-notification {
    min-width: 350px;
    max-width: 100%;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .25rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
}
.alert-notification .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.alert-notification.success .header {
    color: white;
    background-color: #28a745;
}
.alert-notification.danger .header {
    color: white;
    background-color: #dc3545;
}
.alert-notification.info .header {
    color: white;
    background-color: #17a2b8;
}

.alert-notification .body {
    padding: .75rem;
    max-height: 70vh;
    overflow-y: auto;
}
.alert-notification.fade:not(.show) {
    opacity: 0;
    z-index: -1;
    display: none;
}
.alert-notification .close {
    color: #000;
}
/** /message holder */

textarea.form-control {
    min-height: 38px;
}

#js-cro-autocomplete {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    padding: 5px;
    border: 1px solid gray;
    z-index: 3;
    box-shadow: 2px 3px 5px -2px grey;
    list-style: none;
    text-align: left;
    max-height: 35vh;
    overflow: auto;
}

#js-cro-autocomplete li {
    padding-left: 3px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#js-cro-autocomplete li.active {
    background-color: #eae9e9;
    cursor: pointer;

}
#js-cro-autocomplete li:hover {
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
    cursor: pointer;
}
.reclamations-form .select2-container {
    width: 100% !important;
}
.reclamations-form .select2 .selection {
    display: inline-block;
    width: 100%;
    height: 38px;
}
.reclamations-form .select2-container--default .select2-selection--single {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}
.option-holder {
    display: flex;
    align-content: left;
    align-items: center;
}
.option-holder .image {
    max-width: 20%;
    margin-right: 15px;
}
.option-holder .title {
    
}
.select2-selection__rendered .option-holder {
    
}
.select2-selection__rendered .option-holder .image {
    max-width: auto;
    height: 34px;
}
.select2-selection__rendered .option-holder .title {
    
}
[data-select2-items="full-width-items"] .select2-container-multi .select2-choices .select2-search-choice {
    width: 100%;
}
.file-holder {
    height: 194px;
    position: relative;
    margin: 15px 0;
    text-align: right;
    overflow: hidden;
    border: 1px dashed #e4e4e4;
}
.file-holder img{
    display: block;
    max-width: calc(100% - 20px);
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.file-holder.new-file-element {
    /*-moz-box-shadow:    inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow:         inset 0 0 10px #000000;*/
    border: 1px solid #aad7ab;
    text-align: center;
}
.file-holder.new-file-element:hover,
.file-holder.new-file-element.hover {
    background-color: #2ea903;
    color: #fff;
}
.file-holder.new-file-element.ban:hover,
.file-holder.new-file-element.ban.hover {
    background-color: red;
    color: #fff;
}
.file-holder.new-file-element:hover span {
    color: #fff;
}
.file-holder.new-file-element span {
    display: inline-block;
    /* position: absolute; */
    top: calc(50% - 20px);
    left: calc(50% - 20px);
}
.file-holder.new-file-element .subtitle {
    margin-top: 10px;
    min-height: 36%;
}
.file-holder.new-file-element input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.file-holder .sortable_box_control {
    height: 30px;
    /*width: calc(100% - 20px);*/
    width: 100%;
    padding: 0 10px;
    left: 0;
    position: absolute;
    background-color: #fff;
    opacity: 0.9;
    margin: 0;
    z-index: 99;
}
.file-holder .sortable_box_control,
.file-holder.erase .sortable_box_control,
.file-holder.erase .checked,
.file-holder.erase:hover .sortable_box_control{
    display: none;
}
.file-holder .sortable_box_control li {
    margin-top: 3px;
}
.file-holder .sortable_box_control li.left {
    margin-top: 8px;
    position: absolute;
    left: 0;
    margin-left: 0;
}
.file-holder .sortable_box_control li.left:first-child {
    margin-left: 9px;
}
.file-holder:hover .sortable_box_control {
    display: block;
}
.file-holder .erased-overlay {
    display: none;
}
.file-holder.erase .erased-overlay {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.57);
    top: 0;
    left: 10px;

    display: block;
}
.file-holder.erase .erased-overlay span {
    position: absolute;
    left: calc(50% - 22px);
    top: calc(50% - 41px);
    color: #fff;
}
.file-holder.erase .erased-overlay span:hover {
    color: green;
    cursor: pointer;
}

.pagination > li.page-item {
    cursor: pointer;
}
.load-more-holder {
    position: relative;
    margin-bottom: 2rem;
}
@media only screen and (orientation:portrait) and (min-width:0px) and (max-width:767px) {
    .count_input input {
        font-size: 11px;
        height: 26px;
        margin-top: -4px;
    }
    .count_input .arrows {
        top: -4px;
    }
}
.nav-tabs .nav-link.disabled {
    cursor: not-allowed;
}
@media print{
    .non-print {
        display: none !important;
    }
}

.tourStep.popover {
    max-width: 100%;
}
.tourStep.popover.left {
    margin-left: -10px;
}
.tourStep.popover.bottom {
    margin-top: 10px;
}
.tourStep.popover.top {
    margin-top: -10px;
}
.tourStep.popover.right {
    margin-left: 10px;
}
.tourStep .popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tourStep.popover>.arrow {
    border-width: 11px;
}
.tourStep.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}
.tourStep.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}
.tourStep.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}
.tourStep.popover.top.arrow-right>.arrow {
    left: 95%;
}
.tourStep.popover.bottom.arrow-right>.arrow {
    left: 95%;
}
.tourStep.popover.top.arrow-left>.arrow {
    left: 5%;
}
.tourStep.popover.bottom.arrow-left>.arrow {
    left: 5%;
}
.tourStep.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}
.tourStep.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tourStep.popover>.arrow:after {
    content: "";
    border-width: 10px;
}
.tourStep.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.tourStep.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.tourStep.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.tourStep.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.tourStep .panel-default {
    border-color: #ddd;
}
.tourStep .panel-default button.close {
    -webkit-appearance: none;
    padding: 1px 2px 1px 5px;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.tourStep .panel-default .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .8;
}
.tourStep .panel-default .panel-body {
    padding: 15px;
    text-align: center;
}
.tourStep .panel-default .panel-body p:last-child {
    margin-bottom: 0;
}
.tourStep .panel-default .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.tourStep .panel-default .panel-footer h6 {
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;    
    font-size: small;
}
.tourBg {
    opacity: 0.8 !important;
}
.overflow-hidden {
    overflow: hidden;
}

.terms-conditions-bottom-line {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #000000;
    background-color: white;
    z-index: 100;
}
.terms-conditions-bottom-line p {
    font-size: small;
    font-weight: 300;
    margin-bottom: 0;
}
.terms-conditions-bottom-line p a {
    color: black;
    text-decoration: underline;
}
.terms-conditions-bottom-line .row {
    position: relative;
}
*[data-action-id="search"] .empty {
    width: 100%;
}
.success-payment-info img {
    width: 7%;
    margin: 2rem 0;
}
.success-payment-info h3 {
    font-size: 30px;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.success-holder img {
    width: 7%;
    margin: 2rem 0;
}
.success-holder h3 {
    font-size: 30px;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
#error_content {
    padding: 1rem 0 5rem 0;
    min-height: 50vh;
}
.w-90px {
    width: 90px;
}
.w-100px {
    width: 100px;
}
.w-200px {
    width: 200px;
}
.w-300px {
    width: 300px;
}
pre.dev-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 65vh;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.76);
    border-top: 1px solid black;
    padding: 15px;
    margin: 0;
}
.input-field .required-field {
    display: none;
}
.input-field .error-holder {
    bottom: -15px;
    right: 15px;
    position: absolute;
}
.input-field.error-field .form-control {
    border-bottom: 1px solid var(--red-color);
    -webkit-box-shadow: 0 1px 0 0 var(--red-color);
    box-shadow: 0 1px 0 0 var(--red-color);
}
.form-group .label-error-holder {
    position: absolute;
    right: 5px;
    font-size: smaller;
    color: var(--red-color);
    top: 5px;
}
#b2b_login [type="checkbox"]:not(:checked), 
#b2b_login [type="checkbox"]:checked {
    opacity: 1;
    margin-left: 1px;
    margin-top: 3px;
}
#b2b_login .box-row-content-pane {
    margin: 15px 0;
}
#b2b_login .box-row-content-pane label {
    margin-bottom: 0;
}
#b2b_login .forget-password {
    margin-top: 11px;
}