@media screen and (max-width:430px){
    body.iosUser .quantity .plus,
    body.iosUser .quantity .minus {
        width: 20px;
        height: 20px;
        padding: 0px;
    }
    
    body.iosUser #catalog .add_to_cart_button, .main-products__list li.product .cart button.button {
        text-transform: uppercase;
        font-family: 'Gilroy Medium';
        padding: 10px;
        background: transparent;
        border: none;
        border-radius: 80px;
        cursor: pointer;
        font-size: 16px;
        position: relative;
        color: #000;
    }
    
    body.iosUser .flavors-list__flavor.active {
        max-width: 100vw;
        height: 100vw !important;
    }
    
    body.iosUser .main-products__list li > *{
        max-width: 180px;
        width: 100%;
    }

	body.iosUser .woocommerce table.shop_table_responsive tr, 
	body.iosUser .woocommerce-page table.shop_table_responsive tr {
		border-top: 1px solid;
		padding-top: 20px;
	}

	body.iosUser a.remove {
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 18px;
		font-size: 45px;
		font-weight: 400;
		text-align: center;
		border-radius: 100%;
		text-decoration: none!important;
		background: #fff;
		color: #000;
	}
}