li:not(.product_cat-nikwax-aftercare) .variation-radios.size{
	display: flex !important;
}

.product .variations select{
/*	display: inline-block !important;*/
}

.single-offers .products .product .variations_form .quantity{
	display: none !important;
}

.single-offers .products .product .variations_form{

}

.single-offers .products .product .variations_form .variation-radios{
	margin-bottom: 20px;
}

.single-offers .products table:not(.has-background) tbody tr:nth-child(2n) td, fieldset, fieldset legend{
	background-color: transparent;
}

.gfs-paramo-child-theme.single-offers li.product table.variations:not(.has-background) tbody tr{
	display: revert;
}

.single-offers .products .woocommerce-loop-product__link .archive-img-wrap{
/*	margin-bottom: 20px;*/
}

.single-offers .woocommerce-message a.button {
    float:unset;
    margin: unset;
    padding: unset;
    border: none;
    background: var(--brand-black);
    color: var(--brand-white) !important;
    font-family: Montserrat;
    text-transform: uppercase;
    padding: 10px;
    white-space: nowrap;
    margin: -10px 0;
}
.single-offers .woocommerce-message a.button:hover {
    background-color: var(--brand-green);
}

.single-offers #post-navigation {
    display: none;
}