:root {
    --primary: #ff9935;
    --light: white;
    --border: #ebebeb;
    --secondary: #cecece;
    --dark: rgb(90, 90, 90);
    --btn-secondary: #999999;
}

body{
    overflow-y: scroll;
}

body.cms-index-index > * {
    overflow-y: hidden;
}

.flex {
    display: flex !important;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: start;
}

.align-middle {
    vertical-align: middle !important;
}

.justify-center {
    justify-content: center;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.w-auto {
    width: auto !important;
}

.w-full {
    width: 100% !important;
}

.px-1 {
    padding: 0 1rem !important;
}

.p-0 {
    padding: 0 !important;
}

.line-height-3 {
    line-height: 3rem !important;
}

.btn-block {
    width: 100%;
}
.btn-secondary {
    background-color: var(--btn-secondary) !important;
    border-color: var(--btn-secondary) !important;
}

.btn-disabled {
    pointer-events: none;
}

.text-white {
    color: var(--light) !important;
}
.text-primary {
    color: var(--primary) !important;
}
.text-secondary {
    color: var(--secondary);
}

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

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-4 {
    margin-bottom: 1rem;
}

.mb-8 {
    margin-bottom: 2rem;
}
.mr-2 {
    margin-right: 2rem;
}

.pl-0 {
    padding-left: 0;
}

.capitalize {
    text-transform: capitalize !important;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.font-bold {
    font-weight: bold;
}

.tracking > .label {
    min-width: 76px;
}

.how-it-works .how-it-works-item .icon  {
    margin: 0 auto;
    margin-bottom: 30px
}

body .minicart-wrapper {
    margin-left: 10px;
}

body .language-store-wrapper span.store-location {
    font-size: 15px
}
/* mobile  */
@media (max-width: 767px) {
    .order-action-wrapper {
        padding-left: 0 !important;
        display: block;
    }

    /* cart  */
    body .minicart-wrapper {
        float: unset;
        margin-left: 5px;
    }


    body .minicart-content-wrapper .block-content .btn-minicart-close {
        display: none;
    }

    body .mini-cart-close {
        transform: scaleX(1.5);
        position: absolute;
        right: 20px;
        z-index: 999;
    }
    body .minicart-nav {
        z-index: 800;
    }
    body #minicart-nav-content {
        justify-content: center;
        display: flex;
        margin-top: 20px;
    }
      /* homepage  */
   body .how-it-works .how-it-works-item .icon {
        margin-bottom: 30px
    }

    /* checkout  */

    body.checkout-index-index .page-header .header.km-checkout-page-wrapper .logo {
        margin: 0 0 0 10px !important;
    }

    body.checkout-index-index .checkout-container {
        margin-top: 15px;
    }



}

@media (min-width: 768px) {
    .order-action-wrapper {
        display: none;
    }
}

@media (max-width: 767px) {
    .order-action-wrapper-web {
        display: none;
    }
}

/* CU-34p6tg7 */

@media (max-width:767px) {
   #mini-cart .message.error > *:first-child::before{
        top: 15px !important;
    }
}

@media (min-width: 768px) {
    .order-action-wrapper-web {
        display: block;
        width: 100%;
    }
}

/* progress */
.progress {
    list-style-type: none;
    padding: 0;
    margin-top: 2rem;
}
.progress li {
    padding: 0 0 0 40px;
    position: relative;
    margin: 0;
    display: flex;
    align-items: flex-start;
    min-height: 60px;
}

.progress li svg {
    margin-right: 3rem;
    box-sizing: content-box;
    width: 45px;
    min-width: 45px;
    fill: var(--secondary);
    stroke: var(--secondary);
}

.progress .done svg {
    fill: var(--primary);
    stroke: var(--primary);
}

.progress .active svg {
    fill: var(--primary);
    stroke: var(--primary);
}

.progress li:after {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 2px;
    content: "";
    color: var(--light);
    font-weight: bold;
    border: 4px solid var(--secondary);
    border-radius: 50%;
    display: inline-block;
    height: 1.8rem;
    width: 1.8rem;
    text-align: center;
    line-height: 1rem;
    background: var(--light);
}

.progress .done:after {
    border-color: var(--primary);
    background-color: var(--primary);
    content: "\2713";
}
.progress .done:before {
    border-color: var(--primary);
}

.progress .active:after {
    border-color: var(--primary);
    background-color: var(--primary);
    content: "\2713";
}
.progress .active:before {
    border-color: var(--primary);
}

.progress li div p {
    color: var(--secondary);
}

.progress .active div .progress-title {
    color: black;
}

.progress .active div .progress-desc {
    color: var(--dark);
}

.progress li:before {
    position: absolute;
    left: 7px;
    top: 0;
    margin-top: 2px;
    content: "";
    height: 100%;
    width: 0;
    border: 2px solid var(--secondary);
}

.progress li:last-of-type:before {
    border: none;
}

/* icon */
.icon_awaiting_payment {
    background-image: url("icon/awaiting_payment.svg");
}


.icon_payment_confirmed {
    background-image: url("icon/payment_confirmed.svg");
}
.icon_delivered {
    background-image: url("icon/delivered.svg");
}
.icon_with_delivery_courier {
    background-image: url("icon/with_delivery.svg");
}

.icon_in_transit {
    background-image: url("icon/in_transit.svg");
}
.icon_waiting_for_pickup {
    background-image: url("icon/waiting_pickup.svg");
}

.icon_order_processed {
    background-image: url("icon/order_processed.svg");
}

.icon_received {
    background-image: url("icon/received.svg");
}

.icon_complete {
    background-image: url("icon/complete.svg");
}

.icon_complete_order {
    background-image: url("icon/complete_order.svg");
    background-size: cover;
}


.icon {
    min-width: 40px;
    width: 40px;
    height: 40px;
}
.order-details-items.shipments .icon {
    filter: grayscale(1);

}

.order-details-items.shipments .active .icon, .order-details-items.shipments .done .icon {
    filter: grayscale(0);
}

/* order detail > ordered */
.order-details-items .table-order-items .col.name .item-details {
    padding-left: 0;
}

/* account information */
.field.field-name-lastname {
    margin-left: 0 !important;
}

.fieldset .legend {
    margin-top: 30px;
}

.input-text.validate-zip-international {
    width: 100% !important;
}

.field.telephone .control input {
    width: 100% !important;
}

.field.choice.set.billing,
.field.choice.set.shipping {
    display: flex;
}

.pinpoint.actions-toolbar {
    margin-bottom: 20px;
}

.catalog-product-view .reviews-actions .action.add{
    display: none !important;
}

body._has-modal {
    overflow: unset !important;
  }
  .block-minicart .block-content .action.close {
      top: 0px !important;
  }
  /* .block-minicart .block-content.message-empty .action.close {
      display: block !important;
  } */

  .account .column.main .block:not(.widget).block-reviews-dashboard {
      display: block !important;
  }
