#common-success .buttons {
    margin: 25px 0;
}

.simplecheckout .simplecheckout-cart thead {
    display: none;
}

.simplecheckout #simplecheckout_customer, #simplecheckout_cart, .delivery_holder, .payment_holder {
    background: #F4F8FD;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 20px;
}

.simple-content .checkout-heading {
    background-color: transparent !important;
    border: none !important;
}

.simplecheckout .simplecheckout-cart {
    border: none;
}

.simple-content .table-responsive {
    overflow: hidden;
}

.simplecheckout .checkout-heading.panel-heading {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 18px;
    color: #2F2A32;
    margin-bottom: 24px;
    padding: 0;
}

/** Header Checkout **/

.nacked-header .header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E8EDF4;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

.nacked-header .header__connect {
    flex-direction: column;
}

.nacked-header .simplecheckout .simplecheckout-step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(600px, 850px) minmax(328px, 410px);
    gap: 30px;
}

.nacked-header .simplecheckout-left-column {
    width: 100%;
    max-width: 850px;
    float: none;
    margin: 0 !important;
}

.nacked-header .simplecheckout-right-column {
    width: 100%;
    max-width: 410px;
    align-self: flex-start;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 20px;
    position: sticky;
    top: 10px;
    right: 0;
}

.nacked-header .simplecheckout-cart-total {
    padding: 0;
    border: none;
}

.nacked-header .simple-content .control-label {
    display: none !important;
}

.nacked-header .simple-content fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.nacked-header .simple-content {
    margin: 0;
}

.nacked-header h1, .nacked-header .simple-content {
    padding: 0 15px;
}

.nacked-header h1 {
    font-size: 32px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    color: #383838;
    margin-bottom: 24px;
}

.nacked-header .simplecheckout-block-content {
    padding: 0;
}

.nacked-header .simplecheckout-block {
    padding: 24px;
}

.nacked-header .form-group {
    margin: 0;
    width: 48%;
}

.nacked-header .row-shipping_address_samovivoz_addr,
.nacked-header .row-customer_firstname,
.nacked-header .row-customer_lastname,
.nacked-header .row-customer_email,
.nacked-header .row-customer_telephone {
    width: 100%;
}

.nacked-header .form-group .col-sm-8, .nacked-header .form-group .col-sm-4 {
    flex: initial !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

/** Date Customer **/

.nacked-header .simplecheckout .form-control {
    padding: 14px 24px;
    max-width: 389px;
    height: 52px;
    background-color: #fff;
    color: #383838;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 30px;
    font-family: "Circe-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04em;
    display: inline-block;
    width: 100%;
}

.nacked-header .simplecheckout textarea.form-control {
    max-width: 100%;
}

.nacked-header .simplecheckout .form-control::placeholder, .nacked-header .simplecheckout .delivery_holder .form-control {
    color: #A0A5B0;
}

/** Order **/
.nacked-header .checkout-heading-button {
    display: none !important;
}

.nacked-header .simplecheckout .simplecheckout-cart {
    width: 100%;
    display: flex;
}

.simplecheckout tbody {
    width: 100%;
}

.nacked-header .simplecheckout-cart tr {
    display: grid;
    grid-template-columns: minmax(120px, 127px) minmax(180px, 187px) minmax(57px, 1fr)  minmax(120px, 122px) minmax(90px, 1fr) 45px;
    gap: 18px;
    align-items: center;
}

.nacked-header .simplecheckout-cart tr:not(:last-child) {
    margin-bottom: 24px;
}

.nacked-header .simplecheckout-cart td {
    padding: 0;
    border: none;
}

.nacked-header .simplecheckout-cart td span {
    font-size: 14px;
    color: #A0A5B0 !important;
    font-family: "Circe-Regular", sans-serif;
    font-weight: 400;
}

.nacked-header .simplecheckout-cart .image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    order: 1;
}

.nacked-header .simplecheckout-cart .name {
    font-family: "MontserratAlternates-Bold", sans-serif;
    color: #2F2A32;
    text-align: left;
    order: 2;
}

.nacked-header .simplecheckout-cart .quantity {
    order: 4;
}

.nacked-header .simplecheckout-cart .quantity .placeholder-label {
    display: none;
}

.nacked-header .simplecheckout-cart .quantity .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 2px;
    max-width: 122px;
    height: 44px;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 40px;
    overflow: hidden;
}

.nacked-header #simplecheckout_cart .quantity .form-control {
    display: flex !important;
    text-align: center;
    width: 30px;
    height: auto;
    min-width: auto;
    padding: 0;
    color: #A0A5B0;
    font-family: "Circe-Bold", sans-serif;
    border: none;
}

.nacked-header #simplecheckout_cart .quantity .input-group-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.nacked-header #simplecheckout_cart .quantity .btn-primary:hover {
    background-color: #87B6F9;
}

.nacked-header #simplecheckout_cart .quantity .btn-primary:hover:after,
.nacked-header #simplecheckout_cart .quantity .btn-primary:hover:before {
    background-color: #fff;
}

.nacked-header #simplecheckout_cart .quantity .btn-primary {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: none;
    position: relative;
    background-color: #fff;
}

.nacked-header #simplecheckout_cart .quantity .btn-primary .fa {
    display: none;
}

.nacked-header #simplecheckout_cart .quantity .btn-primary:after,
.nacked-header #simplecheckout_cart .quantity .btn-primary:before {
    content: "";
    display: block;
    background-color: #87B6F9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
}

.nacked-header #simplecheckout_cart .quantity .input-group-btn:nth-child(1) .btn-primary:after {
    height: 2px;
    width: 14px;
}

.nacked-header #simplecheckout_cart .quantity .input-group-btn:last-child .btn-primary:before {
    height: 14px;
    width: 2px;
}

.nacked-header #simplecheckout_cart .quantity .input-group-btn:last-child .btn-primary:after {
    height: 2px;
    width: 14px;
}

.nacked-header .simplecheckout-cart .price, .nacked-header .simplecheckout-cart .total {
    display: flex !important;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nacked-header .simplecheckout-cart td.price {
    order: 3;
    font-family: "MontserratAlternates-Regular", sans-serif;
}

.nacked-header .simplecheckout-cart td.total {
    order: 5;
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 16px;
}

.nacked-header .simplecheckout-cart td.remove {
    order: 6;
    padding: 0;
    width: max-content;
}

.nacked-header .simplecheckout-cart .remove button {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #E8EDF4;
}

.nacked-header .simplecheckout-cart .remove button:hover {
    border-color: #DB4E50;
}

.nacked-header .simplecheckout-cart .remove button:hover svg path {
    stroke: #DB4E50;
    opacity: 1;
}

.nacked-header .simplecheckout-cart .remove button:hover svg g {
    opacity: 1;
}

/** Delivery **/
.nacked-header .delivery_holder {
    margin-bottom: 20px;
}

.nacked-header .delivery_holder .simplecheckout-block {
    margin-bottom: 0;
}

.nacked-header .delivery_holder .simplecheckout-block-content, .nacked-header .payment_holder .simplecheckout-block-content {
    display: grid;
    gap: 24px;
    justify-items: flex-start;
    position: relative;
}

.nacked-header .delivery_holder #simplecheckout_shipping label,
.nacked-header .payment_holder label,
.row-register_newsletter .radio label,
.account-newsletter label, .account-return-add label {
    display: grid !important;
    grid-template-columns: 20px auto;
    gap: 16px;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nacked-header .delivery_holder label input, .nacked-header .payment_holder label input,
.row-register_newsletter .radio label input,
.account-newsletter label input, .account-return-add label input {
    display: block;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #A0A5B0;
    border-radius: 50%;
}

.nacked-header .delivery_holder label input::before,
.nacked-header .payment_holder label input:before,
.row-register_newsletter .radio label input:before,
.account-newsletter label input:before,
.account-return-add label input:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.nacked-header .delivery_holder label input:checked::before, .nacked-header .payment_holder label input:checked:before,.account-newsletter label input:checked:before,
.row-register_newsletter .radio label input:checked::before, .account-return-add label input:checked:before {
    background-color: #87B6F9;
}

.nacked-header .delivery_holder label input:checked, .nacked-header .payment_holder label input:checked,
.row-register_newsletter .radio label input:checked, .account-newsletter label input:checked,
.account-return-add label input:checked {
    border-color: #87B6F9;
}

.nacked-header .delivery_holder label input:disabled, .nacked-header .payment_holder label input:disabled {
    color: #F4F8FD;
    background-color: #F4F8FD;
}

.account-newsletter label, .account-return-add label {
    justify-content: flex-start;
}
.account-return-add label, .account-return-add .col-sm-10 {
    padding: 0;
}

/** Maps **/
.nacked-header .delivery_holder #simplecheckout_shipping_address label {
    display: grid !important;
    max-width: 100%;
    margin-bottom: 16px;
    position: relative;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address input {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: -1;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address .row-shipping_address_zone_id label,
.nacked-header .delivery_holder #simplecheckout_shipping_address .row-shipping_address_city label,
.nacked-header .delivery_holder #simplecheckout_shipping_address .row-shipping_address_np_office label {
    display: none!important;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address input:checked ~ .pickup-module {
    border-color: #87B6F9;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address fieldset {
    display: flex;
    flex-wrap: wrap;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address .pickup-module {
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    border: 2px solid rgba(183, 186, 194, 0.2);
    border-radius: 20px;
    padding: 8px;
    display: grid;
    grid-template-columns: 276px 1fr;
    grid-template-rows: repeat(3, minmax(24px, 1fr));
    column-gap: 24px;
    align-items: center;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address .pickup-module:not(:last-child) {
    margin-bottom: 16px;
}

.nacked-header .delivery_holder #simplecheckout_shipping_address .simplecheckout-block-content {
    display: block;
}

.nacked-header .delivery_holder .pickup_img {
    display: flex;
    justify-content: center;
    width: 276px;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    grid-area: 1/1/-1;
}

/*.nacked-header .simplecheckout .delivery_holder .form-control {
    width: 367px;
}*/

.nacked-header .delivery_holder .pickup_img img {
    object-fit: cover;
}

.nacked-header .delivery_holder .pickup_address {
    grid-area: 1/2;
}

.nacked-header .delivery_holder .pickup_phone {
    grid-area: 2/2;
}

.nacked-header .delivery_holder .pickup_time {
    grid-area: 3/2;
}

.nacked-header .delivery_holder .pickup_time_timetable {
    color: #A0A5B0;
    font-size: 14px;
}

.nacked-header .delivery_holder .pickup_time_days {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 340px;
}

.nacked-header .delivery_holder .timetable_weekdays span, .nacked-header .delivery_holder .timetable_weekend span {
    font-family: 'Circe-Bold', sans-serif;
}

.nacked-header .delivery_holder select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../img/svg/select-down.svg') 94% / 15px no-repeat #EEE;
}

.nacked-header .delivery_holder select::-ms-expand {
    display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
}

.nacked-header .simplecheckout .delivery_holder .form-control {
    padding-right: 36px;
}

/** Placeholder form input **/

.simplecheckout .col-sm-8 {
    position: relative;
}

.simplecheckout .placeholder-label {
    position: absolute;
    display: block;
    pointer-events: none;
    left: 24px;
    top: 12px;
    font-size: 16px;
    color: #A0A5B0;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    z-index: 1;
}

.simplecheckout input:focus ~ .placeholder-label,
.simplecheckout input:not(:placeholder-shown) ~ .placeholder-label,
.simplecheckout textarea:focus ~ .placeholder-label,
.simplecheckout textarea:not(:placeholder-shown) ~ .placeholder-label {
    top: 0;
    bottom: 0;
    font-size: 12px;
    opacity: 1;
}

.simplecheckout input[type='tel'], .simplecheckout input[type='text'], .simplecheckout input[type='password'], .simplecheckout input[type='email'], .simplecheckout textarea {
    padding: 14px 8px 8px 24px;
    height: 48px;
    background-color: #fff;
    border: 1px solid rgba(183, 186, 194, 0.2);
    border-radius: 30px;
    font-family: "Circe-Regular", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .04em;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    color: #383838;
}

.simplecheckout input[type='tel']::-webkit-input-placeholder, .simplecheckout input[type='text']::-webkit-input-placeholder, .simplecheckout input[type='password']::-webkit-input-placeholder, .simplecheckout input[type='email']::-webkit-input-placeholder, .simplecheckout textarea::-webkit-input-placeholder {
    color: #A0A5B0;
}

.simplecheckout input[type='tel']::-moz-placeholder, .simplecheckout input[type='text']::-moz-placeholder, .simplecheckout input[type='password']::-moz-placeholder, .simplecheckout input[type='email']::-moz-placeholder, .simplecheckout textarea::-moz-placeholder {
    color: #A0A5B0;
}

.simplecheckout input[type='tel']::-ms-input-placeholder, .simplecheckout input[type='text']::-ms-input-placeholder, .simplecheckout input[type='password']::-ms-input-placeholder, .simplecheckout input[type='email']::-ms-input-placeholder, .simplecheckout textarea::-ms-input-placeholder {
    color: #A0A5B0;
}

.simplecheckout input[type='tel']::placeholder, .simplecheckout input[type='text']::placeholder, .simplecheckout input[type='password']::placeholder, .simplecheckout input[type='email']::placeholder, .simplecheckout textarea::placeholder {
    color: #A0A5B0;
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0
) {
    .simplecheckout .delivery_holder select {
        background: none \9;
        padding: 5px \9;
    }
}

/** Payment **/

.nacked-header .payment_holder .simplecheckout-block {
    margin-bottom: 0;
}

.nacked-header .simplecheckout-right-column .simplecheckout-cart-total {
    padding: 0 24px;
}

.nacked-header .payment_holder #simplecheckout_payment .nacked-header .delivery_holder #simplecheckout_shipping {
    padding-bottom: 16px;
}

.nacked-header .payment_holder #simplecheckout_comment, .nacked-header .delivery_holder #simplecheckout_shipping_address {
    padding-top: 0;
}

/**** Right column  ****/
.nacked-header .simplecheckout-right-column .simplecheckout-block {
    padding: 24px 0;
}

.nacked-header .simplecheckout-right-column .simplecheckout-warning-block {
    border-radius: 20px;
}

.nacked-header .simplecheckout-right-column .inputs {
    display: grid;
    grid-template-columns: 1fr 76px;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    justify-items: stretch;
    margin-bottom: 16px;
}
.nacked-header .delivery_holder #simplecheckout_shipping_address .row-shipping_address_address_id label.control-label  {
    display: none!important;
}

.nacked-header .simplecheckout-right-column .inputs_input {
    position: relative;
    display: none;
    justify-content: stretch;
    width: 100%;
    align-items: center;
    grid-area: 2/1/2/-1;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease;
}

.nacked-header .simplecheckout-right-column .inputs_input.show {
    visibility: visible;
    opacity: 1;
    display: flex;
}
.simplecheckout .inputs_input .placeholder-label:nth-child(2) {
    display: none;
}
.nacked-header .simplecheckout-right-column .inputs_input_ok {
    position: absolute;
    right: 4px;
    padding: 10px 20px;
    width: 65px;
    height: 44px;
    color: #fff;
    background-color: #87B6F9;
    border-radius: 30px;
    font-family: "MontserratAlternates-Bold", sans-serif;
    z-index: 2;
}

.nacked-header .simplecheckout-right-column .inputs_name {
    font-family: "Circe-Bold", sans-serif;
    text-align: left;
}

.nacked-header .simplecheckout-right-column a {
    color: #87B6F9;
}

.nacked-header .simplecheckout-right-column .total-text {
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 18px;
    text-align: left;
    margin: 16px 0;
    padding: 0 24px;
}

.nacked-header .simplecheckout-right-column #total_sub_total,
.nacked-header .simplecheckout-right-column #total_shipping,
.nacked-header .simplecheckout-right-column #total_total {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.nacked-header .simplecheckout-right-column .simplecheckout-cart-total-remove {
    position: absolute;
    right: 0;
}

.nacked-header .simplecheckout-right-column .simplecheckout-cart-total-value {
    margin: auto 0 0 auto;
}

.nacked-header .simplecheckout-right-column #total_sub_total *,
.nacked-header .simplecheckout-right-column #total_shipping * {
    font-family: "Circe-Regular", sans-serif;
    font-weight: 400;
}

.nacked-header .simplecheckout-right-column #total_sub_total span:nth-child(2),
.nacked-header .simplecheckout-right-column #total_shipping span:nth-child(2) {
    font-family: "MontserratAlternates-SemiBold", sans-serif;
}

.nacked-header .simplecheckout-right-column #total_sub_total {
    margin-bottom: 8px;
}

.nacked-header .simplecheckout-right-column #total_shipping {
    margin-bottom: 24px;
}

.nacked-header .simplecheckout-right-column #total_total {
    background-color: #F4F8FD;
    font-family: "MontserratAlternates-Bold", sans-serif;
    font-size: 18px;
    padding: 16px 24px;
}

.nacked-header .simplecheckout-right-column .simplecheckout-cart-buttons {
    display: none;
}

.nacked-header .simple-content .buttons {
    margin: 10px 0;
    padding: 10px 0;
    min-width: 300px;
}

.nacked-header .simplecheckout-button-right {
    float: initial;
    display: flex;
    justify-content: flex-end;
}

.simplecheckout-button-right .section-btn {
    max-width: 362px;
}

/** Success page **/

.nacked-header .checkout-success .main-title,
.checkout-success .sub-title,
.checkout-success .number-order ,.checkout-success .number-sum {
    text-align: center;
}
.nacked-header .checkout-success .sub-title {
    font-family: "MontserratAlternates-Regular", sans-serif;
    font-size: 32px;
    margin-bottom: 24px;
}
.nacked-header .checkout-success .number-order {
    margin-bottom: 16px;
}
.nacked-header .checkout-success .number-sum {
    font-family: "Circe-Bold", sans-serif;
    margin-bottom: 32px;
}
.nacked-header .checkout-success .number-sum span {
    color: #A0A5B0;
    font-family: "Circe-Regular", sans-serif;
}

.nacked-header .checkout-success .simplecheckout-cart {
    background-color: #F4F8FD;
   /* border: 1px solid rgba(183, 186, 194, 0.2);*/
    border-radius: 20px;
    overflow: hidden;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}

.nacked-header .checkout-success .simplecheckout-cart tbody {
    display: grid;
    row-gap: 24px;
    padding: 24px;
}

.nacked-header .checkout-success .simplecheckout-cart tr {
    grid-template-columns: 127px minmax(250px, 399px) minmax(85px, 1fr) 1fr 1fr;
    align-items: center;
}

.nacked-header .checkout-success .success-button {
    max-width: 300px;
    margin: 40px auto 80px;
}

.nacked-header .checkout-success .simplecheckout-cart .quantity {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.nacked-header .checkout-success .simplecheckout-cart td.price div{
    order: 3;
    font-family: "MontserratAlternates-Bold", sans-serif;
}


@media (max-width: 1280px) {
    .nacked-header .simplecheckout .simplecheckout-step {
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    .nacked-header .header__connect {
        width: auto;
    }
    .nacked-header .simplecheckout-cart tr {
        display: grid;
        grid-template-columns: minmax(100px, 120px) minmax(170px, 180px) minmax(120px, 1fr) 45px;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 10px;
        align-items: center;
    }

    .nacked-header .simplecheckout-cart td.image {
        grid-area: 1/1/-1;
        align-self: center;
    }

    .nacked-header .simplecheckout-cart .name {
        order: 2;
        grid-area: 1/2/-1;
        align-self: center;
    }

    .nacked-header .simplecheckout-cart td.price {
        order: initial;
        grid-area: 1/3;
    }

    .nacked-header .simplecheckout-cart .quantity {
        order: initial;
        grid-area: 2/3;
    }

    .nacked-header .simplecheckout-cart td.total {
        order: initial;
        grid-area: 3/3;
    }

    .nacked-header .simplecheckout-cart td.remove {
        order: initial;
        grid-area: 2/4;
    }

    .nacked-header .simplecheckout-right-column {
        max-width: 328px !important;
    }
    .nacked-header .simplecheckout .delivery_holder .form-control {
        width: 100%;
    }

    /** Success page **/
    .nacked-header .checkout-success .simplecheckout-cart tr {
        grid-template-columns: 127px minmax(160px, 260px) minmax(85px, 1fr) 1fr 1fr;
        grid-template-rows: auto;
    }
    .nacked-header .checkout-success .simplecheckout-cart td.price {
        order: initial;
        grid-area: 1/4;
    }
    .nacked-header .checkout-success .simplecheckout-cart .quantity {
        grid-area: 1/3;
    }
    .nacked-header .checkout-success .simplecheckout-cart td.total {
        order: initial;
        grid-area: 1/5;
    }

}

@media (max-width: 992px) {

    .nacked-header .header__wrapper {
        margin: 0;
        border: none;
    }

    .nacked-header .header__connect {
        display: block;
    }

    .nacked-header .simplecheckout .simplecheckout-step {
        grid-template-columns: 1fr;
    }

    .nacked-header .simplecheckout-right-column {
        max-width: 410px !important;
    }

    .nacked-header .simplecheckout-cart tr {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .nacked-header .simplecheckout-button-right {
        justify-content: center;
    }
}

@media (max-width: 767px) {

    .nacked-header .header img {
        width: 48px;
        height: 48px;
    }
    .nacked-header .form-group {
        margin: 0;
        width: 100%;
    }
    .nacked-header .simplecheckout-right-column {
        max-width: 100% !important;
    }

    .nacked-header .simple-content fieldset {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .nacked-header .simplecheckout .form-control {
        max-width: 100%;
    }

    .nacked-header .delivery_holder #simplecheckout_shipping_address .pickup-module {
        grid-template-columns: 1fr;
        row-gap: 16px;
    }

    .nacked-header .delivery_holder .pickup_img {
        display: block;
        width: 100%;
        height: 160px;
    }

    .nacked-header .delivery_holder .pickup_address,
    .nacked-header .delivery_holder .pickup_phone,
    .nacked-header .delivery_holder .pickup_time {
        grid-area: initial;
    }

    /** Success page **/
    .nacked-header .checkout-success .simplecheckout-cart tr {
        grid-template-columns: minmax(100px, 126px) 1fr;
        grid-template-rows: 1fr repeat(3, 24px);
        gap: 10px;
    }

    .nacked-header  .checkout-success  .simplecheckout-cart td.image {
        grid-area: 1/1/-1;
        align-self: flex-start;
    }

    .nacked-header .checkout-success .simplecheckout-cart .name {
        grid-area: 1/2;
        align-self: flex-start;
    }

    .nacked-header .checkout-success .simplecheckout-cart .quantity,
    .nacked-header .checkout-success .simplecheckout-cart td.price,
    .nacked-header .checkout-success .simplecheckout-cart td.total {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .nacked-header .checkout-success .simplecheckout-cart .quantity {
        grid-area: 2/2;
    }

    .nacked-header .checkout-success .simplecheckout-cart td.price {
        order: initial;
        grid-area: 3/2;
    }
    .nacked-header .checkout-success .simplecheckout-cart td.total {
        order: initial;
        grid-area: 4/2;
    }
}

@media only screen and (max-width: 640px) {
    .nacked-header #simplecheckout_cart .quantity .btn-primary, .nacked-header .simplecheckout-cart td.image {
        display: block !important;
    }

    .simplecheckout-cart td.name div.image {
        display: none !important;
    }
}

@media (max-width: 576px) {

    .nacked-header .header__connect {
        display: none;
    }
    .nacked-header .header__wrapper {
        display: grid;
        grid-template-columns:  1fr 1fr 1fr;
        padding-bottom: 0;
    }
    .nacked-header img {
        grid-area: 1/2;
    }

    .nacked-header .safe-buy {
        grid-area: 1/3;
        display: flex;
    }

    .nacked-header .safe-buy svg {
        margin: 10px;
    }
    .nacked-header h1, .nacked-header .simple-content {
        padding: 0;
    }

    .nacked-header .simplecheckout-block {
        padding: 15px;
    }

    .nacked-header h1 {
        padding: 0 15px;
        font-size: 24px;
        text-align: center;
    }

    .nacked-header .delivery_holder .pickup_img img {
        height: 100%;
        width: 100%;
    }

    .simplecheckout #simplecheckout_customer, #simplecheckout_cart, .delivery_holder, .payment_holder {
        border-radius: 0;
    }

    .simple-content .button, #simplecheckout_login .button {
        max-width: 100%;
    }

    .nacked-header .simplecheckout-cart tr {
        grid-template-columns: minmax(96px, 100px) minmax(122px, 1fr) 1fr 45px;
        grid-template-rows: 1fr 46px 46px;
    }

    .nacked-header .simplecheckout-cart td.image {
        grid-area: 1/1/-1;
        align-self: flex-start;
    }

    .nacked-header .simplecheckout-cart td.name {
        order: initial;
        grid-area: 1/2/1/4;
        align-self: center;
    }

    .nacked-header .simplecheckout-cart td.price {
        grid-area: 2/2/2/4;
        flex-direction: row;
        max-width: 122px;
        flex-wrap: wrap;
    }

    .nacked-header .simplecheckout-cart td.price span {
        margin-right: 10px;
    }

    .nacked-header .simplecheckout-cart .quantity {
        grid-area: 3/2;
        max-width: 122px;
        margin: 0 auto;
    }

    .nacked-header .simplecheckout-cart td.remove {
        grid-area: 1/4;
        justify-self: center;
    }

    .nacked-header .simplecheckout-cart td.total {
        order: initial;
        grid-area: 3/3/3/-1;
        justify-self: center;
    }

    .simplecheckout-button-block .section-btn span {
        display: block;
    }
    .nacked-header .simple-content .buttons {
        margin: 10px;
        padding: 10px;
    }

    /** Success  pages**/
    .nacked-header h1 {
        margin-bottom: 10px;
    }
    .nacked-header .checkout-success .sub-title {
        font-size: 20px;
    }
    .nacked-header .checkout-success .number-order {
        margin-bottom: 8px;
    }

    .nacked-header .checkout-success .simplecheckout-cart tr {
        grid-template-columns: minmax(95px, 100px) 1fr;
    }

    .nacked-header .checkout-success .simplecheckout-cart td.price,
    .nacked-header .checkout-success .simplecheckout-cart .quantity {
        max-width: 100%;
    }
    .nacked-header .checkout-success .success-button {
        max-width: 345px;
        margin: 20px auto 40px;
    }
}

#simplecheckout_shipping .pickup-price {
    display: none;
}

.simplecheckout-cart .input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}



