/*
Theme Name:  Autovio Child Theme
Description: Child theme for the Autovio theme
Author:      ThemetechMount
Author URI:  https://www.themetechmount.com/
Template:    autovio
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/


/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */

.themetechmount-sidebar-left #sidebar-left .widget_product_categories {
    display: none;
}

.themetechmount-sidebar-left #sidebar-left .widget_price_filter {
    margin-top: 0;
}

.tm-element-heading-wrapper .tm-vc_general .tm-vc_cta3_content-container .tm-vc_cta3-content .tm-vc_cta3-content-header h2,
.tm-sbox.tm-sbox-iconalign-left-spacing2 .tm-vc_cta3-content-header h2 {
    text-transform: none;
}

.wp-block-woocommerce-cart-cross-sells-block {
    display: none !important;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button__text:hover {
    background: #222222;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button__text {
    background: #a30003;
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 43px;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button__text {
    background: #a30003;
    width: 100%;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 43px;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.vertical-menu-category {
    z-index: 9;
}

.footer-bottom-wrap {
    margin-bottom: -35px;
}

.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: none !important;
}