BODY {
  background-color: #fff;
  font-size: 14px;
}
.overflower {
  overflow: hidden;
}
H1,
H2 {
  font-family: 'Ubuntu', cursive, sans-serif;
}
H2 {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}
UL {
  padding: 0px;
  list-style: none;
}
SECTION {
  padding-bottom: 20px;
}
.navbar-collapse > .navbar-nav {
  border: none;
  padding-left: 15px;
}
.user-table tr td {
  padding: 8px 15px 8px 0;
  line-height: 1.42857143;
  vertical-align: top;
  font-size: 14px;
  color: #333;
}
.block-auth-form-balance {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.user-ul {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
#right-buttons {
  position: fixed;
  z-index: 1002;
  right: 0;
  left: 0;
  top: auto;
  bottom: -1px;
  background: transparent;
  padding-top: 3px;
}
#h1-container {
  color: #333;
  font-size: 30px;
}
#categories-cont {
  position: relative;
  z-index: 20;
  padding: 0;
  background-color: #fff;
}
#categories-cont > .container {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}
#top-user-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -340px;
  z-index: 1000;
  overflow-y: auto;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
#top-user-block {
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 40px 20px;
  width: 320px;
  color: #999;
}
#top-user-block #auth_form P {
  color: #333;
  font-size: 16px;
  margin: 0 0 6px;
}
#top-user-block P SPAN {
  color: #333;
  font-weight: bold;
}
#auth_form UL {
  margin-top: 20px;
}
#auth_form UL A {
  font-size: 15px;
}
#top-user-block a:hover {
  text-decoration: none;
}
#top-user-block span {
  font-size: 16px;
  padding-bottom: 5px;
  color: #333;
}
#top-user-block label {
  color: #333;
}
#top-search-container {
  padding: 20px;
  background-color: #f6f6f6;
}
#top-search-input {
  border: solid 1px #ddd;
}
.center {
  text-align: center;
}
#top-basket-title {
  font-size: 20px;
}
#bottom-bask {
  font-size: 20px;
}
#top-obrz-button,
#top-basket-title,
#top-search-title,
#top-cat-title,
#top-user-title {
  display: block;
  float: right;
  position: relative;
  background-color: #8065a5;
  margin: 0 0 0 3px;
  padding: 14px 14px 0;
  text-align: center;
  height: 50px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
}
#top-obrz-button:hover,
#top-basket-title:hover,
#top-search-title:hover,
#top-cat-title:hover,
#top-user-title:hover {
  background-color: #735998;
  color: #fff;
}
#top-obrz-button {
  font-size: 20px;
}
#top-obrz-button,
#top-basket-title .glyphicon {
  top: 0;
}
@media (max-width: 767px) { 
.properties-list .properties-group-name {
padding-left: 10px;
margin-left: -10px;
}
.properties-list .item-add-field-name {
width:200px;
padding-left:0px;
} 
.properties-list .item-add-field-name {
width:200px;
padding-left:10px;
}
  #top-obrz-button,
  #top-basket-title,
  #top-search-title,
  #top-cat-title,
  #top-user-title {
    padding: 9px 10px 0;
    height: 40px;
  }
}
#top-cat-title {
  font-size: 21px;
}
#top-search-button {
  line-height: 20px;
  font-size: 13px;
  margin: 0;
  top: 0;
  padding: 6px 8px 4px;
}
#top-search-block {
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}
#top-search-block span {
  font-size: 16px;
  padding-bottom: 5px;
  color: #333;
}
#top-search-block .form-control {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ddd;
}
#full-container {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
#top-about {
  color: #999;
}
.navbar-nav {
  font-size: 15px;
}
.navbar-header {
  border-top: solid 1px #ddd;
}
.img-opt-selector {
  display: flex !important;
  clear: both;
  float: none;
  flex-wrap: wrap;
  justify-content: normal;
  overflow: hidden;
}
.img-opt-selector-opt {
  display: block;
  padding: 0 0 20px;
  color: #272727;
  cursor: pointer;
  text-align: center;
  width: 30%;
  margin-right: 3%;
}
.img-opt-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.img-opt-zoom-in {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.img-opt-zoom-in a {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 6px 0 0;
  font-size: 22px;
  line-height: 22px;
  display: block;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  text-align: center;
}
.img-opt-selector div img {
  width: 100%;
  max-width: 80% !important;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.img-opt-selector div.selected img {
  border: solid 5px #ff9600;
}
.ful-cont-pad {
  padding-left: 0px !important;
}
#top-menu-cont {
  position: relative;
  background: #f6f6f6;
  border-bottom: solid 1px #ddd;
}
#contents-col {
  float: none;
  margin: 0 0 50px;
}
#contents-col p {
  color: #777;
}
#left-col {
  padding-right: 20px;
}
#contents-col img {
  max-width: 100%;
  height: auto;
}
#contents-col h1 {
  color: #333;
  font-size: 32px;
  font-weight: bold;
  padding: 50px 0px 20px;
  font-family: 'Ubuntu', cursive, sans-serif;
  margin: 0;
}
.container100 {
  width: 100%;
  clear: both;
  padding: 0 40px;
}
#hat-container {
  padding: 10px 0;
  background: #fff;
}
.hat-wrapper {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.hat-item {
  display: flex;
  align-self: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.top-item-cont {
  align-self: center;
}
.top-icon {
  padding-right: 20px;
  align-self: center;
}
.top-icon span.glyphicon {
  font-size: 26px;
  line-height: 26px;
  height: 52px;
  width: 52px;
  background: #8065a5;
  text-align: center;
  padding-top: 13px;
  border-radius: 50%;
  color: #fff;
}
.top-item-cont a {
  color: #8065a5;
  text-decoration: none;
  border-bottom: dotted 1px #8065a5;
}
.top-item-cont a:hover {
  text-decoration: none;
}
.top-grey {
  font-weight: normal;
  color: #777;
  font-size: 12px;
}
#site-phones {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .hat-item {
    flex-direction: column;
    align-items: start;
    align-self:start;
    text-align: center;
  }
  .top-icon {
    padding: 0 0 10px;
  }
}
@media (max-width: 990px) {
  .top-contacts-container {
    text-align: center;
  }
}
#top-contacts {
  padding: 0;
  font-size: 14px;
  text-align: right;
}
#middle-hat {
  text-align: center;
}
#top-phones {
  padding: 15px 0 0;
  font-size: 16px;
  text-align: inherit;
  color: #333;
}
#carusel-container {
  overflow: hidden;
  margin-top: 0;
}
#categories-container {
  position: relative;
  z-index: 10;
  display: none;
}
#cat-cont {
  position: relative;
}
#main-container {
  position: relative;
  background-color: #fff;
}
#main-bg-container {
  background-color: #fff;
}
.clear-div {
  clear: both;
}
#fixed-bottom-container {
  position: fixed;
  z-index: 998;
  height: 50px;
  right: 1px;
  bottom: 0px;
}
@media (max-width: 767px) {
  #top-menu-nav {
    margin: 0;
  }
  #fixed-bottom-container {
    opacity: 0.7;
  }
  #fixed-bottom-container:hover {
    opacity: 1;
  }
  #contents-col {
    margin: 0px;
  }
}
/* Mozaika */
.big-moz-slide {
  float: left;
  width: 66.6666%;
}
.big-moz-slide img {
  width: 100%;
  height: auto;
}
.small-moz-slide {
  width: 25%;
  float: left;
  overflow: hidden;
}
.small-moz-slide img {
  transform: scale(1);
  width: 100%;
  height: auto;
  webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.small-moz-slide img:hover {
  -moz-transform: scale(2, 1);
  /* Для Firefox */
  -ms-transform: scale(2, 2);
  /* Для IE */
  -webkit-transform: scale(2, 2);
  /* Для Safari, Chrome, iOS */
  -o-transform: scale(2, 2);
  /* Для Opera */
  transform: scale(1.2, 1.2);
}
@media only screen and (max-width: 767px) {
  .small-moz-slide {
    width: 50%;
    float: left;
  }
}
/* Всплывающая доставка */
.delivery_addresses_list p {padding:0 10px;line-height:24px;margin:0;}
.delivery_addresses_list p.selected {background-color:#ddd;}
.delivery_addresses_list {display:none;position:absolute;z-index:1000;border:solid 1px #888;background-color:#fff;min-width:200px;font-size:13px;}

#delivery_zip_line {
  padding: 20px 0;
}
#delivery_to_city {
  margin-bottom: 10px;
  max-width: 400px;
}
#delivery_to_zip {
  margin-bottom: 10px;
  max-width: 400px;
}
table#delivery_variants tr td {
  padding: 3px 10px 3px 0;
}
.cat-image {
  display: block;
  overflow: hidden;
  padding: 20px;
  border-radius: 50%;
  border: dashed 2px #e2e2e2;
}
.cat-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.cat:hover .cat-image img {
  transform: scale(1.05);
}
.mob-cat-image {
  display: block;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
/* Производители */
ul.vend-grid {
  display: block;
  text-align: center;
}
LI.vend-col {
  display: inline-block;
  padding: 20px;
  text-align: center;
}
A.vend:hover {
  text-decoration: none;
}
H3.vend-name {
  font-size: 20px;
  color: #777;
}
#vendors-section .cat-image {
  border-radius: 0px;
}
.vend-image {
  border: solid 3px #eee;
}
.vendor-description {
  padding: 20px 0;
}
#contents-col h1.vendor-name {
  font-size: 30px;
}
/* Кнопки соцсетей */
#top-socnets {
  padding: 10px 0 5px 0;
}
#share {
  width: 100%;
  border: 1px solid #eaeaea;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.push {
  display: inline-block;
  padding: 8px 0;
  margin: 0 0 5px 5px;
  font-size: 15px;
  line-height: 15px;
  width: 31px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.facebook,
.google,
.twitter,
.vkontakte,
.ok,
.ig {
  color: #fff !important;
  background-color: #8065a5;
}
.facebook:hover,
.google:hover,
.twitter:hover,
.vkontakte:hover,
.ok:hover,
.ig:hover {
  color: #fff !important;
  background-color: #735998;
}
/* totop */
#toTop {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 20px;
  float: left;
  padding: 10px 11px 5px 14px;
  color: #fff;
  font-size: 24px;
  background-color: rgba(169, 169, 169, 0.6);
  border-radius: 50%;
  z-index: 999;
}
#toTop:hover {
  text-decoration: none;
  background-color: #a9a9a9;
}
@media only screen and (max-width: 990px) {
  #toTop {
    display: none !important;
  }
}
/* Всплывающее окно */
#message_box table td {padding: 0 20px 15px 0;}
#close_message {float:right;margin:-10px -10px 0 0;}
.ajax-only {display: none;}
#message_box .ajax-only {display: block;}
#close_message a {color:#333;text-decoration:none;font-size:20px;}
#message_box {
    border-radius:10px; 
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  max-width: 990px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #d9d9d9;
  background-color: #FFF;
}
#message_box form {
  margin-top: 20px;
}
#message_box form .field_name {
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (min-width: 999px) {
  #message_box table td {padding: 0 20px 15px 0;}
#close_message {float:right;margin:-10px -10px 0 0;}
.ajax-only {display: none;}
#message_box .ajax-only {display: block;}
#close_message a {color:#333;text-decoration:none;font-size:20px;}
#message_box {
    border-radius:10px; 
    left: 50%;
    margin-left: -500px;
  }
}
#message_box table.basket {
  width: 100%;
}
#message_box table.basket td {
  padding: 8px;
  background-color: #fff;
}
#message_box table.basket tr.head td {
  font-weight: bold;
  background-color: #f1f1f1;
  font-size: 11px;
}
#message_box h1 {
  padding: 0 0 12px 0;
  margin: 0;
  font-family: 'Ubuntu', cursive, sans-serif;
}
#close_message {
  float: right;
  margin: -10px -10px 0 0;
}
#curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 100;
  background-color: #000;
  opacity: 0.5;
}


.top-auth {
    float: left;
    margin-top: 12px;
    color: #ccc;
    font-family: 'Ubuntu', cursive;
}

.top-auth .glyphicon {
    margin-right: 5px;
}

.top-auth a {
    color: #444;
    transition: none;
    margin: 0 5px;
}

.navbar-toggle {
    float: right;
  margin-right: 15px;
}

.top-menu-header {
    display:none;
    float: left;
    color: #8065a5;
    padding: 15px 0 0 15px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Ubuntu', cursive, sans-serif;
}

/* Верхнее меню */

.nivo-controlNav {
  display: none;
  text-align: center;
  padding: 0 20px;
  margin: -40px 0 0 0;
  height: 40px;
  position: relative;
  z-index: 9;
}
.top-basket {
  display: block;
  float: right;
  margin: 0;
  height: 50px;
  border-radius: 10px 0 0 0;
  padding: 10px 15px 0px;
  vertical-align: middle;
  background-color: #fff;
  border-bottom: 0;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #contents-col h1 {
    font-size: 26px;
    padding: 20px 0 20px;
  }
  #fixed-bottom-container {
    height: 40px;
  }
  .top-basket {
    height: 40px;
    padding: 6px 12px 0px;
  }
}
.top-basket .basket_total,
.top-basket .basket_amount {
  margin-right: 10px;
  line-height: 32px;
  font-size: 16px;
  color: #333;
}
#top-basket-a {
  display: block;
  float: left;
  font-size: 25px;
  color: #8065a5;
}
#top-basket-a:hover {
  color: #000;
}
#basket-total-b {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 2px;
  height: 20px;
  width: 20px;
  overflow: hidden;
  line-height: 17px;
  font-size: 17px;
  border-radius: 50%;
  padding-top: 2px;
  color: #fff;
  background: #ff0000;
}
/* Шапка */
.top-logotip {
  padding-top: 0px;
  position: relative;
  overflow: hidden;
}
#site-title {
  font-family: 'Ubuntu', cursive;
  font-size: 25px;
  padding: 15px 0 0;
  font-weight: bold;
  color: #8065a5;
}
.top-adress {
  padding: 40px 0 0 40px;
  font-size: 14px;
  color: #F3C48C;
}
.top-search {
  padding-top: 25px;
}
#hat {
  overflow: hidden;
  min-height: 50px;
  border: 0;
}
.top-search-div {
  position: relative;
  float: right;
  max-width: 300px;
  padding: 7px 0;
}
#search-pro {
  position: absolute;
  display: none;
  background: #fff;
  z-index: 1000;
  right: 0;
  font-size: 14px;
  padding: 20px 20px 5px;
  margin-top: 5px;
  min-width: 300px;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
/* Стили поиска в разделах */
table#search_results tr td { 
  padding: 0 20px 20px 0; 
  vertical-align: top; 
} 

table#search_results tr td img { 
  width: auto; 
  max-width: none; 
}
.search-field-txt,
.search-field-select,
.search-field-checkbox,
.search-field-prices,
.search-price-line,
.search-field-radio,
.search-field-button {
  margin-bottom: 15px;
  overflow: hidden;
  display: block;
  margin-right: 5px;
}
.search-field-prices div.price-from,
.search-field-prices div.price-to {
  display: inline-block;
  max-width: 80px;
  margin-bottom: 10px;
}
.search-field-txt span,
.search-field-select span,
.search-field-checkbox span,
.search-field-prices span,
.search-price-line span,
.search-field-radio span,
.search-field-button span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-to-input {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #DDD;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.search-field-prices input {
  display: inline-block;
}
/* Колонка блоков */
#blocks-col {
  padding-top: 10px;
}
#left-catalog-cont,
#top-catalog-cont {
  padding: 0px;
}
#blocks-col div.block,
.left-cat-block {
  margin-bottom: 20px;
}
#blocks-col div.block,
.top-cat-block {
  position: relative;
}
#blocks-col div.block_header,
.block_header_top {
  font-size: 20px;
  color: #8065a5;
  padding: 20px 0 10px;
  font-family: 'Ubuntu', cursive, sans-serif;
}
#blocks-col div.block_cont {
  padding: 0 0 20px;
  
  clear: both;
}
#blocks-col .block_cont:last-child {
  border-bottom: 0;
}
#blocks-col div.block_cont img {
  border: solid 1px #ddd;
}
#blocks-col div.block_cont ul li {
  font-size: 13px;
  line-height: 17px;
}
#blocks-col div.block_cont p {
  font-size: 13px;
}
/* Блок каталога  */
.block_cont_top {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px 0;
}
.block_cont_left {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px 0;
}
ul.block_categories {
  background: #fff;
  z-index: 2;
  width: 100%;
  moz-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f2f2;
  margin: -10px 0 -5px 0;
}
.block_categories li {
  position: relative;
}
.block_categories > li {
  border-bottom: 1px solid #ddd;
  background: #fff;
  line-height: 20px;
}
.block_categories > li.last {
  border-bottom: 0;
}
.block_categories li a {
  display: inline;
  color: #777777;
}
.block_categories > li > a {
  padding: 10px 20px 13px;
  font-size: 18px;
  display: block;
  color: #fb3400;
}
.block_categories li a:hover {
  color: #a42200;
}
.block_categories li li a:before {
  font-size: 15px;
  color: #777777;
  margin-right: 8px;
}
.block_categories li li {
  font-size: 14px;
  padding: 4px 0;
  line-height: 16px;
}
.block_categories li li:first-child strong {
  top: 10px;
}
.subcategories li strong {
  display: block;
  float: right;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  margin-right: -10px;
}
.block_categories > li > strong {
  display: block;
  float: right;
  cursor: pointer;
  padding: 8px 10px 0 0;
  font-size: 24px;
  color: #fb3400;
}
.block_categories li strong:hover {
  cursor: pointer;
  color: #333;
}
.block_categories > li > ul {
  padding: 20px;
}
.subcategories {
  width: auto;
  background: #fafafa;
  display: none;
  moz-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 20px 0;
}
li.opened > .subcategories {
  display: block;
}
.block_categories > li.active > a > span {
  color: inherit;
}
.block_categories li.active > a,
.block_categories li a:hover {
  color: #a42200;
}
/* Стили блоков */
.block-metka {
  float: left;
  margin: 0 20px 0 0;
  margin-bottom: 10px;
}
.block-articles-name,
.block-news-header {
  font-size: 18px;
  font-family: 'Ubuntu', cursive, sans-serif;
  margin-bottom: 10px;
}
.block-articles-announce,
.block-news-announce {
  font-size: 14px;
  color: #777;
}
.block-news {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
.block-poisk {
  margin-bottom: 10px;
}
.block-photo {
  float: left;
  margin: 0 20px 0 0;
}
.block-opros-header {
  font-size: 16px;
}
.block-opros-description {
  font-size: 14px;
  color: #777;
}
.block-opros-table {
  margin-bottom: 20px;
}
.block-opros-table tr td {
  padding: 5px 5px 0 0;
}
.block-search-field-txt,
.block-search-field-select,
.block-search-field-checkbox,
.block-search-field-prices,
.block-search-price-line,
.block-search-field-radio,
.block-search-field-button {
  margin-bottom: 15px;
  overflow: hidden;
}
.block-search-field-txt span,
.block-search-field-select span,
.block-search-field-checkbox span,
.block-search-field-prices span,
.block-search-price-line span,
.block-search-field-radio span,
.block-search-field-button span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.block-search-field-checkbox label {
  font-weight: normal;
}
p.search-checkbox {
  margin: 0px;
  font-size: 13px;
  color: #333;
}
p.search-checkbox label {
  font-weight: normal;
}
p.block-search-radio {
  margin: 0px;
}
p.block-search-radio label {
  font-weight: normal;
}
.block-search-price-line input {
  width: 60px;
  display: inline;
  padding: 6px 4px;
}
.block-search-price-line-from {
  float: left;
  padding-right: 8px;
}
.block-search-price-line-to {
  float: left;
}
/* Контент */
.content-page-margin {
  position: relative;
}
#pages {
  font-size: 20px;
}
#pages a {
  margin: 0 5px;
}
#pages span {
  margin: 0 5px;
}
#status {
  padding: 0 0 10px;
  margin: 0;
  font-size: 12px;
  color: #999;
}
#status a {
  color: #555;
}
#status a:hover {
  text-decoration: underline;
}
.special-icon {
  position: absolute;
}
/* Новости */
.news-list-announce {
  margin-bottom: 20px;
  overflow: hidden;
  clear: both;
  border-bottom: solid 1px #ddd;
}
.news-header {
  font-size: 18px;
}
.news-img-prew {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}
.news-date {
  font-weight: bold;
}
.block-news-data {
  display: block;
  clear: both;
  font-size: 18px;
  font-weight: bold;
}
.block-news-img {
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}
.page-news-date {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
/*Категории товаров*/
.row1 {
  margin: 0 -5px;
}
ul.cat-grid {
  text-align: center;
  display: block;
  margin: 10px -5px;
}
li.cat-col {
  width: 25%;
  padding: 10px 5px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  li.cat-col {
    width: 33.333%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  li.cat-col {
    width: 50%;
    float: none;
  }
}
@media only screen and (max-width: 400px) {
  li.cat-col {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.cat {
  display: block;
  position: relative;
  background: #fff;
}
.cat:hover {
  text-decoration: none;
}
.cat:hover .cat-razdel {
  text-decoration: none;
}
.cat-name {
  color: #8065a5;
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 10px;
  font-family: 'Ubuntu', cursive, sans-serif;
}
.cat:hover .cat-name {
  text-decoration: underline;
}
.cat-description {
  color: #777;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 10px 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media only screen and (max-width: 992px) {
  .cat-description {
    font-size: 14px;
  }
}
.cat:hover .cat-description {
  opacity: 1;
  top: 60px;
}
/* Карусель товаров */
ul.twr-grid1 {
  display: block;
  position: relative;
}
.twr1 {
  padding: 0 5px;
  position: relative;
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.twr1:hover .twr-actions1 {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .twr1 {
    overflow: hidden;
  }
}
@media only screen and (max-width: 999px) {
  .twr1 {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .twr1 {
    overflow: hidden;
  }
}
.twr-image1 {
  display: block;
  max-width: 270px;
  position: relative;
  overflow: hidden;
  padding: 10px;
  border: 1px dashed #ddd;
}
.twr-shop1 {
  padding: 10px;
  border: solid 1px #ddd;
  border-top: 0;
  text-align: center;
  margin-bottom: 2px;
}
.twr-inner-price1,
.twr-inner-price {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
/* Страница раздела каталога товаров */
.category-description {
  color: #777;
  padding: 20px 0;
}
ul.twr-grid {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 -5px;
}
ul.twr-grid li.twr-col {
  display: inline-block;
  width: 25%;
  padding: 5px;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  ul.twr-grid li.twr-col {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 599px) {
  ul.twr-grid li.twr-col {
    width: 50%;
  }
}
.twr {
  border: 1px dashed #ddd;
  background: #fff;
  overflow: hidden;
}
.twr:hover {
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
.twr-image {
  display: block;
  max-width: 370px;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
  padding: 10px;
}
.twr-img-prew {
  width: 100%;
  height: auto;
}
.twr-metka {
  position: absolute;
  z-index: 4;
}
.twr-metka a {
  display: block;
  float: left;
}
.twr-shop {
  padding: 15px 10px 20px;
  text-align: center;
}
.twr-name {
  font-size: 16px;
  line-height: 22px;
  margin: 0px;
}
.h2-plashka {
  position: relative;
  margin-top: 0px;
}
h2.vend-h2,
.h2-plashka h2,
.main-h2 {
  display: block;
  font-size: 24px;
  line-height: 40px;
  color: #8065a5;
  margin: 10px 0 10px;
  font-weight: bold;
  text-align: left;
  font-family: 'Ubuntu', cursive, sans-serif;
}
.all-new {
  display: block;
  text-align: center;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
}
.all-new a {
  font-family: 'Ubuntu', cursive, sans-serif;
  color: #8065a5;
}
.all-arrows {
  top: 0px;
  right: 0px;
  font-size: 13px;
}
.all-arrows span.slick-arrow {
  position: absolute;
  cursor: pointer;
  border: solid 1px #ddd;
  display: inline-block;
  padding: 8px;
  margin-right: 2px;
}
span.arrow-left {
  top: 2px;
  right: 35px;
}
span.arrow-right {
  top: 2px;
  right: -1px;
}
.all-arrows span.slick-arrow:hover {
  color: #fff;
  background: #8065a5;
  border-color: #8065a5;
}
h2.twr-name1,
.twr-name {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Ubuntu', cursive, sans-serif;
}
h2.twr-name1 a,
h2.twr-name a {
  color: #8065a5;
}
.twr-short-description {
  color: #777;
  font-size: 12px;
  line-height: 22px;
}
.twr-old-price {
  display: inline-block;
  float: left;
  margin-right: 10px;
  text-decoration: line-through;
  color: #ff7335;
  font-size: 13px;
}
.twr-old-price1 {
  float: right;
  color: #71a000;
  text-decoration: line-through;
}
.twr-price {
  font-size: 17px;
}
.twr-actions {
  padding-top: 10px;
}
.twr-actions1 {
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 1px;
  left: 6px;
  right: 6px;
  bottom: 1px;
  background: rgba(255, 255, 255, 0.2);
  padding: 100px 15px 0;
  text-align: center;
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.twr-basket,
.twr-details {
  margin-bottom: 4px;
}
/* Страница товара */
.item-photos {
  margin: 0 0 30px;
  overflow: hidden;
}
.main-photo-img {
  border: solid 1px #ececec;
}
.add-photos-list {
  overflow: hidden;
  margin: 5px -5px;
}
.add-photo {
  float: left;
  margin: 5px;
}
.add-photo img {
  border: solid 1px #ececec;
}
.item-description {
overflow:hidden;
  color: #555;
}
.tabs-cont {
  float: none;
  clear: both;
  overflow: hidden;
  margin-top: 10px;
}
.tab-desc {
  padding: 9px 14px;
  float: left;
  border: solid 1px #ddd;
  border-bottom: 0;
  border-collapse: collapse;
  margin-right: 5px;
  font-size: 15px;
  cursor: pointer;
  background-color: #fff;
}
.active-tab {
  background-color: #f3f3f3;
  color: #333;
  border-color: #dddddd !important;
  cursor: default;
}
.item-bottom-nav {
  display: block;
  padding: 30px 0 10px;
  text-align: center;
  clear: both;
}
.item-bottom-nav {
  margin: 30px 0;
}
#item-fields {
  display: none;
}
#item-comments {
  display: none;
}
.item-passage {
  color: #555;
  border: solid 1px #ddd;
  padding: 20px;
  clear: both;
  background-color: #fff;
}
@media (max-width: 991px) {
  .item-description {
overflow:hidden;
    margin-top: 30px;
  }
}
.properties-list {
overflow:hidden;
  margin: 20px 0;
}
.properties-list-row {
  overflow: hidden;
  padding: 0;
  border-bottom: dotted 1px #ddd;
  font-size: 13px;
}
.properties-list-row:last-child {
  border: none;
}
.add2basket-options {
  border: solid 1px #dbdbdb;
  padding: 15px 30px;
  overflow: hidden;
  background-color: #fff;
}
.add2basket-options-row {
  clear: both;
  overflow: hidden;
  padding: 5px 0;
  border-bottom: solid 1px #ddd;
  font-size: 13px;
}
.add2basket-options-row:last-child {
  border-bottom: none;
}
.properties-group-name {
background-color:#f3f3f3;
}
.item-add-field-name {
float:left;
padding:10px 10px 10px 20px;
  min-width: 150px;
  width: 50%;
}
.item-add-field-action {
  max-width: 50%;
  padding: 10px 0 10px 0;
  display: inline-block;
}
.item-add-field-action input[type=text] {
  width: 50px;
}
.item-add-field-action label {
  font-weight: normal !important;
}
.add2basket-options-row p {
  margin-bottom: 5px;
}
#contents-col .item-main-price,
.item-main-price {
  font-size: 20px;
  color: #333;
}
.item-main-price p {
  display: block;
}
#contents-col .item-old-price {
  text-decoration: line-through;
  color: #71a000;
  font-size: 18px;
}
.item-basket-num {
  margin-right: 10px;
  float: left;
  width: 50px;
  text-align: center;
}
.basket-num-left {
  display: block;
  float: left;
  height: 32px;
  padding: 5px 11px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  margin-right: 5px;
}
.basket-num-right {
  display: block;
  float: left;
  height: 32px;
  padding: 5px 11px;
  color: #333;
  background-color: #fff;
  border: solid 1px #ddd;
  margin-left: -5px;
  margin-right: 10px;
}
.one-click {
  margin: 10px 0;
}
.item-add-prices {
  clear: both;
  margin: 5px 0;
}
.item-add-prices-name {
  float: left;
  padding: 8px 10px 8px 0;
  font-size: 16px;
}
.store-informer {
  margin: 5px 0;
}
.store-informer-button {
  margin-bottom: 15px;
}

#to_compare,
#from_compare {
  margin: 15px 0 5px;
  font-size: 13px;
  font-weight: bold;
}
#to_compare i,
#from_compare i {
    font-size: 16px;
    height: 32px;
    color: #fff;
    background-color: #b3a0cc;
    text-align: center;
    width: 32px;
    padding-top: 8px;
    border-radius: 50%;
    margin-right: 5px;
}
#to_favorites, #from_favorites {
  margin: 5px 0 15px;
  font-size: 13px;
  font-weight: bold;
}
#to_favorites i, #from_favorites i {
    font-size: 16px;
    height: 32px;
    color: #fff;
    background-color: #b3a0cc;
    text-align: center;
    width: 32px;
    padding-top: 10px;
    border-radius: 50%;
    margin-right: 5px;
}
#from_favorites i, #from_compare i {
    background-color: #8065a5;
}
#wishlist_link {
  margin: 10px 0;
  font-size: 13px;
  font-weight: bold;
}
.item-bottom-nav {
  margin: 30px 0;
}
/* Комментарии */
.comments {
  overflow: hidden;
  clear: both;
}
.comment-note {
  margin-bottom: 5px;
}
.comment-field {
  margin-bottom: 10px;
}
.comment-field input {
  border: solid 1px #ddd;
}
.comment-text {
  margin-bottom: -10px;
}
.check-code {
  margin-bottom: 5px;
}
.comment-submit {
  margin-bottom: 30px;
}
.comment {
  margin-bottom: 20px;
}
.comment-date {
  color: #777;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.comment-date:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
/* Страница корзины */
.basket-item input {
  width: 42px;
}
.basket-summ-div {
  margin: -10px 0 30px 0;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
}
#basket_minimum_order_amount {
  color: #cc0000;
}
.basket-bottom-field {
  padding-top: 7px;
}
.basket-bottom-rezult-field {
  padding-top: 4px;
  font-size: 18px;
  color: #000;
}
.form-field {
  margin-bottom: 10px;
}
/* Оформление заказа */
.field {
  margin-bottom: 10px;
}
textarea {
  width: 100%;
  max-width: 600px;
  min-height: 200px;
}
.order-form-fields div input,
.order-form-fields div select,
.order-form-fields div textarea {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px 11px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* Сравнение товаров */
.compare-table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#compare-items-table tr td {
  white-space: normal !important;
}
.compare-div {
  width: 130px;
  text-align: center;
}
/* Страница все опросы */
.opros-title {
  font-size: 18px;
  margin-bottom: 0px;
}
.opened-opros {
  color: #079b23;
}
.closed-opros {
  color: #9b0707;
}
/* Страница опроса */
.opros-question {
  font-size: 18px;
}
.opros-form {
  margin: 20px 0;
}
.opros-submit {
  margin: 25px 0 0;
}
.opros-results tr td {
  padding: 5px 10px 5px 0;
}
/* Страница каталог статей */
.articles-list {
  padding: 20px 0;
  margin: 20px 0;
  border-top: solid 1px #ddd;
}
.articles-header {
  font-size: 16px;
  margin-bottom: 0px;
}
.articles-announce {
  font-size: 13px;
  color: #777;
}
/* Страница фотогалерея */
.gallery-div {
  overflow: hidden;
  position: relative;
}
.photo-div {
  overflow: hidden;
}
.photo-div img {
  width: 100%;
}
/* Футер */
#footer-container {
  padding: 70px 0;
  background-color: #fff;
  border-top: solid 1px #ddd;
}
#footer-container div.block_header {
  font-size: 19px;
  font-weight: bold;
  padding: 10px 0;
  color: #8065a5;
  font-family: 'Ubuntu', cursive, sans-serif;
}
#footer-container div.block_cont {
  padding: 10px 0;
  color: #999;
}
#footer-container div.block_cont ul li {
  font-size: 13px;
  line-height: 22px;
}
#footer-container a {
  color: #888;
  font-weight: bold;
}
#footer-container a:hover {
  color: #777;
}
/* Медиа */
@media only screen and (min-width: 992px) {
  .block_header_top strong {
    display: none;
  }
  .block_cont_top {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  #categories-container {
    display: block;
  }
  .block_header_top strong {
    display: block;
    float: right;
    cursor: pointer;
    font-size: 26px;
    line-height: 26px;
  }
  .block_cont_top {
    display: none;
  }
  .left-cat-block {
    display: none;
  }
}
@media only screen and (min-width: 1190px) {
  .item-photos {
    margin: 0 20px 30px 0;
    overflow: hidden;
    float: left;
    text-align: left;
    width: 390px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .twr-image,
  .twr-shop {
    padding: 15px;
  }
  #blocks-col div.block_header {
    font-size: 15px;
  }
  #blocks-col div.block_cont {
    background-color: transparent;
    border: none;
    padding: 20px 0 20px;
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) {
  #hat-container > .container {
    padding: 0 30px;
  }
  .block_header strong {
    display: none;
  }
  .block_cont {
    display: block !important;
  }
  .payment-logo-img-top {
    display: none;
  }
  .payment-logo-img {
    display: block;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #categories-cont > .container {
    padding: 0px;
    border-radius: 0;
  }
  #categories-cont {
    padding: 0px;
  }
  #main-bg-container {
    padding: 0 15px;
    border: none;
  }
  #contents-col {
    padding-left: 0px;
  }
  .top-search-div {
    padding-top: 10px;
  }
  .navbar-collapse > .navbar-nav {
    padding-left: 15px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background: #f8f8f8;
  }
  .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    /* border: 1px solid rgba(0, 0, 0, 0.15); */
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
  }
  .dropdown-menu > li {
    text-align: center;
  }
  .top-logotip,
  #top-contacts,
  #top-socnets {
    height: auto;
    float: none;
    clear: both;
    text-align: center;
  }
  #top-socnets {
    padding-top: 20px;
  }
  #blocks-col {
    margin-top: 0px;
    padding-top: 0px;
  }
  #blocks-col div.block {
    margin-bottom: 0;
  }
  .top-adress {
    padding: 20px 0 0 30px;
  }
  .top-search {
    padding: 15px;
  }
  #status {
    display: none;
  }
  .block-metka {
    width: 130px;
  }
  #footer-container div.block_header {
    border-bottom: solid 1px #ddd;
  }
  .block_header strong {
    display: block;
    float: right;
    cursor: pointer;
    font-size: 26px;
    line-height: 26px;
  }
  .block_cont {
    display: none;
  }
  .payment-logo-img-top {
    display: block;
  }
  .payment-logo-img {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  #carusel-container {
    display: none;
  }
}
.table-dotted tr td {
  border-top: 1px dotted #ddd !important;
}
.table-none-border tr td {
  border-top: none !important;
  vertical-align: middle !important;
}
.table-border-bottom {
  border-bottom: 1px solid #ddd;
}
.short {
  max-width: 200px;
}
.user-order-list {padding:10px 10px 10px 0;border-top:solid 2px #ccc;}
.user-order-list:hover {background-color:#f5f5f5;}
.user-order-info {display:none;border:solid 1px #e2e2e2;padding:10px 20px;background-color:#fff;}
table.user-order {width:100%;border-right:solid 1px #ccc;border-bottom:solid 1px #ccc;margin-bottom:20px;}
table.user-order td {padding:5px 10px;border-top:solid 1px #ccc;border-left:solid 1px #ccc;}

@media only screen and (max-width: 320px) {
  .twr-image {
    float: none;
  }
  .twr-shop {
    margin-left: 0px;
    padding-top: 0px;
  }
}
.error {
  color: red;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: static;
  display: inline;
  margin: 0;
  vertical-align: bottom;
  width: 20px !important;
  height: 20px !important;
  line-height: auto;
}
.dropdown-toggle:after {
  content: "  \e114";
  display: inline-block;
  font: normal normal normal 9px/1 Glyphicons Halflings;
  padding-left: 3px;
}
#yd_loading {
  padding: 15px 0 0 0;
}
#yd_block {
  display: none;
}
#yd_block_cont {
  display: none;
}
#yd_block .row .col {
  padding-top: 15px;
}
#yd_delivery_description {
  display: none;
}
#yd_delivery_description div {
  padding-left: 28px;
}
.cw-top-panel {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #ydwidget {
    margin: 0;
    top: 10%;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
/* Отображения товаров в раздела */
#items_load_more {cursor:pointer;color:#fff;background-color:#ccc;padding:6px;text-align:center;font-size:14px;border:solid 1px #ccc;margin-top:10px;}
#items_load_more:hover {color:#888;background-color:#f5f5f5;border:solid 1px #e6e6e6;}

#twr-linear {
  display: inline;
  font-size: 24px;
  line-height: 24px;
  color: #c7c7c7;
  padding: 0;
  cursor: pointer;
  margin: 0 0 0 5px;
}
#tabler {
  display: inline;
  font-size: 24px;
  line-height: 24px;
  color: #c7c7c7;
  padding: 0;
  cursor: pointer;
  margin: 0 0 0 5px;
}
#ordering-buttons {
  position: absolute;
  top: -30px;
  right: 0px;
  text-align: right;
}
ul.twr-grid li.twr-col-line {
  display: inline-block;
  width: 100%;
  padding: 5px 5px 0;
  vertical-align: top;
}
.twr-line {
  border: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
}
.twr-image-line {
  float: left;
  display: block;
  max-width: 120px;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-bottom: none;
  padding: 10px;
}
.twr-shop-line {
  padding: 10px;
  text-align: left;
  margin-left: 130px;
}
@media (max-width: 991px) {
  ul.twr-grid li.twr-col-line {
    display: inline-block;
    width: 100%;
    padding: 5px 5px 0;
    vertical-align: top;
  }
  .twr-line {
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
  }
  .twr-image-line {
    float: left;
    display: block;
    max-width: 120px;
    height: auto;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-bottom: none;
    padding: 10px;
  }
  .twr-shop-line {
    padding: 10px;
    text-align: left;
    margin-left: 130px;
  }
}
@media only screen and (max-width: 500px) {
  .hat-item {
    width: 50%;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {

.top-menu-header  {
display:block;
}


  ul.twr-grid li.twr-col-line {
    display: inline-block;
    width: 100%;
    padding: 5px 5px 0;
    vertical-align: top;
  }
  .twr-line {
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
  }
  .twr-image-line {
    float: left;
    display: block;
    max-width: 120px;
    height: auto;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-bottom: none;
    padding: 10px;
  }
  .twr-shop-line {
    padding: 10px;
    text-align: left;
    margin-left: 130px;
  }
  .top-logotip {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
  }
}

.comments_error {color:red;padding-bottom:15px;font-style:italic;}
.comments_field .col {padding-bottom:15px;}
.comments_hd {display:none;}
.comments_value .star-mark, .comments_value .star-mark:hover {color:#f5c505;font-size:20px;text-decoration:none;cursor:pointer;}
.comments_value input[type=text] {width:100%;}
.comments_value textarea {min-height:120px;width:100%;}
.comment {overflow:hidden;margin-bottom:10px;}
.comment-avatar {float:left;padding: 0 15px 15px 0;width:60px;box-sizing:content-box;}
.comment-avatar img {width:100%;max-width:60px;max-height:60px;border:solid 1px #e2e2e2;}
.comment-txt {overflow:hidden;}
.comment-answers {display:none;padding:10px 0 0 20px;clear:both;}
.comment-mark {color:#f5c505;font-size:12px;}
#comments_add_main_comment_link {display:none;}
#comments-rating-total {margin-bottom:20px;}
.rank-star {display:inline-block;margin:0 2px 0 0;width:20px;height:20px;background:url('https://www.alltrades.ru/img/rank-star.png');background-size:cover;}
.rank-star-empty {display:inline-block;margin:0 2px 0 0;width:20px;height:20px;background:url('https://www.alltrades.ru/img/rank-star-empty.png');background-size:cover;}
.rank-star-sm {margin:0 2px 0 0;width:12px;height:12px;}
#comments_form {max-width:800px;}

.schema-org {padding:0 !important; margin:0 !important;}
#items_loader {text-align:center;overflow:hidden;}
#items_loader img {margin:10px 0;}

/* menu block */
ul.mbl-menu {
  display: block;
  clear: both;
  position: relative;
  margin-bottom: 0px;
}
ul.mbl-menu li {
  position: relative;
}
ul.mbl-menu > li {
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  ul.mbl-menu > li:hover > ul.mbl-submenu {
    display: block;
  }
}
ul.mbl-menu > li > A {
  color: #333;
  display: block;
  font-size: 15px;
  padding: 12px 15px 12px 0;
  border-bottom: solid 1px #eee;
}
ul.mbl-menu > li:first-child > A {
  border-top: solid 1px #eee;
}
ul.mbl-menu > li > A:hover {
  text-decoration: none;
  background: #f6f6f6;
}
ul.mbl-menu > li I.mbl-cat-i {
  display: none;
  float: right;
  padding: 12px 0 10px;
  width: 45px;
  font-size: 22px;
  line-height: 19px;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
ul.mbl-submenu > li I.mbl-cat-i {
  display: none;
  float: right;
  padding: 6px 0 5px;
  width: 28px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
ul.mbl-menu > li I.mbl-cat-s {
  float: right;
  right: 10px;
  font-size: 9px;
  top: 17px;
}
ul.mbl-submenu > li I.mbl-cat-s {
  float: right;
  font-size: 9px;
  top: 15px;
  right: 10px;
}
ul.mbl-submenu {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 100%;
  top: 0;
  padding: 5px 0;
  background: #fff;
  border-radius: 5px;
  border-top: solid 1px #ddd;
  min-width: 250px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
ul.mbl-menu li:hover > ul.mbl-submenu {
  display:block;
}
ul.mbl-submenu li:last-child > A {
  border: none;
}
ul.mbl-submenu li A {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-weight: normal;
  font-size: 15px;
  border-bottom: 1px dotted #ddd;
}
ul.mbl-submenu li A:hover {
  text-decoration: none;
  background: #f6f6f6;
}
@media (min-width: 768px) {
  ul.mbl-submenu > li:hover > ul.mbl-submenu {
    display: block;
  }
}
ul.mbl-submenu li A.active {
  font-weight: bold;
}
@media (max-width: 767px) {
  ul.mbl-menu > li I.mbl-cat-i,
  ul.mbl-submenu > li I.mbl-cat-i {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  ul.mbl-menu > li I.mbl-cat-s,
  ul.mbl-submenu > li I.mbl-cat-s {
    display: none;
  }
  ul.mbl-menu > li > A {
    padding: 12px 15px;
  }
  ul.mbl-menu > li:first-child > A {
    border-top: none;
  }

  ul.mbl-menu {
    border-top: solid 15px #8065a5;
  }
  ul.mbl-submenu {
    display: none;
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    padding: 0 15px 20px;
    background: #f6f6f6;
    border-top: none;
    box-shadow: none;
  }
  ul.mbl-submenu li A {
    display: block;
    padding: 5px;
    color: #333;
    font-size: 15px;
    border-bottom: none;
  }
  ul.mbl-submenu li A:hover {
    background: #f6f6f6;
  }
  ul.mbl-menu > li > A:hover {
    background: #f6f6f6;
  }
}

/* item block */
ul.ibl-grid {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 -5px;
}
ul.ibl-grid li.ibl-side-col {
  display: inline-block;
  padding: 5px;
}
ul.ibl-grid li.ibl-col {
  display: inline-block;
  width: 25%;
  padding: 5px;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  ul.ibl-grid li.ibl-side-col {
  display: inline-block;
  padding: 5px;
}
ul.ibl-grid li.ibl-col {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 599px) {
  ul.ibl-grid li.ibl-side-col {
  display: inline-block;
  padding: 5px;
}
ul.ibl-grid li.ibl-col {
    width: 50%;
  }
}
.ibl {
  padding: 0 5px;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.ibl:hover {
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
.ibl-image {
  display: block;
  max-width: 270px;
  position: relative;
  overflow: hidden;
}
.ibl-shop {
  padding: 15px 10px 10px 10px;
  border-top: 0;
  text-align: center;
  margin-bottom: 2px;
}
.ibl-inner-price {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.ibl-image {
  display: block;
  max-width: 370px;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding: 0px;
}
.ibl-img-prew {
  width: 100%;
  height: auto;
}
.ibl-metka {
  position: absolute;
  z-index: 4;
}
.ibl-metka a {
  display: block;
  float: left;
}
.ibl-name {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0px 15px 0;
}
.h2-plashka {
  position: relative;
  margin-top: 0px;
}
.ibl-short-description {
  color: #777;
  line-height: 22px;
}
.ibl-old-price {
  display: inline-block;
  float: left;
  margin-right: 10px;
  text-decoration: line-through;
  font-size: 13px;
}
.ibl-price {
  font-size: 17px;
}
.ibl-actions {
  padding: 10px 0 10px 0;
  text-align: center;
  display: block;
}
.slider .ibl-actions {
  opacity: 0;
  position: absolute;
  z-index: 10;
  top: 1px;
  left: 6px;
  right: 6px;
  bottom: 1px;
  background: rgba(255, 255, 255, 0.2);
  padding: 100px 15px 0;
  text-align: center;
  webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ibl:hover .ibl-actions {
  opacity: 1;
}
.ibl-basket,
.ibl-details {
  margin-bottom: 4px;
}
.ibl-col-line .ibl-actions {
  display: none;
}
.ibl-arrows {
  position:absolute;
  top:-20px;
}

/* DELIVERY */
#yd_block {display:none;}
#yd_cities_list p {padding:0 10px;line-height:24px;margin:0;}
#yd_cities_list p.selected {background-color:#ddd;}
#yd_cities_list {display:none;position:absolute;z-index:1000;border:solid 1px #888;background-color:#fff;min-width:200px;font-size:12px;}
#yd_results {display:none;padding:0 13px;}
#yd_results label {font-weight:normal;padding:0;margin:0;cursor:pointer;}

#boxberry_block {display:none;}
#boxberry_cities_list p {padding:0 10px;line-height:24px;margin:0;}
#boxberry_cities_list p.selected {background-color:#ddd;}
#boxberry_cities_list {display:none;position:absolute;z-index:1000;border:solid 1px #888;background-color:#fff;min-width:200px;font-size:12px;}
#boxberry_results {display:none;padding:0 13px;}
#boxberry_results label {font-weight:normal;padding:0;margin:0;cursor:pointer;}
#boxberry_city_map {width:100%;height:400px;}
.boxberry_type_selector  {padding-bottom:12px;}
.boxberry_type_selector label {padding-left:12px;}
.boxberry_pvz_block {padding-top:15px;display:none;}

#dpd_block {display:none;}
#dpd_cities_list p {padding:0 10px;line-height:24px;margin:0;}
#dpd_cities_list p.selected {background-color:#ddd;}
#dpd_cities_list {display:none;position:absolute;z-index:1000;border:solid 1px #888;background-color:#fff;min-width:200px;font-size:12px;}
#dpd_results {display:none;padding:0 13px;}
#dpd_results label {font-weight:normal;padding:0;margin:0;cursor:pointer;}
#dpd_city_map {width:100%;height:400px;}
.dpd_type_selector  {padding-bottom:12px;}
.dpd_type_selector label {padding-left:12px;}
.dpd_pvz_block {padding-top:15px;display:none;}

#shiptor_block {display:none;}
#shiptor_cities_list p {padding:0 10px;line-height:24px;margin:0;}
#shiptor_cities_list p.selected {background-color:#ddd;}
#shiptor_cities_list {display:none;position:absolute;z-index:1000;border:solid 1px #888;background-color:#fff;min-width:200px;font-size:12px;}
#shiptor_results {display:none;padding:0 13px;}
#shiptor_results label {font-weight:normal;padding:0;margin:0;cursor:pointer;}

#cdek_block {display:none;}
#cdek_cities_list p {padding:0 10px;line-height:24px;margin:0;}
#cdek_cities_list p.selected {background-color:#ddd;}
#cdek_cities_list {display:none;position:absolute;z-index:1000;border:solid 1px #888;background-color:#fff;min-width:200px;font-size:12px;}
#cdek_results {display:none; padding: 0 13px;}
#cdek_results label {font-weight:normal;padding:0;margin:0;cursor:pointer;}
#cdek_city_map {width:100%;height:400px;}
.cdek_pvz_block {padding-top:15px;display:none;}