@import url('https://fonts.googleapis.com/css?family=Exo+2%3A100%2C200%2C400&subset=cyrillic'); 

/* CSS Document */

html
{ margin: 0px;
  padding: 0px;
  height:100%;
}

body
{ margin: 0px;
  padding: 0px;
  background:#fff;
  font-family: 'Exo 2', sans-serif;
  background:#000000;
  color:#c0c0c0;
 
}

*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* Основное */

.wrapper { width:961px; margin:0 auto } 
.zagolovok {font-size:24px; color:#FFF; font-weight:bold; text-transform:uppercase; text-align:center; padding-top:60px; padding-bottom:30px;}
.zagolovok a {text-decoration:none;}

.allcat {background: url("assets/img/next.png") no-repeat right top;  height: 20px; display: inline-block; margin-bottom: -4px; padding-right: 28px}
.allcat:hover::after { 
 content: attr(data-title); 
    position: absolute; font-size: 12px; text-transform: none; margin-top: 30px; color: #000; background: #fff; padding: 5px; width: 105px; border: 1px solid #000
}


/* Верхушка */

.top { height:100vh; background:url(assets/img/new-tmp/meb1.jpg) no-repeat top center; background-size:cover; position:relative;   -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}
.top1 { height:100vh; background:url(assets/img/new-tmp/san1.jpg) no-repeat top center; background-size:cover; position:relative;    -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}
  
.top2 { height:100vh; background:url(assets/img/new-tmp/meb3.jpg) no-repeat top center; background-size:cover; position:relative; -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}


.top .menu {background:rgba(0, 0, 0, 0.75); padding-top:10px; padding-bottom:10px; text-align:justify; text-align-last:justify}
.top .menu a { color:#FFF; font-weight:normal; text-decoration:none; font-size:14px; display:inline-block;  text-align: left; text-align-last:left;  -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }
.top .menu a:hover { color:#0CF;  -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }



.top .contacts {padding-top:100px; color:#FFF}

.top .contacts .logo { width:220px; height:62px; display:inline-block; vertical-align:top}

.top .contacts .phones {display: inline-block; vertical-align:top; margin-left:250px; }
.top .contacts .zaglavie {font-size:16px; text-transform: uppercase; font-weight: bold}
.top .contacts .zaglavie:nth-of-type(3) { padding-top:5px; }

.top .contacts .phone { font-weight:bold;}
.top .contacts .callback {margin-top:10px;}
.top .contacts .callback a {background:#000; color:#FFF; font-size:11px; padding:5px 10px 5px 10px; margin-left:-10px; border-radius:5px; font-weight:normal; text-decoration:none; } 

.top .contacts .adres { display:inline-block; vertical-align:top; float:right}
.top .contacts .adres .adreses { background:url(assets/img/new-tmp/ico-map.png) no-repeat; padding-left:44px; height:38px; font-size:12px} 
.top .contacts .adres .time {background:url(assets/img/new-tmp/ico-time.png) no-repeat; padding-left:44px; height:38px; font-size:12px; margin-top:25px}

.top .social {position:absolute; left:30px; top:50%; margin-top:-60px}

.top .mouse {background:url(assets/img/new-tmp/ico-mouse.png) no-repeat; width:48px; height:77px; position:absolute; bottom:15px; left:50%; margin-left:-24px;}
.top .mouse .scroll { background:url(assets/img/new-tmp/ico-scroll.png) no-repeat; width:22px; height:25px; position:absolute; top:10px; left:13px;animation:mymove 1.5s infinite;-moz-animation:mymove 1.5s infinite; -webkit-animation:mymove 1.5s infinite ;}	
.inside .top .mouse {display:none}

	
@keyframes mymove {
    0% {top:30px;}
    50% {top:25px;  }
	100% {top:30px; }
}

@-moz-keyframes mymove {
    0% {top:30px;}
    50% {top:25px;  }
	100% {top:30px; }
}

@-webkit-keyframes mymove {
    0% {top:30px;}
    50% {top:25px;  }
	100% {top:30px; }
}

.inside .top {height: 300px;}
.ceteg .top {height:530px;} 
.ceteg .top .social {position:absolute; left:30px; top:180px; margin-top:-60px}
.ceteg .top .zagolovok {text-align:left; font-size:75px; font-weight:200; text-transform:none; padding:0; margin-top:130px; }
.ceteg .description {column-count:2; margin-bottom:20px; text-align:justify}
.ceteg .description p {padding:0; margin:0; margin-bottom:10px;}
.ceteg .description h1 { column-span:all; font-size:24px; color:#FFF; font-weight:bold; text-transform:uppercase; text-align:center; padding-top:10px; padding-bottom:10px;}
.ceteg .description h2 { column-span:all; font-size:24px; color:#FFF; font-weight:bold; text-transform:uppercase; text-align:center; padding-top:10px; padding-bottom:10px;}

/* Категории */

.categories { background:#3a3a3a; padding-top:30px; padding-bottom:30px; text-align:justify; text-align-last:justify; text-transform:uppercase;}
.categories a { font-size:13px; font-weight: normal; color:#e1e1e1; text-decoration:none; display:inline-block; text-align:left; text-align-last:left}
.categories a:nth-of-type(1) { color:#FFF; font-weight: bold}
.categories a[href="/category/tovary-v-nalichii/"], .categories a[href="/category/specialnye-predlozhenija/"]  { color:#F00}
.categories a[href="/category/tovary-v-nalichii/"]:hover, .categories a[href="/category/specialnye-predlozhenija/"]:hover  { color:#09F}

.categories a:hover { color:#ff0000}

/* Цена */

.price {
    
    color: #fff;
    font-size: 14px;
    z-index: 1000
    
}

.price .oldprice {
    
    font-size: 10px;
    color: #ccc;
    text-decoration: line-through;
    display: inline-block; margin-right: 10px;
    
}

/* Зоны применения */
.zones {}
.zones .grids { }
.zones .grids .item { vertical-align:top;  margin-top:4px; margin-bottom:4px; width:25%; position:relative; overflow:hidden; }
.zones .grids .item .image {overflow:hidden;width:233px; -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}
.zones .grids .item .image:hover {opacity: 1; filter: alpha(Opacity=100); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }
 
 .zones .grids .item .image img { -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }
 
.zones .grids .item .image:hover img {opacity: 1; filter: alpha(Opacity=100); transform: scale(1.1,1.1); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }

.zones .grids .item .image {opacity: 0.5; filter: alpha(Opacity=50); width:233px}
.zones .grids .w2 .image {width:473px}
.zones .grids .item .text {position:absolute; bottom:10px; left:10px; font-size:20px; color:#FFF}
.zones .grids .w2 {width:50%}

.pagination { font-weight:bold; font-size:13px; margin-top:20px; margin-bottom:20px;}
.pagination a {margin-right:5px; margin-left:5px}
.pagination .curpage {margin-left:5px; margin-right:5px;}

/* Бренды */

.brands {background:#FFF; padding-top:30px; padding-bottom:30px; opacity: 0.3; filter: alpha(Opacity=30); margin-top:30px;  -moz-transition: all 2s ease-out;
 -o-transition: all 2s ease-out;
 -webkit-transition: all 2s ease-out;
 transition: all 2s ease-out; }
.brands:hover {opacity: 1; filter: alpha(Opacity=100); -moz-transition: all 2s ease-out;
 -o-transition: all 2s ease-out;
 -webkit-transition: all 2s ease-out;
 transition: all 2s ease-out;}
 
 .mebbrand img { }
 
.letter {font-size:34px; display:block; margin-left:-40px;}
ul.proi {list-style:none;}
ul.proi li {display:inline-block; width:33%}

.tovari {display:none}
.showt {float:right; display:inline-block; padding-top:30px; color:#000; text-decoration:underline; cursor:pointer; text-align:right}
 
 .brand-subs {margin-top:20px;}
.brand-subs .subcats { display:inline-block; width:233px; height:174px; position:relative; background:#0a0a0a; margin-bottom:5px; margin-right:5px; }
.brand-subs .subcats:nth-of-type(4n) {margin-right:0px; }
.brand-subs .subcats .text {position:absolute; bottom:10px; left:10px; font-size:16px;text-shadow:0px 0px 5px #000 }
.brand-subs .subcats .text a {text-decoration:none; font-weight:bold; text-shadow:0px 0px 5px #000}
.brand-subs .subcats .br-back {width:100%; height:100%; opacity: 0.35; filter: alpha(Opacity=35); -moz-transition: all 0.3s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }
 
.brand-subs .subcats:hover .br-back {width:100%; height:100%; opacity: 1; filter: alpha(Opacity=100); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }

.imechko {margin-top:-20px; text-align:center; margin-left:-20px}

.recomended { text-align:left; background:#FFF; border-radius:5px; padding-left:20px; padding-right:20px; opacity: 0.5; filter: alpha(Opacity=50);-moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; margin-bottom:50px}
.recomended:hover { opacity: 1; filter: alpha(Opacity=100);-moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}  
.recomended .item { display:inline-block; }
 
/* Новости */
.cpt_news_short_list {text-align:center !important}
.news {border-top:0px solid #404040; margin-bottom:70px; text-align:center}
.news .news-item {display:inline-block; width:220px; height:220px; background:#dcdbdd; vertical-align:top; position:relative; margin-right:20px; text-align:left; opacity: 0.5; filter: alpha(Opacity=50); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}
 .news .news-item:hover {opacity: 1; filter: alpha(Opacity=100); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}
.news .news-item:last-of-type { margin-right:0px}
.news .news-item .news_date {color:#3a3a3a; font-size:10px; font-weight: normal; position:absolute; bottom:3px;padding-left:10px; }
.news .news-item .news_title {color:#3a3a3a; font-size:14px; font-weight: bold; width:70%; margin-top:20px; padding-left:10px; padding-right:10px; min-height:70px; }
.news .news-item .news_text { font-size:12px; color:#5d5d5d; padding-left:10px; padding-right:10px; margin-bottom:20px}
.news .news-item .readmore { position:absolute; right:0px; bottom:0px; background:#5d5d5d; padding:3px 20px 3px 20px}
.news .news-item .readmore a {text-decoration:none; color:#e1e1e1; font-size:12px;}

/* Сантехника */

.santehnika {}
.santehnika .grids1 { }
.santehnika .grids1 .item { vertical-align:top;  margin-top:4px; margin-bottom:4px; width:25%; position:relative; overflow:hidden }
.santehnika .grids1 .item .image {overflow:hidden; -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}
.santehnika .grids1 .item .image:hover {opacity: 1; filter: alpha(Opacity=100); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}
.santehnika .grids1 .item .image:hover img {opacity: 1; filter: alpha(Opacity=100); transform: scale(1.1,1.1); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}

.santehnika .grids1 .item .image {opacity: 0.5; filter: alpha(Opacity=50); width:233px}
.santehnika .grids1 .w2 .image {width:473px}
.santehnika .grids1 .item .text {position:absolute; bottom:10px; left:10px; font-size:20px; color:#FFF}
.santehnika .grids1 .w2 {width:50%}
.santehnika .grids1 .item .image img { -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }


/* Карусель */

.infiniteCarousel {
  width: 961px;
  height:80px;
  position: relative;
  margin-left:-10px;
  }

.infiniteCarousel .wrapper {
  width: 961px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  height:80px;
  margin: 0;
  position: absolute;
  top: 10px;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.infiniteCarousel .wrapper ul {
  width: 99999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  height: 80px;
  text-align:center;

  width: 175px;
  padding-left:10px;
  padding-right:10px;
}

.infiniteCarousel ul li a img {
  display:block;
  border:none
} 

.infiniteCarousel .arrow {
   display: block;
  height: 27px;
  width: 27px;
  background: url(assets/img/new-tmp/arrows.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 25px;
  cursor: pointer;
  
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: -73;
}

.infiniteCarousel .back {
  background-position: 0 -33px;
  left: -66;
}

.infiniteCarousel .forward:hover {
}

.infiniteCarousel .back:hover {
}
.infiniteCarousel a {color:#000; text-transform:uppercase; display:block;   text-decoration:none; }
.infiniteCarousel ul li a {color:#000; text-transform:uppercase; display:block; font-size:22px;  text-decoration:none; padding-top:15px}

 .infiniteCarousel ul li a {color:#000; text-transform:uppercase; display:block; font-size:22px;  text-decoration:none; padding-top:0px; margin-top:-30px}


/* Преимущества */

.preimushestva { text-align:center;border-bottom:1px solid #404040; padding-bottom:60px}
.preimushestva .icon { display:inline-block; width:23%; margin-right:10px; text-align:center; padding-top:70px; vertical-align:top}
.preimushestva .icon:nth-of-type(4), .preimushestva .icon:last-of-type { margin-right:0px;}
.preimushestva .icon .image { height:75px;}
.preimushestva .icon .text { color:#FFF; font-size:14px;}

/* Товары */

.vtovar {width:100%; height:100%;overflow:hidden; box-shadow:0px 0px 3px #000000; position:relative; z-index:1; margin-bottom:5px;  -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;opacity: 0.50; filter: alpha(Opacity=50); }
.vtovar:hover {transform: scale(1.1,1.1); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;opacity: 1; filter: alpha(Opacity=100); }
.ztovar {width:310px; height:220px; display:inline-block;overflow:hidden; margin-left:5px; vertical-align:top; position:relative; margin-bottom:5px}
/* Подвал */


.footer {background:#3a3a3a; padding-top:30px; padding-bottom:30px;}
.footer .colimn { width:33%; display: inline-block; vertical-align:top}
.footer .colimn .zagolovok { font-size:16px; color:#e1e1e1; padding-top:10px; padding-bottom:50px; text-align:left} 
.footer .colimn .znews {font-size:16px; color:#e1e1e1; padding-top:10px; padding-bottom:0px; text-align:left; text-transform:uppercase; font-weight:bold}
.footer .colimn .newstext { font-size:12px; margin-bottom:20px;} 
.footer .colimn a.client { color:#e1e1e1; display:block; padding-bottom:10px; text-decoration:none}
.footer .social {position: relative;}
.footer .logo {margin-bottom:20px;}
.footer .where { background: url(assets/img/new-tmp/ico-map-small.png) no-repeat left 8px center; padding-left:46px; font-size:12px; margin-bottom:10px }  
.footer .mebel { background:url(assets/img/new-tmp/ico-mebel-small.png) no-repeat center left; padding-left:46px; font-size:12px; margin-bottom:10px }
.footer .santeh { background: url(assets/img/new-tmp/ico-santeh-small.png) no-repeat center left; padding-left:46px; font-size:12px; margin-bottom:10px}
.footer .mail {background: url(assets/img/new-tmp/ico-mail-small.png) no-repeat center left 10px; padding-left:46px; font-size:12px; margin-bottom:10px}

.forms { border:none; height:36px; width:178px; padding-left:10px; background: url(assets/img/new-tmp/ico-mail-footer.png) no-repeat center right 10px #FFF; font-size:12px; color:#000 }
.sens {height:36px; border:none; background:#e1e1e1; font-size:12px; color:#000}

.copyright { padding-top:50px; padding-bottom:50px; font-size:12px;}
.copy { display:inline-block; font-size:12px;}
.merbal { float:right; display:inline-block; text-align:right; font-size:12px;}

.post_block img {max-width: 100%; height:auto}

/* Наличие */

.instock {
    
    font-size: 14px;
    color: green
    
}

/* Корзина */

.onesteporder-width350-IFrame {
    
    text-align: center;
    padding: 10px;
    font-size: 14px;
    
}

.onesteporder-contact-tr-first {
    
    display: none;
    
}

.onesteporder-width350-IFrame input {
    
    font-size: 14px;
    padding: 5px 10px;
    background: #206fc7;
    border:none;
    color: #fff;
    
}

.onesteporder-width350-IFrame .onesteporder-informer-text {
    
    margin-bottom: 10px;
    
}

.onesteporder-shipping-n-payment-radio {
    
    display: inline-block;
    padding: 10px 0;
    
}

.onesteporder-shipping-n-payment-radio input, .onesteporder-shipping-n-payment-radio label {
    
    display: inline-block;
    vertical-align: top;
    
}

.onesteporder-shipping-n-payment-name {
    
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-top: 11px;
    
}

.onesteporder-shipping-n-payment-desc {
    
    font-size: 12px;
    padding: 10px 0;
    
}

.onesteporder-block-title {
    
    font-size: 16px;
    font-weight: 600
    
}

.cart {
    
    
    
}

.cart .products {
    
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-right: 7%;
    padding: 40px 0;
    
}

.cart .products table {
    
    width: 100%;
    
}

.cart .products table tr {
    
    border-bottom: 1px solid #f5f5f5
    
}

.cart .products table tr td {
    
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5
    
}

.cart .products table tr:last-of-type td {
    
    border-bottom: none
    
}

.cart .products table tr td:nth-of-type(1) {
    
    width: 70%;
    
}

.cart .products input.RecalculateCartIcons {
    
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 100px;;
    border:none
    
}

.cart .products .equal {
    
    font-size: 18px;
    font-weight: 600
    
}

.cart .products .onesteporder-products-delete a {
    
    background: url("assets/img/mob_x.svg") no-repeat center center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px; 
    cursor: pointer
    
}

.cart .products input.onesteporder-products-count-input {
    
    background: none;
    border:none;
    width: 40px;
    text-align: center;
    
    
}

td.onesteporder-products-count, td.onesteporder-products-price {
    
    white-space: nowrap
    
}

.cart .info {
    
    width: calc(30% - 40px);
    display: inline-block;
    vertical-align: top;
    padding: 40px 20px;
    background: #f5f5f5;
    margin-top: 20px;
    
}

.cart .info .StandartOrdering {
    
    
    
}

.cart .info .onesteporder-contact-div table {
    
    width: 100%;
    margin-bottom: 40px;
    
}

.cart .info .onesteporder-contact-div table tr td {
    
    padding: 10px 0;
    font-size: 14px;
    
}

.cart .info .onesteporder-contact-div table tr td:nth-of-type(1) {
    
    width: 40%
    
}

.cart .info .onesteporder-contact-div input {
    
    width: 100%;
    border-radius: 100px;
    border: none;
    padding: 10px 10px;
    outline:none;
    
}

.cart .info .onesteporder-contact-div textarea {
    
    width: 100%;
    border-radius: 100px;
    border: none;
    padding: 10px 10px;
    resize: none;
    outline:none
    
}

.cart .info .onesteporder-contact-td-last {
    
    font-size: 12px;
    color: #999
    
}

.cart .info .onesteporder-products-total-div {
    
    text-align: center;
    margin-top: 30px;
    
}


    .onesteporder-shipping-n-payment-rate {
        
        font-family: "Panton-Bold"
        
    }

.cart .info input.onesteporder-products-total-submit {
    
    font-size: 18px;
    font-weight: 100;
    background: none;
    color: #000;
    border: 1px solid #cfcfcf;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    
}

.cart .info input.onesteporder-products-total-submit:hover {
    
    background: #000;
    color: #fff
    

}

.system_DisplayNone, .onesteporder-coupon-field {
    
    display: none
    
}

/* Адаптив */

  @media screen and (max-width: 1000px) {



/* Основное */

.wrapper { width:calc(100% - 20px); margin:0 auto; padding:0px 10px 0px 10px  } 
.zagolovok {font-size:16px; color:#FFF; font-weight:bold; text-transform:uppercase; text-align:center; padding-top:60px; padding-bottom:30px;}
.zagolovok a {text-decoration:none;}


/* Верхушка */

.top { height:100vh; background:url(assets/img/new-tmp/meb1.jpg) no-repeat top center; background-size:cover; position:relative}
.top .menu {background:rgba(0, 0, 0, 0.75); padding-top:10px; padding-bottom:10px; text-align:center; text-align-last:center}
.top .menu a { color:#FFF; font-weight:normal; text-decoration:none; font-size:16px; display:inline-block;  text-align: left; text-align-last:left; padding-right:15px;  -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }
.top .menu a:hover { color:#0CF;  -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }
.top .menu a:last-of-type {padding-right:0px}


.top .contacts {padding-top:10px; color:#FFF; text-align:center; margin:auto}

.top .contacts .logo { width:220px; height:62px; display:block; margin:auto; margin-top:20px; vertical-align:top}

.top .contacts .phones {display: block; vertical-align:top; margin-left:0px; margin-top:30px;}
.top .contacts .zaglavie {font-size:12px; }
.top .contacts .zaglavie:nth-of-type(3) { padding-top:5px; }

.top .contacts .phone { font-weight:bold;}
.top .contacts .callback {margin-top:10px;}
.top .contacts .callback a {background:#000; color:#FFF; font-size:11px; padding:5px 10px 5px 10px; margin-left:-10px; border-radius:5px; font-weight:normal; text-decoration:none; } 

.top .contacts .adres { display:inline-block; vertical-align:top; float:none; margin-top:100px;}
.top .contacts .adres .adreses { background:url(assets/img/new-tmp/ico-map.png) no-repeat; padding-left:44px; height:38px; font-size:14px; text-align:left} 
.top .contacts .adres .time {background:url(assets/img/new-tmp/ico-time.png) no-repeat; padding-left:44px; height:38px; font-size:14px; margin-top:35px;text-align:left}

.top .social {position:absolute; left:30px; top:50%; margin-top:-60px}

.top .mouse {background:url(assets/img/new-tmp/ico-mouse.png) no-repeat; width:48px; height:77px; position:absolute; bottom:15px; left:50%; margin-left:-24px;}
.top .mouse .scroll { background:url(assets/img/new-tmp/ico-scroll.png) no-repeat; width:22px; height:25px; position:absolute; top:10px; left:13px;animation:mymove 1.5s infinite;-moz-animation:mymove 1.5s infinite; -webkit-animation:mymove 1.5s infinite ;}	
.inside .top .mouse {display:none}

	
@keyframes mymove {
    0% {top:30px;}
    50% {top:25px;  }
	100% {top:30px; }
}

@-moz-keyframes mymove {
    0% {top:30px;}
    50% {top:25px;  }
	100% {top:30px; }
}

@-webkit-keyframes mymove {
    0% {top:30px;}
    50% {top:25px;  }
	100% {top:30px; }
}

.inside .top {height: auto;}

/* Категории */

.categories { background:#3a3a3a; padding-top:30px; padding-bottom:30px; text-align:center; text-align-last:center;}
.categories a { font-size:16px; font-weight: bold; color:#e1e1e1; text-decoration:none; display:inline-block; text-align:left; text-align-last:left; margin-right:15px;}
.categories a:nth-of-type(1) { color:#FFF}
.categories a[href="/category/tovary-v-nalichii/"], .categories a[href="/category/specialnye-predlozhenija/"]  { color:#F00}
.categories a[href="/category/tovary-v-nalichii/"]:hover, .categories a[href="/category/specialnye-predlozhenija/"]:hover  { color:#09F}

.categories a:hover { color:#ff0000}

/* Зоны применения */
.zones {}
.zones .grids { text-align:center; }
.zones .grids .item { vertical-align:top;  margin-top:4px; margin-bottom:4px; width:100%; position:relative; overflow:hidden; text-align:center }
.zones .grids .item .image {overflow:hidden;width:100%; -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; text-align:center}
.zones .grids .item .image:hover {opacity: 1; filter: alpha(Opacity=100); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }
 
 .zones .grids .item .image img { -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; width:100%  }
 
.zones .grids .item .image:hover img {opacity: 1; filter: alpha(Opacity=100); transform: scale(1.1,1.1); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }

.zones .grids .item .image {opacity: 0.5; filter: alpha(Opacity=50); width:100%}
.zones .grids .w2 .image {width:100%}
.zones .grids .item .text {position:absolute; bottom:10px; left:10px; font-size:20px; color:#FFF}
.zones .grids .w2 {width:100%}
      
      

/* Бренды */

.brands {background:#FFF; padding-top:30px; padding-bottom:30px; opacity: 0.3; filter: alpha(Opacity=30); margin-top:30px;  -moz-transition: all 2s ease-out;
 -o-transition: all 2s ease-out;
 -webkit-transition: all 2s ease-out;
 transition: all 2s ease-out; }
.brands:hover {opacity: 1; filter: alpha(Opacity=100); -moz-transition: all 2s ease-out;
 -o-transition: all 2s ease-out;
 -webkit-transition: all 2s ease-out;
 transition: all 2s ease-out;}
 
/* Новости */
.cpt_news_short_list {text-align:center !important}
.news {border-top:0px solid #404040; margin-bottom:70px; text-align:center}
.news .news-item {display: inline-block; width:220px; height:220px; background:#dcdbdd; vertical-align:top; position:relative; margin:auto; margin-right:0px; text-align:left; opacity: 0.5; filter: alpha(Opacity=50); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; margin-bottom:20px;}
 .news .news-item:hover {opacity: 1; filter: alpha(Opacity=100); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}
.news .news-item:last-of-type { margin-right:0px}
.news .news-item .news_date {color:#3a3a3a; font-size:10px; font-weight: normal; position:absolute; bottom:3px;padding-left:10px; }
.news .news-item .news_title {color:#3a3a3a; font-size:14px; font-weight: bold; width:70%; margin-top:20px; padding-left:10px; padding-right:10px; min-height:70px; }
.news .news-item .news_text { font-size:12px; color:#5d5d5d; padding-left:10px; padding-right:10px; margin-bottom:20px}
.news .news-item .readmore { position:absolute; right:0px; bottom:0px; background:#5d5d5d; padding:3px 20px 3px 20px}
.news .news-item .readmore a {text-decoration:none; color:#e1e1e1; font-size:12px;}
.post_block img {width:100%; max-width: 100%; height:auto}
.post_content{
 padding-left: 10px;
 padding-right:10px;
}
      
    
      
      


/* Сантехника */

.santehnika {}
.santehnika .grids1 { }
.santehnika .grids1 .item { vertical-align:top;  margin-top:4px; margin-bottom:4px; width:100%; position:relative; overflow:hidden }
.santehnika .grids1 .item .image {overflow:hidden; -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; width:100%}
.santehnika .grids1 .item .image:hover {opacity: 1; filter: alpha(Opacity=100); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}
.santehnika .grids1 .item .image:hover img {opacity: 1; filter: alpha(Opacity=100); transform: scale(1.1,1.1); -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; }

.santehnika .grids1 .item .image {opacity: 0.5; filter: alpha(Opacity=50); width:100%}
.santehnika .grids1 .w2 .image {width:100%}
.santehnika .grids1 .item .text {position:absolute; bottom:10px; left:10px; font-size:20px; color:#FFF}
.santehnika .grids1 .w2 {width:100%}
.santehnika .grids1 .item .image img { -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out; width:100%}
 
.ceteg .top .social {position:absolute; left:30px; top:180px; margin-top:-60px}
.ceteg .top .zagolovok {text-align:center; font-size:55px; font-weight:200; text-transform:none; padding:0; margin-top:30px; }
.ceteg .description {column-count:2; margin-bottom:20px; text-align:justify}
.ceteg .description p {padding:0; margin:0; margin-bottom:10px;}
.ceteg .description h1 { column-span:all; font-size:24px; color:#FFF; font-weight:bold; text-transform:uppercase; text-align:center; padding-top:10px; padding-bottom:10px;}
.ceteg .description h2 { column-span:all; font-size:24px; color:#FFF; font-weight:bold; text-transform:uppercase; text-align:center; padding-top:10px; padding-bottom:10px;}



/* Карусель */

.infiniteCarousel {
  width: 100%;
  height:80px;
  position: relative;
  margin-left:-10px;
  }

.infiniteCarousel .wrapper {
  width: 100%; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  height:80px;
  margin: 0;
  position: absolute;
  top: 10px;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 99999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  height: 80px;
  text-align:center;

  width:175px;
  padding-left:10px;
  padding-right:10px;
}

.infiniteCarousel ul li a img {
  display:block;
  border:none
} 

.infiniteCarousel .arrow {
   display: block;
  height: 27px;
  width: 27px;
  background: url(assets/img/new-tmp/arrows.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 25px;
  cursor: pointer;
  
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -33px;
  left: 15px;
}

.infiniteCarousel .forward:hover {
}

.infiniteCarousel .back:hover {
}
.infiniteCarousel a {color:#000; text-transform:uppercase; display:block;   text-decoration:none; }
.infiniteCarousel ul li a {color:#000; text-transform:uppercase; display:block; font-size:22px;  text-decoration:none; padding-top:15px}

.santehnika .infiniteCarousel ul li a {color:#000; text-transform:uppercase; display:block; font-size:22px;  text-decoration:none; padding-top:0px; margin-top:-30px}


/* Преимущества */

.preimushestva { text-align:center;border-bottom:1px solid #404040; padding-bottom:60px}
.preimushestva .icon { display:inline-block; width:48%; margin-right:0px; text-align:center; padding-top:70px; vertical-align:top}
.preimushestva .icon:nth-of-type(4), .preimushestva .icon:last-of-type { margin-right:0px;}
.preimushestva .icon .image { height:75px;}
.preimushestva .icon .text { color:#FFF; font-size:14px;}

/* Подвал */


.footer {background:#3a3a3a; padding-top:30px; padding-bottom:30px;}
.footer .colimn { width:calc(100% - 40px); display: block; vertical-align:top; padding-left:40px;}
.footer .colimn .zagolovok { font-size:16px; color:#e1e1e1; padding-top:10px; padding-bottom:50px; text-align:left} 
.footer .colimn .znews {font-size:16px; color:#e1e1e1; padding-top:10px; padding-bottom:0px; text-align:left; text-transform:uppercase; font-weight:bold}
.footer .colimn .newstext { font-size:12px; margin-bottom:20px;} 
.footer .colimn a.client { color:#e1e1e1; display:block; padding-bottom:10px; text-decoration:none}
.footer .social {position: relative;}
.footer .logo {margin-bottom:20px; }
.footer .where { background: url(assets/img/new-tmp/ico-map-small.png) no-repeat left 8px center; padding-left:46px; font-size:12px; margin-bottom:10px }  
.footer .mebel { background:url(assets/img/new-tmp/ico-mebel-small.png) no-repeat center left; padding-left:46px; font-size:12px; margin-bottom:10px }
.footer .santeh { background: url(assets/img/new-tmp/ico-santeh-small.png) no-repeat center left; padding-left:46px; font-size:12px; margin-bottom:10px}
.footer .mail {background: url(assets/img/new-tmp/ico-mail-small.png) no-repeat center left 10px; padding-left:46px; font-size:12px; margin-bottom:10px}

.forms { border:none; height:36px; width:178px; padding-left:10px; background: url(assets/img/new-tmp/ico-mail-footer.png) no-repeat center right 10px #FFF; font-size:12px; color:#000 }
.sens {height:36px; border:none; background:#e1e1e1; font-size:12px; color:#000}

.copyright { padding-top:50px; padding-bottom:50px; font-size:12px;}
.copy { display:inline-block; font-size:12px;}
.merbal { float:right; display:inline-block; text-align:right; font-size:12px;}

  }

/* Стандартные стили */

a.filtr{ font-size:16px; display:inline-block; background: url(assets/img/dot.png) no-repeat left 12px; padding-left:8px; width:160px; text-transform:capitalize; text-decoration:none; margin-left:10px; color:#000}


p, body, font, div, td, input, select, textarea
{ font-family: 'Exo 2', sans-serif;
  font-size:14px;
}


form{
 padding:0px;
 margin: 0px;
}

a
{ 
  color:#FFF;  -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;
}
a:hover { color:#CC3300;   color:#FFF;  -moz-transition: all 0.5s ease-out;
 -o-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;}
a img{
 border: 0;
}
input, select { vertical-align:middle;}


.all_wrapper { min-width:950px;
  _width:expression(document.body.clientWidth < 950? "940px": "auto" ); }


/* ====================== COMPONENT CONTAINER STYLES ====================== */

#container_topbar_right { text-align:right; }

#container_top_left {
	text-align: left;
  	vertical-align: top;
  	width: 200px; 
	background:#ffa443 url(assets/img/tls_divnavtopbg.gif) left top repeat-x;
 }
 
#container_top_right { vertical-align:top; text-align:right; width:230px;}

#container_top
{ text-align:left;
  padding-left:230px;
  vertical-align:top;
  background:url(assets/img/tls_pic.jpg) left -50px no-repeat;
}
  
#container_left_sidebar
{ width:200px;
  text-align: left;
  vertical-align: top;
}

#container_main_content
{ width:"*";
 text-align: left;
  vertical-align: top;
  padding: 0;
  border-top:solid 4px #e6e6e6; 
}

#container_footer
{ color: white;
  margin: 0 210px; padding: 0px;
  line-height:30px;
}


/* ====================== DEFAULT STYLES OF VARIOUS COMPONENTS ====================== */

/* padding for all general components */
.cpt_news_short_list, .cpt_survey, .cpt_category_tree, .cpt_maincontent,
.cpt_currency_selection, .cpt_divisions_navigation, .cpt_auxpages_navigation
{
  text-align: left;
  padding: 0px;
//  width: 100%;
}

ul.vertical, ul.horizontal
{ padding: 0px;
  margin: 0px;
}
ul.horizontal{
width: 100%;
overflow: hidden;
}
.vertical li
{ padding-left: 0px;
  padding-bottom: 2px;
  clear:left;
}
.horizontal li
{ float: left;

}

.cpt_divisions_navigation ul
{ list-style-type: none;
margin: 0px;
}

.cpt_auxpages_navigation ul.vertical
{ list-style:none;
}

.cpt_auxpages_navigation ul.horizontal
{ list-style-type: none;
  padding-left: 0px;
}
.cpt_divisions_navigation li, .cpt_auxpages_navigation li { background:url(assets/img/tls_divnav_arr.gif) left 0.25em no-repeat; padding:0 0 0 18px;}

.cpt_divisions_navigation a, .cpt_auxpages_navigation a { color:#fff; text-decoration:none; line-height:160%; font-weight:bold; } 
.cpt_divisions_navigation a:hover, .cpt_auxpages_navigation a:hover { color:#CC3300;}


.cpt_shopping_cart_info
{ 
  color: #000;
  padding: 10px;
}
.cpt_shopping_cart_info a { font-size:130%; text-decoration:none; background:url(assets/img/tls_basket.gif) left top no-repeat; padding:5px 0 5px 40px ; line-height:32px;}
.cpt_shopping_cart_info div { margin:3px;}

.shcart_link { }
#shpcrtgc, #shpcrtca { padding-left:40px;}

.survey_question{
 font-weight: bold;
 margin-bottom: 10px;
}
.survey_submit{
 margin-top: 10px;
 text-align:center;
}
.cpt_survey form{
 padding:0px;
 margin: 0px;
}

.cpt_currency_selection
{ text-align: center;
  font-size: 100%;
}

.cpt_currency_selection select
{ font-size: 90%;
}
.cpt_currency_selection form{
 display: inline;
}

#searchstring {
    
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 5px;
    
}

.search input[type="submit"] {
    
    display: none
    
}

.cpt_product_search form{
 margin: 0px!important;
 padding: 10px;
}

.cpt_language_selection { padding-left:8px;}
.cpt_language_selection img { vertical-align:middle;border:solid 1px #eaeaea;} 
.cpt_category_tree { padding:10px;}
.cpt_category_tree ul{
 list-style:none;
 margin:0px;
 padding:0px;
}
.cpt_category_tree ul li { padding:0 0 2px 10px; }
.cpt_category_tree ul li.child, .cpt_category_tree ul li.child_current { background:none;}
.cpt_category_tree .bullet { font-size:0px;}

.cpt_category_tree .parent_current a{
 font-size:110%;
 font-weight: bold;
 color:#ff5e00!important;
 text-decoration: none;
}

.cpt_category_tree .child a {
 padding-left: 10px;
 font-size:90%;line-height:100%;
 font-weight:normal;
 background: url(assets/img/tls_point.gif) left center no-repeat;
}
.cpt_category_tree .child_current a{
 padding-left: 10px;
 background: url(assets/img/tls_point_v.gif) left center no-repeat;
 color: #FF5E00 !important;
 text-decoration: none;
 font-size:90%; 
 line-height:100%;
}

a .bullet{
  text-decoration: none!important;
}
.cpt_category_tree .tab{
 margin-left:10px;
}

.cpt_product_add2cart_button
{ padding-top: 10px;}

.home_page_category_logo { background:url(assets/img/defaultnocatimage.gif) left top no-repeat; display:block; height:65px; width:65px;}
#container_main_content .cpt_root_categories td.cat_image a {position:relative; top:-0.8em;}
#container_main_content .cpt_root_categories { padding-top:1em;}
#container_main_content .cpt_root_categories td { vertical-align:top;}
/* ====================== SET HOW CERTAIN COMPONENTS APPEAR IN VARIOUS CONTAINERS ====================== */
/* ====================== (if you wish to overwrite default appearence of components in certain containers) ====================== */
#container_left_sidebar .cpt_product_search, #container_right_sidebar .cpt_product_search { background:#FFD042 url(assets/img/tls_cattopbg.gif) left top repeat-x; height:44px; overflow:hidden;}
#container_topbar .cpt_auxpages_navigation, #container_topbar .cpt_divisions_navigation {  height:40px; padding:0; overflow:hidden; z-index:20; position:relative; }
#container_topbar .cpt_auxpages_navigation ul, #container_topbar .cpt_divisions_navigation ul {overflow:hidden;}
#container_topbar .cpt_auxpages_navigation li, #container_topbar .cpt_divisions_navigation li { height:40px; padding:0; background:url(assets/img/tls_li_arr.gif) left 17px no-repeat; padding:0;}
#container_topbar .cpt_auxpages_navigation a, #container_topbar .cpt_divisions_navigation a { color:#d3d3d3; text-decoration:none;  padding:0 20px 0 10px ; line-height:40px; display:block; //width:auto; float:left;}
#container_topbar .cpt_auxpages_navigation a:hover, #container_topbar .cpt_divisions_navigation a:hover { text-decoration:underline; color:#ffa443;}


/*#container_top_right .cpt_shopping_cart_info { padding:0 10px; margin:10px 20px; width:200px;}
*/#container_top_right .cpt_logo { clear:right; float:right; margin:10px 20px 0 20px; }
#container_top_left .cpt_logo { margin:5px;}

#container_top_left .cpt_language_selection { display:inline; line-height:30px;}

#container_main_content .cpt_product_search { background:#fafafa; height:40px; overflow:hidden; zoom:1;}
#container_main_content .cpt_product_search form {}
#container_top_right .cpt_currency_selection { text-align:right;}

#container_left_sidebar .cpt_category_tree, #container_right_sidebar .cpt_category_tree, #container_top_left .cpt_category_tree { background:#ffd042 url(assets/img/tls_cattopbg.gif) left top repeat-x; padding-left:20px;}
#container_left_sidebar .cpt_category_tree li.parent { background: url(assets/img/tls_li.gif) left 0.4em no-repeat; padding:0 0 0 10px}


.cpt_category_tree a { color:#000; text-decoration:none;  line-height:140%;}
.cpt_category_tree a:hover { text-decoration:underline;}

#container_left_sidebar h3, #container_right_sidebar h3, #container_top_left h3 { margin:0; line-height:40px; margin:0 0 0 10px; padding:0 0 0 20px;text-transform:uppercase;  font-size:13px; }


#container_left_sidebar .cpt_shopping_cart_info, #container_right_sidebar .cpt_shopping_cart_info { padding:0 0 10px 0; background:#ffa443 url(assets/img/tls_shopcartbg.gif) left top repeat-x;}
#container_left_sidebar .cpt_shopping_cart_info div, #container_right_sidebar .cpt_shopping_cart_info div { margin-top:0;}
#container_left_sidebar .hndl_proceed_checkout, #container_right_sidebar .hndl_proceed_checkout { background: url(assets/img/tls_divnav_arr.gif) left 1em no-repeat;  line-height:40px; margin:0; display:block; color:#CC3300; text-transform:uppercase; text-decoration:none; padding-left:20px; margin:0 10px; text-align:left;}
#container_left_sidebar .cpt_shopping_cart_info a:hover, #container_right_sidebar .cpt_shopping_cart_info a:hover { text-decoration:underline; color:#CC3300;}

#container_left_sidebar .cpt_shopping_cart_info #shpcrtgc, #container_right_sidebar .cpt_shopping_cart_info #shpcrtgc, #container_left_sidebar .cpt_shopping_cart_info #shpcrtca, #container_right_sidebar .cpt_shopping_cart_info #shpcrtca { text-align:center;}


#container_topbar .cpt_product_search, #container_topbar .cpt_shopping_cart_info
{ color:#808080; position:relative;top:-40px; width:50%; float:right; height:40px; overflow:hidden; margin-bottom:-40px; margin-right:5px; text-align:right; z-index:10;}
#container_topbar .cpt_shopping_cart_info div, #container_topbar .cpt_shopping_cart_info a { color:#fff; display:inline;}


#container_footer .cpt_divisions_navigation
{ padding: 3px;
  margin: 0px;
  text-align: center;
}
#container_footer .cpt_divisions_navigation li { background:none;}
#container_footer .cpt_divisions_navigation a
{ font-weight: normal;
  color:#333; padding:0 10px; line-height:30px; text-decoration:underline;
}
#container_footer .cpt_divisions_navigation a:hover { color:#CC3300;}
#container_main_content .cpt_product_lists
{ padding:10px;
}


#container_left_sidebar .cpt_news_short_list
{ border-right:solid 1px #e6e6e6;border-bottom:solid 1px #e6e6e6;}
#container_right_sidebar .cpt_news_short_list
{ border-left:solid 1px #e6e6e6;border-bottom:solid 4px #e6e6e6;}

#container_top .cpt_language_selection, #container_top .cpt_custom_html { display:inline; line-height:24px; //height:30px; padding:3px 0 0 5px;}
#container_top .cpt_language_selection a img { border:#ffffff solid 1px ; //margin-top:8px;}

#container_left_sidebar .cpt_product_search input {padding:1px;}
#container_left_sidebar .cpt_product_search input#searchstring
{ width: 120px;
border:solid 1px #707070;padding:2px;
}
#container_main_content .cpt_custom_html {  //margin-right:-3px; line-height:40px;  padding:0 5px 0 120px; font-weight:bold; text-transform:uppercase; color:#454545;}
#container_main_content .cpt_maincontent .cpt_custom_html {padding:0px; line-height:40px; }
.cpt_maincontent h1.tls_browse {  line-height:40px; padding:0 10px; margin:0; font-size:100%;}

#container_topbar_right .cpt_custom_html { display:inline;}
#container_left_sidebar .news_header { border-right:solid 1px #e6e6e6;}
#container_main_content ul { list-style-position:inside;}
/* ====================== STYLES OF ELEMENTS THAT APPEAR INSIDE VARIOUS COMPONENTS ====================== */

#shpcrtca{
 font-weight: bold;
 font-size: 130%;
 white-space: nowrap;
}



.block_tag_cloud  { font-size:15px;}
.block_tag_cloud a { text-decoration:none;  font-family:'Exo 2', sans-serif; word-spacing:110%; letter-spacing:120%;}
.current-rating1 div { line-height:20px; //height:20px; font-size:1px;}
.sm-current-rating1 { line-height:13px; //height:13px; font-size:1px;}
center h1 { text-align:left;}
.cat_header { background:#ffd042 url(assets/img/tls_catheaderbg.gif) left top repeat-x; height:40px; }
.poll_header {  background:#ededed url(assets/img/dft_lightgreyheader.gif) left top repeat-x;}
.news_header { background:#fff url(assets/img/tls_newstheaderbg.gif) left top repeat-x;height:40px;border-bottom:solid 1px #e6e6e6; }
.cat_header h3 { background:url(assets/img/tls_cat_arr.gif) left 1em no-repeat; color:#fff;}
.news_header h3{ background:url(assets/img/tls_news_arr.gif) left 1em no-repeat;  color:#222; }
.poll_header h3 { background:url(assets/img/dft_lightgreybullet.gif) left 1em no-repeat;  color:#333; }
.lang_label { display:inline; font-size:100%; color:#333; line-height:30px;}

.tls_topbar td { background:url(assets/img/tls_topbg.gif) left top repeat-x;  }
.tls_page { margin:0 20px 0 0; background:#fff;}
.tls_index_header { background:#f2f2f2 url(assets/img/tls_bullet.gif) 10px 1em no-repeat; line-height:230%; color:#333; font-size:120%; font-weight:bold; margin:0; padding:0 20px; }
.cpt_survey { background:#ededed url(assets/img/dft_lightgreybody.gif) left top repeat-x;}
.cpt_custom_html h1 { font-size:110%;}
h1.welcome { font-size:21pt; letter-spacing:-1px; margin:0; font-weight:normal; text-transform:none; background:none; text-align:center; }
h1.companyname  { margin:0; padding:0 20px; line-height:40px; white-space:nowrap; color:#fff; font-size:15pt;}
.tls_tel { color:#fff; font-size:15pt; line-height:40px; //height:40px;  padding:0 10px; }
.mdr_main_header  { background:#FAFAFA; font-size:90%; padding:0 10px;}
/* ====================== PREDEFINED STYLES; edit, but do not delete these styles ====================== */

.small
{ font-size: 80%;
}
.big
{ font-size: 150%;
}

.background1, .background1 td
{ background-color: #F5F5F5;
}

.btn_checkout
{ font-size: 130%;
  font-weight: bold;
  margin: 10px;
  padding: 3px;
}

.prdbrief_add2cart
{ padding: 5px 0;
}

.error_block
{ font-weight: bold;
  color: red;
}

.product_brief_block { border:solid 1px #eaeaea; padding:10px; overflow:hidden; zoom:1; }
.product_brief_block .prdbrief_thumbnail { float:left; margin-right:5px;}
.product_brief_block .sm-current-rating1 { margin-left:155px;}


#tbl-checkout-progress td {
vertical-align: top; font-size:0.7em;
}

.current_prd_thumbnail img{
	border: #BBBBBB 3px solid;
}
a.prd_thumbnail img{
	border: #FFFFFF 3px solid;
}
a.prd_thumbnail:hover img{
	border: #BBBBBB 3px solid;
}

.news_date
{ color: #ff5e00;
  font-size: 100%;
  font-weight:bold;padding-left:20px;
}
.news_title
{ padding-bottom: 10px;color:#333; padding-left:20px;
}
.news_title a { color:#333; font-weight:normal;}
.news_viewall
{ padding-bottom: 10px; text-align:right; font-size:85%;
}
.news_subscribe, .news_thankyou
{ padding: 5px;
  background-color: #f4f4f4;
}
.news_subscribe .input_message { width:120px;}
.news_subscribe div,.news_subscribe form { display:inline;}
.news_subscribe img { vertical-align:middle;}

/************************
BLOG STYLES
***************************/
.post_title{
 color: #666;
 margin-top: 30px;
 margin-bottom: 0px;
 font-size:120%;
}
.post_date{ 
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 margin-bottom: 15px;
 }
.post_content{
 padding-left: 15px;
}

/***************************
PRODUCTS COMPARISON
****************************/
.cmp_headers{
 background-color: #F5F5F5;
}
.cmp_column_odd{
 background-color: white;
 vertical-align: top;
}
.cmp_column_even{
 background-color: #F8F8F8;
 vertical-align: top;
}
#cmp-table tr:hover td{
 background-color: #d5e5fa!important;
}
#cmp-table tr td{
 text-align:center;
 padding: 6px;
}
#cmp-table tr td.cmp_headers{
 text-align: left;
}

/***************************
PRODUCT DETAILED
****************************/
.regularPrice{
 color: brown;
 text-decoration: line-through;
}
.totalPrice{
 color:#CC3300;
 font-weight:bold;
 font-size: 130%;
 margin:0 5px 5px 5px;
}
.product_list .totalPrice { color:#000;
 background:#f2f2f2; font-weight:normal}
.youSaveLabel{
 font-size: 75%;
}
.youSavePrice{
 font-size: 75%;
}
.prd_out_of_stock {
 font-style:  italic;
 color:#CC3300;
 padding:0 0 0 5px;
 overflow:hidden;
 font-size:90%;
}
.cpt_product_category_info a, .cat_path_in_productpage a { font-size:120%;}

/************************
PRODUCT REVIEWS STYLES
***************************/
.review_block
{ margin-left: 20px;
}
.review_title{
 color: #333;
 margin-top: 10px;
 margin-bottom: 0px;
 font-size: 120%;
}
.review_date{ 
 color: #999;
 border: 0px solid #EEE;
 border-top-width: 1px;
 font-size: 90%;
 margin-bottom: 5px;
 }
.review_content{
 color: #333;
 padding-left: 20px;
}
.review_showall{
 margin-left: 20px;
}

/****************************
SHOPPING CART
*****************************/
.background_cart_top
{ background-color: #F5F5F5;
  border-bottom: 1px #99C9DF solid;
  font-size:12pt;
}
.background_cart_top h1{
 display: inline;
 padding: 0px;
 margin: 0px;
}
#cart_content_tbl{
     width:100%;}
#cart_content_tbl td{
 padding: 6px;
}
#cart_page_title{
 padding: 10px;
 text-align: left;
}
#cart_page_title h1{
 display inline;
 padding: 0px;
 margin: 0px;
}
#cart_clear{
 padding: 10px;
 text-align: right;
}
#cart_clear a{
 font-size:9pt;
}
.cart_discount_label{
 font-weight: bold;
}
#cart_total_label{
 font-size: 130%;
 font-weight: bold;
}
#cart_total{
 background-color: #F5F5F5;
 font-size: 130%;
 font-weight: bold;
 padding: 10px;
 white-space: nowrap;
}
#cart_checkout_btn{
 padding-top: 20px;
}
.cart_product_brief_description{
 font-size: 80%;
}
#cart_content_header td{
 font-weight: bold;
}
.cart_apply_for_discounts_extra{
 font-size: 80%;
 color: #777;
}
.cart_product_quantity{
 text-align: center;
}

/********************
HOMEPAGE UNFOLDED TREE
*********************/
.rcat_root_category
{ font-size: 140%;
  font-weight: bold;line-height:150%; text-decoration:none; color:#333;
}
.rcat_root_category:hover { }
.rcat_products_num
{ color: #999999;
  font-size: 80%;
}
.rcat_child_categories a
{ line-height:150%;
  font-weight: normal;
}

/********************
REGISTRATION PAGE
*********************/
#reg_fields_tbl td{
 padding: 5px;
}
#reg_auth_fields td{
 background-color: #F5F5F5;
}
#reg_confcode td{
 background-color: #F5F5F5;
}
#reg_fields_tbl td input, .addressform td input{
 width: 300px;
}
#subscribed4news{
 width:auto!important;
}
#reg_fields_tbl td textarea, .addressform td textarea{
 width: 300px;height: 100px;
}
#reg_submit_btn{
 font-size:150%;
 font-weight: bold;
}

/*********
SEARCH IN CATEGORY
**********/
#cat_advproduct_search {
 background-color: #F5F5F5;
	margin-right:10px;
	width:232px;
}
#cat_advproduct_search form { padding:10px; }
#cat_advproduct_search td { vertical-align:top; }
#cat_advproduct_search td { vertical-align:top; }
#cat_advproduct_search select { width:100%;  }
#cat_advproduct_search form, #cat_advproduct_search table { //width:100%;}
#cat_advproduct_search h3 { padding:0px; margin: 10px 10px 0 10px;}
#cat_info_left_block, #cat_advproduct_search  { float:left;}

.cpt_maincontent center { clear:both;}
#cat_top_tree { overflow:hidden; margin-top:10px;}
.hndl_submit_prds_cmp, #cat_product_sort { margin:10px 0;}
.prdbrief_name a{ font-size:14px; text-decoration:none; line-height: normal; position:absolute; bottom:0px; z-index:20; color:#FFF; left:0px; padding:10px; width:100%; background: rgba(0,0,0,0.75)}


.prdbrief_name a:hover { }

ul.product_list li { border:solid 1px #e6e6e6; margin:0 2px !important; text-align:center;}
ul.product_list li table { margin:0 auto;}
.product_list a { font-size:120%; line-height:150%; text-decoration:none; color:#CC3300; display:block; white-space:nowrap; overflow:hidden;}
.product_list a:hover { text-decoration:underline;}
.product_list a:hover img, .product_list td a:hover{ border:none;}
.product_option { width:99%; //width:auto;  position:relative; zoom:1;}

/************
CHECKOUT
************/
.checkout_noframe_title {
	padding: 5px 15px;
}
#checkout_have_account {
	padding: 15px;
	background-color: #F5F5F5;
	margin: 0 -5px 15px -5px;
}
#checkout_logininfo { width:428px;}
#checkout_logininfo .inputtext, #checkout_addresses .inputtext, #checkout_addresses textarea {
	width: 200px;
}
.paddingblock input.checkout_buttons {
	font-size: 130%;
	font-weight: bold;
	margin:5px 0;
}
.checkout_steps_divider {
	width: 40px;
	height:1px;
	background-color:#99C9DF;
	overflow:hidden;
}
#checkout_addresses { width:800px;}
#checkout_addresses td { } 
/**********************
ORDER STYLES
***********************/
tr#ord_total_row * {
	font-size: 105%;
	font-weight: bold;
}
.row_odd td {
	background-color: #F8F8F8;
}
.row_even td {
	border: 0px solid #F5F5F5;
	border-width: 1px 0px;
}

.paddingblock { background:#fff;
	padding-left: 15px;
	padding-right: 15px;
	text-align:left;
	font-size:12pt;
	
}
.paddingblock h2 {
	padding:20px 5px;
	margin-top: 0px;
}
.paddingblock td { font-size:95%; vertical-align:top; padding:5px;}
.paddingblock p { margin-bottom:10px;}

.paddingblock input { margin:2px 0 0 0;}
.asterisk {
	color:red;
}
.cellpadding tr td {
	padding: 5px;
}
.cust_name {
	font-size:110%;
	font-weight: bold;
}
#prddeatailed_container .cpt_product_rate_form table {
	width: 100%;
	/***********************/
width: auto;/**/
}

#block-customerinfo td { font-size:100%;}
.cpt_product_images{
float: left;
    text-align: center
}
.cpt_product_images {text-align: center; }


/*NIFTY*/
b.niftycorners,b.niftyfill{display:block}

b.niftycorners *{ display:block;height:1px;line-height:1px;font-size:1px;
    overflow:hidden;border-style:solid;border-width: 0 1px;}
  
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

#powered_by { font-size:9px !important; position:relative; top:-10px; line-height:200%;}
body.body-page-404 { background:#fff; background-image:none; text-align:left; font-size:12px;}
body.body-page-404 ul, body.body-page-404 li { list-style:none;}
.cpt_product_add2cart_button input { vertical-align:middle;}

.zapis {
    
    text-align: center;
    padding: 10px;
    
}

.zapis input {
    
    color: #fff;
    background: none; 
    border: 1px solid #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    width: 350px;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    
}

#post_form_success { display: none }




html, body {
/*height: 100%;*/
padding: 0px;
margin: 0px;
}
table { empty-cells:show; }
body.body-checkout { background:#fff!important;}
.regheader{
	width:80%;
	color:black;
	padding:3px;
	text-align:left;
	font-size:10px;
}

/*checkbox without margin*/
input.checknomarging{
	margin: 0px;
}

input.input_message{
	color: #aaaaaa;
}
input.input_message_focus{
	color: #000000;
}
ul.product_list{
 list-style-type:none;
 margin: 0px;
 padding: 0px;
 overflow: hidden;
 width: auto;
 text-align:center;
}

ul.product_list li{
text-align:center;
margin: 0px;
padding: 0px;
float: left;
}

#powered_by{
	font-size: 70%;
	text-align: center;
	color: #777777;
	padding-top: 10px;
	padding-bottom:5px;
}
#powered_by a{
	color: #777777;
	text-decoration: none;
}


/*  styles for the unit rater     */
.sm-current-rating1 { /*general.css (line 56)*/ 
	background:transparent url(assets/img/star0sm.gif) repeat-x  scroll left top; 
	height:13px; 
	line-height:13px; 
	margin:4px; 
	position:relative; 
	width:65px; 
	overflow:hidden; 
}
.sm-current-rating1 div.sm-current-rating1-back { /*general.css  (line 63)*/ 
	background:transparent url(assets/img/star0sm.gif) repeat-x  scroll left top; 
	height:13px; 
	line-height:13px; 
	font-size:0px; 
	position:absolute; 
	width:65px; 
	z-index:10; 
}
.sm-current-rating1 div.sm-current-rating1-front {  /*general.css (line 69)*/ 
	background:transparent url(assets/img/star1sm.gif) repeat-x  scroll left top; 
	height:13px; 
	line-height:13px; 
	font-size:0px; 
	position:absolute; 
	z-index:20; 
}

.current-rating1 {/*general.css (line 75)*/ 
	background:transparent url(assets/img/star0.gif) repeat-x  scroll left top; 
	height:20px; 
	line-height:20px; 
	position:relative; 
	width:100px; 
	overflow:hidden; 
}
.current-rating1 div.current-rating1-back { /*general.css (line 81)*/ 
	background:transparent url(assets/img/star0.gif) repeat-x  scroll left top; 
	height:20px; 
	line-height:20px; 
	position:absolute; 
	width:100px; 
	z-index:10; 
	font-size:0px; 
}

.current-rating1 div.current-rating1-front { 
	/*general.css (line 87)*/ 
	background:transparent url(assets/img/star1.gif) repeat-x  scroll left top; 
	height:20px; 
	line-height:20px; 
	position:absolute; 
	z-index:20; 
	font-size:0px; 
}
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('assets/img/starvote.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('assets/img/star1.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:20px;}
.unit-rating a.r2-unit{left:20px;}
.unit-rating a.r2-unit:hover{width: 40px;}
.unit-rating a.r3-unit{left: 40px;}
.unit-rating a.r3-unit:hover{width: 60px;}
.unit-rating a.r4-unit{left: 60px;}	
.unit-rating a.r4-unit:hover{width: 80px;}
.unit-rating a.r5-unit{left: 80px;}
.unit-rating a.r5-unit:hover{width: 100px;}

.unit-rating li.current-rating {
	background: url('assets/img/starvote.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}	
.review_content {
	/*width: 90%;*/
	overflow:hidden;
	oveflow-x:hidden;
	padding:0 85px 0 0;
	zoom:1;
}
@media print {
	input,.noprint {
		display: none;
	}
}






/* WP */
.widget {

}

.widget-title {

}

.widget ul {

}

.widget li {

}

.widget a {

}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}