/*
 Theme Name:   Techno Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Techno Child Theme
 Author:       Daniel Côté, DGMDATA
 Author URI:   http://example.com
 Template:     techno
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
*/


/* BLOCK: BASE MARGINS */

ul.products > li.product-category {
    text-align: center;
}

ul.products > li.product-category .count {
    display: none !important;
}

ul.woo-product-cat-filter {
    list-style: none;
}

ul.woo-product-cat-filter li.woo-product-cat-filter-item {
    display: inline-block;
    border-right: 1px solid;
    padding: 0 2rem 0 2rem;
    margin: 0 auto;
}

ul.woo-product-cat-filter li.woo-product-cat-filter-item:last-child {
    border: none;
}

div.tecno-custom-sticky-buttons {
    position: fixed;
    right: 0px;
    top: calc( 50% - 17.5px );
    height: auto;
    min-height: 35px;
}

div.tecno-custom-sticky-buttons > a {
    width: 100px;
    background: red;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    display: block;
}

.tecno-custom-sticky-buttons.has-PDF > a:last-child {
    margin-top: 15px;
    background: #124380 !important;
}

.tecno-custom-sticky-buttons.has-PDF {
    top: calc( 50% - 42.5px );
}

.mega-mega-menu-column ul.mega-sub-menu > li {
    padding: 0px !important;
}

.mega-mega-menu-column > a {
    margin-bottom: 20px !important;
    font-size: 14px !important;
}

.woocommerce-page #content .single_wrap {
    float: none;
    width: 100%;
}

.woocommerce-page #sidebar {
    display: none;
}

section.related.products {
    clear: both;
}

/* 23 aug 2021*/

.product_sidebar .widget_product_categories {
 margin: 0 !important;
}
.product_sidebar .widget_product_categories .product-categories {
 margin: 0;
}
.footer-widget .fcol-one {
   display: flex;
}

.footer-widget .fcol-one li {
   width: 100% !important;
} 
/* end 23 aug 2021*/

@media all and (max-width:767px){   
.footer-widget .fcol-one {
    display: inherit;
}
}

@media only screen and (max-width: 600px) {
    div.tecno-custom-sticky-buttons {
        position: relative;
        display: block;
        margin-top: 20px;
    }
    div.tecno-custom-sticky-buttons a {
        width: calc( 50% - 12px );
        text-align: center;
        border-radius: 15px;
        display: inline-block;
    }
    .tecno-custom-sticky-buttons.has-PDF a:last-child {
        margin-left: 20px;
    }
}

.archive-container {
    display: flex;
}

li {
	line-height: 1.5;
	margin: 0.1rem 0 0 2rem;
}

.infrared-solutions-filters {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
    margin-bottom: 10px;
    flex-flow: wrap;
}

.infrared-solutions-filters .infrared-solutions-column {
    padding: 0px 10px 10px;
    width: 25%;
}

.infrared-solutions-filters .infrared-solutions-column select {
    border: 1px solid #000;
    width: 100%;
    background: no-repeat;
    padding: 10px 1px;
    font-size: 12px;
}
@media screen and (max-width: 991px){
.infrared-solutions-filters .infrared-solutions-column {
    padding: 0px 10px 10px;
    width: 50%;
}
}