/* CSS Document */

#premmerce_filter_filter_widget-2 span.gamma.widget-title {
    display: none;
}

@media (max-width: 576px) {
    .xoo-wsc-basket {
        display: none;
    }
	
	.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-container {
    right: -300px;
}
.xoo-wsc-modal.xoo-wsc-active .xoo-wsc-opac {
    opacity: 0;
	z-index:-1;
}
	
	body.xoo-wsc-active, html.xoo-wsc-active {
    overflow: visible;
}

    .woocommerce-active .site-branding {
        float: left;
    }

    .ubermenu-responsive-toggle,
    .ubermenu-sticky-toggle-wrapper {
        margin-top: 15px !important;
    }

    .site-header {
        padding-bottom: 0 !important;
    }

    .woocommerce-breadcrumb {
        margin-left: -1.41575em;
        margin-right: -1.41575em;
        padding: 10px 1.41575em;
        background: #fff;
        margin-bottom: 15px;
    }


    .tax-product_cat .content-area {
        width: 100%;
        float: none !important;
    }

    .woocommerce-products-header__title {
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }

    h1,
    .alpha {
        font-size: 2em;
    }

    ul.products li.product,
    ul.products .wc-block-grid__product,
    .wc-block-grid__products li.product,
    .wc-block-grid__products .wc-block-grid__product {
        margin-bottom: 2.235801032em !important;
    }

    .single-product div.product {
        padding-top: 0;
    }

    .thumbnail_wrapper {
        margin: 0 45px;
    }

    ul.products li.product .woocommerce-loop-product__title,
    ul.products li.product h2,
    ul.products li.product h3 {
        min-height: auto;
    }

    .woocommerce-product-gallery__wrapper {
        box-shadow: none;
        margin: 0 40px;
    }

    .product_meta span {
        padding: 0 5px;
    }

    .top {
        bottom: 80px;
    }

    .newsletter-wrapper {
        padding: 25px 25px;
    }

    .newsletter-wrapper h2 {
        font-size: 1.6em;
    }

    .newsletter-inner {
        padding: 15px;
    }

    .your-cb {
        text-align: left;
    }

    span.wpcf7-list-item.first {
        margin-left: 1em;
    }


}

@media (max-width: 767px) {

    #secondary {
        z-index: 9999;
        position: relative;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        padding: 20px;
        height: auto;
        overflow: hidden;
    }

    body.tax-product_cat .site-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        clear: both;
    }

    body.search-results .site-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        clear: both;
    }

    .site-content #primary {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
    }

    .site-content #secondary {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    p.woocommerce-result-count {
        float: none;
        width: 100%;
        padding: 10px 0 0 0;
        text-align: center;
    }

    form.woocommerce-ordering {
        float: none;
        width: auto;
        display: table;
        margin: 0 auto;
    }

    #premmerce_filter_filter_widget-2 span.gamma.widget-title {
        display: block;
    }

    #premmerce_filter_filter_widget-2 span.gamma.widget-title {
        font-size: 1.2em;
        border-bottom: 0;
        text-align: center;
        font-weight: 500;
        background: #c05fc6;
        color: #fff;
        padding: 6px 13px;
        vertical-align: middle;
        cursor: pointer
    }

    .widget_premmerce_filter_filter_widget {
        border: 0;
    }

    #premmerce_filter_filter_widget-2 .filter.filter--style-premmerce {
        display: none;
    }

    #premmerce_filter_filter_widget-2 span.gamma.widget-title::after {
        content: "";
        font-weight: 500;
        margin: -2px 0 0 3px;
        font-size: 1.2em;
        display: inline-flex;
        vertical-align: middle;
    }

}

@media (min-width: 768px) {
    .left-sidebar .widget-area {
        margin-right: 3%;
    }


}

@media (min-width: 992px) {
    .site-header {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .woocommerce-active .site-header .site-branding {
        float: none;
        margin-right: 0;
    }

    .site-search {
        float: none;
        width: 100% !important;
    }

    .secondary-navigation {
        width: 15%;
        flex: none;

    }

}

@media (min-width: 1024px) {
    .product-bundle h2 {
        text-align: center;
    }

    .product-bundle {
        justify-content: center;
        padding: 2em;
        background: #f2f2f2;
    }

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

    .product-bundle__products {
        align-items: stretch !important;
    }

    .product-bundle__product {
        background: #fff;
        margin-right: 25px;
    }

}

@media (min-width: 1300px) {
    .page-template .content-area {
        width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }

}