BODY {
font-family: 'Cuprum', sans-serif;
padding-top: 55px;
}

UL {padding:0px; list-style:none}
#contents-col {
float:right;
margin:30px 0;
overflow:hidden;
}
#contents-col h1 {
margin-bottom: 15px;
}

#hat-container {
background-color:#fff;
}

#top-search-button {
    padding: 8px 12px 4px;
}


#carusel-container { 
overflow:hidden;
}

#categories-container {
position:relative;
z-index:10;
display:none;
}

#main-container {
}

#main-bg-container {
background-color: rgba(255,255,255,0.7);
}

.clear-div{
clear:both;
}


/* 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;
}


/* totop */
#toTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    padding: 15px;
    background-color: rgba(213, 28, 33,.5);
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
}

  #toTop:hover {
    text-decoration: none;
    color: #fff;
    background-color: rgba(213, 28, 33,.9);
}
    

@media only screen and (max-width: 999px) {
  #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: 15px; border-style: solid;border-width: 5px;border-color: #d9d9d9;background-color: #FFF;}

@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;}


#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;}



/* Верхнее меню */
.navbar-toggle {
margin-left:0px;
}

.nivo-controlNav {
    text-align: center;
    padding: 0 20px;
    margin: -40px 0 0 0;
    height: 40px;
    display: block;
    position: relative;
    z-index: 9;
}

.top-basket {
    display: block;
    float: right;
    margin: 0;
    height: 50px;
    padding: 13px 0 0px;
    vertical-align: middle;
}

.top-basket .basket_total, 
.top-basket .basket_amount {
    margin-right: 10px;
    line-height: 28px;
}


#top-basket-a {
    display: block;
    float: right;
    font-size: 20px;
    color: #d51c21;
}
 
#top-basket-a:hover {
    color: #000;
}
 

/* Шапка */
.top-logotip {
position:relative;
/*padding-top: 32px;*/
/*height:110px;*/
overflow:hidden;
}
.top-logotip img {
max-height:100%;
max-width:100%;
}

.top-adress {
    padding-top: 80px;
    font-size: 14px;
    color: #333;
}

.top-search {
    padding-top: 130px;
}


#hat {
overflow:hidden;
}

.top-search-div {
position:relative;
}

#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)
}



/* Стили поиска в разделах */

.razdel-search-form {
  background-color: #f5f5f5;
  padding: 20px 20px 10px;
  margin-bottom: 5px;
}

.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:inline-block;
margin-right:5px;
}


.search-field-prices div.price-from, 
.search-field-prices div.price-to {
display:inline-block;
max-width:60px;
}


.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 {
margin-top:30px;
}


#left-catalog-cont, #top-catalog-cont {
padding:0px;
}

#blocks-col div.block, .left-cat-block {
margin-bottom:20px;
}

#blocks-col div.block {
border-bottom:solid 1px #ddd;
}


#blocks-col div.block, .top-cat-block {
position: relative;
}

#blocks-col div.block_header, .block_header_top {
    font-size: 19px;
    color: #161616;
    text-transform: uppercase;
    line-height: 22px;
    font-weight:bold;
    padding: 15px;
 }

#blocks-col div.block_cont {
    padding: 5px 15px 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:16px; line-height: 24px;
}



#blocks-col div.block_cont p { }


/* Блок каталога  */

.block_header_top {

}
.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.last {}
  .block_categories li li:first-child {}
  .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 { margin: 0 20px 0 0; margin-bottom:10px;}
.block-articles-name, .block-news-header {font-size:16px}
.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.block-search-checkbox {margin:0px}
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 {
margin-top:30px;
}

#pages {
font-size: 20px;
}

#pages a {
margin: 0 5px;
}

#pages span {
margin: 0 5px;
}

#status {
padding:10px 20px;
margin: 0 0 15px 0;
font-size:13px;
color:#999;
border: solid 1px #ddd;
background-color:#fff;
}
#status a {
color:#444;
}
.special-icon {
position:absolute;
}


/* Новости */

.news-list-announce {
margin-bottom:20px;
overflow:hidden;
clear:both;
border-bottom: solid 1px #d6d6d6;
}
.news-header {
font-size:18px;
}

.news-img-prew {
display:block;
float:left;
margin: 0 20px 20px 0;
}

.news-date {
font-weight:bold;
}

table#search_results tr td { 
  padding: 0 20px 20px 0; 
  vertical-align: top; 
} 

table#search_results tr td img { 
  width: auto; 
  max-width: none; 
}


/*Категории товаров*/

.row1 {
margin: 0 -10px;
}

ul.cat-grid {
display:block;
margin:25px 0;
}


li.cat-col {
    padding: 0 5px;
    width: 33.333%;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

@media only screen and (max-width: 990px) {
li.cat-col {
padding: 0 5px;
width:50%;
float:none;
overflow:hidden;
}
}

@media only screen and (max-width: 600px) {
li.cat-col {
padding: 0 5px;
width:100%;
float:none;
clear:both;
overflow:hidden;
}
}

.cat {
    position: relative;
    /* border: 1px solid #d6d6d6; */
    background: #fff;
    overflow: hidden;
    margin: 5px 0;
}


.сat-image {
    display: block;
    padding: 10px;
    text-align: center;
    /* border-radius: 50%; */
    /* float: right; */
}

.сat-image img {
    vertical-align: middle;
    border-radius: 50%;
    border: solid 2px #ddd;
}

.сat-image img:hover {
border-color:#D51C21;
}

.cat-razdel {
    padding: 15px;
    /* max-height: 137px; */
    overflow: hidden;
}

.cat-name {
font-size:20px;
line-height:22px;
margin:0 0 10px 0;
}

.cat-description {
color:#777;
font-size:14px;
}


/* Карусель товаров */

.twr1 {
    width: 217px;
    overflow: hidden;
    padding: 0 10px;
    position:relative;
}

@media only screen and (max-width: 1199px) {
.twr1 {
    width: 179.5px;
    overflow: hidden;
}
}

@media only screen and (max-width: 999px) {
.twr1 {
    width: 184px;
    overflow: hidden;
}
}

@media only screen and (max-width: 767px) {
.twr1 {
    width: 184px;
    overflow: hidden;
}

.twr-grid {
overflow:hidden;
}

}



.twr-image1 {
    display: block;
    max-width: 270px;
    max-height: 202px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
}

.twr-shop1 {
padding:10px;
border: solid 1px #ddd;
border-top:0;
}

/* Страница раздела каталога товаров */

.category-description {
color:#777;
}

ul.twr-grid {
display:block;
position:relative;
}

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 solid #d6d6d6;
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: 270px;
height: auto;
margin: 0;
position: relative;
overflow: hidden;
border-bottom: 1px solid #d6d6d6;
padding: 20px;
}

.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 20px 20px;
}

.twr-name {
font-size:16px;
line-height:22px;
margin:0px;
}

.h2-plashka {
    position: relative;
    margin-top: 0px;
}

.all-new {
    display: block;
    position: absolute;
    top: 10px;
    right: 55px;
}

.all-arrows {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #000;
    font-size: 13px;
}

.all-arrows span.slick-arrow:hover {
    color: #d51c21;
}


h2.twr-name1 {
font-size:18px;
margin-top:10px;
}


.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;
}

.twr-old-price1 {
    float: right;
    color: #EA2C10;
    text-decoration: line-through;
}

.twr-price {
font-size:17px;
}

.twr-inner-pice {
}

.twr-actions {
padding-top:10px;
}

.twr-actions1 {
    display:none;
    position: absolute;
    z-index: 10;
    top: 1px;
    left: 11px;
    right: 11px;
    bottom: 1px;
    background: rgba(255,255,255,.6);
    padding: 100px 15px 0;
    text-align: center;
}

.twr-basket, .twr-details {
margin-bottom: 4px;
}


/* Страница товара */
.item-photos {
float:left;
margin: 0 30px 30px 0;
width:290px;
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;
}


.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;
} 
.item-add-field-name {
float:left;
width:40%;
padding:10px 10px 10px 0;
font-weight:bold;
min-width:150px;
}
.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;
}
.item-main-price {
font-size:20px;
}
.item-main-price p {
display:block;
}
.item-old-price {
text-decoration:line-through;
color:#ff7335;
font-size:18px;
}
.item-basket-num {
margin-right:10px;
float:left;
width:50px;
}
.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;
}
.item-add-prices-price {
}
.item-add-prices-basket {
}

.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;
  clear:both;
}
#to_compare i,
#from_compare i {
    font-size: 16px;
    height: 32px;
    width: 32px;
    color: #fff;
    background-color: #ccc;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    margin-right: 5px;
}
#to_favorites, #from_favorites {
  margin: 5px 0 15px;
  font-size: 13px;
  font-weight: bold;
  clear:both;
}
#to_favorites i, #from_favorites i {
    font-size: 16px;
    height: 32px;
    width: 32px;
    color: #fff;
    background-color: #ccc;
    text-align: center;
    padding-top: 10px;
    border-radius: 50%;
    margin-right: 5px;
}
#from_favorites i, #from_compare i {
    background-color: #a5a5a5;
}

#wishlist_link {
margin:10px 0;
font-size:13px;
font-weight:bold;
}
.item-description {
overflow:hidden;
margin-top: 30px;
color:#777;
}
.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;
}


/* Оформление заказа */

.field {
margin-bottom:10px;
}

.order-form-fields div input, .order-form-fields div select, .order-form-fields div textarea {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.order-form-fields div textarea {
height:200px;
}


/* Сравнение товаров */

.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: 38px 0;
    background-size: cover;
    background-position: fixed;
    background-color: #161616;
}

#footer-container div.block_header {
font-size:19px;
font-weight:bold;
padding: 10px 15px;
color:#fff;
}
#footer-container div.block_cont {
padding: 10px 15px;
color:#777;
}
#footer-container div.block_cont ul li{
font-size:14px;
line-height: 24px;
}


/* Медиа */


@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: 768px) and (max-width: 991px) {
.twr-image, .twr-shop { padding:15px;}
.item-photos {float: none; margin:0 auto 30px;}
#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) {

.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) {

.all-new {
    display: block;
    position: relative;
    top: 0;
    right: auto;
    padding-bottom: 10px;
}


.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;
}

.top-logotip {
height:auto;
}

#carusel-container {
margin-bottom:15px;
padding:0 15px;
}

#blocks-col {
margin-top:0px;
}

#blocks-col div.block {
margin-bottom:0;
}

.top-adress {
padding-left:30px;
}

.top-search {
padding:15px;
}


#status{
display:none;
} 



.block-news-img {display:block; float:left; margin: 0 20px 0 0}
.block-metka {width: 130px}

#footer-container div.block_header {
border-bottom: solid 1px #333;
}

.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}


.сat-image {
display:block; 
padding:10px;
float:none; 
}

.cat-razdel {
position:relative;
padding:0px 20px 20px;
}
}




@media only screen and (max-width: 680px) {
.item-photos {
float:none;
margin:0 auto 30px;
}
}

.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;}
		
.img-opt-selector {overflow:hidden;}
.img-opt-selector .img-opt-selector-opt {display:inline-block;float:left;margin:0 20px 20px 0;text-align:center;color:#272727;cursor:pointer;}
.img-opt-container {position:relative;display:inline-block;}
.img-opt-zoom-in {display:none;position:absolute;right:0;top:0;}
.img-opt-zoom-in a {background:#cacaca;color:#000;opacity:0.7;padding:2px;font-size:12px;}
.img-opt-selector div img {max-width:60px;max-height:60px;margin-bottom:8px;box-sizing:content-box;}
.img-opt-selector div.selected img {border:solid 5px #cacaca;}

.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%; } }
.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;}
#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;width:100%;}
#items_load_more:hover {color:#888;background-color:#f5f5f5;border:solid 1px #e6e6e6;}

/* 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) { 
.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;
}
  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;}

#uSocial .uscl-bar.uscl-left .uscl-slide-open, .uSocial-Share .uscl-bar.uscl-left .uscl-slide-open {background-color: #ee9696 !important;}
#uSocial .uscl-bar.uscl-left .uscl-slide-open, .uSocial-Share .uscl-bar.uscl-left .uscl-slide-open:hover {background-color: #ff0000 !important;}
