﻿/*
## login Error
********************************************************************/
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(228, 228, 228, 0.8);;
    z-index: 99999;
    /*opacity:0;*/
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    /*pointer-events: none;*/
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    background: #FFF;
    width: 300px;
    text-align: center;
    padding: 1.5em;
    margin: 1em auto;
    border: 0;
    border-top: 5px solid 	#e22323;
    box-shadow: 0 2px 10px rgba(0,0,0,0.8);
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;

}


.link-orange {
  color: #d34902;
}
.link-orange:hover {
  color: #252223;
}
a:hover {
    color:#f47b32;
}
/*
## landingLayout7Page
********************************************************************/
.left_right_block {
  overflow-y: visible;
  position: relative;
  width: 950px;
  display: block;
  margin: 0 auto;
  z-index: 500;
}
.right_block_outer {
  position: absolute;
  right: -32%;
  top: 0px;
  width: 260px;
}.left_block_outer {
   left: -32%;
   position: absolute;
   top: 0px;
  width: 260px;
 }
.right_block_inner {
  position: absolute;
  top: 30px;
  left: -47px;
}
.left_block_inner {
  position: absolute;
  top: 30px;
  right: -47px;
}
/*
## landingLayout2Page
********************************************************************/
.promorotator {
    border-radius:4px;
    overflow:hidden;
}
.banners-carousel {
  overflow: hidden;
}
.salehits {
  /*margin:25px 0;*/
}
.tilecontainer {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.tilecontainer_salehits {
  /*margin-top: 17px;*/
  max-height: 660px;
}
.basetile {
    position: relative;
    display: inline-block;
    /*float:left;*/
    width: 178px;
    height: 300px;
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 15px;
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    font-size: 12px;
}
.basetile__hidden-block {
  overflow: hidden;
  height: 100%;
}
.basetile__fader {
    position:absolute;
    display:none;
    left:50%;
    top:10px;
    width:210px;
    height:20px;
    margin-left:-105px;
    padding:90px 0;
    background-color:rgba(255,255,255,0.75);
    color:#155c9e;
    font-size:14px;
    line-height:20px;
    text-align:center;
    text-decoration:none;
}
.basetile_hp:hover .basetile__fader {
    display:block;
}
.productCarousel {
    clear:both;
}
.productCarousel .basetile {
  border: none;
}
.basetile__title {
    display: block;
    margin-top: 8px;
    max-width: 178px;
    max-height: 80px;
    overflow: hidden;
    color: #252223;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
.basetile__title:hover,
.product-list-item__title:hover {
  color: #f36f21;
  text-decoration: underline;
}
.salenews .basetile__title:hover,
.salenews .product-list-item__title:hover {
  color: #00b050;
  text-decoration: underline;
}
.basetile__image {
  text-align: center;
  margin-bottom: 10px;
  height: 126px;
  overflow: hidden;
}
.basetile__image img {
  max-width: 130px;
  max-height: 130px;
}
.basetile__price {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #f47b32;
}
.bundle-product_price {
	margin-top:0px !important;
}
.basetile__price span {
    position: relative;
    top: -11px;
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
}
.basetile__price_line-through {
    margin-top: 14px;
    color: #a3a2a2;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
}
.basetile__price_grey {
    color: #a3a2a2 !important;
}
.basetile__price_line-through > span {
  top: 0px;
}
.basetile__price_line-through > span:before {
    content: "\00a0 ";
}
.basetile__special-price {
  position: absolute;
  right: 0;
  top: 105px;
  width: 100px;
  height: 26px;
  padding-top: 50px;
  background: url(../images/flame-price.png) bottom left no-repeat;
  color: #000 !important;
}
.basetile__text {
    position:relative;
    max-height:58px;
    overflow:hidden;
    margin-top:8px;
    padding-bottom:14px;
    color:#000000;
    font-size:12px;
    line-height:18px;
}
.basetile__fade-text,
.tda-fader:after {
    position:absolute;
    left:0;
    width: 100%;
    height: 10px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), color-stop(99%, rgba(255, 255, 255, 0.99)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.tda-fader:after {
    content:'';
    bottom:0;
    height:15px;
}
.basetile__fade-text {
    height: 10px;
    bottom: 15px;
}
.basetile__fade-text_seo {
  bottom:0;
  height:45px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.basetile__desc {
    display:none;
}
.basetile__to-cleaner {
  margin-top: 5px;
}
.basetile__to-email-sending {
  margin-top: 5px;
}
.basetile__to-compare {
  margin-top: 5px;
}
.to-compare__loading {
  float:right;
  width:31px;height:12px;
  background: url(../images/loader-bar.gif) no-repeat top left;
}
.basetile__to-favorite-products {
  margin-top: 5px;
}
.basetile__to-favorite-products-to-cart {
  margin-top: 5px;
}
.basetile__to-waiting-products {
  margin-top: 5px;
}
.basetile__to-waiting-products-to-cart {
  margin-top: 5px;
}
.basetile__to-monitoring-price-products {
  margin-top: 5px;
}
.basetile__to-monitoring-price-products-to-cart {
  margin-top: 5px;
}
.basetile__one-click-button {
  margin-top: 10px;
}
.one-click-button {
  display: block;
  padding: 2px 10px;
  border-radius: 4px;
  background: #fc732f;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  float: left;
}
.one-click-button:hover {
  background: #b2b2b2;
    color:#fff;
}
.basetile__wrapper {
    padding:0 15px;
}
.basetile__topside {
    display: table-row;
    height:100%;
    vertical-align: top;
}

.basetile__bottomside {
    display: table-row;
    vertical-align: bottom;
}
.basetile__bottomside__cell {
    display: table-cell;
    vertical-align: bottom;
}
.basetile__bar {
    position:relative;
    height:38px;
    margin-top:5px;
    border:1px solid #f0f0f0;
    border-radius:4px;
}
.basetile__wrapper__buttons,
.basetile__wrapper__rating {
    /*position: absolute;*/
    /*bottom: 30px;*/
    /*width: 100%;*/
    /*box-sizing: border-box;*/
}
.basetile__wrapper__rating {
    bottom:0;
}
.basetile_hp {
    position:relative;
    display: block;
    width: 100%;
    height: 441px;
    margin:0;
    padding:1px 0;
    overflow:visible;
    border:0;
    font-size: 14px;
    line-height: 20px;
}
.basetile_hp .basetile__title {
    display:block;
    margin-top:20px;
    margin-bottom: 8px;
    max-width:205px;
    height:40px;
    font-size: 14px;
    font-weight:normal;
}
.basetile_hp .basetile__title:hover {
    text-decoration:none;
}
.basetile__topside .basetile__title {
    height:auto;
    max-height:60px;
}
.basetile_hp  .basetile__fade-text {
    bottom:auto;
    height:15px;
    top:260px;
}
.basetile_hp .basetile__image {
    width:180px;
    height: 170px;
    margin:20px auto;
}
.basetile_hp .basetile__image img {
    max-width: 180px;
    max-height: 180px;
}
.basetile_hp .basetile__price {
    position: relative;
    margin-top:0;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #f47b32;
}
.basetile_hp .basetile__price_line-through {
    margin-top:0;
    height:20px;
    color:#a3a2a2 !important;
    font-size:16px;
    font-weight:bold;
    line-height:20px;
}
.owl-tile .basetile_hp .basetile__price_line-through {
    top: 240px;
}
.basetile_hp .basetile__price_line-through span {
    position: static;
}
.kit-promo {
  position: absolute;
  width: 55px;
  height: 66px;
  background-color: #f36f21;
  border: 1px solid #f36f21;
  border-radius: 4px;
  z-index: 10;
}
.kit-promo_big {
  width: 69px;
  height: 81px;
}

.kit-promo__title {
  color: #fff;
  font-family: Technodom, Tahoma, Arial, Helvetica, 'Helvetica Neue', FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
}
.kit-promo__image img {
  width: 51px;
  height: 51px;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #fff;
}
.kit-promo_big .kit-promo__image img {
  width: 65px;
  height: 65px;
}
.kit-promo__count {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background-color: #f30;
  border: 2px solid #000;
  border-radius: 50%;
    font-size:12px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}
.basetile__kit-promo {
  top: 5px;
  right: 7px;
}
.middle-right-column {
  float: right;
  width: 275px;
}
/* PRODUCT OF THE DAY COMPONENT*/
.product-of-the-day-component {
  width: 275px;
}
.product-day {
    position:relative;
}
.product-day a {
    text-decoration:none !important;
}
.product-day__label {
    display:inline-block;
    height:22px;
    padding:10px;
    margin-top:40px;
    color: #fff;
    background-color: #ffb000;
    border-radius:4px 4px 0 0;
    font-size:12px;
    line-height:22px;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
}
.product-day__body {
    display:block;
    position:relative;
    min-height:145px;
    padding: 15px 300px 15px 222px;
    border: 1px solid #ffb000;
    border-width:1px 0 1px 1px;
    border-radius:0 5px 5px;
}
.product-day__foot {
    position:absolute;
    top:82px;
    bottom:0;
    right:0;
    width:200px;
    padding:30px 20px;
    background-color:#fdfcef;
    border: 1px solid #ffb000;
    border-left:0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius:   5px 5px 0;
    border-radius: 0 5px 5px 0;
    text-align:center;
}
.product-day__img {
    position:absolute;
    top:30px;
    left:40px;
    width:120px;
    height:112px;
    overflow:hidden;
}
.product-day__img img {
  width:120px;
  max-height:120px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tda-podbanner .simple-buy-button {
    display:block;
    max-width:160px;
}
.product-day__button-buy {
    text-align: center;
}
.product-day .product-description__waitlist-button_to {
    background-position: 10px center;
    padding-left:30px;
}
.product-day__desc {
  color: #656565;
  font-size: 12px;
  line-height: 15px;
  margin: 15px 0;
}
.product-day__name {
  font-size: 14px;
  margin: 10px 0;
}
.product-day__new-price {
    margin:5px 0;
    font-size:30px;
    color: #f47b32;
    font-weight:700;
    text-align:left;
}
.product-day__new-price .price span {
    position: relative;
    top: -10px;
    font-size:16px;
}
.product-day__promotion {
    padding-bottom:8px;
    font-size:12px;
    color: #000;
    text-align:center;
}
.product-day__timer {
  background: url(../images/sprite.png) no-repeat -143px 0;
  width: 210px;
  height: 57px;
  margin: 0 auto;
}
.product-day__old-price {
     margin-top:0;
     font-size:16px;
     font-weight: 700;
     text-align:left;
     color: #a3a2a2;
    position: relative;
    display: inline-block;
    float: left;
 }
.product-day__old-price > span:before {
    content: "\00a0 ";
}

/* end PRODUCT OF THE DAY COMPONENT*/
.product-day__label {
    padding:10px;
    color: #fff;
    background-color: #ffb000;
    border-radius:4px 4px 0 0;
    font-size:12px;
    line-height:22px;
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
}
.left-panel .product-day__body,
.left-panel .product-day__foot {
    width:240px;
}

.left-panel .product-day,
.left-panel .promorotator {
    margin-top:20px;
}
.product-day__counter {
    display:inline-block;
    height:50px;
}
.salehits .td-label {
  color: #ffffff;
  background-color: #f36f21;
}
.salehits .td-label:after {
  border-left-color: #f36f21;
}
.salehits .basetile__price {
  color: #f36f21;
}
.salenews .basetile {
  border: 0;
}
.salenews .basetile__price {
  color: #00b050;
}
.salenews:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 19px;
  left: 19px;
  background: url(../images/sprite.png) no-repeat -360px 0;
  z-index: 9;
}
.productCarousel .salenews:before {
  display: none;
}
.salehits:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -417px 0;
  z-index: 10;
}
.productCarousel .salehits:before,
.salehits_no-sticker:before {
  display: none;
}
.slider-arrow {
  display: block;
  width: 0;
  height: 0;
  border-top: 13px solid #fff;
  border-bottom: 13px solid #fff;
}
.slider-arrow:after {
  content: '';
  display: block;
  position: relative;
  margin-top: -13px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}
.slider-arrow_left {
  border-right: 13px solid #555555;
}
.slider-arrow_left:after {
  margin-left: 2px;
  border-right: 13px solid #fff;
}
.slider-arrow_right {
  right: 0;
  border-left: 13px solid #555555;
}
.slider-arrow_right:after {
  margin-left: -14px;
  border-left: 13px solid #fff;
}
.salenews__arrow {
  position: absolute;
  display: block;
  height: 26px;
  width: 13px;
  padding: 150px 15px;
}
.salenews__arrow_left {
  left: 0;
}
.salenews__arrow_right {
  right: 0;
}
.countDownClock ul,
.countDownClock li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.contdown-title {
  text-align: center;
  padding: 0 10px;
}
.contdown-intro {
  margin-top: 67px;
  margin-bottom: 50px;
}
.countdown {
  position: relative;
}
.countdown-to-launch {
  text-align: center;
}
/* Main */
.countDownClock .container {
  position: relative;
  display: inline-block;
  height: 65px;
}
/* Up Shadow */
body.play ul li.before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, #000000));
  background: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  -webkit-animation: show .5s linear both;
  -moz-animation: show .5s linear both;
  -o-animation: show .5s linear both;
  animation: show .5s linear both;
  border-radius: 5px;
}
body.play ul li.active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, #000000));
  background: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  -webkit-animation: hide .5s .3s linear both;
  -moz-animation: hide .5s .3s linear both;
  -o-animation: hide .5s .3s linear both;
  animation: hide .5s .3s linear both;
  border-radius: 5px;
}
/* Down Shadow */
body.play ul li.before .down .shadow {
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: show .5s linear both;
  -moz-animation: show .5s linear both;
  -o-animation: show .5s linear both;
  animation: show .5s linear both;
  border-radius: 5px;
}
body.play ul li.active .down .shadow {
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: hide .5s .3s linear both;
  -moz-animation: hide .5s .3s linear both;
  -o-animation: hide .5s .3s linear both;
  animation: hide .5s .3s linear both;
  border-radius: 5px;
}
body.play .countDownClock_white ul li.before .up .shadow,
body.play .countDownClock_white ul li.active .up .shadow,
body.play .countDownClock_white ul li.before .down .shadow,
body.play .countDownClock_white ul li.active .down .shadow {
  border-radius: 4px;
}
.countDownClock_white .flip {
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #cecece;
  margin: 0 2px;
}
.countDownClock_white ul.flip li {
  font-size: 20px;
  line-height: 40px;
}
.countDownClock_white ul.flip li a div div.inn {
  color: #000;
  text-shadow: none;
  background-color: #fff;
  border-radius: 4px;
}
body.play .countDownClock_white ul li.before .up .shadow {
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
}
body.play .countDownClock_white ul li.active .up .shadow {
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
}
/* Down Shadow */
body.play .countDownClock_white ul li.before .down .shadow {
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
}
body.play .countDownClock_white ul li.active .down .shadow {
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
}
.countDownClock_white .hourPlay:after,
.countDownClock_white .minutePlay:after {
  content: '';
}
.countDownClock_white .container ul:last-child {
  margin-right: 0;
}
.countDownClock_white .container {
  height: 66px;
}
.countDownClock_white .day-container:after {
  content: '';
}
.countDownClock_white .day-container:before {
  content: 'пїЅпїЅпїЅпїЅ';
  display: block;
  position: absolute;
  bottom: -14px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 10px;
  height: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
}
.countDownClock_white .minutePlay:before,
.countDownClock_white .secondPlay:before,
.countDownClock_white .hourPlay:before {
  content: 'пїЅпїЅпїЅпїЅ';
  display: block;
  position: absolute;
  bottom: -15px;
  text-align: center;
  font-size: 14px;
  line-height: 10px;
  height: 10px;
  font-weight: normal;
  margin-left: -24px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.countDownClock_white .minutePlay:before {
  content: 'пїЅпїЅпїЅпїЅпїЅ';
}
.countDownClock_white .secondPlay:before {
  content: 'пїЅпїЅпїЅпїЅпїЅпїЅ';
}
.countDownClock_white .hourPlay:before {
  content: 'пїЅпїЅпїЅпїЅпїЅ';
}
.countDownClock .flip {
  position: relative;
  float: left;
  margin: 5px 3px;
  width: 30px;
    height: 55px;
    font-size: 54px;
    font-weight: 700;
    line-height: 54px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.countDownClock .day-container {
  float: left;
  position: relative;
  line-height: 54px;
}
.countDownClock .day-container ul {
  float: right;
}
/*ul.flip:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 200;
    top: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(top, transparent 80%, rgba(0, 0, 0, .2));
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    pointer-events: none;
}*/
ul.flip li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 54px;
  list-style: none;
  line-height: 54px;
}
ul.flip li a {
  display: block;
  height: 100%;
  perspective: 150px;
  cursor: text;
}
ul.flip li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
ul.flip li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
ul.flip li a div.up {
  transform-origin: 50% 100%;
  top: 0;
}
ul.flip li a div.down {
  transform-origin: 50% 0%;
  bottom: 0;
}
ul.flip li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #202021;
  border-radius: 6px;
}
ul.flip li a div.up div.inn {
  top: 0;
}
ul.flip li a div.down div.inn {
  bottom: 0;
}
body ul li.pre-before {
  z-index: 2;
}
body ul li.pre-active {
  z-index: 3;
}
/* Play */
body.play ul li.before {
  z-index: 3;
}
body.play ul li.active {
  -webkit-animation: asd .5s .5s linear both;
  -moz-animation: asd .5s .5s linear both;
  -o-animation: asd .5s .5s linear both;
  animation: asd .5s .5s linear both;
  z-index: 2;
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  5% {
    z-index: 80;
  }
  100% {
    z-index: 4;
  }
}
@-moz-keyframes asd {
  0% {
    z-index: 2;
  }
  5% {
    z-index: 80;
  }
  100% {
    z-index: 4;
  }
}
@-o-keyframes asd {
  0% {
    z-index: 2;
  }
  5% {
    z-index: 80;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  5% {
    z-index: 80;
  }
  100% {
    z-index: 4;
  }
}
body.play ul li.active .down {
  z-index: 2;
  -webkit-animation: turn .5s .5s linear both;
  -moz-animation: turn .5s .5s linear both;
  -o-animation: turn .5s .5s linear both;
  animation: turn .5s .5s linear both;
}
@-webkit-keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-moz-keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
body.play ul li.before .up {
  z-index: 2;
  -webkit-animation: turn2 .5s linear both;
  -moz-animation: turn2 .5s linear both;
  -o-animation: turn2 .5s linear both;
  animation: turn2 .5s linear both;
}
@-webkit-keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Up Shadow */
body.play .countDownClock ul li.before .up .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  -webkit-animation: show .5s linear both;
  -moz-animation: show .5s linear both;
  -o-animation: show .5s linear both;
  animation: show .5s linear both;
}
body.play .countDownClock ul li.active .up .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  -webkit-animation: hide .5s .3s linear both;
  -moz-animation: hide .5s .3s linear both;
  -o-animation: hide .5s .3s linear both;
  animation: hide .5s .3s linear both;
}
/* Down Shadow */
body.play .countDownClock ul li.before .down .shadow {
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: show .5s linear both;
  -moz-animation: show .5s linear both;
  -o-animation: show .5s linear both;
  animation: show .5s linear both;
}
body.play .countDownClock ul li.active .down .shadow {
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-animation: hide .5s .3s linear both;
  -moz-animation: hide .5s .3s linear both;
  -o-animation: hide .5s .3s linear both;
  animation: hide .5s .3s linear both;
}
.countDownClock .sepr {
  margin-right: 8px;
}
.countDownClock .hourPlay:after,
.countDownClock .minutePlay:after,
.countDownClock .minutePlay:after {
  content: ':';
  display: block;
  position: absolute;
  top: 0;
  width: 11px;
  margin-left: -5px;
  right: -11px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.countDownClock .day-container:after {
  content: ':';
  display: block;
  position: absolute;
  top: 5px;
  width: 14px;
  margin-left: -5px;
  right: -11px;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.product-action__action__countdown .countDownClock .day-container:before {
  content: 'пїЅпїЅпїЅпїЅ';
  display: block;
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 10px;
  height: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.product-action__action__countdown .countDownClock .hourPlay:before,
.product-action__action__countdown .countDownClock .minutePlay:before,
.product-action__action__countdown .countDownClock .secondPlay:before {
  content: 'пїЅпїЅпїЅпїЅпїЅ';
  display: block;
  position: absolute;
  bottom: -15px;
  text-align: center;
  font-size: 11px;
  line-height: 10px;
  height: 10px;
  font-weight: normal;
  margin-left: -50%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.product-action__action__countdown .countDownClock .minutePlay:before {
  content: 'пїЅпїЅпїЅпїЅпїЅ';
}
.product-action__action__countdown .countDownClock .secondPlay:before {
  content: 'пїЅпїЅпїЅпїЅпїЅпїЅ';
}
.product-action__action__countdown .countDownClock .container {
  height: 77px;
}
.middle-content {
  padding: 25px;
}
.product-day__body .countDownClock {
  margin: 0 -20px;
}
.button__buy {
  background: none repeat scroll 0 0 #f36f21;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  width: 141px;
  font-size: 15px;
}
.button__buy:hover {
  cursor: pointer;
}
.flat-button {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  background: #fc732f;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
}
.flat-button:hover {
  background: #b2b2b2;
}
.flat-button_gray {
  background: #eee;
  color: #666;
  font-weight: normal;
}
.flat-button_gray:hover {
  background: #eee;
  color: #fc732f;
}
/*
## productDetails
********************************************************************/
.product-details-panel {
  position: relative;
  padding:0 20px;
  overflow:hidden;
}
/*
## Product Images
********************************************************************/
.product-image {
  position: absolute;
  top: 16px;
  width: 472px;
  height: 400px;
}
.productImage .productImagePrimary {
  height: 400px;
}
.productDetailsPanel .productImage .productImagePrimary:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:14px;
    background-color:#fff;
}
.productImage .productImagePrimary a.productImagePrimaryLink {
  display: block;
  width: 400px;
}
.productImage .productImagePrimary a.productImagePrimaryLink img {
  width: 100%;
}
.productImage .productImagePrimary a.productImageZoomLink {
   display: block;
   width: 32px;
   height: 32px;
   background: url("../images/icon-hd.png") no-repeat center 0;
   background-size: 30px 51px;
   position: absolute;
   top: 350px;
   right: 0;
 }
.productImageZoomLink_HD {
  display: block;
  position: absolute;
  top: 384px;
  right: 0;
  width: 30px;
  height: 16px;
  background: url("../images/icon-hd.png") no-repeat 0 -38px;
  background-size: 30px 51px;
  cursor: pointer;
}
.productImage .productImagePrimary a.productImage3DLink {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../images/icon-3d.png") no-repeat center 0;
  background-size: 30px 51px;
  position: absolute;
  top: 350px;
  right: 42px;
}
.productImage3DLink_3D {
  display: block;
  position: absolute;
  top: 384px;
  right: 42px;
  width: 30px;
  height: 16px;
  background: url("../images/icon-3d.png") no-repeat 0 -38px;
  background-size: 30px 51px;
  cursor: pointer;
}
/*
### Product Images scroller
********************************************************************/
.productImage .productImageGallery {
  width: 412px;
  height: 102px;
  position: relative;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.productImage .productImageGallery.jcarousel-top-container_without-arrow {
    padding:0;
    width:420px;
}
.productImage .productImageGallery.jcarousel-top-container_without-arrow li {
    margin-right: 8px;
}
.productImage .productImageGallery .jcarousel-clip {
  height: 120px;
}
.productImage .productImageGallery li {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0;
}
.productImage .productImageGallery li .thumb {
  display: block;
  overflow: hidden;
  width: 96px;
  height: 96px;
  margin: 1px;
  cursor: pointer;
}
.productImage .productImageGallery li .thumb.active {
  opacity: 0.5;
}
/*
## Product Description
********************************************************************/
.product-description-wrapper {
  position: relative;
  min-height: 522px;
  width: 700px;
  margin: 0 0 20px 518px;
}
.product-description__head {
  margin: 15px 0 20px;
  color: #252223;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}
.product-details-panel__code {
  float: right;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 18px;
}
.product-description__rating {
  position: relative;
}
.product-description__showcase__link,
.product-description__spec__link,
.product-description__review__link_read,
.product-description__accessories__link {
  display: inline-block;
  margin-right: 30px;
  padding-left: 18px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQpJREFUeNq0lLEOgjAURUujjk5+hobEP4DBSRkMThpm4wcZZ+LAgC7uusriwm8wuZi44H3JI3maijVok8sl7eu5aQt1yrJU/2ytznRzgg+hxX2/PPwCCuYEtoUuGg8X6kI7DAQ/gBNjx0yXAkLoBrWhtEkIz02ZRcxQY1uOeBk3DTHAx8SmFSgO8aGrCJl9AZ8JODF8ZipdFaHjDBuJkAQT5xZwqkkEfMQs9RTAIZkIobG4LoTHYq6t4Jms0a+TbENs4MYAEeJBhQiJBDwScKrxTHBqTt2fDNAARofV464V+5q94APN3zGcT1eFIUTZwt9u0ct25fwJF9/CrVYgVtKHVXdVYAOn9hBgABRegJRyBgWQAAAAAElFTkSuQmCC') no-repeat left center;
  background-size: 12px 7px;
  color: #055197;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}
.product-description__showcase__link:hover,
.product-description__spec__link:hover,
.product-description__review__link_read:hover,
.product-description__accessories__link:hover {
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARRJREFUeNq0lL0OAUEUha1EoZFIvAElzTbUChpUVESiVfAsGq1EqKjQUNDSaLQeQQiNQmJ9I5eI7NrxN8nJ2Z8738nunRnDsizPP4exr4VnuIlKgcZ6+AvooR7JYh20VAFbLoLohPKEDL6E57A+8qGdV0HRUR70peAXcMXMG6oHvEhyM0L+T7/EBp6BMTVuTaYggY1RQEKKFPQ04QWsK/ADSjN3fm3y4yqiMI5NJOSMyhR2XeBFrI28Ak8xZ3FfRc/L9J0QN7htgG6IDtwxQACm9CQkIRUAbXlXxloC38g/X9putFc7GVAMm0qIGlXxpriCJ4GvHHey21FhE+LRhWsFOIRowbUDJCSK3c6qnA5cjYsAAwBRBpo+f5vKWAAAAABJRU5ErkJggg==');
    color:#f36f21;
}
.product-description__review__link_read:last-child {
    margin-right:0;
}
.product-description__variants {
  clear: both;
}
.product-description__tabbody .product-description__spec__link {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
}
.product__technoservice {
  position: relative;
    margin-bottom:40px;
  padding: 0 8px;
  background-color: #f6f6f6;
  border: 1px solid #cfcece;
  border-radius: 3px;
}
.product__technoservice__item {
  position: relative;
  margin: 10px 0;
}
.product__technoservice__item .b-hint__balloon {
    top: -7px;
    left: -7px;
}
.product__technoservice__item .b-hint {
    position:absolute;
    top:-2px;
    right:-22px;
    width: 14px;
    height: 14px;
    border: 1px solid #7f7f7f;
    border-radius: 10px;
    background: #fff;
    color: #7f7f7f;
    text-transform: none;
    font-size:11px;
    line-height: 14px;
}
.b-hint-popup h3 {
    margin:20px 0;
    font-size:30px;
    font-weight:700;
    text-align:center;
}
.b-hint-popup p {
    margin:20px 0;
    font-size:16px;
    line-height:22px;
}
.b-hint-popup a {
    color:#055197;
}
.b-hint-popup a:hover {
    color:#f36f21;
}
.b-hint-popup__content {
    margin:0 55px;
}
.b-hint-popup__content_img {
    padding-left:160px;
    background-position:0 0;
    background-repeat:no-repeat;
}
.product__technoservice__title {
    position:relative;
  margin-right: 30px;
  text-transform: uppercase;
}
.product__technoservice__options {
  display: inline-block;
  padding: 0 7px;
  border: 1px solid transparent;
  color: #868686;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
}
.product__technoservice__radio {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

.product__technoservice_ts2__radio {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}

.product__technoservice__radio:checked + .product__technoservice__options {
  background: #e2e2e2;
  border-color: #d7d6d6;
  border-radius: 3px;
  cursor: default;
  color:#000;
}

.product__technoservice_ts2__radio:checked + .product__technoservice__options {
  background: #e2e2e2;
  border-color: #d7d6d6;
  border-radius: 3px;
  cursor: default;
  color:#000;
}

.product__technoservice__price {
  position: absolute;
  top: 0;
  right: 8px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.product__technoservice__price span:first-child::before {
    content: " ";
}
.product__technoservice__options .product__technoservice__price {
  display: none;
}
.product__technoservice__radio:checked + .product__technoservice__options .product__technoservice__price {
  display: block;
}

.product__technoservice_ts2__radio:checked + .product__technoservice__options .product__technoservice__price {
  display: block;
}

.product__variants {
  clear: both;
}
.product__variants__title,
.product__technoservice__title {
  margin-top:0;
  margin-bottom: 7px;
  font-size: 14px;
  color: #8d8d8d;
}
.product__technoservice__title {
    font-size:12px !important;
}
.product__variants__title span {
  color: #000;
}
.product-description {
    width:420px;
    margin-top:20px;
    padding-right:40px;
    border-right:1px solid #f0f0f0;
    float: left;
}
.product-description__columns {
  clear: both;
}
.product-description__price-n-buy {
    font-size: 0;
    vertical-align: bottom;
    margin-bottom: 20px;
}
.product-description__pnb__prices,
.product-description__pnb__buy {
    display:inline-block;
    vertical-align:bottom;
}
.product-description__pnb__prices {
    width:218px;
}
.product-description__pnb__buy {
    width:202px;
}
.product-description__pnb__buy a {
	/*margin-bottom: 10px;*/
}
.product-pdbar {
	width: 200px;
	float: left;
	margin-left: 35px;
	margin-top: 20px;
}
.product-pdbar__title {
    position:relative;
    margin-bottom:14px;
    padding-left:24px;
    color:#000;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}
.product-pdbar__title_delivery {
    background:url('../images/icon-delivery.png') left center no-repeat;
    background-size:18px 12px;
}
.product-pdbar__title_payment {
    background:url('../images/icon-payment.png') left center no-repeat;
    background-size:16px 10px;
}
.product-pdbar__title_guarantee {
    background:url('../images/icon-guarantee.png') left center no-repeat;
    background-size:13px 15px;
}
.product-pdbar__body {
    position:relative;
    padding-bottom:32px;
    color:#8d8d8d;
    font-size:15px;
    line-height:20px;
}

.product-pdbar__city {
    padding-top:34px;
}
.product-pdbar__city .change-city {
    color:#055197;
}
.product-pdbar__city .regionality__cities {
    left:auto;
    right:-1px;
    box-shadow:-2px 2px 3px rgba(0,0,0,0.3);
}
.product-pdbar__city .regionality__your-city {
    left:-20px;
    top:-4px;
}
.product-pdbar__city .regionality__your-city_active {
    box-shadow:-2px 2px 3px rgba(0,0,0,0.3);
}
.product-pdbar__city .regionality__cities:before {
    /*top:0;*/
    left:auto;
    right:0;
    border-radius:0 0 4px 0;
    box-shadow:2px 1px 2px rgba(0,0,0,0.3);
}
.product-pdbar__city p {
    margin:0 0 14px;
	font-size: 15px;
}
.product__variants__column {
    float: left;
    width: 202px;
}
.product__variants__column.colour {
    width:216px;
    margin-left:0;
}
.product-description__column {
  float: left;
  width: 218px;
}
.product-description__column_right {
    width:202px;
}
.product-description__column_reviews .product-description__review__link_read {
    font-size:14px;
    font-weight:normal;
    text-transform:none;
}
.product-description__column {
}
.product__variants__colorlist {
    margin: 8px 0 40px -2px;
    min-height: 22px;
    max-height: 46px;
    padding: 2px;
}
.product__variants__colorlist li {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 1px;
  margin-right: 10px;
  margin-bottom: 8px;
}
.product__variants__colorlist li.selected {
  outline: 2px solid #f36f21;
    margin-left:2px;
}
.product__variants__slist {
  margin: 8px 0 17px;
}
.product__variants__slist li {
  display: inline-block;
}
.product__variants__slist .product__variants__slist__item {
  display: inline-block;
  margin-right:10px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 25px;
}
.product__variants__slist li.selected .product__variants__slist__item {
  padding: 0 10px;
  background: #ebebeb;
}
.product__variants__slist .product__variants__slist__item_disabled {
    color:#aaa;
}
.product__variants__all,
.product__variants__colorlist__all {
    display:block;
    float:right;
    margin-top:6px;
    color:#055197;
}
.product__variants__colorlist__all {
    margin-right:16px;
}

.product__variants__colorlist__box {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.product-description__price {
  position: relative;
  display: block;
  height: 44px;
  color: #f36f21;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}
.product-description__price_ref {
  color: #c90400;
}
.product-description__price-stroke {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-top: 1px solid #000;
}
.product-description__price span {
  position: relative;
  top: -11px;
  font-size: 30px;
}
.product-description__price_stroke {
  position: relative;
  display: inline-block;
  height: 24px;
    margin-top:-8px;
  color: #a3a2a2;
  font-size: 20px;
  line-height: 24px;
  background: none;
}
.product-description__price_stroke span {
  position: relative;
  top: -5px;
  font-size: 14px;
}
.productDescription .summary {
  color: #252223;
  margin: 0 0 10px 0;
  font-size: 13px;
}
.productDescription .size {
  padding: 10px 0;
  color: #929292;
}
.productDescription .size form {
  float: left;
}
.productDescription .size .size-guide {
  float: left;
}
.productDescription .size form label {
  display: block;
  font-weight: normal;
}
.productDescription .productAddToCartPanel .span-5 {
  width: 185px;
}
.productDescription .LoveShare {
  text-align: center;
  margin-top: 15px;
}
.productDescription .share {
  color: #666666;
  float: none !important;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 0 0 25px;
}
.productDescription .share > span {
  display: none;
}
.productDescription .share {
  background: url("../images/productShareIcon.png") no-repeat left center;
}
/*
## Product Tabs
********************************************************************/
#productTabs {
  margin: 0 0 20px 0;
  clear: both;
}
#productTabs ul.tabs-list,
#productTabs .tabHead {
  border-bottom: 1px solid #979797;
}
#productTabs ul.tabs-list li {
  float: left;
}
#productTabs ul.tabs-list li a,
#productTabs .tabHead {
  display: block;
  color: #666666;
  font-size: 1.167em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px 10px 20px;
}
#productTabs ul.tabs-list li.current a {
  color: #000;
  background: #fff;
  border: 1px solid #979797;
  border-bottom: 0;
  margin: 0 0 -1px 0;
  padding: 9px 19px 11px 19px;
}
#productTabs .current-info,
#productTabs .content .tabhead {
  display: none;
}
#productTabs .content {
  position: relative;
  margin: 20px 0 0 0;
}
/*
### productDescriptionText
********************************************************************/
.productDescriptionText {
  margin-bottom: 20px;
}
/*
### productFeatureClasses
********************************************************************/
.product-classification-wrapper {
    padding-top: 36px;
    padding-left:20px;
  -webkit-column-width:590px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  -moz-column-width:590px;
  column-width:590px;
  column-gap: 40px;
}
.product-classification-block {
  width:590px;
  padding-bottom: 36px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.product-classification-tab {
  width: 100%;
  border-collapse: collapse;
}
.product-classification-block .showcase__title {
  margin: 0;
  padding-left:0;
}
.product-classification-tab tr {
  border-bottom: 1px dashed #cecece;
}
.product-classification-tab td {
  padding: 5px 2% 5px 0;
}
.product-classification-tab__attrib {
  width:250px;
  color: #8d8d8d;
}
.product-classification-tab__attrib,
.product-classification-tab__value {
    font-size:14px;
    line-height:19px;
}
/*
### prodReview
********************************************************************/
.prodReview {
  margin: 0 0 20px 0;
}
.prodReview .count {
  color: #808080;
  padding: 0 10px;
}
.reviews__head {
  font-size: 13px;
}
.reviews__link,
.base-link,
.popup-sub__link,
.write-review__unauth-txt a {
  color: #055197;
  font-size: 14px;
  text-decoration: none;
}
.reviews__link:hover,
.base-link:hover,
.product__variants__all:hover,
.product__variants__colorlist__all:hover,
.popup-sub__link:hover,
.write-review__unauth-txt a:hover {
    color:#f36f21;
}
.review__body {
  float: left;
  clear: both;
  margin-top: 12px;
  color: #000;
  font-size: 14px;
  line-height: 26px;
}
.review__item {
  border-top: 1px dashed #a5a5a5;
  padding: 16px 0;
}
.review__item:first-child {
  border-top: 0;
}
#write_reviews.reviews .headline {
  border-bottom: 1px solid #A5A5A5;
  font-size: 1.2em;
  font-weight: 700;
  height: 39px;
  line-height: 39px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.reviews .description {
  margin: 0 0 20px 0;
}
.review__body,
.review__head {
  word-wrap: break-word;
}
/*
### Product Images Colorbox
********************************************************************/
#cboxLoadedContent {
    position:relative;
}
#colorbox .productImage {
  padding: 20px;
}
#cboxClose {
    z-index:1500;
}
#colorbox .productImage .productImageGallery .jcarousel-clip {
  height: 455px;
}
#colorbox .productImage .productImagePrimary {
  /*margin-left:120px;*/
  position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:500;
    height:auto;
  text-align: center;
}
#colorbox .productImage .productImagePrimary img {
  max-width: 80%;
}
#colorbox .productImage .productImageGallery .jcarousel-skin {
    height:400px;
}
#colorbox .productImage .productImageGallery {
  /*float: left;*/
    position:absolute;
    top:50%;
    left:10px;
    z-index:1000;
  width: 100px;
  height: 400px;
    margin:0;
    margin-top:-220px;
  padding: 20px 0;
}
#colorbox .productImage .productImageGallery_2 {
    height: 200px;
    margin-top:-120px;
}
#colorbox .productImage .productImageGallery_3 {
    height: 300px;
    margin-top:-170px;
}
#colorbox .productImage .jcarousel {
  height: 135px;
  width: 450px;
}
#colorbox .productImage .jcarousel li {
  width: 101px;
  margin: 0 25px;
  cursor: pointer;
}
/*
### quickviewLightbox Colorbox
********************************************************************/
#quickviewLightbox {
  padding: 20px;
}
#quickviewLightbox .productImage {
  padding: 0;
  margin: 0 30px 0 0;
}
#quickviewLightbox .productImage .productImagePrimary {
  margin: 0;
}
#quickviewLightbox .productImage .productImagePrimary .productImagePrimaryLink {
  width: 284px;
}
#quickviewLightbox .productImage .productImagePrimary a.productImageZoomLink {
  right: 0;
}
#quickviewLightbox .productDescription {
  width: 496px;
}
.old__showcase {
    width: 950px;
    display: block;
    margin:0 auto;
}
.pay-button {
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f79535, endColorstr=#f47c30);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@color1', endColorstr='@color2')";
  background: -webkit-gradient(linear, left top, left bottom, from(#f79535), to(#f47c30));
  background: -moz-linear-gradient(top, #f79535, #f47c30);
  background: -o-linear-gradient(top, #f79535, #f47c30);
  background: -ms-linear-gradient(top, #f79535, #f47c30);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  box-shadow: inset 0 -3px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 48px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.pay-button:hover,
.pay-button .in-cart-button:hover {
  color: #FFF;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9d0a, endColorstr=#ff700a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@color1', endColorstr='@color2')";
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9d0a), to(#ff700a));
  background: -moz-linear-gradient(top, #ff9d0a, #ff700a);
  background: -o-linear-gradient(top, #ff9d0a, #ff700a);
  background: -ms-linear-gradient(top, #ff9d0a, #ff700a);
  text-shadow: 1px 1px 3px #777;
}
.pay-button[disabled] {
  background: #000;
  color: #fff;
  opacity: 1;
}
.pay-button_mid {
    font-size:16px;
    line-height:40px;
    box-shadow:none;
}
.pay-button_mini {
  font-size: 14px;
  line-height: 38px;
  padding: 0 15px;
}
.one-click-order {
	display: block;
    margin: 0;
    padding-left: 44px;
    background: url(../images/icon-oneclick.png) no-repeat 15px center;
    background-size: 20px 12px;
    color: #f36f21;
    font-family: Technodom, Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.one-click-order:hover {
    opacity:0.8;
    /*color:#f79535;*/
}

.product-description__credit-button {
  position: relative;
  left: -2px;
  float: right;
  height: 40px;
  display: block;
  margin: 0 0 20px;
  border: 1px solid #f36f21;
  border-top-right-radius: 4px;
  border-bottom-right-radius:  4px;
  -webkit-border-top-right-radius:  4px;
  -webkit-border-bottom-right-radius:  4px;
  box-shadow: none;
  color: #f36f21;
  width: 147px;
  font-size: 11px;
  font-weight: normal;
  text-indent: 35px;
  text-transform: uppercase;
  text-shadow: none;
  line-height: 14px;
}

.product-description__credit-button:before {
    position: absolute;
    top: 10px;
    left: 9px;
    display: block;
    background-image: url("../images/icon-credit.png");
    background-size: 18px;
    background-position: top;
    background-repeat: no-repeat;
    content: '';
    width: 18px;
    height: 18px;
}
.product-description__credit-button:hover {
    background-color: #f36f21;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.product-description__credit-button:hover:before {
    background-position: bottom;
}

.product-description__credit-wrapper {
    width: 204px;
}

.product-description__credit-dropdown-trigger {
    float: left;
    position: relative;
    height: 40px;
    width: 53px;
    background: #fbf5d3;
    border-left: 1px solid #c9c4a9;
    border-top: 1px solid #c9c4a9;
    border-bottom: 1px solid #c9c4a9;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    cursor: pointer;
}

.product-description__credit-dropdown-trigger span {
    line-height: 27px;
    display: block;
    text-align: center;
    color: #8d8d8d;
}

.product-description__credit-dropdown-trigger:after  {
    position: absolute;
    display: block;
    top: 25px;
    width: 13px;
    left: 21px;
    height: 6px;
    content: '';
    opacity: .5;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAFCAQAAAA0sa6aAAAASUlEQVQIHQXBMRGAIAAAwMcjBytnJE8LMFCAXMrO4KyLJbSE/+yKAAAIioPZacgAyIbTDJPq1UREzaeaAEi62+LSJQAAVo8NgB8Elw7FjcBrBQAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
}

.product-description__credit-dropdown-trigger.active:after {
    opacity: 1;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.product-description__credit-value {
    font-size: 14px;
    font-weight: bold;
}

.product-description__credit-dropdown-trigger.active span {
    color: #000000;
}

.product-description__credit-dropdown-trigger.active {
    border-bottom-left-radius: 0;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    z-index: 99;
    background-color: #ffffff;
}

.product-description__credit-dropdown-trigger:hover {
    border-color: #f36f21;
}

.product-description__credit-dropdown-trigger.active .product-description__credit-dropdown {
    display: block;
}

.product-description__credit-dropdown {
    width: 53px;
    display: none;
    position: absolute;
    top: 40px;
    left: -1px;
    border: 1px solid #c9c4a9;;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}

.product-description__credit-dropdown li {
    padding: 7px 17px;
    font-size: 14px;
    color: #000000;
}

.product-description__credit-dropdown li.active {
    font-weight: bold;
    background-color: #f6f6f6;
}

.product-description__credit-dropdown li:hover {
    cursor: pointer;
    background-color: #f6f6f6;
}

.product-description__pay-button span {
  display: inline-block;
  background: transparent url("../images/icon-buy.png") no-repeat left center;
  background-size: 25px 23px;
  padding-left: 36px;
}
/*! Social Likes v3.0.11 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */
.social-likes,
.social-likes__widget {
  display: inline-block;
  padding: 0;
  vertical-align: middle!important;
  word-spacing: 0!important;
  text-indent: 0!important;
  list-style: none !important;
}
.social-likes {
  opacity: 0;
}
.social-likes_visible {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.social-likes > * {
  display: inline-block;
  visibility: hidden;
}
.social-likes_vertical > * {
  display: block;
}
.social-likes_visible > * {
  visibility: inherit;
}
.social-likes__widget {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.social-likes__widget:before,
.social-likes__widget:after {
  display: none !important;
}
.social-likes_vertical .social-likes__widget {
  display: block;
  float: left;
  clear: left;
}
.social-likes__button,
.social-likes__icon,
.social-likes__counter {
  text-decoration: none;
  text-rendering: optimizeLegibility;
}
.social-likes__button,
.social-likes__counter {
  display: inline-block;
  margin: 0;
  outline: 0;
}
.social-likes__button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.social-likes__button:before {
  content: "";
  display: inline-block;
}
.social-likes__icon {
  position: absolute;
}
.social-likes__counter {
  display: none;
  position: relative;
}
.social-likes_ready .social-likes__counter,
.social-likes__counter_single {
  display: inline-block;
}
.social-likes_ready .social-likes__counter_empty {
  display: none;
}
.social-likes_vertical .social-likes__widget {
  display: block;
}
.social-likes_notext .social-likes__button {
  padding-left: 0;
}
.social-likes_single-w {
  position: relative;
  display: inline-block;
}
.social-likes_single {
  position: absolute;
  text-align: left;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0 0.11s, opacity 0.1s ease-in;
  transition: visibility 0s 0.11s, opacity 0.1s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.social-likes_single.social-likes_opened {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.social-likes__button_single {
  position: relative;
}
@font-face {
  font-family: "social-likes";
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABK0ABAAAAAAHQgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABbAAAABkAAAAcclIX3UdERUYAAAGIAAAAHAAAAB4AJwAST1MvMgAAAaQAAABKAAAAYEDWXUVjbWFwAAAB8AAAAEIAAAFCAA/0tGN2dCAAAAI0AAAAFAAAACADq/+YZnBnbQAAAkgAAAWQAAALcIqRkFlnYXNwAAAH2AAAAAgAAAAIAAAAEGdseWYAAAfgAAAIHgAACmRt5f8NaGVhZAAAEAAAAAAxAAAANgLoDfxoaGVhAAAQNAAAACAAAAAkA/gBzGhtdHgAABBUAAAAKwAAAC4P2AAKbG9jYQAAEIAAAAAaAAAAGg9aDQZtYXhwAAAQnAAAACAAAAAgATEBSW5hbWUAABC8AAABMQAAAknDpdnycG9zdAAAEfAAAABIAAAAgph9vwlwcmVwAAASOAAAAHoAAACG5UErvHicY2BgYGQAggtzvNLA9K1nu2E0AFMFCLQAAAB4nGNgZGBg4AFiMSBmYmAEQm4gZgHzGAAEFwA6eJxjYGG8zDiBgZWBgdGHMY2BgcEdSn9lkGRoYWBgYmBlZoADAQSTISDNNYXhwEfGj5yMB/4fYNBjPMngABRmRFKiwMAIAF5xDK8AAHicY2BgYGaAYBkGRgYQsAHyGMF8FgYFIM0ChED+R87//4Ek4////ExQlQyMbAwwJgMjE5BgYkAFjAzDHgAARicGtQAAeJxjYEADPBDIePL/ARAGABa+BUN4nK1WaXfTRhQdeUmchCwlCy1qYcTEabBGJmzBgAlBsmMgXZytlaCLFDvpvvGJ3+Bf82Tac+g3flrvGy8kkLTncJqTo3fnzdXM22USWpLYC+uRlJsvxdTWJo3sPAnphk3LUXwoO3shZYrJ3wVREK2W2rcdh0REIlC1rrBEEPseWZpkfOhRRsu2pFdNyi096S5b40G9Vd9+GjrKsTuhpGYzdGg9siVVGFWiSKY9UtKmZaj6K0krvL/CzFfNUMKITiJpvBnG0EjeG2e0ymg1tuMoimyy3ChSJJrhQRR5lNUS5+SKCQzKB82Q8sqnEeXD/Iis2KOcVrBLttP8vi95p3c5P7Ffb1G25EAfyI7s4Ox0JV+EW1th3LST7ShUEXbXd0Js2exU/2aP8ppGA7crMr3QjGCpfIUQKz+hzP4hWS2cT/mSR6NaspETQetlTuxLPoHW44gpcc0YWdDd0QkR1P2SMwz2mD4e/PHeKZYLEwJ4HMt6RyWcCBMpYXM0SdowcmAlZYsqqfWumDjldVrEW8J+7drRl85o41B3YjxbDx1bOVHJ8WhSp5lMndpJzaMpDaKUdCZ4zK8DKD+iSV5tYzWJlUfTOGbGhEQiAi3cS1NBLDuxpCkEzaMZvbkbprl2LVqkyQP13KP39OZWuLnTU9oO9LNGf1anYjrYC9PpaeQv8Wna5SJF6frpGX5M4kHWAjKRLTbDlIMHb/0O0svXlhyF1wbY7u3zK6h91kTwpAH7G9AeT9UpCUyFmFWIVkBirWtZlsnVrBapyNR3Q5pWvqzTBIpyHBfHvoxx/V8zM5aYEr7fidOzIy49c+1LCNMcfJt1PZrXqcVyAXFmeU6nWZbv6zTH8gOd5lme1+kIS1unoyw/1GmB5Uc6HWN5QQuadN/BkIsw5AIOkDCEpQNDWF6CISwVDGG5CENYFmEIyyUYwvJjGMJyGYawvKxl1dRTSePamVgGbEJgYo4eucxF5WoquVRCu2hUakOeEm6VVBTPqn9loF488oY5sBZIl8iaXzHOlY9G5fjWFS1vGjtXwLHqbx+O9jnxUtaLhT8F/9XWVCW9Ys3Dk6vwG4aebCeqNql4dE2Xz1U9uv5fVFRYC/QbSIVYKMqybHBnIoSPOp2GaqCVQ8xszDy063XLmp/D/TcxQhZQ/fg3FBoL3INOWUlZ7eCs1dfbstw7g3I4EyxJMTfz+lb4IiOz0n6RWcqej3wecAWMSmXYagOtFbzZJzEPmd4kzwRxW1E2SNrYzgSJDRzzgHnznQQmYeqqDeRO4YYN+AVhbsF5J1yieqMsh+5F7PMopPxbp+JE9qhojMCz2Rthr+9Cym9xDCQ0+aV+DFQVoakYNRXQNFJuqAZfxtm6bULGDvQjKnbDsqziw8cW95WSbRmEfKSI1aOjn9Zeok6q3H5mFJfvnb4FwSA1MX9733RxkMq7WskyR20DU7calVPXmkPjVYfq5lH1vePsEzlrmm66Jx56X9Oq28HFXCyw9m0O0lImF9T1YYUNosvFpVDqZTRJ77gHGBYY0O9Qio3/q/rYfJ4rVYXRcSTfTtS30edgDPwP2H9H9QPQ92Pocg0uz/eaE59u9OFsma6iF+un6Dcwa625WboG3NB0A+IhR62OuMoNfKcGcXqkuRzpIeBj3RXiAcAmgMXgE921jOZTAKP5jDk+wOfMYdBkDoMt5jDYZs4awA5zGOwyh8Eecxh8wZx1gC+ZwyBkDoOIOQyeMCcAeMocBl8xh8HXzGHwDXPuA3zLHAYxcxgkzGGwr+nWMMwtXtBdoLZBVaADU09Y3MPiUFNlyP6OF4b9vUHM/sEgpv6o6faQ+hMvDPVng5j6i0FM/VXTnSH1N14Y6u8GMfUPg5j6TL8Yy2UGv4x8lwoHlF1sPufvifcP28VAuQABAAH//wAPeJw9Vltv3MYVnjNDzpBcLi+7JHel5V5E7k278sq73Itk3dYryfJlZceqbKlx4soJYgROHPXBubRoUzQp2gAJ0PbBBZymv6Ao+t6XyEBhoEX7UCC/oP0HRfuSAFIP6bgYgsMhOcMz53wXEkpsQsgTuEUYEaQ1buCIUcLuEgpA9wilcFvCK7hKiOCyhK8xW5bddmRHdiOyQ/uT9+/fh1unv7chwrlAyNkJnMEJqZKr450MSDLsCKAMGIWHCgC8o+I7uJB8RCTGpH0iSew2Byaxq0BKfmF2Ju9mbVNPaarCSRVCTXba0PNc2+FtGESjcNAfrsCgHga8CKEbuWFQH9j9YQT/0i1L/2iiTS1v3m2cG04m/43vwImtny7r1rPdXia7zQbdpevPbB2e6bh1jvGeUQJPSZrskV+QX5Pfki/IW+M3h/XQljiDHUIZPSaMs2MNuODHKghFHBMlpRyTlJ46JjroxwTSQGQgR7gzSd4nsiwdEkmWpkA+f/LZpx//9Cc//tEPf/D+u49e/97Odq3qFwQnadAN3FotaNSHOa83GnqCh7Vuf1RvYBtuQC/q5bykDXu54ShpZSiBwDCE5zpJ/20LcZVGBxrJ3FzX+XYithXaGw1ftEE/eSMQBoTxnABHYRAvkOv2h5hkh9dHeBVfYFaBGKYwhKqreDaNM9KKsUC5guDgQlctc8aKXousGU/NsBSVFI54AakluJ62nKxdrtnFuaCQqVYqXkbXOd/CLylmRjNdP9Vup/yslbZMhQu5oqZ129XkGe6rms9nZM01DEtUVjN+plI5qVSwHyexJKE82TqvcNW0qzmMh3HF0E1TN3QqIVIhV7VNlSvnt+bCspc3s6qiKpQxqqiWY3teuZSddbyUoaaYzBB8sqSpRsqzSq2axmWcD/EmsMpKbdbxfTx8v4BHfE3Y2TdnX+HjvxCD7JDLZGO8agKhF3PxpxErMpEpeUgQzd8nMtJBRkiAJME+wbwgJECa7lzanJxfHFZ7XM61ax1oQ8Bdx4t6w9FgFEO75xWBe6N1iCvKsVRYxhIgPuJrrHEHsJJYWcxlfdDAOmHlcnBIRw3a6vYbrSGVdZXpKbB5Ju+0mvdvV+odBkb5yWomJzL5a4cHhYK6evHGnzYuSuPiJrQfHRw8Wvhbq3thvt0fNFL3tLQt/qoJnt0/roV525t9NZqb2xnmRbaiaMxeWTz/3oeNxfxk+x+RVw7M9uGjwwVCpLNT5P4ycr9NBmSNrJOt8cWCzRlqyf9TA8j+dwgXSHjOUAKQKbEEyIfIHHnaWVi5MBr2uguDzqBZ83xF9tq1brxTkfMcE3gQg1zwYBHq/Q0aJwjzhNkpQ0ygRjfgjtcb9utekhXPEXBetfzyyj1VZWpeVQbWFDtJVXedUVgwBC+41qJlrVRd/1ez9Xq/Xvffnk7fnn70h0wu44h7+DJTVaWP05IFdh0pZ7tuWhhpA6BoiD/X+7Vav/70WjztGqGJ/p3Cl2RCNslL491lkHkKqLyGnKFsh8icIsgeCkwDQzXFDBCUVX6U6O1+rLeHBEE8pSTqtprVwM2aaSGTCZ0osQ52cU8xcVEeSoCQGfRjHXSR7xswbNRRGqOExaiJo3U66CcPvXKsXLkOxI/J2YPHjx9UqxmREVVnbfryzq17fY3JlNuXlnpLndDJS0wXgVOUKPUx3O39xw/gy8df/SZV8C+ls69PVw5eW5t6THOEcMq9y6P28o2io82XNExeypGl99xctfTh9QePyXN9PYF/IyaaZIlcIVfJATkkH4zfdTAniAqJG1x6gxgqN9S3SAoUSClIH8Ilxo9MpA/VZHqUBlUHDVTtLhqMIkA5skCgIe1jJ3A9tK7p6vLC/MHtW/vf2bv50o3ru9e2JstXVq9E3fmlhSW7VnObtjzTri1DiT5Pz6CPghifXwxWQIRx6gR3co3lGE9JckWcwCyO42HjxY0Iumg8bjgIB9EgckFks5m7e9tXo/kDXMGIVtvd3Y/b84vFQjYzLmStTr2QNReai1G5JWvVYHk8IGebm3N4fGFnal50bakZlWZ4IaNZsNHq15qF+e7cvJv1zQtZa65108uW56+f/qdZyQclSGW71Q4YweZmMJmQBHNP4SbmWCFO7LqxUaPdCraNMJNir8WUgsT2CHCQUI/uIhWpvIc2RW8jMSmau5PN2JZppGPfxXWUGG2jgWiMcqLhjiJ7zo73Gw3CT6Pm+x80+xf2T/+45/+z8PI3/WT89eenf4fB6NmzJB5SSf4BzpEO2R5PFlrNMsqsXMi7tsQkDZ4zQZKP8RdAQnOl7BjxjzaLrEikMq4pkGnVD+2gweVZBD4XroOuFTRQKUcoAs+7NfBycfWSM2IffZKL4QjOcsXJZ69897JiX74QDDVdMdPV805h0dz/GVtbOFdu+HpQKsEvAzd9+eevLsI5aFYoU5brNEUro9nCm1zX2+tzil13pDTuh56dkieo8SfkDnmFtMfNA8Awd5KoGcYLxxKqG7nPyI3ra6vNum2QO+wOj5O4DEEi2ihZqFUrMEI6JoK+DoNG4sexM2PoJWqA69MSXQck8wZE+FsgEjgmRs5Nyhud+B3BTQi/Vma2ZotrlsUkKhi7wmWRsrwZRcigCFNWmWR2HUsoGB0as5azipj5aU7iHZ6aLQDUdYG+uG1mNd+zVHSndPl31PdLb4ShKuH/GkhqsVCflaWabeVTKgOVUoGfso25NM0ohiJJxcIqGj7T7HU1HWRnAMK8kUYdY2kx5/BcSlNk5P//ADlUXGgAAHicY2BkYGAAYtevW67E89t8ZZBnYgCBC7ee7YbR/3//P8DEwngSyOVgAEsDAKi5D64AAAB4nGNgZGBgPPn/AIMeE8P/3wwMTCwMQBEUwA0AgHMEx3icY9jNIMgAAqsYGBj/MzAwMYDo/78ZTf//Y/wHZH8C4kCI3P9/APiKDOcAAAAAKAAoACgAgAGYAiYCqAMwA+IEKgSUBTIAAAABAAAADACdAAYAAAAAAAIAIgAyAHMAAACJAHgAAAAAeJyNj79qAkEQxr/1HyRISCmpJp2Cd+xqbOyMYh0Q7I9jcy7qnazX2OUFkj5V3iDvljfId+cGbAIuDPObb2d2vgVwh28onM8jFoEVungL3EAbn4Gb6OMncAtd9RS4jXuVBu5Q/2Cnat2weq6nKlbo4TVwA7d4D9zEC74Ct9BTD4HbEDUL3KFeYo4CB5zg4ZBhgxJCPykGzCNoGEwwJM/YUcJiT14h4Yxlv0MOzIvDybtsU0o/HchIm8lQZr60e1klB5s5thy5JWV3gh0ihsOW80deFKlLdtHObS2ri4ugLDmYc3GVPRfa2lZMY4Ip47+Hz7cGY6qG8fcVLIu8XBY+szKKtUzl0gBLM45MVH3has9rip6yq50K91Sb4jpXLrG2/uiKXLQ2sdZarn35F9xrXusAAAB4nGNgYgCD/wcYJBmwAR4gZmRgYmRiZGZkYWRlZGNkZ+Rg5GTkYi/Ny3QzNDCE0kZQ2hhKm0BpUyhtBqXNobQFlLYEAMphFdB4nGPw3sFwIihiIyNjX+QGxp0cDBwMyQUbGVidNjEwMmiBGJu5mBg5ICw+BjCLzWkX0wGgNCeQze60i8EBwmZmcNmowtgRGLHBoSNiI3OKy0Y1EG8XRwMDI4tDR3JIBEhJJBBs5mFi5NHawfi/dQNL70YmBhcADHYj9AAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
.social-likes__icon_facebook:before {
  content: "\f101";
}
.social-likes__icon_github:before {
  content: "\f102";
}
.social-likes__icon_mailru:before {
  content: "\f103";
}
.social-likes__icon_odnoklassniki:before {
  content: "\f104";
}
.social-likes__icon_pinterest:before {
  content: "\f105";
}
.social-likes__icon_plusone:before {
  content: "";
}
.social-likes__icon_single:before {
  content: "\f107";
}
.social-likes__icon_twitter:before {
  content: "\f108";
}
.social-likes__icon_vkontakte:before {
  content: "\f109";
}
.social-likes {
  min-height: 36px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.social-likes,
.social-likes_single-w {
  line-height: 24px;
}
.social-likes,
.social-likes__widget_single {
  font-size: 14px;
}
.social-likes__widget {
  margin: 10px 4px 0 0;
  line-height: 1.5;
  border: 0;
  text-align: left;
  cursor: pointer;
}
.social-likes__button,
.social-likes__counter {
  box-sizing: border-box;
  font-family: Technodom, "Helvetica Neue", Arial, sans-serif;
  vertical-align: baseline;
  color: #ffffff;
}
.social-likes__button {
  padding: .04em .7em .18em 1.65em;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-likes__icon {
  top: 0;
  left: .21em;
  font-family: "social-likes";
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
  font-size: 1.15em;
  vertical-align: baseline;
}
.social-likes__counter {
  padding-right: .5em;
  font-weight: 400;
  font-size: 0.85em;
}
.social-likes_vertical .social-likes__widget {
  min-width: 13em;
}
.social-likes_vertical .social-likes__counter {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.3em;
}
.social-likes_light .social-likes__widget {
  min-width: 0;
  background: 0 0;
}
.social-likes_light .social-likes__button,
.social-likes_single-light + .social-likes__button {
  min-width: 0;
  padding-left: 1.35em;
  font-weight: 400;
  text-decoration: underline;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.social-likes_light .social-likes__icon {
  margin-top: -0.1em;
  margin-left: -0.25em;
}
.social-likes_light .social-likes__counter,
.social-likes_single-light + .social-likes__button + .social-likes__counter {
  position: static;
  margin-top: 0;
  color: #999999;
}
.social-likes_notext .social-likes__button {
  width: 1.85em;
}
.social-likes_notext .social-likes__icon {
  margin-left: 0.1em;
}
.social-likes_notext.social-likes_light,
.social-likes_notext.social-likes_light .social-likes__widget,
.social-likes_notext.social-likes_light .social-likes__icon {
  margin: 0;
  left: 0;
}
.social-likes_notext.social-likes_light .social-likes__button {
  width: 1.4em;
  padding-left: 0;
}
.social-likes_single {
  margin-top: -1.2em;
  padding: .5em;
  background: #fff;
  border: 1px solid #dddddd;
}
.social-likes__widget_single {
  height: 1.7em;
  margin: 0;
  padding: .1em 0;
  line-height: 1.5;
  background: #007aff;
}
.social-likes_single-light + .social-likes__widget_single {
  color: #007aff;
}
.social-likes__icon_single {
  left: .4em;
  font-size: 1.1em;
}
.social-likes__widget_facebook {
  background: #3d5b95;
}
.social-likes_light .social-likes__button_facebook {
  color: #3d5b95;
}
.social-likes__icon_facebook {
  left: .25em;
  top: .05em;
  font-size: 1.1em;
}
.social-likes_notext .social-likes__icon_facebook {
  margin-left: 0.15em;
}
.social-likes__widget_twitter {
  background: #24aadd;
}
.social-likes_light .social-likes__button_twitter {
  color: #24aadd;
}
.social-likes__icon_twitter {
  top: .1em;
  left: 0.25em;
}
.social-likes_light .social-likes__icon_twitter {
  left: 0.1em;
}
.social-likes__widget_plusone {
  background: #d23e30;
}
.social-likes_light .social-likes__button_plusone {
  color: #d23e30;
}
.social-likes_notext .social-likes__icon_plusone {
  margin-left: 0;
}
.social-likes__icon_plusone {
  left: 0.25em;
    background-image:url('../images/sm_googleplus.png');
    background-position:center center;
    background-repeat:no-repeat;
    background-size: 90% auto;
}
.social-likes_light .social-likes__icon_plusone {
  margin-top: 0;
}
.social-likes__widget_mailru {
  background: #00468c;
}
.social-likes_light .social-likes__button_mailru {
  color: #00468c;
}
.social-likes__icon_mailru {
  left: 0.25em;
}
.social-likes_light .social-likes__icon_mailru {
  left: 0.1em;
}
.social-likes_notext .social-likes__icon_mailru {
  margin-left: 0.075em;
}
.social-likes__widget_vkontakte {
  background: #587e9f;
}
.social-likes_light .social-likes__button_vkontakte {
  color: #587e9f;
}
#product-description-tab-desc .social-likes__widget {
    width:24px;
    height:24px;
}
#product-description-tab-desc .social-likes__icon {
    width:24px;
    height:24px;
    font-size:20px;
    line-height:36px;
}
#product-description-tab-desc .social-likes__widget_vkontakte,
#product-description-tab-desc .social-likes__widget_facebook,
#product-description-tab-desc .social-likes__widget_twitter,
#product-description-tab-desc .social-likes__widget_plusone {
  background-color: #7c7c7c;
  border-radius:3px;
  overflow:hidden;
}
#product-description-tab-desc .social-likes__widget_vkontakte:hover,
#product-description-tab-desc .social-likes__widget_twitter:hover,
#product-description-tab-desc .social-likes__widget_plusone:hover {
  background-color:#242424;
}
#product-description-tab-desc .social-likes__button {
  padding:0;
  width:24px;
  height:24px;
}
#product-description-tab-desc .social-likes__widget_facebook {
  background-color:#fff;
}
#product-description-tab-desc .social-likes__icon_facebook {
  left:-1px;
  top:-7px;
  font-size:26px;
  color:#7c7c7c;
}
#product-description-tab-desc .social-likes__widget_facebook:hover .social-likes__icon_facebook {
  color:#242424;
}
#product-description-tab-desc .social-likes__icon_vkontakte {
    top:0;
    left:2px;
}
#product-description-tab-desc .social-likes__icon_twitter{
    top:-3px;
    left:3px;
}
#product-description-tab-desc .social-likes__icon_plusone {
    top:0;
    left:0;
}
.social-likes__icon_vkontakte {
  top: .2em;
  left: 0.25em;
}
.social-likes__widget_odnoklassniki {
  background: #f59310;
}
.social-likes_light .social-likes__button_odnoklassniki {
  color: #f59310;
}
.social-likes__icon_odnoklassniki {
  left: 0.4em;
}
.social-likes_light .social-likes__icon_odnoklassniki {
  left: 0.25em;
}
.social-likes_notext.social-likes_light .social-likes__button_odnoklassniki {
  width: 1em;
}
.social-likes__widget_pinterest {
  background: #cb132d;
}
.social-likes_light .social-likes__button_pinterest {
  color: #cb132d;
}
.social-likes_light .social-likes__icon_pinterest {
  left: 0.1em;
}
.social-likes_sq {
  display:block;
}
.social-likes_sq .social-likes__widget {
  width:36px;
  height:36px;
  border-radius:3px;
}
.social-likes_sq .social-likes__icon {
  top:0;
  left:0;
  width:36px;
  height:36px;
  line-height:36px;
  font-size:32px;
  text-align:center;
  vertical-align:middle;
}
.social-likes_sq .social-likes__icon_vkontakte {
  line-height:48px;
}
.social-likes_sq .social-likes__widget_facebook {
  background:none;
}
.social-likes_sq .social-likes__icon_facebook {
  font-size:36px;
  line-height:36px;
  color:#3d5b95;
}
.social-likes_sq .social-likes__icon_twitter {
  background: url('../images/sm_twitter.png') no-repeat center center;
  background-size:36px 36px;
}
.social-likes_sq .social-likes__icon_twitter:before{
  content:'';
}
.social-likes_sq .social-likes_ready .social-likes__counter {
  position: absolute;
  left: 0;
  top: 36px;
  width: 36px;
  padding: 0;
  color: #555;
  text-align: center;
}

.social-login {
  display: inline-block;
  position:relative;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 3px;

}
.social-login_vk {
  color: #fff;
  background:#587e9f;
  border-radius:3px;
}
.product-actions {
  padding: 35px 20px;
}
.product-actions__head {
  color: #000;
  font-size: 26px;
  font-weight: 700;
}
.product-actions__panel {
  position: relative;
}
#bundle_bunner .product-actions__panel {
  margin-top:40px;
}
.product-actions__action {
  position: relative;
}
.product-actions__action__head {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.product-actions__action__subhead {
  color: #f36f21;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
}
.product-actions__action__equation {
  display: table;
  height: auto;
}
.basetile_product-action {
  display: table-cell;
  width: 200px;
  height: auto;
  border: 0;
}
.basetile_product-action .basetile__image {
  height: 130px;
  margin-bottom: 20px;
}
.basetile_product-action .basetile__title {
  margin-top: 8px;
  max-width: 150px;
  max-height: 80px;
  color: #656565;
  font-size: 10px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}
.product-action__action__symb {
  display: table-cell;
  width: 50px;
  color: #a3a3a3;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.product-action__action__price {
  display: table-cell;
  width: 220px;
  padding-left: 20px;
  color: #f36f21;
  font-size: 44px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}
.product-action__action__price span {
  position: relative;
  top: -18px;
  font-size: 20px;
}
.product-action__action__pay-button {
  display: inline-block;
  width: auto;
  height: 50px;
  padding: 0 35px;
  font-size: 14px;
}
.product-actions__action__equation_sub {
    margin-top:20px;
}
.product-actions__action__equation_sub .product-action__action__buy,
.product-actions__action__equation_sub .basetile__discount-message,
.product-actions__action__equation_sub .product-action__action__price__text {
    display:table-cell;
    vertical-align:middle;
    padding-right:25px;
}
.product-actions__action__equation_sub .product-action__action__price__text {
    white-space: nowrap;
}
.product-action__action__pay-button_bundle {
  white-space:nowrap;
  padding:0 20px;
}
.product-action__action__countdown {
  text-align: center;
}
.product-action__action__countdown__head {
  display: inline-block;
  font-size: 22px;
}
.product-icons-masked .product-icons-masked__i {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #055197;
  background-image: url("../images/icons-product-desc-mask.png");
  background-repeat: no-repeat;
  background-size: 18px 54px;
}
.product-icons-masked {
  position: relative;
  margin: 0 0 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 18px;
  color: #055197;
  cursor: pointer;
}
.product-icons-masked input:checked + .product-icons-masked__label,
.product-icons-masked:hover,
.product-icons-masked__label_active {
  color: #f36f21;
}
.product-icons-masked_active,
.product-icons-masked_active a {
    color:#f36f21;
}
.product-icons-masked__label {
  cursor: pointer;
}
.product-icons-masked__label_active,
.product-icons-masked_active {
  cursor: default;
}
.product-icons-masked .product-icons-masked__i_active,
.product-icons-masked input:checked + .product-icons-masked__label .product-icons-masked__i,
.product-icons-masked:hover .product-icons-masked__i {
  background-color: #f36f21;
}
.product-icons-masked input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.product-icons-masked a {
  text-decoration: none;
}
.product-icons-masked__i_tocompare {
  background-position: 0 0;
}
.product-icons-masked__i_tofav {
  background-position: 0 -18px;
}
.product-icons-masked__i_towhitelist {
  background-position: 0 -36px;
}
.basetile__bar .product-icons-masked {
    height:18px;
    width:18px;
    margin:0;
    padding:10px 13px;
    font-size:0;
    text-indent:1px;
    overflow: hidden;
}

.basetile__bar .product-icons-masked .product-icons-masked__i {
    left:13px;
}
.basetile__hp-favorite,
.basetile__hp-compare,
.basetile__hp-monitoring {
    position: absolute;
    top:0;
    right:0;
    width:46px;
    height:38px;
    margin:0;
    border-right:1px solid #f0f0f0;
    overflow: hidden;
}
.basetile__hp-monitoring {
    border:0;
}
.basetile__hp-compare {
    right:45px;
}
.basetile__hp-favorite {
    right:90px;
}
.basetile__ibar {
    position:relative;
    display:none;
    width:100%;
    margin:10px 0 0;
    padding:10px 20px 10px 80px;
    background-size: 43px 20px;
    box-sizing:border-box;
}
.basetile__hp-bonus {
    font-size:14px;
    background: #fdfcef url("../images/icon-technobonus.png") no-repeat 20px center;
    background-size: 43px 20px;
}
.basetile__hp-gnc {
    padding-left:60px;
    padding-right:8px;
    font-size:12px;
    background: #fdfcef url("../images/gnc-logo.png") no-repeat 15px center;
    background-size:38px 30px;
}
.tda-product-grid__item-wrapper_active .basetile__hp-bonus,
.tda-product-grid__item-wrapper_active .basetile__ibar,
.owl-tile .basetile_hp:hover .basetile__ibar,
.owl-tile .basetile_hp:hover .basetile__hp-bonus {
    display:block;
    color:#000;
}
.basetile__hp-bonus__value {
    display:inline-block;
    margin-left:8px;
    font-weight:700;
}
.basetile__hp-bonus__hint {
    position: absolute;
    top: 12px;
    right: 18px;
    display: inline-block;
    width:14px;
    height:14px;
    margin-left:8px;
    background:#fff;
    border:1px solid #7f7f7f;
    border-radius:8px;
    color:#7f7f7f;
    font-size:12px;
    line-height:14px;
    text-align:center;
    cursor:pointer;
}
.product-description__free-delivery {
  padding-left: 44px;
  background: url("../images/icon-freedel.png") no-repeat 14px center;
  background-size: 24px 14px;
  color: #8d8d8d;
  font-size: 14px;
    line-height:16px;
}
.product-action__slidelink {
  position: absolute;
  display: block;
  top: 50%;
  width: 30px;
  height: 50px;
  margin-top: -25px;
  z-index: 2;
}
.product-action__slidelink_prev {
  left: 5px;
}
.product-action__slidelink_next {
  right: 5px;
}
.product-action__arrow {
  position: absolute;
  top: 25px;
  display: block;
  width: 0;
  height: 0;
  background-color: #f36f21;
}
.product-action__arrow_left {
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
.product-action__arrow_right {
  right: 0;
  transform: rotate(135deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-0.7071067811865477, M12=-0.7071067811865475, M21=0.7071067811865475, M22=-0.7071067811865477, SizingMethod='auto expand')";
}
.product-action__arrow:after {
  content: '';
  position: absolute;
  width: 33px;
  height: 9px;
  border-radius: 6px;
  background-color: inherit;
}
.product-action__arrow:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 33px;
  border-radius: 6px;
  background-color: inherit;
}
.product-action__slidelink:hover .product-action__arrow {
  background-color: #f36f21;
}
.g-float-left {
  float: left;
}
.g-float-right {
  float: right;
}
.base-wrapper_reviews {
  min-width: 950px;
    padding:0 20px;
}
#reviews {
  width: 750px;
  float: left;
}
#write_reviews {
  float: right;
  width: 395px;
  padding: 14px 20px 20px;
  background: #fdfcef;
  border-radius: 4px;
}
.write-review {
  font-size: 14px;
  color: #252223;
}
.write-review__head {
  margin-bottom: 20px;
  font-size: 24px;
}
.write-review__unauth-txt {
  color: #000;
}
.mandatory-field {
  color: #c90400;
  margin-left: 4px;
}
.review-submit-button {
  width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.write_review_container {
  margin-bottom: 10px;
}
.write_review_container .control-group {
  display: table-row;
}
.write_review_container .control-group label.control-label {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  margin: 0;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #8d8d8d;
  line-height: 20px;
}
.write_review_container .controls {
  display: table-cell;
  margin: 0;
  padding-bottom: 20px;
  width: 316px;
}
.write_review_container .control-group input.ch-field__inp,
.ch-custom-field input.ch-field__inp,
.oneclick-popup__content .control-group input.custom-input {
  height: 40px;
  margin: 0;
  line-height: 38px;
  border: 1px solid #cacabf;
  box-shadow: none;
}
.ch-line-field button, .control-group label.ch-line__name {
  /*margin-top:21px;*/
}
.control-group label.ch-line__name {
  margin-bottom:8px;
}
.write_review_container .control-group textarea.textarea {
  height: 75px;
  margin: 0;
  border: 1px solid #cacabf !important;
  box-shadow: none !important;
}
.review__head {
  color: #8d8d8d;
  width: 360px;
  margin-bottom: 8px;
  font-size: 14px;
}
#read_reviews .stars-wrapper {
  display: block;
  float: left;
  clear: left;
}
.review__author {
  display: block;
  float: left;
  margin-left: 15px;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.review__rating {
  float: right;
  text-align: right;
}
.review__message {
  color: #f36f21;
}
.review-rating__item {
  display: block;
  float: left;
  margin-left: 10px;
  color: #000;
}
.review-rating__btn {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  background: url(../images/review__rate.png);
  background-size: 42px 22px;
}
.review-rating__btn_USEFUL {
  background-position: 0 0;
}
.review-rating__btn_USELESS {
  background-position: -21px 0;
}
.review-rating__count {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 24px;
}
.b-hint,
.b-hint__balloon:before {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  background-color: #fff;
  border-radius: 8px;
  color: #888;
    border:1px solid #888;
  line-height: 16px;
    font-size:12px;
    font-weight:normal;
  text-align: center;
  cursor: pointer;
}
.b-hint__balloon:before {
  position: absolute;
  left: 4px;
    top:4px;
  margin: 0;
  content: '?';
  text-indent: 0px;
}
.b-hint__balloon {
  position: absolute;
  top: -6px;
  left: -6px;
  display: none;
  min-width: 200px;
  max-width: 400px;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  text-align: left;
  text-indent: 16px;
}
.b-hint:hover {
  z-index: 12;
}
.b-hint:hover .b-hint__balloon {
  display: block;
  z-index: 10;
}

.b-info,
.b-info__balloon:before {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  margin-top:2px;
    overflow:hidden;
  background:url('../images/icon-info.png') no-repeat center center;
    background-size: 12px 12px;
  color: #055197;
  font-size:10px;
  line-height:10px;
  font-weight:normal;
  text-align: center;
    text-indent:-100px;
    text-transform:lowercase;
    vertical-align:top;
  cursor: pointer;
}
#citypopup {
    margin-top:4px;
}
.b-info__balloon:before {
  position: absolute;
  right: 4px;
  top:4px;
  margin: 0;
  content: '!';
  text-indent: 0px;
}
.b-info__balloon {
  position: absolute;
  top: -6px;
  right: -6px;
  display: none;
  min-width: 200px;
  max-width: 400px;
  padding: 5px 15px 5px 10px;
  background-color: #fff;
  border: 1px solid #055197;
  border-radius: 5px;
  font-size:11px;
  line-height:13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  text-align: left;
}
.b-info:hover {
  z-index: 12;
}
.b-info:hover .b-info__balloon {
  display: block;
  z-index: 10;
}


.product-promotion__item {
  width: 100%;
  background: #fdfcef;
  margin-top: 15px;
  padding: 12px 0;
}
.product-promotion__item p {
  margin: 0;
}
.product-promotion__head {
  color: #f36f21;
  width: 125px;
  text-transform: uppercase;
    margin-left:20px;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  background: url(../images/promotion-icon.png) no-repeat 0px 2px;
}
.product-promotion__description {
  width: 500px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-right: 40px;
}
.product-promotion__description_down {
  width: 723px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-right: 40px;
  margin-bottom: 10px;
}
.product-promotion__description_narrow {
  width:auto;
    white-space:nowrap;
  margin-right: 0;
    margin-top:14px;
}
.product-promotion__description a {
  color: #055197;
}
.product-promotion__description a:hover {
  color: #f36f21;
}
.product-promotion__item .product-promotion-countdown {
    padding-right:20px;
}
.jcarousel-promotions-container,
.jcarousel-price-container {
  position: relative;
}
.jcarousel-promotions {
  width: 230px;
  height: 270px;
  overflow: hidden;
  position: relative;
}
.jcarousel-price {
  height: 173px;
  overflow: hidden;
  position: relative;
}
.jcarousel-promotions-container .jcarousel-prev_vertical {
  top: -12px;
}
.jcarousel-promotions-container .jcarousel-next_vertical {
  bottom: -20px;
}
.jcarousel-promotions ul,
.jcarousel-price ul {
  height: 20000px;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel-promotions li {
    height: 270px;
}
.jcarousel-promotions li,
.jcarousel-price li {
  position: relative;
}
.jcarousel-price li {
  padding: 60px 0;
}
.product-order1click__title {
  margin-bottom: 15px;
  color: #73b73b;
  font-size: 13px;
}
.after-order-message_small {
  padding: 0;
}
.product-manuals li {
  display: block;
  margin-top: 5px;
    text-align:left;
}
.product-actions__panel_noborder {
  border: none;
}
.modal-window__head {
  background-color: #f36f21;
  color: #ffffff;
  padding: 5px;
  font-size: 1.2em;
  text-align: center;
}
.modal-window__errors {
  color: #c90400;
  line-height: 20px;
}
.modal-window__actions_narrow{
  width:100px;
  margin:0 auto;
}
.product-description__discount {
  margin: 20px 0;
}
.product-description__discount label {
  display: block;
  margin: 10px 0;
  cursor: pointer;
}
.product-description__discount__price {
  font-size: 20px;
  color: #c90400;
}
.product-description__discount__price span {
  position: relative;
  top: -5px;
  font-size: 14px;
}
.product-description__discount__price_def {
  color: #f36f21;
}
.product-description__discount-alert {
  position: absolute;
  right: 0;
  width: 200px;
  margin-top: 17px;
  color: #c90400;
  font-size: 17px;
}
.product__soldout {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -48px;
  width: 191px;
  height: 115px;
}
.product__soldout img {
  width: 191px;
  height: 115px;
}
.color-feature {
  display: block;
  width: 50px;
  height: 12px;
  border: 1px solid #333;
}
.in-cart-button {
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #252223;
  text-shadow: 1px 1px 3px #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0f0f0, endColorstr=#d9d9d9);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@color1', endColorstr='@color2')";
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#d9d9d9));
  background: -moz-linear-gradient(top, #f0f0f0, #d9d9d9);
  background: -o-linear-gradient(top, #f0f0f0, #d9d9d9);
  background: -ms-linear-gradient(top, #f0f0f0, #d9d9d9);
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  -khtml-border-radius: 9px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.9), inset 2px 2px 3px 0 rgba(255, 255, 255, 0.9);
  line-height: 53px;
  margin: 20px 0;
  width: 169px;
  height: 50px;
  text-align: center;
}
.product-day__button-buy .in-cart-button {
  border-radius: 4px;
  display: inline-block;
  padding: 6px 0;
  text-align: center;
  font-weight: 700;
  width: 141px;
  font-size: 13px;
  line-height: inherit;
  height: auto;
  margin: 0;
}
.modal-window__button {
  background-color: #f36f21;
  color: #ffffff;
  padding: 5px 8px;
  text-align: center;
  display: inline-block;
}
.preorder-form {
  margin-bottom: 30px;
  background: #F26F00;
  color: #FFFFFF;
  padding: 20px;
  width: 360px;
}
.product-carousel-loading {
    background: #fff url(../images/colorbox/loading.gif) no-repeat left top;
    border-radius: 5px;
}
#colorbox .jcarousel-prev_horizontal,
#colorbox .jcarousel-next_horizontal {
  margin-top: -31px;
}
.showcase__title {
  display: block;
  margin: 36px 0 0;
    padding-left:20px;
    padding-right:20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 25px;
  clear: both;
}
.showcase__title:after {
  content: '';
  display: block;
  width: 60px;
  height: 0;
  margin: 16px 0;
  border-top: 2px solid #f36f21;
}
.showcase__text {
  display: block;
  margin: 0 0 10px;
    padding-left:20px;
    padding-right:20px;
  font-size: 14px;
  color: #000;
  line-height: 24px;
}
.product-description__tabs-wrapper {
  clear: both;
  padding-top: 24px;
}
.product-description__tabs {
  position: relative;
  clear: both;
  z-index: 1;
  font-size: 0;
}
.product-description__tabhead {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-right: -1px;
  padding: 0 14px;
  border: 1px solid #cacabf;
  border-bottom: 0;
  border-radius: 3px 3px 0 0 ;
  color: #8d8d8d;
  font-size: 14px;
  line-height: 33px;
  cursor: pointer;
}
.product-description__tabhead_active {
    height:33px;
  margin-top: 0;
  padding:5px 12px 0;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  cursor: default;
}
.product-description__tabhead_cheaper,
.product-description__tabbody_cheaper {
  background-color:#fdfcef;
}
.product-description__tabhead_cheaper:before {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  content:'';
  border-bottom:1px solid #cacabf;
}
.product-description__tabhead_active:before {
  display:none;
}
.product-description__tabbody {
  display: block;
  position: relative;
  min-height: 188px;
  margin-top: -1px;
  padding: 18px;
  border: 1px solid #cacabf;
  border-radius: 0 3px 3px 3px;
  font-size: 14px;
  line-height: 24px;
}
.product-description__tabbody_social {
    padding-bottom:59px;
    min-height: 111px;
}
.product-description__tabbody .summary {
  overflow: hidden;
}
.product-description__tabbody .social-likes {
  position: absolute;
  bottom: 18px;
  left: 18px;
}
.product-description__tabbody .twitter {
  width: 0;
  height: 0;
}
.basetile__title_bundle.basetile__title,
.basetile__title_gift.basetile__title {
  width: 100%;
  max-width: 200px;
  margin-top: 0;
  font-size: 14px;
  color: #000;
  text-align: left;
  margin-bottom: 25px;
  line-height: 22px;
  height: 48px;
  overflow: hidden;
}
.basetile__title__ex-price {
  color:#a3a2a2;
  font-size:16px;
  font-weight:700;
  text-decoration:line-through;
}
.basetile__title_gift.basetile__title {
  font-weight: 700;
  margin-bottom: 10px;
}
.basetile__discount-message {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  margin: 18px 0;
}
.product-action__action__price .basetile__discount-message span {
  position: static;
  top: auto;
  font-size: 16px;
}
.wrapper_line {
  margin-top: 50px;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.productCarousel_similar {
  margin-top: 50px;
}
.sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:79px;
  padding:0;
  z-index: 9998;
  background-color: rgba(253, 252, 239, 0.9);
  border-bottom: 1px solid #ebe9c9;
}
.sticky-bar .base-wrapper {
    padding:0 20px;
}
.sticky-bar .product-description__pay-button {
  margin: 15px 0 0 20px;
  padding: 0 20px;
  float: right;
}
.sticky-bar .product-description__credit-button {
    float: right;
    height: 46px;
    line-height: 17px;
}

.sticky-bar .product-description__credit-dropdown-trigger {
    height: 46px;
}

.sticky-bar .product-description__credit-dropdown-trigger:after {
    top: 30px;
}

.sticky-bar .product-description__price {
  float: right;
  margin:15px 0 0;
  font-size: 30px;
}
.sticky-bar .product-description__price span {
  font-size: 16px;
}
.sticky-bar__productname {
    position:absolute;
    top:15px;
  display:block;
  width: 775px;
  height: 20px;
  margin-right: 15px;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
    overflow:hidden;
}
.sticky-bar__productname__text {
  display:block;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
}
.sticky-bar__fastlinks {
    position:absolute;
    top:45px;
}
.sticky-bar__fastlinks .product-description__spec__link,
.sticky-bar__fastlinks .product-description__showcase__link,
.sticky-bar__fastlinks .product-description__review__link,
.sticky-bar__fastlinks .product-description__accessories__link {
    line-height:26px;
    margin-right:10px;
}
.sticky-bar__fastlink_active {
    padding:0 9px;
    background:#e8e7d9;
    border-radius:2px;
    color:#000000;
}
.sticky-bar__fastlink_active:hover {
    background:#e8e7d9;
}
.sticky-bar__ontop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: #aaaaaa url("../images/icon_ontop.png") no-repeat center center;
  background-size: 15px 21px;
  border-radius: 4px;
}
.sticky-bar__ontop:hover {
    background-color:#484848;
}

.sticky-bar .product-description__credit-wrapper {
    width: 204px;
    float: right;
    margin: 15px 0 0 20px;
}

.sticky-bar .product-description__price_stroke {
    margin-left:10px;
  font-size: 20px;
}
.sticky-bar .product-description__price_stroke span {
  top: -4px;
  font-size: 14px;
}
.product-description__waitlist-button {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 6px 0 6px 20px;
  box-sizing: border-box;
  background: url("../images/icon-whitelist.png") no-repeat 16px center;
  background-size: 20px 20px;
  border: 1px solid #055197;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  box-shadow: none;
  color: #055197;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none;
  line-height: 20px;
}
.product-description__waitlist-button:hover {
  background-color: #055197;
  background-image: url("../images/icon-whitelist_a.png");
  color: #fff;
}
.product-description__waitlist-button_to {
  border-color:#f36f21;
  background-color:#fff;
  background-image: url("../images/icon-to-whitelist.png");
  background-size: 22px 16px;
  color:#f36f21;
}
.product-description__waitlist-button_to:hover {
  background-color:#f36f21;
  background-image: url("../images/icon-to-whitelist_a.png");
  color:#fff !important;
}

/*
## Account
********************************************************************/
.account-left-navigation {
  float: left;
  width: 155px;
  padding-top: 5px;
}
.account-content-panel {
  float: right;
  border-left: 1px solid #959595;
  margin-left: 20px;
  padding-left: 30px;
  width: 740px;
  margin-bottom: 40px;
  min-height: 147px;
}
.account-navigation__link {
  display: block;
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #000;
}
.account-navigation__link:hover {
  color: #f36f21;
}
.account-navigation__link a:hover {
  color: #f36f21;
}
.account-profile-link a:before,
.account-address-link a:before,
.account-order-link a:before,
.account-favorite-link a:before,
.account-waitinglist-link a:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 21px;
    height: 21px;
    background: #959595 url(../images/icons-profile-mask.png) no-repeat;
    background-size: 21px 126px;
    cursor:pointer;
}
.account-profile-link:hover a:before,
.account-address-link:hover a:before,
.account-order-link:hover a:before,
.account-favorite-link:hover a:before,
.account-waitinglist-link:hover  a:before {
    background-color: #f36f21;
}
.account-profile-link a:before {
  background-position: 0 0;
}
.account-order-link a:before {
  background-position: 0 -42px;
}
.account-address-link a:before {
  background-position: 0 -21px;
}
.account-favorite-link a:before {
  background-position: 0 -63px;
}
.account-waitinglist-link a:before {
  background-position: 0 -105px;
}
.account-compare-link a:before {
  background-position: 0 -84px;
}
.account__navigation__logout {
    margin-top:20px;
    padding:15px 0;
    border-top:1px solid #959595;
    text-align:center;
}
.account__navigation__logout a {
    color:#055197;
    font-size:14px;
}
.account__navigation__logout a:hover {
    color:#f47920;
    font-size:14px;
}
.account__user-data {
  border-collapse: collapse;
  margin-bottom: 30px;
}
.account__user-data tr {
  border-bottom: 1px dotted #dadada;
}
.account__user-data td {
  padding: 5px 5px;
}
.user-data-table__td-first {
  width: 300px;
}
.account__edit-link {
  color: #252223;
  text-decoration: underline;
  font-weight: 700;
}
.account__edit-link:hover {
  color: #f36f21;
  text-decoration: none;
}
.profile-edit {
  width: 685px;
}
.profile-edit td {
  padding: 5px 0;
  width: 332px;
  vertical-align: top;
}
.profile-edit td:first-child {
  padding-right: 20px;
  width: 333px;
}
.profile__date-table {
  width: 100%;
}
.profile__date-table td {
  padding: 0 10px 0 0!important;
  width: auto !important;
}
.profile__date-table select {
  margin-bottom: 0;
}
.operationListTable {
  width: 730px;
  border-collapse: collapse;
  font-size: 12px;
  margin: 20px 0;
}
.operationListTable td,
.operationListTable th {
  padding: 15px 5px;
  vertical-align: top;
  word-wrap: break-word;
  word-break: break-all;
  text-align: center;
  font-weight: normal !important;
}
.operationListTable td {
  word-break: break-all;
}
.operationListTable tr {
  border-bottom: 1px solid #ababab;
}
.operationListTable thead {
  color: #ababab;
}
.operation__type {
  width: 60px;
}
.operation__status {
  width: 50px;
}
.operation__receiptType {
  width: 50px;
}
.operation__orderNumber {
  width: 50px;
}
.operation__receiptNumber {
  width: 50px;
}
.operation__bonusCard {
  width: 88px;
}
.operation__cityCode {
  width: 50px;
}
.operation__department {
  width: 84px;
}
.operation__price {
  width: 77px;
}
.operation__accruedBonuses {
  width: 70px;
}
.operation__spentBonuses {
  width: 65px;
}
.operation__date {
  width: 85px;
}
.address__item {
  margin-bottom: 20px;
}
.address__item p {
  margin: 0;
}
.address-item__actions {
  margin-top: 5px;
}
.updatePwd-form {
  margin-bottom: 30px;
}
html {
  height: 100%;
}
body {
  height: 100%;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: Technodom, Arial, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
h1 {
  color: #252223;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.category-name {
    color: #252223;
    font-size: 30px;
    font-weight: bold;
    margin: 14px 0 30px 0;
    display: inline-block;
}
.category-count {
    color: #7a7a7a;
    margin-left: 14px;
    font-size: 28px;
}
.portal-h1 {
    margin:50px 20px 30px;
    color:#000;
    font-size:30px;
    line-height:33px;
}
.h1 {
    color: #252223;
    font-size: 21px;
    font-weight: 700;
    margin: 15px 0;
}
h2 {
  color: #252223;
  font-size: 18px;
  font-weight: 700;
  margin: 34px 0 19px;
}
h2.h2_em {
  color: #f36f21;
}
h1 + h2 {
  margin: 19px 0;
}
img {
  border: 0;
}
.base-wrapper {
  position: relative;
  max-width:1260px;
  margin: 0 auto;
  outline: 0;
}
.cities-selector{
	z-index: 10 !important;
}
.store_select_block{
	z-index:10 !important;
}
.base-wrapper_top-shadow {
  background: url(../images/middleTopBg.png) repeat-x 0 0;
  margin-top: 20px;
  padding-top: 10px;
}
.base-wrapper_global-msg {
  width: 950px;
}
#page {
  position: relative;
  min-height: 100%;
  /*overflow-x: hidden;*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: auto;
  flex: auto;
}
.contentblock {  
    position: relative;
    padding-bottom:20px;
}
p {
      font-size: 13px;
  }
/*
	Rating Stars
*****************/
.stars-wrapper {
  display: inline-block;
  width: 86px;
  height: 14px;
  background: url("../images/stars_cont.png") repeat-x left center;
  background-size: 18px 14px;
}
.stars {
  display: block;
  height: 14px;
  float: left;
  color: transparent;
  background: url("../images/star_mask.png") repeat-x left center;
  background-size: 18px 14px;
}
.product-description__column .stars-wrapper {
  display: block;
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}
.product-description__column .product-description__review__link {
  margin-right: 0;
    line-height:16px;
}
/*
	required
*****************/
.required.right {
  margin: 0 0 0 20px;
  font-size: 90%;
  color: #666;
  max-width: 60%;
}
table.store-openings {
  padding: 0;
  margin: 20px 0;
}
table.store-openings td {
  padding: 1px 8px !important;
  border-bottom: 1px solid #EEEEEE !important;
}
table.store-openings td.weekday_openings_day {
  padding: 1px 8px 1px 8px !important;
  font-weight: 700;
}
table.store-openings td.specialday_openings_date {
  padding: 1px 8px 1px 0 !important;
  font-weight: 700;
}
/*


	Cart and Pickup button
*****************/
button.pickupInStoreButton {
  height: 40px;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 0;
  width: 100%;
  font-size: 1em;
}
button.pickupInStoreButton {
  background: #fff;
  color: #000;
}
.add-to-cart-button {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  background-color: #F36F21;
  padding: 5px 44px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.add-to-cart-button:hover {
  background-color: #b2b2b2;
  color: #000;
}
.product-day .add-to-cart-button_outofstock {
  display: none;
}
/*


	alerts
*****************/
.alert {
  padding: 12px;
  border: 1px dotted;
  margin: 10px 0;
}
.alert.positive {
  border-color: #339b01;
  color: #339b01;
}
.alert.negative {
  border-color: #c90400;
  color: #c90400;
}
.alert.neutral {
  border-color: #000;
  color: #000;
}
/*
	Scroller
*****************/
.span-24 > .scroller {
  padding: 40px 0;
}
.span-24 > .scroller .title {
  font-size: 1.167em;
  font-weight: 700;
  color: #666666;
  border-bottom: 1px solid #979797;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.span-24 > .scroller ul li {
  width: 220px;
  margin: 0 20px 0 0;
}
.span-24 > .scroller ul li {
  width: 230px;
  margin: 0 10px 0 0;
}
.scrollerProduct {
  margin: 0 5px;
  display: block;
}
.scrollerProduct .thumb {
  padding: 0 0 20px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #c1c1c1;
}
.scrollerProduct .thumb img {
  width: 100%;
}
.scrollerProduct .details {
  color: #8f8f8f;
  padding: 0 40px 0 0;
}
.scrollerProduct .priceContainer {
  float: right;
  margin: 0 0 0 5px;
}
/*
	Banner Sizes
*****************/
.cms_disp-img_slot .thumb img,
#content .simple_disp-img img {
  width: 100%;
  height: auto;
}
.doCheckoutBut {
  margin-right: 0;
}
/*PRICE*/
.g-link:hover {
  color: #f36f21;
}
.td-label {
  position: relative;
  display: block;
  margin: 60px 0 0;
  padding-bottom:30px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  outline: 0;
}
.td-label__light {
    font-size:26px;
    font-weight:normal;
    color:#8d8d8d;
}



.carousel_homepage .td-label {
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    text-transform: uppercase;
    font-size: 11px;
    padding: 8px 12px 8px 12px;
    position: relative;
    display: inline-block;
    line-height: 14px;
    color: #fff;
    margin: 0;
    font-weight: normal;
}
.carousel_homepage .td-label:after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-bottom: 30px solid #f36f21;
    border-right: 15px solid transparent;
}
.carousel_homepage .td-label_common {
    background-color: #f36f21;
}
.carousel_homepage .td-label_common:after {
    border-bottom-color: #f36f21;
}





/*compareProducts page*/
.category-label_compare {
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -khtml-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 8px 12px 8px 12px;
  position: relative;
  display: inline-block;
  line-height: 14px;
  color: #fff;
  background-color: #f36f21;
}
.category-label_compare:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 15px solid #f36f21;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* LINKS */
.g-link {
  color: #252223;
}
.g-link:hover {
  color: #ffb500;
}
/* end LINKS */
/* BREADCRUMBS */
.breadcrumbs ul {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.breadcrumbs {
  padding: 17px 0 12px 0;
}
.breadcrumbs__item {
  display: inline;
  color: #055197;
  font-size: 13px;
}
.breadcrumbs__link {
  text-decoration: none;
}
.breadcrumbs__link:hover {
  text-decoration: none;
}
.breadcrumbs__item_separator {
    display:inline-block;
    width:4px;
    height:7px;
    margin:0 4px;
    background: url('../images/icon-bc-sep.png') no-repeat;
    background-size:4px 7px;
}

.breadcrumbs-content {
  padding-left: 20px;
}

.breadcrumbs-content {
  padding-left: 20px;
}
/* end BREADCRUMBS */
.left-panel {
  position:absolute;
}
.left-panel_wide {
  width: 650px;
}
.left-panel-category {
    width: 850px;
}
.left-panel-content {
    width: 280px;
    padding-top: 0px;
    marging-top: 0px;
}
.main-panel {
    position:relative;
    margin-left:300px;
    width:960px;
    padding-top:20px;
    padding-bottom:30px;
}
.right-panel {
  /*width: 650px;*/
  /*float: right;*/
}
.right-panel-category {
}
.right-panel-portal {
    width: 960px;
    padding:0 0 0 20px;
    /*float: right;*/
    margin-left:300px;
}
.right-panel_narrow {
  width: 200px;
}
.right-panel-content {
    margin-left:300px;
    padding-top: 0px;
    padding-bottom: 30px;
    marging-top: 0px;
}
.footer-panel-content {
	clear: both;
	width: 100%;
	text-align: center;
}
.static-content {
  word-wrap: break-word;
  font-size: 14px;
}
.right-panel-content .static-content {
    width:940px;
}

.static-content p {
  font-size: 14px;
  line-height: 18px;
}
.static-content a {
  text-decoration: underline;
}
.static-content a:hover {
  color: #ff6400;
  text-decoration: none;
}
.static-content ul {
  margin: 10px 0;
}
.static-content .content ul li,
.static-content ul.static-list li {
  list-style: disc;
  margin-left: 15px;
  font-size: 14px;
  line-height: 18px;
}
.static-content ol {
  margin-left: 20px;
}
.static-content ol li {
  margin-left: 15px;
  padding: 0;
  font-size: 14px;
}
.static-content-table {
  border-collapse: collapse;
  font-size: 14px;
}
.static-content-table th {
  padding: 3px;
  vertical-align: top;
  background-color: #e7e9ed;
  font-weight: normal;
}
.static-content-table td {
  padding: 3px;
  vertical-align: top;
  border: 1px solid #e7e9ed;
  line-height: 18px;
  text-align: center;
}
.static-content-table tr:nth-child(odd) {
  background-color: #f0f3f4;
}
.static-content-table_price td:first-child {
  text-align: left;
}
.static-header {
  font-size: 18px;
  color: #f47b32;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 19px;
}
.color-link,
.color-text {
  color: #f47b32;
}
a.color-link:hover {
  color: #000;
}
.static-content .b-huge-text {
  color: #f36f21;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}
.exp-list {
  padding: 0 0 20px;
}
.exp-list h2 {
  margin: 10px 0 0;
  color: #444f60;
}
.exp-list h2 span {
  display: inline;
  border-bottom: 1px dashed #444f60;
  color: #444f60;
  cursor: pointer;
}
.exp-list span:hover {
  color: #f47b32;
  border-color: #f47b32;
}
.b-warning {
  border: 2px solid #f47b32;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  margin: 39px 0 16px;
  padding: 0 22px 30px 27px;
}
.b-warning p {
  font-size: 13px;
  color: #252223;
  line-height: 18px;
}
.city-selection__your-city {
  cursor: pointer;
  padding: 5px 25px 5px 11px;
  background-color: #fff;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #F9BE9B;
  border-radius: 4px;
  position: relative;
}
.city-selection__your-city:after {
  content: '';
  position: absolute;
  right: 11px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 7px solid #444;
  margin-top: -3px;
}
.alert_error {
  color: #c90400;
}
.black-button {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8a8a8a, endColorstr=#323232);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@color1', endColorstr='@color2')";
  background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#323232));
  background: -moz-linear-gradient(top, #8a8a8a, #323232);
  background: -o-linear-gradient(top, #8a8a8a, #323232);
  background: -ms-linear-gradient(top, #8a8a8a, #323232);
}
.black-button:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f7db4e, endColorstr=#ff8d00);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@color1', endColorstr='@color2')";
  background: -webkit-gradient(linear, left top, left bottom, from(#f7db4e), to(#ff8d00));
  background: -moz-linear-gradient(top, #f7db4e, #ff8d00);
  background: -o-linear-gradient(top, #f7db4e, #ff8d00);
  background: -ms-linear-gradient(top, #f7db4e, #ff8d00);
}
.checkout-item {
  padding: 15px;
}
.tb-agreement {
  margin: 20px 0;
  padding: 20px;
  background: #ddd;
  font-size: 14px;
}
.js-question {
  font-size: 16px;
}

.site-description {
    position:relative;
    width:940px;
    height:102px;
    margin-top:30px;
    overflow: hidden;
    color:#808080;
    font-size:14px;
    padding-bottom:8px;
    line-height: 16px;

}
.site-description h2 {
  margin:10px 0;
  color:#898989;
  font-size:16px;
}
.site-description h1 {
    margin:10px 0;
    color:#898989;
    font-size:16px;
}
.site-description p {
  font-size:14px;
}
.js-read-more {
  position:absolute;
  bottom:0;
  color:#055197;
  cursor:pointer;
  z-index:10;
}
.js-read-more:hover {
    color:#f47b32;
}
.site-description .basetile__fade-text {
  position: absolute;
  bottom:0;
  left: 0;
  height:46px;
  width:100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff),  color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,  #ffffff 50%, #ffffff 100%);
}
.vacancy_email {
  margin-top: 50px;
  font-weight: 700;
  color: #f47920;
}

.konditsionery-banner {
  height: 259px;
  margin-bottom:20px;
  background: url(../images/banner_calculator.jpg) no-repeat top left;
  cursor:pointer;
}
.table_calc {
  border-collapse: collapse;
}
.table_calc tr td {
  border:none;
}
.table_calc thead tr td, .table_calc tfoot tr td, .table_calc tbody tr td {
  padding: 8px;
  vertical-align: middle;
}
.table_calc .numeric {
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 85px;
  text-indent: 5px;
}
.table_calc .checkbox_calc {
  margin-left: 33px;
}
.table_calc select {
  width:100%;
}
#btn-result {
  background: linear-gradient(to bottom, #FFC80B, #FFA80B);
  background: -webkit-linear-gradient(to bottom, #FFC80B, #FFA80B);
  background: -o-linear-gradient(to bottom, #FFC80B, #FFA80B);
  background: -moz-linear-gradient(to bottom, #FFC80B, #FFA80B);
  background-color: #FFC80B;
  width: 100px;
}
#btn-show-result {
  background: linear-gradient(to bottom, rgb(249,137,55), rgb(229,97,25));
  background: -webkit-linear-gradient(to bottom, rgb(249,137,55), rgb(229,97,25));
  background: -o-linear-gradient(to bottom, rgb(249,137,55), rgb(229,97,25));
  background: -moz-linear-gradient(to bottom, rgb(249,137,55), rgb(229,97,25));
  background-color: rgb(249,137,55);
}
#btn-result, #btn-show-result {
  padding: 7px;
  border-radius: 3px;
  font-size: 15px;
  color: #000;
  text-align: center;
  cursor: pointer;
}
#access-policy .error {
  border: 1px solid red;
  background-color: #FFDDDD;
}
#access-policy .errorMess {
  text-align: center;
  color: red;
}
.modal-window__h {
  text-align: center;
  font-size:16px;
}
.modal-window__actions_city-popup.modal-window__actions .modal-window__button {
  margin-right:15px;
}
.modal-window__actions_city-popup.modal-window__actions .modal-window__button:last-child {
  margin-right:0;
}
.modal-window__actions_city-popup.modal-window__actions {
  margin-top:28px;
  min-width:160px;
}

.voucher-popup__table {
  width:600px;
  margin-bottom:20px;
}
.voucher-popup__table tr td {
  padding:15px 15px;
  font-size:15px;
}
.voucher-popup__value {
  color:#f36f21;
  font-weight:700;
}
.modal-window__button_center {
  display:inline-block;
}
.selectCityPopup-inner {
  position:absolute;
  top:0;
  left: 190px;
  background: #fff;
  border-radius:5px;
  color:#767676;
  text-align:left;
  padding: 19px 20px 19px 20px;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow:    2px 2px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow:         2px 2px 10px 0px rgba(0, 0, 0, 0.6);
  z-index:300;
  border:1px solid #f36f21;
}
.modal-window__button_grad {
    width:54px;
    height:30px;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    line-height:30px;
    border-radius:4px;
  background: rgb(243, 111, 33);
  background: -moz-linear-gradient(270deg, rgb(243, 111, 33) 0%, rgb(255, 165, 88) 100%);
  background: -webkit-linear-gradient(270deg, rgb(243, 111, 33) 0%, rgb(255, 165, 88) 100%);
  background: -o-linear-gradient(270deg, rgb(243, 111, 33) 0%, rgb(255, 165, 88) 100%);
  background: -ms-linear-gradient(270deg, rgb(243, 111, 33) 0%, rgb(255, 165, 88) 100%);
  background: linear-gradient(0deg, rgb(243, 111, 33) 0%, rgb(255, 165, 88) 100%);
}
.modal-window__button_grad:hover {
    color:#fff;
}
.modal-window__button_lite {
    width:52px;
    height:28px;
    color:#f47920;
    font-size:14px;
    line-height:28px;
    border-radius:4px;
    background-color:#fff;
    border:1px solid #f47920;
}
.modal-window__t_large {
  font-size:15px;
}
.modal-close-button {
  position:absolute;
  top:5px;right:5px;
  width:15px;height:15px;
  background: url(../images/modal_close_button.png);
  cursor:pointer;
}
/*01 11  2015*/
.salenight:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -475px 0;
  z-index: 10;
}
.saleblackfriday:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -530px 0;
  z-index: 10;
}
.saleblackfriday2:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -587px 0;
  z-index: 10;
}
.saleblackfriday3:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -640px 0;
  z-index: 10;
}
/* New steicker 04/12/2015 */
.salespecial:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -691px 0;
  z-index: 10;
}
.salevalentin:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -744px 0;
  z-index: 10;
}
.salesanta:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -799px 0;
  z-index: 10;
}
.salesnow:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -849px 0;
  z-index: 10;
}
.saletree:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -902px 0;
  z-index: 10;
}
/*** 15/02/2016 ***/
.saleflowers:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -950px 0;
  z-index: 10;
}
.saleflowers2:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1001px 0;
  z-index: 10;
}
.saleornament:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1057px 0;
  z-index: 10;
}
.saleornament2:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1111px 0;
  z-index: 10;
}
.salefire:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1165px 0;
  z-index: 10;
}
.sale8march:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1220px 0;
  z-index: 10;
}
.sale8march2:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1273px 0;
  z-index: 10;
}
.saleknot:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1328px 0;
  z-index: 10;
}
.saledrop:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1383px 0;
  z-index: 10;
}
.pricedrop:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1422px 0;
  z-index: 10;
}
.pricedrop7:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1745px 0;
  z-index: 10;
}
.pricedrop10:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1799px 0;
  z-index: 10;
}
.pricedrop15:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1853px 0;
  z-index: 10;
}
.pricedrop20:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1910px 0;
  z-index: 10;
}
.pricedropblue:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1962px 0;
  z-index: 10;
}
.pricedrop_orange:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1476px 0;
  z-index: 10;
}
.pricelabel:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1530px 0;
  z-index: 10;
}
.discount:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1584px 0;
  z-index: 10;
}
.newspaper:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1638px 0;
  z-index: 10;
}
.superprice:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  left: 0;
  background: url(../images/sprite.png) no-repeat -1692px 0;
  z-index: 10;
}
.productCarousel .salenight:before,
.productCarousel .saleblackfriday:before,
.productCarousel .saleblackfriday2:before,
.productCarousel .saleblackfriday3:before,
.productCarousel .salespecial:before,
.productCarousel .salesanta:before,
.productCarousel .salesnow:before,
.productCarousel .saletree:before,
.productCarousel .salevalentin:before,
.productCarousel .saleflowers:before,
.productCarousel .saleflowers2:before,
.productCarousel .saleornament:before,
.productCarousel .saleornament2:before,
.productCarousel .salefire:before,
.productCarousel .sale8march:before,
.productCarousel .sale8march2:before,
.productCarousel .saleknot:before,
.productCarousel .saledrop:before,
.productCarousel .pricedrop:before,
.productCarousel .pricedrop7:before,
.productCarousel .pricedrop10:before,
.productCarousel .pricedrop15:before,
.productCarousel .pricedrop20:before,
.productCarousel .pricedroppricedropblue:before,
.productCarousel .pricedrop_orange:before,
.productCarousel .pricelabel:before,
.productCarousel .discount:before,
.productCarousel .newspaper:before,
.productCarousel .superprice:before
{
  display: none;
}

.help-bottom {
  padding: 40px 0;
  background-color: #fdfcef;
  font-size: 14px;
}
.help-bottom h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.help-bottom td {
  position: relative;
  padding: 24px 0 24px 80px;
}
.help-bottom td.help-bottom__td_cell {
  padding-left: 55px;
}
.help-bottom__icon {
  position: absolute;
  left: 0;
  top: 22px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: url("../images/icons_help.png") no-repeat 0 0;
  background-size: 60px 180px;
}
.help-bottom__icon_phone {
  background-position: 0 -60px;
}
.help-bottom__icon_clock {
  background-position: 0 -120px;
}
.help-bottom__head {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
}

.jcarousel_similar-products {
  height: 332px;
  width: 870px;
}
.jcarousel_similar-products li {
  width: 230px;
}
.jcarousel_similar-products li .basetile {
  width: 140px;
  height: 292px;
  margin: 0;
  padding: 19px;
  border: 1px solid #cfcece;
  border-radius: 8px;
}
.jcarousel_similar-products .basetile__title {
  height: 40px;
  margin-top: 15px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
.jcarousel_similar-products .basetile__price {
  margin-top: 8px;
}
.simple-buy-button,
.jcarousel_similar-products .basetile__one-click-button {
  float: none;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f79535, endColorstr=#f47c30);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@color1', endColorstr='@color2')";
  background: -webkit-gradient(linear, left top, left bottom, from(#f79535), to(#f47c30));
  background: -moz-linear-gradient(top, #f79535, #f47c30);
  background: -o-linear-gradient(top, #f79535, #f47c30);
  background: -ms-linear-gradient(top, #f79535, #f47c30);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.simple-buy-button:hover,
.jcarousel_similar-products .basetile__one-click-button:hover {
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff9d0a, endColorstr=#ff700a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='@color1', endColorstr='@color2')";
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9d0a), to(#ff700a));
  background: -moz-linear-gradient(top, #ff9d0a, #ff700a);
  background: -o-linear-gradient(top, #ff9d0a, #ff700a);
  background: -ms-linear-gradient(top, #ff9d0a, #ff700a);
  text-shadow: 1px 1px 3px #777;
}
.simple-buy-button .one-click-button,
.jcarousel_similar-products .one-click-button {
    display: inline-block;
    float: none;
    margin-left:-16px;
    background: url("../images/icon-buy.png") no-repeat center center;
    background-size: 18px 16px;
    padding-left: 48px;
}
.productCarousel_accessories {
    clear:both;
    width:1220px;
    margin:60px auto 0;
}
.one-click-button:hover {
    color:#fff;
}
.product-day__body .one-click-button {
    font-size: 14px;
    padding-left: 52px;
    background-size: 19px 17px;
    letter-spacing: 0.2ex;
    background: url(../images/icon-buy.png) no-repeat 25px center;
    background-size: 18px 16px;
}
.basetile__bar .simple-buy-button {
    position:absolute;
    top:-1px;
    left:-1px;
    right:135px;
    height:40px;
}
.basetile__bar .simple-buy-button .one-click-button {
    position:absolute;
    top:0;left:0;right:0;bottom:0;
    margin-left:-7px;
    background-size:25px 23px;
    cursor:pointer;
}
.basetile__bar_outofstock .simple-buy-button {
    background:none;
    right:90px;
}
.basetile__bar_outofstock .basetile__hp-compare {
    border:0;
    right:0;
}
.basetile__bar_outofstock .product-description__waitlist-button {
    height:40px;
    margin:0;
    padding:6px 0;
    font-size:10px;
    line-height:14px;
    background-image:none;
}
.basetile__bar_outofstock .basetile__hp-favorite {
    right:45px;
}
.oneclick-popup__content {
    padding:16px 50px;
}
.pay-button_one-click-popup {
    width:100%;
    margin-top:30px;
    font-size:14px;
}
.oneclick-popup__content .control-group .control-label {
    padding:8px 0;
    font-size:14px;
    color:#8d8d8d;
}
.oneclick-popup__content .review__message {
    color: #8d8d8d;
    font-size: 14px;
}
#oneClickOrderFormAfter {
    padding: 24px 0;
    text-align: center;
    color: #8d8d8d;
    font-size: 14px;
    line-height: 21px;
}
.product__technoservice__item input.custom-checkbox[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    margin: -3px 6px 0 0;
    background-image: url(../images/check-new.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}
.product__technoservice__item input.custom-checkbox[type="checkbox"] + label:hover::before {
    background-position: -19px 0;
}
.product__technoservice__item input.custom-checkbox[type="checkbox"] + label::before {
    background-position: 0 0;
}
.product__technoservice__item input.custom-checkbox[type="checkbox"]:checked + label::before {
    background-position: -38px 0;
}
.popup-node_center .ch-col, .popup-node_center .login-popup__content {
    text-align:center;
}
.popup-node_center .popup-btn {
    padding: 12px 35px;
}
.wishlist__total {
    padding:10px 20px;
    background:#fdfcef;
    width:530px;
}
.wishlist-total__text {
    font-size:20px;
    color:#000;
    line-height: 40px;
}
.wishlist-total__button {
    margin-left:30px;
}
.pay-button_cart span {
    display: inline-block;
    background: url("../images/icon-buy.png") no-repeat left center;
    background-size: 25px 23px;
    padding-left: 36px;
}
.pay-button_cart {
    font-size:14px;
    line-height: 40px;
    box-shadow: none;
}
.wishlist-total__button .pay-button_cart {
    width:140px;
    line-height: 46px;
}
.wishlist__delete-link {
    font-size:14px;
    color:#055197;
    line-height: 60px;
    padding-left:23px;
    background:url(../images/icon-delete.png) no-repeat;
}
.product-item {
    float:left;
    width:200px;
    padding:35px 20px 20px;
    position:relative;
    border:1px solid #cfcece;
    border-radius:10px;
    margin:0 7px 10px 0;
    height:414px;
}
.product-item__delete-action {
    position:absolute;
    top:2px;right:10px;
}
.wishlist__top-panel {
    margin-bottom:40px;
}
.product-grid {
    margin-right:-7px;
}
.product-item__image {
    height:175px;
    margin-bottom:25px;
    text-align:center;
}
.product-item__image img {
    max-height: 175px;
    max-width:200px;
}
.product-item__name {
    font-size:14px;
    line-height: 20px;
    text-align: center;
    font-weight:700;
    margin-bottom:18px;
    height:40px;
    overflow:hidden;
}
.product-item__price {
    position: relative;
    font-size: 31px;
    font-weight: 700;
    line-height: 31px;
    color: #f36f21;
    text-align:center;
    margin-bottom:10px;
}
.product-item__price span {
    position: relative;
    top: -11px;
    font-size: 16px;
    font-weight: 700;
    line-height: 31px;
}
.product-item__buy-button {
    margin-bottom:20px;
    text-align: center;
}
input.checkbox-comparison[type="checkbox"],
input.checkbox-custom_big[type="checkbox"],
input.checkbox-waiting-list[type="checkbox"],
input.checkbox-wishlist[type="checkbox"]  {
    display:none;
}
input.checkbox-comparison[type="checkbox"]:checked + label a {
    text-decoration:none;
}
input.checkbox-custom_big[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    background: url(../images/check-new.png) 2px -19px no-repeat;
    vertical-align: middle;
    cursor:pointer;
}
input.checkbox-custom_big[type="checkbox"]:checked + label::before {
    background-position: -50px -19px;
}
input.checkbox-custom_big[type="checkbox"]:not(:checked) + label:hover::before {
    background-position: -25px -19px;
}
.product-item__check-to-cart {
    position:absolute;
    top:5px;left:8px;
}

.product-item__to-compare {
    margin-bottom:13px;
}
.favoriteProductsPage_active {
    color:#f36f21;
}

.product-item__out-of-stock {
    color:#8d8d8d;
    font-size:14px;
    text-align:center;
    line-height: 40px;
}

.discount_balloon {
    position:absolute;
    top:32px;
    left:25px;
    width:36px;
    height:36px;
    z-index:1;
    color:#fff;
    background:#055197;
    border-radius:18px;
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    font-size:12px;
    font-weight:700;
    line-height:36px;
    text-align:center;
    white-space:nowrap;
}
.discount_balloon.productoftheday {
    top:30px;
}
.discount_balloon.tile {
    top:25px;
}
.download-link {
    padding-left: 20px;
    background: url("../images/icon-download.png") no-repeat left center;
    background-size: 14px 14px;
    color:#055197;
    font-size: 14px;
    line-height:18px;
    text-decoration:none;
}
.download-link:hover {
  color:#f36f21;
  text-decoration:none;
  background: url("../images/icon-download-hover.png") no-repeat left center;
  background-size: 14px 14px;
}
.product-day .td-label:after {
    border-bottom-color: #ffb000;
}
/*
## MultiSplitBox
********************************************************************/
.multi_split_box{
  display: block;
  position: relative;
  min-height: 165px;
  margin-top: -1px;
  padding: 10px;
  border: 1px solid #cacabf;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 30px;
}
.multi_split_box-header{
  width: 100%;
  margin-bottom: 20px;
}
.multi_split_box-header_text{
  text-align: center;
  border-bottom: 1px solid #c0c0c0;
  width: 80%;
  margin: 0 auto;
}
.multi_split_box-total-area{
  font-size: 14px;color: rgb(74, 74, 74);
}
.multi_split_box-heat_source{
  padding-left: 50px;
  font-size: 14px;
  color: rgb(74, 74, 74);
  margin-bottom: 0px;
}
.multi_split_box-heat_source_desc{
  padding-left: 50px;
  font-size: 8px;
  color: rgb(255, 104, 28);
  margin-top: 0px;
  line-height: 0;
}
.multi_split_box-div_add{
  text-align: center;
  margin-top: 30px;
}
.multi_split_box-btn{
  margin: 0 auto;
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 220px;
  font-size: 12px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  background-color: #f79536;
  border-radius: 5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  outline: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f79536), to(#f47b32));
  background: -webkit-linear-gradient(top, #f79536, #f47b32);
  background: -moz-linear-gradient(top, #f79536, #f47b32);
  background: -o-linear-gradient(top, #f79536, #f47b32);
  background: -ms-linear-gradient(top, #f79536, #f47b32);
  background: linear-gradient(top, #f79536, #f47b32);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.multi_split_box-div_btn{
  margin-top: 10px;
}
.multi_split_box-add{
  margin: 0 auto;
  border-bottom: 2px dashed #7c7c7c;
  font-size: 12px;
  color: #7c7c7c;
}
.multi_split_box-stamp{
  position: absolute;
  bottom: -10px;
  right: -20px;
  background: url(https://img-fotki.yandex.ru/get/65759/98126440.0/0_192abc_7de831d7_orig) no-repeat 0 0;
  width: 168px;
  height: 71px;
}
.multi_split_box-delete_row {
  display: block;
  background: url('../images/cart_sprite.png') 0 0;
  width: 12px;
  height: 14px;
  margin-top: 6px;
}
.multi_split_box-total{
  margin-top: 10px;
}
.multi_split_box-total_price {
  position: relative;
  font-size: 31px;
  font-weight: 700;
  line-height: 31px;
  color: #f36f21;
}
.multi_split_box-total_price span {
  position: relative;
  top: -11px;
  font-size: 16px;
  font-weight: 700;
}
.margin_bottom_40 {
    margin-bottom: 40px;
}
.shadow-unset {
    box-shadow: unset !important;
    cursor:pointer;
}
.productDescription input[id="alreadyPurchased.yes"],.productDescription input[id="alreadyPurchased.no"] {
    margin-top:8px;
    cursor:pointer;
}
.productDescription input[id="alreadyPurchased.no"] {
    margin-left:8px;
}
#alreadyPurchasedTitle {
    margin-top:12px;
}
.alreadyPurchasedLabel {
    margin-right:8px;
    cursor:pointer;
}
/*--------------------------- Online Payment----------------------------*/
.online_payment_component{
  margin-left: 9px;
  display: none;
}
.online_payment_component_inner {
  height: 30px;
  background: #e05a1b;
  padding-left: 10px;
  font-size: 14px;
}
.online_payment_component_inner a {
  padding: 6px 25px 6px 25px;
  background-image: url('../images/online_icon.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-left: 11px;
}
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900;}
.tinner {padding:15px; -moz-border-radius:6px; border-radius:6px 6px 6px 6px; background:#fff url(../images/preload.gif) no-repeat 50% 50%;}
.tcontent iframe {-moz-border-radius:6px; border-radius:6px 6px 6px 6px; height: 590px; background: #ffffff;}
.tmask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:800;}
/*.tclose {position:absolute; top:29px; margin-left:700px; width:21px; height:21px; cursor:pointer; background:url(../images/kino-button-close.gif) no-repeat;} */
.tclose {position: absolute; top: 0; right: 0; background: url(../images/colorbox/fancybox_sprite.png) no-repeat 0 0; width: 36px; height: 36px; text-indent: -9999px; cursor: pointer;}
.tclose:hover {background-position: 0 -152px;}
#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0;}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px;}
#success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:10px; -moz-border-radius:0; border-radius:0;}
#bluemask {background:#5c5c5c;}
#frameless {padding:0;}
/*#frameless .tclose {left:6px;}*/
/*--------------------------- Online Payment End-------------------------*/

/* reviews tab style */
.noreviews{line-height:20px;}

.product_bonus_info {
    position:relative;
    clear:both;
    margin:11px 0 21px;
    padding:11px 20px 11px 72px;
    background: #fdfcef url("../images/icon-technobonus.png") no-repeat 20px center;
    background-size: 43px 20px;
    border-radius:4px;
    font-size:14px;
}

.homepage__pod {
    position:absolute;
    right:0;
    top:20px;
    width:200px;
    height:465px;
}
.infolabels {
    display:table;
    width:740px;
}
.infolabels .subheader__link {
    position:relative;
    display:table-cell;
    width:25%;
    color:#000;
    font-size:14px;
    line-height:20px;
    text-align:center;
    padding-top: 15px;
}
.infolabels  .subheader__link__icon {
    height:36px;
    border:0;
    margin-bottom:4px;
}
.homepage__news {
    padding:0 0 0 20px;
}
.homepage__news h3 {
    margin:22px 0 0;
    font-size:30px;
    font-weight:700;
}
.news__item__title {
    display:block;
    padding-top:12px;
    padding-bottom:8px;
    color:#055197;
    font-size:15px;
    line-height:20px;
}
.news__item__desc {
    position:relative;
    font-size:15px;
    line-height:20px;
    max-height:60px;
    overflow:hidden;
}
.news__item__desc:after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:18px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 100%);
}
.news__item__date {
    padding:8px 0 14px;
    color:#898989;
    font-size:12px;
}
.homepage__magazine__pic {
    float:left;
    width:86px;
    margin:0 20px 8px 0;
}
.homepage__magazine__title {
    color:#055197;
    font-size:22px;
    font-weight:700;
}
.homepage__magazine__subtitle {
    margin-top:4px;
    font-size:15px;
    color:#777;
}
.homepage__magazine__desc {
    margin-top:9px;
    font-size:15px;
    line-height:20px;
    color:#000;
}
.homepage__magazine__all {
    clear:left;
    display:block;
    margin-top:8px;
    color:#055197;
    font-size:15px;
    line-height:20px;
}
.homepage__dbl-banners__right,
.homepage__dbl-banners__left {
    display:inline-block;
    width:100%;
    box-sizing:border-box;
}
.homepage__dbl-banners__left {
    padding-bottom:36px;
}
.homepage__dbl-banners__right {
}
.homepage__h2 {
    margin-top:40px;
    font-size:30px;
    color:#000;
    text-align:center;
}
.homepage__hits__bar {
    margin-top:32px;
    text-align: center;
}
.homepage__hits__bar__item {
    display:inline-block;
    padding:0 25px;
    color:#055197;
    font-size:16px;
    line-height:35px;
    cursor:pointer;
}
.homepage__hits__bar__item:hover {
    color: #f36f21
}
.homepage__hits__bar__radio {
    position:absolute;
    display:none;
}
.homepage__hits__bar__radio:checked + .homepage__hits__bar__item {
    background-color:#ffb000;
    border-radius:4px;
    color:#fff;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    cursor:default;
}
.homepage__videoreviews {
    margin:0;
}

.homepage__videoreviews .jcarousel-next_horizontal {
    left:auto;
    right:30px;
}

.homepage__videoreviews li {
    position:relative;
    width:300px;
    height:250px;
    margin:0 30px 0  0;
    padding:0;
    cursor:pointer;
}
.homepage__videoreviews li:after {
    content:'';
    position:absolute;
    left:50%;
    top:65px;
    width:50px;
    height:50px;
    margin-left:-25px;
    background: url('../images/icon-play.png') no-repeat center center;
    background-size:50px 50px;
}
.homepage__videoreviews__title,
.homepage__videoreviews__title a {
    height:38px;
    margin-top:14px;
    color:#055197;
    font-size:14px;
    line-height:20px;
    overflow:hidden;
}
.homepage__videoreviews__title:hover{
    color: #f36f21;
}
.homepage__videoreviews .jcarousel-prev_horizontal,
.homepage__videoreviews .jcarousel-next_horizontal {
    top:65px;
    display:none;
    margin-top:0;
}
.jcarousel-top-container .jcarousel-prev_horizontal,
.jcarousel-top-container .jcarousel-next_horizontal {
    display:none;
}
.subCategoryProducts .jcarousel-prev_horizontal,
.subCategoryProducts .jcarousel-next_horizontal {
    display:none;
    top:204px;
    margin-top:0;
}
.recomendationProduct .jcarousel-prev_horizontal,
.recomendationProduct .jcarousel-next_horizontal {
    display:none;
    top:204px;
    margin-top:0;
}
.homepage__videoreviews:hover .jcarousel-prev_horizontal,
.homepage__videoreviews:hover .jcarousel-next_horizontal,
.subCategoryProducts:hover .jcarousel-prev_horizontal,
.subCategoryProducts:hover .jcarousel-next_horizontal,
.recomendationProduct:hover .jcarousel-prev_horizontal,
.recomendationProduct:hover .jcarousel-next_horizontal,
.jcarousel-top-container:hover .jcarousel-prev_horizontal,
.jcarousel-top-container:hover .jcarousel-next_horizontal {
    display:block;
}
.jcarousel-lite-container .jcarousel-prev_horizontal,
.jcarousel-lite-container .jcarousel-next_horizontal {
    display:block !important;
    top:35px;
    left:0;
    width:13px;
    height:26px;
    margin:0;
    background:url('../images/carousel_arrow.png') no-repeat;
}
.jcarousel-lite-container .jcarousel-next_horizontal {
    right:0;
    left:auto;
    background-position: -14px 0;
}
.subCategoryProducts .jcarousel-prev_horizontal {
    left:4px;
}
.subCategoryProducts .jcarousel-next_horizontal {
    left:auto;
    right:4px;
}
.recomendationProduct .jcarousel-prev_horizontal {
    left:4px;
}
.recomendationProduct .jcarousel-next_horizontal {
    left:auto;
    right:4px;
}
.recomendationProduct {
    width:960px;
    margin:0;
    padding:5px 0;
}
.salenewsProducts {
    margin:0;
    padding:5px 0;
}

.salenewsProducts ul {
    border-top:1px solid #eee;
}
.salenewsProducts ul:first-child {
    border-top:0;
}
.recomendationProduct,
.subCategoryProducts ul {
    margin:0 0 0 4px;
}

.recomendationProduct .recomendationProduct__item {
    float:none;
    position: relative;
    display: inline-block;
    width: 205px;
    height: 375px;
    margin: 0 4px 0 0;
    padding: 30px 15px 0;
    overflow: hidden;
    border:0;
    font-size: 14px;
    line-height: 20px;
    vertical-align:top;
}
.salenewsProducts__item,
.subCategoryProducts .subCategoryProducts__item {
    float:none;
    position: relative;
    display: inline-block;
    height: 468px;
    margin: 0 4px 0 0;
    padding:0;
    overflow: hidden;
    border:0;
    font-size: 14px;
    line-height: 20px;
    vertical-align:top;
}
.owlContainer .basetile_hp:hover,
.salenewsProducts__item:hover .basetile_hp,
.recomendationProduct .recomendationProduct__item:hover,
.subCategoryProducts .subCategoryProducts__item:hover {
    background:#fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    border-radius:4px;
    z-index:1;
}
.salenewsProducts__item {
    height:338px;
}
.salenewsProducts__item .basetile_hp {
    height: 330px;
}
.subCategoryProducts .subCategoryProducts__item:hover .basetile__hp-bonus {
    display:block;
}
.jcarousel_wide5 {
    width:1225px;
    margin:0;
    padding:5px 0;
}
.jcarousel_wide5 .subCategoryProducts__item {
    /*height:425px;*/
    margin-right:9px;
}
.basetile__hp-review {
    margin-top:8px;
}
.basetile__hp-review .stars-wrapper {
}
.basetile__hp-review .product-description__review__link_read {
    display: block;
    float:right;
    padding-left:0;
    vertical-align: top;
    background: none;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

.base-wrapper-adapted {
    margin:0 auto;
    padding:1px 0 0;
    max-width: 950px;
}
.base-wrapper-adapted-category {
    margin:0 auto;
    max-width: 1260px;
    min-width:728px;
}
.base-wrapper-search-results {
    margin:0 20px;
}
.left-panel-adapted {
    position:absolute;
    z-index:100;
    background-color: #fff;
    border-radius:0 0 4px 4px;
    -webkit-border-radius:0 0 4px 4px;
}
.left-panel-adapted .navigation-wrapper {
    display:none;
}
.left-panel-adapted .subheader__catalog-button {
    border-radius:4px;
    cursor:pointer;
}
#navigationbar-chk {
    position:absolute;
    display:none;
    width:0;
    height:0;
    margin:-10000px;
}
.subheader__catalog_active .subheader__catalog-button {
    border-radius:4px 4px 0 0;
}
.subheader__catalog_active .navigation-wrapper {
    display:block;
}


.main-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width:1000px;
    height:50px;
    padding:10px 0;
    z-index: 9998;
    background-color:#fff;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.main-sticky-hidden {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width:1000px;
    z-index: 9998;
    background-color:#fff;
}
.main-sticky .header {
    margin:0;
}
.sticky-catalog-button {
    display:block;
    width:33px;
    height:30px;
    border:1px solid #f47920;
    border-radius:3px;
    background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAYCAYAAADtaU2/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADdJREFUeNpi/FKp8J9hAAATwwCBkWcxCxAzjgb1qMXDLlWPllyjJddoUI9aPFpyjQb14LIYIMAAqLwExKrV6VEAAAAASUVORK5CYII=') no-repeat center center;
    background-size:15px 12px;
    cursor:pointer;
}
.sticky-catalog_active .sticky-catalog-button,
.subheader__catalog-button {
    background-image:url('data:image/gif;base64,R0lGODlhIAAYAIABAP///////yH5BAEAAAEALAAAAAAgABgAAAIzhI+pe8EPkYt0zYpN2Lz7D4biSJbmiabqynLZe71ULEN0zbT6zvf+D/TgZsPIrShBPgIFADs=');
}
.sticky-catalog {
    display:none;
}
.main-sticky .sticky-catalog {
    display: block;
    position:absolute;
    left:232px;
    top:10px;
}
.main-sticky .tda-header__search,
.main-sticky .tda-header__menu {
    top:0;
}
.main-sticky .tda-header__menu {
    right: 20px;
}


/*.sticky-catalog:hover .sticky-catalog-button,*/
.sticky-catalog_active .sticky-catalog-button {
    background-color:#f47920;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 15px 12px;
}
/*.sticky-catalog:hover .navigation-wrapper,*/
.sticky-catalog_active .navigation-wrapper {
    display:block;
}
.sticky-catalog-button:before {
    content: '';
    position:absolute;
    left:40px;
    top:14px;
    width:0;
    height:0;
    border-top:4px solid #000;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-bottom:0;
}
/*.sticky-catalog:hover .sticky-catalog-button:after,*/
.sticky-catalog_active .sticky-catalog-button:after {
    content:'';
    position:absolute;
    right:1px;
    top:32px;
    width:278px;
    height:19px;
    background-color:#fff;
    z-index:650;
}
/*.sticky-catalog:hover .sticky-catalog-button:before,*/
.sticky-catalog_active .sticky-catalog-button:before {
    border-top:0;
    border-bottom:4px solid #000;
}
.sticky-catalog_active:before {
    content:'';
    position:absolute;
    left:-35px;
    width:35px;
    height:32px;
}



.main-sticky .header__logo,
.main-sticky .header__logo img {
    width:204px;
    height:36px;
}
.main-sticky .header__logo {
    margin-left:20px;
    padding-top:7px;
}
.main-sticky__ontop {
  position: fixed;
  right: 10px;
  bottom: 100px;
  width: 40px;
  height: 40px;
  background: #aaaaaa url("../images/icon_ontop.png") no-repeat center center;
  background-size: 15px 21px;
  border-radius: 4px;
}
.sticky-bar__ontop:hover {
    background-color:#484848;
}
.homepage__socialwids {
    width:400px;
    margin-top:60px;
}
.homepage__socialwids__chk {
    position:absolute;
    width:0;
    height:0;
    margin-left:-10000px;
}
.homepage__socialwids__labels {
    position:relative;
    width:260px;
    height:44px;
}
.homepage__socialwids__label {
    position:absolute;
    background-color:#fff;
    border:1px solid #cacabf;
    border-bottom:0;
    border-radius:4px 4px 0 0;
    cursor:pointer;
}
.homepage__socialwids .homepage__socialwids__label_vk {
    background:#fff url('../images/icon-socwid-vk.png') no-repeat center center;
    background-size:24px 24px;
    bottom:-1px;
    width:64px;
    height:44px;
}
.homepage__socialwids .homepage__socialwids__label_fb {
    bottom:0;
    left:65px;
    width:58px;
    height:38px;
    background:#fff url('../images/icon-socwid-fb.png') no-repeat center center;
    background-size:20px 20px;
}
.homepage__socialwids .homepage__socialwids__label_fb:after,
.homepage__socialwids__chk:checked + .homepage__socialwids .homepage__socialwids__label_vk:after {
    content:'';
    position:absolute;
    width:30px;
    height:30px;
    left:50%;
    top:50%;
    margin-left:-15px;
    margin-top:-15px;
    background-color:rgba(255,255,255,0.4);
}
.homepage__socialwids__chk:checked + .homepage__socialwids .homepage__socialwids__label_fb:after {
    display:none;
}
.homepage__socialwids__chk:checked + .homepage__socialwids .homepage__socialwids__label_vk {
    bottom:0;
    width:58px;
    height:38px;
    background-size:20px 20px;
}
.homepage__socialwids__chk:checked + .homepage__socialwids .homepage__socialwids__label_fb {
    left:59px;
    bottom:-1px;
    width:64px;
    height:44px;
    background-size:24px 24px;
}

.homepage__socialwids__body {
    padding:20px 19px;
    border:1px solid #cacabf;
    border-radius:0 4px 4px;
}


.homepage__socialwids__chk:checked + .homepage__socialwids .homepage__socialwids__body_fb {
    display:block;
}
.homepage__socialwids__body_fb,
.homepage__socialwids__chk:checked + .homepage__socialwids .homepage__socialwids__body_vk {
    display:none;
}
#numberSharing {
    display: inline-block;
    height:26px;
    width:64px;
    margin-top:9px;
    vertical-align: top;
    background:#fff url('../images/counter.png') no-repeat center center;
    text-align: center;
}

.td-p-sticker {
    position:absolute;
    top:5px;
    left:20px;
    width:64px;
    height:64px;
    z-index:10;
}
.td-p-sticker_pod,
.td-c-sticker_pod {
    background:url('../images/sticker-pod.png') no-repeat;
    background-size:100% 100%;
}
.td-c-sticker {
    position:absolute;
    top:5px;
    left:10px;
    width:58px;
    height:58px;
    z-index:10;
}
.portal-list {
    margin-bottom:20px;
    font-size:0;
    vertical-align:top;
}
.portal-list__row {
    display:table-row;
}
.portal-list__item {
    display:table-cell;
    width:25%;
    min-width:235px;
    max-width:25%;
    padding:26px 20px 16px;
    box-sizing:border-box;
    border:1px solid #eee;
    border-width: 0 1px 1px 0;
    font-size:14px;
    line-height:18px;
    vertical-align:top;
}
.portal-list .portal-list__item:first-child{
    border-right:1px solid #eee !important;
}
.portal-list .portal-list__row:last-child .portal-list__item {
    border-bottom:0;
}
.portal-list__item_last {
    border-right:0;
}
.portal-list__item a {
    color:#055197;
}
.portal-list__item a:hover {
    color:#f47b32;
}
.portal-list__item__pic {
    display:block;
    width:160px;
    height:160px;
    margin:0 0 20px 10px;
    overflow:hidden;
}
.portal-list__item__pic img {
    width:160px;
    height:160px;
}
.portal-list__item__title {
    margin:5px 0 8px;
    font-size:13px;
    letter-spacing: 1.4px;
    line-height:20px;
    text-transform:uppercase;
}
.portal-list__item__subcat {
    padding:5px 0;
}
#horizontalBannerCarousel {
    margin-top:30px;
}
.portal-widepromo #horizontalBannerCarousel {
    margin:15px 0 20px;
}
.right-panel-portal .homepage__videoreviews {
    width:940px;
    padding-bottom:15px;
}
.right-panel-portal .homepage__videoreviews li {
    margin:0 20px 0  0;
}
.td-portal-brands {
    width:100%;
    margin-top:30px;
    padding:30px 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background-color:#eff0f0;
    font-size:0;
    text-align:left;
}
.td-portal-brands__row {
    margin-top:40px;
    padding:0 30px;
}
.td-portal-brands__row:first-child {
    margin-top:0;
}
.td-portal-brand {
    display:inline-block;
    margin-left:57px;
    opacity:.65;
}
.td-portal-brand:first-child {
    margin-left:0;
}
.td-portal-brand:hover {
    opacity:1;
}
.menu_indexpage {
    position:relative;
    z-index:100;
}
.menu-overlay {
    display:none;
    position:absolute;
    top:0px;
    left:0;
    bottom:0;
    right:0;
    background-color:rgba(0,0,0,0.5);
    z-index:16;
}
.td-cselect {
    position:relative;
    height:40px;
}
.td-cselect__list {
    position:relative;
    display:block;
    background-color:#fff;
    z-index:11;
}
.td-cselect__list__input {
    position:absolute;
    display:none;
    width:0;
    height:0;
}
.td-cselect__list__label {
    display:block;
    height:0;
    font-size:14px;
    overflow:hidden;
    line-height:20px;
    white-space:nowrap;
    cursor:pointer;
}
.td-cselect__list__label:hover {
    color:#f47b32;
}
.td-cselect_active .td-cselect__list {
    padding-top:40px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.td-cselect_active .td-cselect__list__label {
    height:20px;
    padding:10px 20px;
}
.td-cselect__list__input:checked + .td-cselect__list__label {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:20px;
    padding:9px 20px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color:#333;
}
.td-cselect__list__input:disabled + .td-cselect__list__label {
    color:#aaa;
}
.td-cselect_active .td-cselect__list__input:checked + .td-cselect__list__label {
    border:0;
}
.td-cselect__list__input_hidden + .td-cselect__list__label {
    display:none;
}
.td-cselect__list__input:checked + .td-cselect__list__label:after {
    display: block;
    background: #FFFFFF;
    content: "\f107";
    position: absolute;
    font-family: Technodom, "lt-fontawesome" !important;
    right:0;
    top:10px;
    width: 33px;
    bottom: 1px;
    color:#333;
    font-size: 18px;
    z-index: 1;
    text-align: left;
}
.td-cselect__list__input_disabled + .td-cselect__list__label {
    display:none;
}
.td-cselect_disabled:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:-2px;
    cursor:default;
    z-index:20;
    background:rgba(255,255,255,0.5);
}

.static-content .news__item__title {
    text-decoration: none !important;
}

.static-content .homepage__socialwids {
    margin-left: 0px !important;
}




/*Adaptive layout*/

.tda-s2, .tda-s3 {
    display:none;
}
.tda-h2 {
    font-size: 30px;
    text-align: center;
}
.tda-wrapper {
    position: relative;
    width:768px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:border-box;
}
.tda-header__logo {
    position:relative;
    width:280px;
    height:50px;
}
.tda-preheader__contact {
  position:absolute;
  left:300px;
  right:0;
  top:6px;
}
.tda-preheader__phones {
  position:relative;
  width:250px;
}
.tda-preheader__phones__drop {
  position:relative;
  display:none;
  margin-left:5px;
}
.tda-preheader__cellphones {
  position:absolute;
  left:240px;
  top:0;
}
.tda-preheader__account {
  position:absolute;
  top:60px;
  left:350px;
}
.tda-header {
  position:relative;
}
.tda-header__search {
  position:absolute;
  top:60px;
  left:300px;
}
.tda-header__menu {
    position:absolute;
    top:0;
    right:0;
    left:300px;
    font-size:0;
    text-align:justify;
    white-space:nowrap;
}
.tda-header__menu__item {
  display:inline-block;
  width:33%;
  font-size:14px;
}
.subheader {
  position:relative;
  height:50px;
  margin-left:300px;
  overflow:hidden;
}
.subheader__links-wrapper {
    height:50px;
    overflow:scroll;
    overflow-y:hidden;
    padding-bottom:20px;
    white-space:nowrap;
    background-color:#fff;
    z-index:21;
}
.tda-topmenu__item {
  display:inline-block;
}
.tda-leftmenu {
    position:absolute;
    display:inline;
    height:100%;
    width:0;
    margin:0;
}
.tda-indexpromo {
    width:100%;
    padding-top:20px;
}
.tda-indexpromo__banner {
  width:100%;
}
.tda-indexpromo__feat {
  width:100%;
  font-size:0;
}
.tda-indexpromo__feat__item {
  display:inline-block;
  width:25%;
  font-size:14px;
}
.tda-podbanner {
  width:100%;
}
.tda-leftmenu__menucatalog__button {
  position: absolute;
  top: -50px;
  width: 210px;
  height:22px;
  padding: 14px 50px 14px 20px;
  background-color:#f47920;
  color:#fefefe;
  font-size:18px;
  line-height:22px;
  border-radius:4px;
}
.tda-leftmenu__menucatalog__categories {
  display:none;
  border:1px solid #dedede;
}
.tda-leftmenu__menucatalog__category {
  padding-left: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.tda-leftmenu_wide-container {
    visibility:hidden;
}
#tda-homepage-cbanners {
    position:relative;
    padding-left:300px;
}
#tda-homepage-cbanners .homepage__leftbanner {
    position:absolute;
    left:0;
    display:block;
    width:280px;
}
.news__item {
    display:inline-block;
    width:33%;
    vertical-align:top;
    box-sizing:border-box;
    padding-left:20px;
}
.news__item:first-child {
    padding-left:0;
}
.homepage__news > .news__item__title {
    text-align:center;
}
.homepage__dbl-banners {
    font-size:0;
}
.homepage__magazine {
    padding:20px 0;
    border-top:1px solid #cfcece;
    border-bottom:1px solid #cfcece;
}
.site-description {
    width:100%;
    height:102px;
    margin-top:30px;
    margin-bottom:30px;
    overflow: hidden;
    color:#808080;
    font-size:14px;
    padding-bottom:8px;
    line-height: 16px;
}

.salenewsProducts__item {
    width: 33.33%;
    margin:0;
    padding:4px;
    box-sizing:border-box;
}
.salenewsProducts__item:first-child {
    display:none;
    box-sizing:border-box;
}
#tda-soc-narrow-container {
    display:inline-block;
    width:400px;
}
#tda-mag-narrow-container {
    display:inline-block;
    width:280px;
    margin-left:30px;
    margin-top:60px;
    vertical-align:top;
}
.tda-popup-line {
    position:fixed;
    top:0;
    left:0;
    right:0;
    background-color:#fff;
    z-index:1000;
}
.tda-popup-line .siteSearch {
    display:block;
    width:100%;
    border:0;
}
.tda-popup-line .siteSearch .control-group {
    display:block;
    position:absolute;
    top:-51px;
    left:40px;
    right:27px;
    width:auto;
    padding:10px 0 10px 28px;
    border-bottom:1px solid #eee;
}
.tda-popup-line .sitesearch__select {
    display:block;
    width:100%;
    margin-top:50px;
    padding:0;
    border:0;
    background:#fff;
}
.tda-popup-line .sitesearch__categories {
    position:relative;
    top:0;
    left:0;
    background:#f3f3f3;
    border:0;
}
.tda-popup-line .sitesearch__select span {
    display:block;
    margin:0 27px 0 40px;
    padding:16px 0;
    border:1px solid #eee;
    border-width: 0 0 1px 0;
}
.tda-popup-line .sitesearch__categories:before,
.tda-popup-line .sitesearch__categories:after,
.tda-popup-line .sitesearch__select__chk:checked + .sitesearch__select:before,
.tda-popup-line .sitesearch__select__chk:checked + .sitesearch__select:after,
.tda-popup-line .siteSearch .siteSearchSubmit {
    display:none;
}
.tda-popup-line .sitesearch__select .dropdown_arr {
    top:30px;
    right:35px;
}
.tda-popup-line .sitesearch__categories__item {
    padding:3px 27px 3px 40px;
}
.tda-popup-line .control-group label {
    position:absolute;
    top:5px;
    left:0;
    width:16px;
    height:16px;
    background-image:url("../images/icons-header-mask.png");
    background-size:16px 80px;
    background-color:#000;
    background-position:0 -48px;
}
.tda-popup-line .sitesearch__select__chk:checked + .sitesearch__select .dropdown_arr {
    transform:rotate(180deg);
}
.tda-popup-line .ui-autocomplete {
    top:-25px !important;
    border:0;
}
.tda-popup-line .ui-autocomplete li:first-child:before,
.tda-popup-line .ui-autocomplete:before {
    display:none;
}
.tda-popup-line .modal-close-button {
    top:15px;
    right:35px;
    z-index:10;
}
#ssc_overlay {
    position:fixed;
    display:block;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.8);
    z-index:100;
}
.tda-product-grid {
    position:relative;
    display:flex;
    width:100%;
    font-size:0;
    flex-wrap:wrap;
    box-sizing:border-box;
}
.tda-product-grid:after {
  content:'';
  display:block;
  width:100%;
  height:1px;
  position:absolute;
  background-color:#fff;
  bottom:0px;
}
.tda-product-grid__item {
    position:relative;
    display:inline-flex;
    width:33.3%;
    background:#fff;
    box-sizing:border-box;
    margin-top:10px;
}
.tda-product-grid__item-wrapper {
    width:100%;
    border-bottom:1px solid #f0f0f0;
    box-sizing:border-box;
}
.basetile_tda {
    display:table;
    width:100%;
    height:auto;
    padding-bottom: 19px;
    box-sizing:border-box;
}
.basetile__height-responsive {
    height: 100%;
}
.basetile__random-banner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.basetile__random-banner__link {
    display: block;
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right:0;
    border-radius: 5px;
}
.tda-product-grid__item-wrapper_active .basetile_tda {
  position:absolute;
  /*top:-2px;*/
  /*padding-top:2px;*/
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background:#fff;
  border-radius:5px;
  z-index:11;
}
.tda-product-grid__item__h-elem {
    display:none;
}
.basetile__specbuy {
    margin:10px 15px 0;
    height:40px;
}
.tda-product-grid__item-wrapper_active .tda-product-grid__item__h-elem,
.tda-product-grid__item-wrapper_active .basetile__desc {
  display:block;
}
.tda-filters-call {
    display:block;
}
.searchPage .tda-filters-call,
.tda-lcol-filters {
    display:none;
}
.left-panel_filters-act {
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(0,0,0,0.5);
    z-index:10000;
    overflow:auto;
}
.left-panel_filters-act .tda-lcol-filters {
    display:block;
    width:380px;
    background-color:#ededed;
}
.left-panel_filters-act .facet__item {
    border-color:#d5d5d5;
}
.tda-lcol-filters__head {
    display:none;
    position:relative;
    padding:20px;
    color:#000;
    font-size:20px;
    line-height:20px;
    background-color:#fff;
}
.left-panel_filters-act .tda-lcol-filters__head {
    display:block;
}
.tda-lcol-filters__close {
    position:absolute;
    top:20px;
    right:20px;
}
.tda-modal-close-button {
    width:15px;
    height:15px;
    background:url('../images/modal_close_button.png') no-repeat;
    background-size:15px 15px;
    cursor:pointer;
}
.tda-modal-close-button:hover {
    background-image:url('../images/modal_close_button_active.png');
}

@media (min-width:769px) {
    .tda-wrapper {
        width:980px;
        padding-bottom:0;
    }
    .contentblock .tda-wrapper {
        padding-bottom:0;
    }
    .preheader__contact {
        right:250px;
    }
    .tda-preheader__phones {
        width:400px;
    }
    .tda-preheader__cellphones {
        left:330px;
    }
    .tda-preheader__account {
        top:0;
        left:auto;
        right:0;
        background:#fdfcef;
    }
    .tda-header__search {
        top:0;
        left:300px;
        right:320px;
        height:50px;
    }
    .tda-header__menu {
        left:auto;
        width:270px;
        font-size:0;
        text-align:right;
    }
    .menu_indexpage .navigation-wrapper {
        display:block;
    }
    .tda-indexpromo {
        padding-bottom:0;
    }
    .tda-leftmenu {
        position:absolute;
        display:block;
        left:20px;
        width:280px;
        height:auto;
    }
    .tda-leftmenu_wide-container {
        visibility:visible;
    }
    #tda-homepage-cbanners {
        padding-left:0;
    }
    .homepage__dbl-banners {
        margin-left:0;
    }
    .homepage__dbl-banners__right,
    .homepage__dbl-banners__left {
        width:50%;
        box-sizing:border-box;
    }
    .homepage__dbl-banners__left {
        padding-bottom:0;
        padding-right:15px;
    }
    .homepage__dbl-banners__right {
        padding-left:15px;
    }
    .menu_indexpage .subheader__catalog-button:hover,
    .menu_indexpage .subheader__catalog-button {
        background-color:#f47920;
        border-radius:4px 4px 0 0;
    }
  .tda-leftmenu__menucatalog__categories {
    display:block;
  }
    .tda-leftmenu__banner {
        position:static;
        display:block;
        width:280px;
        height:450px;
        margin:45px 0 0;
    }
    .homepage__leftbanner,
    .homepage__news {
        position:static;
    }
    .news__item {
        display:block;
        width:100%;
        padding:4px 4px 4px 0;
        border-top:1px solid #cfcece;
    }
    .news__item:first-child {
        padding-top:0;
        border-top:0;
    }
    .homepage__news > .news__item__title {
        text-align:left;
    }
    .homepage__magazine {
        position:static;
        margin-top:60px;
        margin-left:20px;
    }
    .homepage__socialwids {
        width:260px;
        margin-top:80px;
        margin-left:20px;
    }
    .tda-filters-call {
        display:none;
    }
    .tda-lcol-filters {
        display:block;
    }
    .base-wrapper-adapted-category {
        min-width:960px;
    }
    .left-panel {
      position:static;
      width:280px;
      float:left;
      margin-bottom: 20px;
    }
    .right-panel-category {
        margin-left:300px;
    }
  .tda-content {
    position:relative;
    margin-left:300px;
  }
  .tda-s1 {
    display:none;
  }
  .tda-s2 {
    display:block !important;
  }
}
@media (min-width:1024px) {
    .tda-wrapper {
        width: 100%;
        max-width:1300px;
    }
}
@media (min-width:1280px) {
    .product-day__label {
        display:block;
        margin-top:20px;
    }
    .product-day__body {
        display:block;
        padding: 30px 19px 9px 19px;
        border: 1px solid #ffb000;
        border-width:1px 1px 0;
        border-radius:0;
        -webkit-border-radius:0;
        text-align: center;
    }
    .product-day__foot {
        position:relative;
        top:auto;
        width:auto;
        height:75px;
        padding: 5px 19px 9px;
        border: 1px solid #ffb000;
        border-top:0;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        -khtml-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }
    .product-day__img {
        height:112px;
        position: relative;
        display:inline-block;
        top:0;
        left:auto;
        margin-bottom: 15px;
        overflow:hidden;
    }
    .product-day__img img {
      width:120px;
      max-height:120px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
    }
    .product-day__button-buy {
      text-align: center;
    }
    .product-day .product-description__waitlist-button_to {
        background-position: 10px center;
        padding-left:30px;
    }
    .product-day__desc {
      color: #656565;
      font-size: 12px;
      line-height: 15px;
      margin: 15px 0;
    }
    .product-day__name {
      font-size: 14px;
      margin: 10px 0;
    }
    .product-day__new-price {
        margin:5px 0;
        font-size:30px;
        color: #f47b32;
        font-weight:bold;
        text-align:left;
    }
    .product-day__new-price .price span {
        position: relative;
        top: -10px;
        font-size:16px;
    }
    .product-day__promotion {
        padding-bottom:8px;
        font-size:12px;
        color: #000;
        text-align:center;
    }
    .product-day__timer {
      background: url(../images/sprite.png) no-repeat -143px 0;
      width: 210px;
      height: 57px;
      margin: 0 auto;
    }
    .product-day__old-price {
         margin-top:0;
         font-size:16px;
         font-weight: bold;
         text-align:left;
         color: #a3a2a2;
        position: relative;
        display: inline-block;
        float: left;
     }
    .product-day__old-price > span:before {
        content: "\00a0 ";
    }

    /* end PRODUCT OF THE DAY COMPONENT*/

    .salenewsProducts__item {
        width: 25%;
    }
    .salenewsProducts__item:first-child {
        display:inline-block;
    }
    .tda-product-grid__item {
        width:25%;
    }

  .tda-s2 {
    display:none;
  }
  .tda-s3 {
    display:block;
  }
  .tda-s3_i,
  .tda-preheader__phones__drop {
    display:inline;
  }
  .tda-preheader__cellphones {
    left:470px;
  }
  .tda-indexpromo {
    width:auto;
    margin-right:220px;
      min-height:460px;
  }
  .tda-indexpromo__banner {
    width:100%;
    max-width:auto;
  }
  .tda-podbanner {
    position:absolute;
    right:0;
    top:0;
    width:200px;
    height:464px;
  }
}


.superblue:before {
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    left: 0;
    background: url(../images/sprite.png) no-repeat -1960px 0;
    z-index: 10;
}
.saleprice:before {
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    left: 0;
    background: url(../images/sprite.png) no-repeat -2015px 0;
    z-index: 10;
}
.onlineonly:before {
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    left: 0;
    background: url(../images/sprite.png) no-repeat -2067px 0;
    z-index: 10;
}
.winavto:before {
    content: '';
    position: absolute;
    width: 59px;
    height: 54px;
    top: 0;
    left: 0;
    background: url(../images/sprite.png) no-repeat -2121px 0;
    z-index: 10;
}
.credit:before {
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    left: 0;
    background: url(../images/sprite.png) no-repeat -2182px 0;
    z-index: 10;
}
.credit2:before {
    content: '';
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    left: 0;
    background: url(../images/sprite.png) no-repeat -2239px 0;
    z-index: 10;
}
.productCarousel .superblue:before,
.productCarousel .saleprice:before,
.productCarousel .onlineonly:before
{
    display: none;
}
ul.b-lc-list {
    width: 957px;
}
.first-letter {
    text-transform: capitalize;
}

.navigation__old-price {
     margin-top:0;
     font-size:16px;
     font-weight: 700;
     text-align:left;
     color: #a3a2a2;
    position: relative;
    display:inline-block;
 }
.navigation__old-price > span:before {
    content: "\00a0 ";
}

/*
 * ToolTip ********************************************
*/

.td-hint-classification {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    cursor: pointer;
    color: #888;
    margin-bottom: -1px;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    background: url(../images/icon-info.png) no-repeat center center;
    background-size: 12px 12px;
    cursor: pointer;
}

a.td-hint-classification span
{
    min-width: 170px;
    padding:10px 15px;
    position:absolute;
    color: #4f4f4f;
    top:-10px;
    left:30px;

    font-size: 12px;
    font-weight: normal;
    text-align: initial;
    z-index: 11;
    background: #efefef;
    box-shadow:0 0 0 1px #fff,0 0 0 2px #efefef;
}
a.td-hint-classification span:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 1px;
    left:-19px;
    width: 19px;
    height: 29px;
    background-image: url("/_ui/desktop/common/images/arrow-tooltip.png");
}

a.td-hint-classification span.td-hint-open {
    opacity: 1;
    display:inline;
    pointer-events: auto;
}
a.td-hint-classification span.td-hint-close, .td-hint-close {
    opacity: 0;
    display:none;
    pointer-events: auto;
}

a.td-hint-classification span:before{
    content: 'X';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 8px;
    color: #7d7c7c;
    text-align: center;
    cursor: hand;
    font-weight: 700;
    font-size: 12px;
    right: 5px;
    top: 5px;
    line-height: 16px;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px; width: 1px;
    margin: -1px; padding: 0; border: 0;
}

.easytile {
    display: block;
    min-height: 120px;
    padding: 10px 25px;

}
.easytile__image {
    position: absolute;
    left: 25px;
    display: block;
    width: 120px;
    height: 115px;
    overflow: hidden;
}
.easytile__image img {
    display: block;
    width: 120px;
    height: 120px;
}
.easytile__wrapper {
    display: block;
    margin-left: 130px;
}
.easytile__title {
    display: block;
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}
.easytile__price {
    position: absolute;
    bottom: 8px;
    color: #f47b32;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 26px;
}
.easytile__price span {
    position: relative;
    top: -10px;
    margin-left: 2px;
    font-size: 16px;
}
.easytile__price_stroked {
    bottom: 42px;
    color: #a3a2a2;
    font-size: 16px;
    line-height: 16px;
}
.easytile__price_stroked span {
    position: static;
    margin: 0;
}
.easytile__price_stroked:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 6px;
    border-bottom: 2px solid #a3a2a2;
}
.easytile .discount_balloon {
    top: 10px;
    left: 25px;
}
.sticky-bar.listproductview {
    min-width:990px;
}
.searchpage {
    min-width:850px;
}
.portal-widepromo .homepage__dbl-banners__left {
    padding-bottom: 0;
    padding-right: 15px;
    box-sizing: border-box;
    display: inline-block;
    width: auto;
} 
.portal-widepromo .homepage__dbl-banners__right {
    padding-left: 15px;
    box-sizing: border-box;
    display: inline-block;
    width: auto;
}
