html,
body {
  height: 100%;
}

body {
  font-size: 12px;
  font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  line-height: 1;
  background:#eaeaea;
}

body.modal-open {
    overflow: hidden;
    margin-right:17px;  
}

div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*----------------------------------------------- ОБЩИЕ ПАРАМЕТРЫ -------------------------------------*/
a {
  color:#000000;
  outline: 0 !important;
}
.center-block {
  float: none;
}
h2 {
  font: 700 24px 'PT Sans', sans-serif;
  color: #000;
}

/* Убираем отступы заданые бутсрапом */
.container,
.row > div {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

p {

}

ul {
  padding-left: 0;
  list-style: none;
}


/* Убираем отступы заданые бутсрапом для выпад. меню, но задаем по 15px при 768 пикс */
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-left: 0;
  margin-right: 0;
}

/* Ссылки-кнопки */ 
.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
/* padding:7px 11px; */;
}

.no-title .modal-header {
  border-bottom: 0;
}

.no-title .modal-body {
  margin-top: -45px;
}

.modal-body h3,
.modal-body h2,
.modal-body h1 {
  margin-top: 0;
}

.no-title .modal-body {
  margin-top: 0;
  padding-top: 0;
}

.btn-default {
  border: none !important;
  outline: none !important;
  font: 700 16px 'PT Sans', sans-serif;
  color: #fff;
  background: #49b3f6;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #000000 0%, #399fdf 99%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(99%,#399fdf));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #000000 0%,#399fdf 99%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #000000 0%,#399fdf 99%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #000000 0%,#399fdf 99%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #000000 0%,#399fdf 99%);
 /* W3C */;
}

.btn-primary {
  border: none !important;
  outline: none !important;
  font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  color: #000;
  background: #ffcc00;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #ffcc00 0%, #ffb400 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(100%,#ffb400));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffcc00 0%,#ffb400 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffcc00 0%,#ffb400 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffcc00 0%,#ffb400 100%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #ffcc00 0%,#ffb400 100%);
 /* W3C */;
}

.btn-success {
  border: 1px solid #cfcfcf;
  outline: none !important;
  color: #000;
  background: #f5f5f5;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #f5f5f5 0%, #e2e2e2 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e2e2e2));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e2e2e2 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f5f5f5 0%,#e2e2e2 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f5f5f5 0%,#e2e2e2 100%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #f5f5f5 0%,#e2e2e2 100%);
  font: 16px Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
 /* W3C */;
}

.btn-md {
  padding: 13px 27px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-lg {
  padding: 13px 27px;
  font-size: 16px;
  line-height: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.btn-default:hover,
.btn-default:focus {
  color: #fff;
  opacity: 0.8;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #000;
  background: #49b3f6;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #49b3f6 0%, #399fdf 99%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49b3f6), color-stop(99%,#399fdf));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #49b3f6 0%,#399fdf 99%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #49b3f6 0%,#399fdf 99%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #49b3f6 0%,#399fdf 99%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #49b3f6 0%,#399fdf 99%);
 /* W3C */;
}

.btn-success:hover,
.btn-success:focus {
  color: #000;
  opacity: 0.8;
  border: 1px solid #cfcfcf;
}

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  padding: 3px 8px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.label-default {
  background-color: #C0C0C0;
}

.label-black {
  background: transparent url(images/success.png) 0 1px no-repeat;
  padding-left: 18px;
  color: #7f7f7f;
}

.label-success {
  background-color: #6EC642;
}

/* Поля ввода */
input {
/* padding:0 12px;
border-radius:0;
color:#A3A3A3;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
outline:none !important;
border:1px solid #b1b1b1;
font-size:14px; */;
}

input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

/* Стилизация checkbox */
input[type="checkbox"] {
  display: none;
}

._checkbox {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  margin-right: 0;
  background: url(images/checkbox.png) 0 -15px no-repeat;
}

.checkbox_off {
  background-position: 0 0;
}

input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  margin-right: 0;
  background: url(images/checkbox.png) 0 0 no-repeat;
}

input[type="checkbox"]:checked + label:before {
  background-position: 0 -15px;
}

input[type="checkbox"] + label:before {
  margin-right: 7px;
}

::-webkit-input-placeholder {
  color: #000;
  font: 14px Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}

::-moz-placeholder {
  color: #000;
  font: 14px Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}

-o-input-placeholder {
  color: #000;
  font: 14px Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}

-ms-input-placeholder {
  color: #000;
  font: 14px Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}

/*--------------------------- ВЕРХНИЙ БЛОК ШАПКИ ------------------------*/
.top_header {
  padding: 10px 0;
  background: #EDEDED;
}

.container_top_header {
  position: relative;
}

/* ВЫБОР ВАЛЮТЫ, ВЫБОР ЯЗЫКА, ВХОД/РЕГИСТРАЦИЯ */
.wrapper_language_currency_select {
  float: left;
}

/* ВЫБОР ЯЗЫКА */
.language_select,
.currency_select {
  display: inline-block;
  vertical-align: middle;
}

.language_select a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
}

/* ВЫБОР ВАЛЮТЫ */
.currency_select {
  margin: 0 0 0 16px;
  position: relative;
}

.currency_select span {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

/* ВХОД/РЕГИСТРАЦИЯ */
.enter_registration {
  float: right;
}

.enter_registration > div,
.enter_registration > a {
  display: inline-block;
  vertical-align: middle;
}

.enter {
  position: relative;
  font-size: 12px;
}

.enter > a {
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}

.enter > a:hover {
  color: #000000;
}

.enter_link {
  border-bottom: 1px dashed #000000;
}

.enter_link:hover {
  color: #000000;
  border-bottom: 1px dashed transparent;
  text-decoration: none;
}

.registration {
  border-bottom: 1px dashed transparent;
}

.registration:hover {
  color: #000000;
  border-bottom: 1px dashed #000000;
  text-decoration: none;
}

.social_header_facebook,
.social_header_vk {
  width: 32px;
  height: 30px;
}

.social_header_facebook {
  margin: 0 2px 0 17px;
  background: url(images/social_header.png) no-repeat 50% 0;
}

.social_header_facebook:hover {
  background: url(images/social_header.png) no-repeat 50% -30px;
}

.social_header_vk {
  margin: 0 17px 0 2px;
  background: url(images/social_header.png) no-repeat 50% -60px;
}

.social_header_vk:hover {
  background: url(images/social_header.png) no-repeat 50% -90px;
}

/* ВСПЛЫВАЮЩЕЕ ОКНО ВХОД */
.enter_window {
  display: none;
  position: absolute;
  top: -14px;
  left: -27px;
  z-index: 20;
  padding: 23px;
  border: 4px solid #88C5EC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}

.enter_window > p {
  margin: 0 0 17px 0;
}

.enter_window > p > a {
  float: left;
  color: #000000;
  font-size: 12px;
}

.enter_window > p > a:hover {
  color: #000000;
  border-bottom: 1px dashed transparent;
  text-decoration: none;
}

.close_window {
  float: right;
  width: 11px;
  height: 11px;
  background: url(images/close.png) no-repeat;
  cursor: pointer;
}

.close_window:hover {
  opacity: 0.5;
}

.enter_window > p:after {
  content: '';
  display: table;
  clear: both;
}

/* ФОРМА ВХОДА */
.form_enter {
  margin: 0 0 14px 0;
  width: 195px;
}

.form_enter * {
  height: 31px;
  outline: none !important;
}

.form_enter input {
  margin: 0 0 11px 0;
  padding: 0 10px;
}

.form_enter p * {
  display: inline-block;
  vertical-align: top;
}

.name_enter {
  width: 100%;
}

.password_enter {
  width: 170px;
  border-right: none;
}

.submit_enter {
  width: 34px;
  margin: 0 0 0 -13px;
  background: url(images/password_input.png) no-repeat;
  border: none !important;
  cursor: pointer;
}

.submit_enter:hover {
  opacity: 0.8;
}

.forget_password {
  color: #464646;
  text-decoration: underline;
}

.forget_password:hover {
  color: #464646;
  text-decoration: none;
}

.form_enter ::-moz-placeholder {
  line-height: 31px;
}   

/* ГЛАВНАЯ НАВИГАЦИЯ */
.main_nav {
  display: table;
  margin: 9px auto 0 auto;
}

.main_nav li {
  display: inline-block;
  margin: 0 19px 0 0;
}

.main_nav li.mobile {
/* доп. класс для навигации при ширине окна <= 768px (см. script.js) */
  display: none;
}

.main_nav li:last-of-type {
  margin-right: 0;
}

.main_nav li > a {
  padding: 0;
  color: #515151;
  text-align: center;
  line-height: 1;
}

.main_nav li > a:hover {
  color: #515151;
  text-decoration: underline;
}

.main_nav li.active_page > a {
  color: #000000;
}

/* КНОПКА ПОКАЗА/СКРЫТИЯ НАВИГАЦИИ ПРИ ШИРИНЕ ОКНА <= 768 PX */
.toggle_nav {
  border-radius: 4px;
  float: right;
  margin: 0 5px 0 0;
  padding: 9px 10px;
  border: 1px solid #78C6F7;
  background: #fff;
}

.toggle_nav:hover {
  background: #555;
}

.toggle_nav .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #78C6F7;
}

.toggle_nav .icon-bar + .icon-bar {
  margin-top: 4px;
}

.toggle_nav:hover .icon-bar {
  background: #A8DBFA;
}

/*--------------------------- СРЕДНИЙ БЛОК ШАПКИ ------------------------*/
.container_middle_header {
  padding: 15px 0;
}

/* ЛОГОТИП */
.logo {
	width:60px;
}

.logo a {
	display:block;
	padding: 5px 10px; 
}

.logo span {
  font-size: 14px;
  color: #000;
}

.logo p {
  margin:0;
}

.logo img {
  width: 100%;
}

/* ПЕРЕЗВОНИТЕ МНЕ */
.call_me * {
  display: inline-block;
  vertical-align: top;
}

.phones_header {
  font-size: 24px;
  margin: 0 14px 0 0;
}

.phones_header > p > span {
  font-weight: 700;
}

.time_work,
.call {
  min-height: 23px;
  padding: 6px 0 6px 31px;
}

a.call {
  margin: 0 20px 0 0;
  font-size: 14px;
  color: #000000;
  background: url(images/call_me.png) no-repeat 0 0;
}

.call:hover {
  color: #000000;
  text-decoration: none;
}

.call > span {
  border-bottom: 1px dashed transparent;
}

.call:hover > span {
  border-bottom: 1px dashed #000000;
}

.time_work {
  margin: 0;
  font-size: 14px;
  color: #5a5a5a;
  background: url(images/date_public_news.png) no-repeat 0 0;
}

.time_work > span {
  vertical-align: bottom;
  font-size: 12px;
}

/* ПОИСК ПО САЙТУ */
.search_site {
  padding: 15px 0 0 0;
}

.form_search_site * {
  display: inline-block;
  vertical-align: middle;
}

.search_site_input {
  width: 86%;
  height: 35px;
  border-right: none;
  color: #000;
  padding: 0 12px;
  border: 1px solid #B1B1B1;
  border-radius: 0;
  color: #A3A3A3;
  font-size: 14px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none !important;
}

.search_site_submit {
  width: 44px;
  height: 35px;
  padding: 0;
  margin: 0 0 0 -14px;
  background: url(images/search.png) no-repeat 0px 0px;
  border: none !important;
  outline: none !important;
}

.search_site_submit:hover {
  opacity: 1;
  background: url(images/search.png) no-repeat -1px 0;
}

.form_search_site ::-moz-placeholder {
  line-height: 35px;
}   

/* КОРЗИНА ПРИ ШИРИНЕ ОКНА МЕНЬШЕ 768 РХ */
.basket_768 {
  display: none;
  position: relative;
  min-width: 37px;
  min-height: 31px;
  text-align: right;
  background: url(images/basket.png) no-repeat 50% 50%;
}

.quantity_basket_768 {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  font-size: 24px;
  font-weight: 700;
  color: #fb641d;
}

/* ОНЛАЙН-КОНСУЛЬТАНТ */
.online {
  margin: 18px 0 0 0;
  min-height: 27px;
  padding: 0 0 0 33px;
  background: url(images/online.png) no-repeat 0 50%;
  font-size: 14px;
  color: #5a5a5a;
  cursor:pointer;
}
.online:hover {
  color:#000000;
}

/* КОРЗИНА */
.basket {
  display: block;
  position: relative;
  padding: 8px 2% 15px 2%;
  text-align: center;
  border: 4px solid #FFC700;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}

.quantity_basket {
  font-size: 24px;
  font-weight: 700;
  color: #fb641d;
}

.summ_basket {
  font-weight: 700;
}

.basket a {
  color: #000000;
}

.basket a:hover {
  color: #000000;
}
.checkout .form-control[disabled], .checkout .form-control[readonly], .checkout fieldset[disabled] .form-control {
  cursor: default;
  background-color: #fff;
  opacity: 1;
}
.moduleRow .well {
  margin: 0 10px;
  padding: 9px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #FB641D;
  
}
.checkout {
  width: 100%;
  display: inline-block;
  margin: 12px 0 0 0;
}

.checkout:hover {
  text-decoration: none;
}

.checkout > span {
  border-bottom: 1px dashed transparent;
}

.checkout:hover > span {
  border-bottom: 1px dashed #000000;
}
.checkout .required_icon, .checkout .error_icon, .checkout .success_icon {
  position: absolute;
  right: -20px;
  top: 3px;
}
/* CHECKOUT */

#checkoutButtonContainer {
  padding: 20px 0;
}
.checkout .table>tbody>tr>td, 
.checkout .table>tbody>tr>th, 
.checkout .table>tfoot>tr>td, 
.checkout .table>tfoot>tr>th, 
.checkout .table>thead>tr>td, 
.checkout .table>thead>tr>th {
  border-top:0;
  padding: 3px 0;
}
.checkout_left {}
.checkout_right {}
.checkout_form_info {margin: 0px 0;}
.checkout_form_info td.left {

}
.not-logined .checkout_right {
}
.checkout_userlogin_form {
  margin-bottom: 20px;
}
.checkout .login_page_soc {
  width: 90%;
  margin: 0 auto;
}
.login_page_soc h2 {
  margin-top: 0;
}
.checkout_userlogin_form label {
  width: 60px;
  display: inline-block;

}
.login_page_soc {
  background: #44ADEF;
  padding: 20px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
}
.login_page_soc a {color: #fff;font-size: 16px;}
.login_page_soc a:hover {text-decoration: underline;}
.checkout_right__billing {
  /*box-shadow: 1px 1px 1px 0 #5f5f5f;*/
}
.checkout__cart_item {
  position: relative;
  margin-bottom: 20px;
}
.checkout__item_name {
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: .75em;
}
.checkout__item_image {
  float: left;
  margin-right: 10px;
}
.purchase_price_price {
  float: left;
  font-size: 1.154em;
  width: 40.6%;
}
.purchase_price_qty {
  float: left;
  margin-top: 1px;
}
.purchase_price_sum {
  float: left;
  font-size: 1.154em;
  font-weight: bold;
  text-align: right;
  margin-left: 10px;
}
.checkout .checkout_inputs {}
.checkout_form td.input_label {
  padding-right: 5px;
  width: 64px;
}
.checkout .form-group,
.checkout_form td {
  position: relative;
  margin-bottom: 9px;}
.checkout_form td:empty {
  padding-bottom: 0;
}
.checkout .checkout_inputs,
.checkout .required_icon,
.checkout .error_icon,
.checkout .success_icon {}
.checkout_b_section {font-size: 22px;line-height: 24px;margin-bottom: 4px;}
#ajaxMessages {display: none !important;}
.orderTotals tr:last-child {font-size: 18px;}
.orderTotals tr:last-child td:last-child {
  color: #FF7F43;
  font-size: 23px;
}
.checkout .form-control[disabled], .checkout .form-control[readonly], .checkout fieldset[disabled] .form-control {
  cursor: pointer;
  background-color: #fff;
  opacity: 1;
  box-shadow: none;
}
.checkout .checkout_inputs.success {
  border-color: green;
}
.moduleRow .form-control:focus, .moduleRow .form-control {
  border: 0;
  color: #000 !important;
  cursor: pointer;
}
.input-group-addon {
  padding: 6px 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #FFF;
  border: 0;
  border-radius: 4px;
}
.moduleRow .form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: none;
}
.moduleRow .well {
  margin: 0 10px;
  padding: 9px;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #4F9336;
  font-size: 13px;
  font-weight: bold;
  
}
.checkout .checkout_inputs {
  width: 197px;
}
.checkout .required_icon, .checkout .error_icon, .checkout .success_icon {
  position: absolute;
  right: -20px;
  top: 3px;
}

#contact_form {
/*margin-top:-41px; */
}
.img_basket {
  display: inline-block;
  padding: 2px 0 6px 0;
  position: absolute;
  top: 50%;
  left: -24px;
  z-index: 10;
  margin: -20.5px 0 0 0;
  background: #fff;
}

/*--------------------------- ДОПОЛНИТЕЛЬНАЯ НАВИГАЦИЯ ------------------------*/
.add_nav {
  position:fixed;
  width:100%;
  top:0;
  z-index:100;
}

.li_langs {
	width:80px;
}

.add_nav .navbar-default {
  border: none;
  opacity:0.85;
  background: #000000;
  
  
 /* W3C */
  -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
  box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
}

.add_nav .navbar-nav {
  float: none;
  font-size: 14px;
  text-align: center;
}

.add_nav .navbar {
  margin: 0;
  min-height: 51px;
  border-radius: 0;
  border: none;
}

.add_nav  .navbar-default .navbar-nav {
  display: table-row;
 /* для создания резинового меню */;
}

.add_nav .navbar-nav > li {
  float: none;
}

.add_nav  .navbar-default .navbar-nav > li {
  display: table-cell;
 /* для создания резинового меню */
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border-left: 1px dotted rgba(255,255,255,0.5);
}

.add_nav  .navbar-default .navbar-nav > li:last-of-type {
  border-right: 1px dotted rgba(255,255,255,0.5);
}

.add_nav  .navbar-default .navbar-nav > li > a {
  display: table-cell;
 /* для создания резинового меню */
  width: 1170px;
  /* для создания резинового меню */
  padding: 0 5%;
  vertical-align: middle;
  height: 51px;
  color: #fff;
  line-height: 1;
  background: transparent;
}

.add_nav  .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0,0,0, 0.75);
  background: #ffda4d;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #ffda4d 1%, #ffb700 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffda4d), color-stop(100%,#ffb700));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffda4d 1%,#ffb700 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffda4d 1%,#ffb700 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffda4d 1%,#ffb700 100%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #ffda4d 1%,#ffb700 100%);
 /* W3C */;
}

/* КНОПКА ПОКАЗА/СКРЫТИЯ ДОПОЛНИТЕЛЬНОЙ НАВИГАЦИИ ПРИ ШИРИНЕ ОКНА <= 768 PX */
.add_nav .navbar-default .navbar-toggle {
  border-color: #fff;
  margin-right:0;
}

.add_nav .navbar-default .navbar-toggle:hover {
  background: #fff;
  border-color: #1473AD;
}

.add_nav .navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

.add_nav .navbar-default .navbar-toggle:hover .icon-bar {
  background: #1473AD;
}

/*--------------------------------------------------------------------------
								СТИЛИ ГЛАВНОЙ СТРАНИЦЫ 
--------------------------------------------------------------------------*/
main {
  padding: 30px 0 45px 0;
  border-bottom: 5px solid #000000;
}

/*--------------------------- ЛЕВАЯ БОКОВАЯ ПАНЕЛЬ  ------------------------*/
/* ACCORDION */
.accordion {
  padding: 16px 0;
  margin: 0 0 15px 0;
  border: 4px solid #EDEDED;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.2;
}

aside .ui-corner-all {
  border-radius: 0;
}

aside .ui-widget {
  font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}

/* Заголовки вкладок */
aside .accordion h3, aside .accordion h4 {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0;
  font-size: 14px;
  padding: 0 6%;
  min-height: 0;
 /* support: IE7 */
  font-weight: 400;

}

aside .accordion h3:hover, aside .accordion h4:hover {
  background: #ffb400;
  color: #fff;
}

aside .accordion h3:last-of-type, aside .accordion h4:last-of-type {
  border-bottom: none;
}
aside .accordion h3:last-of-type a {
  border-bottom: 0 !important;
}
aside .accordion h3 > a, aside .accordion h4 > a {
  display: block;
  font-size: 14px;
  color: #737373;
  padding: 10px 0;
  border-bottom: 1px dotted #E0E0E0;
}

aside .accordion h3 > a.current, aside .accordion h4 > a.current {
  color: #000000;
}

aside .accordion h3:hover > a, aside .accordion h4:hover > a {
  text-decoration: none;
  color: #fff;
}

aside .accordion h3:last-of-type a, aside .accordion h4:last-of-type a {
  border-bottom: 1px dotted #E0E0E0;
  padding-left: 0;
  color: #737373;
  font-size: 14px;
  padding: 10px 0;;;
}

aside .ui-corner-all,
aside .ui-corner-top,
aside .ui-corner-left,
aside .ui-corner-tl {
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}

aside .ui-corner-all,
aside .ui-corner-top,
aside .ui-corner-right,
aside .ui-corner-tr {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

aside .ui-state-active,
aside .ui-widget-content .ui-state-active,
aside .ui-widget-header .ui-state-active {
  border: none;
  background: none;
  font-weight: normal;
  color: #399FDF;
}

/* Знак стрелка справа */
aside  .ui-accordion .ui-accordion-header:hover {
}
aside .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: block;
  width: 15px;
  height: 14px;
  position: absolute;
  left: 91%;
  top: 50%;
  margin-top: -5px;
}

aside .ui-icon,
aside .ui-widget-content .ui-icon {
  background: url(images/accordion_arows.png) 0 0;
}

aside .ui-widget-header .ui-icon {
  background: url(images/accordion_arows.png) 0 0;
}

aside .ui-state-default .ui-icon {
  background: url(images/accordion_arows.png) 0 0;
}

aside .ui-state-hover .ui-icon,
aside .ui-state-focus .ui-icon {
  background: url(images/accordion_arows.png) 0 0;
}

aside .ui-state-active .ui-icon {
  background: url(images/accordion_arows.png) 0 -16px;
}

/* Ссылки-заголовки */
aside .ui-state-hover a,
aside .ui-state-hover a:link,
aside .ui-state-hover a:visited {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #737373;
  text-decoration: none;
  outline: none !important;
}

aside .ui-state-hover a:hover,
aside .ui-state-focus a:hover {
/*color:#399FDF;  */;
}

aside .ui-state-active a,
aside .ui-state-active a:link,
aside .ui-state-active a:visited {
  color: #399FDF;
  text-decoration: none;
}

/* Контент*/
aside .ui-accordion .ui-accordion-content {
  display: none;
  padding: 10px 6%;
  overflow: auto;
  font-size: 12px;
}

aside .ui-widget-content {
  background: none;
  color: #878787;
  font-size: 12px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

aside .ui-state-default,
aside .ui-widget-content .ui-state-default,
aside .ui-widget-header .ui-state-default {
  background: none;
  font-weight: normal;
  color: #fff;
  border: none;
}

aside .ui-helper-reset {
  outline: 0;
}

/* СТАТЬИ */

.article_listing {
  margin:0 -10px;
}

.article_listing > div {
  padding:10px;
}

.article_listing > div > div {
  padding:20px;
  border:1px solid #ccc;
  background:#fff;
}

.article_listing > div img {
  max-width:100%;
  display:block;
  margin-bottom:10px;
}

.article_listing > div small {
  display:block;
  color:#777;
}

.article_listing > div a {
  display:block;
  line-height:1.2;
  margin:5px 0;
}



.articles h2 {
  margin: 0 0 14px 0;
}

.articles nav {
  border-top: 1px dotted #D9D9D9;
}

.articles nav > ul {
  padding: 0;
}

.articles nav > ul > li {
  display: inline-block;
  padding: 16px 4%;
  width: 100%;
  border-bottom: 1px dotted #D9D9D9;
}

.articles nav > ul > li > img {
  display: block;
  float: left;
}

.articles nav > ul > li > a {
  display: block;
  float: left;
  margin-left: -50px;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.articles nav > ul > li > a > span {
  display: block;
  width: 100%;
  padding: 0 70px 0 0;
  margin-left: 70px;
  color: #737373;
  background: none;
  line-height: 1.2;
  font-size: 14px;
}

.articles nav > ul > li > a:hover {
  padding-left: 5px;
  color: #399FDF;
  background: none;
  text-decoration: none;
}


/* БАНЕР В САЙДБАРЕ */
.bn_sidebar {
  text-align: center;
  padding: 20px 0;
}

.bn_sidebar img {
  max-width: 100%;
  border-radius:4px;
}

/* ОТКУДА УЗНАЛИ О МАГАЗИНЕ */
.how_know_for_us {
  margin: 30px 0 45px 0;
}

.how_know_for_us h3 {
  position: relative;
  padding: 22px 8%;
  margin: 0 0 26px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #FFB400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 1px 1px 1px #DD9C00;
}

.how_know_for_us h3:after {
  content: '';
  display: block;
  position: absolute;
  left: 17px;
  bottom: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #FFB400 transparent transparent transparent;
}

.our_variants {
  padding: 0 7%;
}

.how_know_for_us label {
  font-size: 12px;
  font-weight: 400;
  color: #737373;
  cursor: pointer;
}

.how_know_for_us label:hover {
  opacity: 0.6;
}

input[name=filter_search] {
  width:100%;
  padding:3px;
  line-height:1.4;
  border:1px solid #ccc;
}

/* Стилизация checkbox */

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"] + span,
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  margin: -4px 5px 0 0;
  background: url(images/checkbox.png) 0 0 no-repeat;
}

input[type="checkbox"]:checked + span,
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
  background-position: 0 -15px;
}
.input-group-addon input[type="radio"] {
  display: inline-block;
}
.how_know_for_us input[type="checkbox"] + label:before, .how_know_for_us input[type="radio"] + label:before {
  margin-bottom: 5px;
}

.how_know_for_us label:last-of-type {
  margin-bottom: 15px;
}

/*--------------------------- КОНТЕНТ СПРАВА  ------------------------*/
/* Делаем отступ между левым сайдбаром и и блоками правого контента*/ 
.sidebar-toggle-up {
  background: #57B32C;
  color: #fff;
  padding: 7px 15px;
  border-bottom: 2px solid #40861F;
}

.one-sidebar div.right_content {
  padding: 0 0 0 2%;
  line-height:1.4;
  font-size:14px;
}

/* Убираем внутр. отступы в блоках-столбцах (дочерних до блока-строки) */
.row_news_customer_reviews > div,
.row_big_banner  > div,
.row_menu_contacts_footer > div,
.row_copyright > div,
.row_slider_banner > div {
  padding-left: 0;
  padding-right: 0;
}

.row_news_customer_reviews {
  margin-left: 0;
  margin-right: 0;
}

/* СЛАЙДЕР */
.product_slider .product {
  margin-bottom:132px;
}

.row_slider_banner .row {
  margin-left: 0;
  margin-right: 0;
}

.row_slider_banner .row > div {
  padding-left: 0;
  padding-right: 0;
}

.row_slider_banner img {
  border-radius:4px;
}

/* БАННЕР */
.banner {
  float: right;
}

.banner img {
  max-width: 100%;
  border-radius: 4px;
}

/* ОБЩИЕ П-РЫ НОВОСТИ, ОТЗЫВЫ ПОКУПАТЕЛЕЙ */
.news,
.customer_reviews {
  margin: 0 0 0 0;
}

.news h2 > a,
.customer_reviews h2 > a {
  display: inline-block;
  margin: 0 0 0 5%;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

.news h2 > a:hover,
.customer_reviews h2 > a:hover {
  text-decoration: none;
}

.news h2 > a  > span:hover,
.customer_reviews h2 > a  > span:hover {
  text-decoration: underline;
}

.news h3,
.customer_reviews h3,
.news article > p,
.customer_reviews article > p {
  line-height: 1.2;
}

.customer_reviews article > p.clearfix {
  line-height: 1;
}

.news article h5 > a {
  display: block;
  margin: 14px 0 0 0;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.news article h5 > a:hover {
  text-decoration: underline;
}

.news article h5 > a:after,
.customer_reviews article > a:after {
  content: '';
  display: table;
  clear: both;
}

.news article > p,
.customer_reviews article > p {
  margin: 0;
  font-size: 12px;
  color: #585858;
}

/* НОВОСТИ */
/* Делаем отступ между НОВОСТИ и ОТЗЫВЫ ПОКУПАТЕЛЕЙ */
.row_news_customer_reviews > div:first-of-type {
  padding: 0 2% 0 0;
}

.news article img {
  float: left;
  margin: 0 5% 10px 0;
}

.news article {
  padding: 20px 0 25px 0;
  border-top: 1px solid #E5E5E5;
}

.news article:last-of-type {
  border-bottom: 1px solid #E5E5E5;
}

.news article time {
  min-height: 23px;
  padding: 5px 0 5px 32px;
  background: url(images/date_public_news.png) no-repeat 0 50%;
}

/* ФОРМА ПОДПИСАТЬСЯ НА НОВОСТИ */
.subscribe_news {
  padding: 28px 0;
  border-bottom: 1px solid #D9D9D9;
}

.subscribe_news p {
  margin: 0 0 5px 0;
  font: 700 16px 'PT Sans', sans-serif;
  color: #000;
}

.subscribe_news p > span {
  font-size: 18px;
  font-weight: 400;
}

.form_subscribe_news * {
  display: inline-block;
  vertical-align: middle;
}

.form_subscribe_input {
  width: 58%;
  height: 35px;
  margin: 0 1% 0 0;
  padding:0 10px;
}

.form_subscribe_input:focus {
  border: 1px solid rgb(59,161,226);
  -webkit-box-shadow: 0 0 3px rgba(59,161,226, 0.7) inset;
  -moz-box-shadow: 0 0 3px rgba(59,161,226, 0.7) inset;
  box-shadow: 0 0 3px rgba(59,161,226, 0.7) inset;
}

.form_subscribe_news ::-moz-placeholder {
  line-height: 35px;
}   

/* ОТЗЫВЫ ПОКУПАТЕЛЕЙ */
.container_customer_reviews {
  padding: 12px 5%;
  background: #F2F2F2;
}

.customer_reviews article {
  padding: 14px 0 0 0;
  background: #F2F2F2;
}

.user_info_container {
  margin: 0 0 4px 0;
  text-align: justify;
  text-align-last: justify;
}

.user_info_container:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}

.user_info_container * {
  display: inline-block;
  vertical-align: middle;
}

.quantity_like {
  margin: 0 15px 0 0;
  padding: 0 20px 0 0;
  background: url(images/like.png) no-repeat 28px 0;
}

.quantity_like > span {
  color: #fff;
  background: #54AF28;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  -webkit-border-radius: 11.5px;
  -moz-border-radius: 11.5px;
  border-radius: 11.5px;
}

.nik_user {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.nik_user  a:hover {
  text-decoration: underline;
}

.user_info_container time {
  min-height: 23px;
  padding: 6px 0 6px 30px;
  font-size: 11px;
  background: url(images/date_public_news.png) no-repeat 0 50%;
}

.text_review {
  margin: 0;
  padding: 0 0 22px 0;
  border-bottom: 1px solid #D9D9D9;
}

.text_review a {
  color: #585858;
}

.container_customer_reviews article:last-of-type  .text_review {
  border-bottom: none;
}

/* БАННЕР ДЛИННЫЙ */
.big_banner {
  margin: 50px 0 35px 0;
}

.big_banner img {
  max-width: 100%;
}


/* СТАТЬИ МАГАЗИНА */
.magazine_articles {
  margin: 40px 0 0 0;
}

.magazine_articles h2 {
  margin: 0;
  font: 700 24px 'PT Sans', sans-serif;
  color: #000;
}

.magazine_articles p {
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.magazine_articles p:first-of-type {
  margin: 20px 0 15px 0;
}

/*--------------------------------------------------------------------------
								END СТИЛИ ГЛАВНОЙ СТРАНИЦЫ 
--------------------------------------------------------------------------*/

/*footer:                   
--------------------------------------------------------------------------*/
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -80px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
footer, .page-wrap:after {
  height: 80px; 
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* МЕНЮ, КОНТАКТЫ В ПОДВАЛЕ */
.top_footer {
  padding: 35px 0 35px 0;
  background: #F0F0F0;
}

.top_footer h3 {
  margin: 0 0 20px 0;
  font: 700 18px 'PT Sans', sans-serif;
  color: #000;
}

.top_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_footer ul * {
  display: block;
}

.top_footer ul > li a {
  position: relative;
  padding: 0 0 0 13px;
}

.top_footer ul > li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -4px 0 0 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #F24C4C;
}

.top_footer ul > li > a {
  margin: 0 0 12px 0;
  font-size: 14px;
  color: #000000;
}

/* КАРТА */
.map_footer {
  text-align: center;
}

.map {
  border: 3px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.map p {
  margin:0;
  padding:0;
}

.map img {
  max-width: 100%;
}

/* КОНТАКТНАЯ ИНФОРМАЦИЯ */
.contacts_info_footer p,
.contacts_info_footer a {
  font-size: 14px;
}

.contacts_info_footer p {
  margin: 15px 0 0 0;
}

p.phones {
  font-size: 16px;
  font-weight: 700;
}

.phones {
  margin-bottom:25px;
}

.contacts_info_footer p > span,
.contacts_info_footer a {
  color: #000000;
}

.contacts_info_footer a {
  text-decoration: none;
}

.contacts_info_footer a:hover {
  text-decoration: underline;
}

.email_skype > a {
  display: inline-block;
  margin: 0 20px 0 0;
}

.adress {
  padding: 5px 0 10px 25px;
  background: url(images/adress.png) no-repeat;
}

/* ГРУППА СОЦИАЛЬНЫХ СЕТЕЙ */
.social_group_footer {
  display: inline-block;
  margin: 0;
  padding: 3px;
  background: #fff;
}

/* COPYRIGHT */
.bottom_footer {
  padding: 25px 0;
}

.copyright p {
  margin: 0 0 10px 0;
  font-size: 12px;
}

.copyright a {
  font-size: 14px;
  color: #000000;
}

.money_systems {
  text-align: center;
}

.money_systems ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.money_systems li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4%;
}

.link_webstudio {
  font-size: 14px;
  text-align: right;
}

.link_webstudio * {
  display: inline-block;
}

.link_webstudio p {
  color: #525252;
}

.link_webstudio a {
  color: #000000;
}

.listing-header-punkt {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.listing-header {
  padding: 9px;
  margin: 0 0px 10px 0px;
  background: #FAFAFA;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dd_select .ui-multiselect span.ui-icon {
  margin-left: 30px;
}

.dd_select .ui-multiselect {
  background: #828282;
  border: none;
  color: #FFF;
  font: 14px Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}

.dd_select .ui-multiselect:hover {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #45AEF0;
}

.category_heading {
  font: 700 24px 'PT Sans', sans-serif;
  color: #000;
  margin-top: 31px;
  margin-bottom: 16px;
}



/*--------------------------------------------------------------------------
								СТИЛИ СТРАНИЦЫ КАТАЛОГ ПРОДУКЦИИ 
--------------------------------------------------------------------------*/

/*--------------------------- ЛЕВАЯ БОКОВАЯ ПАНЕЛЬ  ------------------------*/

/* ПАРАМЕТРЫ ВЫБОРА ПРОДУКТА */
.parametres {
  padding: 15px 7%;
  background: #FDFDFD;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* СЛАЙДЕР ДИАПАЗОНОВ */
.slider_diapazone {
  position: relative;
  height: 7px;
  margin: 21px 0 18px 0;
  -webkit-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  border-radius: 3.5px;
  border: 1px solid #ffb400;
  background: #ffca00;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #ffca00 0%, #ffb500 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffca00), color-stop(100%,#ffb500));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffca00 0%,#ffb500 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffca00 0%,#ffb500 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffca00 0%,#ffb500 100%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #ffca00 0%,#ffb500 100%);
 /* W3C */;
}

.parametres p {
  font-size: 14px;
  font-weight: 700;
}

.range {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  z-index: 10;
  width: 15px;
  height: 24px;
  background: url(images/range_slider.png) no-repeat;
}

.range_min {
  left: 20px;
}

.range_min {
  left: 35px;
}

.range_val input {
  display: inline-block;
  width: 35%;
  height: 27px;
  margin: 0 1.1% 0 0;
}

.range_val input + span {
  display: inline-block;
  margin: 0 0 0 1%;
  font-size: 14px;
}

p.title_parametr {
  margin: 19px 0 16px 0;
}

p.title_parametr > span {
  display: block;
  padding: 9px 0 0 0;
  border-top: 1px solid #E3E3E3;
}

.parametres label {
  color: #737373;
  font-weight: 400;
  font-size: 14px;
}

.parametres input[type="checkbox"] + label:before {
  margin-bottom: 4px;
}


/*--------------------------- КОНТЕНТ СПРАВА  ------------------------*/
/* Делаем отступ между левым сайдбаром и и блоками правого контента*/ 
.one-sidebar div.right_content {
  padding: 0 0 0 2%;
}

/* ХЛЕБНЫЕ КРОШКИ */
.breadcrumb {
  font-size: 14px;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0 0px;
}

.breadcrumb a {
  color: #7f7f7f;
}

.breadcrumb > li + li:before {
  color: #A3A3A3;
  content: "»";
  padding: 0 12px;
}

/* СОРТИРОВКА ПРОДУКЦИИ */
.sort_products {
  padding: 10px;
  margin: 0 5px 30px 5px;
  background: #FAFAFA;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.sort_view {
  float: left;
}

.sort_view a {
  display: inline-block;
  margin: 0 11px 0 0;
}

.sort_by {
  float: right;
}

/* СОРТИРОВКА ПО... */
.sort_by .ui-corner-all {
  border-radius: 0;
}

.sort_1,
.sort_2 {
  display: inline-block;
}

.sort_by label {
  margin: 0 5px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

/* Убираем картинку стрелку по умолчанию и ниже через  .sort_by .ui-multiselect:after добавляем свою */
.sort_by .ui-state-default .ui-icon {
  display: none;
}

.sort_by .ui-icon {
  display: none;
}

.sort_by .ui-state-default,
.sort_by .ui-widget-content .ui-state-default,
.sort_by .ui-widget-header .ui-state-default {
  background: #828282;
  border: none;
  color: #fff;
  font: 14px Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}

.sort_by .ui-helper-reset {
  line-height: 1;
}

.sort_by .ui-corner-all {
  border-radius: 0;
}

.sort_by .ui-state-active,
.sort_by .ui-widget-content .ui-state-active,
.sort_by .ui-widget-header .ui-state-active {
  background: transparent;
  border: none;
  color: #828282;
  font-weight: 700;
  font-size: 14px;
}

.sort_by .ui-state-hover,
.sort_by .ui-widget-content .ui-state-hover,
.sort_by .ui-widget-header .ui-state-hover {
  background: #399FDF;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

/* КАТАЛОГ ПРОДУКЦИИ */
.catalog_products {
  margin: 0 0 30px 0;
}

.catalog_products h2 {
  margin: 17px 0 16px 5px;
}

/* ПРОДУКЦИЯ */
.row_catalog_products {
  margin: 0 -5px;
}

.row_catalog_products .col_product {
  padding-left: 5px;
  padding-right: 5px;
}

.row_catalog_products h2 {
  margin: 17px 0 16px 5px;
}

.product,
.wrapper_product_hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.product {
  position: relative;
  padding: 4px 0;
  margin: 0 0 10px 0;  
  min-height:260px;   
}

.product img,
.product_hover img {
  margin: 0 0 0 0;
/*  max-width: 100%;  */
   width: 100%;
}

.slider_product_card .product_label,
.product .product_label {
  background-image: url(images/highlight.png);
  display: block;
  position: absolute;
  top: 12px;
  right: 6%;
  width: 62px;
  height: 62px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  border: 3px solid #FFF;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  font: 9px 'PT Sans', sans-serif;
  font-weight: bold;
  line-height: 56px;
  background-repeat: no-repeat;
}

.product_label.label2 {
  background-color: #57B32C;
}

.product_label.label1 {
  background-color: #669DEB;
}

.product_label.label3 {
  background-color: #D52B4E;
}

.price_table td {
  padding:4px;
}

.color_attributes-item {
  cursor: pointer;
  margin-right: 3px;
}

.color_attributes-item img {
  border:1px solid #ddd;
}

.p_description {
  display: inline-block;
  padding:8px;  
  width:100%;
}

.product_hover .p_description {
  display: inline-block;
/* margin: 0 6px;*/
}

.art {
  margin: 12px 0;
  font-size: 12px;
  color: #7f7f7f;
}

.art .label {
  color: #777;
  display: inline-block;
}

.art .left {
  color: #7f7f7f;
}

.p_img_href {
  display: inline-block;
}

.p_img_href img {
  vertical-align: middle;
}

.model_product {
  display: inline-block;
  margin: 7px 0;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  height: 18px;
  overflow: hidden;
}

.product:hover .model_product {
 
}

.price,
.product button,
.product_hover button {
  display: inline-block;
  vertical-align: top;
}

.price {
  margin: 0 3px 0 0;
  text-align: left;
  height: 32px;
  line-height: 32px;
}

.price > span {
  display: block;
}

.new_old_price {
  margin: 0 0 6px 0;
}

.new_price {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.old_price {
  margin: 0;
  font-size: 14px;
  color: #737373;
  text-decoration: line-through;
}

.currency {
  font-size: 14px;
}

/* БЛОК ПРОДУКЦИИ ПРИ НАВЕДЕНИ */
.wrapper_product_hover {
 /* display: none; */
  width: 100%;
  padding: 4px;
  background: #fff;
  border: 1px solid #E9E9E9;
}

.listing_attrs {
  display:none;
}
.product:hover .listing_attrs  {
  display:table;
}

.product:hover .product_label {
  z-index: 12;
}

.product:hover .wrapper_product_hover {
  background: rgba(36,139,203,0.5);
  border: 1px solid transparent;
  position: absolute;   
  top: 4px;
  left: 0; 
  z-index: 11; 
  
}  

.product_hover .compare {
  display:none;
}
.product:hover .product_hover .compare {
  display:block;
}

.product_hover {
  background: #fff;
  padding: 0;
  border-radius: 2px;
}

.product_hover table,
.compare,
.likes {
  text-align: left;
}

.product_hover table {
  margin: 5px 0 10px 0;
}

.product_hover table td:first-of-type {
  color: #4c4c4c;
}

.product_hover table td:last-of-type {
  color: #191919;
}

.product_hover table td {
  padding: 0 0 5px 0;
}

.product_hover table td:last-of-type {
  padding: 0 0 5px 5px;
}

/* СРАВНИТЬ */
.compare {
  margin: 0 0 12px 0;
}

.compare a,
.compare a:hover {
  text-decoration: none;
}

.compare a+a:hover {
  text-decoration: underline;
}

.compare label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.compare label > a {
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
  color: #000000;
  border-bottom: 1px dashed transparent;
}

.compare label > a:hover {
  text-decoration: none;
  border-bottom: 1px dashed #000000;
}

/* LIKE ПРОДУКТА */
.likes_block {
  text-align: left;
}

.likes_plus,
.likes_minus,
.likes_plus *,
.likes_minus * {
  display: inline-block;
}

.likes_plus * {
  vertical-align: bottom;
}

.likes_minus * {
  vertical-align: top;
}

.likes_plus {
  margin: 0 20px 0 0;
}

.likes_plus a,
.likes_minus a {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}

.likes_plus a {
  background: url(images/like.png) no-repeat 0 0;
}

.likes_plus a:hover {
  background: url(images/like.png) no-repeat 0 -36px;
}

.likes_minus a {
  background: url(images/like.png) no-repeat -1px -70px;
}

.likes_minus a:hover {
  background: url(images/like.png) no-repeat 0 -103px;
}

/* ЗНАЧКИ НОВЫЙ ПРОДУКТ, ТОП ПРОДАЖ */
.product .new_product,
.product .top_sale_product {
  display: table;
  position: absolute;
  top: 12px;
  right: 6%;
  z-index: 10;
  width: 62px;
  height: 62px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  border: 3px solid #fff;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font: 9px 'PT Sans', sans-serif;
  font-weight: bold;
}

.product_hover .new_product,
.product_hover .top_sale_product {
  right: 6%;
}

.highlight {
  position: absolute;
  top: 0;
  left: 0;
}

.new_product {
  background: #69c83b;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #69c83b 0%, #53ae28 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69c83b), color-stop(100%,#53ae28));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #69c83b 0%,#53ae28 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #69c83b 0%,#53ae28 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #69c83b 0%,#53ae28 100%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #69c83b 0%,#53ae28 100%);
 /* W3C */;
}

.new_product span,
.top_sale_product span {
  display: table-cell;
  vertical-align: middle;
}

.top_sale_product {
  background: #ff8b54;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #ff8b54 0%, #fb641d 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8b54), color-stop(100%,#fb641d));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff8b54 0%,#fb641d 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff8b54 0%,#fb641d 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff8b54 0%,#fb641d 100%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #ff8b54 0%,#fb641d 100%);
 /* W3C */;
}

/* НУМЕРАЦИЯ СТРАНИЦ */
.pagination_list {
  margin: 40px 0 50px 0;
  text-align: center;
}

.pagination {
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.pagination > li {

}

.pagination > li > a, .pagination > li > span {
  margin:0 5px 0 0; 
  border-radius:3px;
  color:#000;
  border: 1px solid #e9e9e9;
/*   background-color: #fff;
border: 1px solid #e9e9e9;
font-size: 12px;
color: #000;
line-height: 31px;
width: 31px;
margin-left: -1px;
padding: 0;
position: relative;
text-decoration: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
height: 31px;
text-align: center; */
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #F24C4C;
  border-color: #F24C4C;
  color: #fff;
  font-weight: 700;
}

.pagination > li > a.next_page, .pagination > li > a.prev_page {
  height:29px;
  width:29px;
}

.pagination > li > a.next_page:hover, .pagination > li > a.prev_page:hover {
  background-color: #eee;
  border-color: #ddd;
}

.pagination > li > a.next_page {
  background: url(images/next_pagination.png) no-repeat 50% 50%;
}

.pagination > li > a.prev_page {
  background: url(images/prev_pagination.png) no-repeat 50% 50%; 

}


/* Multiselect */

.ui-multiselect {
  width: auto !important;
  height: 27px;
  margin: 0 0 0 0px;
  padding: 0 0 0 8px;
  background: #FFF;
  border: 1px solid #D3D3D3;
  cursor: pointer;
  color: #000;
  border-radius: 0;
}

.ui-multiselect span.ui-icon {
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  background: transparent;
  width: auto;
  height: auto;
  display: inline;
  margin: 5.5px 0 0 5px;
  float: right;
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
  position: absolute !important;
  top: auto !important;
  left: -9999px;
}

.ui-multiselect-header {
  margin-bottom: 3px;
  padding: 3px 0 3px 4px;
}

.ui-multiselect-header ul {
  font-size: 0.9em;
}

.ui-multiselect-header ul li {
}

.ui-multiselect-header a {
  text-decoration: none;
}

.ui-multiselect-header a:hover {
  text-decoration: underline;
}

.ui-multiselect-header span.ui-icon {
  float: left;
}

.ui-multiselect-header li.ui-multiselect-close {
  float: right;
  text-align: right;
  padding-right: 0;
}

.ui-multiselect-menu {
  width: auto !important;
  display: none;
  position: absolute;
  z-index: 10000;
  width: 100%;
  text-align: left;
  border: 0;
  background: #fff;
}

.ui-multiselect-checkboxes {
  position: relative;
  background: #FFF;
  height: auto !important;
  border: 1px solid #d3d3d3;
  z-index: 1;
}

.ui-multiselect-checkboxes label {
  cursor: pointer;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

.ui-multiselect-checkboxes label input {
  position: relative;
  top: 1px;
}

.ui-multiselect-checkboxes li {
  clear: both;
  font-size: 0.9em;
  padding-right: 3px 
	-webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
  text-align: center;
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
  display: block;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
}

.ui-multiselect-checkboxes li:hover {
  color: #000;
  background: #ffc700;
}
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
  border: none;
}

/* /Multiselect */

.categories_menu {
  position: relative;
}

.sub_ul {
  left: -4px;
  right: -4px;
  top: 51px;
  position: absolute;
  z-index: 23;
  display: none;
  padding: 0 5px 5px 5px;
  border-radius: 0 0 9px 9px;
  background: rgba(7,134,235,0.5);
/*  
  box-shadow: 0px 0px 0px 4px rgba(7,134,235,0.5);
  outline:4px solid rgba(7,134,235,0.5);   
  */;
}

.sub_ul:after {
  content: '';
  display: block;
  background: #fff;
  border-radius: 0 0 5px 5px;
  min-height: 264px;
}

.sub_ul > li {
  padding: 0 15px;
}

.categories_menu div.sub,
.parent_category_image {
  float: left;
}

.parent_category_image > img {
  margin-top: 20px;
}

.categories_menu .sub {
  height: 204px;
  position: inherit;
  padding: 55px 20px 0 20px;
  min-width: 100px;
  max-width: 190px;
  background: transparent url(images/subcat_bdr_r.png) right 20px no-repeat;
}

.categories_menu .sub > a {
  font: normal 20px/30px;
  color: #000;
  background: transparent url(images/yellow_arr_r.png) left 1px no-repeat;
  padding-left: 20px;
}

.categories_menu .sub_sub {
  padding-left: 21px;
}

.categories_menu .sub_sub a {
  display: block;
  color: #183E4C;
  font-size: 12px;
  line-height: 19px;
}

.categories_menu .sub_sub a:hover {
  color: #00c8f2;
  text-decoration: none;
}

/* small_slider */
.small_slider {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding: 30px;
}

.small_slider a {
  display: block;
  height: 100%;
  text-align: center;
  line-height: 50px;
}

.small_slider a img {
  padding: 0 10px;
  max-width:100%;
}

.small_slider .bx-wrapper .bx-controls-direction a {
  background-image: url(images/arrows_carousel.png);
}

.small_slider .bx-wrapper .bx-controls-direction .bx-prev {
  left: -40px;
}

.small_slider .bx-wrapper .bx-controls-direction .bx-next {
  right: -40px;
}

.section_top_footer {
  padding-right: 10px;
  line-height: 1.2;
}

/* COMMENTS */

.allcomments .user_info_container::after {
  display:none;
}
.allcomments time {
  display:block;
  float:right;
  margin-top:5px;
}
.allcomments .text_review {
  padding-bottom:5px;
}

#comments {
  margin: 20px 0;
}

.comment_form input[type='text'],.comment_form textarea {
  font-size: 14px;
  color: #264a57;
}

.comment_form textarea {
}

.comment_text .row {
  margin-top:10px;
}

.captcha_img {
  margin-right: 10px;
}

.comment {
  margin-bottom: 15px;
}

.comment_author {
  font-size: 13.6px;
  font-weight: bold;
  text-transform: uppercase;
  color: #183e4c;
}

.comment_text {
  width: 100%;
}

.comment_top {
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 5px;
}

.comment_top .likes {
  position: absolute;
  bottom: 4px;
  right: 0;
}

.comment_top .likes img:last-child {
  position: relative;
  top: -3px;
}

.comment_date {
  color: #8ba2ab;
  padding: 3px 0;
  display: block;
}

.paginator .btn {
  cursor: pointer;
}

.paginator {
  text-align: center;
}

.paginator .btn.active:hover {
}

/* RATING */

.rating_wrapper * {
  margin: 0;
  padding: 0;
  color: white;
  width: 85px;
}

.rating_wrapper {
  margin-right: 10px;
  float: left;
  width: 85px;
  height: 17px;
}

.sp_rating {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.7em;
  color: #5f5f5f;
  display: block;
  width: 85px;
}

.sp_rating:hover  .score {
  display: block;
  background: url(images/ratings.png) 0 0 no-repeat;
}

.rating {
  float: left;
  padding-right: 4px;
}

.base {
  background: url(images/ratings.png) 0 -1px no-repeat;
  width: 85px;
  height: 15px;
  float: left;
  padding-right: 4px;
  overflow: hidden;
}

.average {
  background: url(images/ratings.png) 0 -16px no-repeat;
  text-indent: -9999px;
  height: 15x;
}

.votes {
  float: left;
  padding-right: 4px;
}

.score {
  background: url(images/ratings.png) 0 -1px no-repeat;
  width: 85px;
  height: 15px;
  float: left;
  position: relative;
  margin-top: -16px;
  display: none;
}

.score a {
  display: block;
  height: 15px;
  float: left;
  text-indent: -9999px;
  position: absolute;
  overflow: hidden;
  line-height: 1em;
}

.score1 {
  width: 20%;
  z-index: 55;
}

.score2 {
  width: 40%;
  z-index: 54;
}

.score3 {
  width: 60%;
  z-index: 53;
}

.score4 {
  width: 80%;
  z-index: 52;
}

.score5 {
  width: 100%;
  z-index: 51;
}

.score a:hover {
  background: url(images/ratings.png)  0 -15px no-repeat;
}

.status {
  height: 15px;
  width: 85px;
  position: relative;
}

.score_this {
  height: 16px;
  overflow: hidden;
}

.score_this a {
  color: #f37800;
}


/*END RATING */
/* SEARCH */

.search_box {
  position: relative;
}

.search_input .search_button {
  position: absolute;
  top: 7px;
  right: -5px;
  z-index: 27;
}

.qnt {
  position: absolute;
  top: 30px;
  right: 13px;
  font-size: 11px;
  color: #000;
  margin: 0;
}

.qntp {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 13px;
  top: 7px;
  margin: 0;
  color: #44ADEF;
}

.qnt1 {
  left: 63px;
  position: absolute;
  top: 5px;
}

.ac_results {
	/*display: block !important;*/
  z-index: 25;
  background-color: Window;
  overflow: auto;
  overflow-x: hidden;
  margin-left: -3px;
  margin-top: 2px;
  width: 550px !important;
  padding-top: 0px;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.28);
  -moz-border-radius: 0 0 4px 5px;
  -webkit-border-radius: 0 0 4px 5px;
  border-radius: 0 0 4px 5px;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ac_results li:hover {
  font-weight: bold;
  color: #fff;
  background: #44ADEF;
}

.ac_results li:hover .qntp,
.ac_results li:hover .qnt {
  color: #ffffff;
}

.ac_results iframe {
  display: none;
/*sorry for IE5*/
  display/**/: block;
/*sorry for IE5*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 3000px;
  height: 3000px;
}

.ac_results li {
  border-bottom: 1px dotted #ccc;
  cursor: pointer;
  display: block;
  font: menu;
  font-size: 12px;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 7px 7px;
  position: relative;
	/*width: 100%;*/
  z-index: 3;
}
/*.ac_loading {background : Window url(images/loading.gif) right center no-repeat;} */

.ac_over {
  background-color: #f3f3f3;
  color: #000;
}

.picsearch {
  float: left;
  width: 50px;
}

.search_image_wrap {
  float: left;
  height: 50px;
  overflow: hidden;
}
/* END SEARCH */
/* USER PANEL */
#account a {
  font-size: 13px;
}

#account li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  list-style-type: disc;
  list-style-position: inside;
  color: #c96000;
  border-bottom: 1px solid #E0E0E0;
}

#account_history_table thead {
	/*border-bottom: 0;*/;
}

#account_history_table tr:nth-child(even) td {
  background: #F7F7F7;
}

#account_order_info .attributes {
  padding-left: 20px;
  font-size: 12px;
  margin: 5px 0;
  font-style: italic;
}

#address_book .firstname_lastname {
  font-size: 18px;
}

.address_entry {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px 0;
}

.typical_table h2 {
  font-size: 15px;
  margin: 8px 0;
}

.typical_table td {
  padding: 5px 5px;
}
/* END USER PANEL */

/* better_togeather */
.bt_top_shadow {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
  height: 41px;
  position: relative;
  top: 60px;
}

.bt_bot_shadow {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
  height: 41px;
  position: relative;
  bottom: 60px;
}

#better_togeather {
  z-index: 1;
  position: relative;
  background: #fff;
  margin: 20px 0;
  padding: 10px 20px;
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.31)
-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
}

#better_togeather .discount {
  margin-top: 10px;
  margin-left: 30px;
  color: #fff;
  font-size: 23px;
  background: transparent url(images/blue_label.png) 0 0 no-repeat;
  width: 130px;
  height: 132px;
  text-align: center;
  line-height: 129px;
  font-weight: bold;
}

#better_togeather .item {
  text-align: center;
  width: 120px;
  box-shadow: 0 0 6px #ccc inset;
  padding: 10px;
}

.btogether-plus {
  margin: 61px 20px 0 20px;
  font-size: 50px;
  color: #00C6FF;
}
/* better_togeather */
/*--------------------------------------------------------------------------
								СТИЛИ СТРАНИЦЫ КАРТОЧКА ТОВАРА
--------------------------------------------------------------------------*/

/* КАРТКА ТОВАРА */
/* СЛАЙДЕР КАРТКИ ТОВАРА */
.slider_product_card {
  padding: 8px;
  border: 1px solid #E9E9E9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.slider_product_card .flex-direction-nav {
}


#slider {
  position: relative;
}

.flex-direction-nav a {
  display: block;
  text-decoration: none;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-indent: -9999;
  font-size: 0;
  position: absolute;
  top: 50%;
}

.flex-direction-nav a:hover {
  text-decoration: none;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flexslider:hover .flex-prev {
  opacity: 1;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: 1;
  right: 10px;
}

#slider li {
 /* для значков НОВИНКА, ТОП ПРОДАЖ */;
}

#slider .slides li a {
  display: block;
  height: 320px;
  line-height: 320px;
  text-align: center;
}

#slider .slides li a img {
  vertical-align: middle;
  max-height: 100%;
  margin: 0 auto;
}
#slider .flex-direction-nav a {
 /* Поставил из-за значков НОВИНКА, ТОП ПРОДАЖ */;
}

#owl-frontslider .owl-item {
  padding-left:1px; 
}

#owl-frontslider {
  margin-bottom:30px;  
}

#owl-frontslider .owl-controls {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  text-align: center;
  height: 100%;
  margin: 0;
}

#owl-frontslider .owl-lazy {
  width: 100%;
  
}

#owl-frontslider .owl-nav {
  pointer-events: auto;
}
#owl-frontslider .owl-dots {
  position: absolute;
  pointer-events: auto;
  bottom: 20px;
  width: 100%;
            
}
#owl-frontslider .owl-prev, #owl-frontslider .owl-next {
  color:#fff;
}

.owl-nav  .owl-prev,
.owl-nav  .owl-next {
  position: absolute;
  top: 45%;
}

.owl-nav  .owl-prev:hover,
.owl-nav  .owl-next:hover {
  opacity:0.7;
}

.owl-nav  .owl-prev {
  left: 10px;

}
.owl-nav  .owl-next {
  right: 10px;
}

#manufacturers .owl-prev {
  top: 15%;
  left: -20px;
}
#manufacturers .owl-next {
	top: 15%;
	right: -20px;
}   
.owl-theme .owl-controls .owl-nav .owl-prev {
  content: '';
  display: inline-block;
  width: 20px;
  height: 30px;
  font-size:30px;   
  color:#000000;  
 /*  text-indent: -9999;
  font-size:0;
  background: url(images/arrows_carousel.png) no-repeat 0 0;  */
}

.owl-theme .owl-controls .owl-dot  {
  display: inline-block;
}

.owl-theme .owl-controls .owl-dot span {
display: inline-block;
  width: 18px;
  height: 18px;
  background: url(images/bullets_slider.png) no-repeat 0 -6px;
  text-indent: -9999px;
  border: 0;
  margin: 0 3px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size:30px;
  color:#000000;
/*   text-indent: -9999;
  font-size:0;
 background: url(images/arrows_carousel.png) no-repeat 0 -60px;   */
}
.owl-theme .owl-controls .owl-dot.active span, .owl-theme .owl-controls.clickable .owl-dot:hover span {
  background-position: 0 -31px;
}
.additional_images2 .owl-prev {
  position: absolute;
  left: 0;
  top: 45%;
}
.additional_images2 .owl-next {
  position: absolute;
  right: 0;
  top: 45%;
}
.carousel-pager .item {
  height: 75px;
  line-height: 75px;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
}
.carousel-pager .owl-item {
  border-right:1px solid #e5e5e5;
} 
.carousel-pager .owl-item:last-child {
  border:0;
}

.additional_images2 {
  padding-bottom:20px;
}
.carousel-pager .synced .item {
  opacity: 1;

}
.carousel-pager .item img {
  max-height: 90%;
}
#sync1 .item {
  height: 420px;
  line-height: 420px;
  text-align: center;
}
.additional_images2 .item img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.additional_images2 .owl-next {}
.owl-theme .owl-controls .owl-nav .owl-prev:hover {
  background-position: 0 -30px;
}

.owl-theme .owl-controls .owl-nav .owl-next:hover {
  background-position: 0 -90px;
}

#carousel .flex-direction-nav a {
  width: 17px;
  height: 17px;
  -webkit-border-radius: 8.5px;
  -moz-border-radius: 8.5px;
  border-radius: 8.5px;
}

#carousel .flex-direction-nav a.flex-prev:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #fff url(images/slider_carousel_p_c.png) no-repeat 0 0;
}

#carousel .flex-direction-nav a.flex-next:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #fff url(images/slider_carousel_p_c.png) no-repeat -34px 0;
}

#carousel .flex-direction-nav a.flex-prev:hover:before {
  background-position: -17px 0;
}

#carousel .flex-direction-nav a.flex-next:hover:before {
  background-position: -51px 0;
}

/* Остальные настройки см. в flaxeslider.css */

/* ЗНАЧКИ НОВЫЙ ПРОДУКТ, ТОП ПРОДАЖ */
#slider .new_product,
#slider .top_sale_product {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
  width: 62px;
  height: 62px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  border: 3px solid #fff;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font: 16px 'MyriadPro-BoldCond';
}

.product_hover .new_product,
.product_hover .top_sale_product {
  right: 6%;
}

.highlight {
  position: absolute;
  top: 0;
  left: 0;
}

.new_product {
  background: #69c83b;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #69c83b 0%, #53ae28 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69c83b), color-stop(100%,#53ae28));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #69c83b 0%,#53ae28 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #69c83b 0%,#53ae28 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #69c83b 0%,#53ae28 100%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #69c83b 0%,#53ae28 100%);
 /* W3C */;
}

.new_product span,
.top_sale_product span {
  display: table-cell;
  vertical-align: middle;
}

.top_sale_product {
  background: #ff8b54;
 /* Old browsers */
  background: -moz-linear-gradient(top,  #ff8b54 0%, #fb641d 100%);
 /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8b54), color-stop(100%,#fb641d));
 /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff8b54 0%,#fb641d 100%);
 /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff8b54 0%,#fb641d 100%);
 /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff8b54 0%,#fb641d 100%);
 /* IE10+ */
  background: linear-gradient(to bottom,  #ff8b54 0%,#fb641d 100%);
 /* W3C */;
}

/* ОПИСАНИЕ КАРТКИ ТОВАРА */


.clear {
  clear:both;
}

.filter_cont > div {
  min-height:162px;
  border-right:1px solid #eee;
  padding:0 15px;
}
  .filter_cont > div:last-of-type {
    border:0;
  }

.filter_cont .filter_heading {
  float:left;
}

.filter_cont .item_all {
  float:right;
}

.filter_cont .clear {
  padding-top:10px;
}

.filter_cont .item_all label {
  text-decoration:underline;
}

.attrib_divs label, .filter_cont label {
  color: #737373;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  margin-bottom:8px;
}



.bold_selected {
  font-weight:bold!important;
}


.filter_cont .diagonal .item  {
  float:left;
  width:50%;
}

.filter_cont .color  {
  text-align:center;
}

.filter_cont .color label {
  width:25px;
  height:25px;
  overflow:hidden;
  margin-bottom:10px;
}
  .filter_cont .color img {
    width:25px;
    border-radius:50%;
    border:2px solid transparent;
  }
  .filter_cont .color .bold_selected img {
    border:2px solid #000000;
  }
  
  .filter_cont .color span {
    display:none;
  }

.attr_select,
.prod_attributes_div > div {
  margin-bottom: 10px;
}

.p_attr_text {
  padding-top:20px;
}

.description_card_product {
  padding: 0 0 0 8%;
}

.description_card_product table {
  border-collapse: inherit;
  width: 100%;
  font-size: 14px;
  vertical-align: middle;
}

.description_card_product table .col_1 {
  width: 31%;
}

.table_1 td:first-of-type {
}

.table_1 td:first-of-type,
.table_3 td:first-of-type {
  color: #646464;
}

.table_2 td:first-of-type,
.table_3 td:first-of-type {
/*  width:130px;    */
}

.table_1 {
  margin: -20px 0 0 0;
  border-spacing: 0 20px;
}

.table_1 .art_card_product {
  font-size: 12px;
  color: #7f7f7f;
}

.select_color {
  display: inline-block;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  cursor: pointer;
}

.select_color:first-of-type {
}

.select_color:nth-of-type(2) {
  background: #FB641D;
}

.select_color:last-of-type {
}

.table_2 {
  margin: 0px 0 30px 0;
  border-spacing: 0 10px;
}

.description_card_product .table_2 > span {
  display: inline-block;
}

.new_price_card_product {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 700;
}

.old_price_card_product {
  color: #737373;
  text-decoration: line-through;
}

.currency_card_product {
  font-size: 14px;
}

.table_3 {
  border-spacing: 0 10px;
}

/*.table_3 td:last-of-type, */
 .prod_options td:last-of-type {
  color: #000;
  font-weight: 700;
}

/* НАСТРОЙКА ПЛАГИНА MULTISELECT */
.ui-multiselect {
  position: relative;
  padding: 5px 10px;
  text-align: left;
}

/* Убираем картинку стрелку по умолчанию и ниже через  .sort_by .ui-multiselect:after добавляем свою */
.table_1 .ui-state-default .ui-icon {
}

.table_1 .ui-icon {
  display: none;
}

.ui-multiselect:after {
}

.table_1 .ui-state-default,
.table_1 .ui-widget-content .ui-state-default,
.table_1 .ui-widget-header .ui-state-default {
  background: #fff;
  color: #000;
  font: 12px Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.ui-multiselect-header {
  display: none;
}

.table_1 .ui-helper-reset {
  line-height: 1;
}

.ui-multiselect-checkboxes {
  background: #fff;
  overflow-y: auto;
}

.ui-multiselect-checkboxes li {
  font-size: 14px;
  font-weight: 700;
  color: #828282;
  line-height: 1;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
  padding: 5px 10px !important;
  margin: 5px 0;
  border: 0;
  color: #000;
  border-radius: 0;
  background: transparent;
}

.table_1.ui-corner-all {
  border-radius: 0;
}

.table_1 .ui-state-active,
.table_1 .ui-widget-content .ui-state-active,
.table_1 .ui-widget-header .ui-state-active {
  background: transparent;
  border: none;
  color: #828282;
/*font-weight:700;*/
/*font-size:14px;*/;
}

.table_1 .ui-state-active,
.table_1 .ui-widget-content .ui-state-active,
.table_1 .ui-widget-header .ui-state-active ,
.table_1 .ui-state-hover,
.table_1 .ui-widget-content .ui-state-hover,
.table_1 .ui-widget-header .ui-state-hover {
  background: #399FDF;
  color: #fff;
  border: none;
}

.buy {
  padding: 13px 59.5px;
  font-size: 16px;
  line-height: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* ПОДЕЛИТЕСЬ С ДРУЗЬЯМИ */
.container_sheare_compare {
  margin: 30px 0 25px 0;
  padding: 0 0 0 8%;
}

.share_with_friends,
.compare {
  display: inline-block;
  vertical-align: middle;
}

.share_with_friends * {
  display: inline-block;
  vertical-align: top;
}

.share_with_friends p {
  margin: 0 18px 0 0;
  font-size: 12px;
  color: #252525;
}

.share_with_friends a {
  margin: 0 4px 0 0;
}

.share_with_friends a:hover {
  opacity: 0.8;
}

/* СРАВНИТЬ */
.compare_table {
  width:100%;
}

.compare_table tr td {
  padding:4px 0;
}

.compare_table .prod_price {
  text-align:center;
  margin: 10px 0;
  font-weight:bold;
  font-size:20px;
}

.compare_table .compare_attrs {
  text-align: center; 
  border-bottom: 1px solid #E7E7E7; 
  min-height: 20px; 
  padding-top: 3px; 
  padding-bottom: 5px;
}

#compare_box {
  position: fixed;
  background: #fff;
  width: 110px;
  left: 0;
  top: 300px;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.23);
  z-index: 51;
}

#compare_wishlist {
  margin: 10px 0;
}

.compare_item {
  position: relative;
  margin: 10px 0;
  transition: all 0.2s;
}  

.compare_item:hover .compare_block__delete {
  opacity: 1;
}

.compare_block__prod_img {
  text-align: center;
  width: 100%;
}

.compare_block__prod_name {
/*  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;   */
  background: #fff;
  z-index: 1;
  padding: 0;
	/*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);*/
  border-radius: 0 0 10px 0;
  width: 100%;
  font-size: 10px;
  margin-top: 7px;
}

.compare_item:hover .compare_block__prod_name {
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}

.compare_item a {

}

.compare_box_title {
  padding: 5px 10px;
  font-size: 12px;
  color: #00BEFF;
  font-weight: bold;
}

.compare_block__delete:hover,
.compare_block__delete {
  position: absolute;
  top: -5px;
  right: 10px;
  opacity: 0;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 13px;
  font-style: normal;
  text-decoration: none;
  background: #478ECB;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  font-family: monospace;
  ;
}

.compare_block__delete i {
  font-style: normal;
}

.compare_item .inner {
  padding: 5px 10px;
}

.gocomparelink {
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
  padding: 4px;
  display: block;
  text-align: center;
}

#comp_delete {
  margin-left: -55px;
  margin-top: -115px;
}

#comp_img {
  width: 115px;
  margin: 0 auto;
  padding: 5px 0px;
  text-align: center;
}

#copm_qty {
  width: 25px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 25px;
}

.compare {
  margin: 0 0 0 1%;
  display: block;
  text-align: left;
}

.compare label {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
}

.compare label > a {
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
  color: #000000;
  border-bottom: 1px dashed transparent;
}

.compare label > a:hover {
  text-decoration: none;
  border-bottom: 1px dashed #000000;
}

/* РЕЙТИНГ ПРОДУКТА */
.container_rating_likes {
  padding: 0 0 0 8%;
  margin: 12px 0 20px 0;
}

.rating_product,
.likes_block {
  display: inline-block;
}

.rating_product {
  vertical-align: middle;
  font-size: 12px;
}

.rating,
.rating > a,
.rating_product > p,
.rating_product > a {
  display: inline-block;
  vertical-align: bottom;
}

.rating a {
  width: 16px;
  height: 16px;
  margin-left: -2px;
  background: url(images/rating.png) no-repeat;
}

.rating a:first-of-type {
  margin-left: 0;
}

.rating_product > p {
  margin: 0 10px 0 10px;
  color: #252525;
}

.rating_product > a {
  color: #000000;
  text-decoration: underline;
}

.rating_product > a:hover {
  text-decoration: none;
}

/* LIKE ПРОДУКТА */
.likes_block {
  vertical-align: top;
  margin: 0 0 0 1%;
  text-align: left;
  width: 100%;
  margin-top: 7px;
}

.likes_plus,
.likes_minus,
.likes_plus *,
.likes_minus * {
  display: inline-block;
}

.likes_plus * {
  vertical-align: bottom;
}

.likes_minus * {
  vertical-align: top;
}

.likes_plus {
  margin: 0 20px 0 0;
}

.likes_plus a,
.likes_minus a {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}

.likes_plus a {
  background: url(images/like.png) no-repeat 0 0;
}

.likes_plus a:hover {
  background: url(images/like.png) no-repeat 0 -36px;
}

.likes_minus a {
  background: url(images/like.png) no-repeat -1px -70px;
}

.likes_minus a:hover {
  background: url(images/like.png) no-repeat 0 -103px;
}

/*--------------------------- ПРАВАЯ БОКОВАЯ ПАНЕЛЬ  ------------------------*/
/* Убираем внутр. отступы в правом сайдбаре (заданы по умолч. в бутстрапе) */
.product_right_content {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.product_right_content aside {
  padding: 26px 10%;
  border: 5px solid #EDEDED;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.product_right_content section {
  margin: 0 0 32px 0;
}

.product_right_content h3 {
  margin: 0 0 17px -11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.product_right_content ul {
  padding: 0;
  list-style: none;
}

.product_right_content nav li {
  display: block;
  margin: 0 0 10px 0;
}

.product_right_content nav p {
  margin-bottom: 20px;
}

.product_right_content nav a {
  color: #000000;
  text-decoration: underline;
}

.product_right_content nav a:hover {
  text-decoration: none;
}

.product_right_content p {
  margin: 0;
  color: #646464;
  line-height: 1.2;
}

/* TABS О ТОВАРЕ */
.checkout .panel-heading,
.product_page .panel-heading {
  padding: 0;
}

.checkout .panel-heading a,
.product_page .panel-heading a {
  display: block;
  padding: 20px 10px;
}

.checkout .panel-heading a.collapsed,
.product_page .panel-heading a.collapsed {
  background: #fff;
  color: #000;
}

.checkout .panel-heading a,
.product_page .panel-heading a {
  background: linear-gradient(to bottom, #49B3F6 0%,#399FDF 100%);
  border-radius: 5px 5px 0 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,0.1);
}

.checkout .panel-heading a:after,
.product_page .panel-heading a:after {


  content: '-';
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  color: #DD703E;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  right: 20px;
  font-weight: bold;
}
.checkout .panel-heading a.collapsed:after,
.product_page .panel-heading a.collapsed:after {
  content: '+';
  background: #28B5C6;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs>li>a:hover {
  background: #D4D4D4;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

.nav.nav-tabs li.active > a:hover,
.nav.nav-tabs li.active > a:active {
  background: #D4D4D4;
  color: #000;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
  background: #FB641D;
  border: 0;
}

.nav-tabs>li>a {
  outline: none !important;
  border-right: 0;
  box-shadow: none;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 15px;
  border: none;
  background: #EDEDED;
  font-weight: 700;
  font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}

.nav-tabs>li>a .nobold {
  font-weight: 300;
  font-size:14px;   
}

.tab-content>.active {
  background: transparent;
  border: 0;
}

.tab-pane {
  background: #fff;
  padding: 0px;
  border: 1px solid #ddd;
  margin-top: -1px;
  font-size:14px;
  line-height:1.2;
}

  .tab-pane ul {
	list-style-type:disc;
	margin-left:30px;
  }
  
  .char-left {
	float:left;
	width:20%;
	padding:5px 0;
	border-bottom:1px dotted #e0e0e0;
	font-weight:bold;
  }
  .char-right {
	padding:5px 0;
	border-bottom:1px dotted #e0e0e0;
  }



/*--------------------------------------------------------------------------
								END СТИЛИ СТРАНИЦЫ КАРТОЧКА ТОВАРА
--------------------------------------------------------------------------*/

.product_labels {
  position: absolute;
  top: 20px;
  z-index:2;
  right: 20px;
}

.product_labels.item-list .product_label {
  position: relative;
  top: auto;
  right: auto;
}

/* FILTERS */
.filter_box {
  padding: 15px;
  background: #FDFDFD;
  border: 1px solid #ECECEC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top:15px;
}

.filter_box .filter_heading {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom:10px;
/*  
  margin: 19px 0 16px 0;
  padding: 9px 0 0 0;
  border-top: 1px solid #E3E3E3; */
}

aside .ui-slider-horizontal {
  position: relative;
  height: 7px;
  margin: 5px 0 18px 0;
  -webkit-border-radius: 3.5px;
  -moz-border-radius: 3.5px;
  border-radius: 3.5px;
  border: 1px solid #FFB400;
  background: linear-gradient(to bottom, #FFCA00 0%,#FFB500 100%);
}

aside .ui-slider-range {
  border: 1px solid #FFB400;
  background: linear-gradient(to bottom, #DBC261 0%,#FFB500 100%);
}

.dipcen  .slider-from,
.dipcen  .slider-to {
  width: 42%;
  float: left;
}

.price_fltr {
  display: inline-block;
  margin-top: 8px;
}

.dipcen  .slider-from input,
.dipcen  .slider-to input {
  display: inline-block;
/*width: 35%;*/
  width: 96%;
  height: 27px;
  margin: 0 1.1% 0 0;
  padding: 0 12px;
  border: 1px solid #B1B1B1;
  border-radius: 0;
  color: #A3A3A3;
  font-size: 14px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none !important;
}

#slider-range .ui-slider-handle {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  z-index: 10;
  width: 15px;
  height: 24px;
  background: url(images/range_slider.png) no-repeat;
}
/* POPUPS */

#cartContent-page {width: 100%;}     
#cartContent-page th.name {
  text-align: left;
}
#cartContent-page th {
	font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #CCC;
}
#cartContent-page th,
#cartContent-page td {
  padding: 4px;
  vertical-align: middle;
}
#cartContent-page .product_image {
}
#cartContent-page .product_image img {vertical-align: middle;max-width:150px;}
#cartContent-page.product_name {
  vertical-align: top;
  padding: 10px 0;
  font-weight: bold;
}
#cartContent-page .attributes_list {
  line-height: 12px;
}
#cartContent-page .attributes_list li {font-style: oblique;font-size: 10px;}
#cartContent-page .attributes_list li span {font-style: normal;}
#cartContent-page td.product_price,
#cartContent-page td.product_total,
#cartContent-page td.product_qty,
#cartContent-page td.product_delete {
}#cartContent-page td.product_total {font-weight: bold;}
#cartContent-page td.product_qty input {width: 30px;text-align: center;}
#cartContent-page td.product_qty input:focus {
  box-shadow: none;
  border-radius: 0;

}

.product_delete .btn {
  font-size: 17px;
  padding: 0px 6px;
  border-radius: 30px;

}
#cartContent-page .btn.ok { display:none; position:absolute; color:#49B3F6; font-size:19px; margin-top:-6px;
}
#cart_order_total {
  width: 220px;
  margin: 20px 0;
  float: right;
  text-align: right;
}
.cart_popup_form {
  position: absolute;
  top: 15%;
  left: 50%;
  min-height: 100px;
  margin-top: 0 !important;
}
/* СТАТЬИ МАГАЗИНА */
.magazine_articles {
  margin: 40px 0 0 0;
  padding: 0 5px;
}

.magazine_articles h2 {
  margin: 0;
}

.magazine_articles p {
  margin: 0 0 15px 0;
  line-height: 1.2;
}

.magazine_articles p:first-of-type {
  margin: 20px 0 15px 0;
}

.magazine_articles img {
  float: right;
  max-width: 100%;
  margin: 0 0 0 3%;
}

#sync1 img {
  width:auto;
  max-height:100%;
  max-width:100%;
  display:inline;
}

.thumbs div {
  height:100px;
  overflow:hidden;
  margin-top:10px;
  opacity:1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbs div img {
  cursor:pointer;
  border:1px solid transparent;
  max-height:100%;
  max-width:100%;
}

.thumbs div.active {  
  border:1px solid #999;
  opacity:0.7;
}
/* END POPUP */

.ch_link {
  display:block;
}

/* ----------------- SUPER CATEGORIES ----------------- */

.box-category ul, .list-item {
    list-style: outside none none;
}
.box-category > ul > li, .list-item > li {
    display: block;
    position: relative;
}
.box-category .down {
    background: rgba(0, 0, 0, 0) url("images/accordion_arows.png") no-repeat scroll right 7px;
    cursor: pointer;
    height: 27px;
    opacity: 0.6;
    position: absolute;
    right: 15px;
    top: 4px;
    width: 56px;
}
.box-category .down:hover {
    opacity: 1;
}
.box-category ul li a, .list-item li a {
  /*  background: rgba(0, 0, 0, 0) url("images/accordion_arows.png") no-repeat scroll 0 -16px;  */
    display: block;
}

.box-category ul li {
    position: relative;
}

.box-category > ul > li a.active + .down {
    background-position: right -14px;
    top:8px;  
}

.box-category > ul > li ul {
    display: none;
    margin-bottom: 5px;
    padding-left: 10px;
}

.box-category > ul > li a.active + ul {
    display: block;
}

aside .box-category li a:hover {
  background: #ffb400;
  color: #fff;
  text-decoration:none;
}

aside .box-category li:last-of-type {
  border-bottom: none;
}
aside .box-category li:last-of-type a {
  border-bottom: 0 !important;
}
aside .box-category li > a {
  display: block;
  font-size: 14px;
  color: #737373;
  padding: 10px 0;
  border-bottom: 1px dotted #E0E0E0;
}

aside .box-category ul > li > a {
  padding:10px 15px;
}
aside .box-category ul > li > ul {
  background:#f5f5f5;
}

aside .box-category li > a.active {
  color: #000000;
}

                                                                 
/* ----------------- SUPER CATEGORIES END ----------------- */

.right_content {
  float:right;
}

.refresh_icon {
  position:relative;
}
  .refresh_icon i {
    position:absolute;
    display:none;
    font-size:17px;
    right:0;
    top:5px;
    color:#000000;
  }
  
.btn_coupon {
  margin-bottom:15px;
}