#module-buy-together h2{font-size:16px; font-weight: 500;}
#module-buy-together .product {max-width: 120px;}
#module-buy-together .product h4 a{font-size: 14px; line-height: 18px; color: var(--primary);
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#module-buy-together .product h4{font-size: 14px; line-height: 18px;}
#module-buy-together .product .image{margin-bottom: 15px;}
.flex-buy-together{display: flex; gap: 5px;}
#module-buy-together .sinal{margin-top:80px;}
#module-buy-together .radio.radio-option{padding: 4px 4px; font-size: 8px;}

.buy-together-total{margin-top: 50px;}
.buy-together-total .price{font-size: 24px !important; font-weight: 500 !important; line-height: 20px !important;}

#module-buy-together .btn-cart{font-size: 10px !important; padding-left: 10px; padding-right: 10px;}
#module-buy-together .control-label{display: none;}

@media(max-width:1200px){
	.flex-buy-together{flex-direction: column;}
	#module-buy-together .product {max-width: 100%; display: flex; gap: 10px;}
	.buy-together-total{margin-top: 0;}
	#module-buy-together .sinal{margin-top:0px;}
	#module-buy-together .product .image{margin-bottom: 0; width: 150px; min-width: 150px;}
	#module-buy-together .product .image img{width: 100%;}
}

@media(max-width:767px){

	/* .flex-buy-together{flex-direction: row;} */
	#module-buy-together .radio.radio-option{font-size: 16px;}
	#module-buy-together .btn-cart{font-size: 14px !important; width: 100%;}
}