@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
.title-search-result{
    z-index:9999;
}
.arrow_box{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    width: 42px;
    min-width: 42px;
    height: 42px;
    /* padding: 0; */
    border: 1px solid #5a5a5a;
    border-radius: 50%;
    outline: 0;
    cursor: pointer;
    position:fixed;
    z-index:999;
    right:30px;
    bottom:20px;
    display:none;
}
.search-photo:hover{
    cursor:pointer;
}
.plocha{
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
.owl-nav{
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
.arrow_box:hover{
       /*bottom:25px;*/
       background:rgba(160,181,205,.2);
}
.arrow_up{
    width: 14px;
    height: 14px;
    margin-top: 6px;
    border-left: 1px solid #5a5a5a;
    border-top: 1px solid #5a5a5a;
    -webkit-transform: rotate(46deg);
    -ms-transform: rotate(46deg);
    transform: rotate(46deg);
}
body{
    /*font-family: 'Open Sans'!important;*/
}
.promo-offer{
    background-color:transparent;
}
.promo-offer .right-side{
    padding-right:1%;
}
.promo-offer .container{
   background-color: #111e2c;
}
.promo-offer .left-side{
    padding:0px!important;
}
.product-card .product-photo-slider .product-item-detail-slider-block{
    background-color:transparent;
}
.product-card .buy-options .price-and-availability-container .price-and-cart-btn .add-to-cart-btn .quantity-control .btn-minus{
    left:0px;
    right:auto;
    width:35px;
}
.product-card .buy-options .price-and-availability-container .price-and-cart-btn .add-to-cart-btn .quantity-control .btn-plus{
    width:35px;
}
.product-card .buy-options .price-and-availability-container .price-and-cart-btn .add-to-cart-btn .quantity-control .btn-minus:before {
    right: 0px;
    left: 0px;
    margin: auto;
}
.product-card .buy-options .price-and-availability-container .price-and-cart-btn .add-to-cart-btn .quantity-control .btn-plus:before {
    left:0px;
    right:0px;
    margin:auto;
}
.product-card .buy-options .price-and-availability-container .price-and-cart-btn .add-to-cart-btn .quantity-control .btn-plus:after{
    left:0px;
    right:0px;
    margin:auto;
}
.product-card .buy-options .price-and-availability-container .price-and-cart-btn .add-to-cart-btn .quantity-control .btn-plus, .product-card .buy-options .price-and-availability-container .price-and-cart-btn .add-to-cart-btn .quantity-control .btn-minus{
    top:0;
    bottom:auto;
    height:100%;
    margin:auto;
    box-sizing:border-box;
}
.product-card .buy-options .price-and-availability-container .price-and-cart-btn .add-to-cart-btn .quantity-control .btn-minus:before{
    top:20px;
}
.product-card .buy-options .price-and-availability-container .price-and-cart-btn .add-to-cart-btn .quantity-control .btn-plus:before{
    top: 16px;
}
.product-card .buy-options .price-and-availability-container .price-and-cart-btn .add-to-cart-btn .quantity-control .btn-plus:after{
    top:20px;
}
.slider_new .owl-next{
    cursor:pointer;
}
.slider_new .owl-prev{
    cursor:pointer;
    transform: rotate(180deg);
}
.owl-nav div:hover{
    opacity:1;
        background-color:rgba(17, 30, 44, 0.8);
}
.owl-nav{

}

.left-side:hover .owl-nav{

}

.line-through-new{
    position:relative;
}
.my-line-through{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(60, 60, 60, .5);
    transform: rotate(-15deg)
}
.catalog-list .list-item .item-info .item-price .old-price{
    position:absolute;
    top:-290px;
    right:0px;
    font-size:22px;
    color: #8b8d8f;
    text-align:right;
        text-decoration:none!important;
}
.catalog-list .list-item .item-info .item-price .old-price .price-value:after{
    content:'';
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(60, 60, 60, .5);
    transform: rotate(-15deg)
}
.catalog-list .list-item .item-info .item-price .old-price .price-value{
        text-decoration:none!important;
        position:relative;
}

@media (max-width: 767px)
{
    .main-header .content .mobile-site-menu-wrap.active .mobile-menu-button {
        background-color: #e9e9e9;
        padding: 25px 14px;
    }

    .main-header, .main-header .content .mobile-site-menu-wrap.active {
        box-shadow: 0px 0 20px 0px rgba(0,0,0,.2);
    }

    .button-qty-include-block .btn-include-qty {
        width: 80px;
    }

    .products-list.list .col-3 .list-item .item-info .button-qty-include-block .btn-to-cart, .products-list.list .col-4 .list-item .item-info .button-qty-include-block .btn-to-cart {
        width: 53%;
        padding: 7px 1px 8px;
    }

}

.page-of-catalog-section .filters-sidebar-products-sections-nav .products-sections-list li.bx_active, .page-of-catalog-section .filters-sidebar-products-sections-nav .products-sections-list li.selected, .page-of-catalog-section .filters-sidebar-products-sections-nav .products-sections-list li:hover {
    background-color: #f1d27f;
}

.page-of-catalog-section .filters-sidebar-products-sections-nav .products-sections-list {
    border: 1px solid rgba(241, 210, 127, 1);
    border-radius: 4px;
}

.page-of-catalog-section .filters-sidebar-products-sections-nav .products-sections-list li:hover {
    cursor: pointer;
}

.page-of-catalog-section .filters-sidebar .filters-list {
    margin-top: 20px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn {
    text-decoration: none;
}

.one_click {
	padding: 0 15px;
}

.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.clear-fix {
    clear: both;
}

.button-qty-include-block .btn-include-qty .btn-minus:hover, .button-qty-include-block .btn-include-qty .btn-plus:hover
{
    background-color: transparent;
}

.main-header .content .cart-block-wrap .btn-toggle-cart {
    /*padding: inherit;*/
}
.show-quantity-value {
    display: none;
}
.searchNothing {
    font-family: "Helvetica Neue", sans-serif;
}
.main-header .top .row-middle{
    min-height: 66px;
}
.addition-search .row{
    min-height: 80px;
}


.main-header .top .callback-item__title{
	cursor: pointer;
}
.main-header .top .work-info{
	position: relative;
}
.popup-city{
	position: absolute;
	border: 1px solid #e8e8e8;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
	padding: 30px;
	z-index: 10;
	width: 420px;
    top: 100%;
    left: 0;
    display: none;
}
.popup-city .title{
	font-size: 16px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	margin: 0 0 20px 0;
	padding-right: 25px;
}
.popup-city .popup-city-close{
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('/local/templates/eu-market/images/popup-city-close.png') center center no-repeat;
	cursor: pointer;
	z-index: 1;
	right: 30px;
	top: 30px;
}
.popup-city::after {
	content: '';
    border: 12px solid transparent;
    border-bottom: 12px solid rgb(255, 255, 255);
    position: absolute;
    left: 30px;
    top: -24px;
    width: 0;
}
.popup-city .btns{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.popup-city .btns a{
	-ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    display: block;
	font-size: 16px;
	color: rgb(255, 255, 255);
	text-align: center;
  	border-radius: 5px;
  	text-decoration: none;
  	padding: 10px 5px;
}
.popup-city .btns .popup-city-ok{
	background: #f7bd00;
}
.popup-city .btns .popup-city-other{
	background: #000000;
}
.popup-city .popup-city-list{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.popup-city .popup-city-list .popup-city-list-col{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.popup-city .popup-city-list .popup-city-list-col a{
	display: block;
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-decoration: underline;
    margin-bottom: 5px;
}
.popup-city .popup-city-list .popup-city-list-col a:hover{
	color: #f7bd00;
}