.count_item-wrapper{display:flex;align-items:center;gap:12px;height:60px;margin-left:auto}.count_item-wrapper.column{flex-direction:column}.count_item-wrapper .quantity_title{font-size:20px}.count_item-wrapper .item_quantity{display:flex;align-items:center;gap:12px}.count_item-wrapper .item_quantity .decrement,.count_item-wrapper .item_quantity .increment{display:flex;align-items:center;justify-content:center;width:40px;height:55px;font-size:28px;color:#1d252a;border:2px solid #f5a68f;border-radius:5px}.count_item-wrapper .item_quantity .decrement:disabled,.count_item-wrapper .item_quantity .increment:disabled{opacity:.2}.count_item-wrapper .item_quantity .decrement:hover,.count_item-wrapper .item_quantity .increment:hover{background-color:#fff}.count_item-wrapper .item_quantity span{font-size:28px;font-weight:500}