 /*==========  Non-Mobile First Method  ==========*/

	 @media only screen and (min-width : 1200px) {
	    .page-id-3392 .fixed {
	        position: fixed;
	        top: 0;
	        z-index: 101;
	        margin-top: 20px;
	        background: #fff;
	        padding-bottom: 20px !important;
	    }
	    .page-id-3392 .stop {
	        position: relative;
	        z-index: 101;
	        padding-bottom: 20px !important;
	    }
	}

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {
        .container {
            width: 960px;
        }
        .woocommerce-product-search {
            width: 200px;
        }
        .h_nav_right {
            width: 240px;
        }
        .h_nav_left {
            width: 460px;
        }
        .home_top_left {
            width: 100%;
            display: none;
        }
        .home_catalog {
        	padding-top: 0px;
        }
        .home_top_right {
            display: none;
        }
        .home_catalog_top_links li {
            margin-right: 20px;
        }
        .hcp_item_right, .hcp_item_left {
            width: 100%;
            float: none;
        }
        .hcp_item_img {
            /* border: 1px solid #eee; */
            text-align: center;
            /* padding: 20px; */
            width: 100%;
            margin-bottom: 20px;
            height: auto;
        }
        .hcp_item_description {
            height: auto;
            margin-bottom: 20px;
            overflow: visible;
        }
        .variable_li .variations {
            font-size: 18px;
        }
        .variable_li .single_variation_wrap {
            width: 100%;
            margin-left: 0px;
            margin-top: 5px;
        }
        .variable_li .woocommerce-variation > div.woocommerce-variation-price:before {
            content: '';
        }
        .hcp_item_taste > span:first-child {
            display: none;
        }
        .variable_li .woocommerce-variation > div.woocommerce-variation-price {
            text-align: left;
        }
        .shop_filter .woof_container {
            width: 165px;
        }
        .h_wrapper_bottom {
            padding: 13px 0px 10px;
        }
        .hcp_item .simple_li .hcp_item_bottom_right {
            text-align: left;
        }
        .delivery_page .dp_right {
            width: 590px;
        }
        .delivery_page .dp_left {
            width: 320px;
        }
        body.archive.sidebar .site-content, body.single.sidebar .site-content {
            width: 635px;
        }
        .op_left {
            width: 540px;
        }
        .single_pr_icons .spi_item .spi_item_img {
        	display: none;
        }
        .home_top_left {
        	max-height: 100%;
        }
        .shop_table .product-thumbnail {
			width: auto;
        }
        .shop_table .product-name {
        	width: auto;
        }
        .custom_cart_top > div,
        .custom_cart_top > div.custom_cart_top_2 {
        	margin-right: 30px;
        }
        .custom_cart_top > div.custom_cart_top_2 {
        	width: 115px;
        }
        .custom_cart_top_1 .coupon {
		    width: 200px;
		}
		.custom_cart_top > div.custom_cart_top_4 .btn, .custom_cart_top > div.custom_cart_top_4 .button {
			padding-left: 20px;
			padding-right: 20px;
		}
		.checkout_left {
			float: none;
			width: 100%;
		}
		.checkout_right {
			float: none;
			width: 100%;
			margin-top: 20px;
		}
		.checkout_right button#place_order {
			display: none;
		}
		.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
			padding: 15px !important;
		}
		.checkout_right .woocommerce-checkout-review-order-table .order-total th, .checkout_right .woocommerce-checkout-review-order-table .order-total td {
			padding: 15px !important;
		}
		.checkout_right .woocommerce-checkout-review-order-table th {
			padding: 15px !important;
		}
		.checkout_right .woocommerce-checkout-review-order-table .cart-subtotal th, .checkout_right .woocommerce-checkout-review-order-table .cart-subtotal td {
			padding: 15px !important;
		}
		.woocommerce ul.products .hcp_item_description {
			display: none;
		}
		.costumer-catalog {
			flex-direction: column;
		}
		.costumer-catalog .cc-left, .costumer-catalog .cc-middle, .costumer-catalog .cc-right {
			width: 100%;
			margin-bottom: 15px;
		}
		.cats-c-block .single_variation_wrap {
			margin-top: 10px;
			width: auto;
			margin-left: 0px;
		}
		.cats-c-block .hcp_item_img {
			margin-bottom: 0px;
		}
		.costumer-catalog .cc-left,
		.costumer-catalog .cc-right {
			position: fixed;
			left: -100%;
			top: 0;
			bottom: 0px;
			width: 100%;
			transition: all .4s;
		}
		.costumer-catalog .cc-left.visible {
		    left: 0;
		    transition: all .4s;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    background: rgb(253 253 253 / 95%);
		    z-index: 9999999999999999;
		    margin: 0;
		}
		.costumer-catalog .cc-right.visible {
			left: 0;
		    transition: all .4s;
		    background: rgb(253 253 253 / 95%);
		    z-index: 9999999999999999;
		    margin: 0;
		    overflow: auto;
		    height: 100%;
		}
		.costumer-catalog .cc-left.visible .li-account_custom {
			border: 0px;
		}
		.cc-middle .cats-wrapper ul>li>a.active, .cc-middle .cats-wrapper ul>li>a:hover {
			border-color: transparent;
		}
		.mobile-menu-lk {
			display: flex;
		}
		.mml-close {
		    display: block;
		    position: absolute;
		    top: 0;
		    right: 0;
		    font-size: 24px;
		    font-weight: 600;
		    color: #000;
		    line-height: 34px;
		    width: 34px;
		    height: 34px;
		    text-align: center;
		}
		.li-account_custom {
			background: transparent;
		}
		.cc-right aside#woocommerce_widget_cart-2 {
			background: transparent;
		}
		body.simple-view .checkout_left, body.simple-view .checkout_right {
			max-width: 100%;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
    	.sub-menu {
    		display: none !important;
    	}
		.container {
			width: 730px;
		}
		.h_logo, .h_description, .h_search, .h_contacts, .h_basket {
			margin-left: 20px;
			margin-right: 20px;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		.h_wrapper_top {
			text-align: center;
			padding: 15px 0px 15px;
		}
		.home_catalog_top > div.home_catalog_top_links {
			display: none;
		}
		.variable_li .variations {
		    font-size: 16px;
		}
		.variable_li .single_variation_wrap {
			display: block;
		}
		.variable_li .woocommerce-variation, .variable_li .variations_button, .variable_li .hcp_item_taste {
			display: block;
		}
		.woocommerce div.product form.cart .single_add_to_cart_button, .woocommerce li.product form.cart .single_add_to_cart_button {
			width: 100%;
			margin-top: 10px;
		}
		.variable_li .hcp_item_taste, .variable_li .woocommerce-variation {
		    display: inline-block;
		    width: 49%;
		    margin-bottom: 10px;
		}
		.variable_li .woocommerce-variation > div.woocommerce-variation-price {
			text-align: right;
		}
		.woocommerce ul.products li.product .variable_li .price {
			width: auto;
		}
		.f_col_3 ul {
		    columns: 1;
		    -webkit-columns: 1;
		    -moz-columns: 1;
		}
		.f_col_1, .f_col_2, .f_col_3  {
		    width: 33%;
		}
		.f_wrapper {
		    padding-bottom: 0px;
		}
		.h_nav_right li, .h_nav_left li {
		    display: block;
		    text-align: left;
		    margin: 0;
		}
		.h_nav_right {
			font-weight: 500;
		}
		.h_nav_right li img {
			display: none;
		}
		.h_nav_left, .h_nav_right {
			width: 100%;
		}
		.h_wrapper_bottom {
			padding: 0px;
		}
		.h_nav_right li > a, .h_nav_left li > a {
			display: block;
			padding: 10px;
			text-align: center;
			border-bottom: 1px solid #dedede;
		}
		.h_nav_right li:last-child > a {
			border-bottom: 0px;
		}
		.home_advantages_1 {
			margin-bottom: 10px;
		}
		.home_advantages td > p {
			margin-bottom: 10px;
		}
		.shop_filter .woof_container {
		    width: 100%;
		    margin-right: 0;
		    margin-bottom: 10px;
		}
		.shop_filter .woof_container .chosen-container {
		    display: block;
		    width: 100% !important;
		}
		.woocommerce nav.woocommerce-pagination {
			padding-left: 0px;
			padding-right: 0px;
		}
		.lmp_products_loading, .lmp_load_more_button {
			padding-left: 0px;
			padding-right: 0px;
		}
		.simple_li .hcp_item_bottom .hcp_item_taste, .simple_li .hcp_item_bottom .hcp_item_total, .simple_li .hcp_item_bottom .hcp_item_buy {
			display: block;
			margin: 0px;
		}
		.simple_li .hcp_item_bottom .hcp_item_buy {
			margin-top: 10px;
		}
		.simple_li .hcp_item_bottom {
			display: block;
			margin-top: 10px;
		}
		.hcp_item .simple_li .hcp_item_bottom_left, .hcp_item .simple_li .hcp_item_bottom_right {
			display: block;
		}
		.delivery_page .dp_left {
			display: none;
		}
		.delivery_page .dp_right {
			float: none;
			width: 100%;
		}
		body.archive.sidebar .site-content, body.single.sidebar .site-content {
			width: 100%;
			float: none;
		}
		body.archive.sidebar .sidebar-container, body.single.sidebar .sidebar-container {
			width: 100%;
			float: none;
			padding-top: 20px;
		}
		.op_left {
		    width: 100%;
		    float: none;
		    margin-bottom: 30px;
		}
		.op_right {
		    width: 100%;
		    float: none;
		}
		.woocommerce-MyAccount-navigation ul {
			margin-bottom: 20px;
		}
		.err404_1 {
			margin-top: 40px;
		}
		.single_pr_icons .spi_item .spi_item_img {
			display: inline-block;
			display: none;
		}
		.woocommerce div.product form.cart div.quantity {
			float: none;
		}
		.variable_li .woocommerce-variation > div.woocommerce-variation-price:before {
            content: 'Цена: ';
        }
        .woocommerce-billing-fields > h3, #ship-to-different-address, #order_review_heading {
        	text-transform: none;
        }
        .h_wrapper_bottom {
        	display: none;
        }
        .mobile_wrapper {
		    display: block;
		}
		.h_wrapper_bottom {
			background: transparent;
		}
		/*.home_top_left_slider ul.products li.product .variable_li .hcp_item_taste, .home_top_left_slider ul.products li.product .variable_li .woocommerce-variation {
			width: 100%;
		}
		.home_top_left_slider ul.products li.product .variable_li .woocommerce-variation > div.woocommerce-variation-price {
			text-align: center;
		}*/
		.home_top_left_slider ul.products li.product .single_variation_wrap .hcp_item_taste {
			display: inline-block;
		}
		.hcp_item_taste > span:first-child {
		    display: inline-block;
		}
		.home_catalog_prods {
			padding-top: 20px;
		}
		.home_top {
		    padding-top: 20px;
		}
		.quantity_total {
			font-size: 12px;
		}
		.custom_cart_top > div.custom_cart_top_3 {
			float: right;
		}
		.custom_cart_top > div.custom_cart_top_4 {
		    float: none;
		    margin-top: 0px;
		    width: 100%;
		    clear: both;
		}
		.custom_cart_top > div.custom_cart_top_4 .btn, .custom_cart_top > div.custom_cart_top_4 .button {
			margin-left: 0px;
			margin-right: 5px;
		}
		.custom_cart_filter_input_container {
		    width: 220px;
		}
		.shop_table .product-quantity input[type="number"] {
			width: 45px;
		}
		.product-quantity_container {
		    width: 125px;
		}
		.shop_table .product-quantity {
			width: auto;
		}
		.shop_table .product-price .woocommerce-Price-amount, .shop_table .product-subtotal .woocommerce-Price-amount {
			font-size: 16px;
		}
		#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
			width: 65px;
		}
		.woocommerce form .form-row label {
		    line-height: 1.2;
		    margin-bottom: 5px;
		}
		.company_page .team table, .company_page .team tbody, .company_page .team td, .company_page .team tr {
			display: block;
			width: 100%;
		}
		.company_page .team td {
		    width: 49%;
		    display: inline-block;
		    margin-bottom: 20px;
		}
		.woocommerce ul.products li.product.type-product {
		    /*width: 100%;
		    margin: 0;*/
		    margin-bottom: 20px;
		}
		.hcp_item_hot {
		    width: 130px;
		    padding: 14px 0;
		}
		.cats-c-block ul.products li.product.type-product {
			width: 100% !important;
		}
		.cats-c-block .single_variation_wrap, .cats-c-block .single_variation_wrap-2 {
			display: inline-block;
		}
		.cats-c-block .single_variation_wrap>.woocommerce-variation, .cats-c-block .hcp_item_total {
			margin-bottom: 0px;
			display: inline-block;
		}
		.cats-c-block .single_variation_wrap>.woocommerce-variation-add-to-cart {
			display: inline-block;
		}
		.costumer-catalog .cc-middle {
			padding: 0px;
		}
		.cats-c-block .hcp_item_buy {
			display: inline-block;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
		.woocommerce div.product .has_padding div.summary {
        	padding-top: 20px;
        }
        .custom_cart_filter_input_container {
        	display: none;
        }
        .product-quantity:after {
        	display: block;
        	clear: both;
        	content: '';
        }
        .product-quantity_container {
        	float: right;
        }
        .custom_cart_right {
    		float: none;
		}
		.custom_cart_top_tr td:before {
			display: none;
		}
		.custom_cart_top_tr td {
		    padding: 10px 10px !important;
		}
		.custom_cart_top {
			padding-left: 10px;
			padding-right: 10px;
		}
		/*.woocommerce ul.products {
			display: block;
		}*/
		.woocommerce ul.products {
		    justify-content: space-around;
		}
		.woocommerce ul.products li.product.type-product {
			box-shadow: none;
			margin-bottom: 20px !important;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 767px) {
		.container {
			width: 100%;
		}
		.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
			width: 100% !important;
		}
		.variable_li .variations {
		    font-size: 18px;
		}
		.home_catalog_prods {
			margin-right: 0px;
		}
		.hcp_item_img {
			border: 0px;
		}
		.company_page .team {
			margin-right: 0px;
			text-align: center;
		}
		.woocommerce-billing-fields__field-wrapper {
        	margin-bottom: 30px;
        }
        .breadcrumbs, .woocommerce .woocommerce-breadcrumb {
        	line-height: 1.4;
        }
        .woocommerce nav.woocommerce-pagination ul {
		    float: none;
		    display: inline-block;
		}
        .woocommerce nav.woocommerce-pagination {
        	text-align: center;
        }
        .products-per-page {
        	display: none;
        }
        .modal_reg_right {
        	width: 60%;
        }
        .modal_reg_left {
        	width: 35%;
        	margin-right: 5%;
        }
		.woocommerce-MyAccount-navigation_title {
			margin-top: 0px;
		}
		.woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
		.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
			float: none;
			width: 100%;
		}
		.woocommerce-billing-fields > h3 {
			font-size: 18px;
		}
		.hcp_item_img_td img {
			width: auto;
		}
		.cats-c-block .hcp_item_right {
			min-width: 390px;
		}
		.cats-c-block .hcp_item_img {

		}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 639px) {
		.home_advantages table, .home_advantages tbody, .home_advantages tr, .home_advantages td {
			display: block;
			margin: 0px;
		}
		.home_advantages td {
		    width: 50%;
		    float: left;
		    margin-bottom: 20px;
		}
		.home_catalog_btns_1, .home_catalog_btns_2 {
		    margin-right: 10px;
		    margin-left: 10px;
		    width: 200px;
		}
		.f_col_1, .f_col_2, .f_col_3 {
		    width: 100%;
		    text-align: center;
		    margin-bottom: 20px;
		}
		.f_col_content li {
			margin-left: 0px;
			display: block;
		}
		.f_col_title {
			margin-bottom: 10px;
		}
		.c_wrapper {
			text-align: center;
		}
		.credits_1, .credits_2 {
			float: none;
		}
		.f_col_3 {
			margin-bottom: 0px;
		}
		.f_col_3 ul {
			margin-top: 10px;
		}
		.filter_col {
			display: none;
		}
		body.archive .post {
			padding-left: 15px;
		}
		body.archive .post .entry-thumbnail {
			display: none;
		}
		body.single .entry-thumbnail, body.page .entry-thumbnail {
			width: 100px;
		}
		.entry-title, .page-title, .archive-title, .product_title {
			font-size: 26px;
			margin-bottom: 20px;
			line-height: 1.2;
		}
		.company_page .team img {
		    width: 180px;
		}
		.single_pr_icons .spi_item .spi_item_img {
			display: none;
		}
		.woocommerce div.product div.images {
			margin-bottom: 20px;
		}
		.custom_cart_top > div.custom_cart_top_1 {
			width: 100%;
			margin-right: 0px;
		}
		.custom_cart_top_1 .coupon {
		    width: 100%;
		}
		.custom_cart_top > div.custom_cart_top_3 {
		    margin-top: 0;
		    margin-bottom: 20px;
		}
		.custom_cart_top > div.custom_cart_top_2 {
		    padding-top: 0;
		    margin-right: 20px;
		}
		.woocommerce-billing-fields > h3 span {
		    float: none;
		    margin-top: 10px;
		    display: block;
		    text-align: center;
		    padding: 10px 0;
		    font-size: 13px;
		}
		.woocommerce-billing-fields > h3 {
			padding-top: 15px;
			padding-bottom: 15px;
		}
		.cats-c-block .extra_li .clear {
			flex-direction: column;
			text-align: center;
		}
		.cats-c-block .hcp_item_right {
			min-width: 0;
		    max-width: 100%;
		    border: 0;
		}
		.cats-c-block .variations>tbody>tr .label {
			margin-right: 0px;
			text-align: center;
		}
		.cats-c-block .variations td>div {
			width: auto;
			margin-left: 20px;
			margin-right: 20px;
		}
		.cats-c-block .variations>tbody>tr .value {
			justify-content: center;
		}
		.cats-c-block .title-2-inn {
			width: auto;
			margin-right: 0px;
		}
		.cats-c-block .single_variation_wrap>.woocommerce-variation, .cats-c-block .hcp_item_total {
			width: auto;
		}
		.cc-middle .cats-wrapper ul {
			/*flex-direction: column;*/
			overflow: auto;
			white-space: nowrap;
			justify-content: start;
		}
		.cats-wrapper {
			padding: 0 10px;
			border-radius: 5px;
		}
		.cc-middle .cats-wrapper ul>li {
			margin-left: 0px;
			margin-right: 20px;
		}
		.cats-c-block ul.products li.product.type-product {
			border-radius: 5px;
		}
		.subcat-t {
			font-size: 16px;
		}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		.home_catalog_top_h1 {
		    font-size: 32px;
		}
		.home_catalog_top > div.home_catalog_top_build {
			display: none;
		}
		.home_catalog_prods {
			padding-top: 20px;
		}
		.home_catalog_btns_1, .home_catalog_btns_2 {
			margin-bottom: 10px;
		}
		.home_catalog_btns {
		    margin-top: -20px;
		}
		.shop_filter .woof_container.woof_price_search_container {
			width: 100%;
		}
		.shop_filter .woof_submit_search_form_container {
		    width: 100%;
		    float: none;
		}
		.map {
			position: static;
		}
		.contacts_container {
		    position: static;
		    margin: 0px;
		    margin-left: -15px;
		    margin-right: -15px;
		    max-width: none;
		    height: auto;
		    background: #fff;
		    color: #191919;
		}
		.contacts_container a {
			color: #191919;
		}
		#post-25, .post-25_container {
    		min-height: 0px;
		}
		.contacts_container > div.cc_1 {
			display: none;
		}
		.err404_2 {
			font-size: 120px;
		}
		.related.products > h2, .upsells.products > h2 {
		    font-size: 24px;
		    margin-bottom: 20px;
		}
		.shop_filter .widget-woof {
			padding-left: 10px;
			padding-right: 10px;
		}
		.custom_cart_top > div.custom_cart_top_4 .btn, .custom_cart_top > div.custom_cart_top_4 .button {
		    margin-right: 0%;
		    width: 49%;
		    padding-left: 5px;
		    padding-right: 5px;
		}
		.custom_cart_top > div.custom_cart_top_3 {
			font-size: 24px;
		}
		.custom_cart_right > div.custom_cart_total {
			display: none;
		}
		.custom_cart_right > div.custom_cart_buy_1_click {
			width: 100%;
			margin: 0px;
		}
		.woocommerce .custom_cart_buy_1_click button.button {
			width: 100%;
		}
		.modal_reg {
		    padding: 20px 30px;
		}
		.modal_login .form-row.form-row_1 .woocommerce-Button {
			width: 100%;
			margin-top: 15px;
		}
		#customer_login h2 {
			margin-bottom: 25px;
		}
		.modal_login form .form-row {
			margin-bottom: 15px;
		}
		.modal_reg_left {
		    width: 100%;
		    margin-right: 0px;
		    margin-bottom: 15px;
		    float: none;
		}
		.modal_reg_right {
		    width: 100%;
		    float: none;
		}
		.modal_login form .form-row.form-row_1 {
			margin-bottom: 20px;
		}
		.woocommerce-store-notice, p.demo_store {
			font-size: 10px;
		}
		.shop_table .product-quantity .quantity_total {
			display: none;
		}
		.woocommerce-account .woocommerce-MyAccount-content {
			width: 100%;
			float: none;
		}
		.woocommerce-account .woocommerce-MyAccount-navigation {
			width: 100%;
			float: none;
			/*display: none;*/
		}
		.woocommerce-MyAccount-navigation_title {
			display: none;
		}
		.woocommerce-MyAccount-navigation li {
			margin-top: 0px;
		}
		.company_page .team td {
			width: 100%;
		}
		.video-widget__container {
			right: 15px;
			bottom: 15px;
			width: 90px;
			height: 125px;
		}

		.video-widget.opened .video-widget__container {
			width: 255px;
			height: 360px;
		}
    }

    @media only screen and (max-width : 425px) {
		.modal_login .form-row.form-row_1 .woocommerce-form__label {
			float: none;
		}
		.modal_login .form-row.form-row_1 .woocommerce-LostPassword {
			float: none;
		}
		.cats-c-block .variations td>div {
		    margin-left: 10px;
		    margin-right: 10px;
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 375px) {
		.variable_li .variations {
		    font-size: 16px;
		}
		.hcp_item {
			padding: 10px;
		}
		.single_pr_icons .spi_item {
			font-size: 16px;
		}
		.woocommerce div.product p.price, .woocommerce div.product form.cart .button, .woocommerce div.product .product_border_wrap .hcp_item_taste, .woocommerce li.product form.cart .button {
			margin-right: 10px;
		}
		.hcp_item_mark {
			right: 10px;
		}
		.hcp_item_hot {
			top: 16px;
		    padding: 10px;
		    width: 130px;
		}
		.woocommerce ul.products li.product .has_padding .hcp_item_title {
		    margin-top: 60px;
		}
		.variable_li .variations td > div {
		    margin-bottom: 0px;
		}
		.woocommerce div.product .entry-summary form.cart .variations td.value > div input[type="radio"] {
		    margin-right: 10px;
		}
		.woocommerce div.product .entry-summary form.cart .variations .attribute-pa_vid-kofe td.value label {
		    font-size: 15px;
		}
		.woocommerce div.product .entry-summary form.cart .variations td, .woocommerce div.product .entry-summary form.cart .variations th {
			font-size: 18px;
		}
		.pm_hit {
			width: 140px;
		}
		.h_search, .h_description {
			display: none;
		}
		.home_top_left {
			padding-left: 10px;
			padding-right: 10px;
		}
		.home_top_left_slider ul.products li.product .variable_li .variations {
			font-size: 16px;
		}
		.custom_cart_top > div.custom_cart_top_3 {
		    font-size: 20px;
		}
		.woocommerce-billing-fields > h3 {
			font-size: 15px;
		}
		.mobile-menu-lk .mml {
		    font-size: 12px;
		    text-transform: none;
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
		.hcp_item_taste > span:first-child {
		    display: none;
		}
    }
