@font-face {
	font-family: Lato;
	font-display: block;
	src: url(../fonts/lato-regular-webfont.woff) format("woff");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: Lato;
	font-display: block;
	src: url(../fonts/lato-italic-webfont.woff) format("woff");
	font-weight: 400;
	font-style: italic
}
@font-face {
	font-family: Lato;
	font-display: block;
	src: url(../fonts/lato-bold-webfont.woff) format("woff");
	font-weight: 700;
	font-style: normal
}

*{box-sizing: border-box;}
body{
	font-family: Lato;
	font-size: 16px;
	line-height: 20px;
	/*background: rgb(237, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(237, 255, 255) 30%, rgb(166, 235, 232) 90%);
	background: -webkit-linear-gradient(90deg, rgb(237, 255, 255) 30%, rgb(166, 235, 232) 90%);
	background: -o-linear-gradient(90deg, rgb(237, 255, 255) 30%, rgb(166, 235, 232) 90%);
	background: -ms-linear-gradient(90deg, rgb(237, 255, 255) 30%, rgb(166, 235, 232) 90%);
	background: linear-gradient(180deg, rgb(237, 255, 255) 30%, rgb(166, 235, 232) 90%);*/
	margin: 0; padding: 0;
	background: url(../images/top_menu2020.png) repeat-y top center;
	min-width: 320px;
	color: #302c2a;
}
body.index_page{
	background: #fff url(../images/banner_bg.jpg) no-repeat top center;
}

.relative{position: relative;}
.absolute{position: absolute;}
.float_left{float: left;}
.float_right{float: right;}
.clear{clear: both;}
.hide{display: none;}


a{color: #ee4c6b; outline: none;}
a:hover{color: #29b2c1;}

select{
	border-radius: 5px;
	border: 1px solid #29b2c1;
	padding: 5px;
	font-family: Lato;
}
input[type=text],
input[type=password]{
	border-radius: 5px;
	border: 1px solid #29b2c1;
	padding: 5px;
	font-family: Lato;
}
textarea{
	border-radius: 5px;
	border: 1px solid #29b2c1;
	padding: 5px;
	font-family: Lato;
}

h1{font-size: 36px; line-height: 40px; font-weight: bold; padding: 10px 0; margin: 0;}
h2, .h2{font-size: 36px; line-height: 40px; font-weight: bold;}
h3, .h3{font-size: 32px; line-height: 36px; font-weight: bold;}
h4, .h4{font-size: 28px; line-height: 32px; font-weight: bold;}
h5, .h5{font-size: 24px; line-height: 38px; font-weight: bold;}
h6, .h6{font-size: 20px; line-height: 24px; font-weight: bold;}


header{
	/*position: fixed;*/
	top: 0; left: 0;
	width: 100%;
	
	z-index: 1000;
	height: 120px;
}
header div{
}




.sky{
	background: url(../images/sky2020.png) no-repeat top center;
	height: 170px;
}
.content{
	background: #fff;
}
.container{
	width: 100%; max-width: 1280px; margin: 0 auto; 
}
.wrapper{padding: 20px;}

.button{width: 80%; margin: 0 auto; border: 1px solid #29c17a; border-radius: 50px; background: #fff; padding: 5px; text-align: center;}
.button a{display: block; width: 100%; background: #29c17a; color: #fff; border-radius: 50px; padding: 10px 0; text-decoration: none; text-transform: uppercase; font-weight: bold;}
.button:hover{border: 1px solid #ee4c6b;}
.button:hover a{background: #ee4c6b;}

.button_small{padding: 2px; width: 60%;}
.button_small a{padding: 2px 0; font-size: 12px;}

.button_big{width: 100%;}
.button_big a{padding: 15px 0; font-size: 20px;}

.button_100{width: 100%;}
.button_250{max-width: 250px;}

.button_bg_gray{border: 1px solid #888;}
.button_bg_gray a{background: #888;}

.button_bg_pink{border: 1px solid #ee4c6b;}
.button_bg_pink a{background: #ee4c6b;}

input[type="text"].field_input,
input[type="number"].field_input,
input[type="password"].field_input{border: 1px solid #888; border-radius: 10px; background: #fff; padding: 0 10px; height: 40px; line-height: 40px; font-size: 20px;}
textarea.field_textarea{border: 1px solid #888; border-radius: 10px; background: #fff; padding: 10px; height: 150px; line-height: 30px; font-size: 20px; width: 90%;}
select.field_input{border: 1px solid #888; border-radius: 10px; background: #fff; padding: 0 10px; height: 40px; line-height: 40px; font-size: 20px;}
input[type="submit"].field_button,
input[type="button"].field_button{border: 0; border-radius: 10px; background: #ed7574; padding: 0 20px; height: 40px; line-height: 40px; font-size: 20px; text-transform: uppercase; color: #fff; cursor: pointer;}
input[type="submit"].field_button:hover,
input[type="button"].field_button:hover{background: #29b2c1; -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.3);-moz-box-shadow:    7px 7px 5px 0px rgba(0, 0, 0, 0.3);box-shadow:         7px 7px 5px 0px rgba(0, 0, 0, 0.3);}


#black{position: fixed; background: #000; opacity: 0.5; width: 100%; height: 100%; top: 0; left: 0; display: none;z-index: 100000;}
.modal_window{position: fixed; background: #fff; border-radius: 30px; width: 60%; top: 20%; left: 20%; padding: 60px 40px; display: none;z-index: 100001;}
.modal_window span.modal_close_span{position: absolute; right: 20px; top: 10px;}
.modal_window span.modal_close_span a{color: #ee4c6b;}
.modal_window span.modal_close_span a:hover{color: #fb95a8;}
.modal_window span.modal_close_span i{font-size: 20px;}

#search_over div:nth-child(2){width: 85%;}
#search_over div:nth-child(2) input{width: 90%; border: 1px solid #ddccca; border-radius: 10px; font-size: 26px; background: #fff; padding: 0 20px; line-height: 50px; height: 50px; outline: none;}
#search_over div:nth-child(3){width: 10%; height: 50px;}
#search_over div:nth-child(3) a{color: #ee4c6b;}
#search_over div:nth-child(3) a:hover{color: #fb95a8;}
#search_over div:nth-child(3) i{font-size: 45px;  line-height: 50px;}

.set_city_1{width: 85%;}
.set_city_1 input{width: 90%; border: 1px solid #ddccca; border-radius: 10px; font-size: 26px; background: #fff; padding: 0 20px; line-height: 50px; height: 50px;}
.set_city_2{width: 10%; height: 50px;}
.set_city_2 a{color: #ee4c6b;}
.set_city_2 a:hover{color: #fb95a8;}
.set_city_2 i{font-size: 45px;  line-height: 50px;}

.set_city_data{margin-top: 20px; max-height: 300px; overflow-y: auto;}
.set_city_data div{margin: 5px 0;}


.top_logo{top: 10px; left: 40%; width: 20%; text-align: center; font-size: 24px;font-weight: bold;color: #ed7574;}
.top_logo img{width: 180px;}
.top_logo_img span{display: block; margin-top: 10px;}

.top_left{top: 20px; left: 0; width: 40%;}
.top_left_line1{margin: 10px 0;color: #29b2c1;}
.top_left_line1 a{color: #29b2c1;}
.top_left_line1 a:hover{color: #ee4c6b;}
.top_left_line1 div:nth-child(1){width: 33%;}
.top_left_line1 div:nth-child(2){width: 33%;}
.top_left_line1 div:nth-child(3){width: 33%;}

.top_left_line2{margin-top: 30px; padding: 20px 0; border-top: 1px solid #dbc6c4; border-bottom: 1px solid #dbc6c4;}
.top_left_menu{margin: 0 20px 0 10px; }
.top_left_menu a{color: #423d3b; text-transform: uppercase; text-decoration: none; font-weight: bold;}
.top_left_menu a:hover{color: #ee4c6b;}

.top_left_menu_drop{display: none; top: 15px; left: -10px; width: 200px; z-index: 10000;}
.top_left_menu_drop span{margin-top: 35px; display: block; width: 100%; background: #fff5e0; padding: 20px; border-radius: 10px; -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.2); box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.2);}
.top_left_menu:hover .top_left_menu_drop{display: block;}
.top_right_menu:hover .top_left_menu_drop{display: block;}
.top_left_menu_drop div{margin-bottom: 10px;}
.top_left_menu_drop div a{font-size: 12px;}


.top_right{top: 20px; right: 0; width: 40%;}

.top_right_line2{margin-top: 25px; padding: 20px 0; border-top: 1px solid #dbc6c4; border-bottom: 1px solid #dbc6c4;}
.top_right_menu{margin: 0 10px;}
.top_right_menu a{color: #423d3b; text-transform: uppercase; text-decoration: none; font-weight: bold;}
.top_right_menu a:hover{color: #ee4c6b;}

.top_search{width: 50%;}
.top_search input{border: 1px solid #ddccca; border-radius: 3px; font-size: 16px; background: #fff; padding: 0 10px; line-height: 30px; height: 30px; width: 90%; margin: 0;}

.top_user{font-size: 16px; }
.top_user a{color: #ee4c6b; margin-left: 15px;}
.top_user i{font-size: 16px; line-height: 30px; }

.top_city{font-size: 14px; display: inline-block; width: 140px; overflow: hidden; height: 20px;}
.top_city a{text-decoration: none; color: #29b2c1 !important; border-bottom: 1px dashed #29b2c1; margin-left: 0px;}

.top_mobile_menu{display: none;}
.top_mobile_cart{display: none;}




.index_page_slider{height: 700px; width: 100%; max-width: 1280px; margin: 20px auto; }
.index_page_slider_item{width: 100%; display: none; }
.index_page_slider_item.active{display: block;}
.index_page_slider_item_text{width: 50%; padding-top: 200px;}
.index_page_slider_item_text div:nth-child(1){color: #29b2c1; font-size: 36px; line-height: 40px; font-weight: bold;}
.index_page_slider_item_text div:nth-child(2){padding: 40px 0; font-size: 20px; line-height: 26px; }
.index_page_slider_item_image{width: 50%; text-align: center;}
.index_page_slider_item_image img{width: 40%;}
.index_page_slider_item_wide .index_page_slider_item_image img{width: 60%;}



.left_column{margin: 20px 0; width: 19%; margin-right: 1%;}
.mobile_filters{display: none;}

.left_column_menu{margin-bottom: 20px; border: 1px solid #f8ecd2; border-radius: 10px; padding: 15px;}
.left_column_menu_link{margin-bottom: 10px; padding-bottom: 5px;  border-bottom: 1px solid #f8ecd2;}
.left_column_menu_link_last{border-bottom: 0;}
.left_column_menu_link_top{line-height: 30px; text-transform: uppercase;  font-weight: bold; font-size: 15px;}
.left_column_menu_link_top i{ cursor: pointer; }
.left_column_menu_link_top:hover{color: #25b4c3;}
.left_column_menu_link_top div{right: 0; top: 5px;}
.left_column_menu_link_top a{color: #302c2a; text-decoration: none;}
.left_column_menu_link_top a:hover{color: #25b4c3; text-decoration: underline;}

.left_column_menu_link_top_drop{display: none; padding: 10px;}
.left_column_menu_link_level2{line-height: 16px; font-size: 14px; padding-right: 10px; margin: 5px 0;}
.left_column_menu_link_level2 i{ cursor: pointer; color: #ccc;}
.left_column_menu_link_level2 i:hover{color: #302c2a;}
.left_column_menu_link_level2:hover{color: #25b4c3;}
.left_column_menu_link_level2 div{right: 0; top: 2px;}
.left_column_menu_link_level2 a{color: #302c2a; text-decoration: none;}
.left_column_menu_link_level2 a:hover{color: #25b4c3; text-decoration: underline;}
.left_column_menu_link_level2.active a{color: #25b4c3;}

.left_column_menu_link_level3{display: none;  padding: 0 0 0 15px;line-height: 16px; font-size: 12px; margin: 5px 0;}
.left_column_menu_link_level3 a{color: #302c2a; text-decoration: none;}
.left_column_menu_link_level3 a:hover{color: #25b4c3; text-decoration: underline;}

.left_column_menu_link_level3 .active a{color: #25b4c3;}


.left_column_menu_link_red .left_column_menu_link_top a{color: #ff0000; text-decoration: none;}


.left_column_filter{margin-bottom: 20px; border: 1px solid #f8ecd2; border-radius: 10px; padding: 15px;}
.left_column_filter_header{text-align: center; text-transform: uppercase; font-weight: bold; font-size: 15px;}
.left_column_filter_color-list{list-style: none;margin: 10px 0;padding: 0;}
.left_column_filter_color-list li{margin: 0 5px 10px 0; display: inline-block;}
.left_column_filter_color-list li a{
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #29b2c1  !important;
}
.left_column_filter_color-list li.active a{
	border: 2px solid #ee4c6b !important;
}

.left_column_filter_button_div{width: 48%;}

.left_column_filter_producer{list-style: none;margin: 10px 0;padding: 0;}
.left_column_filter_producer li{margin: 0 5px 10px 0; display: block;}
.left_column_filter_producer li a{color: #302c2a; text-decoration: none; font-size: 14px;}
.left_column_filter_producer a:hover{color: #25b4c3; text-decoration: underline;}
.left_column_filter_producer_ch{width: 15%;}
.left_column_filter_producer_text {width: 85%;}

.left_banners{margin: 20px 0; opacity: 0.5;}
.left_banners:hover{opacity: 1;}
.left_banners img{width: 100%;}


.category_goods_sort{margin-bottom: 20px; border: 1px solid #f8ecd2; border-radius: 10px; padding: 15px; width: 98%;}
.category_goods_sort_nextpage{font-size: 25px;}
.category_goods_sort_nextpage a{font-size: 25px; color: #302c2a;}

.category_goods{margin: 20px 0; width: 80%;}
.category_goods_item{width: 32%; margin-right: 1%; border: 1px solid #f8ecd2; border-radius: 10px; padding: 15px; margin-bottom: 20px;}
.category_goods_item:hover{background: #f8ecd2; }
.category_goods_item_img{margin-bottom: 20px; text-align: center;}
.category_goods_item_img img{width: auto; max-width: 100%; max-height: 230px;}
.category_goods_item_code{color: #25b4c3; text-transform: uppercase; font-size: 10px; text-align: center;}
.category_goods_item_rating{color: #ffcb00; font-size: 10px; text-align: center;}
.category_goods_item_name{font-size: 18px; text-align: center;margin-bottom: 10px; line-height: 22px; height: 66px; overflow: hidden;}
.category_goods_item_name a{color: #2e354b; }
.category_goods_item_name a:hover{color: #ff8e89;}
.category_goods_item_price{font-size: 26px; text-align: center;margin-bottom: 10px; color: #29b2c1; font-weight: bold;}
.category_goods_item_price_reg{font-size: 14px; text-align: center; color: #67cc43; font-weight: bold; margin-bottom: 20px; line-height: 20px; height: 20px;}
.category_goods_item_button{ text-align: center;}
.category_goods_item_button div{width: 80%; margin: 0 auto; border: 1px solid #29b2c1; border-radius: 50px; background: #fff; padding: 5px;}
.category_goods_item_button div a{display: block; width: 100%; background: #29b2c1; color: #fff; border-radius: 50px; padding: 10px 0; text-decoration: none; text-transform: uppercase; font-weight: bold;}
.category_goods_item_button div:hover{border: 1px solid #ee4c6b;}
.category_goods_item_button div:hover a{background: #ee4c6b;}
.category_goods_item_fast{display: none; cursor: pointer; top: 104px; width: 60%; font-size: 12px; left: 20%; text-align: center; color: #2e354b; background: #fff; border: 1px solid #2e354b; line-height: 30px; opacity: 0.5;}
.category_goods_item_fast:hover{opacity: 1;}
.category_goods_sale{background: #ff3333; color: #fff; font-size: 18px; padding: 3px 10px;}

.category_goods_itempage{width: 100%;}
.category_goods_itempage .category_goods_item{width: 24%;}

.category_goods_item:hover .category_goods_item_fast{display: block; }


.catalog_fast_header{font-size: 28px; margin-bottom: 10px;}
.catalog_fast_code{color: #25b4c3; text-transform: uppercase; font-size: 12px; margin-right: 50px;}
.catalog_fast_rating{color: #ffcb00; font-size: 12px; }
.catalog_fast_images{width: 10%; margin: 30px 0;}
.catalog_fast_images div{margin-bottom: 10px;}
.catalog_fast_images img{width: 90%; padding: 2px; border: 1px solid #2e354b; border-radius: 5px;}
.catalog_fast_images img:hover{border: 1px solid #25b4c3; }
.catalog_fast_image{width: 40%; margin: 30px 0; text-align: center;}
.catalog_fast_image img{width: 90%;}
.catalog_fast_text{width: 50%;  margin: 30px 0;}

.catalog_fast_price{font-size: 30px; font-weight: bold; margin-bottom: 10px;}
.catalog_fast_price sup{font-size: 20px; font-weight: normal; color: #8b8b8b;}
.catalog_fast_line{font-size: 14px;}
.catalog_fast_line span{color: #8b8b8b;}
.catalog_fast_description{height: 250px; overflow-y: auto; margin-bottom: 30px;}

.catalog_fast_button div{width: 200px; border: 1px solid #29b2c1; border-radius: 50px; background: #fff; padding: 5px; text-align: center; margin: 0 auto;}
.catalog_fast_button div a{display: block; width: 100%; background: #29b2c1; color: #fff; border-radius: 50px; padding: 10px 0; text-decoration: none; text-transform: uppercase; font-weight: bold;}
.catalog_fast_button div:hover{border: 1px solid #ee4c6b;}
.catalog_fast_button div:hover a{background: #ee4c6b;}

.catalog_fast_button_full div{width: 300px; border: 1px solid #7899cc; border-radius: 50px; background: #fff; padding: 5px; text-align: center;}
.catalog_fast_button_full div a{display: block; width: 100%; background: #fff; color: #7899cc; border-radius: 50px; padding: 10px 0; text-decoration: none; text-transform: uppercase; font-weight: bold;}
.catalog_fast_button_full div:hover{border: 1px solid #ee4c6b; opacity: 1;}
.catalog_fast_button_full div:hover a{background: #ee4c6b; color: #fff;}

#page_filter_buttons{margin: 20px 0;}
#page_filter_subcats{border: 1px solid #f8ecd2; border-radius: 10px; padding: 15px; width: 98%;}
.mobile_subcats{margin: 5px 0; padding-left: 15px;}
.mobile_subcats a{color: #2e354b;}
.mobile_subcats_up{margin: 5px 0;}
.mobile_subcats_up i{float: right;}

#description_content{height: 150px; overflow: hidden;}
.description_content{text-decoration: none; border-bottom: 1px dashed #ee4c6b;}

.promo_generate_top_header{width: 200px; margin: 20px auto;}

.ctags{margin: 20px 0;}
.aforizm{margin: 20px 0; padding: 20px; border: 1px solid #888; border-radius: 20px;}
.aforizm_header{font-size: 28px; text-align: center;text-transform: uppercase; font-weight: bold;}
.aforizm_text{margin: 20px 0; text-align: center; font-size: 20px;}

.promo_generate{margin: 20px 0; padding: 20px; border: 1px solid #888; border-radius: 20px;}
.promo_generate_header{font-size: 28px; text-align: center;text-transform: uppercase; font-weight: bold; margin-bottom: 20px;}
.promo_generate_button{margin-right: 15px;}
.promo_generate_input{margin-right: 15px;}
.promo_generate_input input {margin-right: 15px; padding: 10px 0; line-height: 50px;height: 50px; width: 390px; font-size: 28px; text-align: center;}
.promo_generate_text{margin: 5px 0;}

.product_issue_link {margin: 10px auto 20px auto;}

.item_feedback{margin: 20px 0;}
.item_feedback_left{width: 25%; margin-right: 5%;}
.item_feedback_right{width: 70%;}

.item_feedback_left .set_item_rating{margin: 20px 0; color: #ffcb00;}
.item_feedback_left .row{margin: 20px 0;}
.item_feedback_left input[type=text]{height: 40px; line-height: 40px; width: 100%; font-size: 20px; padding: 0 10px;}
.item_feedback_left textarea{height: 160px; line-height: 30px; width: 100%; font-size: 16px; padding: 10px;}

.commentlist{list-style-type: none; margin: 0; padding: 0;}
.commentlist .comment{display: block; margin: 20px 0 20px 0; border: 1px solid #f8ecd2; border-radius: 10px; padding: 15px;}
.commentlist .comment .fa-star{color: #ffcb00;}
.commentlist .comment .comment-text{margin: 0;}
.commentlist .comment .comment-text .comment-header{margin-bottom: 10px;}
.commentlist .comment .comment-text .comment-header .float_left{margin-right: 50px; font-weight: bold;}
.commentlist .comment .comment-text .comment-description{font-style: italic;}

.item-level{margin: 5px 0;}


.item_top_block{margin: 20px 0;}
.item_top_block_left{width: 48%; margin-right: 2%;}
.item_top_block_left_image{
	margin-bottom: 20px;
	padding: 10px; 
	border: 1px solid #f8ecd2;
	border-radius: 10px;
}
.item_top_block_left_image img{width: 100%;}
.item_lenta_sale {
    position: absolute;
    top: 10px; 
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #ee4c6b;
	color:    #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}
.img_zoom_over div{position: absolute; top: 10px; left: 10px; font-size: 26px; color: #999; display: none;}
.img_zoom_over:hover div{display: block;}
.item_top_block_left .thumbnails a{
	display: block;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 23%;
	padding: 10px; 
	border: 1px solid #f8ecd2;
	border-radius: 10px;
	text-align: center;
}
.item_top_block_left_image .thumbnails img{width: 100%; padding: 0; margin: 0;}


.item_top_block_right{width: 50%;}
.item_artikul{font-size: 14px;}
.product_producer{width: 100px; right: 0; font-size: 10px; text-align: center; line-height: 12px;}
.item_rating_def{color: #ffcb00;}

.item_price_full{margin: 20px 0 10px 0;}
.the-product-status .order{display: block; padding: 5px 10px; background: #29b2c1; color: #fff; font-size: 14px; line-height: 14px;  border-radius: 5px;}
.product_price{margin: 25px 0 25px 30px;font-size: 40px; color: #ee4c6b; font-weight: bold;}

.item_buy_button{margin-bottom: 20px;}
.item_buy_button .quantity{float: left; margin-left: 30px;}
.item_buy_button .quantity input[type="button"]{background: #888; height: 30px; color: #fff; font-size: 14px; line-height: 30px;  border-radius: 40px; border: 0; padding: 0 10px; cursor: pointer; font-weight: bold;}
.item_buy_button .quantity input[type="button"]:hover{background: #29b2c1;}
.item_buy_button .quantity input[type="text"]{border: 1px solid #888; height: 60px; font-size: 30px; text-align: center; width: 100px; line-height: 30px;  border-radius: 5px;padding: 0 10px; font-weight: bold;}

.item_buy_button_block{width: 50%;}
.item_buy_button_block .button{margin: 20px 0 0 0;}

.item_rating{float: left; margin-right: 50px;}
.item_share{float:left; margin-top: -10px;}

.product_1click_button {margin-top: 80px;}
.product_1click_block_header{font-size: 20px; text-transform: uppercase;}
.fast_field{margin: 10px 0;}
.fast_field input{border: 1px solid #888; height: 40px; font-size: 20px; width: 250px; line-height: 40px;  border-radius: 5px; padding: 0 10px; }
.fast_field.button_bg_gray{margin-left: 20px;}

.single-product-description-header{font-size: 20px;}
#item-description-content{display: block; overflow: hidden;}
#item-description-content-more{display: none; text-decoration: none; border-bottom: 1px dashed #ee4c6b;}

.item-dop-links{margin: 10px 0;}
.item-dop-links a{margin-right: 20px;}

.product_favor_links{margin: 20px 0;}
.product_favor_links .button{width: 48%; margin-right: 2%;}


.woocommerce-tabs{margin: 20px 0;}
.woocommerce-tabs .tabs{list-style-type: none; padding: 0; margin: 0;}
.woocommerce-tabs .tabs .description_tab{float: left; border: 1px solid #f8ecd2; margin-right: 5px; padding: 10px 20px;  border-top-left-radius: 10px; border-top-right-radius: 10px; font-size: 20px;}
.woocommerce-tabs .tabs .description_tab.active{background: #f8ecd2;}
.woocommerce-tabs .tabs .description_tab a{text-decoration: none; color: #302c2a;}
.woocommerce-tabs .panel{display: none; border: 1px solid #f8ecd2; padding: 20px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}
.woocommerce-tabs .panel.active{display: block;}

.shop_table{max-width: 1000px;}
.shop_table th.product-name{width: 60%; text-align: left; text-transform: uppercase; border-bottom: 1px solid #888; padding: 10px 0;}
.shop_table th.product-quantity{width: 20%; text-transform: uppercase; border-bottom: 1px solid #888; padding: 10px 0;}
.shop_table th.product-subtotal{width: 15%; text-transform: uppercase; border-bottom: 1px solid #888; padding: 10px 0;}
.shop_table th.product-remove{width: 5%; text-transform: uppercase; border-bottom: 1px solid #888; padding: 10px 0;}

/*.cart_table_item{background: #fff2f1;}*/
.cart_table_item{background: #fffef1;}
.cart_table_item .product-thumbnail{padding: 20px 10px;}
.cart_table_item .product-thumbnail .attachment-shop_thumbnail{
	float: left; 
	margin-right: 10px;
	border: 1px solid #f8ecd2;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.43);
	-moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.43);
	box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.43);
}
.cart_table_item .product-thumbnail a.product-title{color: #302c2a; font-size: 18px; text-decoration: none; margin-top: 5px; line-height: 25px;}
.cart_table_item .product-thumbnail a.product-title span{font-size: 16px; display: block; margin-top: 10px; color: #29b2c1;}

.cart_table_item .product-quantity{text-align: center;}
.cart_table_item .product-quantity input[type=text]{height: 40px; line-height: 40px; width: 50px; text-align: center; font-size: 25px;}
.cart_table_item .product-quantity input[type=button]{display: none;}
.cart_table_item .product-quantity label{font-weight: bold; font-size: 30px; cursor: pointer;}

.cart_table_item .product-subtotal{text-align: center; font-size: 30px;}
.cart_table_item .product-remove{text-align: center;}

.product-mobile{display: none;}

.coupon{margin: 20px 0;}

.cart-totals-container th{text-align: right;font-size: 18px; padding: 10px 20px;}
.cart-totals-container td{font-size: 18px; padding: 10px 20px;}
.cart-totals-container .cart-grand-total th{font-size: 25px;}
.cart-totals-container .cart-grand-total .amount{font-size: 30px; font-weight: bold;}

.greenb{
	border: 2px solid #28acc1;
	border-radius: 15px;
	padding: 0px 15px;
	background: #e1ffdb;
	margin-bottom: 20px;
}

.order_steps {
  position: fixed;
  width: 500px;
  font-size: 0;
  text-align: center;
  bottom: 20px;
  background: #f7f7f7;
  border-radius: 20px;
  padding: 10px 0;
}
.order_steps span {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background: linear-gradient(0deg, #fff2f1, #ffbdb8 50%, #fff2f1);
  color: #302c2a;
}
.order_steps span.active {
  background: linear-gradient(0deg, #29b2c1, #2284bf 50%, #29b2c1);  
  color: #fff;
}
.order_steps span::before,
.order_steps span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-width: 20px 6px;
  border-style: solid;
  border-right: none;  
}
.order_steps span::before {
  left: 0;   
  border-color: transparent;
  border-left-color: #fff;  
}
.order_steps span::after {
  right: 0;
  border-color: #fff;
  border-left-color: transparent;
}
.order_steps span:first-child::before,
.order_steps span:last-child::after {
  display: none;
}

.cart_smalltext{font-style: italic; font-size: 10px; line-height: 12px;display: block;}



.delivery_input_city .input-text{
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 20px;
	padding: 0 20px;
}

.acResults {padding: 0px;border: 1px solid WindowFrame;background-color: #fff;overflow: hidden;z-index: 1000002;}
.acResults ul {margin: 0px;padding: 0px;list-style-position: outside;list-style: none;}
.acResults ul li {margin: 0px;padding: 2px 5px;cursor: pointer;display: block;font: menu;	font-size: 16px;	overflow: hidden;}
.acLoading {background : url('indicator.gif') right center no-repeat;}
.acSelect {background-color: Highlight;color: HighlightText;}



.payment_methods input[type=radio]{
	display: none;
}
.payment_methods li{
	position: relative; 
	padding: 10px;
	background:	#fff6e1;
	border: 1px solid	#ffe0d4;
	border-radius: 20px;
	margin-bottom: 20px;
}

.payment_methods li.dost_selected{
	background:	#ecffe1;
	border: 1px solid	#7bf501;
}

.payment_methods label:before {
	content: "";
	display: inline-block;

	width: 26px;
	height: 26px;

	margin-right: 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: #ed7574;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.payment_methods{list-style-type: none; padding: 20px 0; margin: 0;}

.payment_methods li label{padding-left: 40px; line-height: 26px;}
.payment_methods li label:before {
	border-radius: 13px;
}

.payment_methods input[type=radio]:checked + label:before {
    content: "\2022";
    color: #302c2a;
    font-size: 43px;
    text-align: center;
    line-height: 26px;
}


.payment_box{padding: 0 0 20px 40px;}
.payment_box p{font-size: 12px; line-height: 18px; margin: 0; padding: 3px 0;}



#customer_details .float_left:nth-child(1){width: 50%;}
#customer_details .float_left:nth-child(2){width: 48%; margin-left: 2%;}
#customer_details .field_input {width: 100%;}

.call_time{width: 50%;}
.chekout_footer_order{display: none;}
.oferta{font-style: italic; text-align: center; margin: 10px 0;}


.sky2{
	background: #fff url(../images/sky2020_2.png) no-repeat top center;
	height: 141px;
}
footer{
	background: #191618; height: 300px;
}

.footer_block{width: 30%; margin-right: 3%;  border-right: 1px solid #323031; min-height: 200px;}
.footer_block:nth-child(3){margin-right: 0%; border-right: 0;}
.footer_block_header{color: #fff; font-size: 14px; font-weight: bold; text-transform: uppercase; margin-bottom: 20px;}
.footer_block_text{color: #9b9a9a; font-size: 14px; }
.footer_block_text a{color: #9b9a9a; }
.footer_block_text a:hover{color: #fff;  text-decoration: none;}
.footer_block_text.footer_block_socials{font-size: 25px;}
.footer_block_text.footer_block_socials a{margin-right: 15px;}

#gotop{position: fixed; bottom: 55px; right: 5px;}
.gotobasket{display: none;}

.mini-breadcrumb ol{padding: 0; list-style: none; font-size: 12px;}
.mini-breadcrumb ol li{display: block; float: left;}
.mini-breadcrumb ol li .fa{margin-right: 10px;}
.mini-breadcrumb ol li:nth-child(2)::before{content: ">"; margin: 0 5px;}
.mini-breadcrumb ol li:nth-child(3)::before{content: ">"; margin: 0 5px;}
.mini-breadcrumb ol li:nth-child(4)::before{content: ">"; margin: 0 5px;}
.mini-breadcrumb ol li:nth-child(5)::before{content: ">"; margin: 0 5px;}
.mini-breadcrumb ol li:nth-child(6)::before{content: ">"; margin: 0 5px;}

.mini-breadcrumb ul {
    position: absolute;
    display: none;
    background: #fff;
	border-radius: 6px;
	padding: 10px;
	border: 1px solid #f8ecd2;
    z-index: 100;
}
.mini-breadcrumb ol li:hover ul {
    display: block;
}

.mini-breadcrumb ul li{float: unset;}
.mini-breadcrumb ul li:nth-child(2)::before{content: ""; margin: 0;}
.mini-breadcrumb ul li:nth-child(3)::before{content: ""; margin: 0;}
.mini-breadcrumb ul li:nth-child(4)::before{content: ""; margin: 0;}
.mini-breadcrumb ul li:nth-child(5)::before{content: ""; margin: 0;}
.mini-breadcrumb ul li:nth-child(6)::before{content: ""; margin: 0;}



@-webkit-keyframes blink1 { 0% { color: rgba(226, 26, 34, 1); } 50% { color: rgba(226, 26, 34, 0); } 100% { color: rgba(226, 26, 34, 1); } } 
@keyframes blink1 { 0% { color: rgba(226, 26, 34, 1); } 50% { color: rgba(226, 26, 34, 0); } 100% { color: rgba(226, 26, 34, 1); } }





.about_block{float: left; width: 25%; margin: 20px 0; font-size: 20px;}
.about_block span{color: #29b2c1; font-size: 24px;}
.about_block span span{font-size: 36px; font-weight: bold;}

.about_block2{float: left; width: 16.6%; margin: 20px 0; font-size: 14px; text-align: center;}
.about_block2 .fas{font-size: 36px; color: #2fb37f;}
.about_block2 div{font-size: 20px; font-weight: bold; margin: 10px 0;}


.instruction_item{margin: 0 0 30px 0; padding: 20px;}
.instruction_item:hover{background: #eee; border-radius: 15px;}
.instruction_item_image{float: left; margin-right: 20px; width: 100%; max-width: 150px;}
.instruction_item_image img{width: 100%; max-width: 150px;}
.instruction_item_header{color: #29b2c1; font-size: 24px;}
.instruction_item_annot{font-size: 16px; margin: 10px 0;}

.blog_item{width: 48%; margin-right: 2%; margin-bottom: 40px;}
.blog_item_header{margin-bottom: 10px; font-size: 24px;}
.blog_item_header div{margin-bottom: 10px;}
.blog_item_header div img{width: 100%; border-radius: 50px; max-height: 396px;}
.blog_item_annot{margin-bottom: 10px; height: 100px; line-height: 20px; overflow: hidden;}

.blog_image img{width: 100%;}
.blog_text{font-size: 18px; line-height: 22px;}

.contacts_block{width: 33%;}
.contacts_block2{width: 50%;}
.contacts_block2 form div{margin: 20px 0;}


.goroskop_item{float: left; width: 33%; text-align: center;}
.left_column_wide{width: 80%;}
.right_column_small{width: 19%; margin-left: 1%;}
.goroskop_button{width: 49%; text-align: center;}



#footer_skidka{
	position: fixed;
	background: #fcdc81;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	padding: 5px 0 5px 0;
}
.footer_skidka{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}
.footer_skidka_val{
	float: left;
	font-size: 26px;
	font-weight: bold;
	color: #b10808;
}
.footer_skidka_text{
	float: left;
	font-size: 20px;
	margin-left: 15px;
}
.footer_skidka_code{
	float: left;
	font-size: 22px;
	font-weight: bold;
	margin-left: 15px;
	color: #b10808;
	 -webkit-animation: blink1 3s linear infinite; animation: blink1 3s linear infinite;
}

.footer_skidka_timer{
	float: right;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.footer_skidka_prim{font-size: 9px; text-align: center;}
.footer_skidka_code_but input{border: 0; background: #fff; color: #191618; height: 20px; line-height: 20px; font-size: 14px; padding: 0 10px; border-radius: 10px; cursor: pointer;}
.footer_skidka_code_but input:hover{background: #ddd;}

.footer_skidka_black{background: #191618 !important; color: #fff !important;}
.footer_skidka_black .footer_skidka_val{color: #fff !important;}
.footer_skidka_black .footer_skidka_code{color: #fff !important;}
.footer_skidka_black .footer_skidka_timer{color: #fff !important;}



.basket_add_layer_div_header{font-size: 22px; text-align: center; margin-bottom: 60px;}
.basket_add_layer_div_buttons{width: 50%; text-align: center; float: left;}


.dostavka_image{width: 20%; float: left;}

#authform div{margin: 20px 0;}
#remform div{margin: 20px 0;}
#regform div{margin: 10px 0;}
#regform div.cab_hint{margin: 5px 0; font-size: 12px;}

.cabinet_table{border-top: 1px solid #888; border-left: 1px solid #888;}
.cabinet_table td{border-bottom: 1px solid #888; border-right: 1px solid #888; padding: 5px;}

.callback_div_left{width: 50%;}
.callback_div_left div{margin: 10px 0;}

.top_logo_text{display: none;}

header.mobile_scroll{
	position: fixed;
	background: #fff9f9;
	height: 50px;
	border-bottom: 1px solid #eee;
}

header.mobile_scroll .wrapper {padding: 0;}
header.mobile_scroll .top_logo_img{display: none;}
header.mobile_scroll .top_logo_text{display: block; line-height: 50px;color: #ee4c6b; font-size: 18px;font-weight: bold;padding-left: 10px;line-height: 30px;}
header.mobile_scroll .top_logo_text a{text-decoration: none;}
header.mobile_scroll .top_mobile_menu {    padding-top: 10px; padding-right: 20px;}
header.mobile_scroll .top_mobile_cart {    padding-top: 0; line-height: 50px;}


.hide_in_desktop{display: none;}
.hide_in_mobile{display: block;}


.set18bg{position: fixed; z-index: 99998; top: 0px; left: 0; width: 100%; height: 100%; background: #000;}
#set18row_in{position: fixed; z-index: 99999;padding: 30px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; width: 600px; max-width: 100%; top: 200px; left:calc(100vw / 2 - 300px); border-radius: 10px;}
.logo_18{width: auto !important;}
.mobile_18{font-size: 12px; padding-right: 8px;color: #ee4c6b;}


@media only screen and (max-width: 1600px) {

	.catalog_fast_description{height: 200px;}

}

@media only screen and (max-width: 1300px) {

	.top_left{left: 1%; width: 39%; font-size: 14px;}
	.top_right{right: 1%; width: 39%; font-size: 14px;}
	
	.catalog_fast_description{height: 150px; font-size: 14px;}
	
	.promo_generate_input input {width: 190px;}
	
	.index_page_slider_item{width: 90%; margin: 0px auto; }
	
	.top_search {    width: 40%;}



}

@media only screen and (max-width: 1150px) {

	.top_left{width: 41%; font-size: 12px;}
	.top_right{width: 41%; font-size: 12px;}
	
	.top_logo { left: 43%;    width: 15%;}
	
	.top_logo img {    width: 100%; height: auto;}
	
	.promo_generate_input input {width: 150px;}
	
	.product_1click_button { display: none;}
	
	.attachment-shop_thumbnail{width: 100%;}
	.cart_table_item .product-thumbnail .attachment-shop_thumbnail{width: 97px;}

}


@media only screen and (max-width: 990px) {

	.top_logo {    left: 1%;    width: 50%; text-align: left;}
	.top_logo img{max-width: 160px;}
	.top_left {  display: none;}
	.top_right{  display: none;}
	.sky{  display: none;}
	header{height: 100px;}
	
	.top_mobile_menu{display: block; margin-right: 1%; padding-top: 15px;}
	.top_mobile_cart{display: block; margin-right: 30px; padding-top: 20px;}
	.top_mobile_cart a{color: #ee4c6b;}
	.top_mobile_cart i{font-size: 16px;}
	.top_mobile_menu_button{font-size: 30px; color: #423d3b;}
	.top_mobile_menu_drop{display: none; z-index: 9999;margin-top: 35px; width: 300px; right: 0; background: #fff5e0; padding: 20px; border-radius: 10px; -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow:    4px 4px 5px 0px rgba(0, 0, 0, 0.2); box-shadow:         4px 4px 5px 0px rgba(0, 0, 0, 0.2);}
	.top_mobile_menu_drop_line{margin-bottom: 10px; border-bottom: 1px solid #dbc6c4; padding-bottom: 10px;}
	.top_mobile_menu_drop_line div{font-size: 30px; margin-right: 20px;}
	.top_mobile_menu_drop_line a{color: #ee4c6b;}
	.top_mobile_menu_drop_line2{margin-bottom: 10px; border-bottom: 1px solid #dbc6c4; padding-bottom: 10px;}
	
	.catalog_fast_description{display: none;}
	.catalog_fast_images{display: none;}
	.catalog_fast_image {    width: 50%;}
	.catalog_fast_header {    font-size: 26px; line-height: 30px;}
	.catalog_fast_button{margin-top: 50px;}
	
	.left_column{width: 28%; margin-right: 2%;}
	.category_goods{width: 70%;}
	.category_goods_item {    width: 48%;    margin-right: 2%;}
	.category_goods_sale {    top: 50px;}

	.category_goods_item_fast {    display: block; position: static; width: 100%; border-radius: 7px; margin-bottom: 10px;}
	
	.hide_in_desktop{display: block;}
	.hide_in_mobile{display: none;}
	
	.promo_generate_button{width: 100%; text-align: center;}
	.promo_generate_input{width: 100%; text-align: center; margin: 20px 0;}
	.promo_generate_input input{width: 100%; }
	
	#gotop{bottom: 75px;}
	
	.footer_skidka{width: 318px; margin: 0 auto; padding: 0;}
	.footer_skidka_timer{float: unset; text-align: center; width: 100%;}
	.footer_skidka_prim{line-height: 10px;}
	
	.item_buy_button_block {    width: 100%;}
	
	.about_block{width: 50%;}
	.about_block2{width: 33%;}
	
	.callback_div_left{width: 100%;}
	.callback_div_left_h3{display: none;}
	
	.footer_block_socials{padding-bottom: 70px;}
	
	.show_later{display: none;}

}



@media only screen and (max-width: 900px) {

	.category_goods_sort .float_left,
	.category_goods_sort .float_right{width: 100%; padding: 5px 0;}
	
	.index_page_slider_item_text{padding-top: 100px;}
	.index_page_slider_item_image{padding-top: 100px;}
	
	.single-page-base-content iframe{width: 100%;}
	#oformit2 iframe{height: 0 !important;}
	.right_column_small{display: none;}
	.left_column_wide{width: 100%;}

}

@media only screen and (max-width: 768px) {

	.modal_window{width: 90%; left: 5%;}
	
	#favor_div{width: 100%;}
	#compare_div{width: 100%; margin-top: 20px;}
	
	.dostavka_image{width: 50%;}
	
	.contacts_block{width: 100%;}
	.contacts_block2{width: 100%;}
	
	.shop_table th{display: none;}
	.cart_table_item{display: block; width: 100%;}
	.product-mobile{display: block;}
	.cart_table_item td{display: block;}
	.cart_table_item td.product-thumbnail{float: left; width: 100%;}
	.cart_table_item td.product-quantity{float: left; width: 40%; padding-bottom: 20px;}
	.cart_table_item td.product-subtotal{float: left; width: 40%; padding-bottom: 20px; text-align: center; line-height: 40px;}
	.cart_table_item td.product-remove{float: left; width: 20%; padding-bottom: 20px; text-align: center; line-height: 40px;}
	
	.goroskop_item{width: 50%;}



}

@media only screen and (max-width: 640px) {

	.catalog_fast_header {    font-size: 22px;    line-height: 22px;}
	.catalog_fast_image {    width: 100%; margin: 10px 0;}
	.catalog_fast_image img{    width: 50%;}
	.catalog_fast_text {    width: 100%; margin: 10px 0;}
	.catalog_fast_button {    margin-top: 10px;}
	.catalog_fast_button div{    margin: 0 auto;}
	
	.left_column{display: none;}
	.category_goods{width: 100%;}
	
	.mobile_filters{display: block;}

	.basket_add_layer_div_buttons{width: 100%; margin: 10px 0;}
	.basket_add_layer_div_buttons .button{width: 100%;}
	
	.item_top_block_left {    width: 100%;    margin-right: 0%;}
	.item_top_block_right {    width: 100%;    }
	
	.item_artikul{width: 100%; text-align: center;}
	.item_rating {width: 100%; text-align: center;}
	.item_share{margin-top: 5px; width: 100%; text-align: center;}
	.item_price_full {width: 100%; text-align: center;}
	.the-product-status .order {width: 100%; text-align: center;}
	.item_buy_button .quantity {width: 220px; margin: 0 auto; float: unset; text-align: center;}
	.item_buy_button_block .button {    margin: 20px auto;}
	.item_feedback_left {    width: 100%;    margin-right: 0;}
	.item_feedback_right{    width: 100%;    }
	
	.category_goods_itempage .category_goods_item {    width: 48%;}
	
	.category_goods_sale {    font-size: 14px;    padding: 0px 5px;}
	
	
	.about_block2{width: 100%;}
	
	.blog_item_header {    font-size: 20px;}
	
	#customer_details .float_left:nth-child(1){width: 100%;}
	#customer_details .float_left:nth-child(2){width: 100%;}
	.call_time{width: 100%;}
	
	.index_page_slider {    height: 600px;}
	.index_page_slider_item_text{padding-top: 0px; width: 100%;}
	.index_page_slider_item_image{padding-top: 20px;  width: 100%;}
	.index_page_slider_item_image img {    width: 30%;}
	
	.single-page-base-content iframe{width: 100%; height: 430px;}
	
	.cart_comment{font-size: 12px; line-height: 14px;}
	
	.goroskop_item{width: 100%;}
	
	.modal_window {    padding: 40px 20px 30px 20px;}
	#search_over div:nth-child(2) input {    width: 100%;    border: 2px solid #ddccca;    font-size: 18px;    padding: 0 10px;}
	
	#set18row_in{padding: 20px; width: 300px; top: 100px; left:calc(100vw / 2 - 150px);}
	.logo_18{display: none;}

	
}

@media only screen and (max-width: 500px) {

	.blog_item{width: 100%;}
	.blog_item_annot{overflow: auto; height: auto;}
	
	.cart-totals-container table{width: 100%;}
	.cart-totals-container .cart-subtotal, .cart-totals-container .cart-subtotal th, .cart-totals-container .cart-subtotal td{display: block; width: 100%; padding: 5px 0; text-align: center;}
	.cart-totals-container .cart-tax, .cart-totals-container .cart-tax th, .cart-totals-container .cart-tax td{display: block; width: 100%; padding: 5px 0; text-align: center;}
	.cart-totals-container .cart-grand-total, .cart-totals-container .cart-grand-total th, .cart-totals-container .cart-grand-total td{display: block; width: 100%; padding: 5px 0; text-align: center;}
	
	.order_steps long_name{display: none;}
	.order_steps {    width: 90%; bottom: 3px;}
	.order_steps span {    width: 30%; height: 20px; font-size: 14px; line-height: 20px;}
	.order_steps span::before, .order_steps span::after {    border-width: 10px 6px;}
	
	.tk_logo{display: none;}
	
	.cart-grand-total h4{margin: 0;}
	
	.single-page-base-content iframe{width: 100%; height: 330px;}
	
	.instruction_item_image{margin: 0 auto; max-width: 100%; text-align: center;}

}

@media only screen and (max-width: 480px) {

	.modal_window{position: absolute; top: 20px;}

	.category_goods_sort .float_left,
	.category_goods_sort .float_right{font-size: 12px;}

	.category_goods_sort .float_left select,
	.category_goods_sort .float_right select{padding: 0;}
	
	.category_goods_item{padding: 7px;}
	.category_goods_item_code{width: 100%;display: none;}
	.category_goods_item_rating{width: 100%;display: none;}
	.category_goods_item_name {    font-size: 14px;    line-height: 15px;    height: 60px;}
	.category_goods_item_button div {    width: 100%; border-radius: 20px;}
	.category_goods_item_button div a {border-radius: 15px;padding: 5px 0; font-size: 14px;}
	
	.category_goods_item_price {    font-size: 24px; margin: 20px 0;}
	.category_goods_item_price_reg {  display: none;}
	
	.catalog_fast_header {    font-size: 18px;   line-height: 20px;}
	.catalog_fast_price {    font-size: 24px;}
	.catalog_fast_price sup {    font-size: 16px;}
	.catalog_fast_image img {    width: 100%;}
	
	.catalog_fast_button_full div {    width: 100%; margin-top: 20px;}
	.category_goods_sort_more{margin-top: 20px;}
	
	.category_goods_sort_nextpage{display: none;}
	
	.footer_block_text {font-size: 10px;line-height: 14px;}
	.footer_block_header {font-size: 12px;}
	
	.about_block{width: 100%;}
	
	.dostavka_image{width: 100%;}
	
	.contacts_block2 .field_input{width: 100% !important;}
	.contacts_block2 .field_textarea{width: 100% !important;}
	
	.cart_table_item td.product-thumbnail{width: 100%; text-align: center;}
	.cart_table_item td.product-thumbnail .product-info span{display: none;}
	.cart_table_item td.product-quantity{width: 100%;}
	.cart_table_item td.product-subtotal{width: 100%; line-height: 30px;}
	.cart_table_item td.product-remove{width: 100%; line-height: 20px;}
	
	.cart_table_item .product-thumbnail .attachment-shop_thumbnail {    float: unset;}
	
	.coupon .input-group-btn{margin-top: 10px; display: block;}
	
	.single-page-base-content iframe{width: 100%; height: 230px;}
	
	.city_page img{max-width: 100%;}
	
	.our_feats2_mob{display: none;}
	
	#basket_add_check{font-size: 15px;line-height: 15px;}
	
	.goroskop_button{width: 100%; margin-bottom: 20px;}
	
	#search_over div:nth-child(2) input {   font-size: 16px;}
	
	h1 {    font-size: 26px;    line-height: 30px;}
	
	.footer_block_header_mobile{display: none;}
	.our_feats2 {width: 40px;}

}

