/*
Theme Name: Bravo Theme
Template: hello-elementor
Author: Bravo Webbyrå
Version: 1.0.1602232423
Updated: 2020-10-09 10:33:43

*/

.swatch-liten tbody tr {
    display: flex;
    gap: 80px;
    align-items: baseline;
}
.swatch-liten .tp-woo-swatches {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.swatch-liten li.tp-swatches {
    width: 12px !important;
    height: 12px !important;
}
.swatch-liten span.tp-swatches-tooltip {
    padding-left: 20px;
}
 

@media only screen and (max-width: 1000px) {

.woocommerce-cart td.product-thumbnail {
    display: block !important;
}
.woocommerce-cart td.product-thumbnail::before {
    content: "" !important;
}
.woocommerce-cart td.product-remove, .woocommerce-cart td.product-thumbnail {
    padding: 0px !important;
}


}	

@media only screen and (max-width: 767px) {
	.wcpa_cart_meta {
		padding-left: 0px;
	}
}