.fl-dsp{
    display:flex;
    flex-direction:row;
}

.desktop_only{
    display:block;
}
.mobile_only{
    display:none;
}

.add-to-cart-fixed{
    display:none
}
.products .product-miniature {
    -ms-flex: 0 0 calc(33% - 4px);
    flex: 0 0 calc(33% - 4px);
}
.header--topbar{
    display:flex;
    padding:10px 0
}
.header--topbar .tb1,
.header--topbar .tb2,
.header--topbar .tb3{
    width:33.33%;
    flex:1;
}
.header--topbar .tb1 ul,
.header--topbar .tb2 ul,
.header--topbar .tb3 ul{
    display:flex;
    gap: 10px;
    font-size: 12px;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin: 0;
    height:24px;
}

#header .ets_mm_megamenu .mm_menus_ul a:hover :not(.mm_columns_ul){
    color:#fff;
    background:#000;
}

/* .footer--copyright .container, 
.footer-container .container,
.footer--after .container{
    display:flex;
    flex-direction:row;
    align-items: center;
} */

@media screen and (min-width:1280px){
    .products .product-miniature {
        -ms-flex: 0 0 calc(25% - 4px);
        flex: 0 0 calc(25% - 4px);
    }
    .footer--logo{
        padding-right: 100px;
    }
}
.product-thumbs{
    padding:30px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.prodFlexDsp{
    display:flex;
    gap:10px;
    flex-direction:row;
}
.sidebar{
    max-width:50%
}

@media screen and (min-width:1400px){
    .sidebar{
        max-width:55%
    }
    .footer--logo{
        padding-right: 200px;
    }
}
@media screen and (min-width:1680px){
    .sidebar{
        max-width:60%
    }   
}

.variantsProductWrapper{
    position: absolute;
    opacity: 0;
    z-index: 9;
    top: -35px;
    background: #fff;
    width: 100%;
    left: 0;
}


.form_field_flx{
    display: flex;
    flex-direction: row;
    text-align: right;
    gap:10px;
}
.form_field_flx .cl-3 {
    width:25%;
    min-width:25%;
}

.ptcnt{
    display:block;
}
.mm_block_type_product{
    display:block;
}