/* VUE BEGIN */
[v-cloak] {
    display: none;
}
/* VUE END */

.top_part .language-menu {
    z-index: 126;
}

/* MENU CART OPEN BUTTON BEGIN */
#open_shopping_cart,
#open_shopping_cart:hover {
    -webkit-transition: border .3s;
    transition: border .3s;
}

#open_shopping_cart:hover {
    border: solid 1px #018bc8;
}
/* MENU CART OPEN BUTTON END */

/* CART BEGIN */
span[data-cart-total-price-text] {
    white-space: normal;
}
.cart-title {
    font-size: 28px;
}

#viewProduct .modal_window,
#viewCart .modal_window {
    top: -1000px;
}
#viewProduct .bg_fon,
#viewCart .bg_fon {
    opacity: 0;
}
/* CART END */

/* PRODUCTS LIST BEGIN */
.list_min .product_item .description .description-title a {
    width: 240px;
}

.list_min .product_item .product_number {
    width: 100px;
}

.list_min .product_item .description .qty {
    padding-left: 20px;
    width: 110px;
}

.list_min .product_price {
    width: 130px;
}
/* PRODUCTS LIST END */

/* PRODUCTS AMOUNT BEGIN */
.category_page .product_item .qty > input[type="text"] {
    width: 38px;
}

.list_min .product_item .product_number {
    margin-top: 23px;
}

.list_min .product_item .qty {
    margin-top: 24px;
}

.list_min .product_item .description .qty {
    padding-left: 10px;
}
/* PRODUCTS AMOUNT END */

/* ORDER BEGIN */
div[data-order-form] ::-webkit-input-placeholder{
    -webkit-transition: none !important;
    transition: none !important;
}

div[data-order-form] [placeholder]:focus::-webkit-input-placeholder{
    text-indent: 0 !important;
    color: #b2b2b2 !important;
}

.order-products-table .a-center.review-price {
    font-weight: 700;
}

.order-products-table .a-center .price.cart_price_all {
    font-weight: 700;
    color: #018bc8;
}
/* ORDER END */

/* FORM BEGIN */
select {
    outline: none !important;
}

.incorrect-field label {
    border: 1px solid #FF6347 !important;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
label.incorrect-field {
    border: 1px solid #FF6347 !important;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.incorrect-field input {
    border: 1px solid #FF6347 !important;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
input.incorrect-field {
    border: 1px solid #FF6347 !important;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.incorrect-field textarea {
    border: 1px solid #FF6347 !important;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
textarea.incorrect-field {
    border: 1px solid #FF6347 !important;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

.incorrect-field select {
    border: 1px solid #FF6347 !important;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #FF6347 !important;
}
select.incorrect-field {
    border: 1px solid #FF6347 !important;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #FF6347 !important;
}
.incorrect-field:not(select) {
    border: 1px solid #FF6347 !important;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    color: #FF6347 !important;
}
.incorrect-field input.select2-search__field {
    border-color: transparent !important;
}

.incorrect-field input::-webkit-input-placeholder,
input.incorrect-field::-webkit-input-placeholder,
.incorrect-field textarea::-webkit-input-placeholder,
textarea.incorrect-field::-webkit-input-placeholder {
    color: #FF6347 !important;
}
.incorrect-field input:-moz-placeholder,
input.incorrect-field:-moz-placeholder,
.incorrect-field textarea:-moz-placeholder,
textarea.incorrect-field:-moz-placeholder {
    color: #FF6347 !important;
}
.incorrect-field input::-moz-placeholder,
input.incorrect-field::-moz-placeholder,
.incorrect-field textarea::-moz-placeholder,
textarea.incorrect-field::-moz-placeholder {
    color: #FF6347 !important;
}
.incorrect-field input:-ms-input-placeholder,
input.incorrect-field:-ms-input-placeholder,
.incorrect-field textarea:-ms-input-placeholder,
textarea.incorrect-field:-ms-input-placeholder {
    color: #FF6347 !important;
}
/* FORM END */

/* NOTIFICATION POPUP BEGIN */
.notification-popup .btn_close {
    right: 10px;
}
.notification-popup .modal_window {
    width: 400px;
    min-height: 240px !important;
    top: -300px;
    padding: 30px;
}
.notification-popup .bg_fon {
    opacity: 0;
}
.notification-popup .notification-popup-title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
.notification-popup .notification-popup-title-separator {
    width: 25%;
    margin-left: 37.5%;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #00BAE9;
}
.notification-popup .notification-popup-text {
    text-align: center;
}
/* NOTIFICATION POPUP END */

/* CONFIRMATION POPUP BEGIN */
.confirmation-popup .btn_close {
    right: 10px;
}
.confirmation-popup .modal_window {
    width: 400px;
    min-height: 240px !important;
    top: -300px;
    padding: 30px;
}
.confirmation-popup .bg_fon {
    opacity: 0;
}
.confirmation-popup .confirmation-popup-title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
.confirmation-popup .confirmation-popup-title-separator {
    width: 25%;
    margin-left: 37.5%;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #00BAE9;
}
.confirmation-popup .confirmation-popup-text {
    text-align: center;
}
/* CONFIRMATION POPUP END */

/* PRODUCT BEGIN */
.product-link-blue {
    color: #00BAE9;

    -webkit-transition: color .2s;

    transition: color .2s;
}
.product-link-blue:hover {
    color: #018bc8;
    text-decoration: underline;

    -webkit-transition: color .2s;

    transition: color .2s;
}

.table_layout.list_min [class*="label_"] {
    top: 5px;
    left: 5px;
    padding: 2px;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
}

.label_sale {
    background: #ff4557;
}
.label_top_sale {
    background: #9b59b6;
}
.label_novelties {
    background: #44bc3c;
}
.label_promo_products {
    background: #ff8c00;
}
.label_clearance {
    /*background: #ff69b4;*/
    background: #020202;
    font-size: 11px;
    line-height: 1;
}
/* PRODUCT END */

/* PROMOTION BEGIN */
.promotion-sale-text {
    color: #ff4557;
}
.promotion-top-sale-text {
    color: #9b59b6;
}
.promotion-novelties-text {
    color: #44bc3c;
}
.promotion-promo-products-text {
    color: #ff8c00;
}
.promotion-clearance-text {
    color: #ff69b4;
}

.cart-product-image .label_offer,
.cart-product-image .label_sale,
.cart-product-image .label_top_sale,
.cart-product-image .label_novelties,
.cart-product-image .label_promo_products,
.cart-product-image .label_clearance {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}
.cart-product-image [class*="label_"] + [class*="label_"] {
    top: 22px;
}
.cart-product-image [class*="label_"] + [class*="label_"] + [class*="label_"] {
    top: 39px;
}
.cart-product-image [class*="label_"] + [class*="label_"] + [class*="label_"] + [class*="label_"] {
    top: 56px;
}
.cart-product-image [class*="label_"] + [class*="label_"] + [class*="label_"] + [class*="label_"] + [class*="label_"] {
    top: 73px;
}

.animated_item .label_offer,
.animated_item .label_sale,
.animated_item .label_top_sale,
.animated_item .label_novelties,
.animated_item .label_promo_products,
.animated_item .label_clearance {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
}

.sc_product .product_thumb {
    margin-top: 10px;
}

.list_min .product_item .description .description-title .promotion-sale-text,
.list_min .product_item .description .description-title .promotion-top-sale-text,
.list_min .product_item .description .description-title .promotion-novelties-text,
.list_min .product_item .description .description-title .promotion-promo-products-text,
.list_min .product_item .description .description-title .promotion-clearance-text {
    display: block;
    line-height: 16px;
    padding-left: 20px;
    text-align: left;
    padding-top: 5px;
}

.order-products-table .review-thumnail {
    position: relative;
}

.order-products-table .review-thumnail .label_offer,
.order-products-table .review-thumnail .label_sale,
.order-products-table .review-thumnail .label_top_sale,
.order-products-table .review-thumnail .label_novelties,
.order-products-table .review-thumnail .label_promo_products,
.order-products-table .review-thumnail .label_clearance {
    top: 5px;
    left: 5px;
    padding: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;

    z-index: 1;
}
.order-products-table .review-thumnail [class*="label_"] + [class*="label_"] {
    top: 21px;
}
.order-products-table .review-thumnail [class*="label_"] + [class*="label_"] + [class*="label_"] {
    top: 37px;
}
.order-products-table .review-thumnail [class*="label_"] + [class*="label_"] + [class*="label_"] + [class*="label_"] {
    top: 53px;
}
.order-products-table .review-thumnail [class*="label_"] + [class*="label_"] + [class*="label_"] + [class*="label_"] + [class*="label_"] {
    top: 69px;
}

.has_counter a:after {
    content: attr(data-count);
    right: 18px;
    position: absolute;
    top: 50%;
    color: #018bc8;
    margin-top: -10px;
}

.has_show_all.all.sea_all a:after {
    /*content: '\f0d7';*/
    /*font-family: 'FontAwesome', sans-serif;*/
    content: '\f129';
    font-family: 'flaticon_knopka', sans-serif;
    right: 18px;
    position: absolute;
    top: 50%;
    color: #018bc8;
    /*margin-top: -10px;*/
    margin-top: -7px;

    font-size: 22px;
}

.has_show_all.all.sea_all:hover a:after {
    color: #fff;
}

.has_show_all.all.hide_all a:after {
    /*content: '\f0d8';*/
    /*font-family: 'FontAwesome', sans-serif;*/
    content: '\f128';
    font-family: 'flaticon_knopka', sans-serif;
    right: 18px;
    position: absolute;
    top: 50%;
    color: #018bc8;
    /*margin-top: -10px;*/
    margin-top: -7px;

    font-size: 22px;
}

.has_show_all.all.hide_all:hover a:after {
    color: #fff;
}
/* PROMOTION END */

/* PRODUCT INFO BEGIN */
.product_info .product-info-manufacturer-link {
    text-align: left !important;
}
/* PRODUCT INFO END */

/* TOP SALE PRODUCTS BEGIN */
#products_container .table_cell.table_cell_4_items {
    width: calc(100%/6);
}

#products_container .table_cell {
    width: calc(100%/5);
}
#products_container.list_min .table_cell.table_cell_4_items {
    width: 100%;
}

.text-center {
    text-align: center !important;
}
/* TOP SALE PRODUCTS END */

/* NOTIFICATION POPUP BEGIN */
.notification-popup .modal_window {
    padding-bottom: 70px;
}

.notification-popup .notification-popup-submit {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
/* NOTIFICATION POPUP END */

/* SELECT BEGIN */
.input_item .isk_custom_select {
    padding-bottom: 15px;
    height: 38px !important;
    margin-top: 7px;
    margin-bottom: 10px;
}

.isk_custom_select {
    min-width: 100px;
    position: relative;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;
}

select[disabled] {
    background-color: #f5f5f5 !important;
}
/* SELECT END */

/* FOOTER BEGIN */
li.current-list-item a {
    color: #009BD9;
}
/* FOOTER END */

.secondary_page_wrapper {
    min-height: 640px;
}

/* WISH LIST BEGIN */
.add-to-wish-list,
.add-to-wish-list:active,
.add-to-wish-list:focus {
    color: #000 !important;
    text-decoration: none !important;
}
.in-wish-list {
    color: #009BD9 !important;
    text-decoration: underline !important;
}
/* WISH LIST END */

/* COMPARISON BEGIN */
.add-to-comparison,
.add-to-comparison:active,
.add-to-comparison:focus {
    color: #000 !important;
    text-decoration: none !important;
}
.in-comparison {
    color: #009BD9 !important;
    text-decoration: underline !important;
}

a[data-add-product-to-comparison] i.fa {
    padding-top: 2px;
    padding-right: 4px;
    font-size: 13px;
    color: #009BD9;
}
/* COMPARISON END */

/* WISH LIST BEGIN */
a[data-add-product-to-wish-list] i.fa {
    padding-top: 2px;
    padding-right: 4px;
    font-size: 13px;
    color: #009BD9;
}
/* WISH LIST END */

/* TOOLTIPSER BEGIN */
.tooltipster-templates {
    display: none;
}
/* TOOLTIPSER END */

/* PRODUCT BEGIN */
.product_price {
    margin: 5px 0;
}

.product-article {
    margin: 5px 0 0;
}
/* PRODUCT END */

input[readonly] {
    background: #D3D3D3 !important;
}

/* PRODUCT PREVIEW BUTTON BEGIN */
.button_blue.middle_btn.quick_view.pb {
    padding: 9px !important;
    height: auto !important;
}
/* PRODUCT PREVIEW BUTTON END */

/*.image_wrap .fa.fa-share {*/
/*    font-size: 112px;*/

/*    color: #00bae9;*/

/*    -webkit-transition: color .3s;*/

/*    transition: color .3s;*/
/*}*/
/*.image_wrap:hover .fa.fa-share {*/
/*    color: #018bc8;*/

/*    -webkit-transition: color .3s;*/

/*    transition: color .3s;*/
/*}*/

.not_in_stock {
    color: #ff4557 !important;
}

.cart-modal-loader {
    display:none;
    width: 100%;
    height: 100%;
    opacity:.7;
    position:absolute;
    left:0;
    top:0;
    z-index:1000000;
    background: #fff url('/images/gif/loader-218-149.gif') no-repeat center;
}

/* - - - TOGGLE BUTTON BEGIN - - - */
.toggle-container {
    font-size: 14px;
    padding-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
}

.toggle-label {
    padding-right: 10px;
}

.btn-toggle {
    margin: 5px 0 !important;
    border: 1px solid #dedede;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    height: 28px;
    width: 50px;
    background-color: #777;
    padding: 1px;
    position: relative;
    outline: none !important;
}

.btn-toggle .handle {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 1px;
    left: 1px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.btn-toggle.on {
    background-color: #018bc8;
}
.btn-toggle.btn-toggle-orange.on {
    background-color: darkorange;
}

.btn-toggle.on .handle {
    left: calc(100% - 25px);
}

.btn-toggle:before,
.btn-toggle:after {
    content: "";
}

.v_centered > .toggle-label ~ .v_centered {
    display: inline-block;
}

/* - - - TOGGLE BUTTON END - - - */

.single_product_description h1 {
    line-height: 32px;
    min-height: 98px;
}

.product-item-price-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    position: relative;
}

.product-item-price-container .product_price .currency {
    font-size: 0.75em;
}

.product-item-price-container .product_price b{
    height: 25px;
    padding-top: 3px;
}

.product-item-price-container .product_price > span {
    font-size: 12px;
    line-height: 12px;
    color: #777;
}

.product-item-price-container .description_section_2 .qty > * {
    height: 38px !important;
}

.product-item-price-container .product_price,
.product-item-price-container .description_section_2{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
            -webkit-align-items: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            flex-direction: column;
    margin: 16px 0 30px !important;
}

.product-item-price-container .description_section_2{
    -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
}

.product-item-price-container .product_price:nth-child(2){
    padding-left: 15px;
    align-items: flex-end;
    -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
            order: 3;
}

.product-item-price-container .special_product_price {
    position: absolute;
    top: 50%;
    left: 0;
}

.product-item-price-container .special_product_price a {
    font-size: 18px;
    border-bottom:2px dotted #009BD9;
    font-weight:300;
    text-decoration:none;
}
.menu_slider .tp-bullets {
    opacity: 1;
}
/*@media(min-width: 991px) {*/
/*    .menu_slider .tp-bullets {*/
/*        bottom: -25px!important;*/
/*    }*/
/*}*/
.menu_slider .tp-bullets.simplebullets.round .bullet {
    background: #4ac4fa none;
    border-radius: 50%;
    position: relative;
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
}
.menu_slider .tp-bullets.simplebullets.round .bullet.selected:before {
    content: '';
    position: absolute;
    left: 2px;
    right:2px;
    top:2px;
    bottom: 2px;
    background-color: #fff;
    border-radius: 50%;
}

[data-product-link-hover]:hover {
    cursor: pointer;
}





/* add new style 08.05.2024 */
.container {
    width: 100%;
    max-width: 1460px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 575.98px){
    .container {
        width: 100%;
        max-width: 1460px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 1360px) {
    .col-lg-95 {
        width: calc(100% / 12 * 9.5);
    }

    .col-lg-25 {
        width: calc(100% / 12 * 2.5);
    }
}

@media (min-width: 991px) and (max-width: 1359px){
    .secondary_page_wrapper .col-lg-95 {
        padding-left: 0;
    }

    #products_container .table_cell.table_cell_4_items {
        width: calc(100% / 5);
    }

    #products_container .table_cell {
        width: calc(100% / 4);
    }
}

@media (min-width: 1360px) and (max-width: 1420px){
    .secondary_page_wrapper .col-lg-25 {
        padding-right: 0;
    }

    #products_container .table_cell.table_cell_4_items {
        /*width: calc(100% / 6);*/
    }

    #products_container .table_cell {
        /*width: calc(100% / 5);*/
    }
}

@media (min-width: 1600px) {
    .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-95 {
        width: calc(100%/12*9.5);
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-75 {
        width: calc(100%/12*7.5);
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-25 {
        width: calc(100%/12*2.5);
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-auto {
        width: auto;
        float: none;
        flex-basis: auto;
    }
    .col-xl {
        width: auto;
        float: none;
        flex-basis: 100%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }

    .mt-xl-05 {
        margin-top: 0.5em;
    }
    .mt-xl-075 {
        margin-top: 0.75em;
    }
    .mt-xl-10 {
        margin-top: 1em;
    }
    .mt-xl-15 {
        margin-top: 1.5em;
    }
    .mt-xl-20 {
        margin-top: 0em;
    }
    .mt-xl-30 {
        margin-top: 3em;
    }
    .mt-xl-40 {
        margin-top: 4em;
    }
    .mt-xl-50 {
        margin-top: 5em;
    }
    .mb-xl-05 {
        margin-bottom: 0.5em;
    }
    .mb-xl-075 {
        margin-bottom: 0.75em;
    }
    .mb-xl-10 {
        margin-bottom: 1em;
    }
    .mb-xl-15 {
        margin-bottom: 1.5em;
    }
    .mb-xl-20 {
        margin-bottom: 2em;
    }
    .mb-xl-30 {
        margin-bottom: 3em;
    }
    .mb-xl-40 {
        margin-bottom: 4em;
    }
    .mb-xl-50 {
        margin-bottom: 5em;
    }
}

@media (min-width: 1920px) {
    .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
        float: left;
    }
    .col-xxl-12 {
        width: 100%;
    }
    .col-xxl-11 {
        width: 91.66666667%;
    }
    .col-xxl-10 {
        width: 83.33333333%;
    }
    .col-xxl-95 {
        width: calc(100%/12*9.5);
    }
    .col-xxl-9 {
        width: 75%;
    }
    .col-xxl-8 {
        width: 66.66666667%;
    }
    .col-xxl-75 {
        width: calc(100%/12*7.5);
    }
    .col-xxl-7 {
        width: 58.33333333%;
    }
    .col-xxl-6 {
        width: 50%;
    }
    .col-xxl-5 {
        width: 41.66666667%;
    }
    .col-xxl-4 {
        width: 33.33333333%;
    }
    .col-xxl-3 {
        width: 25%;
    }
    .col-xxl-25 {
        width: calc(100%/12*2.5);
    }
    .col-xxl-2 {
        width: 16.66666667%;
    }
    .col-xxl-1 {
        width: 8.33333333%;
    }
    .col-xxl-pull-12 {
        right: 100%;
    }
    .col-xxl-pull-11 {
        right: 91.66666667%;
    }
    .col-xxl-pull-10 {
        right: 83.33333333%;
    }
    .col-xxl-pull-9 {
        right: 75%;
    }
    .col-xxl-pull-8 {
        right: 66.66666667%;
    }
    .col-xxl-pull-7 {
        right: 58.33333333%;
    }
    .col-xxl-pull-6 {
        right: 50%;
    }
    .col-xxl-pull-5 {
        right: 41.66666667%;
    }
    .col-xxl-pull-4 {
        right: 33.33333333%;
    }
    .col-xxl-pull-3 {
        right: 25%;
    }
    .col-xxl-pull-2 {
        right: 16.66666667%;
    }
    .col-xxl-pull-1 {
        right: 8.33333333%;
    }
    .col-xxl-pull-0 {
        right: auto;
    }
    .col-xxl-push-12 {
        left: 100%;
    }
    .col-xxl-push-11 {
        left: 91.66666667%;
    }
    .col-xxl-push-10 {
        left: 83.33333333%;
    }
    .col-xxl-push-9 {
        left: 75%;
    }
    .col-xxl-push-8 {
        left: 66.66666667%;
    }
    .col-xxl-push-7 {
        left: 58.33333333%;
    }
    .col-xxl-push-6 {
        left: 50%;
    }
    .col-xxl-push-5 {
        left: 41.66666667%;
    }
    .col-xxl-push-4 {
        left: 33.33333333%;
    }
    .col-xxl-push-3 {
        left: 25%;
    }
    .col-xxl-push-2 {
        left: 16.66666667%;
    }
    .col-xxl-push-1 {
        left: 8.33333333%;
    }
    .col-xxl-push-0 {
        left: auto;
    }
    .col-xxl-offset-12 {
        margin-left: 100%;
    }
    .col-xxl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xxl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xxl-offset-9 {
        margin-left: 75%;
    }
    .col-xxl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xxl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xxl-offset-6 {
        margin-left: 50%;
    }
    .col-xxl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xxl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xxl-offset-3 {
        margin-left: 25%;
    }
    .col-xxl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xxl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xxl-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 1619.98px) {

}

.header-desktop-bonus-amount {
    cursor: default;
}
.header-desktop-bonus-amount::after {
    color: #c8c8c8;
    content: "|";
    display: inline-block;
    margin: 0 8px;
}
