@import url("reset.css");
@import url("reset.css");



/* @group Общий стиль */
html,
body {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
body {
    color: #2E2E2E;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	min-width: 260px;
}
#main {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6  {
    font-family: 'Arimo', sans-serif;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}
h1 {
    background-color: #2E2E2E;
    color: #fff;
    border-bottom: 2px solid #FF4000;
    padding: 14px 15px 11px 15px;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h2,
.h2 {
	font-size:15px;
	color:#FF4000;
	text-transform:uppercase;
}
.black {
    background-color: #2E2E2E;
    color: #fff;
    border-bottom: 2px solid #FF4000;
    padding: 14px 15px 11px 15px;
    font-size: 17px;
    text-transform: uppercase;
}
h3 {
	color:#FF4000;
	font-size:16px;
}
p{margin-bottom: 15px;}
a { 
    color: #d40000;
	cursor: pointer;
	text-decoration:none; 
}
a:hover {
	text-decoration:none;
	color:#900006;
}
label,
input,
select,
textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
    color: #323232;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
select,
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"],
input[type="color"] {
    display: inline-block;
    padding: 4px 6px;
    font-size: 13px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    height: 34px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    max-width: 100%;
}
ul, 
ol  {
	list-style-position: inside;
}
.border td,
.border th{
	border: 1px solid #ccc;
}
/*Верхняя строка для мобильных*/
#top_mobile {
    z-index: 100;
    position: fixed;
    display: none;
    background-color: #2E2E2E;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0; 
}
#top_control,
#top_search {
    width: 65px;
    height: 48px;
    float: left;
    border-right: 1px solid #FF4000;
    text-align:  center;
    padding-top: 11px;
    cursor: pointer;
    color: #FF4000;
}
#top_control:hover,
#top_search:hover {
    color: #fff;
    background-color: #d40000;
} 
.menu_icon {
    width: 28px;
    height: 28px;
}
.search_icon {
    width: 26px;
    height: 28px;
}
/*Главное меню мобайл*/
body.ind {
    overflow: hidden;
}
#mobile_menu {
    display: none;
    height: 100%;
    padding-bottom: 50px; 
    background-color: #2E2E2E;
    border-right: 2px solid #FF4000;
    position: fixed;
    color: #fff;
    width: 237px;
    top: 50px;
    left: 0px;
    z-index: 101;
    overflow: auto;
}
#main_mobile {
	list-style: none;
}
#main_mobile a {
    font-weight: bold;
    display: block;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    padding: 10px 20px 11px;
    border-bottom: 1px solid #FF4000;
    position: relative;
}
#main_mobile .selected a,
#main_mobile a:hover {
    color: #FF4000;
}
#main_mobile a:before {
    display: block;
    float: left;
    content: '';
    width: 36px;
    height: 24px;
    background: url(../images/sprite.svg) no-repeat -40px -100px;
}
#main_mobile a[href="blog"]:before {
    background-position:  -200px -100px;
}
#main_mobile a[href="dostavka"]:before {
    background-position:  -160px -99px;
}
#main_mobile a[href="oplata"]:before {
    background-position:  -120px -99px;
}
#main_mobile a[href="contact"]:before {
    background-position:  -77px -97px;
}
#main_mobile a[href="user/login"]:before {
    background-position:  2px -99px;
}
#main_mobile a[href="user/register"]:before {
    background-position:  -240px -100px;
}
.arrow_down {
    display: none;
    position: absolute;
    top: 11px;
    right: 10px;
    width: 28px;
    height: 28px;
    color: #fff;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}         
/* HEADER */
#header {
    padding: 12px 0;
	position: relative;
}

	#logo {
    float: left;
    margin-top: 7px;
    margin-right: 15px;
}

#logo a {
	font-size: 50px;
	line-height: 1em;
	color: #FF4000;
	letter-spacing: -1px;
	font-weight: bold;
}
#logo a span {color:  #000;}

#cart_informer2 {
    float: right;
    position: relative;
    margin: 22px 0px 0 20px;
    right: 55px;
    width: 48px;
    height: 48px;
}


#cart_informer {
    float: right;
    position: relative;
    margin: 22px 0px 0 20px;
    right: 73px;
}
.cart_heading {
    position: relative;
    width: 48px;
    height: 48px;
    background: url(../images/sprite.svg) no-repeat  0 0;
    cursor:  pointer;
}
.header_shedule
{
	position: absolute;
	    right: 212px;
	font-weight: bold;
}
.header_shedule span
{
	color: #FF4000;
	font-size: 18px;
}
#cart_informer #items {
	display:block;
	background-color:#FF4000;
	color:#fff;
	text-align:center;
	width:30px;
	height:30px;
	border-radius:50%;
	line-height:30px;
	position:absolute;
	top: -7px;
    right: -6px;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Arimo', sans-serif;
}
#cart_informer .cart_content {
	display:none;
	position: absolute;
	background:#fff;
	padding:20px;
	right:0px;
    top: 100%;
	border:2px solid #d40000;
    z-index: 120;
}
#cart_informer.active .cart_content {
	display:block;
	max-height: 500px;
	overflow-y: auto;
}
#cart_informer .cart {
	margin-top: 10px;
	overflow: hidden;
	width: 240px;
}
.c_head{
    font-size: 15px;
    font-weight: bold;
}
#cart_informer  li {
	list-style: none;
	overflow: hidden;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #d40000;
}
#cart_informer  .image {
	padding-right:10px;
    text-align: center;
    width: 60px;
	padding-top: 3px;
	float: left;
}
#cart_informer  img,
#purchases .image img {
	max-height: 50px;
	max-width: 50px;
}
.pr_info {
	width: 160px;
	float: right;
}
.pr_info > div {
	margin-top: 3px;
}
.pr_info a {
	font-weight: bold;
    font-size: 14px;
}
.pr_info span {
	float: left;
}
.cartinfo_form {
	float: right;
	cursor: pointer;
}
input.remove_cart {
    -webkit-appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-weight: normal;
    height: 0;
}
.cartinfo_form label,
.remove label {
    cursor: pointer;
}

#cart_informer .total {
	font-size:14px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
}
#cart_informer .total  span  span{
	color:#900006;
}
#cart_informer .checkout {
	text-align: right;
	clear: both;
	padding-top:5px;
}
#cart_informer .checkout .button {
	margin-bottom:5px;
}
#cart_informer .empty {
	display: block;
    padding: 5px 0;
    width: 150px;
	text-align: center;
}
#wishlist {
    float: right;
    /* background: url(../images/sprite.svg) -50px -250px no-repeat; */
    text-align: center;
    margin-top: 7px; 
}
.wish_info{
        display: initial;
    /* width: 40px; */
    /* height: 40px; */
    line-height: 40px;
    font-weight: bold;
    color: #2E2E2E;
    position: relative;
    bottom: 25px;
    left: 25px;
    color: #FF4000;
    text-decoration: underline;
    margin-right: 3px;
}
.wish_info span{
    background: #FF4000;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 48px;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.4;
    z-index: 100;
	display: none;
}
.wish_info:hover span {
    left: -20px;
}
.wish_info:hover span {
	display: block;  
}
.wish_info:hover span:before  {
    border: 10px solid #FF4000;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 2px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.contact_top {
    /*text-align: center;*/
    padding-top: 14px;
    
}
.phone,
.email {
    /*display: inline-block;*/
    display: block;
    line-height: 24px;
    color: #000;
    font-size: 22px;
    white-space: nowrap;
    float: left;
}
.phone_free{
    color: #FF4000;
    font-size: 12px;
}

.phone_icon,
.email_icon {
    color: #FF4000;
    vertical-align: -3px;
}
/*Главное меню*/
#nav_search {
    background-color: #2E2E2E;
    border-bottom: 2px solid #FF4000;
}
#main_menu  li {
    list-style: none;
	float:left;
}
#main_menu .selected a, 
#main_menu  a:hover {
	background-color:#FF4000;
	text-decoration:none;
    border-right:1px solid #900006;
    border-left:1px solid #900006;
}
#main_menu  a {
	display:block;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 15px 10px;
    border-right:1px solid transparent;
    border-left:1px solid transparent;
}
/*Поиск*/
#search {
	position:relative;
	float:right;
	margin:8px 0 0;
}
#search .button_search {
    float:right;
	width:41px;
	height:34px;
	padding-top: 2px;
    background-color: #FF4000;
	color:#fff;
	text-align:center;
	border: none;
    cursor:  pointer;
}
#search .button_search:hover {
    background-color: #900006;
    color:#fff;
}
#search .input_search {
	font-size: 13px;
	float:left;
	border-radius:0;
	line-height:21px;
	height:34px;
	 width:300px;
	/*width:400px;*/
	margin:0;
	padding:6px 8px;
	background-color:#fff;
	border:none;
    transition:all 0.3s;
}
#search .input_search:focus {
//    width:300px!important
}
@media (max-width: 1200px){
    #search .input_search {
        width: 150px!important;
    }
    #main_menu a {
        padding: 15px 8px;
    }
}
#content {
    width: 80%;
    float: right;
    padding-bottom: 20px;
    padding-left: 10px;
}
/*Сайдбар*/
#sidebar {
    width: 20%;
    float: left;
    padding-right: 10px;
    padding-bottom: 20px;
}
#sidebar .h2,
#sidebar h2 {
    background-color: #2E2E2E;
    border-bottom: 2px solid #FF4000;
    color: #fff;
    padding: 14px 15px 11px 15px;
    margin: 0;
    font-size: 17px;  
    position: relative;
}
.sb {
    margin-bottom: 40px;
}
/* футер */
footer {
	padding-top:25px;
	clear: both;
	overflow: hidden;
    background-color: #2E2E2E;
    border-top: 2px solid #FF4000;
    color: #fff;
}
footer h3 {
    color:#FF4000;
	line-height:normal;
	font-size:15px;
	text-transform:uppercase;
	margin:0 0 11px;
}
footer li {
	padding:3px 0;
    list-style: none;
}
footer a:hover,
footer a.selected {
	color:#FF4000;
}
footer a {
    font-size:13px;
	color:#fff;
	line-height:18px;
}
.foot_block {
    width: 25%;
    float: left;
    padding: 0 10px;  
}
.social {
    overflow: hidden;
    margin-bottom: 10px;
}
footer .social li,
footer  .payments li {
    float: left;
    margin-right:  10px;
}

.social_icon {
    background-color:  #fff;
    border-radius: 50%;
    color: #2E2E2E;
    border: 1px solid #fff;
}
.social_icon:hover {
    background-color: #FF4000;
    border: 1px solid #FF4000;
}
.payments li {
    margin-bottom: -10px;
    margin-top:-10px;
}
.payment_icon { 
    width: 64px;
    height: 64px;
}
.contact_foot,
.work {
	color:#fff;
	line-height:24px;
}
#copyright {
    position: relative;
	padding:10px 0;
	line-height:30px;
	font-size:12px;
	color:#fff;
}
/* Меню каталога */
.catalog_menu {
    margin-bottom: 20px;
    background-color: #FF4000;
    border-bottom: 1px solid #FF4000;
}
.catalog_menu ul li {
    list-style: none;
	font-size: 14px;
    position: relative;
}
.catalog_menu  a{
    padding: 10px 32px 10px 10px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #2E2E2E;
}

.catalog_menu .submenu a {
    text-transform: none;
    padding-left: 25px;
}
.catalog_menu .submenu .submenu a {
    padding: 10px 5px 10px 35px;
}
.submenu {
	display: none;
}
.opened > .submenu,
.current > .submenu {
    display: block;
}

.catalog_menu  .switch{
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 9px;
	top: 9px;	
	-webkit-transition: transform .5s ease-in-out;
	-moz-transition: transform .5s ease-in-out;
	-ms-transition: transform .5s ease-in-out;
	-o-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	background: url(../images/sprite.svg) -99px -249px no-repeat;
}
.catalog_menu .switch.active,
.active .arrow_down{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.catalog_menu ul li a.selected, 
.catalog_menu ul li:hover > a{
	background-color: #2E2E2E;
}
                                    
/*Блоки товаров на главной*/
.box {
    margin-bottom: 5px;
}
.box .h2,
.box h2 {
	font-size:17px;
	text-transform:uppercase;
	color:#fff;
	padding: 12px 15px 11px;
	background-color: #FF4000;
	border-top: 2px solid #2E2E2E;
	margin:0 0 20px 0;
}                 
/* @group Сортировка */
.category_toolbar {
    overflow: hidden;
    line-height: 32px;
    padding: 15px 0;
}
.sort, .limit {
    float: left;
}
.category_toolbar b {
    padding-right: 5px;
    color: #2E2E2E;
}
.category_toolbar select {
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
}
.sort select {
    width: 110px;
}
.sort {
    margin-right: 15px;
    margin-bottom: 5px;
}
.limit select {
    width: 60px;
}
.view {
	position:relative;
    float:right;
}
.view span {
	float:left;
	display:block;
	width:32px;
	height:32px;
	margin-left:6px;
    cursor: pointer;
    color: #2E2E2E;
}
.view span.selected,
.view span:hover{
	color:#FF4000;
} 
.view svg {
    vertical-align: middle;
} 
/*Каталоги*/
.products {
   list-style: none; 
}
.no_margin {
    margin: 0;
}
.page_descr {
	margin-top: 25px;
}
.box .product,
.grid .product {
    width: 25%;
    float: left;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;  
}
.list .product {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px; 
}
.padding {  
    border: 2px solid #FF4000;
    text-align: center;
} 
.list .padding {
    text-align: left;
}
.bx-wrapper .padding  {
    border-top: none;
}             
.image {
    position: relative;
    overflow: hidden;
}
#products.list .image::before {
    display: none;
}
.products .image::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.0);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: sll 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    pointer-events: none; 
}
.products .product:hover .image::before,
.products .product:hover .hover::before {
    background: rgba(0,0,0,.6);       
}
.img_overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.list .img_overlay  select {
    border: 1px solid #2E2E2E;
    border-bottom: 2px solid #c53036;
}
.img_overlay  select {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 34px;
    margin-left: -70px;
    margin-top: 31px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateX(-195px);
    -moz-transform: translateX(-195px);
    -ms-transform: translateX(-195px);
    -o-transform: translateX(-195px);
    transform: translateX(-195px);
    cursor: pointer;
    padding: 6px 3px;
    border: none;
    outline:  none;
    border-bottom: 2px solid #c53036;
}
.img_more,
.buy {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 140px;
    margin-left: -70px;
    padding: 8px 0 7px;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;  
    border: none;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    color: #fff;
}
.img_more { 
	margin-top: -51px;
	-webkit-transform: translateX(-195px);
	-moz-transform: translateX(-195px);
	-ms-transform: translateX(-195px);
	-o-transform: translateX(-195px);
	transform: translateX(-195px);
	background: #2E2E2E;
    border-bottom: 2px solid #c53036;
    border-top: 2px solid transparent;    
}
.buy {
    margin-top: -10px;
    -webkit-transform: translateX(195px);
    -moz-transform: translateX(195px);
    -ms-transform: translateX(195px);
    -o-transform: translateX(195px);
    transform: translateX(195px);
    background-color: #900006;
    border-bottom: 2px solid #c53036;
    border-top: 2px solid transparent;
}
.product:hover .buy,
.product:hover .img_more,
.product:hover .img_overlay  select,
.product.hover .buy,
.product.hover .img_more,
.product.hover .img_overlay  select { 
    -webkit-transform: translateX(0); 
    -moz-transform: translateX(0); 
    -ms-transform: translateX(0); 
    -o-transform: translateX(0); 
    transform: translateX(0); 
}
.product:hover .img_overlay,
.product.hover .img_overlay {
	opacity: 1;
}
.buy:hover {
    color: #fff;
    background-color: #FF4000;
    border-top: 2px solid #2E2E2E;
    border-bottom: 2px solid transparent;
}
.img_more:hover {
    color: #fff;
    background-color: #FF4000;
     border-top: 2px solid #2E2E2E;
    border-bottom: 2px solid transparent;
}
.box .product_info,
#sidebar .product_info{
    padding: 10px 10px 20px;
}
.grid .product_info {
    padding: 10px 10px 12px;
}
.products .image {
    padding: 20px 10px;
    
}
.image img {
    max-height: 100%;
}
.list .image {
    float: left;
    width: 25%;
    text-align: center;
}
.list .product_info {
    float: left;
    width: 75%;
    padding: 10px 10px 10px 20px;
}
span.price {
	font-size: 17px;
	font-weight: bold;
	color: #FF4000;
	white-space: nowrap;
}
.currency {
	font-size: 16px;   
}
.compare_price {
	text-decoration:line-through;
	color: #9c9c9d;
	font-weight: 400;
	font-size: 14px;
	white-space: nowrap;
	padding: 0 5px;
}
.box h3,
.grid h3 {
	margin: 7px 0 10px;
}
.list h3 {
    margin: 10px 0;
}
.products h3 a {
	text-decoration:none;
	font-size:14px;
    font-weight: bold;
	color:#2E2E2E;
}
.products h3 a:hover {
	color:#FF4000;
} 
.grid .annotation {
    display: none;
}
.list .annotation p {
   margin-bottom: 5px; 
}
.list .annotation {
    margin-bottom: 5px;
    overflow: hidden;
}
#products .price_container {
    margin-bottom: 10px;
}
 /*Карточка товара*/
#gallery {
    width: 40%;
    float: left;
    padding-right: 15px;
    margin-bottom:20px;
}
#flypage .product_info {
    width: 60%;
    float: left;
    padding-left: 15px;
    margin-bottom:20px;
}                                    
#gallery .image {
	background-color:#fff;
	border: 2px solid #FF4000;
    border-radius: 4px;
    text-align: center;
    padding: 30px 15px;
    margin-bottom: 20px;
}                 
.details {
    margin-bottom: 10px;  
}                
.details .brend,
.details .sku,
.details .available { 
    display: block;
    font-weight: bold;
    color: #323232;
    text-transform: uppercase;
    line-height: 24px;      
}
.details .brend a,
.details .sku span,
.details .available span {
    color: #FF4000;
    margin-left: 3px;
}
.details .brend a:hover {
    color: #900006;
} 
#flypage .variants label  {
    margin-bottom:  0;
    font-size:  13px;
    font-weight: bold;
    color: #2E2E2E;
    text-transform: uppercase;
    display: block;
}                
#flypage .price_container {
	text-transform:uppercase;
	color:#2E2E2E;
	font-size:14px;
	border-top:1px solid #FF4000;
	border-bottom:1px solid #FF4000;
	font-weight:bold;
	padding:23px 0;
	margin-bottom:15px;
}
#flypage .cost {
    font-size: 31px;
}
.select_container {
    margin-bottom: 5px;
}
#product_amount,
.product_var {
    height:50px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
#product_amount {
    margin-right: 20px;
    margin-bottom:0px;
}
#product_amount input,
.counter input,
#counter input {
    float: left;
    width: 35px;
    text-align: center;
    height: 30px;
    border: 1px solid #FF4000;
    outline: none;
	margin: 0;
}
.minus,
.plus {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #2E2E2E;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    float: left;
    cursor: pointer;
}
.minus:hover,
.plus:hover {
	color: #fff;
}
#flypage .product_var select {
    height: 30px;
    border: 1px solid #FF4000;
}
#flypage .buttons_box {
    border-bottom: 1px solid #FF4000;
    padding-bottom: 5px;
    overflow: hidden;
    margin-top:10px
}                 
#flypage .button2 {
    font-size:15px;
    padding: 8px 17px 8px 15px;
    margin:0 20px 0px 0;
    vertical-align:bottom;           
} 
#flypage .button2 span {
    vertical-align: 5px;
    padding-left: 5px;
}         
.add_buttons {
    line-height:24px;
    display: block;
    vertical-align: -12px;
}
.add_buttons > div {
    display:inline-block;
}
#flypage #fast-order-send-button:hover,
#flypage .add_buttons .wishlist:hover {
	color:#900006;
}
#flypage #fast-order-send-button {
    display: inline-block;
    padding-left: 23px;
	color:#FF4000;
	font-size:13px;
    background: url(../images/sprite.svg) -200px -247px no-repeat;
}
#flypage .add_buttons .wishlist{
    display: inline-block;
    padding-left: 23px;
	color:#FF4000;
	font-size:13px;
    background: url(../images/sprite.svg) -150px -198px no-repeat;
}  
.tabs {
    margin-bottom:  25px;
}
.tab {
    display: none;
    padding: 20px 15px;
}  
.tab_navigation {
    margin-bottom: -3px;
    margin-left: 2px;
} 
.tab_navigation a {
    display: inline-block;
    position: relative;
    z-index: 3;
    padding: 9px 22px 14px;
    font-family: 'Arimo', sans-serif;
    font-size: 12px; 
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #2E2E2E;
    margin-right: 4px;
    box-shadow: inset 0 -2px #FF4000, inset 0 -6px #fff, inset 0 -8px #FF4000;
}    
.tab_navigation a.selected {
    border: 2px solid #FF4000;
    border-bottom:  0;
    color: #fff;
    box-shadow: inset 0 -2px #fff, inset 0 -6px #fff, inset 0 -8px #FF4000;
}   
.tab_container {
    clear: both;
    position: relative;
    z-index: 0;
    margin-top: 1px;
    margin-left: 2px;
    border: 2px solid #FF4000; 
}              
 .product .features {
	list-style: none;
	width: 100%;
	display: block;
}
.product .features li {
    padding: 8px 5px 8px 5px;
    overflow: hidden;
    border-bottom: 1px solid #FF4000;
    font-size: 13px;
    background-color: #fff;    
}
.product .features li:last-child {
    border-bottom: none;
}
.product .features label {
	font-style: normal;
    font-weight: bold;
	display: block;
    margin-bottom: 0;
    text-transform: uppercase;
	width: 30%;
	float: left;
    font-size: 12px;
}
.product .features span {
	float: left;
	display: block;
	width: 70%;
    padding-left: 15px;
}             
/* Кнопки */
.buttons_box {
	clear: both;
}
.button {
    display: inline-block; 
    color: #fff;
    white-space:nowrap;	
    font-weight:bold;
    font-family: 'Arimo', sans-serif;
    padding: 0 12px;
    background-color: #2E2E2E;
    border-bottom: 2px solid #FF4000;
    padding: 8px 15px 4px;
    vertical-align: top;
    cursor: pointer;
    text-transform: uppercase;
}
.button:hover {
    background-color: #FF4000;
    border-bottom: 2px solid #2E2E2E;
    color: #fff;
} 
.button2 {
    display: inline-block; 
    color: #fff;
    white-space:nowrap;	
    font-weight:bold;
    font-family: 'Arimo', sans-serif;
    padding: 0 12px;
    padding: 8px 12px 4px;
    vertical-align: top;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #FF4000;
    border-bottom: 2px solid #2E2E2E;
    color: #fff;
}
.button2:hover {
    background-color: #2E2E2E;
    border-bottom: 2px solid #FF4000;
    color: #fff;
} 
.products .buttons_box > div {
    display: inline-block;
    width: 31px;
  height: 29px;
    margin: 0 2px 10px 2px;
    border-radius:3px;
    background-color: #000;
    vertical-align: top;
    position: relative;
}
.products .buttons_box > div:hover {
    background: #FF4000; 	
}
.products a.wishlist {
    display: block;
    height: 100%;
    background: url(../images/sprite.svg) -93px -195px no-repeat;
}
.products .fast-order-send-button {
    display: block;
    height: 100%;
    background: url(../images/sprite.svg) 8px -244px no-repeat;
}                       
/* Хлебные крошки */
#path{
    color: #2E2E2E;
    line-height: 30px;
    padding: 5px 0;
    font-size: 11px;
    text-transform: uppercase;
}
#path a{
    display: inline-block;
    padding-right: 10px;
    margin-right: 4px;
	color: #2E2E2E;
    text-decoration: none;
    background: url(../images/breadSep.png) no-repeat 100% 50%;
}
#path a:hover {
    color: #FF4000;
}
#path >span:last-of-type a{
     color: #FF4000;
     background: none;
     cursor: default;
}
/* @group Постраничная навигация */
.pagination {
	width: 100%;
}
.pagination a {
	display: inline-block;
	background-color: #fff;
	padding: 4px 10px;
	text-align: center;
	border: 1px solid #e6e6e6;
}
.pagination a:hover,
.pagination a.selected {
	color: #FF4000;
	border-color: #FF4000;
}
/*Блог*/
#blog h3 {
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
}
#blog h3 a {
    color: #2E2E2E;
}
#blog h3 a:hover {
    color: #900006;
}
#blog li{
    list-style: none;
    margin-bottom: 20px;
}
#blog .post_date {
    margin-bottom: 10px;
    color: #FF4000;
}                  
/* login page */
.login {
    float: left;
	width: 50%;
    padding: 0 10px;
}
.regular_customer, 
.new_customer {     
	border:1px solid #d7d7d7;
	padding:30px;
	margin-bottom:20px;
}
.login_heading {
	overflow:hidden;
	border-bottom:1px solid #d7d7d7;
	padding-bottom:10px;
	margin-bottom:20px;
}
.login_content > p{
	border-bottom:1px solid #d7d7d7;
	padding-bottom:20px;
}
.login_icon{
	color:#FF4000;
	float:left;
	margin-right:14px;
}
.login_heading .h2,
.login_heading h2 {
	margin-top:0;
	margin-bottom:2px;
	font-size:17px;
	color:#323232;
}
.login_heading b {
	font-size:13px;
	color:#737373;
	font-style:italic;
	font-weight:normal;
}
.login_buttons {
	border-top:1px solid #e6e6e6;
	padding-top:20px;
    margin-top: 10px;
}
.login_buttons .button2 {
      margin-right: 15px;
}
.login_form  .form_group {
    margin-bottom: 5px;
}
.login_form  label {
    float: left;
    text-align: right;
    width: 40%;
    padding-right: 15px;
    padding-top: 7px;
    font-weight: bold;
}
.login_form  .form_group input {
    width: 60%;
}
.login_form a {
    text-decoration: underline;
    float: right;
    margin-top: 10px;
}
.login_form a:hover {
    text-decoration: none;
}
.password_remind input[name="email"] {
    max-width: 290px;
    display: block;
    margin: 5px 0 10px;
} 
.change_pass {
    display: block;
    margin:  10px 0;
    font-weight: bold;
}
/* Сообщение с ошибкой */
.message_error{
	clear: both;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: red;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
}              
.message_success{
	clear: both;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: green;
	background-color: #caffca;
	border: 1px dotted #45ff45;
}              
input[type="text"], 
input[type="password"] {
    width: 100%;
    margin-bottom: 10px;
} 
textarea {
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
input.input_captcha {
    width: 227px;
    height: 34px;
    margin: 0 5px 15px;
}
.register_form input.input_captcha {
    width: 150px;
}
.captcha{
	float: left;
	margin: -5px 5px 10px 0;
}
.register_form {
    max-width: 457px;
}
/* Комментарии */
.post {
	overflow: hidden;
	margin-bottom: 25px;
}
.comment_form,
.feedback_form,
.user_form {
    max-width: 450px;
}
.comment_form .h2,
.comment_form h2 {
    font-size: 13px;
    font-weight: 600;
    font-family: 'Arimo', sans-serif;
}
.comment_form  label {
    vertical-align: 4px;
    font-weight: bold;
}
.comment_list {
	margin-top: 15px;
	list-style: none;
}
.comment_list li {
	padding-bottom: 15px;
}
.comment_header {
	font-size: 18px;
}
.comment_header i {
    font-size: 14px;
}
.comment_post {
    margin-top: 10px;
}             
/*Карусель связанные товары и пополнительные изображения */
.related {
    margin:  0 -5px 20px;
}
.related .product_info {
    padding: 10px;
}
#gallery ul,
.related ul{
    list-style:none; 
}
.related .image {
    line-height: 200px;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
#gallery .nbs-flexisel-container {
    padding: 0 15px;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style:none;   
    text-align:center;  
}
.nbs-flexisel-inner {
    overflow:hidden;
    width:100%; 
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:5px;
    cursor:pointer;
    position:relative;
    display: table;
}
#gallery .nbs-flexisel-item a {
    display: table-cell;
    vertical-align:  middle;
    padding: 5px;
    border: 1px solid #FF4000;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 24px;
    height: 28px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    background: url(../images/sprite.svg) -45px -156px;
    left: -5px;
}
.related .nbs-flexisel-nav-left {
    left: 5px;
}
.nbs-flexisel-nav-left:hover {
    background: url(../images/sprite.svg) -95px -156px;
}
.nbs-flexisel-nav-right {
    background: url(../images/sprite.svg) 5px -156px;
    right:  -5px;
}
.related .nbs-flexisel-nav-right {
    right:  5px;
}
.nbs-flexisel-nav-right:hover {
     background: url(../images/sprite.svg) -145px -156px;
}
/* @group Просмотренные товары */
.browsed .image,
.discounted .image {
    line-height:  200px;
}
.browsed h3 {
    margin: 10px 0;
}
/* @group Корзина */
#purchases{
	width: 100%;
    margin: 20px 0 0;
    color: #2E2E2E;
    text-align: center;  
    margin-bottom: 15px;
} 
#purchases thead {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    background-color: #FF4000;
    color: #fff;
    text-transform: uppercase;
} 
.counter,
#counter {
    display: inline-block;
    width: 95px;
}  
#purchases thead th{
    border: 1px solid #FF4000;
}                                
#purchases td {
    border: 1px solid #d7d7d7;
}
#purchases td,
#purchases th {
    padding: 8px;
}                   
#purchases .image{
	width: 67px;
}
#purchases .name{
	text-align: left;
}
#purchases .name a {
    color: #FF4000;
    font-size: 16px;
    font-weight: bold;
}
#purchases .name a:hover {
    text-decoration: none;
    color: #2E2E2E;
}
#purchases .price{
	white-space: nowrap;
    font-size: 17px;
    color: #FF4000;
    font-weight: bold;
}
#purchases .trash {
    width: 16px;
}
#purchases .total,
#purchases .order_total {
    text-align: right;
    font-size: 20px;
}
#purchases .order_total {
    padding: 15px 0;
}
#purchases .total span,
#purchases .order_total span{
    color: #FF4000;
    font-weight: bold;  
}
#purchases .bonus {
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
}
#purchases .bonus th {
    padding: 15px 0;
}                  
#purchases .coupon .name{
    font-weight: normal;
    padding: 8px 0;
}
#purchases .coupon input.coupon_code{
	width: 200px;
    float: left;
    margin-right: 7px;
    margin-bottom: 0;
}
#purchases .coupon input[type="button"] {
    font-size: 16px;
    background-color: #FF4000; 
    border: none;
    outline: none;
    color: #fff;
    padding: 6px 10px;
}
#purchases .coupon input[type="button"]:hover {
    background-color: #000; 
}
.cart_form .form_group {
    width: 50%;
    float: left;
} 
.cart_form .form_group:first-child {
    padding-right: 10px;
} 
.cart_form .form_group + .form_group {
    padding-left: 10px;
}      
.cart_form .form_group select{
    width: 100%;
    margin-bottom: 10px;
}             
ul#deliveries{
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	padding: 20px 20px 0 20px;
	list-style: none;
}
ul#deliveries li{
	margin-bottom: 20px;
}
ul#deliveries li div.checkbox{
	float: left;
	padding: 0;
	margin-top: 3px;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
}
ul#deliveries label {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}                
/* @group Кабинет */
#orders_history {
	list-style: none;
}
#orders_history li {
//	margin-bottom: 10px;
}
#orders_history li a {
	font-size: 16px;
    font-weight:bold;
}
#orders_history {
    border:2px solid #2e2e2e;
}
#orders_history li {
    display:block;
    border-top:1px solid #ccc;
    padding:10px 0;
}
#orders_history li:after {
    content:'';
    display:block;
    clear:both;
} 
#orders_history li > div {
    float:left;
    width:20%;
    box-sizing:border-box;
    padding:0px 5px;
}
#orders_history li > div:first-child {
    padding-left:20px;
}
#orders_history li > div:last-child {
    padding-right:20px;
}
#orders_history li:hover {
    background:#eee;
}
#orders_history li.green {
    background:#dcfbdc;
} 
#orders_history li.green:hover {
    background:#b6ffb6
}
.orders_history_price {
    font-size:16px;
    color:#2f2f2f;
    font-weight:bold;
    text-align:center;
} 
.orders_history_status,
.orders_history_paid {
    text-align:right;
}
.orders_history_status span {
    color:#666;
    font-size:13px;
    font-weight:bold;
}
.orders_history_header:hover,
.orders_history_header {
    background:#2e2e2e!important;
    border-top:0!important;
    border-bottom:2px solid #ff4000;
    padding:15px 0!important;
}
.orders_history_header > div {
    font-weight:bold;
    font-size:14px;
    color:#fff!important;
}

@media (max-width:650px)
{
    #orders_history li > div.orders_history_number,
    #orders_history li > div.orders_history_date,
    #orders_history li > div.orders_history_price {
        width:50%;
        height:32px;
    }
    #orders_history li > div.orders_history_status,
    #orders_history li > div.orders_history_paid {
        width:50%;
        height:16px;
    } 
}

/* @group Детали заказа */
form[action="payment/Receipt/callback.php"] label {
    display: block;
    margin: 5px 0 0;
}
table.order_info{
	margin-bottom: 20px;
    width: 100%;
}
table.order_info td{
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.checkout_button{
    display: inline-block;
    color: #fff;
    white-space: nowrap;
    font-weight: bold;
    font-family: 'Arimo', sans-serif;
    padding: 0 12px;
    background-color: #2E2E2E;
    border-bottom: 2px solid #FF4000;
    padding: 8px 15px 4px;
    vertical-align: top;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.checkout_button:hover {
    background-color: #FF4000;
    border-bottom: 2px solid #2E2E2E;
    color: #fff;
}
/*Кнопка вверх*/
.scrollUp {
	width: 42px;
	height: 26px;
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: 200;  
	display: block;
	margin-bottom: 7px;
	background: url(../images/up-arrow.png) no-repeat left 0px;
	cursor: pointer;
}
.scrollUp:hover {
	background-position: left bottom;
}
/*star-rating*/
.testRater{ 
	position:relative; 
	
}
.rater span {
	vertical-align:middle;
}
.rater-rating {
	margin-top:5px;
}
.rater-starsOff {width: 90px;}
.rater-starsOff, 
.rater-starsOn {
	display:inline-block;
	 height:18px; 
	 background:url(../images/stars.png) repeat-x 0 0px;
}
.rater-starsOn {
	display:block; 
	max-width:90px; 
	top:0; 
	background-position: 0 -20px;
}
.rater-starsHover {
	background-position: 0 -20px!important;
}
.productStarRating {
	float:right;
	margin-right:2px;	
}
.test-text span { 
	color: #323232;
	font-size:12px;
}
.product_info .productRatings {
	font-weight: bold;
	margin: 15px 0;
}                                  
/*Всплывающая корзина*/
#show-fancybox-cart{
	display:none;
}
.remove_cart {
	height: 28px;
	width: 16px;
	border:  none;
	cursor: pointer;
}
.remove_cart:hover {
	color: #FF4000;
}
.pop-up-cart h1 {
	margin: 10px 0;
}
.pop-up-cart .button {
	margin-right: 5px;
	margin-bottom: 10px;
}
.pop-up-cart{
	max-width: 720px;
	overflow: hidden;    
}           
/*fast-order*/
#fast-order form{
    display:block;
    width: 100%;
    margin-top: 0;
}
.reset-margin-padding{
    margin:0;
    padding:0;
}
#fast-order-product-name{
    margin-top: 0;
    padding: 10px 15px 6px 15px;
}
.fast-order-error{
    background-color: rgb(250, 220, 225);
}    
.fast-order-sendbutton{
    border-radius: 6px;
    padding: 3px 10px; 
    border: 0;
    color: #fff;
    font-weight: bold;
    text-decoration:none;
    cursor: pointer;
}
.fast-order-title{
    font-size: 17px;
	text-align: center;
}
#fast-order{
    overflow: hidden;
}
.fast-order-ref:hover,
.button.fast-order-sendbutton:hover{
    background: #99F;
    background: -moz-linear-gradient(top, #99F 0%, #FF96C9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99F), color-stop(100%,#FF96C9));
    background: -webkit-linear-gradient(top, #99F 0%,#FF96C9 100%);
    background: -o-linear-gradient(top, #99F 0%,#FF96C9 100%);
    background: -ms-linear-gradient(top, #99F 0%,#FF96C9 100%);
    background: linear-gradient(to bottom, #99F 0%,#FF96C9 100%);
}
.fast-order-ref, 
.button.fast-order-sendbutton{
    background: #FF96C9;
    background: -moz-linear-gradient(top, #FF96C9 0%, #99F 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF96C9), color-stop(100%,#99F));
    background: -webkit-linear-gradient(top, #FF96C9 0%,#99F 100%);
    background: -o-linear-gradient(top, #FF96C9 0%,#99F 100%);
    background: -ms-linear-gradient(top, #FF96C9 0%,#99F 100%);
    background: linear-gradient(to bottom, #FF96C9 0%,#99F 100%);
}
.fast-order-ref{
    border-radius: 6px;
    padding: 3px 10px;    
    border: 0;
    color: #fff;
    font-weight: bold;
    text-decoration:none;
}
.filter_group {
    line-height: 24px;
}
.filter_group input[type="checkbox"] {
    -webkit-appearance: none;
    border: 2px solid #d60000;
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: left;
    margin: 0 5px 0 0;
}
input[type="checkbox"]:checked {
    background: url(../images/sprite.svg) -151px -252px no-repeat;
}
.filter_group label {
    font-weight:  normal;
    height: auto;
    font-size: 13px;
    margin: 0;
    vertical-align: 2px;
}
.filter_group li {
        list-style-type: none;
}
.f_content {
    margin-top: 15px;
}
.feature_content {
    margin-bottom: 10px;
}
.feature_name {
    margin-bottom: 7px;
}
#minCost, 
#maxCost {
    border: none;
    font-size: 14px;
    padding: 0;
    max-width: 60px;
    height: auto;
    margin: 0;
}
#maxCost, 
.price_position label[for="maxCost"] {
    text-align: right;
}
.price_position label {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}
.price_position h3 {
    margin-top: 10px;
}
.ui-slider .ui-slider-range {
    background: #FF4000;
}
#price_polzun {
    clear: both;
    height: 8px;
    border: 1px solid #FF4000;
    margin: 0 0.6em;
}
#price_polzun .ui-slider-handle {
    width: 15px;
    height: 15px;
    top: -5px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    border-radius: 7px;
}
.price_position .button {
    display:  block;
    margin: 15px auto;
}
.filter_group a {
    line-height: 20px;
}                                      
/* Главный Слайдер*/
#main_banner .bx-wrapper {
  margin: 20px auto 20px;
}
#main_banner .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  text-align: center;
  font-size: 0;
  width: auto;
}
#main_banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #2E2E2E;
  text-indent: -9999px;
  display: block;
  outline: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  height: 13px;
  width: 13px;
  margin: 0px 0px 0px 7px;
}
#main_banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main_banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FF4000;
}
/* tooltip */
.products .fast-order-send-button span,
.products a.wishlist span{
    background: #FF4000;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 31px;
    white-space: nowrap;
    font-size: 11px;
    line-height: 1.4;
    z-index: 1030;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}
.products a.wishlist span  {
    width: 96px;
}
.products a.wishlist:hover span {
    left: -32px;
}
.products .fast-order-send-button:hover span,
.products a.wishlist:hover span {
    opacity: 1;
    filter: alpha(opacity=100);   
}
.products .fast-order-send-button:hover span  {
    left: -49px;
}
.products .fast-order-send-button span:before,
.products a.wishlist span:before  {
    border: 10px solid #FF4000;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 2px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.rotator img {
    display: inline!important;
}
.fancybox-skin {
    background: #fff!important;
}
#baloonBody,
.tooltipBody {
    width: 187px!important;
}
/********************************************************************************************************************/

#callback_form {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    /*display: none;*/
    padding: 25px 30px;
    text-align: center;
}
#callback{
    display: block;
    border: 2px solid #FF4000;
    padding: 2px 15px;
    float: left;
    margin-left: 171px;
    /* display: none; */
}
.social_link{
    display: block;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.social_link:hover{
    background: #FF4000;
}

/*sitemap-html*/
#menu_sitemap{
	margin-left: -10px;
	float: left;
	margin-top: 7px;
	max-width: 700px;
}

#menu_sitemap li{
	height: 30px;
	display: block;
	float: left;
	list-style: none;
}
#menu_sitemap li a{
	margin-right: 5px;
	font-size: 12px;
	display: block;
	float: left;
	padding: 6px 11px 6px 11px;
	color: #606060;
}
#menu_sitemap li:hover a{
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
	padding: 5px 10px 6px 10px;
	border-radius: 20px;
	text-decoration: none;
}


#listpage_content {
    margin: 50px 0 20px 20px;
}
#listpage_content div.categTree {
    float: left;
    width: 40%;
}

#listpage_content div.categTree ul.tree li {
    background: url("../images/sitemap-horizontal.png") no-repeat scroll left 10px rgba(0, 0, 0, 0);
    list-style-type: none;
    border-left: 1px dotted #999999;
    margin-left: 11px;
    padding-left: 20px;
}
#listpage_content div.categTree ul.tree ul.sitemap_products li a {
    color: #408080;
}
#listpage_content div.sitemap_list {
    float: left;
    min-height: 120px;
    padding: 0;
    width: 30%;
}
#listpage_content div.sitemap_list ul {
    list-style-type: none;
}

#listpage_content div.sitemap_list li a {
    background: url("../images/arrow_right_2.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    padding: 2px 0 2px 10px;
}

/*/sitemap-html*/
/*reviews*/
.review_form{
    width:auto !important;
}
#review_form .button{
    margin: 0 auto;
    display: block;
}
.info_icon{
    display:inline-block;
    margin-left:10px;
    width:20px;
    height:20px;
    vertical-align:top;
    position:relative;
   
}
.info_icon span{
    display:none;
    position:absolute;
    bottom:100%;
    left:50%;
    margin-bottom:5px;
    border:1px solid #999;
    background:#f9f9f9;
    padding:5px 10px;
    color:#777;
    font-size:12px;
    text-align:center;
    white-space:nowrap;
    border-radius:3px;
}
.info_icon:hover span{
    display:block;
}
.review_image{
    display:inline-block;
    vertical-align:top;
    margin-top:10px;
}
.video_image img{
    display:inline-block;
    vertical-align:top;
    margin-top:10px;
    margin-left:10px;
}
.reviews_list .image{
    width:100px;
    min-height:100px;
    float:left;
    margin-right:20px;
    text-align:center;
}
.reviews_list li{
    overflow: hidden;
}
.videoreview{
    display:block;
    margin-top:15px;
    color: #694470;
    font: 14px Georgia, serif;
}
/*/reviews*/

.main_reviews{
    /* margin: 0 -10px; */
}
.main_reviews .review{
    margin: 0 10px;
    float: left;
    width: 25%;
    margin-bottom: 20px;
}
.main_reviews .padding{
    border: 2px solid #FF4000;
    padding: 10px;
    box-sizing: border-box;
}
.main_reviews .title{
    text-align: left;
}
.main_reviews .name{
    color: #FF4000;
    display: inline-block;
    font-size: 14px;
}
.main_reviews .date{
    display: inline-block;
    font-size: 12px;
    color: #ccc;
}
.main_reviews .text{
    text-align: left;
    margin: 5px 0;
}
.main_tabs .tab_navigation a,
.main_tabs .tab_navigation a.selected{
    border: none;
    box-shadow: inset 0 -2px #fff, inset 0 -6px #fff, inset 0 -8px #FF4000;
}
.main_tabs .tab_navigation a{
    background: #808080;
}
.main_tabs .tab_navigation a.selected{
    background: #2E2E2E;
}
.main_tabs .tab_container{
    border: none;
    height: auto !important;
    padding: 10px 0 0 0;
}
.blog ul{
    margin: 0 20px 0 10px;
}
.blog{
    background-color: #eef1f5;
    padding-bottom: 20px;
}
.blog li{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin: 30px 0 0;
}
.blog .image{
    max-width: 274px;
    max-height: 204px;
    float: left;
    display: block;
    margin-right: 20px;
    text-align: center;
    background-color: #efefef;
    border-radius: 5px;
    overflow: hidden;
}
.blog .button_buy{
    width: 140px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin: 0px 0 0px auto;
    font-family: Arial, Helvetica, sans-serif;
}
.blog .annotation{
    margin-bottom: 50px;
}
/*.blog .button{
    padding: 8px 0 7px;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    color: #fff;
    background: #2E2E2E;
    border-bottom: 2px solid #c53036;
    border-top: 2px solid transparent;
}*/
.price{
    font-size: 15px;
    padding: 7px 15px 14px;
    margin: 0 0 5px 0;
    
}
.price a{
    color: #000;
    text-decoration: underline;
    font-weight: bold;
    margin-left: 35px;
}
.price a:hover{
    color: #FF4000;
}
.i_xls{
    background: url(../images/icon_xml.png) no-repeat;
    
}
.passport_info{
    font-size: 10px;
    line-height: 10px;

}
.price_container .diler_product{
    font-weight: initial;
    margin-left: 64px;
    text-transform: none;
    color: #FF4000;
    font-size: 13px;
}
.product_info .diler{
    color: #FF4000;
    font-weight: initial;
    font-size: 13px;
}
/*SM Промо-изображения*/
.specialStar {
    position: absolute;
    top:4px;
    left:0px;
    max-width: 80px;
}
.specialStarMain {
    position: absolute;
        top:0px;
        left:0px;
        max-width: 80px;
}
.specialStar.in_base_storage {
    top:4px;
    left:auto;
    right:0;
}
.relProd {
position:relative;
}
/*END SM Промо-изображения*/

.likeH1 {
        background-color: #2E2E2E;
    color: #fff;
    border-bottom: 2px solid #FF4000;
    padding: 14px 15px 11px 15px;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.phonesWrap {
        float: left;
    width: 20%;
    height: 70px;
    position: relative;
    top: -8px;
}

.feedbackWrap {
    float: left;
    width: 20%;
}


.phone, .email {
    float: initial;
}

#callback,
#purchases a.track-link  {
    float: initial;
    display:block;
    font-weight:normal;
    font-size:12px;
    border: 2px solid #FF4000;
    padding: 2px 15px;
    width: 150px;
    position: initial;
    left: initial;
    margin: initial;
    margin-bottom: 10px;
    background-color: #FF4000;
    color: white !important;
    text-align: center;
}
#callback a {
    color: white !important;
}
@media (max-width: 1200px){
    #cart_informer {
        right: 3px;
    }
	#cart_informer2 {
        right: -11px;
    }
    .wish_info {
        left: 62px;
    }

    .phone, .email {
        font-size: 18px;
    }

    .phone_free {
        left: -176px !important;
    }
}

.fancybox-inner {
    overflow: hidden !important;
}

@media (max-width: 991px) and (min-width: 768px) {
header .container {
    width:  100% !important;
}
.email {
    position: initial !important;
    left: initial !important;
}

.phonesWrap {
    width: 23%;
    top: 11px;
}

.feedbackWrap {
    position: relative;
    top: 11px;
}

.header_shedule {
    top: 20px;
}
}
@media (max-width: 768px){
    .wish_info {
        left: -10px;
        top: 0px;
    }

    #callback
{
    display: none;
}
}

.readmore-js-expanded {
    height: initial !important;
}

.readmore-js-toggle {
    padding-left: 20px;
    margin-top: 20px;
}

.tab_container {
    height: initial !important;
}

.compareCartButton {
    position: initial;
    top: initial;
    left: initial;
    margin-left: initial;
    float: initial;
    display: block;
    transform: initial;
    margin-top: 10px;
}

.compareText {
    max-width: 80%;
    display: inline-block;
    margin-bottom: 10px;
}

.compare_title {
    text-align: left;
}



.compare {
    color: #FF4000;
}
.compare-icon {
    background: url('../images/compare.png') no-repeat left center;
    background-size: auto;
    padding: 20px;
    background-size: 16px;
}
.innerCompareButton {
    background-color: #C9393F;
    border-top: 2px solid transparent;
        width: 140px;
        padding: 8px 0 7px;
    font-size: 13px;
    line-height: normal;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border: none;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    color: #fff;
    margin-top: 10px;
    display: block;
    border-bottom: 2px solid #F5656B;
}

.compare_title {
    color: black;
}

/*
#nal_informer #items {
	display:block;
	background-color:#FF4000;
	color:#fff;
	text-align:center;
	width:30px;
	height:30px;
	border-radius:50%;
	line-height:30px;
	position:absolute;
	top: -7px;
    right: -6px;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Arimo', sans-serif;
}
#nal_informer .nal_content {
	display:none;
	position: absolute;
	background:#fff;
	padding:20px;
	right:20%;
    top: 40%;
	border:2px solid #d40000;
    z-index: 120;
}
#nal_informer.active .nal_content {
	display:block;
	max-height: 500px;
	overflow-y: auto;
}
*/



.tooltip {
	display: inline;
	position: relative;
	z-index: 999;
}

/* Trigger text */

.tooltip-item {
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 0 10px;
}


/* tooltip */

.tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 370px;
	left: 50%;
	margin: 0 0 20px -180px;
	bottom: 100%;
	text-align: center;
	line-height: 1.4;
	background: white;
	opacity: 0;
	pointer-events: none;
	border:5px solid green;
	padding: 10px 10px 10px 10px;
	color: green;
}


.tooltip:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

/* Arrow */

.tooltip-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #BB3035;
	border-width: 10px;
	margin-left: -10px;
}

/* tooltip content*/




.tooltip2 {
	display: inline;
	position: relative;
	z-index: 999;
}

/* Trigger text */

.tooltip2-item {
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 0 10px;
}


/* tooltip2 */

.tooltip2-content {
	position: absolute;
	z-index: 9999;
	width: 370px;
	left: 50%;
	margin: 0 0 20px -180px;
	bottom: 100%;
	text-align: center;
	line-height: 1.4;
	background: white;
	opacity: 0;
	pointer-events: none;
	border:5px solid #d40000;
	padding: 10px 10px 10px 10px;
}


.tooltip2:hover .tooltip2-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

/* Arrow */

.tooltip2-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #BB3035;
	border-width: 10px;
	margin-left: -10px;
}

/* tooltip2 content*/

.storage-table {
    width:100%;
    margin-bottom:15px;
}
.storage-table ul li {
    list-style:none;
    float:left;
}
.storage-table ul:after {
    content:'';
    display:block;
    clear:both;
}
.storage-table ul li.storage-table-name {
    width:70px;
}
.storage-table ul li.storage-table-delivery {
    width:95px;
}
.storage-table ul li.storage-table-stock {
    width:70px;
}
.storage-table ul li.storage-table-price {
    width:70px;
}
.storage-table ul li.storage-table-buttons {
    width:240px;
}
.storage-table .storage-table-head {
    color:#000;
    font-weight:bold;
}
.storage-table .storage-table-head .th {
    white-space: nowrap;
    padding: 7px 3px;
    text-align:left;
    border:3px solid #000;
    border-left-width:0px;
    font-weight:bold;
    font-size:12px;
    background:#FF4000;
    text-align:center;
    height:44px;
}
.storage-table .storage-table-head .th.storage-table-delivery,
.storage-table .storage-table-head .th.storage-table-stock,
.storage-table .storage-table-head .th.storage-table-price {
    white-space: normal;
    padding:0;
}
.storage-table .storage-table-head .th:first-child {
    border-left-width:3px;
}
.storage-table .td {
    border:3px solid #000;
    border-top-width:0px;
    border-left-width:0px;
    text-align:center;
    padding: 7px 3px;
    height:44px;
    line-height:28px;
    font-weight:bold;
}
.storage-table .td.have-discount {
    line-height:16px;
}
.storage-table .td.have-discount strike {
    text-decoration:line-through;
    display:block;
    color:#777;
    font-weight:normal;
    font-size:12px;
}
.storage-table .td:first-child {
    border-left-width:3px;
}
.storage-table .storage-table-buttons {
    padding: 0px 0px 0px 2px;
}
.storage-table ul:hover .td {
    background:#eee;
}

.select_container.in-storage #product_amount {
    display:none
}
.select_container.in-storage  .button2 {
    display:none
}
.buttons_box.in-storage .add_buttons > div {
    display:inline-block;
    margin-right:20px;
}
.storage-table-buttons #product_amount {
    float:left;
    margin-right:0px !important;
    margin-top:5px;
}
.storage-table-buttons .button2 {
    margin:0 0 0 5px !important;
    padding:6px !important;
    float:right;
}
@media (max-width:1219px)
{
    .storage-table ul li.storage-table-buttons {
        width: 180px;
    }
    .storage-table .td {
        height:84px;
    }
    .storage-table-buttons #product_amount {
        float:none;
    }
    .storage-table-buttons .button2 {
        float:none;
        margin-left:0 !important;
        margin-bottom:2px !important;
    }
}
@media (max-width:1199px) {
    .storage-table ul li.storage-table-delivery {
        width: 70px;
        white-space: normal !important;
    }
    .storage-table ul li.storage-table-stock {
        width: 60px;
    }
    .storage-table ul li.storage-table-buttons {
        width: 135px;
    }
    .storage-table .storage-table-head .th {
        height:60px;
    }
    .storage-table .storage-table-buttons {
        padding: 0px 0px 0px 0px;
    }
    .storage-table-buttons .button2 {
        width:100%;
    }
}
@media (max-width:991px)
{
    .storage-table .storage-table-head .storage-table-buttons {
        display:none;
    }
    .storage-table .td.storage-table-buttons {
        display:block !important;
        width:270px!important;
    }
    .storage-table .storage-table-buttons {
        border-left-width:3px;
    }
    .storage-table .td {
        height: 44px;
    }
    .storage-table ul li.storage-table-buttons {
//        height: 84px;
    }
    .storage-table-buttons #product_amount {
        float:left;
        margin-left:10px;
    }
    .storage-table-buttons .button2 {
        float:right;
        margin-left:0 !important;
        margin-bottom:2px !important;
        width:auto !important;
    }
}
@media (max-width:650px)
{
    .storage-table {
        width: 295px;
        margin-right: auto;
        margin-left: auto;    
    }
    .storage-table ul li.storage-table-delivery {
        width: 95px;
    }
    .storage-table .td.storage-table-buttons {
        display:block !important;
        width:295px!important;
    }
    .storage-table .storage-table-head .th {
        height:45px;
    }
}
.main-storage {background:#9cee90}

.radio_variants {
    display:block;
    margin-bottom:10px;
}
.radio_variants p {
    display: block;
    font-weight: bold;
    color:#323232;
    margin-bottom:0;
    text-transform: uppercase;
    line-height: 24px;
}
.radio_variants [type=radio] {
    display:none;
}
.radio_variants [type=radio] + label {
    display:inline-block!important;
    padding:5px 10px;
    border: 3px solid #000;
    cursor:pointer;
    margin:5px 3px;
}
.radio_variants [type=radio] + label:first-of-type {
    margin-left:0;
}
.radio_variants [type=radio]:checked + label {
    background:#ff4000;
    cursor:default;
}

.loading [type=submit] {
    display:none;
}
#cart_form_preloader {
    display:none;
    height:34px;
    width:154px;
    background: url('../images/preloader.gif') center center no-repeat;
}
.loading #cart_form_preloader { 
    display:block;
}

#map_cdek {
    width:800px;
    height:500px;
}

#cdek_delivery_type {
    margin: 10px 0;
}
#cdek_delivery_type label {
    margin-right:15px;
    white-space: nowrap; 
    cursor:pointer;
}
[name=delivery_type] {
    display:none;
}
[name=delivery_type]:checked + span {
    border-bottom:2px solid #ff4000;
    font-weight:bold;
    color:#ff4000
}

.check_parts_block {
    margin:0 0 5px 0;
}
.check_parts_block label {
    cursor:pointer;
    color:#FF4000;
    font-weight:bolder;
    margin-bottom:5px;
    display:block;
}
.check_parts_block label [type=checkbox] {
    top:2px;
    position:relative;
}
.check_parts_block label span {
    border-bottom:1px dotted #ff4000;
    display:inline;
}


.manual-maincat {
    margin-bottom:30px;
}
.manual-maincat-title {
    
    border-bottom: 1px solid #ff4000;
    color:#333745;
    margin-bottom:10px;
}
.manual-maincat-title:after {
    content:'';
    display:block;
    clear:both;
}
.manual-maincat-title span {
    float:left;
    padding:5px 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color:#ff4000
}
.manual-maincat-image {
    float:right;
    height: 40px;
    line-height: 38px;
    width:100px;
    text-align:right;
}
.manual-maincat-image img {
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.manual-cats:after {
    content:'';
    display:block;
    clear:both;
}
.manual-cat {
    width:31%;
    margin:1%;
    float:left;
}
.manual-cat-title:after {
    content:'';
    display:block;
    clear:both;
}
.manual-cat-title {
    display:inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 50px;
    text-transform: uppercase;
}
.manual-cat-image {
    width:80px;
    height:40px;
    text-align:right;
    float:left;
}
.manual-cat-image img {
    max-width:100%;
    max-height:100%;
}
.manual-item {
    display:block;
    position:relative;
    margin:5px 0;
}
.manual-item:before {
    content:'';
    display:block;
    vertical-align:middle;
    width:16px;
    height:16px;
    background:url('../images/file_extension_pdf.png') center no-repeat;
    position:absolute;
    top:50%;
    left:0;
    margin-top:-8px;
}
.manual-item span {
    font-size:12px;
    padding-left:20px;
    display:block;
}
.manuals-list li {
    list-style:none;
}
.manuals-list li strong {
    display:block;
    margin:10px 0 5px 0;
}
.clear{
    clear:both;
}
@media (max-width:700px){
    .manual-cat {
        width:100%;
        margin:20px 0;
        float:none;
        
    }

}

.filter_button {
    float:right
}
.filter_price_item,
.filter_group_item {
    width:25%;
    float:left;
    padding:10px;
    height:200px;
}
.filter_group_item .feature_content {
    height:170px;
    overflow-y:auto;
    overflow-x:hidden;
    
}
.price_position .filter_group label {
    width:auto
}

#featur:after {
    content:'';
    clear:both;
    display:block; 
}
#featur {
    border:1px solid #222;
    border-top: 2px solid #FF4000;
}
.filter_buttons input,
.filter_buttons a {
    margin-bottom:15px;
    width:100%;
    text-align:center;
}
@media(max-width:1199px)
{
    .filter_price_item,
    .filter_group_item {
        width:33%;
    }
    #featur {
        margin-top:10px;
    }
}
@media(max-width:991px)
{
    .filter_price_item,
    .filter_group_item {
        width:50%;
    }
    
}
@media(max-width:420px)
{
    .filter_price_item,
    .filter_group_item {
        width:100%;
    }
    .filter_group_item .feature_content {
        height:auto;
        max-height:170px;
    }
    .filter_price_item, .filter_group_item {
        height:auto;
        max-height:200px;        
    }

}