@font-face {
    font-family: 'Montserrat';
    src: url('/font/montserrat-black-webfont.eot');
    src: url('/font/montserrat-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/montserrat-black-webfont.woff2') format('woff2'),
         url('/font/montserrat-black-webfont.woff') format('woff'),
         url('/font/montserrat-black-webfont.ttf') format('truetype'),
         url('/font/montserrat-black-webfont.svg#Montserrat') format('svg');
    font-weight: 900;
    font-style: normal;

}



@font-face {
    font-family: 'Montserrat';
    src: url('/font/montserrat-light-webfont.eot');
    src: url('/font/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/montserrat-light-webfont.woff2') format('woff2'),
         url('/font/montserrat-light-webfont.woff') format('woff'),
         url('/font/montserrat-light-webfont.ttf') format('truetype'),
         url('/font/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat';
    src: url('/font/montserrat-semibold-webfont.eot');
    src: url('/font/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/montserrat-semibold-webfont.woff2') format('woff2'),
         url('/font/montserrat-semibold-webfont.woff') format('woff'),
         url('/font/montserrat-semibold-webfont.ttf') format('truetype'),
         url('/font/montserrat-semibold-webfont.svg#Montserrat') format('svg');
    font-weight: 600;
    font-style: normal;

}


@font-face {
    font-family: 'Montserrat';
    src: url('/font/montserrat-extrabold-webfont.eot');
    src: url('/font/montserrat-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/montserrat-extrabold-webfont.woff2') format('woff2'),
         url('/font/montserrat-extrabold-webfont.woff') format('woff'),
         url('/font/montserrat-extrabold-webfont.ttf') format('truetype'),
         url('/font/montserrat-extrabold-webfont.svg#Montserrat') format('svg');
    font-weight: 800;
    font-style: normal;

}


body{
    position: relative;
    margin: 0;
    padding: 0 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #3c3c3c;
    background-position: 50% 50%;
	background-color: #f5f5f5;
	background-image: url(/images/pattern.png);

}
td,th{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
a, a:hover,a:focus{
	text-decoration: none;
}
a{
	color: #3c3c3c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover{
	color: #bf1c1c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.container{
	max-width: 1170px;
	width: 100%;
	padding:0;
}
.text{
	font-family: 'Montserrat', sans-serif;
}

header {

    color: #fff;

    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.contacts {
    float: left;
    line-height: 50px;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}
.contacts:before {
    content: "";
    width: 99999px;
    right: -30px;
    background-image: url(/images/header.png);
    height: 100%;
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 100%;
}
.contacts span {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    position: relative;z-index: 1;
}
.menuarea {
    float: right;
    line-height: 50px;
}
.menu {
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-left: 15px;
}
.menu .menu-item {
    line-height: 50px;
    float: left;
    margin: 0 15px;
}
.menu .menu-item.lang {
    line-height: 50px;
    margin:0;
    float: left;
}
span.separator {
    float: left;
    color: #3c3c3c;
    padding: 0 3px;
}
.logo {
    float: left;
    width: auto;
    height: 55px;
}
.logo img {
    height: 45px;
}
.storecount {
    float: left;
    width: 100%;
    text-align: right;
    color: #bf1c1c;
    font-weight: bold;
    padding: 30px 0 15px 0;
    font-family: 'Montserrat', sans-serif;
}
span.procount {
    color: #f9a83d;
}
.rightside {
    float: right;
}
.search {
    float: left;
    position: relative;
    height: 55px;
}
.min_cart {
    float: left;
    cursor: pointer;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="radio"]:focus{
	outline: none;
}
.search input[type="text"] {
    width: 485px;
    height: 55px;
    margin: 0;
    padding: 0 15px;
    border: none;
}
span.searchbutton {
    position: absolute;
    height: 45px;
    width: 45px;
    right: 5px;
    background-color: #f9a83d;
    top: 5px;
    background-image: url(/images/search.png);
    background-position: 50%;
    background-repeat: no-repeat;
    cursor:pointer;
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}
span.searchbutton.active {

    background-color: #bf1c1c;

    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}

.min_cart {
    float: left;
    line-height: 45px;
    border: 5px solid #fff;
    margin-left: 20px;
    padding: 0px 50px 0 15px;
    background-color: #bf1c1c;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    background-image: url(/images/cart_icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) 50%;
}
section.mainmenuarea {
    margin-top: 55px;
}
.main-menu ,.selection,.titleplace {
    float: left;
    width: 100%;
    line-height: 70px;
    text-align: center;
    border: 5px solid #fff;
    border-bottom: none;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;

}
.main-menu.page{
    border-bottom: 5px solid #fff;
}
.titleplace{
	font-weight: 300;
	font-size: 20px;

}
.main-menu a ,.selection a {
    color: #bf1c1c;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 70px;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main-menu a:hover,.selection a:hover,.selection a.active{
	color: #3c3c3c;
	border-bottom:4px solid #f9a83d;
	line-height: 62px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.main-menu a + a,.selection a + a{
	margin-left: 30px;
}
div#specialOffer {
    border: 30px solid #bf1c1c;
    margin: 0 -30px;
}
.carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    height: auto;
    margin: 0;
    bottom: -85px;
    height: auto;
    font-family: "Montserrat";
}
.carousel-indicators li {
    float:left;
    width: 20%;
    height: auto;
    margin: 0px;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    border:none;
    line-height: 55px;
    margin:0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-indicators .active {
    float:left;

    width: 20%;
    height: auto;
    margin: 0px;
    text-indent: 0;
    cursor: pointer;
    border:none;
    border-radius: 0;
    background-color: #bf1c1c;
    color:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
section {
    float: left;
    width: 100%;
}
section.offsers {
    float: left;
    width: 100%;
    margin-top: 105px;
}
.selection{
	background-color: #fff;
	line-height: 70px;
}
section.products {
    margin-top: 30px;
}
.offer {
    margin: 0 -15px;
}
.estnew.new {
    position: absolute;
    height: 64px;
    width: 84px;
    top: 15px;
    background-image: url(/images/uus.png);
    right: 15px;
}
.engnew.new {
    position: absolute;
    height: 64px;
    width: 84px;
    top: 15px;
    background-image: url(/images/new.png);
    right: 15px;
}
.product {
    position: relative;
    float: left;
    width: calc(25% - 30px);
    margin: 0 15px 30px 15px;
    background-color: #fff;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.title {
    float: left;
    width: 100%;

}
.code {
    float: left;
    width: 100%;
    margin: 5px 0;
    color: #bf1c1c;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
.favorite {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ededed;
    background-image: url(/images/star.png);
    background-position: 100% 3px;
    background-repeat: no-repeat;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.favorite.active{
	background-image: url(/images/star_active.png);
}
.image {
    position: relative;
    padding-bottom: 90%;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
}

.image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.price {
    float: left;
    width: auto;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #bf1c1c;
    font-family: "Montserrat";
}
.view_product {
    float: right;
    line-height: 32px;
    padding-right: 15px;
    background-image: url(/images/view.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
form.logoutbutton {
    float: right;
    width: 150px;
}
.add_cart {
    border:none;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #f9a83d;
    line-height: 50px;
    cursor: pointer;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat";
    font-size: 14px;
    max-width: 240px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.add_cart.nopadding{
    margin: 0;
}
.product:hover{
	background-color: #bf1c1c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product:hover *{
	color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product:hover  .view_product {
    background-image: url(/images/view_hover.png);
    color:#f9a83d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product:hover  .add_cart {
    color:#bf1c1c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product:hover  .favorite {
    border-color:#b11717;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
h1,
.font--h1 {
    font-weight: 300;
    font-size: 24px;
    position: relative;
    line-height: 30px;
    margin-bottom: 20px;
    color:#bf1c1c;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    display: inline-block;
    width: 100%;
}
h2 {
    font-weight: 400;
    font-size: 18px;
    position: relative;
    line-height: 40px;
    margin-bottom: 20px;
    color:#bf1c1c;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
}
h3 {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    line-height: 20px;
    margin-bottom: 20px;
    color:#bf1c1c;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
}
h2:not(.font--h1):after {
    content: "";
    position: absolute;
    width: 36px;
    height: 2px;
    background-color: #bf1c1c;
    left: 0;
    bottom: -2px;
}
footer {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 40px 0 50px;
    position: relative;
    margin-top: 30px;
}
.foot_menu.menu {
    width: 100%;
    margin: 0;
}
.foot_menu.menu .menu-item {
    margin-left: 0;
    margin-right: 20px;
    line-height: 1;
    margin-top: 15px;
    color: #cbcbcb;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.foot_menu.menu .menu-item:hover {
    color: #868686;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.viewall {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.button {
    display: inline-block;
    line-height: 50px;
    background-color: #bf1c1c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 30px;
    font-family: 'Montserrat', sans-serif;
}
.images {
    margin: auto;
    max-width: 980px;
    width: 100%;
}
.container.logos {
    background-color: #fff;
    padding: 40px 0;
}
.presents_logo {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 100px;
}
.presents_logo img{
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
    max-width: 90%;
}
section.presents {
    margin-bottom: 50px;
}
.products-view .product{
	width: calc((100% / 3) - 30px);
}
.products-view{
	margin: 0 -15px;
	padding:0;
}
.pagi {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 50px;
}

.pagi a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 4px;
}
.pagi a.active {
    background: #f9a83d;
    color: #fff;
}
.pagi a:hover {
    background-color: #bf1c1c;
    color: #fff;
}
span.noclick {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-image: url(/images/pagi-three.png);
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.breadcrumbs {
    float: left;
    width: calc(100% - 15px) ;
    padding-bottom: 20px;
    line-height: 1;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d6d6;
    font-family: "Montserrat";
    margin-left: 15px;
    font-size: 12px;
}

.breadcrumbs a {
    color: #909090;
    line-height: 15px;
}
.breadcrumbs a:hover {
    color: #bf1c1c;
}
.breadcrumbs a + a {
    padding-left: 25px;
    background-image: url(/images/arrowbread.png);
    background-repeat: no-repeat;
    background-position: 7px 50%;
}
.breadcrumbs a:last-child{
    font-weight: bold;
}
.cattitle {
    float: left;
    padding: 0 15px;
    font-size: 24px;
    color: #bf1c1c;
    width: 100%;
    margin-bottom: 30px;
}
.sorting {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.sort {
    float: left;
    width: 300px;
}
.presort {
    float: left;
    line-height: 40px;
    font-weight: 400;
    padding-right: 15px;
}
.by .vals {
    width: 170px;
}
.prosper .vals {
    width: 80px;
}
.vals {
    float: left;
    position: relative;
}
.selected {
    line-height: 40px;
    float: left;
    width: 100%;
    padding: 0 15px;
    background-color: #fff;
    border-bottom: 1px solid transparent;
    background-image: url(/images/select_close.png);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.selected:hover {
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    background-image: url(/images/select_open.png);

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
span.by_select {

    float: left;
    width: 100%;
    padding: 0 15px;
    line-height: 24px;
    color: #767676;
    cursor: pointer;
}
span.by_select:hover {
    color:#bf1c1c;
}
.selections {
    height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    top: 100%;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.vals:hover > .selections {
    height: auto;
    padding: 10px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

section.catproducts {
    margin-top: 50px;
}
.catproducts .products-view {
    margin: 0;
    padding: 0;
}
.special a {
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
}
.special {
    float: left;
    width: 100%;
    padding-left: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d6d6d6;
}
.maincat h3 {
    padding: 25px 30px ;
    margin-bottom: 0;
    float: left;
}
.maincat {
    float: left;
    width: 100%;
}
.subcat {
    float: left;
    padding: 30px 15px;
    background-color: #fff;
    width: 100%;
}
.subitem {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
}
.subitem > a {
    text-transform: uppercase;
    font-weight: bold;
    background-image: url(/images/itemarrow.png);
    background-position: 0px 11px;
    background-repeat: no-repeat;
}
.subcatsub a {
    float: left;
    width: 100%;
}
.subcatsub {
    float: left;
    width: 100%;
    padding-left: 15px;
}
.subitem a{
    padding: 5px 0;
    padding-left: 15px;
    float: left;
    width: 100%;

}
.subitem.active > a, .subitem a:hover , .subitem.active  a.active {
    background-image: url(/images/itemarrow_s.png);
    background-position: 0px 11px;
    background-repeat: no-repeat;
}
.subitem .subcatsub{
    display: none;
}
.subitem.active > .subcatsub{
    display: block;
}
.subcatsub.active > .subcatsub{
    display: block;
}
.mainmenuarea + section{
    margin-top: 50px;
}
.front .mainmenuarea + section{
    margin-top: 0px;
}
main section:last-child {
    margin-bottom: 50px;
}
span.joinfb {
    background-color: #3b5999;
    display: inline-block;
    line-height: 50px;
    padding: 0 70px 0 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    background-image: url(/images/facebook.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    font-family: "Montserrat";
}
.product-view {
    padding: 0;
}

.open_product {
    float: left;
    width: calc(100% - 15px);
    margin-left: 15px;
    padding: 30px;
    background-color: #fff;
}
.protitle {
    font-size: 24px;
    font-family: "Montserrat";
    font-weight: 300;
    padding: 25px 0;
    border-bottom: 1px solid #d6d6d6;
    line-height: 1.2;
    float: left;
    width: 100%;
}
.procode{
    color: #8f8f8f;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: bold;
    line-height: 1;
    padding:30px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;

}
.procode .number{
    color: #bf1c1c;
}
.main_info {
    float: right;
    width: calc(100%/9*5);
}
.main_info .price {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #d6d6d6;
    line-height: 1;
}
.inputs {
    float: left;
    width: 100%;
    padding: 30px 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    font-family: "Montserrat";
    padding-right: 10px;
    line-height: 50px;
}
.ammount {
    float: left;

}
.ammount input {
    height: 50px;
    font-size: 14px;
    font-family: "Montserrat";
    padding: 0;
    text-align: center;
    width: 50px;
    border: none;
    background: #e6e6e6;
    margin-right: 30px;
}
.addcart,.update {
    float: left;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    background-color: #faa638;
    color: #fff;
    padding: 0 40px;
    font-weight: bold;
    font-family: "Montserrat";
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.update {
    margin-left: 15px;
    margin-bottom: 15px;
}
.addcart:hover ,.update:hover {
    background-color: #bf1c1c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.product_top{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;

}
.extrainfo {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #d6d6d6;
}
.technicalinfo {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.technicalinfo p,.technicalinfo table {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px !important;
    color: #3c3c3c !important;
}
.technicalinfo span {
    display: inline-block;
    font-family: "Source Sans Pro" !important;
    font-size: 16px !important;
    color: #3c3c3c !important;
    line-height: 1.5 !important;
    background-color: transparent !important;
}
.open_product table td {
    border: 1px solid #e6e6e6;
    line-height: 1.5;
    padding: 10px 15px;
    width: 50%;
}
.open_product table {
    width: 100%;
}
.open_product table tr {
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.open_product table tr:hover {
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-view .products-view h1 {
    padding-left: 45px;
}
.product-view .products-view {
    float: left;
    margin-top: 30px;
}
.galplace {
    float: left;
    width: calc(100%/9*4);
}

.mainimage {
    float: left;
    position: relative;
    width: calc(100% - 30px);
    padding: 10px;
    cursor: pointer;
    aspect-ratio: 4/3;
}
.mainimage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mainimage span, .thumb span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 10px solid #bf1c1c;
    pointer-events: none;

}
.thumbs {
    float: left;
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
    padding-right: 20px;
}
.thumb {
    position: relative;
    margin: 10px 5px;
    width: calc(25% - 10px);
    float: left;
    cursor: pointer;
    aspect-ratio: 1;
    overflow: hidden;
}
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.thumb span {
    border: 0px solid #bf1c1c;
    pointer-events: none;
}
.mainimage:hover span {
    border:10px solid #bf1c1c;
}
.thumb:hover span {
    border:5px solid #bf1c1c;

}
.fullpage .breadcrumbs{
    margin-left:0;
    width: 100%;
}
.maininfo > div:first-child{
    padding-left: 0;
}
.maininfo > div:last-child{
    padding-right: 0;
}
.imagename {
    float: left;
    width: 550px;
    height: 90px;
    padding: 10px;
    background: #f9a83d;
}
.lineimage {
    float: left;
    width: 70px;
    padding-bottom: 68px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #f4f4f4;
}
.linetable {
    float: left;
    display: table;
    height: 70px;
    width: 100%;
}
.imagename .linetable {
    width: auto;
    max-width: calc(100% - 70px);
}
.linecell {
    display: table-cell;
    vertical-align: middle;
}
.imagename .linecell {
    padding-left: 15px;
}
.linecode {
    float: left;
    width: 169px;
    padding: 10px;
    border-right: 1px solid #d6d6d6;
    background-color: #fff;
    text-align: center;
}
.lineprice {
    float: left;
    width: 133px;
    padding: 10px;
    background: #fff;
    border-right: 1px solid #d6d6d6;
    text-align: center;
}
.orderline {
    float: left;
    width: 100%;
    font-family: "Montserrat";
}
.lineammount {
    float: left;
    padding: 10px;
    background-color: #fff;
}
.lineammount .ammount input {
    margin: 0;
    height: 70px;
    width: 70px;
    font-size: 16px;
}
.lineammount {
    float: left;
    padding: 10px 20px;
    border-right: 1px solid #d6d6d6;
    background-color: #fff;
}
.linetotal {
    float: left;
    width: 177px;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border-right: 1px solid #d6d6d6;
    color: #bf1c1c;
}
.lineremove {
    float: left;
    width: 30px;
    text-align: center;
    padding: 10px 0;
    background-image: url(/images/remove.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.lineremove:hover {
    background-image: url(/images/remove_hover.png);
    background-color: #bf1c1c;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.orderlines {
    float: left;
    margin-bottom: 5px;
}
.buttonsarea {
    float: left;
    margin-top: 25px;
}
.buttonsarea a{
    width: 200px;
    float: left;
    margin-right: 30px;
}
.buttonsarea .add_cart{
    background-color: #bf1c1c;
    margin: 0;
}
.buttonsarea .add_cart:hover{
    color: #faa638;
}
.ordertotal {
    float: right;
    width: 320px;
    margin-top: 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat";
}
.ordertotal_line, .ordertotal_total {
    float: left;
    width: 100%;
        background-color: #fff;
}
.order {
    float: left;
    width: 100%;
}
.order_bottom {
    float: left;
    width: 100%;
}
.ordertotal_name {
    float: left;
    width: 111px;
    border-right: 1px solid #d6d6d6;
    line-height: 20px;
    padding: 25px 0 25px 20px;
}

.ordertotal_sum {
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    padding: 25px 20px 25px 20px;

}

.ordertotal_topay {
    float: left;
    padding-left: 20px;
}
.ordertotal_total{
    background-color: #bf1c1c;
    color: #fff;
    font-weight: 600;
    line-height: 50px;
}

.ordertotal_total .ordertotal_sum {
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    padding: 0 20px 0 20px;
    line-height: 50px;
}
.type label {
    padding-left: 60px;
    margin-right: 30px;
    font-weight: 400;
    line-height: 40px;
    cursor: pointer;
}
.type input[type="checkbox"],
.type input[type="radio"]{
    visibility: hidden;
    position: absolute;

}
.type span.asinput {
    position: absolute;
    height: 40px;
    width: 40px;
    border: 2px solid #d6d6d6;
    background-color: #fff;
    left: 0;
}
.sendchoice .type label.terms{
    margin-top: 30px;
}
.type input + span.asinput:after {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 8px;
    left: 8px;
    content: "";
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.type input:checked + span.asinput:after {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 8px;
    left: 8px;
    content: "";
    background-color: #bf1c1c;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.type input[type="checkbox"].error + span {
    border: 2px solid red;
}
.terms a {
    border-bottom: 1px solid;
}
.businessdata, .pesondata {
    float: left;
    margin: 0 -15px;
    display: block;
    width: calc(100% + 30px);
}
.businessdata {
    display: none;
}
.formfield label {
    float: left;
    width: 100%;
}
.formfield input, .formfield select {
    width: 100%;
    height: 50px;
    border: 2px solid #d6d6d6;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.formfield input:focus,.formfield select:focus,.formfield textarea:focus {
    outline: none;
    border:2px solid #bf1c1c;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.formfield {
    margin-bottom: 10px;
}
.formfield textarea {
    width: 100%;
    height: 100px;
    resize: none;
    border: 2px solid #d6d6d6;
    padding: 5px 15px;

}
.chosen {
    float: left;
    position: relative;
    width: 100%;
}
.chosen:hover .states{
    display: block;
}
.states {
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    background-color: #fff;
    width: 100%;
    max-height: 180px;
    padding: 15px;
    border: 2px solid #d6d6d6;
    z-index: 99;
    overflow: auto;
}
.states span {
    float: left;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
.current {
    line-height: 46px;
    border: 2px solid #d6d6d6;
    background-color: #fff;
    padding: 0 15px;
    background-image: url(/images/choose.png);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
}
.chosen:hover .current {
    line-height: 46px;
    border: 2px solid #d6d6d6;
    background-color: #fff;
    padding: 0 15px;
    background-image: url(/images/choose_hover.png);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
}
.states span.active,
.states span:hover {
    color:#bf1c1c;
    cursor: pointer;
}
.buyerdata {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #d6d6d6;
}
.sendchoice {
    float: left;
    width: 100%;
}
.sendchoice .type label {
    width: 100%;
    margin-bottom: 30px;
}
.addtitional {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.catlist {
    font-family: "Montserrat";
}
.results {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}
.search_pro_res {
    height: 70px;
    padding: 5px;
    border-top: 1px solid #d6d6d6;
    line-height: 60px;
}
.results a {
    float: left;
    width: 100%;
    height: 60px;
}
span.s_image {
    width: 60px;
    height: 60px;
    float: left;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #f4f4f4;
    margin-right: 15px;
}
.results a.searchlink {
    position: relative;
    height: auto;
}
span.allresults {
    float: left;
    width: 100%;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #bf1c1c;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    font-family: "Montserrat";
}
span.totalitems {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 40px;
}
span.s_product {
    display: inline-block;
    width: calc(100% - 75px);
    overflow: hidden;
    height: 60px;
}
.popup {
    position: fixed;
    height: 100%;
    width: 100%;
        background-color: rgba(119,119,119,0.6);
    top: 0;
    left: 0;
    display: none;
}
.success {
    position: absolute;
    width: 270px;
    padding: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    float: left;
    height: 300px;
    background-color: #fff;
}

.confirm {
    color: #bf1c1c;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    font-family: "Montserrat";
    border-bottom: 2px solid #ededed;
    padding-bottom: 5px;
}

.proname {
    font-size: 16px;
    padding: 15px 5px;
    text-align: center;
    font-family: "Montserrat";
    border-bottom: 2px solid #eee;
}
.popup .add_cart {
    margin-top: 5px;
}

label.error {
    display: none !important;
}
input.error, select.error, textarea.error {
    border-color: red;
}
select#dpdplace,
select#packplace,
select#smartplace,
select#venipakplace {
    position: relative;
    top: -15px;
    max-width: 410px;
    display: none;
    width: auto;
}
.popupimages {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(60, 60, 60, 0.75);
    display: none;
    z-index: 999;
}
.popupimages.active{
    display: table;
}
.imagecontainer {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.placeimage {
    max-height: 100%;
    max-width: 100%;
}
.placeimage {
    margin: auto;
    max-width: 800px;
    max-height: 600px;
    position: relative;
    display: inline-block;
    text-align: center;
}
.popupimages .closeit {
    position: absolute;
    height: 40px;
    width: 40px;
    background-image: url(/images/close.svg);
    background-size: contain;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.popupimages .next {
    position: absolute;
    right: 30px;
    height: 50px;
    width: 27px;
    background-image: url(/images/arrowr.png);
    top: 50%;
    bottom: 50%;
    cursor: pointer;
    margin: auto;
}
.popupimages .prev {
    position: absolute;
    left: 30px;
    height: 50px;
    width: 27px;
    background-image: url(/images/arrowl.png);
    top: 50%;
    bottom: 50%;
    cursor: pointer;
    margin: auto;
}
.bordertop {
    margin-top: 30px;
    padding: 0;
    border-top: 1px solid #d6d6d6;
    padding-top: 30px;
}
.nopadding{
    padding: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    background: none;
    font-weight: normal;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: 400;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #bf1c1c;
    color: #fff;
    border-radius: 0 !important;
    border: none;
    padding: 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none;
    background: #f9a83d;
    color: #bf1c1c;
    border-radius: 50%;
}
.ui-datepicker td {
    border: 0;
    padding: 0;
    width: 30px;
    height: 42px;
    line-height: 42px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0;
    line-height: 60px;
    text-align: center;
    top: 0;
    padding: 0;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0;
    border-radius: 0;
    border: none;
}
.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #f9a83d;
    color: #fff;
    font-weight: 500;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 16px;
    line-height: 60px;
    float: left;
    width: 100%;
    height: 60px;
}
.ui-widget-header .ui-state-hover {
    border: none;
    background: transparent;
    font-weight: normal;
    color: transparent;
    cursor: pointer;
}
.ui-widget-header .ui-icon {
    background-image: none;

}
.ui-widget-header .ui-icon-circle-triangle-w {
    background-position: 50%;
    background-image: url(/images/calendar_l.png);
}
.ui-datepicker .ui-datepicker-prev {
    left: 0;
    height: 100%;
    top: 0;
}
.ui-widget-header .ui-icon-circle-triangle-e {
    background-position: 50%;
    background-image: url(/images/calendar_r.png);
}
.ui-datepicker .ui-datepicker-next {
    right: 0;
    height: 100%;
    top: 0;
}
.ui-widget-content .ui-state-hover .ui-icon-circle-triangle-e {
    background-position: 50%;
    background-image: url(/images/calendar_r_hover.png);
}
.ui-widget-content .ui-state-hover .ui-icon-circle-triangle-w {
    background-position: 50%;
    background-image: url(/images/calendar_l_hover.png);
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0;
    text-align: right;
    text-decoration: none;
}
.catlist {
    margin-bottom: 30px;
}
.catlist + .catlist {
    padding-left: 15px;
}

.login form {
    position: fixed;
    top: calc(50% - 60px);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 200px;
}
.login input{
    float: left;
    width: 100%;
    margin-bottom: 10px;

}

.map {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
#map{
    float: right;
    width: calc(50% - 15px);
    margin-left: 15px;
    height: 450px;
}
#tiler_map{
    float: right;
    width: calc(50% - 15px);
    margin-left: 15px;
    height: 450px;
    position: relative;
    overflow:hidden;
}
.mapboxgl-marker {
    width: 40px;
    height: 40px;
}
.mapboxgl-marker span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    background: url(/images/map.png) center / contain no-repeat;
}
.mapareaimage {
    float: left;
    width: 50%;
}
.madein img {
    height: 28px;
    float: right;
    bottom: 0;
}
.madein a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
.placeimage img {
    max-width: 100%;
    max-height: 100%;
}

#cke_editor {
    display: block;
    border: 1px solid #b6b6b6;
    padding: 0;
    box-shadow: 0 0 3px rgba(0,0,0,.15);
    float: left;
    width: 100% !important;
    margin-bottom: 25px;
}
div#editor {
    float: left;
    width: 100%;
}
.groupinfo {
    float: left;
    width: 100%;
    padding: 0 15px 25px;
}
.subcat .active > a {
    color: #bf1c1c;
}
.instock {
    float: left;
    width: 100%;
    text-align: left;
    color: #bf1c1c;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    padding: 30px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
}
.green{
    color: #1C901E;
    margin-left:5px;
}
.info .instock .green {
    margin: 0;
}

.info .instock {
    padding: 0 0 10px 0;
    border: none;
}
.backs {
    width: 320px;
    margin: 0;
    float: left;
}
.buyinfo {
    width: calc( 100% - 320px);
    padding-right: 60px;
    float: left;
}
.menu-btn{
    display: none;
}
.mobilemenu{
    display: none;
}
.onlymobile {
    display: none;
}
.sendbutton {
    float: left;
    width: 100%;
}
#login .formfield{
    padding: 0;
    width: 270px;
    float: left;
}
#login .formfield + .formfield{
    margin-left: 30px;
}
span.errormessage {
    float: left;
    width: 100%;
    color: red;
}
.parcel-warning {
    float: left;
    width: 100%;
    color: #ff6600;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    padding: 8px 12px;
    background-color: #fff3e0;
    border: 1px solid #ffcc80;
    border-radius: 4px;
    display: none;
}
.parcel-error {
    float: left;
    width: 100%;
    color: #d32f2f;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
    padding: 8px 12px;
    background-color: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 4px;
    display: none;
}
.success_message {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.persons h1 {
    padding: 0 15px;
}
.persons {
    float: left;
    width: calc(100% + 30px);
    border-top: 1px solid #E3E4C3;
    margin-top: 30px;
    padding-top: 30px;
    margin: 30px -15px 0;
}
.person {
    float: left;
    width: calc(25% - 30px);
    margin: 15px 15px 15px;
}

.imageplace {
    float: left;
    width: 100%;
    padding-bottom: 112.5%;
    background-position: 50%;
    background-size: cover;
}
span.name_place {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #bf1c1c;
    font-weight: bold;
}
.persondata {
    float: left;
    width: 100%;
    padding: 30px 15px;
    background-color: #fff;
}
span.info_place {
    float: left;
    width: 100%;
    margin-top: 10px;
}
span.position {
    float: left;
    width: 100%;
    color: #bf1c1c;
    font-size: 14px;
    text-transform: uppercase;
}
span.special_place {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #bf1c1c;
    text-transform: uppercase;
}
.logininfo{
    color: #bf1c1c;

}
.logininfo a{
    color: #bf1c1c;
}
.logininfo a:hover{
    color: #000;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    margin-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videos {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.map img {
    height: 100%;
}
.mapareaimage {
    float: left;
    width: 50%;
    overflow: hidden;
    height: 450px;
}

@media screen and (max-width: 1170px){

.contacts {
    float: left;
    line-height: 50px;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    padding-left: 15px;
}
div#specialOffer {
    margin: 0;
}
section.inner_head {
    padding: 0 15px;
}
.menuarea {
    padding-right: 15px;
}
section.fullpage {
    padding: 0 15px;
}
}
@media screen and (max-width: 1024px){
.catlist {
    margin-bottom: 30px;
    width: 33%;
}
.catlist + .catlist{
    padding: 0;

}
.empty {
    float: left;
    width: 100%;
}
.products-view {
    float: left;
    width: 66.666%;
}
.products-view .product {
    width: calc((100% / 2) - 30px);
}
.add_cart {
    max-width: 100%;
}
.onlymobile {
    display: inline-block;
}
.onlymobile:after {
    content:":";
    padding-right: 5px;
}
.orderlines {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.imagename {
    float: left;
    width: 100%;
        border-right: 0px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
}
.linecode {
    float: left;
    width: 50%;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
}
.lineprice {
    float: left;
    width: 50%;

        border-right: 0px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
}
.lineammount {
    width: 50%;
    text-align: center;
     border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
}
.linetotal {
    float: left;
    width: 50%;
    border-right: 0px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
}
.lineremove {
    width: 100%;
    line-height: 40px;
}
.lineremove .linetable {
    float: left;
    display: table;
    height: 30px;
}
.ammount {
    float: left;
    width: 100%;
}
.linetable {
    float: left;
    display: table;
    height: 50px;
}
.imagename .linetable {
    height: 70px;
}

.lineammount .ammount input {
    margin: 0;
    height: 50px;
    width: 50px;
    font-size: 16px;
}
}

@media screen and (max-width: 960px){
span.totalitems {
    position: relative;
    top: 0;
    right: 0;
    line-height: 40px;
    text-align: center;
    width: 100%;
    float: left;
}
.results {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}
.person {
    float: left;
    width: calc(33.3333% - 30px);
    margin: 15px 15px 15px;
}
section.offsers {
    margin-top: 30px;
}
.frontcat .product {
    width: calc(50% - 30px);
}
section.slider {
    display: none;
}
.catlist {
    margin-bottom: 30px;
    width: 33%;
    display: none;
}
.products-view {
    float: left;
    width: 100%;
}
.products-view .product {
    width: calc((100% / 3) - 30px);
}
header {
    display: none;
}
input.search_pro {
    display: none;
}
.min_cart {
    width: 0;
    overflow: hidden;
    color: transparent;
    height: 40px;
    padding-left: 0;
    margin-right: 50px;
    padding-right: 40px;
    background-position: 50%;
    border: none;
}
.search {
    float: left;
    position: relative;
    height: 55px;
    display: none;
}
.storecount {
    display: none;
}
section.inner_head {
    padding: 15px 15px;
}
section.mainmenuarea {
    margin-top: 55px;
    display: none;
}
.mainmenuarea + section {
    margin-top: 20px;
}
.menu-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 99;
    height: 40px;
    width: 40px;
    background-color: #faa638;
    text-align: center;
}
.menu-btn .menu-stripe {
    display: block;
    width: 15px;
    height: 2px;
    margin: 4px auto;
    background-color: #fff;
    border-radius: none;
}
.menu-btn .menu-stripe:first-child, .menu-btn .menu-stripe:last-child {
    margin: 0 auto;
}
.menu-btn .menu-stripe:first-child, .menu-btn .menu-stripe:last-child {
  margin: 0 auto;
  top:0;
      -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;

}
.menu-btn .menu-stripe:nth-child(2)  {
  opacity: 1;

  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-btn.open .menu-stripe:nth-child(2)  {
  background-color: #f16521;
  opacity:0;
  -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-btn.open .menu-stripe:first-child {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  position: relative;
  display:block;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.menu-btn.open .menu-stripe:last-child {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -6px;
  position: relative;
  display:block;
      -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.mobilemenu {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #f5f5f5;
    z-index: 10;
}
.mobilemenu .contacts {
    color: #fff;
    width: 100%;
    background-color: #bf1c1c;
    padding: 15px 15px;
}
.contacts:before{
    display: none;
}
.mobilemenu span.citem {
    float: left;
    width: 100%;
    line-height: 1.5;
}

.mobilemenu .menu {
    margin-left: 0;
    color: #fff;
}
.mobilemenu a.menu-item.lang {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}
.mobilemenu a.menu-item.lang.active {
    font-size: 16px;
    color: #f9a83d;
}
.mobilemenu span.separator {
    float: left;
    color: #fff;
    padding: 0 10px;
    margin: 0;
    line-height: 40px;
}
.mobilemenu .search {
    display: block;
    z-index: 99;
    float: left;
    width: calc(100% - 30px);
    background-color: #fff;
    margin: 15px 15px 0;
}
.mobilemenu .search input[type="text"] {
    width: 100%;
    height: 55px;
    margin: 0;
    padding: 0 15px;
    border: none;
    display: block;
}
.promenus {
    float: left;
    width: calc(100% - 30px);
    position: relative;
    z-index: 1;
    margin: 15px 15px 0;
}
.promenus .subcat {
    display: none;
}
.promenus h3 {
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 0 15px;
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
    float: left;
    width: 100%;
}
.promenus h3:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    background-image: url(/images/mobile_open.png);
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}
.promenus h3.active {
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    background-color: #bf1c1c;
    color: #fff;
    margin-bottom: 15px;
    padding: 0 15px;
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}
.promenus h3.active:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    background-image: url(/images/mobile_close.png);
    -webkit-transition: background-color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}
.promenus h3.active + .subcat {
    margin-top: -15px;
    padding: 15px;
    margin-bottom: 15px;
}
.promenus h3.noarrow:after{
    background-image: none;
}
.endmenu {
    float: left;
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 15px 0;
    border-top: 1px solid #d6d6d6;
}
.endmenu a.menu-item {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #bf1c1c;
    line-height: 40px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
.endmenu a.menu-item:hover {
    color: #f9a83d;
}
.catlist_item {
    margin-bottom: 15px;
}
.foot_menu.menu {
    display: none;
}

}
.technicalinfo img {
    max-width: 100%;
}
.slider_item {
    float: left;
    width: 20%;
    font-size: 20px;
    margin: 0;
    text-align: center;
    border: 4px solid #fff;
    line-height: 40px;
    margin-top: 25px;
}
#cke_25,#cke_45,#cke_19{
    display: none !important;
}
.nonslider{
    float: left;
    width: 100%;
    margin-top: 20px;
}
@media screen and (max-width: 600px){
	.placeimage img {
    max-width: 70%;
    max-height: 70%;
}
.endmenu a.menu-item.account {
    background-color: #fff;
}
#login .formfield {
    padding: 0;
    width: 100%;
    float: left;
}
#login .formfield + .formfield {
    margin-left: 0;
    width: 100%;
}
.popupimages .prev {
    position: absolute;
    left: 10px;
    z-index: 99;
}
.popupimages .next {
    position: absolute;
    right: 10px;
    z-index: 99;
}
.galplace {
    float: left;
    width: 100%;
}
.main_info {
    float: right;
    width: 100%;
    margin-top: 15px;
}
.selection {
    background-color: transparent;
    line-height: 50px;
    border: none;
}
.frontcat .product {
    width: calc(100% - 30px);
}
.titleplace {
    line-height: 1.5;
    padding: 20px 0px;
}
.presents_logo {
    width: 50%;
}
.logo img {
    height: 30px;
}
.sort {
    float: left;
    width: 300px;
    margin-bottom: 15px;
}
.products-view .product {
    width: calc(100% - 30px);
}
.pagi a {
    margin-right: 4px;
    margin-bottom: 4px;
}
.empty {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.foot_info {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.image_area{
    display: none;
}
.buyinfo {
    width: 100%;
    padding-right: 0;
    float: left;
}
.backs {
    width: 100%;
    margin: 0;
    float: left;
    padding: 0;
    margin-top: 30px;
}
.backs table{
    width: 100% !important;
}
.conts {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
}
.mapareaimage {
    float: left;
    width: 100%;
    height:auto;
}
.mapareaimage img{
    float: left;
    width: 100%;
}
#map {
    float: right;
    width: 100%;
    margin-left: 0;
    height: 450px;
    margin-top: 15px;
}
.orderlines {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}
.imagename {
    float: left;
    width: 100%;
        border-right: 0px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
}
.linecode {
    float: left;
    width: 100%;
        border-right: 0px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
}
.lineprice {
    float: left;
    width: 100%;

        border-right: 0px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
}
.lineammount {
    width: 100%;
    text-align: center;
     border-right: 0px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
}
.linetotal {
    float: left;
    width: 100%;
    border-right: 0px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
}
.lineremove {
    width: 100%;
    line-height: 40px;
}
.ammount {
    float: left;
    width: 100%;
}
.linetable {
    float: left;
    display: table;
    height: 40px;
    width: 100%;
}
.imagename .linetable {
    height: 70px;
}
.lineammount .ammount input {
    margin: 0;
    height: 50px;
    width: 50px;
    font-size: 16px;
}
.ordertotal {
    float: right;
    width: 100%;
    margin-bottom: 30px;
}
.ordertotal_name {
    float: left;
    width: 50%;
}
select#dpdplace,
select#packplace,
select#smartplace,
select#venipakplace {
    max-width: 100%;
}
.sendchoice .type label {
    width: 100%;
    margin-bottom: 30px;
    line-height: 1.5;
}
.person {
    float: left;
    width: calc(100% - 30px);
    margin: 15px 15px 15px;
}
}
.mce-tinymce {
    visibility: inherit !important;
    position: relative;
    float: left !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}

.newcat {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.newcat input[type="text"]{
    float: left;
    width: 100%;
}
.newcat input{
    margin-bottom: 5px;
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#myModal button.close {
    position: absolute;
    height: 30px;
    width: 30px;
    background-image: url(/images/remove_hover.png);
    background-color: #bf1c1c;
    opacity: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    right: 0;
    top: -30px;
    background-size: 40%;
}
.modal-content {
    box-shadow: none;
    border-radius: 0;
}
.modal-dialog {
    width: 100%;
    margin: 30px auto;
    max-width: 1170px;
}
.modal-body {
    position: relative;
    padding: 0;
}
.modal-body iframe {
    float: left;
    width: 100%;
    height: 60vh;
    position: relative;
    border: none;
    max-height: 800px;
}
.protitle h1 {
    color: initial;
    margin: 0;
}


.sendchoice .labelname a{
    margin-left: 5px;

}
.sendchoice .labelname img {
    margin-right: 15px;
}
.sendchoice .labelname {
    display: flex;
    align-items: center;
}
