/*
Стили добавленные к базовой адаптивной верстке.
Что-то новое, что-то перетянуто со старой версии дизайна
*/
.bootstrap {
    display: none;
}
.clear {clear: both;}

h1{
    color:#975AA2;
    font: italic 28px/30px Georgia;
}

h2{
    margin-top: 7px;
}
#navibar {
    height: auto !important;
}
#quick_search_result_wrapper{
    position: absolute;
    background: #fff;
    z-index: 5000;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 5px 5px 0px rgba(4,142,32, 0.85);   
}

#quick_search_result li{
    list-style: none;
    background: none;
    padding: 10px;
}
#zakaz_table_div, #checkout_div {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  
}
#zakaz_table_div, #checkout_div{
    
}
#checkout_div .formtable {
    width: 100% !important;
}

#quick_search_result li a{
    text-decoration: none;
}

#quick_search_result li:hover{
    background: #ADE892;
}

#quick_search_result li:first-child{
    border-top-right-radius: 10px;
}

#quick_search_result li:last-child{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#quick_search_result li:hover a{
    color: #FFF;
}

#quick_search_result li a{
    display: block;
    height: 25px;
    line-height: 25px;
}

.qsBuyBtn, .qsChooseBtn{
    /*display: inline-block;*/
    float: right;
    /*padding: 0px 0px 0px 40px !important;*/
    margin: 0px 0px 0px 15px !important;

	-moz-box-shadow:inset 0px 1px 0px 0px #975aa2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #975aa2;
	box-shadow:inset 0px 1px 0px 0px #975aa2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #975aa2), color-stop(1, #a469af) );
	background:-moz-linear-gradient( center top, #975aa2 5%, #a469af 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#975aa2', endColorstr='#a469af');
	background-color:#975aa2;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #975aa2;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:13px !important;
	font-weight:normal;
	font-style:normal;
	height:30px;
        line-height: 25px !important;
	width:70px !important;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #975aa2;
}
.qsBuyBtn:hover, .qsChooseBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a469af), color-stop(1, #975aa2) );
	background:-moz-linear-gradient( center top, #a469af 5%, #975aa2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a469af', endColorstr='#975aa2');
	//background-color:#a469af;
}
.qsBuyBtn:active, .qsChooseBtn:active {
	position:relative;
	top:1px;
}

/* Разделы рецептов */
.recipiesCatList{
    list-style: none;
}

.recipiesCatList > li{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding: 7px;
    border-radius: 10px;
    border: 1px solid #A7E78E;
    position: relative;
    width: 20%;
    min-width: 185px;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.recipiesCatList > li:hover{
    box-shadow: 0 3px 10px -2px #444;
    border-radius: 10px;
}

.recipiesCatList > li > div {
    min-height: 178px;
}

.recipiesCatList img{
    border-radius: 10px;
}

.recipiesCatList > li > a, .recipiesCatList > li > a:hover{
    color: #36970e;
    text-decoration: none;
}

.recipiesCatList > li > a:hover{
    cursor: pointer;
}
/* Разделы рецептов */

.qsResultLine{
    display: inline-block;
    float: left;
}

.loader{
    display: none;
}

/* Форма заказа обратного звонка */
.cstForm{
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    width: 520px;
    position: relative;
}

.cstForm .formLine {
	float: left; /* чтобы не было проблем с отступами между блоками */
	width: 100%; /* чтобы блоки не встраивались в одну строку */
	margin-bottom: 10px; /* расстояние между блоками */
}

.backCallFormHeader{
    margin-bottom: 40px;
    margin-top: 10px;
    text-align: center;
    color: #975AA2;
    font: italic 28px/30px Georgia;
}
#backCall_form label {
    display: inline-block;
    min-width: 120px;
}
#backCall_form input[type='text'] {
    width: 370px;
}
#backCall_form .textarea-wrapper {
    padding-right: 36px;
    padding-top: 10px;
}
#backCall_form textarea {
    width: 100%;
    min-height: 90px;
    padding: 10px;
}
#backCall_form .letter_view_block {
    font-size: 15px;
}
.fancybox-skin .submit_btn, .fancybox-skin .submit_btn:active {
    height: auto;
    padding: 10px;
    margin-top: 10px;
}
.formLine.personal label, .formLine.personal input {
    display: inline !important;
    font-size: 15px;
    font-style: italic;
} 
/* Кнопка */
.submit_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:42px;
	/*line-height:42px;*/
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
        cursor: pointer;
        position: relative;
        float: right;
}
.submit_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}
.submit_btn:active {
	position:relative;
        height:42px;
}

/* Информационный блок */
.letter_view_block{
    border: 1px dashed gold;
    background: #FFFFCC;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    font-style: italic;
}

/* Внешний вид полей ввода */
input[type='text'], input[type='password']{
    height: 24px;
    width: 200px;
    padding: 3px 5px;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #404040;
    font-size:14px;
}

input[type='text']:focus, input[type='password']:focus{
    background: #fff;
}

input.fakefield {
    width: 0px;
    height: 0px;
    overflow: hidden;
    border: none;
}

/* Внешний вид карточки товара */
.top-wrapper {
        display: flex;
    flex-direction: row-reverse;
}
.itemCartRSide{
    float: right;
    width: 50%;
    margin: 10px;
}

.itemCartLSide{
    float: left;
    position: relative;
    width: 50%;
    margin: 10px;
}
.discountLabelPage {
     position: absolute;
    z-index: 1;
    top: -8px;
    left: -8px;   
}
.BigBuyBtn {
    -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color:#9dce2c;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #83c41a;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    font-style:normal;
    height:45px;
    line-height:45px;
    width:130px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #689324;
}

.BigBuyBtn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
    background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
    background-color:#8cb82b;
    color: white;
}

.BigBuyBtn:active {
        position:relative;
        top:1px;
}

.cartPriceBlock{
    padding: 20px 20px 20px 20px;
    border: 1px solid #4eaae4;
    border-radius: 7px;
    margin-bottom: 12px;
}

.image_link{
    display: block;
    background: #FFF;
    position: relative;
    padding: 40px;
    border-radius: 10px;
    background: url(/images/icons/view.png) no-repeat top right #FFF;
    border: 1px solid #4eaae4;
    text-align: center;
}
.image_link.fancybox {
    text-align: center;
}
.image_link img{
    width: auto;
    height: auto;
}

#amount{
    margin-right: 20px;
    height: 25px;
    font-size: 20px;
    width: 50px;
    color: #4b5256;
    border: none;
}
.alert-info {
    margin-top: 20px;
    background: #ffebeb;
    color: #ff5555;
    padding: 9px 20px;
    border: 1px solid #ffafaf;
}
.cart_wrapper{
    background: url(/images/bg.png);
    border-radius: 10px;
    padding: 15px 15px 15px 0px;
}

.price_wrapper div{
    display: inline-block;
    font-size: 22px;
    color:#e23e96;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-style: italic;
    margin-bottom: 12px;
}

.price_value, .price_currecy{
    font-weight: bold;
    font-size: 26px;
}

.bgu_image_caption{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.bgu_image_wrapper{
    text-align: center;
    position: relative;
}
.bgu_image{
}

.bgu_wrapper{
    font-weight: bold;
    border: 1px solid #4eaae4;
    padding: 20px;
    border-radius: 10px;
    /*width: 350px;*/
    height: auto;
    position: relative;
}

.bgu_loader{
    display: none;
    margin-top: 45px;
    position: absolute;
    margin-left: 140px;
}

.loader_big{
    display: none;
    margin-top: 15px;
}

.btn_caption{
    display: block;
}

#variant{
    width: 300px;
    border: 1px solid #ededed;
    border-radius: 6px;
    color: #4b5256;
    font-size: 20px;
    height: 40px;
    padding: 2px;
}


.tabs{
    margin-top: 20px;
}

.tabs{
    display:inline-block;
    width: 100%;
}
.tabs > div{
	padding-top:10px;
}
.tabs ul.tabs_headers{
	margin:0px;
	padding:0px;
}
.tabs ul.tabs_headers:after{
	content:"";
	display:block;
	clear:both;
	height:3px;
	background:#53BE25;
}
.tabs ul.tabs_headers li{
	margin:0px;
	padding:0px;
	cursor:pointer;
	display:block;
	float:left;
	padding:10px 15px;
	background:#e9eaeb;
	color:#707070;
}
.tabs ul.tabs_headers li.active, .tabs ul.tabs_headers li.active:hover{
	background:#53BE25;
	color:#fff;
}
.tabs ul.tabs_headers li:hover{
	background:#d6d6d7;
}

#post_delivery_avaliable{
    font-weight: bold;
    margin-top: 20px;
    padding-left: 60px;
    margin-left: 25px;
    background: url(/images/post_delivery.jpg) no-repeat 0 0;
    height: 48px;
    line-height: 14px;
    font-weight: bold;
    color: #0539C1;
}
#post_delivery_not_avaliable{
    font-weight: bold;
    margin-top: 20px;
    padding-left: 0px;
    margin-left: 0;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
    color: #0539C1;
}
#post_delivery_avaliable small {
    position: relative;
    top: 5px;
    display: inline-block;
        line-height: 13px;
}
/* Пагинатор */
.paginator{
    clear: both;
}

.paginator a{
    border: 1px solid #975aa2;
    border-radius: 4px;
    display: block;
    float: left;
    font-size: 16px;
    margin-right: 10px;
    padding: 5px 9px;
    text-decoration: none;
    color: #975aa2;
}
.paginator a.act_pg{
    background: #E6D1EA;
    font-weight: bold;
}

.paginator a:hover{
    background: #E6D1EA;
    font-weight: bold;
}
/* Пагинатор */

.discountLabel{
    background: rgba(0, 0, 0, 0) url("/images/icons/sale_lenta.png") no-repeat scroll 0 0;
    height: 85px;
    width: 85px;
    left: 5px;
    top: 1px;
    position: absolute;
}

#ajax_load{
    display: none;
}

.out_of_stock{
    color:green; 
    text-align:right; 
    float: right; 
    height: 32px;
    line-height: 30px;
    display: block;
}

#StockAlertWrapper{
    width: 470px;
}

.StockAlertMessage{
    width: 470px;
    font-size: 16px;
    text-align: center;
    line-height: 1.4em;
}

#guestEmailInput, #guestNameInput{
    font-size: 16px;
    padding: 4px;
    border-radius: 4px;
    width: 460px;
    border: 1px solid #58B72E;
    font-weight: bold;
    color: #4b5256;
}

#StockAlertBtn{
    display: block;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    height: 30px;
    margin-top: 12px;
    width: 200px;
    border: 1px solid #448826;
    background: #58B72E;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

.out_of_stock {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:110px !important;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.out_of_stock:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.out_of_stock:active {
	position:relative;
	top:1px;
}

#MrScrollUp{
    z-index: 99999999999;
    width: 80px;
    height: 85px;
    display: block;
    overflow: hidden;
    cursor: default;
    position: fixed;
    right: 30px;
    top: 95%;
    background: url(/images/top_st.png) no-repeat 0 0;
    margin: -125px 0 0;
    padding: 0;
    cursor: pointer;
}

.rec_block{
    width: 46%;
    float: left;
    border: 1px solid #a7e78e;
    box-shadow: 0 3px 10px -2px #a7e78e;
    border-radius: 7px;
    margin-bottom: 20px;
    padding: 5px;
}
.rec_block:nth-child(even) {
    margin-left: 20px;
}

.rec_block img{
    border-radius: 7px;
}

.rec_block:nth-child(odd){
    margin-left: 12px;
}

.rec_anons_wr{
    height: 115px;
    overflow-y: hidden;
}

.rec_img_wr{
    float: left;
    margin-right: 15px;
}

/* Радиокнопки */
/*input[type='radio'] {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
input[type='radio'] + label {
	cursor: pointer;
}
input[type='radio']:not(checked) {
	position: absolute;
	opacity: 0;
}
input[type='radio']:not(checked) + label {
	position: relative;
	padding: 0 0 0 35px;
}
input[type='radio']:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0px;
	width: 22px;
	height: 22px;
	border: 1px solid #975AA2;
	border-radius: 50%;
	background: #FFF;
}
input[type='radio']:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #F2823A;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: all .2s;
}
input[type='radio']:checked + label:after {
	opacity: 1;
}

input[type='radio']:checked + label{
	font-weight: bold;
	color: #975AA2;
}

input[type='radio']:focus + label:before {
	box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}

label{
    font-weight: normal;
}*/
/* Радиокнопки */


.receptCartImage{
    float: right; 
    margin-left: 12px; 
}

.receptCartImage img{
    -webkit-border-top-left-radius:10px;
    -moz-border-radius-topleft:10px;
    border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -moz-border-radius-topright:10px;
    border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-bottomright:10px;
    border-bottom-right-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -moz-border-radius-bottomleft:10px;
    border-bottom-left-radius:10px;
    box-shadow: 0px 5px 5px 0px rgba(4,142,32, 0.85);   
}

.printBtn {
    -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color:#9dce2c;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    border:1px solid #83c41a;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    font-style:normal;
    height:36px;
    line-height:36px;
    width:130px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #689324;
    margin-top: 10px;
    float: right;
}

.printBtn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
    background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
    background-color:#8cb82b;
    color: white;
}

.printBtn:active {
        position:relative;
        top:1px;
}



/////////  Старые стили  /////////////

.captable { width:684px }
.captable td { vertical-align:middle; padding:4px; display: block; }
.textinputs { width:342px }
.mimput { width:1px; height:1px; overflow:hidden; border:none }
.dost { padding:20px 0 10px 0 }
.lidiv { padding: 0 0 5px 0px }
.rs { color:#FF0000 }

.zakaz_table { width:100% }
.zakaz_table th { padding:4px 0px 4px 4px; border-top:1px dotted #CCC; border-left:1px dotted #666666; text-align:left; }
.zakaz_table td { padding:4px 0px 4px 4px; border-top:1px dotted #CCC; border-left:1px dotted #666666; text-align:left; }
.zth { text-align:left; font-weight:bold }
.zthl { text-align:left; font-weight:bold; border-right:1px dotted #666666; }
.ztdr { border-right:1px dotted #666666; }

.zthb { border-bottom:1px dotted #666666 }
.ztdb { border-bottom:1px dotted #666666; font-weight:bold }
.zthbl { font-weight:bold; border-right:1px dotted #666666; border-bottom:1px dotted #666666 }
.comp td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #000;
}
.comp td strong {
        margin-bottom: 10px;
    display: block;
    margin-top: 10px;
    margin-left: 10px;
}




.app {
    float: left;
    position: relative;
    left: -15px;
}
.app a {
    text-decoration: none;
}
.app img {
    width: 41px;
}

.comment textarea {
    width:100%;
    height: 175px;
}
.comment-item {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.comment-item input[type=text] {
    width: 90%;
}


.slick-prev:before, .slick-next:before {
    color: #41a615 !important;
    font-size: 30px !important;
}
.slick-prev, .slick-next {
    width: 37px !important;
    z-index: 999999 !important;
}
.slick-slide img {
    width: 100%;
}





.number-12 a {
    color: #ae69a7 !important;
}
.goods-list li {
    font-size: 17px;
}
.thumbs li .t-name {
    font-size: 15px;
}
.red, .red a {
    color: #f00 !important;
    font-weight: bold;
}
.recipes-wrap {
    display: flex;
}
.recipes-content {
    
}
.recipes {
    
}
.recipiesCatList > li {
    float: right;
}
@media (max-width: 860px) {
    .recipiesCatList > li {
        float: left;
    }    
    .recipes-wrap {
        flex-flow: column-reverse;
    }
}
@media (max-width: 500px) {
    .recipiesCatList > li {
        float: none;
        margin: auto;
    }
}
.shop {
    text-align: center;
}
.shop .main-shop {
    max-width: 100%;
    margin: auto;
}
.shop h2 {
    color: #975AA2;
    font: italic 24px/30px Georgia;
}
.shop h3 {
    color: #975AA2;
    font: italic 20px/30px Georgia;
    margin-top: 20px;
    margin-bottom: 10px;
}
.shop-gallery {
    display: flex;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.shop-gallery .item-1, .shop-gallery .item-3 {
    width: 28%;
}
.shop-gallery .item-2 {
    width: 45%;
}
.shop-gallery a {
    padding: 10px;
}
.shop-gallery img {
    max-width: 100%;
}
.shop .img-1 {
    max-width: 210px;
}
.shop .img-2 {
    max-width: 250px;
}
.shop li {
        font-size: 16px;
    color: #2a9d2b;
    font-weight: bold;
}
.dop_images {
    
}
.dop_images img {
    width: 100%;
    max-width: 100px;
    height: auto;
}
.dop_images .dop_img {
    border: 1px solid #4eaae4;
    display: block;
    margin: 20px 10px;
    border-radius: 10px;
    padding: 10px;
}
@media screen and (max-width: 866px){
    .bgu_image {
        width: 100%
    }
}
@media screen and (max-width: 1000px){
    .shop .img-1 {
        max-width: 130px;
    }
    .shop .img-2 {
        max-width: 180px;
    }
}
@media screen and (max-width: 650px){
    .shop-gallery {
        display: block;
    }
    .shop-gallery .item-1, .shop-gallery .item-2, .shop-gallery .item-3 {
        width: 100%
    }
    .top-wrapper {
        flex-wrap: wrap;
    }
    .itemCartRSide, .itemCartLSide {
        width: 100%;
        float: none;
        max-width: 100% !important;
    }
    .cart_wrapper {
        padding: 0;
    }
    .alert-info {
        text-align: center;
    }
}








.menu-week .week-name {
    color: #fff;
    background: #50ba23;
    padding: 10px;
    margin: 10px;
    font: bold 15px/17px Arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px #3c8f18;
    cursor: pointer;
    position: relative;
}
.menu-week .week-name .arr {
    font-size: 28px;
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    right: 10px;
    transition: .3s
}
.menu-week .week-name .arr.active {
    transform: rotate(180deg);
}

.menu-day .day-name {
    font-size: 16px;
    color: #975aa2;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: .3px;
    padding-bottom: 5px;
    text-align: center;
}

.menu-day .img-holder {
    display: inline-flex;
}

.day_items {
    width: 100%;
}
.day_items .weight {
    width: 60px;
    font-weight: bold;
}
.day_items .kkal {
    width: 90px;
    font-weight: bold;
}
.day_items .wrap-weight{
    text-align: right;
    font-size: 12px;
    font-style: italic;
}
.day_items .image {
    width: 120px;
    font-weight: bold;
}
.day_items .wrap-image {
    text-align: center;
}
.day_items .name {
    
    font-weight: bold;
}
.day_items .price, .day_items .curr {
    width: 90px;
    font-weight: bold;
}

.day_items .amount {
    width: 100px;
    font-weight: bold;
}

.day_items .amount_input {
    width: 20px;
    padding: 7px;
}
.day_items .minus {
    position: relative;
    top: 8px;
    left: -2px;
}

.day_items .plus {
    position: relative;
    top: 8px;
    left: -2px;
}
.day_items .head-line {
    background: rgba(80, 186, 35, .2);
}
.day_items .head-line td {
    padding: 4px;
    text-align: center;
}

.menu-week .text-bottom p {
        font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
    color: #36970e;
}
.menu-week .items td {
        padding: 0 10px;
}
.itog {
    text-align: right;
}
.itog .price {
    color: #975AA2;
    font: italic 28px/30px Georgia;
    margin-bottom: 20px;
}
.week-button {
        width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.amount_wrapper .error {
    font-size: 12px;
    font-style: italic;
    color: #f00;
    text-align: left;
}
.itog .amount {
    font-size: 20px;
    margin-bottom: 30px;
}
.itog .amount div {
    margin-bottom: 11px;
    font-style: italic;
}
.day_items .variants {
    margin-top: 10px;
    padding: 6px;
}
.day_items {
    display: none;
}
.goods-list li:first-child a {
    color: #f00 !important;
}
.goods-list li.number-19 a {
    color: #f00 !important;
}
label[for=p1760321] {
    width: 100%;
}
label[for=p1760321] .icons {
    display: flex;
}
label[for=p1760321] .icons img {
        max-width: 93px;
    margin-right: 10px;
}

.action-page {
    text-align: center;
        box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border: 1px solid #a7e78e;
    box-shadow: 0 3px 10px -2px #a7e78e;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    max-width: 510px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.action-page h3{
        color: #f00;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 500;
}
.action-page .action-descr  {
        margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
}
.action-page .action-descr span {
    font-size: 20px;
    color: #f00;
}
.miniCartPriceWrapper.price {
    display: flex;
}
.miniCartPriceWrapper.price p {
    margin: 0;
    font-size: 80%;
    margin-right: 10px;
    color: #f14242;
}
.items-wrapper .thumbs li .amount_wrapper a img {
    width: 12px;
}
.items-wrapper .thumbs {
    overflow: visible;
}
.items-wrapper .slick-next {
    right: -35px;
}
.items-wrapper .slick-prev {
    left: -30px;
}
.bootstrap button:focus {
    outline: none !important;
}
.bootstrap .form-control[readonly] {
    background-color: #ffffff !important;
}
.pickup_time {
    display: none;
}

.btns-filter-wrapper {
    margin: 20px 0px;
}
.btns-filter-wrapper button {
    background: #ffffff;
    padding: 7px 20px;
    border: 1px solid #a7e78e;
    cursor: pointer;
    transition: all .5s;
    margin-bottom: 3px;
    display: none;
}
.btns-filter-wrapper button.show {
    display: inline-block;
}
.btns-filter-wrapper button:hover {
    background: #a7e78e63;
}
.btns-filter-wrapper button.active {
    background: #268a16;
    color: #fff;
}
.catalog_items .page-item {
    transition: all .3s;
}
.btns-filter-wrapper button.showall {
    background: #e6fddd;
}
.btns-filter-wrapper button.showall:hover {
    background: #ffffff;
}
.catalog_items .page-item.filtered {
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

.pre-footer .payments svg {
    max-width: 68px;
    max-height: 23px;
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}

.payment-cart-wrapper svg {
    max-width: 68px;
    max-height: 23px;
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}

.hvr__images {
    position: relative;
}

.hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    z-index: 3;
}

.hvr__sector {
    flex-grow: 1;
}
.images-slider {
    display: flex;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.images-slider img {
    display: block;
}

.hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hvr__dot {
    width: 5px;
    height: 5px;
    margin: 10px 2px 0;
    border-radius: 50%;
    background: #d6dbe0;
}
.hvr__dot--active {
    background: #000;
}

.hvr, .hvr__images {
    height: 100%;
}
.images-slider img {
    position: absolute;
    transition: all .5s;
    opacity: 0;
}
.images-slider img:first-child {
    opacity: 1;
}
.images-slider img.active {
    opacity: 1;
}
.images-slider img.not-active {
    opacity: 0;
}
.addtowishlist {
    /*display: none;*/
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.itemCartLSide .addtowishlist {
    left: 10px;
    top: 10px;
}
.addtowishlist svg {
    width: 30px;
    height: 30px;
    fill: #f9f9f9;
    stroke: #d3d3d3;
    stroke-width: 4px;
    transition: all .5s;
}
.addtowishlist:hover svg {
    fill: #ffefef;
    stroke: #ffefef;
}
.addtowishlist.active svg {
    fill:#ff0707;
    stroke: none;
}

.catalog-card-info {
    display: none;
    opacity: 0;

    transition: all .5s;

    border-radius: 10px;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #ffffff;
    padding: 10px 20px;
    box-shadow: 3px 3px 11px 3px rgba(0, 0, 0, .2);
    border: 1px solid #dfdfdf;
}

.catalog-card-info.active {
    display: block;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 500px;
    padding: 0px;
    top: 0;
    bottom: 0;
    max-height: fit-content;
}
.catalog-card-info.active .card-back {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000007a;
    z-index: 6;
}
.catalog-card-info .card-wrapper {
    background: #fff;
    z-index: 9;
    position: relative;
    padding: 20px;
    border-radius: 5px;
}
.catalog-card-info .card-title {
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    font-size: 16px;
    color: #36970e;
    text-transform: uppercase;
    font-weight: 300;
    border-bottom: 1px solid #8b8b8b;
    padding-bottom: 10px;
}
.catalog-card-info .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.catalog-card-info .close svg {
    fill: #414141;
    width: 20px;
    height: 20px;
}
.catalog-card-info ul {
    list-style: none;
    border-left: 11px solid #000;
    width: 100%;
}
.catalog-card-info ul li {
    width: 100%;
    line-height: .2em;
}
.catalog-card-info ul li:last-child {
    margin-bottom: 0px;
}
.catalog-card-info .arr {
    border: solid 10px transparent;
    border-right-color: #b1b1b1;
    position: absolute;
    margin: -85px 0 0 -20px;
    left: 0px;

    display: none;
}
.catalog-card-info .arr div {
    border: solid 10px transparent;
    border-right-color: #ffffff;
    position: absolute;
    margin: -10px 0 0 -9px;
    left: 0px;
}
.show-info {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 60px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.show-info svg {
    width: 30px;
    height: 30px;
    fill: #cdcdcd;
    stroke-width: 4px;
    transition: all .5s;
}
.show-info:hover svg {
    fill: #00d32a;
}
table.sostav {
    border: 1px solid #c3c3c3;
    border-collapse: collapse;
}
table.sostav th {
    text-align: left;
    border: 1px solid #c3c3c3;
    padding: 6px 4px;
}
table.sostav td {
    border: 1px solid #c3c3c3;
    padding: 6px 4px;
}
.cart-info {
    margin: 40px 0;
    border: 2px solid #ffa2a2;
    padding: 10px 20px;
    background: #f9f9f9;
}
.cart-info .color {
    color: #f00;
}

.cookie-root {
    background: #fff;
    box-shadow: 0 3px 6px #000000;
    padding-bottom: 16px;
    padding-top: 16px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7000;
    font-size: 14px;
    display: none;
    padding-left: 20px;
    padding-right: 20px
}

.cookie-inner {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 320px
}

.cookie-text {
    color: #242629;
    flex-grow: 1;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none
}

.splr-button {
    color: #003c7d;
    align-items: center;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    outline: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    font-weight: 600;
    top: -1px;
    margin-right: 8px;
    margin-left: 8px;
    transition: all .5s
}

.splr-button svg {
    fill: #003c7d;
    width: 17px;
    margin-left: 5px;
    transition: all .5s;
    position: relative;
    top: 4px
}

.splr-button:hover {
    color: #242629
}

.splr-button:hover svg {
    color: #242629
}

.cookie-spoiler-intro {
    display: flex;
    margin-bottom: -18px;
    transition: all .5s
}

.button-root {
    color: #fff;
    background-color: #242629;
    border-color: transparent;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: all .3s;
    border-radius: 3px;
    cursor: pointer
}

.button-root:hover {
    background-color: #003c7d
}

.cookie-splr-full {
    visibility: hidden;
    opacity: 0;
    height: 0;
    font-size: 14px;
    color: #737476;
    margin-top: 10px;
    padding-right: 110px;
    transition: all .5s
}

.cookie-splr-full a {
    color: #242629;
    text-decoration: none;
    border-bottom: 1px solid rgba(36, 38, 41, .12);
    transition: all .5s
}

.cookie-splr-full a:hover {
    border-bottom-color: #242629;
    color: #242629
}

.splr-button .splr-icon {
    transition: all .5s
}

.cookie-root.open .cookie-splr-full {
    visibility: visible;
    opacity: 1;
    height: auto
}

.cookie-root.open .splr-button .splr-icon {
    transform: rotate(180deg);
    margin-left: 5px
}

.cookie-root.open .cookie-spoiler-intro {
    margin-bottom: 0
}
