﻿.header_menu_mobile {
	display: none;
}

.mobile_phone_button {
	display: none;
}

.mob_menu {
	display: none;
}	

.mob_search {
	display: none;
}

.mobile_sub_menu{
	display: none;
}

.mobile_sub_menu_link{
	cursor:pointer;
	font-weight: bold;
	display: block;
	width:100%;
}

.mobile_buttons {
	display: none;
}


@media screen and  (max-width: 320px) {
	#header .header_content .phones {
		background: 0 !important;
	}
	
	.text_block_article img{
		max-width: 300px;
	}
}

@media screen and  (max-width: 540px) {
	body {
		min-width: 320px;
	}
	
	.header_menu_mobile {
		display: block;
		font-size: 11px;
		color: #FFF;
		padding: 2px 0px 2px 0px;
		background: #8A519A;
		text-align: center;
	}
	
	.header_menu_mobile a{
		text-decoration: none;
		color: #fff;
	}
		
	#header .header_content .logo {
		margin: 12px 0 0 7px;
	}
	
	#header .header_content .cart {
		display: none;
	}
	
	.phones_header {
		display: none;
	}
	
	.mobile_buttons {
		display: table;
		width: 33%;
		margin: 30px 0px 0px 0px;
		float: right;
	}
	
	.mobile_phone_button {
		display: table-cell;
		width: 33%;
		height: 21px;
		margin: 28px 0px 0px 15px;
		text-align: center;
	}

	.mobile_search_button {
		display: table-cell;
		width: 33%;
		height: 21px;
		margin: 28px 0px 0px 10px;
		text-align: center;
	}

	.mobile_cart_button {
		display: table-cell;
		width: 33%;
		height: 21px;
		margin: 28px 0px 0px 10px;
		text-align: center;
	}
	
	.mobile_phone_button_a {
		background-image: url("../images/mobile_phone_ico.png");
		background-size: 21px 21px;
		width: 21px;
		height: 21px;
		display: block;
	}
	
	.mobile_search_button_a {
		background-image: url("../images/mobile_search_ico.png");
		background-size: 21px 21px;
		width: 21px;
		height: 21px;
		display: block;
	}
	
	.mobile_cart_button_a {
		background-image: url("../images/mobile_cart_ico.png");
		background-size: 21px 21px;
		width: 21px;
		height: 21px;
		display: block;
	}

	

	/*mobile menu button*/	
	.toggle-nav-wrap {
	  margin-top: 10px;
	  cursor: pointer;
	  padding: 20px 0px 0px 10px;
	  float: left;
	}

	.toggle-nav {
	  display: block;
	  width: 30px;
	  height: 22px;
	  position: relative;
	}

	.toggle-nav span {
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background: #000;
	}

	.toggle-nav span:nth-of-type(1) {
	  width: 24px;
	  top: 0px;
	}

	.toggle-nav span:nth-of-type(2) {
	  top: 7px;
	}

	.toggle-nav span:nth-of-type(3) {
	  width: 20px;
	  top: 14px;
	}


	/*mobile menu button*/


	/*mobile menu*/	
		
	.mob_menu {
		
		background: #8A519A;
		height: 100%;
		color: #fff;
		display: block;
		position: fixed;
		/*top: 96px;*/
		top: 0;
		width: 100%;
		left: -100%;
		z-index: 900;
		transition: left 0.2s;
		bottom: 0px;
		overflow: auto;
	}	

	.menu_opened {
		left:0 !important;
	}
		
	.mob_menu a{
		text-decoration: none;
		color: #fff;
	}	

	.mob_menu ul{
		padding: 10px;
	}

	.mob_menu ul li{
		padding-bottom: 10px;
		font-size: 12px;
		text-transform: uppercase;
		/*border-bottom: 1px solid black;*/
	}

	.mob_close {
		float: right;
		padding: 10px;
	}

	.mob_close_menu {
		background-image: url("../images/mobile_close_ico.png");
		background-size: 21px 21px;
		width: 21px;
		height: 21px;
		display: block;
	}
	
	.mobile_cart_number {
		position: absolute;
		background: red;
		color: #fff;
		font-size: 11px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		margin-top: -8px;
	}
	
	.mob_search {
		background: #8A519A;
		height: 100%;
		color: #fff;
		display: block;
		position: fixed;
		top: 0;
		width: 100%;
		left: -100%;
		z-index: 900;
		transition: left 0.2s;
		bottom: 0px;
		overflow: auto;
	}	
	
	
	.mob_search_block {
		float: left;
		width: 85%;
		height: 28px;
		position: relative;
		margin: 30px 0 0 23px;
	}
	
	.mob_search_block input[type="text"] {
		width: 100%;
		color: #777777;
		font-size: 11px;
		font-family: Tahoma, Geneva, sans-serif;
		height: 26px;
		line-height: 26px;
		padding: 0px 0px 0px 11px;
		border: 1px solid #874880;
	}
	.mob_search_block .search {
		display: block;
		width: 13px;
		height: 13px;
		right: 0px;
		top: 8px;
		position: absolute;
		padding: 0;
		border: 0;
		cursor: pointer;
		background: url(../images/magnifer.png);
	}			
	/*mobile menu*/		
	
	
	/*
	.mob_menu ul > li > a::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
		border-width: 5px 4px 0;
		border-top-color: #fff;
		position: absolute;
		margin-top: -2px;
		right: 15px;
		transform-origin: 50% 50%;
	}
	*/
	
	.mobile_sub_menu_link::before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent;
		border-width: 5px 4px 0;
		border-top-color: #fff;
		position: absolute;
		margin-top: -2px;
		right: 15px;
		transform-origin: 50% 50%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.header_menu {
		display: none;
	}
	
	
	.search_block {
		display: none;
	}
	
	#header .header_content .logo {
		background-size: 160px;
		width: 160px;
		height: 49px;
	}
	
	#main .sidebar {
		display: none;
	}
	
	
	#header {
		background: #F4ECF3;
		height: 95px;
		border-bottom: 1px solid #DCBED9;
	}
	
	#header .header_content {
		width: 100%;
	}
	
	
	#content .catalog {
		padding: 12px 0 0 5px;
	}

	#content .catalog .catalog_item {
		width: 46%;
		margin: 21px 8px 27px 0px;
	}
		
	#content .catalog .catalog_item.n3 {
		margin-right: 8px;
	}
	
	#content .catalog .catalog_item .image_wrapper {
		width: 90%;
	}
	
	#content .catalog .catalog_item .catalog_item_title_makeup {
		display: block;
		height: 30px;
		border: 0;
	}
	
	
	#content .product .product_left {
		width: 97%;
	}
	
	#content .product .product_left .image_wrapper {
		width: 100%;
	}
	
	#content .product .product_right {
		width: 97%;
	}
	
	#content .product .product_right .product_type .product_type_left {
		float: left;
		width: 42%;
		padding-left: 10px;
	}

	#content .product .product_right .product_type .product_type_cost {
		width: 65px;
		float: left;
		text-align: center;
		line-height: 14px !important;
		margin-top: 12px;
	}
	
	#content .product .product_right .product_type .product_type_right {
		float: left;
		padding-left: 12px;
		width: 65px;
		position: relative;
		text-align: center;
	}
	
	#content .product .product_right .product_type .product_type_right .buy {
		width: 90px;
		height: 29px;
		display: inline-block;
		vertical-align: middle;
		line-height: 30px;
		text-decoration: none;
		text-align: center;
		color: #FFF;
		font-size: 11px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 4px;
		background: rgb(248,208,74);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZDA0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZTk2MWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(248,208,74,1) 0%, rgba(238,150,28,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,208,74,1)), color-stop(100%,rgba(238,150,28,1)));
		background: -webkit-linear-gradient(top, rgba(248,208,74,1) 0%,rgba(238,150,28,1) 100%);
		background: -o-linear-gradient(top, rgba(248,208,74,1) 0%,rgba(238,150,28,1) 100%);
		background: -ms-linear-gradient(top, rgba(248,208,74,1) 0%,rgba(238,150,28,1) 100%);
		background: linear-gradient(to bottom, rgba(248,208,74,1) 0%,rgba(238,150,28,1) 100%);
		-webkit-box-shadow: 1px 1px 0px 0px rgba(212, 126, 43, 1);
		-moz-box-shadow: 1px 1px 0px 0px rgba(212, 126, 43, 1);
		box-shadow: 1px 1px 0px 0px rgba(212, 126, 43, 1);
		behavior: url(http://www.laromat.ru/PIE.htc);
	}

	#content .product .product_right .product_type .product_type_right .list {
		width: 90px;
		height: 29px;
		display: inline-block;
		vertical-align: middle;
		line-height: 30px;
		text-decoration: none;
		text-align: center;
		color: #555555;
		font-size: 9px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background: rgb(238,238,238);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGJkYmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(189,189,189,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(189,189,189,1)));
		background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(189,189,189,1) 100%);
		background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(189,189,189,1) 100%);
		background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(189,189,189,1) 100%);
		background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(189,189,189,1) 100%);
		-webkit-box-shadow: 1px 1px 0px 0px rgba(119, 119, 119, 1);
		-moz-box-shadow: 1px 1px 0px 0px rgba(119, 119, 119, 1);
		box-shadow: 1px 1px 0px 0px rgba(119, 119, 119, 1);
		behavior: url(http://www.laromat.ru/PIE.htc);
	}
	
	#content .product .product_right .product_type .product_type_left .product_type_desc {
		font-size: 12px;
		color: #444444;
		display: block;
		line-height: 18px;
		margin-top: 10px;
	}

	#content .product .product_right .product_type .product_type_left .volume {
		font-size: 12px;
		color: #444444;
		display: block;
		margin-bottom: 8px;
		margin-top: 3px;
	}

	#content .product .product_description {
		width: 97%;
	}
	
	#content .product #product_tabs .ui-tabs-nav li a {
		padding: 0 10px;
	}
	
	#content .product #product_tabs {
		width: 97%;
	}
	
	.opinion textarea {
		padding: 0;
		width: 97%;
	}
	
	#content .brands {
		padding-left: 5px;
	}
	
	#content .brands ul.sort_list {
		width: 50%;
	}	
	
	#content .brands ul.sort_list .sort_list_item {
		width: 94%;
		padding: 0 10px 22px 0;
	}
	
	#content .cart {
		padding: 7px 0 0 3px;	
	}
	
	#content .cart table.incart {
		width: 99%;
	}
	
	#content .cart .order {
		width: 99%;	
	}

	#content .cart .order form .input_row input[type="text"] {
		width: 68%;
	}
	
	#content .cart .order form .input_row label, #content .cart .order form .textarea_row label {
		width: 22%;
		padding: 5px 3px 0px 3px;
	}

	#content .cart .order form .input_row select {
		width: 227px;
		height: 25px;
		padding-left: 10px;
		padding-top: 4px;
	}

	#content .cart table.incart .c1 img {
		max-width: 70px;
	}

	#content .cart table.incart .c2 {
		padding-left: 5px;
		width: 200px;
	}

	.deliveryOption {
		width: 100%;
		margin: 0px 3px 0px 3px;
	}
	
	.deliveryInfoContainer {
		width: 88%;
	}

	.deliveryInfoContainer .title {
		width: 60%;
	}
	
	.deliveryInfoContainer .price {
		width: 20%;
	}
	
	.deliveryInfoContainer .date {
		width: 20%;
	}

	#content .cart .order form .price_row label {
		font-size: 12px;
		width: 40%;
		padding-right: 20px;
	}

	#content .cart .order form .total_price label {
		font-size: 12px;
		width: 40%;
		padding-right: 20px;
		font-weight: bold;
	}

	#content .cart .order form .total_price .number {
		font-size: 14px;
		font-weight: bold;
	}
	
	#content .cart .order form .price_row {    
		text-align: center;
	}
	
	#content .cart .order form .total_price {    
		text-align: center;
	}
	
	#content .cart .order form #order_tabs ul li .ui-tabs-anchor{
		font-size: 12px;
	}
	
	#content .cart .order form #order_tabs .ui-state-default.o2 a {
		padding: 22px 0 0 122px;
	}
	
	#content .cart .order form #order_tabs .ui-state-default.o3 a {
		padding: 22px 0 0 123px;
	}
	
	#content .cart .order form #order_tabs .ui-state-default {
		float: none;
		margin: auto;
		text-align: center;
	}

	#content .cart .order form .input_row .city_choise {
		float: none;
	}
	
	.deliveryOptionMail {
		width: 100%;
		margin: 0;
	}
	
	.comment_russian_post {
		width: 100%;
		font-size: 10px;
		margin: 10px;
		padding:0;
	}
	
	#pickup {
		padding:0;
	}
	
	#footer {
		max-width: 100%;
	}
		
	#footer {
		width: 100%;
		height: 450px;
	}

	#footer .footer_content h3 {
		font-weight: bold;
	}
	
	#footer .footer_content {
		width: 100%;
		padding: 0;
	}
	
	#footer .footer_content .footer_menu_block {
		float: left;
		border: 0;
		width: 100%;
		text-align: center;
		margin: 5px 0;
		padding: 0;
		font-size: 12px;
	}
	
	#footer .footer_content .phones {
		display: none;
	}
	
	#main {
		width: 100%
	}
	
	#content {
		width: 100%;
	}
	
	.delivery_banner {
		display: none;
	}
	
	#content .text_block {
		padding-left: 5px;
	}

	#content #delivery_tabs {
		width: 100%;
	}
	
	#content #delivery_tabs .ui-tabs-nav li a {
		margin: 0;
		width: 75px;
		color: #86467f;
		text-decoration: none;
		font-size: 11px;
		height: 35px;
		display: block;
		padding-top: 1px;
		line-height: 16px;
		text-align: center;
		border-left: 1px solid #C998C4;
		border-radius: 0px;
	}
	#content #delivery_tabs .ui-tabs-panel {
		padding-top: 16px;
	}
	
	#content #delivery_tabs .ui-tabs-nav {
		height: 35px;
	}
	
	.delivery_tabs_back table {
		padding: 5px;
	}
	
	.delivery_page_block {
		padding-left: 5px; 
		font-size: 12px;
	}
	
	.delivery_table_1col{
		float: left; 
		color: #85467F; 
		width: 45%;
	}

	.delivery_table_2col{
		float: left; 
		color: #85467F; 
		width: 25%;
	}

	.delivery_table_3col{
		float: left; 
		color: #85467F; 
		width: 15%;
	}

	.delivery_table_4col{
		float: left; 
		color: #85467F; 
		width: 15%;
	}
	
	#content .text_block {
		width: 97%;
	}
	
	.about_banner2 {
		background-size: 100%; 
		width: 100%; 
		height: 140px; 
		margin-top: 30px;
	}
	
	.metro_icon {
		display: none;
	}
	
	#content .reviews_list {
		width: 99%;
	}
	
	#content .reviews_list .review_item_info {
		float: none;
		width: 100%;
		padding: 5px 0px 25px 0px;
		display: block;
	}	
	
	#content .reviews_list .review_text {
		float: none;
		width: 99%;
		padding: 0;
		background: #f4ecf3;
		min-height: 57px;
		border: 1px solid #efe4ee;
	}
	
	#content .reviews_sort {
		width: 100%;
		float: none;
		text-align: center;
		clear: both;
		margin: auto;
		padding: 0px 0px 20px 0px;
	}
	
	#content .reviews_sort .reviews_sort_item {
		width: 200px;
		margin: auto;
	}
	
	#content .reviews_sort .reviews_sort_item .rating {
		float: none;
	}
	
	#content .pagination {
		width: 95%;
	}
	
	#content .reviews_list .pagination {
		height: 57px;
	}
	
	#content .reviews_list .review_text p {
		padding: 8px;
	}
	
	#content #pagination_id .pagination {
		width: 95%;
		margin: 25px 0px 0px 5px;
	}
	
	.filter {
		height: 130px;
		border: 1px solid #efe4ee;
		margin: 13px 0 20px 4px;
		padding: 5px 0 0 6px;
		width: 95%;
	}
	
	.filter_brand {
		width: 100%;
		display: block;
	}
	
	.filter_select_brand {
		width: 99%;
		height: 28px;
		display: block;
	}
	
	.filter_cost{
		display: block;
		width: 100%;
	}
	
	.filter_select_cost{
		width: 99%;
		height: 28px;
		display: block;
	}
	
	.filter_button{
		margin: 10px 0px 0px 0px;
	}
	
	#content .text_block_article {
		padding-left: 4px;
		width: 98%;
	}
	
	#content .breadcrumbs {
		font-size: 12px;
		padding: 0 0 2px 4px;
		line-height: 18px;
	}
	
	.sale_print {
		margin: 3px 0px 10px 0px;
	}
	
	.text_block_article img{
		max-width: 370px;
	}
}