.offset-sm-2 {
    margin: 0;
    padding: 0;
}

#paymentform-paymentmethod {
    margin-top: 10px;
}

#paymentform-cost,
#shopform-cost {
    max-width: 132px;
}

#shopform-cost, #shopform-cost + small {
    display: inline-block;
}

#shopform-cost + small {
    margin-left: 30px;
}

.number {
    display: inline-block;
    position: relative;
    max-width: 126px;
}

.number input[type="number"] {
    display: block;
    height: 50px;
    width: 100%;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.number input[type="number"].is-invalid {
    border-color: #dc3545;
}

.number input[type="number"].is-valid {
    border-color: #28a745;
}

.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.number-minus img {
    transform: rotate(180deg);
}

.number-minus img, .number-plus img {
    height: 100%;
}

.number-minus.disabled, .number-plus.disabled {
    opacity: 0.3;
}

.number-minus {
    position: absolute;
    top: 4px;
    bottom: 1px;
    border: none;
    background: none;
    max-height: 40px;
}

.number-plus {
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 1px;
    border: none;
    background: none;
    max-height: 40px;
}

.field-recipientform-state {
    display: none;
}

.select2-container--krajee-bs4 .select2-selection--single {
    height: 50px;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 4px;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder {
    color: #939ba2;
}

.calculate-row {
    box-shadow: 0 15px 30px rgb(0 0 0 / 7%);
    background-color: #fff;
    padding: 54px 50px 50px 50px;
    margin: 0;
}

.payment-form-row {
    box-shadow: 0 15px 30px rgb(0 0 0 / 7%);
    background-color: #fff;
}

.choose-property {
    max-width: 270px;
    padding: 20px 0;
}

.choose-property img {
    padding: 0 20px;
}

.choose-property img {
    float: left;
}

.choose-property span {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    line-height: 40px;
}

.features {
    margin: 0;
}

.features > div {
    border-right: 1px solid #f6f6f6;
}

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

.btn-submit {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    background-color: #2a77eb;
    width: 100%;
    max-width: 370px;
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    border: none;
    font-weight: 600;
}

.btn-submit.back, .btn-submit.clear-form {
    color: rgba(51, 51, 51, 0.5);
    background-color: #f9f9f9;
    margin-right: 10px;
    max-width: 160px;
}

.btn-submit.back img {
    top: -2px;
    position: relative;
    left: -6px;
}

.btn-submit:not(.back) img {
    position: relative;
    right: -4px;
}

.del-text {
    color: rgba(51, 51, 51, 0.5);
    font-size: 16px;
    opacity: 0.3;
    float: right;
}

.del-icon {
    float: right;
}

.del-line {
    height: 3px;
}

.add-more {
    border-radius: 4px;
    border: 2px dashed #2a77eb;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-size: 15px;
    color: #2a77eb;
    font-weight: 700;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}

.title {
    font-size: 20px;
    font-weight: 600;
}

.grey-text {
    font-size: 14px;
    font-weight: 400;
}

.title-steps {
    font-size: 24px;
    font-weight: 500;
}

.step-tab {
    display: inline-block;
    border-radius: 10px;
    background-color: #f2f2f2;
    height: 3px;
    max-width: 247px;
    width: 100%;
}

.step-tab.active {
    background-color: #2a77eb;
}

.steps .step:not(.active) {
    display: none;
}


.payment-form-container input,
.calculate-form input {
    height: 50px;
}

.payment-form-container label,
.calculate-form label {
    padding: 12px 15px;
}

.calculate-form label {
    padding-right: 33px;
}

.calculate-form .custom-control {
    padding-top: 12px;
}

.payment-form-container label.custom-control-label,
.calculate-form label.custom-control-label {
    padding: 0 10px;
}

.required label.custom-control-label:after {
    content: '';
}

.payment-form-container-row {
    border-radius: 4px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 7%);
}

.payment-form-container {
    max-width: 850px;
    margin: 0 auto;
    padding: 50px 50px;
}

.categories {
    list-style: none;
}

.handmade-div {
    font-weight: 500;
    display: inline-block;
    font-size: 20px;
    position: relative;
    left: 32px;
    top: -3px;
}

.vector-icon58 {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 13px;
}

.rectangle-div162 {
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    width: 20px;
    height: 20px;
}

h2 {
    font-size: 40px;
    margin: 60px 0;
    font-weight: 600;
}

.hiw-img-bg {
    max-width: 375px;
    margin: 0 auto;
}

.btn-link {
    font-size: 20px;
    max-width: 360px;
    padding: 16px 0;
    font-weight: 500;
}

.btn-link img {
    position: relative;
    top: -3px;
}

.hiw-it-works .btn-link {
    padding: 20px 0;
    margin: 0 auto;
    font-size: 18px;
    max-width: 320px;
}

.vector-icon50 {
    top: 56px;
    left: 40px;
    width: 48px;
    height: 48px;
    position: absolute;
}

.personalized-approach-div1 {
    position: absolute;
    top: 67px;
    left: 107px;
    line-height: 134.09%;
    font-weight: 500;
    display: inline-block;
    width: 159px;
}

.vector-icon49 {
    top: 61px;
    position: absolute;
    left: 50px;


}

.small-business-friendly7 {
    position: absolute;
    top: 67px;
    left: 127px;
    line-height: 134.09%;
    font-weight: 500;
    display: inline-block;
    width: 207px;
}

.vector-stroke-icon8 {
    position: absolute;
    top: 64px;
    left: 61px;
    width: 40px;
    height: 48px;
}

.no-hidden-fees7 {
    position: absolute;
    top: 67px;
    left: 125px;
    font-weight: 500;
    display: inline-block;
    width: 136px;
}

.container-index h1 {
    font-weight: 900;
    font-size: 64px;
}

.slider-2-icon {
    width: 100%;
    margin: 0;
    z-index: -1;
    position: relative;
}

.features {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
    font-size: 24px;
    font-weight: 500;
}

.vector-icon51 {
    position: absolute;
    right: 0;
    width: 1px;
    height: 180px;
}

ol.hiw-list {
    list-style-position: outside;
    padding-left: 100px;
}

ol.hiw-list > li {
    list-style-type: none;
    counter-increment: list;
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    position: relative;
}

.hiw-list > li:before {
    content: counter(list) " ";
    color: #2a77eb;
    font-size: 20px;
    font-weight: 500;
    width: 42px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    background: url(../public/ellipse-8.svg) no-repeat left top;
    position: absolute;
    left: -65px;
    margin-top: 4px;
    z-index: 1;
}

.hiw-list > li:after {
    content: '';
    position: absolute;
    left: -45px;
    top: 42px;
    height: 100%;
    width: 2px;
    background-color: #dee6f3;
}

.hiw-list > li:last-child:after {
    content: none;
}

.how-it-works {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 15px 30px rgb(0 0 0 / 7%);
    padding: 50px 20px;
    margin: 0;
}

body.light .container-index h1 {
    font-weight: 900;
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    padding-left: 20px;
    position: relative;
}

.checkbox + label::before {
    content: '';
    position: absolute;
    left: -10px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 0.5em;
    background-repeat: no-repeat;
}

.checkbox:checked + label::after {
    content: '';
    position: absolute;
    background-image: url(../public/vector-3.svg);
    background-repeat: no-repeat;
    left: -6px;
    top: 4px;
    height: 13px;
    width: 100%;
}

.line-del-div2 {
    padding: 10px 0 30px 0;
    cursor: pointer;
    color: #ccc;
    font-size: 13px;
    text-align: right;
    background: url(../public/vector-172.svg) no-repeat 0 18px;
}

.content-row {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.recipient-row {
    padding: 40px 0;
}

.line-del-div2 span {
    padding: 0 20px;
    background-color: #fff;
}

.order-item-row:first-child .line-del-div2 {
    display: none;
}

.links {
    overflow: hidden;
    text-overflow: ellipsis;
}

.links div {
    word-break: break-all;
}

.step-finish .title {
    font-size: 40px;
    font-weight: 700;
}

.step-tab:last-child.active {
    background-color: #48BF1E;
}

.term-of-use .custom-control-label {
    float: left;
}

.term-of-use small {
    float: left;
    margin-top: 0;
    font-size: 16px;
}

.term-of-use .invalid-feedback {
    margin: 0;
}

.term-of-use .is-invalid + label + .invalid-feedback + small a {
    color: #dc3545;
}

.documents .body h1 {
    font-weight: 400 !important;
    font-size: 50px;
}

.documents .body h2 {
    font-weight: 400 !important;
    font-size: 30px;
    margin-top: 40px;
}

.form-control.is-valid, .was-validated .form-control:valid {
    padding-right: 12px !important;
}

.custom-control.custom-radio {
    display: inline-block;
    margin-right: 30px;
}

.calc-result hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    height: 1px;
}

.calc-result {
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0 15px 30px rgb(0 0 0 / 7%);
    background-color: #fff;
    padding: 42px 30px;
    max-width: 303px;
}

.calc-result .hint {
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
}

#calc-cost, #calc-delivery-time {
    font-size: 18px;
    font-weight: 700;
    color: rgba(42, 119, 235, 1)
}

.calc-cost-row.loading {
    background: url(../public/loader.gif) no-repeat right center;
    background-size: contain;
}

.calc-cost-row.loading span {
    opacity: 0;
}

#paymentform-cost.form-control.is-valid, .was-validated #paymentform-cost.form-control:valid {
    background-image: none;
}

@media only screen and (max-width: 1200px) {
    .features {
        margin-top: 30px
    }
}

@media only screen and (max-width: 991px) {
    .calc-result {
        max-width: initial;
    }

    .payment-form-container label {
        padding: 12px 0 0 15px;
    }

    .line-del-div2 {
        padding: 10px 0 10px 0;
    }

    .payment-form-container {
        padding: 10px 5px;
    }

    .step-tab {
        width: 32.2%;
    }

    .btn-submit {
        max-width: 224px;
    }

    a.back.btn-submit {
        max-width: 50px;
    }

    a.back .back-text {
        display: none;
    }

    .btn-submit.back img {
        left: initial;
    }

    .features > div {
        border-right: none;
        border-bottom: 1px solid #f6f6f6;
    }

    .our-partners {
        margin-top: 54px;
    }

    .our-partners > div {
        border-right: none;
        border-bottom: 1px solid #f6f6f6;
    }

    .choose-property span {
        font-size: 3vw;
    }

    .btn-link {
        margin: 30px auto 0;
    }
}

.shops {
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    margin: 0;
}

.shops .logos {
    font-size: 16px;
    font-weight: 600;
    padding: 50px 50px;
}

.shops .checkboxes {
    border-right: 1px solid #eee;
    padding: 50px 50px;
}

.shops .shop-logo {
    margin: 0 14px 0 0;
    vertical-align: top;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 158px;
    overflow: hidden;
}

.shops .shop-logo img {
    width: 100%;
}

#paymentform-zip {
    max-width: 200px;
}

.field-paymentform-cost input,
.field-shopform-cost input {
    display: inline-block;
}

.dollar {
    font-size: 15px;
    font-weight: 700;
    color: #ddd;
    position: absolute;
    left: 120px;
    top: 15px;
}

.field-paymentform-cost .form-text,
.field-shopform-cost .form-text {
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    display: inline-block;
    margin-left: 30px;
}

.our-partners {
    background-color: #fff;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
}

.our-partners div.items {
    min-height: 135px;
    align-items: center;
    justify-content: center;
}

.our-partners div.more-link {
    min-height: 70px;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #f6f6f6;
}

.our-partners .items > div a {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

.our-partners img {
    max-width: 100%;
}

.our-partners > div:last-child {
    font-weight: 500;
    font-size: 24px;
}

.our-partners > div:last-child a {
    font-weight: 500;
    font-size: 24px;
    color: #212529;
    text-decoration: none;
}

.custom-control-input.is-invalid ~ .custom-control-label a,
.was-validated .custom-control-input:invalid ~ .custom-control-label a {
    color: #dc3545;
}

.subscribe-block {
    background: rgba(42, 119, 235, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 64px 22px 49px 22px;
    margin-top: 115px;
}

.subscribe-block h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    color: #333333;
    margin: 0;
}

.subscribe-block h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    margin: 24px 0 42px 0;
}

.subscribe-block .subscribe-form {
    width: 755px;
    margin: 0 auto;
}

.subscribe-block .subscribe-form form {
    display: flex;
    flex-direction: row;
    gap: 18px;
}

.subscribe-block .subscribe-form form .form-group {
    margin: 0;
    flex-grow: 1;
}

.subscribe-block .subscribe-form form button {
    width: 282px;
    height: 58px;
    left: 658px;
    top: 3398px;
    background: #2A77EB;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    border: none;
}

.subscribe-block .subscribe-form form button:disabled {
    opacity: 0.25;
}

.subscribe-block .subscribe-form form .form-control {
    height: 58px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #fff;
}

.subscribe-block .subscribe-form form .form-control {
    border: 1px solid #fff;
    box-shadow: none;
    outline: none;
}

.subscribe-block .subscribe-form form .form-control.is-valid,
.subscribe-block .subscribe-form form .form-control.is-valid:focus,
.subscribe-block .subscribe-form form .was-validated .form-control:valid,
.subscribe-block .subscribe-form form .was-validated .form-control:valid:focus {
    border: 1px solid #28a745;
    box-shadow: none;
}

.subscribe-block .subscribe-form form .form-control.is-invalid,
.subscribe-block .subscribe-form form .form-control.is-invalid:focus,
.subscribe-block .subscribe-form form .was-validated .form-control:invalid,
.subscribe-block .subscribe-form form .was-validated .form-control:invalid:focus {
    border: 1px solid #dc3545;
    box-shadow: none;
}

.subscribe-block .privacy-policy {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #333333;
    margin-top: 14px;
}

.subscribe-block .privacy-policy a {
    text-decoration: underline;
    color: #333333;
}

.subscribe-block .privacy-policy a:hover {
    text-decoration: none;
}

.section-title {
    margin: 115px 0 32px;
}

.buy-online {
    background: #FFFFFF;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 64px 0 40px 65px;
    display: flex;
    flex-direction: row;
    gap: 18px;
}

.buy-online .buy-online-text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
}

.buy-online .buy-online-text img {
    display: none;
}

.buy-online .buy-online-text span {
    font-weight: 700;
}

.this-weeks-preview {
    background: #FFFFFF;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 61px 102px 42px 102px;
}

.this-weeks-preview .this-weeks-preview-items {
    margin-right: -20px;
    margin-left: -20px;
    row-gap: 10px;
}

.this-weeks-preview .this-weeks-preview-items .col-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 13px 20px 13px 20px;
    cursor: pointer;
}

.this-weeks-preview .this-weeks-preview-items .col-2:hover {
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.this-weeks-preview .this-weeks-preview-items .col-2 img {
    width: 100%;
    margin-bottom: 6px;
}

.this-weeks-preview .this-weeks-preview-items .col-2 .this-weeks-preview-name {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.this-weeks-preview .this-weeks-preview-items .col-2 .this-weeks-preview-cost {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
}

.this-weeks-preview .btn-shop-by-brands {
    text-align: center;
    margin-top: 38px;
}

.this-weeks-preview .btn-shop-by-brands a {
    border: 2px solid #2A77EB;
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #2A77EB;
    padding: 19px 0;
    display: inline-block;
    width: 336px;
}

.this-weeks-preview .btn-shop-by-brands a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 769px) {
    .calculate-row {
        padding: 54px 10px 50px 10px;
    }

    #shopform-cost + small {
        margin-left: 0;
        display: block;
    }

    .choose-property span {
        font-size: 5vw;
    }

    .dollar {
        top: 10px;
    }

    .number input[type="number"] {
        height: 40px;
    }

    .number-plus, .number-minus {
        height: 30px;
    }

    .payment-form-container input {
        height: 40px;
    }

    .select2-container--krajee-bs4 .select2-selection--single {
        height: 40px;
    }

    .shops .checkboxes {
        padding: 50px 15px 0 15px;
    }

    .shops .logos .popular-shops {
        margin-left: 10px;
        margin-right: 10px;
    }

    .shops .logos {
        font-size: 12px;
        font-weight: 400;
        padding: 10px 5px 30px 5px;
        text-align: center;
    }

    .shops .shop-logo {
        margin: 0 28px 0 10px;
    }

    .shops .shop-logo:nth-child(2n) {
        margin-right: 10px;
    }

    .title-steps {
        font-size: 14px;
    }

    .how-it-works {
        box-shadow: none;
        background: none;
        padding: 10px 0 0;
        margin: 0 -15px;
    }

    ol.hiw-list {
        padding-left: 40px;
    }

    .hiw-list > li:before {
        width: 40px;
        height: 100%;
        padding: 20px 0 0 20px;
        line-height: 22px;
        background: #fff;
        left: -40px;
        top: -4px;
        border-radius: 4px;
        box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.07);
    }

    .hiw-list > li:after {
        content: none;
    }

    ol.hiw-list > li {
        background: #fff;
        padding: 20px 20px 15px 10px;
        position: relative;
        margin: 20px 0;
        border-radius: 4px;
        font-size: 14px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
    }

    h2 {
        margin-bottom: 0;
        font-size: 24px;
    }

    .section-title {
        margin: 53px 0 24px;
    }

    .buy-online {
        position: relative;
        padding: 29px 22px;
    }

    .buy-online .buy-online-text {
        font-size: 16px;
        line-height: 140%;
    }

    .buy-online img {
        display: none;
    }

    .buy-online .buy-online-text img {
        display: block;
        float: right;
        width: 163px;
        height: 131px;
        margin-right: -22px;
    }

    .subscribe-block {
        margin-top: 53px;
    }

    .subscribe-block .subscribe-form {
        width: auto;
        margin: 0 auto;
    }

    .subscribe-block h2 {
        font-size: 24px;
    }

    .subscribe-block h4 {
        font-size: 16px;
    }

    .subscribe-block .subscribe-form form {
        flex-direction: column;
    }

    .subscribe-block .subscribe-form form button {
        width: 100%;
    }

    .this-weeks-preview {
        padding: 24px 22px;
    }

    .this-weeks-preview .this-weeks-preview-items .col-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .this-weeks-preview .btn-shop-by-brands {
        display: none;
    }

    .calculate-form label{
        padding-bottom: 0;
        margin-bottom: 4px;
    }
}