.header__menu-btn-holder-with-cart {
    flex-direction: row;
    align-items: center;
}

.mini-cart {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 2px 4px;
    position: relative;
    z-index: 1;
    margin-left: 50px;
    margin-right: 10px;
    cursor: pointer;
}

.mini-cart.mini-cart-mob {
    margin-left: 0;
    margin-right: 20px;
    height: 30px;
    width: 30px;
    margin-bottom: 5px;
}

.mini-cart img {
    max-width: 100%;
}

.mini-cart .counter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 21px;
    height: 21px;
    position: absolute;
    z-index: 1;
    right: -10px;
    top: -3px;
    text-align: center;
    background: #DBE2E9;
    border-radius: 50%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #292929;
}

.store-app-activated {
    overflow-x: hidden;
}

.store-app-cart-opened {
    overflow-y: hidden;
}

.store-app-wrapper {
    position: absolute;
    z-index: 99999;
    top: 0;
    bottom: 0;
    width: 715px;
    max-width: 100%;
    transition: all 0.5s ease;
    right: -715px;
}

.store-app-cart-opened .store-app-wrapper {
    right: 0;
}

.store-app-layout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #553F48;
    opacity: 0.9;
}

.store-app-cart {
    overflow-y: auto;
    position: absolute;
    width: 715px;
    height: 100%;
    top: 0;
    z-index: 2;
    background: #FFFFFF;
    right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.processing {
    position: relative;
}

.processing:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255,255,255,0.8);
}
.processing:after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-image: url('/img/processing-icon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.cart-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.cart-title-wrapper h4 {
    font-family: 'Literata';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    color: #292929;
}

.cart-title-wrapper h4 img {
    margin-right: 21px;
}

.cart-title-wrapper i {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.cart-title-wrapper i:hover {
    transform: rotate(360deg);
}

.cart-is-empty {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #292929;
    padding: 50px 50px 0;
}

.cart-box {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
}

.cart-box-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    color: #292929;
    font-size: 30px;
    line-height: 37px;
}


.cart-box-title h5 {
    font: inherit;
}

.cart-box-title span i {
    padding-left: 10px;
    font-style: normal;
}

.store-app-cart-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%;
    height: 77px;
    background: #292929;
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 500;
    font-size: 44px;
    line-height: 48px;
    color: #FFFFFF;
    transition: all 0.3s ease;
    box-shadow: none;
    outline: none;
    border: none;
}

.store-app-cart-btn span {
    padding-left: 8px;
}

.store-app-cart-btn:hover {
    background: #614350;
}

.store-app-back-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 0px;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%;
    height: 77px;
    background: rgba(41, 41, 41, 0.2);
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 500;
    font-size: 44px;
    line-height: 48px;
    color: #292929;
    transition: all 0.3s ease;
    box-shadow: none;
    outline: none;
    border: none;
    margin-left: 20px;
}

.store-app-back-btn:hover {
    background: #614350;
    color: #FFFFFF;
}

.cart-product {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
}

.cart-product-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    margin-left: 40px;
    width: 100%;
}

.cart-product-box h5 {
    font-family: 'Literata';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #292929;
}

.cart-product-box p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 170%;
    color: #636363;
    margin-top: 15px;
}

.cart-product-box p * {
    font: inherit!important;
}

.cart-product + .cart-product {
    margin-top: 24px;
}

.cart-product-box-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin-top: 15px;
    width: 100%;
}

.cart-product-box-price span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #636363;
}

.cart-product-inputs {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
}

.cart-product-remove-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 45px;
    height: 45px;
    border: 2px solid #DBE2E9;
    margin-left: 15px;
}

.cart-product-remove-btn img {
    transition: transform 0.3s ease;
}

.cart-product-remove-btn:hover img {
    transform: scale(1.1);
}

.inputs-quantity {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 135px;
    height: 45px;
    border: 2px solid #DBE2E9;
}

.inputs-quantity * {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #636363;
}

.inputs-quantity i {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 45px;
    height: 45px;
    font-weight: 700;
    cursor: pointer;
}

.inputs-quantity input {
    outline: 0;
    box-shadow: none;
    padding: 10px;
    gap: 10px;
    width: 45px;
    height: 35px;
    border-width: 0px 2px;
    border-style: solid;
    border-color: #DBE2E9;
    -moz-appearance: textfield;
}

.inputs-quantity input::-webkit-outer-spin-button,
.inputs-quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-message-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 100%;
    margin-top: 30px;
}

.cart-message-box label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #636363;
    opacity: 0.6;
    display: block;
}

.cart-message-box textarea {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 11px 18px;
    gap: 8px;
    width: 100%;
    height: 148px;
    border: 2px solid rgba(99, 99, 99, 0.6);
    resize: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
}

.checkout-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.checkout-left {
    width: 57.82%;
}

.checkout-right {
    width: 32.62%;
}

.checkout-block {
    display: flex;
    width: 100%;
}

.checkout-title {
    margin-bottom: 50px;
}

.checkout-title h3 {
    font-family: 'Literata';
    font-style: normal;
    font-weight: 700;
    font-size: 41px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #292929;
}

.checkout-title h3 img {
    margin-right: 21px;
}

.checkout-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 50px;
    height: 50px;
    background: #292929;
    border-radius: 40px;
    margin-right: 20px;

    font-family: 'Literata';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    color: #FFFFFF;
}

.checkout-block-content {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .checkout-block-content {
        width: calc(100% - 50px);
    }
}

.checkout-cart {
    position: relative;
}

.checkout-cart .cart-box {
    padding-left: 0;
    padding-right: 0;
}

.checkout-line {
    border: none;
    height: 3px;
    background: #C4B8BD;
    margin: 30px 0;
}

.checkout-help {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    color: #636363;
}

.checkout-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px;
}

.checkout-field-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
    position: relative;
}

.checkout-field-group label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #636363;
    opacity: 0.6;
    display: block;
    margin-bottom: 10px;
}

.checkout-field-group input {
    padding: 15px 18px;
    height: 50px;
    border: 2px solid rgba(99, 99, 99, 0.6);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #636363;
    opacity: 0.6;
    width: 100%;
}

.checkout-countries {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
}

.checkout-countries label {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 30px;
    height: 106px;
    border: 2px solid #DBE2E9;
    cursor: pointer;

    font-family: 'Literata';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 48px;
    color: #636363;
    opacity: 0.6;
}

.checkout-countries label + label {
    margin-left: 30px;
}

.checkout-countries label input {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 1px;
    left: 1px;
    overflow: hidden;
}

.checkout-countries label img {
    margin-right: 30px;
    opacity: 0.6;
}

.checkout-countries label.active {
    border: 2px solid #6E4557;
    color: #6E4557;
    opacity: 1;
}

.checkout-countries label.active img {
    opacity: 1;
}

.store-app-cart-btn[disabled] {
    background: #FFFFFF;
    opacity: 0.6;
    color: #636363;
    pointer-events: none;
}

.checkout-delivery-box,
.checkout-payment-box {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 0 30px;
}

.checkout-payment-box {
    height: 48px;
}

.checkout-delivery-box:first-child {
    margin-top: 50px;
}

.checkout-delivery-box + .checkout-delivery-box,
.checkout-payment-box + .checkout-payment-box {
    margin-top: 50px;
}

.checkout-delivery-box .checkout-delivery-right,
.checkout-payment-box .checkout-delivery-right {
    width: 100%;
}

.checkout-delivery-box .checkout-fields {
    display: none;
}

.checkout-delivery-box h5,
.checkout-payment-box h5 {
    font-family: 'Literata';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 48px;
    color: #6E4557;
    cursor: pointer;
}

.checkout-delivery-box .checked,
.checkout-payment-box .checked {
    display: none;
}

.checkout-delivery-box img,
.checkout-payment-box img {
    margin-right: 30px;
    cursor: pointer;
}

.checkout-delivery-box input[type="radio"],
.checkout-payment-box input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.checkout-delivery-box small {
    color: #636363;
    opacity: 0.6;
    font-size: 0.7em;
    display: block;
}

.checkout-delivery-box.active {
    border: 2px solid #6E4557;
    padding: 30px;
}

.checkout-delivery-box.active h5 + div {
    margin-top: 30px;
}

.checkout-delivery-box.active h5 small {
    display: none;
}

.checkout-delivery-box.active .checkout-fields {
    display: flex;
}

.checkout-delivery-box.active .checked,
.checkout-payment-box.active .checked {
    display: block;
}

.checkout-delivery-box.active .unchecked,
.checkout-payment-box.active .unchecked {
    display: none;
}

.checkout-block-btns {
    margin-top: 70px;
}

.mt-5 {
    margin-top: 50px;
}

.checkout-select {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
    background: #FFFFFF;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
}

.checkout-select > * {
    padding: 15px 18px;
    height: 50px;
    border-bottom: 2px solid rgba(99, 99, 99, 0.6);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #636363;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.invalid-text {
    display: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #ff0000!important;
    margin-top: 10px;
}

.invalid-message {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #ff0000!important;
    margin-top: 15px;
}

.invalid .invalid-text {
    display: block;
}

.invalid input {
    border-color: #ff0000;
}

.cart-collection-box {
    margin-top: 40px;
}

.cart-collection-line-box {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 15px;
}

.cart-collection-line-box i {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #C4B8BD;
}

.cart-line {
    border: none;
    height: 3px;
    background: #C4B8BD;
}

.cart-collection-title-box {
    padding: 0 50px;
    position: relative;
    margin-bottom: 50px;
}

.cart-collection-title-box h4 {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    color: #292929;
    text-align: center;
}

.cart-collection-slider {
    margin-left: 50px;
}

.cart-collection-product-image {
    margin-bottom: 50px;
    height: 150px;
}
.cart-collection-product-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #292929;
    margin: 0 auto 8px;
}
.cart-collection-product-price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #636363;
}

.arrows {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    display: flex;
}

.arrows .splide__arrow {
    background: transparent;
    position: static;
    transform: none;
    width: 32px;
    height: 32px;
    border-radius: 0;
}

.arrows .img-disabled {
    display: none;
}

.arrows [disabled] .img-disabled {
    display: block;
}

.arrows [disabled] .img-active {
    display: none;
}

.cart-box-title.cart-box-title--action {
    margin-bottom: 30px;
}

@media (max-width: 1900px) {
    .checkout-countries label {
        font-size: 30px;
        line-height: 34px;
    }
    .checkout-countries label img {
        width: 40px;
        height: auto;
        margin-right: 15px;
    }
    .checkout-delivery-box h5, .checkout-payment-box h5 {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (max-width: 1540px) {
    .checkout-right {
        width: 38.62%;
    }
    .store-app-cart-btn, .store-app-back-btn {
        font-size: 30px;
        text-align: center;
    }
    .checkout-countries label {
        font-size: 20px;
        line-height: 24px;
        padding: 14px;
        height: 52px;
    }
    .checkout-countries label img {
        width: 30px;
        height: auto;
        margin-right: 11px;
    }
    .checkout-delivery-box h5, .checkout-payment-box h5 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 1200px) {
    .store-app-wrapper {
        width: 100%;
        right: -100%;
    }
    .store-app-cart {
        max-width: 100%;
    }
    .mini-cart.js-header-anim {
        display: none;
    }
    .store-app-cart {
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .cart-title-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .cart-is-empty {
        padding: 25px 10px 0;
        font-size: 20px;
    }
    .cart-title-wrapper h4 {
        font-size: 26px;
        line-height: 100%;
    }
    .cart-title-wrapper h4 img {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    .cart-title-wrapper i {
        width: 20px;
        height: 20px;
    }
    .cart-title-wrapper i img {
        max-width: 100%;
        height: auto;
    }
    .cart-box {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 25px;
    }
    .cart-box-title {
        font-size: 20px;
        line-height: 24px;
    }
    .store-app-cart-btn {
        font-size: 24px;
        line-height: 29px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .cart-product-image img {
        width: 100px;
        height: auto;
    }
    .cart-product-box {
        margin-left: 15px;
    }
    .cart-product-box h5 {
        font-size: 18px;
        line-height: 22px;
    }
    .cart-product-box p {
        margin-top: 5px;
    }
    .cart-product-box-price {
        margin-top: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .cart-product-box-price span {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .cart-product + .cart-product {
        margin-top: 20px;
    }
    .processing:before,
    .processing:after {
        position: fixed;
    }

    .checkout-wrapper {
        flex-direction: column-reverse;
    }
    .checkout-right {
        width: 100%;
    }
    .checkout-left {
        width: 100%;
        margin-top: 25px;
    }
    .checkout-title {
        margin-bottom: 25px;
    }
    .checkout-title h3 {
        font-size: 26px;
    }
    .checkout-title h3 img {
        margin-right: 10px;
        width: 28px;
        height: 28px;
    }
    .checkout-cart .cart-box {
        padding-top: 0;
    }
    .checkout-number {
        font-size: 20px;
        line-height: 100%;
        width: 26px;
        height: 26px;
        margin-right: 10px;
    }
    .checkout-fields {
        margin-left: -35px;
    }
    .checkout-field-group {
        width: 100%;
        padding: 0 12px 0 0;
        margin-bottom: 20px;
    }
    .checkout-line {
        margin: 15px 0;
    }
    .checkout-countries {
        margin-left: -35px;
    }
    .mob-merged-box {
        margin-left: -35px;
    }
    .checkout-delivery-box, .checkout-payment-box {
        padding: 10px;
    }
    .checkout-delivery-box.active {
        padding: 10px;
    }
    .checkout-delivery-box:first-child {
        margin-top: 25px;
    }
    
    .checkout-delivery-box img, .checkout-payment-box img {
        margin-right: 12px;
        width: 28px;
        height: auto;
    }
    .checkout-delivery-box.active h5 + div {
        margin-top: 17px;
    }
    .checkout-payment-box {
        margin-left: -35px;
    }
    .checkout-delivery-box + .checkout-delivery-box, .checkout-payment-box + .checkout-payment-box {
        margin-top: 20px;
    }
    .checkout-block-btns {
        margin-top: 25px;
        flex-direction: column;
    }
    .store-app-back-btn {
        margin-left: 0;
        margin-top: 0;
        font-size: 24px;
        line-height: 29px;
        padding: 0;
    }
    .store-app-cart-btn {
        padding: 0;
    }

    .cart-collection-box {
        margin-top: 25px;
    }
    .cart-collection-line-box {
    padding: 0 10px;
    }
    .cart-collection-title-box {
    margin-bottom: 25px;
    padding: 0 10px;
    }
    .cart-collection-title-box h4 {
    font-size: 24px;
    }
    .cart-collection-slider {
    margin-left: 10px;
    }
    .cart-collection-product-image {
    height: 100px;
    text-align:center;
    margin-bottom: 24px;
    }
    .cart-collection-product-image img {
    width: 100px;
    height: auto;
    }
    .cart-collection-product-name {
        max-width: 135px;
    }
    .arrows {
        right: 10px;
    }
    .cart-box-title.cart-box-title--action {
        margin-bottom: 15px;
    }
}