.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 2000; }

.pulse {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px; }

.pulse:before, .pulse:after {
    content: '';
    border: 4px solid #FD999A;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    position: absolute; }

.pulse:before {
    -webkit-animation: pulse-outer .8s ease-in infinite;
    animation: pulse-outer .8s ease-in infinite; }

.pulse:after {
    -webkit-animation: pulse-inner .8s linear infinite;
    animation: pulse-inner .8s linear infinite; }

@-webkit-keyframes pulse-outer {
    0% {
        opacity: 1;
        filter: alpha(opacity=100); }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50); }
    100% {
        opacity: 0;
        filter: alpha(opacity=0); } }

@keyframes pulse-outer {
    0% {
        opacity: 1;
        filter: alpha(opacity=100); }
    50% {
        opacity: 0.5;
        filter: alpha(opacity=50); }
    100% {
        opacity: 0;
        filter: alpha(opacity=0); } }

@-webkit-keyframes pulse-inner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100); } }

@keyframes pulse-inner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100); } }
form.uk-modal-body.drop_catalog-categories a {
    text-decoration: none;
}
.dropdown-account {
    min-width: 200px;
}
.dropdown-account.info{
    display: flex;
    flex-direction: column;
    /*box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.06), 0 2px 2px rgba(0,0,0,0.05);*/
    background-color: #F4f4f4;
    margin: -16px -16px 5px -16px;
    padding: 16px;
}
.dropdown-account_fullname {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
}
.dropdown-account_balance {
    display: flex;
    flex-direction: row;
}
.dropdown-account.info .dropdown-account_balance a {
    padding: 0;
}
.form-fields-errors {
    margin-bottom: 4px;
}
.form-fields-errors .uk-label {
    margin-right: 4px;
}
.input-wrapper, .material-input {
    margin-bottom: 16px;
}
.uk-input {
    margin-bottom: 0;
}
.files .file-link:hover {
    text-decoration: none;
}

.files .file-link {
    margin-right: 8px;
}
.files .file-link span {
    margin-right: 4px !important;
}
.rs-repeat-order {
    margin-right: 16px;
}
#rs-overlay {

    background-repeat: no-repeat;
}
.bonusCardWrapper .bonusCard {
    padding: 50px 25px;
    background-color: #faa05a;
}
#rs-overlay {
    background-image: url(/templates/extravaganta/resource/img/icons/loader.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.link-disabled{
    background-color: transparent;
    color: #999;
    border-color: #e5e5e5;
    pointer-events: none;
}
.modal-back{
    position: absolute;
    z-index: 1010;
    top: 10px;
    left: 10px;
    padding: 5px;
}
.mobile-header-buttons a{
    color: #262626;
}
.rs-in-loading {
    /*opacity: 0.5;*/
}
.inloading {
    opacity: 0.5;
    pointer-events: none;
}
@media screen and (min-width: 640px) {
    .brand_filter_wrapper.in-catalog-page {
        height: unset;
    }
    .in-catalog-page .brand_filter {
        flex-wrap: wrap;
        height: unset;
        overflow: auto;
    }

    .in-catalog-page .brand_filter li {
        margin-right: 16px;
        margin-bottom: 16px;
    }
}

.uk-button.uk-button-secondary.uk-width-1-1.rs-in-dialog:disabled {
    background-color: #eee !important;
    color: #999;
}

.cart-count button:disabled {
    pointer-events: none;
}

.count-alert {
    padding: 8px;
    font-size: 12px;
}

.delete_address {
    display: flex;
}
.delete_address a{
    margin-left: 14px;
    font-size: 13px;
    color: red;
    line-height: 17px;
}

.item_of_day > a {
    color: #262626;
    transition: all .3s ease;
}
.item_of_day > a:hover {
    color: #FD999A;
    text-decoration: none;
}

.item_of_day > a:hover .item-card-desc {
    color: #FD999A;
}

.ui-autocomplete-loading {
    opacity: 0.1;
}
.selectedAddress_queryBox .ui-autocomplete-loading {
    opacity: 1;
}

.item-card-img {
    background-color: #FFF;
}

.drop-brand {
    height: auto;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
}

.drop-brand > ul > li:not(:last-child) {
    margin-bottom: 8px;
}

@media screen and (max-width: 960px) {
    .search-items {
        left: -32px !important;
    }
}

.search-items {
    padding: 24px 16px;
    margin: 0;
    background: #FFF;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    max-width: 600px;
    width: calc(100vw - 70px) !important;
    max-height: 380px;
}
.search-items > li {
    list-style-type: none;
    display: flex;
    margin-top: 12px;
}
.search-items > li > a {
    margin-left: 8px;
    color: black;
}
.search-items > li > a:hover {
    color: #FD999A;
}

.search-items > li img {
    max-width: 48px;
    height: auto;
}

.inloading_filter li {
    color: grey;
    pointer-events: none;
}
.search-items li.ui-state-focus a {
    background: white;
    color: #FD999A;
    text-decoration: none;
}

.search-city-items {
    max-width: 200px;
}

.feedback_partners > div > form {
    background: #F4f4f4;
}

.feedback_partners > div > form > div > label{
    background: #F4f4f4;
}

.feedback_partners > div > form > button {
    width: 100%;
}

/*.product-tab .uk-tab {*/
/*    justify-content: space-around;*/
/*}*/

.rs-to-cart.added{
    background-color: #FD999A;
    color: #FFF;
}
.colored.added{
    background-color: #FD999A;
    color: #FFF;
}

.no-product {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.delete-coupon {
    color: #FF5252;
    font-weight: 500;
    transition: all .3s ease;
    margin-top: 16px;
}

.promocode > span {
    vertical-align: middle;
}

#modal-cart > .uk-modal-body{
}

.modal-cart-main {
    max-height: 36vh;
    overflow-y: auto;
}

.rs-unobtainable, .rs-no-price {
    display: none;
}

.rs-not-avaliable .rs-buy-one-click, .rs-not-avaliable .rs-to-cart  {
    display: none;
}

.rs-not-avaliable .rs-unobtainable {
    display: block;
}

.rs-not-avaliable-price .rs-to-cart, .rs-not-avaliable-price .rs-buy-one-click, .rs-not-avaliable-price .rs-unobtainable, .rs-not-avaliable-price  .rs-price{
    display: none;
}

.rs-not-avaliable-price .rs-no-price{
    display: block;
}

.disabled-btn-confirm {
    background-color: grey;
    pointer-events: none;
}

.passed-step .checkout-step-content, .passed-step .checkout-step-footer{
    display: none;
}

.checkout-step-muted .inloading {
    opacity: 1;
}

.checkout-step-muted .form-fields-errors {
    display: none;
}

.mute-d-none {
    display: none;
}

.checkout-step-muted .mute-d-none {
    display: unset;
}
.checkout-step-muted .change-order-address-form, .checkout-step-muted .formFieldError {
    display: none;
}

.checkout-step-muted .captcha {
    display: none;
}

.checkout-step-muted .payment-radio-card:not(.muted-active) {
    display: none;
}

.hidden-address-block {
    display: none;
}

.checkout-step-muted.hide-block-delivery .hidden-address-block {
    display: block;
}

.checkout-step-muted.hide-block-delivery .main-address-block, .checkout-step-muted.hide-block-delivery .address_section_wrapper:first-child {
    display: none;
}
.checkout-step.passed-step, .checkout-step[not-open]{
    cursor: pointer;
}
.myorder-item-img {
    background-color: #fff;
}

.formFieldError {
    color: #f0506e;
}

@media screen and (max-width: 1199px) {
    .modal-cart-main .cart-count {
        padding-left: 76px; } }
@media screen and (max-width: 639px) {
    .modal-cart-main .cart-count {
        padding-left: 36px;
    }
}

.mfp-content {
    padding: 10px 15px 15px;
    background-color: white;
}

.mfp-content > div{
    /*margin: auto;*/
}

/*@media screen and (max-width: 450px) {
    .mfp-content > div {
        margin: 10px;
    }
}*/

form.uk-modal-body {
    padding: 80px 40px;
}

@media screen and (max-width: 960px) {
    form.uk-modal-body {
        padding: 32px 16px;
    }
}

.modal-padding {
    padding: 80px 40px!important;
}

.brand_line_card_img {
    background-color: #FFF
}

.active-brand-inbrands {
    color: #FD999A!important;
}
.active-brand-inbrands a{
    color: #FD999A!important;
}

.mob-not-available {
    border-color: transparent!important;
}

.uk-button-default.mob-cart-btn-preorder {
    color: #3478F5;
    border-color: #3478F5; }

.uk-button-default.mob-cart-btn-preorder:hover {
    background-color: #3478F5;
    color: #FFF}

.news-card-title {
    margin-bottom: 8px
}

.news-card-title h5 {
    margin-bottom: 0;
}

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

.change-delivery-pvz {
    justify-content: left!important;
}

.price-padding-large {
    padding: 24px!important;
}

.without-registration {
    display: none;
}

.active-favorite svg {
    color: #FD999A!important;
}

.cart-product-link:hover {
    text-decoration: none;
}

.cart-product-link h5:hover {
    color: #FD999A;
}

.checkout-assist a {
    color: #FFF;
}

.no-price-cart {
    color: #FD999A;
}

.once_brand_desc .full-content-btn {
    bottom: -20px
}
/*.mfp-content .mfp-close {
    display: none;
}*/

.main_slider > div.slick-list {
    /*max-height: 416px;*/
}

.hide-hamgurger {
    /*pointer-events: none;*/
}

.menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1200;
    height: 100%;
    display: none;
}

.search-items > li > .image {
    min-width: 48px;
    text-align: center;
}

.uk-input[type="file"] {
    display: none;
}

#showGuestId {
    pointer-events: none;
}

.additional.muted-active {
    width: 100%;
}

.payment-radio-card .additionalInfo select,
.payment-radio-card .additionalInfo .title {
    display: none;
}

.payment-radio-card.muted-active .additionalInfo select,
.payment-radio-card.muted-active .additionalInfo .title {
    display: block;
}
.p-description {
    margin-top: 0;
    margin-bottom: 16px;
    color: #767676;
}

.cabinet-mobile-link {
    color: #FD999A!important;
}
.muted-active.additional .deliveryWidjet {
    display: flex;
    flex-wrap: wrap;
}
.deliveryWidjet > div{
    width: 100%;
}
.deliveryWidjet .pickpointsMap {
    height: 280px!important;
}
.muted-active.additional .deliveryWidjet > div {
    width: 50%;
}
.search-items-onepage {
    left: 32px!important;
}
.address-line-view {
    max-width: 600px;
    word-wrap: anywhere;
}

@media (max-width: 960px) {
    .muted-active.additional .deliveryWidjet > div {
        width: 100%;
    }
}
@media (max-width: 800px) {
    .address-line-view {
        max-width: 237px;
    }
}
#showGuestId {
    display: none;
}

.new-old-version {
    background: #FEC8C9;
    display: flex;
    height: 48px;
}
.new-old-version > div {
    display: flex;
    padding: 0 48px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

@media (max-width: 960px) {
    .new-old-version  {
        display: none;
    }
}

.menuMenu .main-nav ul.active .menu-title a {
    pointer-events: auto;
}

.filters-brand-main .product-mini-banner {
    margin-bottom: 8px;
}
.full-content .for-partners_success-list > div {
    display: block;
}

.for-partners_head_banner svg {
    max-width: 600px;
    height: auto;
    width: 100%;
}

.head_bar {
    max-height: 32px;
}

.hits_categories .uk-tab li a {
    padding: 12px 16px;
    border: 1px solid #A0A0A0;
    border-radius: 2px;
    color: #767676;
    transition: all .3s ease;
}

.hits_categories .uk-tab li a:hover {
    color: rgba(253,153,154);
    border-color: rgba(253,153,154);
}

.hits_categories .uk-tab li.uk-active a {
    border: none;
    background: rgba(253,153,154);
    color: #fff;
}

.hits_categories .tab-cover {
    height: unset;
}

.hits_categories .uk-tab {
    padding-bottom: 100px;
    margin-bottom: -100px;
    margin-left: -24px;
}

.hits_categories .uk-tab li {
    padding-left: 24px;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .hits_categories .tab-cover {
        padding-left: 30px;
        margin-left: -30px;
        margin-right: -30px;
    }
    .hits_categories .uk-tab {
        justify-content: flex-start;
    }
    .hits_categories .uk-tab li {
        padding-left: 16px;
        box-sizing: border-box;
        width: auto;
    }
    .hits_categories .uk-tab li:last-child {
        padding-right: 30px;
    }
}

@media (max-width: 640px) {
    .hits_categories .tab-cover {
        padding-left: 16px;
        margin-left: -16px;
        margin-right: -16px;
    }
    .hits_categories .uk-tab {
        margin-left: -16px;
    }
    .hits_categories .uk-tab li {
        padding-left: 16px;
    }
    .hits_categories .uk-tab li:last-child {
        padding-right: 16px;
    }
}

.drop_catalog-categories h6 {
    color: #3478F5;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
}

.drop_catalog-categories h6:hover {
    color: #FD999A;
}

.drop_catalog-categories ul li a {
    color: #3478F5;
    text-decoration: underline;
    font-weight: 500;
}

.item-card-cart-add {
    border-color: #FD999A;
    color: #FD999A;
}

.item-card-cart-add:disabled {
    border-color: #e0e0e0;
}

.brand_tab_sw.uk-tab li a.uk-button-primary {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 0 24px;
}

.brand_tab_sw.uk-tab li.uk-active a.uk-button-primary {
    background: #3478F5;
}

.brand_tab_sw.uk-tab li:not(:last-child) {
    margin-right: 32px;
}

/*@media (max-width: 640px) {*/
/*    .brand_tab_sw.uk-tab {*/
/*        flex-direction: column;*/
/*    }*/
/*    .brand_tab_sw.uk-tab li a.uk-button-primary {*/
/*        width: 100%;*/
/*        margin-left: 0;*/
/*        margin-top: 16px;*/
/*    }*/
/*}*/

.checkout-step-footer .uk-button-secondary {
    color: #3478F5;
    border: 1px solid #3478F5;
    background: transparent;
    line-height: 38px;
}

.checkout-step-footer .uk-button-secondary:hover {
    color: #fff;
    background: #3478F5;
}

.brand_line_card_img {
    padding: 0;
}



@media screen and (min-width: 639px) {
    #tab_brands_filter {
        height: unset;
        overflow: auto;
    }

    #tab_brands_filter .brand_filter {
        flex-wrap: wrap;
        overflow: visible;
        height: unset;
    }
    #tab_brands_filter .brand_filter li {
        margin-bottom: 8px;
    }
}

.swipe-menu {
    position: absolute;
    height: 100%;
    width: 50px;
    pointer-events: none;
}

.svg-fix-24 {
    display: flex;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
}

.catalog-sub-toggle {
    margin-left: 40px;
}

.catalog-sub-toggle .uk-button-primary {
    width: 100%;
}

.catalog_count {
    margin-left: 24px;
}

.toggle-brand {
    display: none;
}

.toggle-brand.show {
    display: flex;
}

.toggle-brand.show .arrow-top {
    transform: rotate(180deg);
}

.catalog_page .once_brand_filter {
    display: none;
}
.catalog_page .once_brand_filter.show {
    display: block;
}

.checkout-step[not-open] .checkout-step-content {
    display: none;
}

@media screen and (max-width: 639px) {
    .catalog-sub-toggle {
        margin-left: 0;
        margin-top: 8px;
        width: 100%;
    }

}

.slider-count {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

@media screen and (max-width: 639px) {
    .item_of_day-wrapper {
        padding: 0 16px;
    }
    .main-slider-cont {
        padding-top: 0;
    }
    .main-slider-cont .uk-container {
        padding: 0;
    }
}

.item-card .uk-button-secondary {
    background: transparent;
    border: 1px solid #3478F5;
    color: #3478F5;
}

.item-card .uk-button-secondary:hover {
    background: #3478F5;
    box-shadow: none;
    color: #fff;
}

.item-card .uk-button-secondary:focus {
    background: #3478F5;
    box-shadow: none;
    color: #fff;
}

.product-cart-attr_select,
.product-cart-attr .product-cart-attr_select {
    font-size: 16px;
    color: #262626;
    font-weight: 500;
    cursor: pointer;
}

.product-cart-attr_select-hint {
    font-size: 14px;
    color: #FD999A;
}

.product-cart-attr_select-btn .uk-button-default {
    border: 2px solid #FD999A;
    font-size: 16px;
    font-weight: 500;
}

.product-cart-attr_select-btn .uk-button-default svg {
    min-width: 40px;
    height: 40px;
}

.product-cart-attr_select .select-count {
    color: #FD999A;
}

.product-delivery-free {
    display: flex;
    align-items: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 16px 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    background: #3478F5;
}

.product-delivery {
    margin: 0;
    padding: 24px;
    background: #FFF2F2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.product-delivery__city {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
}

.product-delivery__city:hover {
    text-decoration: none;
    color: #FD999A;
}

.product-delivery__selected-city {
    color: #262626;
}

.product-delivery h3 {
    font-size: 20px;
    margin-bottom: 16px;
}

.product-delivery ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-delivery__item {
    display: flex;
}

.product-delivery__item:not(:last-child) {
    margin-bottom: 24px;
}

.product-delivery__item img {
    min-width: 48px;
    height: 48px;
}

.product-delivery__item h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.product-delivery__item p {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 8px;
    color: #767676;
}

.product-delivery__item-price {
    font-weight: 600;
}

.head_city {
    display: flex;
    align-items: center;
    padding: 8px;
    color: #fff;
    background: #FD999A;
    margin-right: 16px;
    font-size: 12px;
    height: 32px;
    box-sizing: border-box;
}

.head_city > span {
    margin: 0 5px;
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
}

.head_city:hover {
    text-decoration: none;
    color: #fff;
}

.head_bar .head_city__dropdown {
    max-width: 385px;
    padding: 32px;
}

.head_city__dropdown .uk-button {
    padding: 0 40px;
    font-size: 16px;
}

.head_city__dropdown-head {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}

.head_city__modal-link {
    color: #FD999A;
}

.head_city__dropdown-head span {
    font-weight: 600;
}

.head_city__dropdown-btns {
    font-size: 16px;
}

.head_city__dropdown-desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #767676;
}

.menuMenu li a.mobile_head_city {
    color: #fd999a;
}

.mobile_head_city img {
    width: 24px;
    margin-right: 8px;
}

.blue-c {
    color: #3478F5;
}

.fwsb {
    font-weight: 600;
}

.checkout-page {
    padding-bottom: 0!important;
}

.checkout-page__city {
    padding: 32px 0 48px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
}

.checkout-page__city-selected {
    font-weight: 600;
    margin-right: 16px;
    margin-left: 32px;
}

.checkout-page__section {
    padding: 64px 0;
}

.checkout-page__section.bg-gray {
    background: #F4F4F4;
}

.checkout-page__section h2 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1;
}

.checkout-page__end {
    padding: 48px 0 64px;
}

.checkout-page__end .uk-textarea {
    padding: 16px;
    min-height: 270px;
    font-size: 16px;
}

.checkout-page__end .uk-textarea:hover {
    border-color: #FD999A;
}

.checkout-page__end .uk-textarea:focus {
    border-color: #FD999A;
}
.checkout-page__end .uk-button-default {
    border-color: #FD999A;
    color: #FD999A;
}

.checkout-page__end .uk-button-default:hover {
    color: #fff;
}

.checkout-page__address {
    margin-top: 64px;
}

.checkout-page__footnote {
    font-size: 12px;
    color: #767676;
    line-height: 1.2;
}

.checkout-page .uk-button {
    font-size: 16px;
}

.checkout-page .uk-input {
    background: #fff;
    font-size: 16px;
}

.checkout-page .uk-input:hover {
    border-color: #FD999A;
}

.checkout-page .uk-input:focus {
    border-color: #FD999A;
}

.input-label {
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px;
    font-size: 16px;
}

.checkout-sum-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.checkout-sum {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
}

.checkout-sum-name {
    color: #767676;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
}

.total-checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #E0E0E0;
    margin-top: 16px;
}

.total-checkout__sum-name {
    font-size: 24px;
    line-height: 1;
}

.total-checkout__sum {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
}

.input-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #767676;
    margin-top: 4px;
}

div.checkout-delivery label,
div.checkout-payment label {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.checkout-delivery__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.checkout-delivery__desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    color: #767676;
}

.checkout-delivery__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
}

.checkout-delivery__price.small {
    font-size: 16px;
}

.checkout-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 32px;
    border: 1px solid #3478F5;
    border-radius: 2px;
    color: #3478F5;
    width: 100%;
}

.checkout-radio-circle {
    position: relative;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    border: 2px solid #3478F5;
    margin-right: 8px;
    border-radius: 50%;
}

.checkout-radio-circle::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
}

.checkout-delivery label {
    display: block;
    padding: 24px;
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    transition: all .3s ease;
}

.checkout-delivery label:hover {
    border-color: #3478F5;
    background: #F7F9FF;
}

.checkout-delivery .checked {
    display: none;
}

.checkout-delivery input {
    display: none;
}

.checkout-delivery input:checked ~ label {
    border-color: #3478F5;
    background: #F7F9FF;
    cursor: default;
}

.checkout-delivery input:checked ~ label .checkout-radio {
    color: #fff;
    background: #3478F5;
}

.checkout-delivery input:checked ~ label .checkout-radio-circle {
    border-color: #fff;
}

.checkout-delivery input:checked ~ label .checkout-radio-circle::before {
    opacity: 1;
}

.checkout-delivery input:checked ~ label .empty {
    display: none;
}

.checkout-delivery input:checked ~ label .checked {
    display: inline;
}

.checkout-payment label {
    display: block;
    padding: 24px;
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    transition: all .3s ease;
}

.checkout-payment label:hover {
    border-color: #3478F5;
    background: #F7F9FF;
}

.checkout-payment input {
    display: none;
}

.checkout-payment .checked {
    display: none;
}

.checkout-payment input:checked ~ label {
    border-color: #3478F5;
    background: #F7F9FF;
    cursor: default;
}

.checkout-payment input:checked ~ label .checkout-radio {
    color: #fff;
    background: #3478F5;
}

.checkout-payment input:checked ~ label .checkout-radio-circle {
    border-color: #fff;
}

.checkout-payment input:checked ~ label .checkout-radio-circle::before {
    opacity: 1;
}

.checkout-payment input:checked ~ label .empty {
    display: none;
}

.checkout-payment input:checked ~ label .checked {
    display: inline;
}

.checkout-payment .checkout-radio {
    max-width: max-content;
}

.checkout-payment__img {
    display: flex;
    align-items: center;
    min-height: 56px;
    max-height: 56px;
    margin-bottom: 8px;
}

.checkout-payment__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}
.checkout-payment__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #767676;
}

.checkout__desc-wrap a {
    font-weight: 500;
    color: #3478F5;
    font-size: 16px;
}

.checkout__desc-wrap a svg {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
}

.checkout-payment__desc {
    max-height: 34px;
    overflow: hidden;
}

.checkout-delivery__desc {
    max-height: 40px;
    overflow: hidden;
}

.full-desc .checkout-delivery__desc,
.full-desc .checkout-payment__desc {
    max-height: unset;
}

.full-desc .more-desc svg {
    transform: rotate(180deg);
}

.checkout__desc-wrap .more-desc {
    display: inline-block;
    margin-top: 8px;
}

.checkout__desc-wrap a:hover {
    text-decoration: none;
    color: #FD999A;
}

.checkout__desc-wrap {
    margin-bottom: 32px;
}

.uk-modal {
    padding: 0;
}

.modal-add-cart {
    width: 588px;
    padding: 32px;
}

.modal-preorder {
    width: 588px;
    padding: 0;
}

.modal-preorder-item {
    padding: 32px;
}

.modal-preorder-item .modal-head {
    margin-bottom: 24px;
}

.preorder-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.modal-preorder-data {
    padding: 32px;
    background: #F4F4F4;
}

.modal-preorder-data .uk-input {
    background: #fff;
}

.modal-accept {
    width: 384px;
    padding: 32px;
}

.modal-accept p {
    margin: 8px 0 24px;
}

.modal-oneclick {
    width: 384px;
    padding: 32px;
}

.modal-oneclick p {
    margin: 8px 0 24px;
}

.modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-head img {
    min-width: 24px;
}

.modal-head h2 {
    margin-right: 16px;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 500;
}

.modal-city {
    width: 588px;
    padding: 32px;
    max-width: calc(100vw - 40px);
}

.modal-city-list {
    margin-top: 24px;
}

.modal-city-list a {
    color: #3478F5;
    font-weight: 500;
}

.modal-city-list a:hover {
    color: #FD999A;
    text-decoration: none;
}

.modal-city-countries a {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    padding: 6px 12px;
    color: #262626;
    transition: all .3s ease;
    white-space: nowrap;
}

.modal-city-countries {
    overflow: hidden;
}

.modal-city-countries > ul {
    flex-wrap: nowrap;
    overflow: auto;
    overflow-scrolling: touch;
    margin-bottom: -100px;
    padding-bottom: 100px;
}

.modal-city-countries a:hover {
    border-color: #3478F5;
    text-decoration: none;
    color: #3478F5;
}

.modal-city-countries .uk-active a {
    background: #3478F5;
    border-color: #3478F5;
    color: #fff;
}

#pvzMapWrapper {
    background: white;
}

#pvzMapWrapper .pvzList {
    max-height: 90vh;
}

#pvzMapWrapper .pvzListItem {
    margin: 1px;
}

#pvzMapWrapper #pvzMap {
    /*height: calc(90vh - 107px);*/
}

#pvzMapWrapper .pvzMap_button {
    color: #fff;
    background: #3478F5;
    padding: 4px 10px;
    border: none;
    cursor: pointer;
}

input[name="delivery"]:not(:checked) + label a:not(.more-desc) {
    pointer-events: none;
}

.selectedAddress_anotherCity {
    text-align: center;
    padding: 16px 32px;
    background-color: #F4F4F4;
    margin: 16px -32px -32px;
}

.selectedAddress_anotherCity .hint {
    margin-top: 20px;
    font-size: 12px;
    color: grey;
}

.offerSelectButton {
    border-width: 2px;
    border-color: #FD999A;
}

.blinkingBorder {
    animation: blinkingBorder .2s infinite;
}

.mfp-container .mfp-preloader {
    color: transparent;
}

#selectedAddress_queryBox{
    position: relative;
}

#selectedAddress_queryBox .ui-autocomplete {
    position: absolute;
    list-style: none;
    background: white;
    top: 100%;
    padding: 0;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.06), 0px 2px 2px rgba(0, 0, 0, 0.12);
}

#selectedAddress_queryBox .ui-autocomplete .ui-menu-item {
    padding: 5px 10px;
}
#selectedAddress_queryBox .ui-autocomplete .ui-menu-item:hover {
    cursor: pointer;
}

.selectedAddressChange {
    background-color: white;
}

.selectedAddressChange_otherAddress:not(.rs-open),
.selectedAddressChange_existAddress:not(.rs-open) {
    display: none;
}

@keyframes blinkingBorder {
    0% {border-color: #FD999A}
    49% {border-color: #FD999A}
    50% {border-color: #e0e0e0}
    100% {border-color: #e0e0e0}
}

@media screen and (max-width: 959px) {
    .modal-head h2 {
        font-size: 20px;
    }
    .checkout-payment .checkout-radio {
        max-width: 100%;
    }

    .checkout-sum {
        font-weight: 600;
        font-size: 16px;
    }
    .total-checkout__sum-name {
        font-size: 16px;
        font-weight: 500;
        color: #767676;
    }

    .total-checkout__sum {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
    }
    .checkout-page__city {
        padding: 24px 0 40px;
        font-size: 18px;
    }
    .checkout-page__section {
        padding: 40px 0;
    }
    .checkout-page__section.bg-gray {
        padding: 32px 0;
    }
    .checkout-page__section h2 {
        font-size: 18px;
    }
    .checkout-page__end {
        padding: 32px 0 48px;
    }
    .checkout-page__end .uk-textarea {
        min-height: 148px;
    }
    .checkout-page__address {
        margin-top: 32px;
    }
    .checkout-delivery label,
    .checkout-payment label {
        padding: 24px 16px;
    }
    .modal-preorder-item {
        padding: 24px 16px;
    }
    .modal-preorder-data {
        padding: 24px 16px;
    }
    .checkout-delivery__title,
    .checkout-payment__title {
        font-size: 16px;
    }
}

@media screen and (max-width: 639px) {
    .checkout-sum-item {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 16px;
    }

    .checkout-page__city {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkout-page__city-selected {
        font-weight: 600;
        margin: 8px 0 16px;
    }

    .checkout-sum-name {
        margin-bottom: 4px;
    }

    .total-checkout {
        flex-direction: column;
        align-items: flex-start;
    }

    .total-checkout__sum-name {
        margin-bottom: 4px;
    }

    .product-delivery-free {
        border-radius: 0;
        margin-left: -16px;
        margin-right: -16px;
        padding: 16px;
    }

    .product-delivery {
        margin-left: -16px;
        margin-right: -16px;
        padding: 24px 16px;
        border-radius: 0;
    }
    .modal-accept {
        padding: 24px 16px;
    }
    .modal-oneclick {
        padding: 24px 16px;
    }
    .modal-add-cart {
        padding: 24px 16px;
    }
    .modal-city {
        padding: 24px 16px;
    }
    .modal-city-list > li a {
        display: block;
        padding: 8px 0 16px;
    }
    .modal-city-list > li:not(:last-child) a {
        border-bottom: 1px solid #E4E5EC;
    }
    .modal-city-countries {
        margin-left: -16px;
        margin-right: -16px;
    }
    .modal-city-countries > ul {
        padding-left: 16px;
    }
    .modal-city-countries > ul > li:last-child {
        padding-right: 16px;
    }

    .selectedAddress_anotherCity {
        margin: 16px -16px -24px;
    }
}

.footer_accordion_menu .uk-accordion-link {
    font-size: 14px;
    font-weight: 500;
    padding: 18px 16px;
    position: relative;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  display:flex;
  justify-content: center;
  align-items:center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  max-width:100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.selectedAddressChange ul {
    list-style: none;
    padding: 0;
}

.selectedAddressChange_otherAddress:not(.rs-open),
.selectedAddressChange_existAddress:not(.rs-open) {
    display: none;
}

.selectedAddressChange_regionInputWrapper {
    position: relative;
}

.selectedAddressChange_regionInputWrapper .ui-autocomplete {
    position: absolute;
    background: white;
    top: 100%;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.06), 0px 2px 2px rgba(0, 0, 0, 0.12);
}

.selectedAddressChange_regionInputWrapper .ui-autocomplete .ui-menu-item {
    padding: 5px 10px;
}
.selectedAddressChange_regionInputWrapper .ui-autocomplete .ui-menu-item:hover {
    cursor: pointer;
    background-color: #eee;
}

.selectedAddressChange_regionInputWrapper .ui-autocomplete .ui-menu-item .itemHint {
    font-size: 90%;
    color: darkgray;
}

.selectedAddressChange_markedList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.selectedAddressChange_otherAddressOpenButton,
.selectedAddressChange_otherAddressCloseButton {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    margin-top: 20px;
}
.selectedAddressChange_otherAddressOpenButton:hover,
.selectedAddressChange_otherAddressCloseButton:hover {
    background-color: #ccc;
}

.rs-dialog .modal-body .link-more.selectedAddressChange_otherAddressSelectButton {
    text-align: center;
    padding: 8px;
    cursor: pointer;
}

@media (min-width: 400px) {
    .selectedAddressChange_markedRegion {
        width: 50%;
    }
}
.lock {
	overflow: hidden;
}

.order-status__window {
	display: block;
	position: fixed;
	background: #fff;
	width: 450px;
	/*height: 380px;*/
	overflow: hidden;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 1em;
	border-radius: .2em;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
	opacity: 0;
	visibility: hidden;
	z-index: 1001;
	-webkit-transition: all .3s ease-in 0s;
	-moz-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}

.order-status__result-window {
	display: block;
	position: fixed;
	background: #fff;
	width: 450px;
	height: 380px;
	max-height: 90%;
	overflow: hidden;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 1em;
	border-radius: .2em;
	font-size: 14px;
	text-align: left;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, .1);
	opacity: 0;
	visibility: hidden;
	z-index: 1001;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.order-status__close {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 16px;
}

.order-status__window ul {
	list-style: none;
	margin-top: 38px;
	margin-bottom: 38px;
	padding: 0;
	display: block;
}

.order-status__window li {
	margin-bottom: 20px;
    font-size: 20px;
}

.order-status__window li.loading {
	display: none;
}

.order-status__window .orderstatus-icon {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(/modules/statusorder/view/img/orderstatus-icon.png);
}

.order-status__window input[type="text"] {
	padding: 1em;
	color: #222;
	border: 1px solid #aaa;
	width: 280px;
	font-size: 14px;
}

.order-status__window li.input {
	margin-bottom: 10px;
}

.order-status__window button {
	display: inline-block;
	position: relative;
	padding: .6em;
	width: 150px;
    height: 34px;
    margin-top: 10px;
    font-size: 14px;
	color: #fff;
	background: #cc3333;
	border-radius: .2em;
	border: 0;
}

.order-status__window button:active {
	top: .3em;
}

.order-status__overlay {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

.show-modal {
	opacity: 1;
	visibility: visible;
}

.order-status {
	display: flex;
	position: relative;
	height: 32px;
}

.order-status a {
	color: #111;
	font-size: 14px;
	margin: auto;
}

.order-status a:hover {
color: #d00;
cursor: pointer;
}

.order-status__result {
	margin-top: 1em;
}

.order-status__span {
	font-weight: bold;
}

.order-status__info {
	margin-top: 2px;
	font-weight: bold;
}

.order-status__tracking {
	display: block;
	margin-top: 1em;
	height: 280px;
	max-height: 50%;
	overflow-x: hidden;
	overflow-y: auto;
}

.order-status__delivered {
	color: green;
}

.order-status__error {
	display:block;
	position: absolute;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	color: #ef533a;
	font-size: 200%;
	top: 50%;
	transform: translateY(-50%);
}

ul.tracking {
	list-style: none;
	padding: 0;
}
ul.tracking li {
	padding-top: .4em;
	padding-bottom: .4em;
}

ul.tracking li:nth-child(odd) {
	background: #ccc;
}

.checkpoints li .datetime {
	text-align: right;
	display: table-cell;
	width:120px;
	color: #444;
}

.checkpoints li .datetime .date {
	display: block;
}

.checkpoints li .datetime .time {
	display: block;
}

.checkpoints li .status {
	display: table-cell;
	width: 30px;
	padding-right: .4em;
	padding-left: .4em;
}

.checkpoints li .status-1 {
	background: url(/modules/statusorder/view/img/status-1.png) top center no-repeat;
	background-size: 60%;
}

.checkpoints li .status-2 {
	background: url(/modules/statusorder/view/img/status-2.png) top center no-repeat;
	background-size: 60%;
}

.checkpoints li .status-3 {
	background: url(/modules/statusorder/view/img/status-3.png) top center no-repeat;
	background-size: 60%;
}

.checkpoints li .info {
	display: table-cell;
	text-align: left;
}

.checkpoints li em {
	display: block;
	font-style: normal;
	text-decoration: none;
}

@media only screen and (max-width: 759px) {
	.order-status__verify {
		padding: .5em;
	}

	.order-status__window, .order-status__result-window {
		width: 90%;
	}
}
.comError {
    border:1px dotted #8A0000;
    padding:1px;
}

.comError div {
    background: white;
    background: #FFC0C0;    
    padding:4px;
}
.comError {
    border:1px dashed red;
    padding:10px;
    overflow:auto;
}

.comError .more {
    display:none;
}
.showGuestId {
    position: fixed;
    top: 0;
    left: -200px;
    z-index: 2000;
    transition: all 1s ease-in-out 10s;
    opacity: 0.8;
}

.showGuestId.show,
.showGuestId:hover {
    left: 0;
    transition: all .3s;
}

.showGuestId_content {
    padding: 20px 20px 10px;
    background: white;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 127);
    text-align: center;
}

