

/* Start:/local/templates/sivikshop/components/bitrix/catalog/catalog/style.css?17458194646289*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

.after_content {
    padding: 15px;
    font-size: 13px;
    line-height: 15px;
}

.food_banner {
    width: 100%;
    min-height: 285px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.food_banner img {
    width: 100%;
}
.filter_wrap {
    /* margin-top: -44px; */
    margin-top: 0;
}
.form__fields {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.form__field {
    display: flex;
    min-width: 14%;
    align-self: stretch;
    align-content: stretch;
}
.form__field input[type=radio] {
    visibility: hidden;
    position: absolute;
}
.form__field input[type=radio] + label {
    color: #fff;
    cursor: pointer;
    display: flex;
    width: 100%;
    background-color: #282827;
    align-items: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 15px;
    padding: 15px 5px 15px 57px;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 20px center;
    transition: all ease 0.2s;
}
.form__field input[type=radio]#milk + label {
    background-image: url("/local/templates/sivikshop/img/milk_white.svg");
}
.form__field input[type=radio]#chiken + label {
    background-image: url("/local/templates/sivikshop/img/hen_white.svg");
}
.form__field input[type=radio]#pig + label {
    background-image: url("/local/templates/sivikshop/img/pig_white.svg");
}
.form__field input[type=radio]#meat + label {
    background-image: url("/local/templates/sivikshop/img/meat_white.svg");
}
.form__field input[type=radio]#drink + label {
    background-image: url("/local/templates/sivikshop/img/beer_white.svg");
}
.form__field input[type=radio]:checked + label, .form__field input[type=radio] + label:hover {
	background-color: #e41d2d ;
}
.overlay_consult {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
	display: none;
}
.form__wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 15px 30px;
}
.form__consult-desc {
    width: 100%;
    background: #e7e7e7;
    padding: 15px 30px;
}
.form__consult-desc ul {
    margin-left: 20px;
    list-style: none;
}
.form__consult-desc ul li {
    position: relative;
    padding-left: 10px;
}
.form__consult-desc ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    left: 0;
    background-color: #282828;
    border-radius: 50%;
    transform: translateY(-50%);
}
.open_consult {
    cursor: pointer;
    padding: 10px 30px;
    border: 1px solid #e41d2d;
    color: #fff;
    background: #e41d2d;
    display: inline-block;
    margin: 15px 0;
	transition: all ease 0.2s;
}
.open_consult:hover {
    color: #e41d2d;
    background: #e7e7e7;	
}
.form__consult-desc span {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}
.slogan_consult {
    text-transform: uppercase;
    font-weight: 600;
}
.close_consult {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 23px;
    cursor: pointer;
}
.form__title {
    font-size: 18px;
    font-weight: 600;
    color: #125abd;
}
.card .btn-cart.select {
    background-color: #fff !important;
}
#sliders-tabs-info li.characteristics b {
    border-bottom: 1px dashed #19488f !important;
}

@media screen and (max-width: 1175px) {
	.form__fields {
		flex-wrap: wrap;
	}
	.form__field {
		min-width: 50%;
	}
	.form__field input[type=radio] + label {
		margin: 0;
		padding: 15px 5px 15px 60px;
	}	
	.food_item-section {
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
    a.food-card {
        width: 45%;
    }
	.form__field {
		min-width: 100%;
	}
	.form__field input[type=radio] + label {
		margin: 0;
		padding: 15px 5px 15px 60px;
	}	
	.food_item-section {
		width: 100% !important;
        border-bottom: 2px solid #c7c7c7;
	}
    .product__item-body {
        flex-direction: column;
    }
    .product__item-left, .product__item-right {
        flex-basis: 100%;
    }
    a.product-item-image-wrapper {
        width: 100% !important;
        position: relative !important;
    }
    .product-item-preview {
        display: none;
    }
    .product-item-preview.detail-text {
        display: block;
    }
    /* .product-price-btn-wrapper {
        flex-wrap: wrap;
    } */
    .product-item-offers {
        flex-basis: 100%;
    }
    .product-item-scu-container {
        justify-content: flex-end;
    }
    /* .product-item-price-container {
        margin: 10px 0 !important;
        padding-right: 0 !important;
    }
    .product-item-info-container.product-item-hidden {
        width: 100% !important;
    }
    .count_wrapper {
        position: relative !important;
        align-self: center !important;
        top: 0 !important;
    }
    .product-item-amount-field {
        max-width: 40px !important;
        height: 50px !important;
    }
    .product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
        min-width: 30px !important;
        height: 25px !important;
    } */
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?169962143264*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/sivikshop/components/bitrix/catalog/catalog/style.css?17458194646289 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?169962143264 */
