/*
Theme Name: Wossner
Author: Dragon Fire Marketing
Author URI: https://www.dragonfiremarketing.com
*/

.home-space {
    height: 30px;
    width: 100%;
    display: block;
}

.page-id-206 .about_content p {
    margin-bottom: 20px;
}

.page-id-206 .about_content {
    padding-left: 0;
    padding-right: 0;
}

.banner_thumb img {
    width: 100%;
}

tr.woocommerce-product-attributes-item--attribute_pa_product-discount-category,
tr.woocommerce-product-attributes-item--attribute_pa_producttype {
    display: none !important;
}

.woocommerce-message.red-message {
    border-top: 3px solid #b6142b !important;
    background-color: #b6142b !important;
    color: #fff !important;
}

.woocommerce-message.red-message a,
.woocommerce-message.red-message a:visited {
    color: #fff !important;
    text-decoration: underline !important;
}

.xoo-wsc-footer a.button,
.xoo-wsc-footer a.button:visited {
    color: #fff !important;
}

.xoo-wsc-footer a.button:focus,
.xoo-wsc-footer a.button:hover {
    color: #fff !important;
    opacity: 0.7;
}

.woocommerce-message.red-message a:hover,
.woocommerce-message.red-message a:focus {
    opacity: 0.7;
}

@media all and (max-width: 600px) {


    .offcanvas_menu_wrapper .call_support {
        text-align: left;
    }

    .main_header {
        padding-bottom: 0;
    }

    .header_middle {
        padding: 15px 0 10px;
    }

    .woocommerce div.product .product_title {
        font-size: 30px !important;
        font-weight: 400 !important;
        margin: 0 0 20px 0 !important;
        line-height: 1 !important;
    }

    .widget-container ul li {
        list-style: none;
        width: 100%;
        margin: 0 0 2px 0;
        padding: 10px 20px;
        background: #b6142b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }

    .bapf_sfilter ul li {
        max-width: 50%;
        display: inline-block;
        width: 50%;
    }

    .mobile_full {
        width: 100% !important;
        flex: 100% !important;
        max-width: 100% !important;
    }

    .slider_content h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .footer_col_container .widget_menu:nth-of-type(1),
    .footer_col_container .widget_menu:nth-of-type(2) {
        display: none !important;
    }

    .banner_thumb p {
        top: 20px;
        left: 20px;
        font-size: 20px;
        font-weight: 500;
    }


    .offcanvas_footer {
        margin-top: 20px;
        text-align: left;
    }

    .title_content {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .title_style2 h2,
    .title_style2 p {
        width: 100%;
        text-align: center;
    }


    .banner_area .col-3,
    .about_section .col-2 {
        display: none;
    }

    .woocommerce .col-2 {
        display: block
    }

    .banner_area .col-6,
    .about_section .col-8 {
        width: 100% !important;
        max-width: 100% !important;
        flex: none;
    }

    .home-space {
        display: none;
    }

    .gallery_thumb img {
        width: 50px;
    }

    .right_caption .action_links {
        float: left;
    }

    .contact_area {
        padding: 0px;
    }

    .page-template-becoming-dealer .contact_message form p {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .blog_content ul li {
        width: 100%;
        font-size: 14px;
    }

    .blog_content ul.bigtick li {
        font-size: 14px;
    }

}

.woss-msg {
    background: #b6142b;
    color: #fff;
    font-size: 13px;
    padding: 15px;
    margin-bottom: 15px;
}

.woss-msg-header {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}

.cart-link {
    font-size: 8px;
    color: #fff;
    position: relative;
    display: inline-flex;
    ;
}

.cart-link svg {
    width: 20px;
    stroke: #fff;
}

.cart-count {
    background: #b6142b;
    width: 13px;
    display: flex;
    height: 13px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    position: absolute;
    top: -5px;
    right: -5px;
}

.cart-link.mobile {
    display: none;
}

@media screen and (min-width: 991px) {

    .search_container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

}

@media all and (max-width: 990px) {
    .canvas_open {
        display: flex;
        gap: 5px;
    }

    .cart-link.desktop {
        display: none;
    }

    .cart-link.mobile {
        display: inline-flex;


    }

    .cart-link.mobile svg {
        margin: auto;
    }
}