#module-buy-together h2{margin-bottom: 30px;}
#module-buy-together .heading-title{position: relative;}
#module-buy-together .products{overflow: auto; display: flex;}
#module-buy-together .product-list{width: 100%; flex: 0 0 auto;}
#module-buy-together img{width: 100%;}
#module-buy-together .container-result-buy-together{padding: 24px; border: 1px solid #ececec; border-radius: 16px; background: #fff;}
#module-buy-together .container-result-buy-together .btn{background: #0fb930; border-radius: 4px; border: none; padding: 16px 0;}
#module-buy-together .products .product-thumb{flex-direction: column;}
#module-buy-together .equal{margin: 0 16px;}
#module-buy-together .more{margin: 0 16px;}
#module-buy-together .container-price-pix{gap: 8px;}
#module-buy-together .bt-loading{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.5); text-align: center;}
.btn.disabled {opacity: 0.3 !important; background: var(--primary);}

#module-buy-together .container-products-buy-together {width: 60%;}
#module-buy-together .container-result-buy-together {width: 40%;}
#module-buy-together .container-principal-product, #module-buy-together .container-products {width: 50%; display: flex;}

#module-buy-together .container-checkbox input {position: relative; margin: 0; appearance: none;}
#module-buy-together .container-checkbox input:checked::after {content: ''; position: absolute; left: 8px; top: 4px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0;transform: rotate(45deg);}
#module-buy-together .container-checkbox input:checked::before {border-color: var(--primary); background: var(--primary);}
#module-buy-together .container-checkbox input::before {content: ''; display: block; width: 22px; height: 22px; border: 1px solid #c6cfd6; border-radius: 4px; background-color: #fff;}


.flex-buy-together{display: flex; justify-content: center; align-items: center; margin-top: 24px;}

@media(max-width:991px){
    .flex-buy-together{flex-direction: column; gap: 20px;}
    #module-buy-together .flex-image{flex:0.5}
    #module-buy-together .product-thumb{margin-bottom: 0;}
    #module-buy-together h2{text-align: center;}
}

@media (min-width: 1600px) {
	#module-buy-together {
		max-width: 1600px !important;
	}
}