.container#checkout-page{
    margin-top: var(--wrap-magrin-top);
}

.sticker-list h1, h1.checkout-header {
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
}

h1 {
    margin-bottom: 30px;
}

.checkout-container .pl-6 {
    padding-left: 50px;
}

.checkout-container .checkout-step {
    margin: 0 -25px;
    padding: 15px 25px;
    border-radius: 8px;
    position: relative;
}

.checkout-container .checkout-step.active .number, .checkout-container .checkout-step.active .step-checkout-title {
    color: #150c15;
}
.checkout-container .checkout-step .step-checkout-title {
    font-size: 15px;
    line-height: 20px;
    color: #b9b3b9;
    font-weight: 700;
    padding-bottom: 16px;
}


.checkout-container .checkout-step.active .number, .checkout-container .checkout-step.active .step-checkout-title {
    color: #150c15;
}

.checkout-container .checkout-step .step-checkout-title .number {
    left: -25px;
}

.checkout-container .checkout-step .number {
    font-size: 12px;
    background: #e8e8e9;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-align: center;
    position: absolute;
    left: 15px;
    margin-top: -6px;
}

.checkout-container .checkout-step .sign-customer .btn.customer:not(.active) {
    border: 1px solid #a19ea1;
    padding: 9px 21px;
}
.btn.btn-second.btn-white {
    border: 2px solid #0d6efd;
    color: #150c15;
}
.btn.btn-second.btn-white, .btn.btn-secondary.grey {
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn {
    display: inline-block;
    padding: 8px 21px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -.25px;
    line-height: 20px;
}

.checkout-container .checkout-step .sign-customer .btn.customer:hover {
    opacity: 1;
}

.btn.btn-second.btn-white:hover, .btn.btn-secondary.grey:hover, .btn.btn-secondary:hover, .headmenu .navbar-nav.lang-list li .nav-link.active {
    color: #0d6efd;
}

.form-underline {
    margin-bottom: 24px;
}

.checkout-container .checkout-step .form-underline label, .sp-cookie a, .sp-cookie p {
    font-size: 12px;
}

.form-underline label {
    width: 100%;
    font-size: 15px;
    color: #a19ea1;
    margin-bottom: 0;
}

.checkout-container .checkout-step .form-underline input {
    border-color: #e8e8e9;
}
.form-underline input {
    width: 100%;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #f5f4f5;
    letter-spacing: -.25px;
    line-height: 20px;
    font-size: 16px;
    color: #150c15;
    font-weight: 500;
    padding-bottom: 12px;
}

.phone-inp.formwidth .form-control {
    border-radius: 0;
}

.checkout-container .checkout-step .sign-customer .btn.customer.active:before, .form-underline input.bg-none {
    background: 0 0;
}

.modal.bg-none .modal-content, input.bg-none {
    background: 0 0;
}

input:focus {
    box-shadow: none!important;
    outline: 0!important;
}

.btn.btn-primary {
    border: 0;
    padding: 10px 21px;
    color: #fff;
    background-color: #0d6efd;
    border-color: #fff;
}
.btn.btn-primary, .btn.btn-secondary {
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary:disabled:after, .btn-primary:disabled:before {
    background-color: #e8e8e9;
}

.btn-primary:disabled:hover {
    color: #b9b3b9;
}
.btn.btn-primary:hover {
    opacity: .8;
}
.btn-primary:disabled {
    background: #e8e8e9;
    border: 0;
    padding: 10px 21px;
    color: #b9b3b9;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-color: #fff;
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #150c15;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

.checkout-container .checkout-step .delivery-method {
    margin-bottom: 5px;
}

.checkout-container .checkout-step .delivery-method .form-group {
    margin-bottom: 0;
}

.form-check input[type=checkbox], .form-radio input[type=checkbox], .form-radio input[type=radio], .form-radio-none input[type=radio] {
    display: none;
}

.form-radio label {
    font-weight: 500;
    position: relative;
    border-radius: 16px;
    cursor: pointer;
    padding-left: 22px;
    user-select: none;
    line-height: 17px;
    font-size: 15px;
    margin: 19px 0;
}

.checkout-container .checkout-step .form-group:last-child label, .sign-form .btns-sign .btn.w100:last-child {
    margin-bottom: 0;
}

.form-check label::before, .form-radio label::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: -4px;
    display: block;
    border: 1.5px solid #150c15;
    background: #fff;
    border-radius: 16px;
    padding: 4px;
}

.checkout-container .checkout-step .delivery-method .delivery-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.checkout-container .checkout-step .delivery-method .delivery-title>span.title-bold {
    padding-right: 5px;
}
.form-radio label .quantity, .form-radio label.active .title-bold {
    font-weight: 700;
}

.checkout-container .checkout-step .delivery-method .delivery-title img {
    width: 18px;
    height: 18px;
}


.checkout-container .checkout-step .delivery-method.active .cost-of-delivery {
    font-weight: 700;
    font-size: 13px;
}
.checkout-container .checkout-step .form-group .cost-of-delivery {
    text-align: right;
    font-weight: 300;
    font-size: 12px;
}
.form-radio label .quantity, .form-radio label.active .title-bold {
    font-weight: 700;
}

.form-check label span.radio-desc, .form-radio label span.radio-desc, .form-radio-none label span.radio-desc {
    font-size: 12px;
    color: #a19ea1;
    line-height: 16px;
    font-weight: 300;
}

.form-check label:hover::before, .form-radio label:hover::before, .form-radio-none label:hover::before {
    background: #f5f4f5;
}

.form-check input[type=checkbox]:checked+label::after,
.form-radio input[type=checkbox]:checked+label::after,
.form-radio input[type=radio]:checked+label::after {
    content: "";
    position: absolute;
    background: url(/img/checked.svg) no-repeat;
    width: 24px;
    height: 24px;
    z-index: 2;
    left: 7px;
    top: 4px;
}

.checkout-container .checkout-step .delivery-btn {
    margin-left: 37px;
    margin-top: 10px;
}

.checkout-container .checkout-step .delivery-method:not(.active) .delivery-img img {
    filter: grayscale(100%);
}

.checkout-container .checkout-step .address-courier {
    margin-left: 22px;
}

.form-radio input[type=radio]:checked+label span.radio-desc, .form-radio-none input[type=radio]:checked+label span.radio-desc {
    color: #150c15;
}

.checkout-container .checkout-step.complete .step-checkout-title {
    color: #150c15;
}

.checkout-container .checkout-step .step-checkout-title .edit-step {
    display: flex;
    justify-content: end;
    align-items: center;
}

.checkout-container .checkout-step .step-checkout-title .edit-step button {
    background: 0 0;
    border: 0;
}

.checkout-container .checkout-step .step-checkout-title .edit-step button img {
    width: 18px;
}

.checkout-container .checkout-step .step-checkout-title span.data {
    /*margin-left: 16px;*/
    color: #150c15;
    font-weight: 500;
}

.checkout-container .checkout-step.complete .number {
    background: #150c15;
    color: #fff;
}

.checkout-container .checkout-step .step-checkout-title .link-back-to.link-locality, .last-review p a {
    font-weight: 500;
}
.checkout-container .checkout-step .step-checkout-title .link-back-to {
    font-weight: 300;
    color: #150c15;
    text-decoration: underline;
    padding: 0;
    border: 0;
    background: 0 0;
}

.form-check label {
    border-radius: 16px;
    cursor: pointer;
    padding-left: 22px;
    user-select: none;
    line-height: 17px;
    font-size: 15px;
    margin: 19px 0;
}
.checkout-step .form-dropdown, .form-check label {
    position: relative;
    font-weight: 500;
}

.form-check {
    padding-left: 0;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 12.5px;
}

.open-answer:hover {
    opacity: 1;
}

.open-answer {
    font-weight: 500;
    font-size: 12px;
    color: #150c15;
    margin-bottom: 5px;
}

.open-answer .answer {
    text-align: -webkit-auto;
    padding: 12px 0;
}

.open-answer .answer, .open-answer .answer>div>p {
    font-weight: 500;
    font-size: 15px;
}

p {
    margin-bottom: 10px;
    font-size: 14px;
}

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

.nobtn {
    padding: 0;
    margin: 0;
    border: 0;
    background: 0 0;
}

.open-answer .answer:not(.deployed) div svg {
    transform: rotate(180deg);
}
.open-answer .answer div svg {
    transition: .5s;
    width: 16px;
    height: 8px;
}
.form-dropdown button:not(.show) svg {
    transform: rotate(180deg);
}
.form-dropdown button svg {
    transition: .5s;
}

.form-underline {
    margin-bottom: 24px;
}

.how-it-works .img-bg img, .phone-inp.formwidth, .phone-inp.formwidth .iti, textarea {
    width: 100%;
}

textarea {
    resize: none;
    border: 0.5px solid #b9b3b9;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
    font-weight: 300;
}

.btn.btn-large {
    padding: 14px 32px;
}

.checkout-container .final-step {
    margin-left: -35px;
}

.checkout-container .final-step .form-check {
    padding-left: 0;
    margin-bottom: 10px;
}

.open-answer .answer.deployed div svg {
    transform: rotate(0deg);
}

.component.blend-builder, .component.cart {
    height: 100%;
}

.component.cart .cart-container {
    height: 100%;
}

.checkout-container h2.compname.kit {
    margin-top: 0;
}

.sign-form h1, h2.compname.kit, h2.compname.tag {
    font-weight: 900;
    font-size: 30px;
}

h2.compname {
    letter-spacing: -.25px;
    margin-bottom: 20px;
}

h2.compname.kit {
    font-size: 22px;
    margin-top: 18px;
}

.cart-container h2 {
    padding-bottom: 12px;
}

.component.cart .cart-block {
    background-color: #faf9fb;
    padding: 32px 28px;
    border-radius: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 90vh;
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
    margin-bottom: 50px;
}

.component.cart .cart-block .item-name:first-child {
    margin: -32px -28px auto;
    padding: 22px 10px 20px;
}

.component.cart .cart-block .item-name.full {
    padding-bottom: 0;
}

.component.cart .cart-block .item-name {
    color: #150c15;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -.24px;
    margin: 0 -28px;
    padding: 24px 10px 20px;
}

.component.cart .cart-block .item-name.full .prev-cart-img {
    width: 56px;
    height: 56px;
    display: flex;
    background-color: #fff;
    border: 1.5px solid #e8e8e9;
    border-radius: 4px;
    overflow: hidden;
    justify-content: center;
    padding: 2px;
}

.component.blend-builder .blend-block .item-name.full .prev-cart-img picture img, .component.cart .cart-block .item-name.full .prev-cart-img picture img {
    height: 100%;
    width: auto;
}

.component.cart .cart-block .item-name .cart-item-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.component.cart .cart-block .cart-option {
    padding: 12px 0;
    position: relative;
}

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

.component.cart .cart-block .cart-option .btn.counter {
    display: inline-block;
    background-color: #fff;
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    border: 0.5px solid #e8e8e9;
}

.component.cart .cart-block .cart-option .counter-input {
    display: inline-block;
    width: 32px;
    background: 0 0;
    border: 0;
    outline: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;
}

.component.cart .cart-block .cart-option {
    padding: 12px 0;
    position: relative;
}

.component.cart .cart-block .item-name.full .price {
    line-height: 32px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -1px;
}

.component.cart .cart-block .cart-total {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 20px;
}

.component.cart .cart-block .cart-total .title {
    color: #a19ea1;
    font-size: 15px;
    line-height: 20px;
}

.component.cart .cart-block .cart-total .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

.component.cart .cart-block .item-name.full:not(:first-child) {
    padding-top: 8px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 10px;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    width: 100%;
    margin: 32px 0;
    border-color: #f5f4f5;
}


hr:not([size]) {
    height: 1px;
}

address, hr {
    margin-bottom: 10px;
}


.component.blend-builder .blend-block .item-name.full hr, .component.cart .cart-block .item-name.full hr {
    margin: 0 0 12px;
}

.checkout-container .checkout-step.has-error .step-checkout-title {
    color: #c51515;
}

.checkout-container .checkout-step.has-error .number {
    color: #fff!important;
    background: #c51515!important;
}

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: #f5f4f5;
    border-radius: 100px;
}
::-webkit-scrollbar-thumb {
    background-color: #150c15;
    border-radius: 100px;
}

.checkout-step .form-fields-wrap{
    display: none !important;
}

.checkout-step.active .form-fields-wrap,
.checkout-step .delivery-method.active .delivery-data{
    display: block !important;
}

.checkout-step.active .edit-step,
.checkout-step.active .data,
.checkout-step .data,
.checkout-step.complete .sign-customer,
.checkout-step .delivery-method .delivery-data
{
    display: none !important;
}

.checkout-step.complete .data{
    display: block !important;
}

.container#profile-orders-page{
    margin-top: var(--wrap-magrin-top);
}

.orders-menu .welcome .editimg img {
    position: absolute;
    top: 30px;
    left: 45px;
    background: #fbad00;
    padding: 6px;
    border-radius: 50%;
    border: 2px;
    border-color: #fff;
    border-style: solid;
}

.orders-menu .welcome .hello {
    text-overflow: ellipsis;
    overflow: hidden;
}
.orders-menu .welcome p {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 40px;
}

.orders-menu .welcome p span, .suitable-accessories a {
    font-weight: 700;
    font-size: 22px;
}

.characteristics ul li, .orders-menu ul li {
    margin-bottom: 8px;
}

.orders-menu ul li a.active {
    font-weight: 700!important;
}

.orders-menu ul li a {
    position: relative;
    font-size: 12px;
    padding: 10px 0 10px 12px;
    z-index: 2;
    display: inline-block;
    width: 100%;
}

.characteristics .title-description p.description, .orders-menu ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #150c15;
}

.orders-menu ul li a.active::before {
    content: "";
    background-color: #f5f4f5;
    border-radius: 100px;
    position: absolute;
    width: 100%;
    height: 36px;
    z-index: 0;
    left: 0;
    top: 2px;
}
.orders-menu ul .row .col-10 {
    z-index: 2;
}

.orders-menu ul li:hover a, .orders-menu ul li a:hover {
    opacity: 1;
    font-weight: 700 !important;
}

.filter-coffee .parameters-row .parameters .deactivate:hover svg, .orders-menu ul li:hover a svg {
    fill: #150c15;
}

.orders-history {
    padding-left: 15px;
}

.notification .changes .chedule, .orders-history p {
    font-weight: 700;
    font-size: 12px;
}

.orders-history p {
    font-size: 22px;
    margin-top: 38px;
}

.phone-inp.formwidth .iti__selected-flag, ul {
    padding: 0;
}

.orders-history ul {
    overflow-y: hidden;
    margin-top: 0;
    padding-top: 36px;
    margin-bottom: 0!important;
    padding-bottom: 1rem;
}


.bonus-statistics>ul>li, .filter-table-actions li, .orders-history ul li {
    display: table-cell;
}

.bonus-statistics .bonus .typesofbonuses .quantity, .filter-table-actions li a, .filter-table-actions li button {
    font-weight: 500;
    font-size: 15px;
    color: #150c15;
}

.filter-table-actions li a, .filter-table-actions li button {
    padding: 9px 16px;
    border: 1px solid #a19ea1;
    border-radius: 100px;
    margin-right: 16px;
    background: 0 0;
    display: block;
}

.filter-table-actions li a.active, .filter-table-actions li button.active {
    font-weight: 700!important;
    opacity: 1!important;
    border: 2px solid #150c15;
}

.all-orders {
    padding: 46px 0 0 15px;
    margin-bottom: 100px;
}

p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.container#product-info{
    margin-top: var(--wrap-magrin-top);
}

.item-details .photos .item-image {
    width: 100%;
    background: #fff;
    border-radius: 12px;
}

.item-details .photos .item-image h1 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.item-details .photos .item-image p, .notification .changes p .time {
    font-weight: 500;
    font-size: 12px;
}

.item-details .photos .item-image p span {
    font-weight: 300;
    color: #a19ea1;
}

.item-details .photos .item-image .image {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.item-details .photos .item-image .shop-image-item {
    width: auto;
    height: 350px;
}

.price-block {
    margin-top: 14px;
}

.price-block .price {
    font-size: 17px;
    font-weight: 500;
    line-height: 36px;
}

.item-details .photos .item-image .action-btn button:not(:last-child) {
    margin-right: 10px;
}

.item-details .photos .item-image .action-btn .btn-primary {
    white-space: nowrap;
}
.item-details .photos .item-image .action-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.btn.btn-primary:hover {
    opacity: .8;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn.btn-primary {
    border: 0;
    padding: 8px 21px;
    color: #fff;
    background-color: #0d6efd;
    border-color: #fff;
    border-radius: 100px;
}
.btn.btn-primary, .btn.btn-secondary {
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn.btn-primary:before {
    width: 0%;
    background-color: #000;
    transition: all .3s;
    z-index: -1;
}
.btn.btn-primary:after, .btn.btn-primary:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d6efd;
    border-radius: 100px;
    z-index: -2;
}

.item-details .photos .item-image .action-btn .btn-primary img {
    margin: -3px 6px 0 0;
    width: 16px;
    height: 16px;
}

.item-details .photos .item-image .action-btn .btn-primary {
    white-space: nowrap;
}

.item-details .photos .item-image .action-btn button:not(:last-child) {
    margin-right: 10px;
}
.item-details .photos .item-image .action-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.item-details .photos .item-image .prod-action {
    width: 40px;
    height: 40px;
}

.prod-action.add-wishlist:hover {
    background: rgba(21,12,21,.1);
}

.item-details .photos .item-image .action-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.item-details .photos .item-image .prod-action {
    width: 40px;
    height: 40px;
}

.coffee-name .action-btn .add-wishlist svg, .prod-action.add-wishlist svg {
    fill: none;
    stroke: #150c15;
    stroke-width: 2px;
}

.item-details .all-item-features h2, .item-details .tag-name {
    font-weight: 700;
    font-size: 20px;
}

.item-details .all-item-features h2 span {
    color: #a19ea1;
}

.item-details .all-item-features p, .item-details .all-item-features ul {
    font-weight: 500;
    font-size: 14px;
}

.item-details .all-item-features p {
    margin-bottom: 20px;
}

.item-details .all-item-features p, .item-details .all-item-features ul {
    font-weight: 500;
    font-size: 14px;
}

.component .cart-block {
    background-color: #faf9fb;
    padding: 32px 28px;
    border-radius: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
    margin-bottom: 50px;
}

.rte{
    text-align: left;
}

.cc-accordion-item__content p{
    font-weight: 400;
    font-size: 14px;
}

.item-details .add-to-card-btn, .item-details .sold-out{
    width: calc(100% - 50px);
}

.item-details .sold-out{
    font-weight: 700;
    font-size: 30px;
}

.more-info-title{
    text-transform: uppercase;
}

form input.error, form input.is-invalid{
    border-bottom: 1px solid #dc3545 !important;
}

form label.error{
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #dc3545!important;
}

.prod-action.add-wishlist.active svg{
    fill: #150c15;
}

.sticker-item img.eri-responsive {
    width: 100%;
    max-width: 300px;
}

.sticker-item-block .coffee-image-block,
.sticker-list .sticker-item .shop-image-item{
    height: 300px !important;
}

@media (min-width: 1199.98px){
    .orders-menu ul li a.active::before {
        width: calc(100% + 10px);
    }
}

@media (min-width: 992px){
    .item-scroll {
        max-height: 400px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin: 0 -28px;
        padding: 10px 28px;
    }
}

@media (max-width: 575.98px){
    .item-details .photos .row.general-wrap{
        margin-right: 0px;
    }
}