.unsuccessful-page {
    padding: 30px 0;
    text-align: center;
    line-height: 22px; }
.unsuccessful-page__image {
    width: 90%;
    max-width: 400px;
    margin: auto; }
.unsuccessful-page__image img {
    width: 100%; }
.unsuccessful-page__title h1 {
    color: #FF5F74;
    font-size: 2.4rem;
    font-size: 24px;
    font-weight: 400;
    line-height: 2.5; }
.unsuccessful-page__title h2 {
    font-size: 1.8rem;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 18px;
    padding: 0 15px; }



.payment-methods {
    margin-bottom: 30px;
    width: 100%;
}
.payment-methods__list {
    list-style: none;
    padding: 0;
    margin: 0
}
.payment-methods__item {
    border-radius: 2px;
    background: transparent;
    border: 1px solid #e5e5e5
}
.payment-methods__item:hover {
    background: #f7f7f7;
    border: 1px solid #e5e5e5
}
.payment-methods__item+.payment-methods__item {
    margin-top: 6px
}
.payment-methods__item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .01em;
    cursor: pointer;
    margin-bottom: 0
}
.payment-methods__item-radio {
    margin-left: 10px
}
.payment-methods__item-container {
    overflow: hidden;
    height: 0;
    transition: height .2s
}
.payment-methods__item-description {
    font-size: 15px;
    line-height: 20px;
    padding: 2px 16px 13px
}
.payment-methods__item--active,
.payment-methods__item--active:hover {
    background: #f7f7f7;
    border: 1px solid #e5e5e5
}
.payment-methods__item--active .payment-methods__item-container {
    height: auto
}

.webgate-online {
    margin-top: 15px;
    background-color: #e6e6e6;
    padding: 20px;
    border-radius: 3px; }
.webgate-online ul {
    display: flex;
    flex-wrap: wrap; }
.webgate-online li {
    margin-left: 10px;
    list-style-type: none;
}
.webgate-online li input[type=radio]:checked + label:before {
    display: none; }
.webgate-online li input[type=radio]:checked + label {
    border: 2px solid #4FB555;
    background-color: #cfecd1; }
.webgate-online__box {
    border-radius: 10px;
    cursor: pointer;
    width: 120px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; }
.webgate-online__box span {
    font-size: 14px;
    text-align: center; }
.webgate-online__box img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    object-position: center; }
.webgate-online__box:before {
    content: '';
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }


.cart-item .cart-item-product-thumb>img {
    width: 100px;
    height: 100px;
    display: block;
    /*width: 100%*/
}

.main-search__result {
    position: absolute;
    min-height: 50px;
    top: 100%;
    left: 60px;
    right: 0;
    z-index: 200;
    background-color: #FFF;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    display: none;
    overflow: hidden;
    width: 100%;
}
.main-search__result.is-active {
    display: block;
    border-top: 1px solid #e6e6e6;
}
.main-search__result ul {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}
.main-search__result ul li {
    list-style-type: none;
    cursor: pointer;
}
.main-search__result ul li .name {
    color: #07a1b4;
    line-height: 1.5;
    display: inline-block;
}
.main-search__result ul li .label {
    color: #474747;
}
.main-search__result ul a {
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: right;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 400; }
.main-search__result ul a:hover {
    background-color: #fafafa;
}


.remodal {
    max-width: 30rem;
}
.remodal-loader__logo {
     margin-bottom: 1rem;
 }
.remodal-loader__logo img{
    margin: 1rem;
    width: 200px !important;
}
.remodal-input {
    /*margin: 0.5rem !important;*/
    border-radius: 4px;
}
.remodal-input::placeholder {
    color: #c6c6c6 !important;
    font-weight: 300;
}
.remodal .row {
    padding: 0 2rem;
}





.select2 {
    width: 100% !important;
}
.select2-container {
    z-index: 99999;
}
.select2-selection__placeholder {
    color: #c6c6c6 !important;
    font-weight: 300;
}

.select2-selection--single {
    height: 43px !important;
    border: 1px solid #c8c8c8 !important;
}

.select2-selection__rendered {
    color: #717171 !important;
    font-weight: 300;
    line-height: 43px !important;
}

.select2-selection__rendered,
.select2-search--dropdown,
.select2-results__option {
    font-size: 14px;
}

.select2-selection__arrow {
    height: 40px !important;
}

.select2-selection__placeholder {
    font-size: 14px !important;
}




.remodal-input + .error,
.select2-hidden-accessible + .error, input[type=checkbox] + .error,
input[type=radio] + .error {
    background-color: #f1455c;
    color: #FFF;
    padding: 10px;
    font-size: 14px;
    position: absolute;
    z-index: 99999;
    white-space: nowrap;
    bottom: 100%;
    left: 0;
    margin-bottom: 8px; }
.remodal-input + .error:before,
.select2-hidden-accessible + .error:before, input[type=checkbox] + .error:before,
input[type=radio] + .error:before {
    content: '';
    width: 0;
    height: 0;
    border-color: #f1455c transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0;
    position: absolute;
    top: 100%;
    margin-bottom: 2px;
    left: 30px; }


.remodal-verify {
    color: #616161;
    max-width: 500px; }
.remodal-verify__main {
    width: 100%;
    padding: 60px 50px;
    text-align: right; }
.remodal-verify__text {
    text-align: right;
    font-size: 14px;
    color: #616161;
    font-weight: 500;
    padding: 20px 0 10px; }
.remodal-verify__action {
    margin-bottom: 10px; }
.remodal-verify .message-light--error {
    margin-top: 20px; }

.fixed-input-verify {
    position: relative;
    padding: 10px 0;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    display: flex;
    justify-content: center; }
.fixed-input-verify input {
    width: 350px;
    height: 50px;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 40px;
    direction: ltr;
    border: none;
    padding-left: 50px;
    outline: none;
    color: #000; }
.fixed-input-verify__underlines {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    bottom: 8px; }
.fixed-input-verify__underlines:after {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    right: -50px; }
.fixed-input-verify__underlines span {
    height: 3px;
    width: 40px;
    background-color: #c8c8c8;
    margin-left: 16px;
    border-radius: 3px; }
.fixed-input-verify__underlines span:last-of-type {
    margin-left: 0; }

.timer-verify {
    color: #212121;
    font-size: 12px;
    line-height: 2; }

.hidden {
    display: none !important;
}

.remodal-forget-pass {
    max-width: 500px; }
.remodal-forget-pass__main {
    width: 100%;
    padding: 20px; }
.remodal-forget-pass .message-light--info, .remodal-forget-pass .message-light--error {
    margin-bottom: 20px; }
.remodal-forget-pass__action {
    padding-top: 20px;
    text-align: right; }


.basket-listing__quantity {
    position: relative;
    display: inline-flex;
    height: 35px; }
.basket-listing__quantity input[name=quantity] {
    direction: ltr;
    border: 1px solid #e6e6e6;
    text-align: left;
    padding: 0 27px 0 10px;
    margin: -1px 0;
    font-size: 12px;
    color: #616161;
    line-height: 30px;
    width: 85px; }
.basket-listing__quantity .minus-quantity, .basket-listing__quantity .plus-quantity {
    background: #FFF;
    border: 1px solid #e6e6e6;
    text-align: center;
    width: 25px;
    font-size: 13px;
    color: #616161;
    line-height: 35px; }
.basket-listing__quantity .minus-quantity {
    border-right: none; }
.basket-listing__quantity .plus-quantity {
    border-left: none;
    position: relative;
    z-index: 2; }
.basket-listing__quantity--approve {
    display: inline-block;
    width: 25px;
    position: absolute;
    bottom: 0;
    height: 100%;
    right: 25px;
    text-align: center;
    line-height: 39px;
    z-index: 1;
    background-color: #e6e6e6;
    opacity: .8;
    border: none;
    transition: all .3s ease; }
.basket-listing__quantity--approve.is-active {
    background-color: #4FB555;
    opacity: 1;
    cursor: pointer; }