/* =========================================
   SHIPPING PROGRESS
   ========================================= */

.shipping-progress {
    margin-bottom: 28px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}


/* Message
----------------------------------------- */

.shipping-progress__message {
    color: #fff;
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 22px;
}

.shipping-progress__message strong {
    color: inherit;
}


/* Progress bar
----------------------------------------- */

.shipping-progress__bar {
    position: relative;
    height: 8px;
    margin: 0 7px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.22);
}


/* Filled part */

.shipping-progress__fill {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;

    border-radius: 100px;

    background: var(--awb-color5);

    transition: width 0.4s ease;
}


/* Milestones
----------------------------------------- */

.shipping-progress__milestone {
    position: absolute;
    top: 50%;

    width: 16px;
    height: 16px;

    transform: translate(-50%, -50%);

    display: flex;
    align-items: center;
    justify-content: center;
}


/* 1250 / 2500 = 50% */

.shipping-progress__milestone--reduced {
    left: 50%;
}


/* Free shipping */

.shipping-progress__milestone--free {
    left: 100%;
}


.shipping-progress__dot {
    display: block;

    width: 14px;
    height: 14px;

    border-radius: 50%;

    background: #fff;
    border: 3px solid var(--awb-color5);

    box-sizing: border-box;

    position: relative;
    z-index: 2;
}


/* Labels
----------------------------------------- */

.shipping-progress__labels {
    position: relative;

    height: 48px;

    margin: 9px 7px 0;
}


.shipping-progress__label {
    position: absolute;

    display: flex;
    flex-direction: column;

    color: #fff;

    font-size: 11px;
    line-height: 1.3;

    white-space: nowrap;
}


.shipping-progress__label strong {
    color: inherit;
    font-size: 12px;
    font-weight: 600;
}


.shipping-progress__label span {
    opacity: 0.65;
}


/* 125 kr shipping */

.shipping-progress__label--reduced {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}


/* Free shipping */

.shipping-progress__label--free {
    right: 0;
    text-align: right;
}


/* Small secondary message
----------------------------------------- */

.shipping-progress__submessage {
    margin-top: 3px;

    color: rgba(255, 255, 255, 0.65);

    font-size: 12px;
    line-height: 1.4;
}



.fusion-woo-product-grid .products .product .fusion-clean-product-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.fusion-woo-product-grid .products .product .fusion-clean-product-image-wrapper .fusion-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.fusion-woo-product-grid .products .product .fusion-clean-product-image-wrapper .fusion-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fusion-woo-product-design-clean .products .product .product-title {
    font-size: 24px !important;
    font-style: normal !important;
}

#main {
    padding-bottom: 0 !important;
}


@media only screen and (max-width: 711px) {
    .fusion-blog-layout-grid-3 .fusion-post-grid, .fusion-blog-layout-grid-4 .fusion-post-grid, .fusion-blog-layout-grid-5 .fusion-post-grid, .fusion-grid-3 .fusion-grid-column, .fusion-grid-4 .fusion-grid-column, .fusion-grid-5 .fusion-grid-column, .fusion-portfolio-five .fusion-portfolio-post, .fusion-portfolio-four .fusion-portfolio-post, .fusion-portfolio-masonry .fusion-portfolio-post, .fusion-portfolio-three .fusion-portfolio-post, .products.products-3 .product-grid-view, .products.products-4 .product-grid-view, .products.products-5 .product-grid-view {
        width: 50% !important;
    }

    .fusion-woo-product-design-clean .products .product .product-title {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 712px) {
    .fusion-woo-product-design-clean .products .fusion-price-rating {
        font-size: 18px;
    }
}


body.woocommerce-checkout form.checkout .fusion-fullwidth .fusion-row {
    z-index: auto !important;
}


body.woocommerce-checkout form.checkout .shop_table.woocommerce-checkout-review-order-table tfoot {
    border-bottom: none;
}

body.woocommerce-checkout form.checkout .shop_table.woocommerce-checkout-review-order-table tfoot .awb-cart-totals-table {
    width: 100%;
}

body.woocommerce-checkout form.checkout #nexi-inline-modal:not(.netseasy-modal) {
    display: none;
}

body.woocommerce-checkout form.checkout #nexi-inline-modal #nexi-inline-modal-box {
    margin-top: auto;
    margin-bottom: auto;
    height: fit-content;
    min-width: auto;
    width: min(500px, 100vw);
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
}

@media screen and (max-width: 550px) {
    body.woocommerce-checkout form.woocommerce-checkout .fusion-woo-checkout-tabs-tb .woocommerce-content-box h3 {
        font-size: 24px;
    }

    body.woocommerce-checkout form.checkout .awb-cart-totals-table > tbody > tr > th {
        width: 20%;
    }

    body.woocommerce-checkout form.checkout .awb-cart-totals-table > tbody > tr > td {
        width: 80%;
    }
}

body.woocommerce-checkout.nexi-modal-open {
    /*overflow: hidden !important;*/
}

body.woocommerce-order-received #main {
    padding-top: 48px;
}

@media screen and (max-width: 550px) {
    body.woocommerce-order-received .avada-order-details .woocommerce-order-details__title {
        font-size: 24px;
    }

    body.woocommerce-order-received .avada-order-details .woocommerce-table .woocommerce-table__line-item .product-thumbnail {
        display: none;
    }
}


.fusion-footer-widget-area.fusion-widget-area .fusion-column-wrapper .fusion-layout-column.fusion_builder_column_inner .fusion-title > .fusion-title-heading > i {
    margin-right: 2px;
}


















