/*
 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%;
}
}


/* Cart Page CSS change on 16.09.2022 Start*/
.woocommerce table.shop_table{
    font-size: 1rem;
}
    
.woocommerce-cart-form{
    margin-top: 150px;
}
    
.woocommerce-cart .entry-content{
    max-width: 1160px!important;
    width: 100%;
    margin: 0 auto;
}
    
.woocommerce-cart .entry-content .woocommerce-cart-form input#coupon_code {
    min-width: 200px;
    font-size: 18px;
}
    
.woocommerce-cart .entry-content .woocommerce-cart-form .product-thumbnail a{
    width: 100% !important;
    display: block;
    max-width: 100px;
}
    
.woocommerce-cart .entry-content .woocommerce-cart-form .product-thumbnail a img{
    width: 100% !important;
    max-width: unset;
}

.product-template-default input[type="number"],
.woocommerce-cart input[type="number"]
 {
    padding: 0;
    max-width: 65px;
	
}

@media screen and (max-width:768px){
    .site-logo img{
        height: auto !important;
    }
}
@media screen and (max-width:1159px){
    .woocommerce-cart .entry-content{
        padding: 0px 15px;
    }
}
@media screen and (max-width:1000px) and (min-width:782px){
    #services .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
        min-width: 50%;
    }
}

/* .woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
} */

/* Cart Page CSS change on 16.09.2022 End*/

/* Cart Page CSS change on 18.09.2022 Start*/
@media screen and (min-width:668px){
    .dropdown-for-mobile-cls1, 
    .dropdown-for-mobile-cls2, 
    .dropdown-for-mobile-cls3 {
        display:none;
        padding-bottom: 20px;
    }
}
@media screen and (max-width:667px){
    .li-for-desktop-cls1, 
    .li-for-desktop-cls2, 
    .li-for-desktop-cls3{
        display:none;
    }
}
    
select.product_categories_sub.function_file{
    background:#96588a;
    color: #fff;
    border:0;
    padding:5px;
}
    
select.product_categories_sub.function_file option{
    background:#fff;
    color: #000;
}
    
.woocommerce-notices-wrapper{
    /* margin-top: 150px; */
    margin-top: 10px;
}

.mega-sub-menu {
    display: none!important;
}

/* Cart Page CSS change on 18.09.2022 End*/

/* checkout Page Strat*/
.woocommerce-checkout .woocommerce-form-coupon-toggle {
    padding-top: 150px;
}
.woocommerce-checkout .entry-content {
    max-width: 1160px !important;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width:1159px){
    .woocommerce-checkout .entry-content{
        padding: 0px 15px;
    }
}
/* checkout Page End*/

.woocommerce div.product form.cart .variations {
    margin-bottom: 0em;
}

.cart {
    display: none!important;
}