

/* Start:/local/templates/coffee/components/bitrix/catalog/coffee/style.css?1769031540907*/
.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 .search {
     margin-top: -14px; 
    margin-bottom: 15px;
}

/* .catalog-filter-hide{ */
	/* min-height:50px !important; */
/* } */
/* #catalog .search h4 { */
    /* margin-left: 11px; */
/* } */

/* End */


/* Start:/local/templates/coffee/components/bitrix/catalog/coffee/bitrix/catalog.element/.default/style.css?17690315409556*/
.ch-wish .btn span, .ch-wish .btn .icon {
    color: #1A3853;
}
.product-info-btns .ch-wish .btn.active span,
.product-info-btns .ch-wish .btn.active .icon {
    color: #E76642;
    border-bottom-color: transparent;
}

.popup-wrapper {
    position: relative;
    background: #fff;
    margin: 0 auto;
}

.popup-wrapper.popup-vacancy, .popup-wrapper.popup-checkout {
    max-width: 600px;
}

.popup-wrapper.popup-bigprod {
    max-width: 950px;
}

.popup-wrapper h3 {
    font-size: 15px;
    color: #333;
    margin-bottom: 1.875rem;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}

.cat-menu-wrapper h3.catalog-menu-header {
    text-align: left;
    margin: 0 10px 1.475rem;
}

.popup-wrapper.popup-checkout h3 {
    margin-bottom: 0.625rem;
}

.popup-wrapper.popup-checkout .product-price {
    margin-bottom: 40px;
}

.popup-wrapper.popup-checkout .product-price p {
    margin: 0;
}

.popup-ingredients {
    padding: 10px 0;
}

.ingredients-hide {
    margin-bottom: 30px;
}

.popup-counters {
    margin-bottom: 40px;
}

.popup-counters p {
    font-weight: 700;
    color: #333;
    font-size: 15px;
    line-height: 40px;
}

.popup-checkout .icon-basket {
    font-size: 1.714rem;
    display: inline-block;
    vertical-align: text-bottom;
}

.popup-wrapper form {
    padding: 0 1.25rem;
}

.mfp-close {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.popup-border {
    padding: 35px;
    position: relative;
}

.popup-border:after, .popup-border:before {
    content: '';
    position: absolute;
    top: 55px;
    bottom: 55px;
    width: 3px;
    height: auto;
    background: #96ddc8;
}

.popup-border:after {
    right: 0;
}

.popup-border:before {
    left: 0;
}

.popup-border-vertical {
    position: relative;
}

.popup-border-vertical:after, .popup-border-vertical:before {
    content: '';
    position: absolute;
    left: 55px;
    right: 55px;
    height: 3px;
    width: auto;
    background: #96ddc8;
}

.popup-border-vertical:after {
    top: 0;
}

.popup-border-vertical:before {
    bottom: 0;
}

.popup-corner {
    overflow: visible;
    border: 1.875rem solid transparent;
    padding: 1.25rem;
    position: relative;
    background: url(/_v/images/bg/top-corner-left.svg) top left, url(/_v/images/bg/top-corner-right.svg) top right, url(/_v/images/bg/bottom-corner-left.svg) bottom left, url(/_v/images/bg/bottom-corner-right.svg) bottom right;
    background-size: 3.4375rem auto;
    background-repeat: no-repeat;
    background-color: #fff;
}

.popup-clear {
    max-width: 840px;
    padding: 50px 40px;
}

.small-title {
    color: #333;
    text-transform: uppercase;
}

.popup-wrapper .product-price p {
    font-weight: 500;
    color: #333;
}

.popup-wrapper .product-price p > span {
    font-size: 19px;
    font-weight: 800;
    margin-left: 5px;
}

.popup-wrapper .ingredients-hide {
    margin-bottom: 30px;
}

.popup-wrapper .ingredients-hide > a {
    position: relative;
    outline: none;
}

.popup-wrapper .ingredients-hide > a span {
    font-weight: 700;
    font-size: 17px;
    color: #333;
    border-bottom: 1px dashed #333;
    display: inline-block;
    margin-bottom: 20px;
}

.popup-wrapper .ingredients-hide > a span:after {
    content: '';
    position: absolute;
    right: -20px;
    top: 10px;
    border: 5px solid transparent;
    border-top: 5px solid #333;
}

.popup-wrapper .product-checkout {
    padding: 20px 0;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.popup-wrapper .product-counter p {
    font-weight: 700;
    display: inline-block;
    color: #333;
    margin-right: 20px;

}

.popup-wrapper .counter {
    display: inline-block;
    border: none;
}

.popup-wrapper .counter input[type="text"] {
    width: 70px;
    display: inline-block;
    text-align: center;
    margin: 0 7px;
}

.popup-wrapper .counter a {
    text-decoration: none;
    vertical-align: middle;
    outline: none;
    display: inline-block;
}

.popup-wrapper .counter a i {
    color: #666;
    font-size: 1.286rem;
}

.popup-wrapper .counter a:hover i {
    color: #999;
}

.popup-wrapper .checkbox {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}

.popup-wrapper .checkbox + label {
    cursor: pointer;
}

.popup-wrapper .checkbox:not(checked) {
    position: absolute;
    opacity: 0;
}

.popup-wrapper .checkbox:not(checked) + label {
    position: relative;
    padding: 0 0 0 30px;
    font-weight: normal;

    display: inline-block;
}

.popup-wrapper .checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #c7c7c7;
}

.popup-wrapper .checkbox:checked + label:before {
    background: #fff url("/_v/images/forms/green-check.svg") center center no-repeat;
    border-color: #209e79;
}

.popup-wrapper .icon-triangle-left:before {
    content: "\e90f";
}

.popup-wrapper .icon-triangle-right:before {
    content: "\e911";
}

.popup-wrapper .counter {
    display: inline-block;
}

.popup-wrapper .btn-positive {
    background-color: #067778 !important;
    color: #fff !important;
    text-align: center;
}

.popup-wrapper .btn-small {
    height: 3.286rem;
    line-height: 3.286rem;
}

.popup-wrapper .btn {
    font-family: "Roboto", sans-serif;
    border: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.popup-wrapper .icon-basket:before {
    content: "\e912";
}

.popup-wrapper .btn-small {
    height: 3.286rem;
    line-height: 3.286rem;
}

.popup-wrapper .btn {
    font-family: "Roboto", sans-serif;
    border: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.popup-wrapper span.text {
    top: -5px;
    position: relative;
}

.product-carousel h3{margin-top:0;}
.product-carousel .product-carousel-big{position:relative;margin-bottom:20px;overflow:hidden;}
.product-carousel .product-carousel-big div{padding-right:1px;}
.product-carousel .product-carousel-big img{width:100%;border:1px solid #c7c7c7;box-sizing:border-box;}
.product-carousel .product-carousel-small{margin:0 0 30px 0;overflow:hidden;}
.product-carousel .product-carousel-small .slick-slide{margin:0 5px;padding:0;}
.product-carousel .product-carousel-small div{padding:2px;margin:0 10px 0 0;}
.product-carousel .product-carousel-small img{border:1px solid #c7c7c7;box-sizing:border-box;width:100%;}
.product-carousel .product-carousel-small .slick-current img{outline:2px solid #ffd502;border-color:#ffd502;}
.arrow-absolute .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:9;}
.arrow-absolute .slick-arrow.slick-next{right:0;}
.arrow-absolute .slick-arrow i{font-size:1.875rem;color:#fff;padding:10px;background:rgba(0, 0, 0, 0.5);cursor:pointer;}
.arrow-absolute .slick-arrow i:hover{background:rgba(32, 158, 121, 0.7);}
.popup-wrapper .arrow-absolute .slick-arrow.slick-prev,
.popup-wrapper .arrow-absolute .slick-arrow.slick-next {
    background-color: transparent;
    width: auto;
    height: 40px;
}
.popup-wrapper .arrow-absolute .slick-arrow.slick-prev {
    left: 0;
}
.popup-wrapper .arrow-absolute .slick-arrow.slick-next {
    left: auto;
}
.popup-wrapper .arrow-absolute .slick-arrow.slick-prev i,
.popup-wrapper .arrow-absolute .slick-arrow.slick-next i {
    width: auto;
    height: auto;
    padding: 10px;
}


.product-gallery-top .gallery-item {
    height: auto;
}
.product-gallery-top .gallery-item.videos:after {
    font-size: 90px;
}
.product-top .product-gallery-top .ch-img.ch-video:after {
    content: none;
}

.product-alert {
    width: 100%;
    /*margin-top: 30px;*/
    padding: 15px 25px;
    background-color: #E76642;
    border-radius: 3px;
}
.product-alert span,
.product-alert a {
    color: #fff;
    font-size: 0.9375rem;
}
.product-alert a {
    text-decoration: underline;
}
.product-alert a:hover {
    text-decoration: none;
}
/* End */
/* /local/templates/coffee/components/bitrix/catalog/coffee/style.css?1769031540907 */
/* /local/templates/coffee/components/bitrix/catalog/coffee/bitrix/catalog.element/.default/style.css?17690315409556 */
