body{
font-family: 'Roboto', sans-serif;	
}
header {
    margin: 15px 0 8px 0;
	/*height: 39px;*/
}
.logo-width-head{
    width: 99%;
}
#sendvich{
	background: url(../icon/bars.svg) no-repeat;
	width:29px;
	height:22px;
	display: inline-block;
	margin-top: 7px;
}
ul.top_menu {
    list-style: none;
    padding: 0;
	margin: 0;
	line-height: 41px;
    display: flex;
}
ul.top_menu li{
    padding-right: 30px;
    position: relative;	
}
ul.top_menu li a{
color:#6d6e71;	
font-size: 14px;
line-height: 41px;
}


.text-hid-show{
    display: none;
    margin-top: 10px;
    font-size: 18px;
}
@media (max-width: 768px) {
    ul.top_menu{
        display: none;
    }
    .text-hid-show{
        display: block;
    }
    .logo-width-head{
        width: 60%;
    }
    ul.line_menu{
        margin-left: 0 !important;
    }
}


@media (max-width: 768px) {
    ul.top_menu li#action span {
        display: none !important;
    }
    .class-center-width-head{
        width: 100% !important;
    }
    .class-head-display-icon{
        display: inline-flex !important;
        margin: auto;
    }
    .user_info{
        width: 26px;
        height: 26px;
        background: none !important;
    }
    .user_info > i{
        color: #000;
        font-size: 30px;
        display: inline !important;
    }
    .user_info span{
        color: #000 !important;
        margin: 1px 0 0 -7px !important;
    }
    .location_icon{
        height: 26px;
        width: 26px;
        background: none !important;
    }
    .location_icon > i{
        color: #000;
        font-size: 32px;
        display: inline !important;
    }
    .basket-icon{
        font-size: 30px;
        color: #000;
        display: inline !important;
    }
    .basketinhead_new a{
        background: none !important;
        width: 26px;
        height: 26px;
    }


}
.basket-icon{
    display: none;
}
.location_icon > i{
    display: none;
}
.user_info > i{
    display: none;
}
textarea:focus, input:focus{
    outline: none;
}
form#serch_panel {
    position: relative;
}
ul.top_menu li#action span {
    background: #cd232c;
    width: 19px;
    height: 19px;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 10px;
    line-height: 19px;
    text-align: center;
    border-radius: 19px;
    color: #fff;
}
.col-md-5.pull-right{
	text-align:right;
}
span#basketinfo {
    background: #cd232c;
    width: 19px;
    height: 19px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 19px;
    color: #FFF;
    border-radius: 19px;
    position: absolute;
    bottom: -11px;
	top: 16px;
    right: -10px;
}
.cart a {
    background: url(../icon/online-shopping-cart.svg) no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: relative;
}
.user_info{
    background: url(../img/avatar.png) no-repeat;
    height: 23px;
    width: 20px;
    display: inline-block;
    position: relative;	
}

.location_icon{
    background: url(../img/location.png) no-repeat;
    height: 23px;
    width: 19px;
    display: inline-block;
    position: relative;	
}
.location span.location_text {
    color: #000;
    line-height: 0;
	font-size: 12px;
    vertical-align: text-top;
    padding-left: 4px;
	padding-right: 4px;
}
.location i.icon-dropdown {
    background: url(../img/dropdown.png) no-repeat;
    height: 5px;
    width: 9px;
    display: inline-block;
    top: 16px;
    position: absolute;
}
.user_info i.icon-dropdown {
    background: url(../img/dropdown.png) no-repeat;
    height: 5px;
    width: 9px;
    display: inline-block;
	right: -9px;
    top: 8px;
    position: absolute;
}
ul.line_menu {
    list-style: none;
    display: flex;
    padding-top: 8px;
    margin-left: 50px;
}
ul.line_menu li {
    padding: 0 14px;
}
#search_panel{
	width:100%;
	background:#373737;
	padding: 10px 0;
}
a.catalog_click {
    text-transform: uppercase;
    color: #FFF;
	float: left;
    cursor: pointer;
	line-height: 32px;
}
input#title-search-input {
    height: 32px;
    background: #555555;
    border: 1px solid #555555;
    padding: 0 10px;
    color: #FFF;
	font-weight: 100;
    width: 100%;
	min-width: 566px;
}
.icon.search{
    background: url(../img/search.png) no-repeat;
    height: 18px;
    width: 18px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 6px;
}
.icon.tel{
    background: url(../img/tel.png) no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-top: 6px;
	margin-right: 12px;
}
.telephone a{
	color:#FFF;
	font-size:16px;
    vertical-align: sub;
}
ul.catalogmenu{
	list-style:none;
	padding: 0;
    float: left;
    text-align: left;
}
#search_panel .pull-right {
    text-align: right;
}
.telephone.dropdown {
    display: inline-block;
    padding: 0 22px;
}
.telephone i.icon-dropdown {
    background: url(../img/dropdown.png) no-repeat;
    height: 5px;
    width: 9px;
    display: inline-block;
    top: 14px;
    right: 4px;
    position: absolute;
}
ul#telephone_drop {
    right: 0;
}
#telephone_drop > li > a{
text-align: center;
}
::-webkit-input-placeholder {color:#e6e6e6;font-weight:100;}
::-moz-placeholder          {color:#e6e6e6;font-weight:100;}/* Firefox 19+ */
:-moz-placeholder           {color:#e6e6e6;font-weight:100;}/* Firefox 18- */
:-ms-input-placeholder      {color:#e6e6e6;font-weight:100;}

ul.catalogmenucolumn {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}
ul.catalogmenucolumn li#level1 a{
    display: inline-block;
    width: 85%;	
}
ul.catalogmenucolumn li#level2 a{
    display: inline-block;
    width: 100%;	
}
ul.catalogmenucolumn li a{
	font-size: 13px;
	color:#373737;
    padding: 0;
	position: relative;
    vertical-align: baseline;
}
ul.catalogmenucolumn li span{
    padding-right: 10px;
    min-width: 30px;
    display: inline-block;
    text-align: center;	
}
ul.catalogmenucolumn li{
padding: 6.8px 3px;
min-width: 282px;
}
ul.catalogmenucolumn li#level1:hover{
-webkit-box-shadow: 8px 8px 26px -5px rgba(0,0,0,0.1);
-moz-box-shadow: 8px 8px 26px -5px rgba(0,0,0,0.1);
box-shadow: 8px 8px 26px -5px rgba(0,0,0,0.1);
}
ul.catalogmenucolumn li a:hover{
text-decoration:none;	
}

.dropdown-submenu {
  /*position: relative;*/
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
	z-index: 99999;
    left: 100%;
    margin-top: 0;
	padding: 0px 0 15px 0;
    border-radius: 0;
    border: 0;
}
.js-element .js-measurename {
    width: 34px;
}
ul.news_list{
    max-width: 426px!important;	
}
.dropdown-submenu:hover>.dropdown-menu {
  display: inline-block;
  height: 350px;
  min-width: 288px;
}
.dropdown-menu.level2 li:nth-child(9) ~ li{
	display:none;
}
li.more_cat a{
    text-align: center;
    color: #df6163!important;
	width: 100%!important;
}
.dropdown-submenu:hover>a:after {
  display: block;
  content: " ";
  float: right;
  background: url(../img/arrow_right.png) no-repeat;
  width: 9px;
  height: 15px;
  position: absolute;
  right: 6px;
  top: 2px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.level2 .title_cat2{
	color:#cc252e;
	padding-top: 20px;
    padding-bottom: 10px;
	margin-left: 18px;
	margin-right: 18px;
	font-size:15px;
	text-align: center;
    text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
}
.level3 .title_cat2{
	color:#373737;
	padding-top: 20px;
    padding-bottom: 10px;
	margin-left: 18px;
	margin-right: 18px;
	font-size:16px;
	text-align: center;
    text-transform: uppercase;
	border-bottom: 1px solid #FFFFFF;
}
.level4 .title_cat3{
	color:#6e6f72;
	padding-top: 20px;
    padding-bottom: 10px;
	margin-left: 18px;
	margin-right: 18px;
	font-size:16px;
	text-align: center;
    text-transform: uppercase;
	
	border-bottom: 1px solid #6e6f72;
}
ul.dropdown-menu.level4 {
    top: -0;
}
.dropdown-menu #level2:hover, .dropdown-menu #level2 a:hover{
	background:#eeeeee;
}
li#level2,li#level3 {
    padding: 7px 18px;
}
.dropdown-menu #level3:hover,.dropdown-menu #level3 a:hover{
background:#FFF;	
}
ul.dropdown-menu.level2{
-webkit-box-shadow: 1px 19px 20px -12px rgba(105,111,112,0.19);
-moz-box-shadow: 1px 19px 20px -12px rgba(105,111,112,0.19);
box-shadow: 1px 19px 20px -12px rgba(105,111,112,0.19);
}
ul.dropdown-menu.level3 {
    background: #eee;
    position: absolute;
    top: -0;
}
.level4 .item .img img{
    max-width: 95px;
	max-height: 80px;
}
.level4 .item .name a{
    font-size:12px;
}
.level4 .item .name{
line-height: 14px;
}
.level4 .item .price{
	font-size:12px;
	margin-top: 10px;
}
.level4 .item .price span{
font-size:14px;
padding-right: 0;
font-weight:bold;	
}
.level4  li.item {
    margin: 2px 0;
}
.level4 .item .img{
    text-align: center;
}
ul.slick-dots{
    list-style:none;
    padding: 0;
    margin: 0 auto;
    text-align: center;	
}
.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 12px;
    height: 12px;
    content: "■";
    text-align: center;
    opacity: 0.25;
	background: #e5e5e5;
    color: #e5e5e5;
    -webkit-font-smoothing: antialiased;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: #e5e5e5;
    border: 0;
    outline: none;
    background: #e5e5e5;
}
.slick-dots li.slick-active button{
background: #dd3638;
color: #dd3638;	
}
.slick-slide img {
    width: 100%;
}
#sandwich_panel{
	overflow-y: scroll;
    position: fixed;
    z-index: 99;
    left: 0;
    text-align: left;
    top: 0;
	padding: 20px;
    height: 100%;
    background: #373737;
    width: 20%;
}
#sandwich_panel .close{
	color:#6c6d70;
	text-shadow:none;
    opacity: 1;
	font-size: 22px;
    font-family: cursive;
}
#sandwich_panel .close:hover{
	color:#FFF;
}
#radio{
margin-bottom: 40px;
}
.showcase.big .js-element {
    height: auto;
}
ul.sandwich_menu {
	text-align: left; 
    padding: 0;
	margin-bottom: 40px;
}
ul.sandwich_menu li a{
    color: #c8c8c8;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 40px;
}
ul.sandwich_menu li:hover a{
color: #FFF;	
text-decoration:none;
}
ul.sandwich_menu li:hover i.sandwich_menu_line {
    background: #cd232c;
    position: absolute;
    left: 0;
    width: 3px;
    height: 40px;
}
ul.sandwich_menu li.active i.sandwich_menu_line {
    background: #cd232c;
    position: absolute;
    left: 0;
    width: 3px;
    height: 40px;
}
.sandwich_city i.icon-dropdown {
    background: url(../img/dropdown_sandwich.png) no-repeat;
    height: 5px;
    width: 9px;
    display: inline-block;
    right: -15px;
    top: 8px;
    position: absolute;
}
.sandwich_city a{
	text-transform: uppercase;
	color:#bababa;
}
.sandwich_city a:hover {
    text-decoration: none;
}
.sandwich_city {
    position: relative;
    width: auto;
    display: inline-block;
}

.working_hours{
	border-left: 1px solid #6d6e71;
	text-align: left;
    padding-top: 7px;
    margin-top: 10px;
    padding-left: 8px;
}
.working_hours .working_hours_info i.working_hours_icon {
	background: url(../img/working_hours.png) no-repeat;
    height: 20px;
    width: 20px;
	margin-top: 5px;
    display: inline-block;
}
.working_hours_info i.working_hours__phone_icon {
	background: url(../img/phone.png) no-repeat;
    height: 20px;
    width: 20px;
	margin-top: 5px;
    display: inline-block;
}
.working_hours .working_hours_info i.working_hours_map_icon {
	background: url(../img/map.png) no-repeat;
    height: 22px;
    width: 18px;
	margin-top: 5px;
    display: inline-block;
}
i.working_hours_radio_icon {
	background: url(../img/radio.png) no-repeat;
    height: 19px;
    width: 19px;
	margin-top: 5px;
    display: inline-block;
}
.working_hours_info{
color:#bababa;
padding-bottom: 15px;
}
.working_hours_info:last-child{
padding-bottom: 0;	
}
.working_hours_text{
color:#FFF;	
font-size:16px;
}
.working_hours .working_hours_info span{
color:#FFF;	
}
.phone_info {
    margin-top: 30px;
}
.phone_info #call_me {
    width: 100%;
    display: inline-block;
    color: #dd3638;
	margin-bottom: 15px;
    text-transform: uppercase;
    border: 1px solid #bababa;
    text-align: center;
    padding: 5px 0;
	margin-top: 6px;
    max-width: 130px;
    font-size: 12px;
}
.phone_info #call_me:hover{
    background: #dd3638;	
	color: #FFF;
	text-decoration:none;
	border: 1px solid #dd3638;
}
#radio #radio_click {
    width: 100%;
	cursor: pointer;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    border: 1px solid #bababa;
    text-align: center;
    padding: 5px 0;
    max-width: 130px;
    font-size: 12px;
}
#radio #radio_click:hover {
    background: #FFF;	
	color: #cd242d;
	text-decoration:none;
	border: 1px solid #FFF;
}
body ::-webkit-scrollbar{
    width:5px;
}
body ::-webkit-scrollbar-thumb{
    border-width:1px 1px 1px 2px;
    border-color: #cd232c;
    background-color: #cd232c;
}
.cat_name {
    text-align: center;
    border-bottom: 3px solid #6d6e71;
}
.cat_name a{
    color: #6d6e71;
    font-size: 16px;
}
.cat_name:hover a{
text-decoration: none;
color:#cd242d;
}
.cat_name:hover {
    text-align: center;
    border-bottom: 3px solid #cd242d;
}
#caregory_home {
    margin-top: 0px;
}
.cat_img {
    height: 155px;
	text-align: center;
}
#caregory_home .col-md-15{
    margin-top: 70px;
}
#caregory_home .col-md-15:hover a{
	text-decoration: none;
    color:#cd242d;
}
#caregory_home .col-md-15:hover .cat_name{
    text-align: center;
    border-bottom: 3px solid #cd242d;
}

div#popular_product {
    background: #f7f7f7;
    margin-top: 70px;
    padding: 25px 0 50px 0 !important;
}
div#popular_product_detail {
    background: #fcfcfc;
    margin-top: 0;
    padding: 0;
    padding-bottom: 30px;
}
div#popular_product_detail #tabs_popular {
    max-width: 240px;
}
#tabs_popular{
    max-width: 426px;
    margin: 0 auto;
	margin-bottom: 30px;
}
ul#tabs_popular li.active a{
opacity: 1;	
}
ul#tabs_popular li a{
    font-size: 17px;
    color: #373737;
    text-transform: uppercase;	
	font-weight: bold;
	opacity: 0.3;
}
.description_product .col-md-7{
	margin-bottom: 20px;
}
ul#tabs_popular li a:hover,ul#tabs_popular li.active a{
    border-bottom: 2px solid #cb232c;
}
.thumbnail_item .name {
    margin-bottom: 4px;
	height: 100%;
    max-height: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
}
.thumbnail_item a.item_name {
    color: #6d6e71;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}
.thumbnail_item .prices .jspContainer{
    height: 33px!important;	
}
.thumbnail_item a.item_name:before {
    content: "";
    display: block;
    background: #fff;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 100%, #fff 10%, #fff);
    position: absolute;
    right: 0;
    left: 0;
    height: 12px;
    top: 80px;
}
.thumbnail_item {
    text-align: center;
    background: #FFF;
    padding: 45px 25px 25px 25px;
	max-height: 355px;
}

.thumbnail_item a.img_prod{
    height:	137px;
	width: auto;
    display: inline-block;
    line-height: 137px;
}
.showcase .js-element .padd {
    padding: 0;
}
.thumbnail_item a.img_prod img{
max-height:	137px;	
}
.thumbnail_item a.item_name:hover {
text-decoration: none;	
}

.thumbnail_item span.price{
font-size: 18px;
margin-bottom: 20px;
margin-top: 20px;	
}
.thumbnail_item span.price span{
font-size: 14px;	
}
table.pricestable.scrollinner{
	text-align: center;
    width: 100%;
	margin-bottom: 10px;
}
.thumbnail_prod:hover{
-webkit-box-shadow: 14px 14px 54px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 14px 14px 54px 0px rgba(0,0,0,0.15);
box-shadow: 14px 14px 54px 0px rgba(0,0,0,0.15);	
}
.thumbnail_prod .quantity {
    display: inline-block;
	margin-top: 3px;
    border: 1px solid #F3F3F3;
    background-color: #FFF;
}
.thumbnail_prod .plus, .thumbnail_prod .minus {
    display: inline-block;
	float: left;
    padding: 2px 9px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    background-color: #F3F3F3;
}
.thumbnail_prod .js-measurename{
    background-color: #FFF;	
    float: left;
}
.thumbnail_prod .quantity input{
    background-color: #FFF;

    padding: 0px;
    float: left;
    text-align: center;
    border: none;
    box-shadow: none;
}
.order_pay {
    display: inline-block;
    text-align: right;
    width: 100%;
}

.buy_block .quantity {
    display: inline-block;
	margin-top: 0px;
    border: 1px solid #F3F3F3;
    border: 1px solid #F3F3F3;
    background-color: #FFF;
}
.buy_block .add2basketform {
    margin-top: -9px;
	width: 100%;
}
.buy_block .plus, .buy_block .minus {
    display: inline-block;
    padding: 10px 9px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    background-color: #F3F3F3;
}
.buy_block .js-measurename{
background-color: #FFF;	
}
.buy_block .quantity input{
    background-color: #FFF;
    width: 30px; 
    padding: 0px;
    text-align: center;
    border: none;
    box-shadow: none;
}

.catalog_block.product {
    background: #FFF;
}


#product_catalog .quantity {
    display: inline-block;
	margin-top: 3px;
    border: 1px solid #F3F3F3;
    background-color: #FFF;
}
#product_catalog .plus, #product_catalog .minus {
    display: inline-block;
    padding: 2px 7px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    background-color: #F3F3F3;
}
#product_catalog .js-measurename{
background-color: #FFF;	
}
#product_catalog .quantity input{
    background-color: #FFF;
	width: 36px; 
    padding: 0px;
    text-align: center;
    border: none;
    box-shadow: none;
}
#product_catalog .add2basket{
	background:url(../img/buy_click.png) no-repeat;
	width:24px;
	height:23px;
	display: inline-block;
}
.col-md-4.thumbnail_prod .add2basket{
	background:url(../img/buy_click.png) no-repeat;
	width:24px;
	height:23px;
	display: inline-block;
	background-position: 30px 0;
}
.col-md-3.thumbnail_prod .add2basket{
	background:url(../img/buy_click.png) no-repeat;
	width:24px;
	height:23px;
	display: inline-block;
	background-position: 30px 0;
}
.popup.padd .description .text {
    font-size: 12px;
	margin-bottom: 10px;
    text-align: left;
    padding: 0 26px;
}
.col-md-4.thumbnail_prod .add2basket{
	background:url(../img/buy_click.png) no-repeat;
	width:24px;
	height:23px;
	display: inline-block;
	background-position: 30px 0;
}
.more {
    width: 100%;
    text-align: center;
    margin-top: 50px;
	display: inline-block;
}
.more a {
    background: #dd3638;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    padding: 10px 25px;
-webkit-box-shadow: 2px 2px 0px 0px rgba(186,1,32,1);
-moz-box-shadow: 2px 2px 0px 0px rgba(186,1,32,1);
box-shadow: 2px 2px 0px 0px rgba(186,1,32,1);
}
.more a:hover {
text-decoration:none;
background: #cd242d;
}
.title_brand{
    border-bottom: 2px solid #cb232c;
    font-size: 18px;
    color: #373737;
    text-transform: uppercase;
    font-weight: bold;
	text-align: center;
	margin: 0 auto;
    max-width: 150px;
	margin-top: 50px;
}
div#brand_block {
    width: 100%;
}
ul#list_brand {
	padding-top: 15px;
    border-top: 1px solid #f2f2f2;
    margin-top: 30px;
    list-style: none;
	text-align: left;
	display: inline-block;
}
ul#list_brand li {
    width: 14%;
    float: left;
    margin-bottom: 15px;
}
.list_brand_title{
	font-weight: bold;
    font-size: 20px;
	color:#cd242d;
	width: 100%;
    display: inline-block;
}
#list_brand li a {
    width: 100%;
    display: inline-block;
    color: #6D6E71;
    line-height: 25px;
}
a#more_brand span{
font-size: 20px;	
}
a#more_brand {
	margin-top: 10px;
    width: 100%;
    text-align: center;
    color: #dd3638;
    font-size: 16px;
    text-decoration: none;
}
a#more_brand:hover {
color:#cd242d;
text-decoration: none;
}
#news_block{
    background: #ffffff;
    margin-top: 5px;
    padding: 25px 0 50px 0;
}
#news_block_detail{
    background: #f5f5f5;
    margin-top: 0;
    padding: 50px 0;	
}
#news_block_title {
    border-bottom: 2px solid #cb232c;
    font-size: 18px;
    color: #373737;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    max-width: 305px;
    margin-top: 0;
	margin-bottom: 50px;
}
.thumbnail_news .img_news img{
	width: 100%;
    height: auto;
	max-width:360px;
}
.col-md-4 .thumbnail_news {
    background: #FFF;
	position: relative;
    overflow: hidden;
}
.preview_description #showew {
    background: #FFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    height: 28px;
    opacity: 0.8;
    left: 0;
    text-align: center;
}
.preview_description {
	position: relative;
    padding: 15px;
	min-height: 100px;
    max-height: 100px;
}
.preview_description a.title_news {
    font-size: 16px;
    cursor: pointer;
    color: #373737;
}
.preview_description a.title_news:hover {
color: #cd242d;	
text-decoration:none;
}
.preview_description p {
    color: #6d6e71;
    font-size: 13px;
    text-overflow: ellipsis;
    padding-top: 8px;
    overflow: hidden;
    white-space: nowrap;
}
.thumbnail_news:hover{
-webkit-box-shadow: 14px 14px 54px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 14px 14px 54px 0px rgba(0,0,0,0.15);
box-shadow: 14px 14px 54px 0px rgba(0,0,0,0.15);	
}
span.date_news {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    padding: 5px 12px;
}
footer {
    background: #373737;
    width: 100%;
	padding: 20px 0;
}   
ul.footer_catalog {
	text-align: left;
    list-style: none;
    margin-top: 30px;
}
ul.footer_catalog li.title_footer_catalog {
    font-size: 12px;
    padding-bottom: 10px;
	border-bottom: 1px solid #a9a9a9;
    color: #ffffff;
    text-transform: uppercase;
}
ul.footer_catalog li  a{
	color:#a9a9a9;
	line-height: 24px;
	font-size: 12px;
}
.col-md-25 {
    width: 60%;
	float: left;
}
.col-md-40 {
    width: 40%;
	float: left;
}
div#footer_info {
    margin-top: 30px;
    background: #464747;
    padding: 30px;
	text-align: left;
}
ul.footer_menu {
    list-style: none;
    padding: 0;
}
ul.footer_menu li a{
	color:#ffffff;
	font-size: 12px;
}
a.subscribe, a.clock {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}
a.subscribe:hover {
text-decoration:none;	
}
a.subscribe span{
	color:#FFF;
	font-size: 13px;
    margin-left: 10px;
    text-transform: uppercase;
	border-bottom:1px solid #a8a9a9;
}
a.clock span{
	color:#FFF;
	font-size: 15px;
    margin-left: 29px;
}
a.clock:hover {
text-decoration:none;	
}
a.clock  img{
    margin-right: 6px;
}
a.clock {
    color: #bababa;
}
.social ul{
list-style: none;
padding: 0;	
}
.social ul li{
    float: left;
	padding-right: 13px;
}
.catalog_block{
	background: #f5f5f5;
}
.catalog_block h1{
	color:#373737;
	text-transform: uppercase;
	font-size:24px;
}
div#filter_block {
    background: #FFF;
    padding: 25px;
}
ul.catalog_filter {
    padding: 0;
	text-align: left;
    list-style: none;
}
ul.catalog_filter li a{
font-size:14px;	
color:#000000
}
ul.catalog_filter li a span{
font-size:14px;	
color:#6b6c6f
}
ul.catalog_filter li {
    border-left: 5px solid #eba7ab;
	padding: 10px 0 10px 15px;
}
ul.catalog_filter li:hover {
    border-left: 5px solid #cd242d;
	padding-left: 15px;
}
ul.catalog_filter li:hover a{
	text-decoration:none;
	color:#cd242d;
}
ul.smartfilter {
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
ul.smartfilter li a.showchild {
    font-size: 14px;
	margin-bottom: 0;
    display: inline-block;
    color: #010101;
	position: relative;
    text-transform: uppercase;
}
ul.smartfilter li a.showchild i.icon.pngicons{
    background: url(../img/dropdown_filter.png) no-repeat;
    height: 4px;
    width: 8px;
    display: inline-block;
    top: 7px;
    position: absolute;
    right: -10px;
}
ul#sort_block li a.showchild i.icon.pngicons{
    background: url(../img/dropdown_filter.png) no-repeat;
    height: 4px;
    width: 8px;
    display: inline-block;
    top: 8px;
    position: absolute;
    right: -12px;
}
ul.smartfilter li #filtr_click {
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 1px solid #E31E24;
    text-transform: uppercase;
    padding: 5px 10px;
    display: inline-block;
    background-color: #E31E24;
    margin-top: 0;
}
ul.smartfilter li #filtr_cansel {
    font-size: 12px;
    color: #000000;
    text-align: center;
    border: 1px solid #dadada;
    text-transform: uppercase;
    padding: 5px 0px;
    display: inline-block;
    margin-top: 0;
    max-width: 90px;
    float: left;
    margin-right: 10px;
	background-color: #dadada;
}
ul.smartfilter li input#slidevalue {
    margin-top: 25px;
    float: right;
    text-align: right;
}
li.lvl1.number.price {
    margin-top: 20px;
    display: inline-block;
}
ul#filter_checkbox {
    padding: 0;
    list-style: none;
}
ul#filter_checkbox li label{
	font-size:14px;
	font-weight:100;
}
input[type="checkbox"],
input[type="radio"] {
    display:none;            
}
input[type="checkbox"] + label, 
input[type="radio"] + label {
  font-size: 18px;
  color: #444;
  cursor: pointer;
}
input[type="checkbox"] + label::before{
    content: "";
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    width: 18px;
    margin: 4px 5px 0 0;
    background-repeat: no-repeat;
}
input[type="checkbox"] + label::before {
    background-image: url(../img/checkbox_no.png);      
}
input[type="checkbox"]:checked + label::before {
    background-image: url(../img/checkbox.png);  
}
input[type="checkbox"]:disabled + label::before {
   background-image: url(../img/checkbox_no.png); 
}
input[type="checkbox"]:checked:disabled + label::before {
    background-image: url(../img/checkbox.png); 
}

ul#sort_block {
    margin: 0;
    padding: 0;
	display: inline-flex;
    list-style: none;
    padding-top: 5px;
}
ul#sort_block li{
	float: left;
	position: relative;
	margin-right: 25px;
}
ul#sort_block li a{
   color:#6d6e71;
   font-size:14px;   
}
ul#sort_block li a:hover{
	color:#cd252e;
	text-decoration:none;
}
div#list_grid {
    float: right;
}
div#product_grid {
    display: inline-block;
}
.col-md-4.thumbnail_prod{
	margin-top: 20px;
    margin-bottom: 20px;
}
.thumbnail_item{
    position: relative;	
}
.thumbnail_item  .popup.padd{
	display:none;
}
.thumbnail_item:hover  .popup.padd{
	display:block;
	position: absolute;
	left: 0;
	padding-bottom: 20px;
	width: 100%;
	margin-top:5px;
	z-index: 9999;
	background: #FFFFFF;
	webkit-box-shadow: 7px 25px 28px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 7px 25px 28px 0px rgba(0,0,0,0.15);
    box-shadow: 7px 25px 28px 0px rgba(0,0,0,0.15);
}
ul#list_property {
    list-style: none;
    padding: 0;
    text-align: left;
    padding: 0 26px;
}
ul#list_property li{
	font-size:12px;
	color:#6d6e71;
}
ul#list_property li span{
	color:#000;
}
.add2basketform {
	float:left;
}
.art{
color:#cd242d;
padding-right: 10px;
}
.popup.padd a#add2favorite{
    background: url(../img/add2favorite.png) no-repeat;
    height: 19px;
    width: 19px;
    display: inline-block;
    top: 0;
    position: absolute;
    right: 77px;
}
.popup.padd a#comments{
    background: url(../img/comments.png) no-repeat;
    height: 18px;
    width: 19px;
    display: inline-block;
    top: 0;
    position: absolute;
    right: 50px;
}
.popup.padd a#compare{
    background: url(../img/compare.png) no-repeat;
    height: 17px;
    width: 21px;
    display: inline-block;
    top: 0;
    position: absolute;
    right: 23px;
}
.submit.add2basket i.icon_cart{
    background: url(../img/icon_cart.png) no-repeat;
    height: 20px;
    width: 22px;
    display: inline-block;
    top: 11px;
    position: absolute;
    left: 15px;
}
#add2favorite_compare{
position: relative;	
}
div#product_list {
    display: inline-block;
	width: 100%;
}
#product_list table{
margin-top: 25px;
width: 100%;
}
#product_list table thead{
	background:#FFF;
}
#product_list table th{
	text-align:center;
	padding: 10px 0;
}
table#product_catalog{	
}
table#product_catalog tr td{
    padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
table#product_catalog a.name_list {
    color: #6d6e71;
    font-size: 16px;
}
table#product_catalog span.articul {
    color: #000;
}
table#product_catalog span.price {
    color: #000;
	font-size: 18px;
}
table#product_catalog:hover{
    -webkit-box-shadow: 14px 14px 54px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 14px 14px 54px 0px rgba(0,0,0,0.15);
    box-shadow: 14px 14px 54px 0px rgba(0,0,0,0.15);
}
table#price_block th span{
	font-size:12px;
	color:#6e6f72;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	width: 100%;
	padding-bottom: 5px;
    display: inline-block;
}
table#price_block th {
text-align: center;	
}
table#price_block th.active span{
	font-size:12px;
	color:#000005;
}
table#price_block {
    width: 100%;
}
table#price_block td{
	font-size:30px;
	font-weight:bold;
	color:#cccccc;
	text-align: center;
}
table#price_block td.active{
	color:#d62929;	
}
a.submit.add2basket {
    background: #cd232c;
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    position: relative;
    padding: 10px 15px 10px 40px;
}
.buy_block {
    display: inline-block;
    width: 100%;
	margin-bottom: 10px;
    margin-top: 0;
}
a#favorite_prod {
    padding: 0;
    margin-left: 0;
	color: #cd232c;
	display: inline-block;
}
a#compare_prod {
    padding: 0;
    margin: 0;
	display: inline-block;
	color: #cd232c;
}
a#money_prod {
    color: #cd232c;
    padding: 0;
    display: inline-block;
}
a#favorite_prod img {
    vertical-align: text-bottom;
    padding-right: 5px;
}
a#compare_prod img {
    vertical-align: text-bottom;
	padding-right: 5px;
}
a#money_prod img {
    vertical-align: text-bottom;
    padding-right: 5px;
}
a.one_click {
    color: #cd232c;
	float: left;
    font-weight: 600;
	font-size: 13px;
}
a.one_click img{
    padding-right: 5px;
}
a.credit {
    color: #cd232c;
    font-weight: 100;
	width: 130px;
    display: inline-block;
}
a.credit img{
    padding-right: 5px;
}
.catalog_block.product #brand{
	color:#373737;
	padding-right: 0;
    text-align: right;
}
.breadcrumb {
    padding: 8px 15px 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    margin-top: 10px;
    border-radius: 4px;
} 
.catalog_block.product #brand a u{
	color:#757679;
}
.catalog_block.product .in_stock{
color:#606060;
margin-top: 20px;
display: inline-block;
}
.catalog_block.product .in_stock span{
color:#61ac2f;
}
.catalog_block.product .in_stock img{
padding-left: 10px;
vertical-align: baseline;
}
.catalog_block.product #articul_prod {
    background: #cd232c;
    display: inline-block;
    color: #FFF;
	width: 102px;
	margin-right: 17px;
    padding: 5px 8px;
    font-weight: 100;
    margin-left: 10px;
    margin-top: 10px;
}
.delivery_block, .pay_block {
    text-align: left;
}
.catalog_block.product .pull-right{
text-align: right;	
}
.delivery_pay {
    border-left: 1px solid #cccccc;
    padding-left: 30px;
	margin-left: 5px;
}
.delivery_pay b{
padding-left: 15px;
color:#000;
}
.delivery_block p{
	font-size:11px;
	color:#6e6f72;
}
.pay_block p{
	font-size:11px;
	color:#6e6f72;
}
.properties_prew {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
	margin-bottom: 15px;
} 
.properties_prew  ul#list_property {
    padding: 0;
}
.properties_prew ul#list_property li a{
    color: #d62929;
    font-size: 12px;
}
a.comments_count{
    color: #6e6f72;
    font-size: 10px;
	vertical-align: super;
}
.rating {
    display: inline-block;
    padding-right: 15px;
}
.pic_preview{
float: left;
text-align: center; 
}
ul#prev_pic {
    padding: 0;
    list-style: none;  
}
ul#prev_pic li img{
    opacity: 0.6;
}
ul#prev_pic li.active img{
    opacity: 1;
}
.changegenimage .pic img{
max-width: 343px;
padding-top: 20px;	
}
.elementdetail .zoom {
    text-align: center;
}
.zoom {
    font-size: 11px;
    color: #ccc;
}
.zoom .icon {
    width: 15px;
    height: 16px;
	vertical-align: bottom;
    display: inline-block;
    margin-right: 10px;
    background-position: 0 -54px;
}
.pngicons, .showcase .share .b-share-icon, .rsgppopup .share .b-share-icon {
    background-image: url(../../prostroy/img/icons-v100.png);
}
.description_product{
background:#f5f5f5;
}
/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}


/* Style the tab content */

ul.tab_product_detail {
    list-style: none;
    padding: 0;
	margin-bottom: 0;
	display: inline-block;
	margin-top: 30px;
	width:100%;
}
ul.tab_product_detail li{
    float:left;
}
ul.tab_product_detail li a.active{
    color:#000000;
	background:#FFF;
}
ul.tab_product_detail li a{
    color:#6e6f72;
	background:#fafafa;
	font-size:12px;
}
ul.tab_product_detail li a:hover{
	text-decoration:none;
	background:#FFF;
}
ul.tab_product_detail li a {
    color: #6e6f72;
    background: #fafafa;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 23px;
    float: left;
    margin-right: 7.6px;
}
ul.tab_product_detail li:last-child a {
margin-right: 0;
float: right;
}
.character {
    display: inline-block;
    background: #FFF;
    width: 100%;
	margin-top: -6px;
}
div.character {
    padding: 0 30px;
}
.tabcontent{
	display:none;
    padding-top: 20px;
}
table.groupedprops{
    border-collapse: collapse;
    border-spacing: 0;
	margin-top: 20px;
    width: 100%;
}
tr.width_tr {
    display: table-footer-group;
    width: 100%;
}
.groupedprops th, .groupedprops td {
    padding: 8px 0px;
    text-align: left;
}
.groupedprops .name {
    color: #777;
    margin-right: 50px;
    background-color: #FFF;
}
.groupedprops .line {
    border-bottom: 1px dotted #CCC;
    margin: 1px;
}
.character #properties p{
    font-size: 12px;
	text-align: left;
}
.character a#more_prop {
    font-size: 14px;
    color: #373737;
    text-align: center;
    text-decoration: underline;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.character a#more_prop:hover {
text-decoration: none;	
}
.reviews_title {
    color: #373737;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 28px;
    font-weight: 600;
}
.reviews_title span{
	color:#bababa;
}
.pluso {
    margin-top: 20px;
}
.reviews_comment {
    display: inline-block;
    width: 100%;
	font-size:12px;
    background: #FFF;
    padding: 17px;
    margin-top: 20px;
}
.reviews_comment span.name{
	color:#373737;
	margin-top: 10px;
    display: inline-block;
	font-size:13px;
}
.reviews_comment span.date{
	color:#6d6e71;
	margin-top: 10px;
    display: inline-block;
	font-size:13px;
}
.description_product .more {
    margin-top: 20px;
    margin-bottom: 20px;
}
#col-md-padd-0{
padding-right: 0;	
}
.old_price{
text-decoration: line-through;
color:#d62929;
text-align: left;
}
.old_price span{
    text-align: left;
    font-size: 22px;
    color: #6e6f72;	
}
.new_price {
    font-size: 28px;
    color: #d62929;
    padding-bottom: 15px;
    text-align: left;
}
.elementdetail .add2basketform .inbasket .icon {
    margin-right: 10px;
}
.buy_block .add2basketform .inbasket{
	background: #cd232c;
    font-size: 16px;
    color: #FFF;
    position: relative;
    padding: 0px 10px 0px 10px;
}
.padd .add2basketform .inbasket{
    background: url(../img/buy_click_cart.png) no-repeat;
    width: 24px;
	text-indent: -9999px;
    height: 23px;
	top: -1px;
    left: 45px;
    position: absolute;
}
.elementdetail .add2basketform .quantitytitle, .elementdetail .add2basketform .go2basket {
    padding: 0px 0px;
}
ul.catalog_filter li.active {
    border-left: 5px solid #cd242d;
    padding-left: 15px;
}
#white_block, .bx-authform{
	background:#FFF;
    padding: 30px;
	margin-bottom:30px;
}
#white_block_prod{
	background:#FFF;
    padding: 5% 0 30px 0;
	margin-bottom:30px;
}
#white_block_img{
	background:#FFF;
	text-align: left;
    padding: 30px;
	margin-bottom:30px;
}
#white_block img{
	width:100%;
}
#white_block .brandsdetail img{
	width:100%;
    max-width: 200px;
}
#locforma label{
    font-weight: 100;
	font-size: 14px;
}
#vacancie{
    margin-top: 0;
    text-align: left;	
}
.filter_block2{
    padding: 5px 25px!important;
}
.iblocklist .pic img{
width:100%;	
}
#register_submit_button{
    background: #e31e24 none repeat scroll 0 0;
    color: #FFF;
}
.bx-authform {
    margin: 0 0 25px;
    max-width: 100%;
}
#captcha_word{
margin-top: 20px;
}
.tabbable .ajaxpages{
display:none;	
}
#search_panel ul.catalogmenu {
	display:none;
}
#search_panel ul.catalogmenu {
    list-style: none;
    padding: 0;
	display:none;
    float: left;
    top: 42px;
    background: #FFF;
    z-index: 999;
    position: absolute;
    text-align: left;
	left: 10px;
    -webkit-box-shadow: 14px 14px 54px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 14px 14px 54px 0px rgba(0,0,0,0.15);
    box-shadow: 14px 14px 54px 0px rgba(0,0,0,0.15);
}
a.catalog_click_home {
    text-transform: uppercase;
    color: #FFF;
    float: left;
    cursor: pointer;
    line-height: 32px;
}
#myModal #hide input {
    background: #e0e0e0;
    padding: 10px;
    margin-bottom: 15px;
    width: 50%;
    color: #000;
}
#myModal #hide input#btn_submit {
    background: #e31e24;
    font-weight: bold;
    color: #FFF;
    padding: 10px 25px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(186,1,32,1);
    -moz-box-shadow: 2px 2px 0px 0px rgba(186,1,32,1);
    box-shadow: 2px 2px 0px 0px rgba(186,1,32,1);
}
::-webkit-input-placeholder {color:#827d7d;}
::-moz-placeholder          {color:#827d7d;}/* Firefox 19+ */
:-moz-placeholder           {color:#827d7d;}/* Firefox 18- */
:-ms-input-placeholder      {color:#827d7d;}
.mob_catalog{
	display:none;
}
.picslider .scrollinner a img {

}
.picslider .scrollinner a {
    display: block;
    width: 90px;
    height: 90px;
    padding: 5px;
    text-align: center;
    line-height: 80px;
}
div.news-detail img.detail_picture {
    width: 100%;
}
div.news-detail {
    word-wrap: break-word;
    text-align: left;
	padding: 30px;
	margin-bottom: 30px;
	background:#FFF;
}
ul, ol {
    text-align: left;
}
.service-description {
    text-align: left;
}
#lovekids_shops .shop_item {
    font-size: 12px;
}
.working_hours_info{
margin-bottom: 30px;	
}
a.footer_logo {
    background: #FFF;
    height: 59px;
    display: inline-block;
    padding: 10px;
}
ul.b-catalog-cat__subcat-list li{
	text-align:center;
	padding:0 10px;	
}
.basket table.prod td {
    padding-left: 5px;
}
.someform input[type="text"], .someform input[type="password"], .someform textarea, .someform select {
    width: 100%;
    background: #e0e0e0 none repeat scroll 0 0;
    padding: 10px;
}
.ordertable.t2 .title h3{
	    height: 52px;
		line-height: 52px;
}
#ORDER_DESCRIPTION{
	background: #FFF;
}
.bx-auth-reg input, .bx-auth-reg select{
    width: 100%;
    background: #e0e0e0 none repeat scroll 0 0;
    padding: 10px;
}
table.arttable td {
	padding-top: 10px;
	border: 1px solid #f8f8f8;
}
a.email-foot {
    color: #DE3838;
    padding: 5px 29px;
    display: inline-block;
    text-align: center;
}
a.email-left {
    text-align: left;
    color: #DE3838;
    display: inherit;
    margin-bottom: 10px;
}
.action_stick {
    padding: 0px 10px;
    position: absolute;
    background: #e31e24;
    z-index: 9;
    color: #FFF;
    margin: 15px;
    line-height: 18px;
    font-size: 13px;
    max-height: 18px;
    text-transform: uppercase;
}
.action_stick::after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: -14px;
    border: 7px solid transparent;
    border-top: 7px solid #e31e24;
   }
   
.novelty_stick {
    padding: 0px 10px;
    position: absolute;
    background: #7693ab;
    z-index: 10;
    color: #FFF;
    margin: 15px;
    line-height: 18px;
    font-size: 13px;
    max-height: 18px;
    text-transform: uppercase;
}
.novelty_stick::after {
    content: '';
    position: absolute;
    left: 4px;
    bottom: -14px;
    border: 7px solid transparent;
    border-top: 7px solid #7693ab;
   }
.thumbnail_item span#action{
    color: #e22329;	   
}
.price_ed { 
    float: left;
	color: #d62929;
	padding-left: 15px;
}
.price_ed summa.price_ed_prod {
    font-size: 30px;
    color: #d62929;
    font-weight: bold;
    padding-right: 5px;	
}
.info #selectBox{
    padding: 0px;
    color: #d62929;	
	margin-top: 15px;
}
div#summa_ed_text {
    text-align: left;
    color: #969696;
    font-size: 12px;
}
div#summa_ed {
    color: #818181;
    text-align: left;
}
summa#summa_ed_iz {
    font-size: 22px;
}
.bxhtmled-dialog-tbl input[type="checkbox"], input[type="radio"] {
    display: block;
}
#left_prop_block .col-md-12{
    text-align: left;
    padding-top: 10px;	
}

.padd-tabable{
    padding-top: 25px !important;
}

.icon-svg-img{
    width: 17px;
}

.svg-icon-vk{
    fill:#A8A8A8;
}
.svg-icon-vk:hover{
    fill: #507299;
}

.svg-icon-google{
    fill:#A8A8A8;
}
.svg-icon-google:hover{
    fill:#F34A38;
}
.svg-icon-fb{
    fill:#A8A8A8;
}
.svg-icon-fb:hover{
    fill: #4867aa;
}
.svg-icon-twitter{
    fill:#A8A8A8;
}
.svg-icon-twitter:hover{
    fill:#76A9EA;
}
.svg-icon-youtube{
    fill:#A8A8A8;
}
.svg-icon-youtube:hover{
    fill: #e62117;
}
.svg-icon-ok{
    fill:#A8A8A8;
}
.svg-icon-ok:hover{
    fill: #f58220;
}
.svg-icon-pint{
    fill:#A8A8A8;
}
.svg-icon-pint:hover{
    fill:#D7143A;
}

.svg-icon-inst{
    fill:#A8A8A8;
}
.svg-icon-inst:hover{
    fill:url(https://1platforma.com.ua/bitrix/templates/1plt/css/template.css#SVGID_1_);
}
.user_info span{
    margin: 25px 0 0 -9px;
    display: inline-block;
    color: #6d6e71;
}