:root {
    --light-blue-01: #F0F6FA;
    --berry: #EA1778;
    --wacom-blue: #00A3E0;
    --zima-blue: #37C0F7;
    --yellow: #FFD32F;
    --wacom-blue-t15: rgba(0, 163, 224, 0.15);
}

body {
    margin: 0;
    padding: 0;
    background: var(--light-blue-01);
}

* {
    box-sizing: border-box;
}

.show-on-375 {
    display: flex;
}

.show-on-1200 {
    display: none;
}

.container {
    width: 100%;
    padding: 0 20px;
}

@media screen and (min-width: 1200px) {

    .show-on-375 {
        display: none;
    }

    .show-on-1200 {
        display: flex;
    }

    .container {
        width: 1200px;
        padding: 0;
        margin: 0 auto;
    }

}

.shop-page-wrapper {
    margin-top: 30px;
}

.shop-page {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}












.buy1step-step__header-box {
    margin-top: 48px;
}

.buy1step-heading {
	font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}

.checkout-content .checkout-options {
    list-style: none;
    padding: 0;
}

.wa-field-address-shipping .field {
    display: block;
}

.red-date-plugin {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: tomato;
}

.aaba6 .red-date-plugin {
    line-height: 2.5rem;
}