

/* Start:/local/components/simpo/shared.basket/templates/.default/style.css?17605389471165*/
.shared-basket-items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.shared-basket-items .item_mini_block{
    width: calc(25% - 15px);
}
.shared-basket-items .item_mini_block img{
    width: 100%;
}
.btn_sale_item{
    margin-top: 20px;
}
.shared-basket-total{
    margin-bottom: 20px;
}
@media screen and (max-width: 1559px) {
    .shared-basket-actions .btn_sale_item {
        max-width: 250px;
        padding: 11px 15px;
    }
}
@media screen and (max-width: 1365px) {
    .shared-basket-actions .btn_sale_item {
        max-width: 250px;
        padding: 11px 15px;
        font-size: 14px;
        font-weight: 600;
        line-height: 16px;
    }
}
@media screen and (max-width: 1200px) {
	.shared-basket-items .item_mini_block {
		width: calc(33.333% - 15px);
	}	
}
@media screen and (max-width: 768px) {
	.shared-basket-items .item_mini_block {
		width: calc(50% - 15px);
	}	
}
@media screen and (max-width: 550px) {
	.shared-basket-items .item_mini_block {
		width: 100%;
	}	
}
@media screen and (max-width: 767px) {
    .shared-basket-actions .btn_sale_item {
        max-width: 100%;
	}
}
/* End */
/* /local/components/simpo/shared.basket/templates/.default/style.css?17605389471165 */
