/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/
.l-canvas {
    background: #fff;
    color: #555555;
}

.hide-on-mobile {
    display: none;
}

.header-cart-icon .w-cart-icon {
    line-height: 1;
}

.header-account-link {
    display: block;
    line-height: 1;
}

.search-icon-widget i {
    color: #01CACB;
}

.main-title-home h1 {
    color: #555555 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    font-size: 40px !important;
    line-height: 1.17 !important;
    letter-spacing: 1px !important;
}

.home-features-box .aio-icon-header h3.aio-icon-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #01CACB;
}

.icon-box img {
    max-width: 50px;
}

.icon-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.icon-box span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.layout_shop_modern .w-grid-item-h {
    background: #ffffff;
}

.w-post-elm.post_image img {
    height: 224px;
}

.feature-box-container {
    background: #3830D1;
    padding: 25px;
}

.feature-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 60%;
    margin: 0 auto;
}

.feature-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.woocommerce .cart_totals {
    text-align: right;
    padding: 1.8rem 2rem 2rem;
    margin-bottom: 2rem;
    background: var(--color-content-bg-alt-grad);
}

.feature-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.feature-box span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.box-call-us {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 26px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #3830D1;
}

.box-call-us img {
    width: 30px;
}

.box-call-us span {
    font-weight: 400;
}

.box-call-us a {
    font-weight: 700;
    color: #3830D1;
}

.woocommerce .cart_totals {
    background: #eeeeee;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button {
    background: #01CACB;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 15px 15px;
}

tr.woocommerce-cart-form__cart-item.cart_item th a {
    color: #555555;
}

.cart-title {
    margin: 30px 0;
}

.cart-title h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 1px;
    color: #01CACB;
}

.header_hor .l-subheader-cell.at_right > * {
    margin-right: 1.4rem;
}

.woocommerce .woocommerce-variation-add-to-cart .single_add_to_cart_button.button{
    background: #01CACB;
    color: #fff;
    border-radius: 8px;
}

@media (max-width: 1130px) {
    .icon-box span {
        font-size: 14px;
        line-height: 19px;
    }

    .box-call-us {
        font-size: 14px;
        padding: 10px;
    }

}

@media (max-width: 1024px) {
    .feature-box-wrapper {
        max-width: 85%;
    }
}

@media (max-width: 1024px) {
    .feature-box-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 776px) {
    .product-sidebar > .wpb_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .product-sidebar > .wpb_wrapper .widget_block {
        flex: 1;
        margin: 0;
    }

    .box-call-us {
        gap: 3px;
    }

    .product-sidebar > .wpb_wrapper .widget_block .wp-block-columns {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }

    .main-title-home h1 {
        font-size: 25px !important;
    }

    .feature-box-container {
        padding: 12px;
    }

    .feature-box span {
        font-size: 15px;
        line-height: 20px;
    }

    .feature-box img {
        width: 37px;
    }

    .feature-box-wrapper {
        gap: 16px;
    }
}

@media (max-width: 629px) {
    .product-sidebar > .wpb_wrapper .widget_block {
        flex: 0 0 calc(50% - 10px);
    }

    .product-sidebar > .wpb_wrapper .widget_block:last-child {
        flex: 1;
    }
}

@media (max-width: 575px) {
    .feature-box {
        flex: 0 0 calc(50% - 8px);
    }
}

@media (max-width: 480px) {
    .feature-box-container {
        margin-top: 50px;
    }
}