/*===================================*/
/*         Карточка товара
/*===================================*/
.rightWrapper {
  margin-bottom: 40px;
}
.product-info {
  padding-top: 20px;
}
.product-info .rating {
  text-align: left;
  float: left;
  width: auto;
  margin-right: 15px;
}
.product-info .reviews {
  float: left;
  font-size: 12px;
}
.product-info .price {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}
.product-info .savePercent {
  font-size: 13px;
  margin-top: 5px;
}
.pdp .image {
  position: relative;
}
.pdp .rightWrapper {
  float: right;
  height: auto;
  padding: 0;
  width: 50%;
}
.pdp .meta-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.pdp .meta-container .snipe {
  position: relative;
  left: 0;
  margin-bottom: 15px;
}
.pdpLeft {
  float: left;
  width: 50%;
  position: relative;
  z-index: 10;
}
.pdpLeft .image img {
  display: block;
  width: 100%;
  height: auto;
  padding-right: 20px;
}
.product-image-gallery {
  padding: 0;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.product-image-gallery__item {
  float: left;
  list-style: none;
  margin-right: 15px;
}
.product-image-gallery__item a {
  display: block;
}
.enlargeBtnsContainer {
  position: absolute;
  top: 320px;
  left: 0;
  text-align: left;
  font-size: 12px;
  z-index: 10000;
}
.enlargeBtnsContainer .enlargeBtn,
.enlargeBtnsContainer .videoBtn {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.enlargeBtnsContainer #video {
  display: none;
}
.enlargeBtnsContainer a {
  color: #84BD00;
}
.riskFree {
  overflow: hidden;
  background: #EDEDED;
}
.riskFree__item {
  position: relative;
  width: 25%;
  float: left;
  text-align: center;
}
.riskFree__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: #ffffff;
  z-index: 0;
}
.riskFree__item__img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.riskFree__item__text {
  font-size: 13px;
  font-weight: 400;
}
#pname {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.1;
}
.complect__list {
  margin: 0;
  padding: 0;
}
.complect__item {
  list-style: none;
  float: left;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  border: 2px solid transparent;
}
.complect__item:hover {
  opacity: 0.6;
}
.complect__item.sel {
  border: 2px solid #2A7AB0;
}
.complect__item.oos {
  opacity: 0.2;
}
.complect__item__img {
  width: 60px;
  height: auto;
}
.step {
  background: #444;
  border: solid 2px #444;
  color: #FFF;
  padding: 0 5px;
  margin: 0 5px 0 0;
  text-align: center;
  font-size: 13px;
  float: left;
  position: relative;
  top: -1px;
}
.chooseColorCol {
  font-size: 15px;
}
/*#additionally_price{
  display: inline-block;
  background: #DD0000;
}*/
#specialGradient {
  display: inline-block;
  color: #DD0000;
  font-size: 13px;
}
#colorLabel {
  font-size: 13px;
  margin-left: 10px;
}
#chooseSize {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
  clear: both;
}
.sizes__item {
  font-size: 13px;
  border: solid 2px #d2d2d2;
  font-weight: normal;
  width: 55px;
  text-align: center;
  padding: 2px 6px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
}
.sizes__item.active {
  border: solid 2px #2A7AB0;
}
.sizes__item.disabled {
  border: solid 2px #f6f6f6;
  color: #949494;
  background: #fbfbfb;
  opacity: 0.5;
}
.sizes__item label {
  cursor: pointer;
}
.fitGuideIframe {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}
.product-size-info {
  position: relative;
  padding: 10px 10px 10px 50px;
  font-size: 12px;
  color: #707070;
  line-height: 1.2;
}
.product-size-info .icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 38px;
  height: 38px;
  background: url(../images/help_icon.png) 50% 50% no-repeat;
  background-size: 100%;
  margin-right: 17px;
}
#itemSelectSizeMessage,
#itemOosMessage,
#itemOosColorMessage,
#stockMessage,
#errorAddCart {
  background: #848484;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
#itemSelectSizeMessage.uHide,
#itemOosMessage.uHide,
#itemOosColorMessage.uHide,
#stockMessage.uHide,
#errorAddCart.uHide {
  display: none !important;
}
#addToCartButton {
  background: #2A7AB0;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  padding: 7px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
}
#addToCartButton.uHide {
  display: none;
}
#addToCartButton:hover,
#addToCartButton:active,
#addToCartButton:focus {
  background: #51a0d5;
  color: #ffffff;
}
.addedToCart {
  border: 2px solid #84BD00;
  padding: 8px 10px;
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 20px;
  display: none;
}
.addedToCart__text {
  float: left;
}
.addedToCart__text i {
  color: #84BD00;
  margin-right: 6px;
}
.addedToCart__link {
  color: #2A7AB0;
  float: right;
}
.quantity-block {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
  margin-top: 30px;
}
.qualityCol1 {
  display: inline-block;
  vertical-align: top;
}
.qualityCol1 .refineLine1 {
  float: left;
  margin-right: 5px;
}
.qualityCol1 .sortBySelect {
  float: left;
  position: relative;
  top: -1px;
}
.productDetails li {
  font-size: 13px;
}
.productDetails__title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
}
.productDetails__sku {
  text-align: right;
  font-size: 13px;
}
.productVideoContainer {
  padding-top: 35px;
}
.productVideoContainer .video-wrapper {
  max-width: 440px;
  margin: 0 auto;
}
.mobile-product-carousel__wrapper {
  position: relative;
  display: none;
}
.mobile-product-carousel {
  position: relative;
}
.mobile-product-carousel__img {
  margin: 0 auto;
  width: 100%;
  max-width: 440px;
  padding-right: 40px;
  padding-left: 40px;
}
.pop-up-product-slider {
  min-width: 300px;
  margin-right: 60px;
  margin-left: 60px;
}
.pop-up-product-slider__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .enlargeBtnsContainer {
    top: 240px;
  }
}
@media (max-width: 767px) {
  .pop-up-product-slider {
    margin-right: 40px;
    margin-left: 40px;
  }
  .pop-up-product-slider .slick-arrow--right {
    right: -40px !important;
  }
  .pop-up-product-slider .slick-arrow--left {
    left: -40px !important;
  }
  .enlargeBtnsContainer {
    top: 200px;
  }
}
@media (max-width: 650px) {
  .pdp .pdpLeft {
    display: none;
  }
  .pdp .rightWrapper {
    float: none;
    width: auto;
  }
  .mobile-product-carousel__wrapper {
    display: block;
  }
  .mobile-product-carousel__link {
    display: block;
  }
  .slick-arrow--right {
    right: -5px !important;
  }
  .slick-arrow--left {
    left: -5px !important;
  }
}
@media (max-width: 500px) {
  .riskFree {
    display: flex;
    flex-wrap: wrap;
  }
  .riskFree__item {
    width: 50%;
    padding-bottom: 15px;
  }
  .riskFree__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    background: #ffffff;
    z-index: 0;
  }
}
@media (max-width: 370px) {
  .quantity-block {
    margin-top: 0;
    display: block;
  }
}
.product-social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.product-social > * {
  margin-bottom: 5px;
  margin-right: 10px;
}
.product-social .socialTwitter {
  width: 80px;
}
.product-social .socialGoogle {
  width: 60px;
}
.product-social #vk_like {
  width: 80px!important;
}
.product-social .mailTo {
  position: relative;
  z-index: 5;
  cursor: pointer;
}
#emailFriend {
  padding: 10px 15px 15px 15px;
}
#emailFriend .fa {
  color: #2A7AB0;
  margin-right: 8px;
}
#emailFriend h2 {
  font-weight: 600;
}
#emailFriend .btn {
  border: 1px solid #2A7AB0;
}
#emailFriend textarea {
  width: 100%;
  margin-bottom: 15px;
}
#emailFriend .share-image {
  display: block;
  margin: 10px auto 0 auto;
  max-width: 260px;
}
/*===================================*/
/*         Добавить отзыв
/*===================================*/
#rppTopBar {
  text-align: center;
  margin-bottom: 40px;
}
.custServiceTemplate #rppTopBar .starRating label {
  display: none;
}
.totalReviews {
  display: inline-block;
  color: #fff;
  background-color: #098abb;
  padding: 2px 13px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: solid 1px #098abb;
  font-size: 30px;
  font-weight: bold;
  vertical-align: middle;
}
#rppTopBar .starRating {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
  margin-right: 20px;
}
#rppTopBar .starRating div.star a {
  width: 48px;
  height: 50px;
  text-indent: -999em;
}
.custServiceTemplate div.star_hover a,
div.star_live a:hover {
  background-position: 0 -24px;
}
#rppTopBar .starRating div.star_hover a,
#rppTopBar .starRating div.star_live a:hover {
  background-position: 0 -150px;
}
#rppTopBar .starRating div.star_on,
#rppTopBar .starRating div.star_on a {
  background-position: 0 -150px !important;
}
.custServiceTemplate div.cancel a,
div.star a {
  display: block;
  width: 24px;
  height: 100%;
  background-position: 0 0;
}
.custServiceTemplate div.star,
div.star a {
  background: url(../images/rating/starsprite.png) no-repeat 0 0;
  display: inline-block;
}
#rppTopBar .starRating input {
  position: relative;
  float: left;
  top: 55px;
  left: -30px;
  cursor: pointer;
}
.starRating input {
  display: none;
}
#rppContent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#rppContent ul.attr .slider input {
  left: -6px;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  width: 12px!important;
  display: none;
}
#rppContent ul.attr .slider label {
  height: 100%;
  width: 14.28571428571429%;
  cursor: pointer;
  margin: 0;
  border-right: 1px solid #ffffff;
  text-align: center;
  color: #ffffff;
  line-height: 22px;
}
#rppContent ul.attr .slider label:hover,
#rppContent ul.attr .slider label.active,
#rppContent ul.attr .slider label.on {
  background: #e6af33;
}
#rppContent ul.attr .slider label:nth-child(2) {
  border-radius: 5px 0 0 5px;
}
#rppContent ul.attr .slider label:last-child {
  border-radius: 0 5px 5px 0;
  border-right: none;
}
#rppContent .minlabel {
  font-size: 14px;
  font-weight: 600;
  left: 15px;
}
#rppContent .indicator-bar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,ffe605+34,f8fc05+42,f8fc05+58,b8ff05+69,1cf204+100 */
  /*
  background: #ff3019; /!* Old browsers *!/
  background: -moz-linear-gradient(left,  #ff3019 0%, #ffe605 34%, #f8fc05 42%, #f8fc05 58%, #b8ff05 69%, #1cf204 100%); /!* FF3.6-15 *!/
  background: -webkit-linear-gradient(left,  #ff3019 0%,#ffe605 34%,#f8fc05 42%,#f8fc05 58%,#b8ff05 69%,#1cf204 100%); /!* Chrome10-25,Safari5.1-6 *!/
  background: linear-gradient(to right,  #ff3019 0%,#ffe605 34%,#f8fc05 42%,#f8fc05 58%,#b8ff05 69%,#1cf204 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#1cf204',GradientType=1 ); /!* IE6-9 *!/
  */
  height: 22px;
  background: #e0e0e0;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
  display: flex;
}
#rppContent ul.attr .slider {
  display: block;
  overflow: visible;
}
#rppContent .caption {
  font-size: 11px;
  color: #888888;
  display: block;
}
#dwfrm_writereview_review_nickname {
  font-weight: normal;
}
#dwfrm_writereview_review_reviewText {
  width: 100%;
  min-height: 100px;
}
.captcha {
  margin-bottom: 20px;
}
input.captcha__input {
  display: inline-block;
  max-width: 100px;
  vertical-align: middle;
  margin: 0;
  height: 28px;
}
.captcha__img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 570px) {
  #rppTopBar .starRating {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
/*===================================*/
/*         Видео HTML5
/*===================================*/
video {
  width: 100% !important;
  height: auto !important;
  display: block;
}
#videoBox,
.video-wrapper {
  max-width: 640px;
  min-width: 250px;
  max-height: 450px;
  min-height: 140.6px;
  position: relative;
  overflow: hidden;
}
#videoBox button,
.video-wrapper button {
  background: 0;
  border: 0;
  width: 32px;
  height: 32px;
}
#videoBox button:active,
.video-wrapper button:active,
#videoBox button:focus,
.video-wrapper button:focus {
  outline: none;
}
#videoBox #playpause-icon,
.video-wrapper #playpause-icon {
  font-size: 100px !important;
  line-height: 100px;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  left: 50%;
  margin-left: -40px;
  opacity: 1;
  cursor: pointer;
}
#videoBox #playpause-icon.hide,
.video-wrapper #playpause-icon.hide {
  opacity: 0;
}
#videoBox #playpause-icon .video-button,
.video-wrapper #playpause-icon .video-button {
  color: #84BD00 !important;
}
#videoBox:hover .control-bar,
.video-wrapper:hover .control-bar {
  opacity: 0.92;
}
#videoBox:-webkit-full-screen,
.video-wrapper:-webkit-full-screen {
  max-width: 1920px;
  max-height: 1080px;
}
#videoBox:-moz-full-screen,
.video-wrapper:-moz-full-screen {
  max-width: 1920px;
  max-height: 1080px;
}
#videoBox:-ms-fullscreen,
.video-wrapper:-ms-fullscreen {
  max-width: 1920px;
  max-height: 1080px;
}
#videoBox:fullscreen,
.video-wrapper:fullscreen {
  max-width: 1920px;
  max-height: 1080px;
}
#videoBox #customVideo,
.video-wrapper #customVideo {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#videoBox .fa,
.video-wrapper .fa {
  color: #aaa;
  cursor: pointer;
  transition: all 0.2s ease;
}
#videoBox .fa:hover,
.video-wrapper .fa:hover {
  color: #fff;
  border-color: #fff;
}
#videoBox .control-bar,
.video-wrapper .control-bar {
  box-sizing: border-box;
  padding: 0 5px;
  background-color: #e8e8e8;
  opacity: 0;
  transition: all .5s ease;
  color: #444;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
#videoBox input[type=range],
.video-wrapper input[type=range],
#videoBox progress,
.video-wrapper progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  width: 100%;
  background: #999;
  height: 3px;
}
#videoBox input[type=range]::-webkit-slider-runnable-track,
.video-wrapper input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  height: 3px;
  margin-bottom: 5px;
  transition: all 0.2s ease;
}
#videoBox input[type=range]::-webkit-slider-thumb,
.video-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  background: #84BD00;
  cursor: pointer;
  margin-top: -5.5px;
}
#videoBox input[type=range]::-webkit-slider-thumb:hover,
.video-wrapper input[type=range]::-webkit-slider-thumb:hover {
  background-color: #72a400;
}
#videoBox input[type=range]::-moz-range-thumb,
.video-wrapper input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  background: #84BD00;
  cursor: pointer;
  margin-top: -5.5px;
}
#videoBox input[type=range]::-moz-range-thumb:hover,
.video-wrapper input[type=range]::-moz-range-thumb:hover {
  background-color: #72a400;
}
#videoBox input[type=range]::-ms-thumb,
.video-wrapper input[type=range]::-ms-thumb {
  appearance: none;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  background: #84BD00;
  cursor: pointer;
  margin-top: -5.5px;
}
#videoBox input[type=range]::-ms-thumb:hover,
.video-wrapper input[type=range]::-ms-thumb:hover {
  background-color: #72a400;
}
#videoBox .volumeBtn,
.video-wrapper .volumeBtn {
  display: none !important;
}
#videoBox .video-seekbar,
.video-wrapper .video-seekbar {
  position: relative;
  top: 1px;
  display: inline-block;
  flex-grow: 400;
  margin: 0 10px;
  height: 3px;
}
#videoBox .video-seekbar input,
.video-wrapper .video-seekbar input,
#videoBox .video-seekbar progress,
.video-wrapper .video-seekbar progress {
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#videoBox .video-seekbar .bufferBar::-webkit-progress-bar,
.video-wrapper .video-seekbar .bufferBar::-webkit-progress-bar,
#videoBox .video-seekbar .progressBar::-webkit-progress-bar,
.video-wrapper .video-seekbar .progressBar::-webkit-progress-bar {
  background-color: #9f9f9f;
  margin-left: 2px;
}
#videoBox .video-seekbar .bufferBar::-moz-progress-bar,
.video-wrapper .video-seekbar .bufferBar::-moz-progress-bar,
#videoBox .video-seekbar .progressBar::-moz-progress-bar,
.video-wrapper .video-seekbar .progressBar::-moz-progress-bar {
  margin: 0;
}
#videoBox .video-seekbar .progressBar::-webkit-progress-value,
.video-wrapper .video-seekbar .progressBar::-webkit-progress-value {
  background-color: #84BD00;
}
#videoBox .video-seekbar .bufferBar::-webkit-progress-value,
.video-wrapper .video-seekbar .bufferBar::-webkit-progress-value {
  background-color: #e5f985;
}
#videoBox .video-seekbar #seekBar,
.video-wrapper .video-seekbar #seekBar {
  z-index: 3;
}
#videoBox .video-seekbar #progressBar,
.video-wrapper .video-seekbar #progressBar {
  z-index: 2;
  opacity: 0.7;
}
#videoBox .video-seekbar #bufferBar,
.video-wrapper .video-seekbar #bufferBar {
  z-index: 1;
}
#videoBox #volumeBtn,
.video-wrapper #volumeBtn {
  margin-left: 20px;
}
#videoBox #volumeBtn:before,
.video-wrapper #volumeBtn:before {
  content: "\f026";
}
#videoBox input.volumeSeekBar,
.video-wrapper input.volumeSeekBar {
  width: 15%;
  margin: 0 10px;
  position: relative;
  top: 1px;
}
/*===================================*/
/*        �������� ���������
/*===================================*/
.category-thumb {
  height: 250px;
  background: center no-repeat;
  background-size: cover;
}
.total-items {
  float: right;
  font-size: 18px;
  margin-top: 3px;
  margin-bottom: 20px;
}
.nolimit {
  cursor: pointer;
  color: #2A7AB0;
  display: inline-block;
  float: right;
  margin-right: 15px;
  font-size: 13px;
  margin-top: 3px;
  font-weight: 600;
}
.nolimit:hover {
  text-decoration: underline;
}
.nolimit.btn {
  float: none;
  color: #ffffff;
}
.nolimit.btn:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .category-thumb {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .category-thumb {
    display: none;
  }
}
@media (max-width: 400px) {
  .nolimit {
    float: none;
    text-align: center;
    width: auto;
    clear: both;
    margin: 0 0 10px 0;
  }
  .nolimit--top {
    display: none!important;
  }
  .total-items {
    margin-bottom: 15px;
  }
}
/*===================================*/
/*              �������
/*===================================*/
.category-filters {
  background: #EBEBEB;
  height: 70px;
}
.filterHeader {
  color: #444;
  height: 35px;
  padding: 10px 15px 0 15px;
}
.sortBySection {
  position: relative;
  float: right;
  margin-left: 1px;
  border-left: 1px solid #ffffff;
  min-width: 180px;
  z-index: 7;
}
.sortBySection .category-filters__tab {
  display: block;
  background: #EBEBEB;
}
.filterSection {
  position: relative;
}
.category-filters__link {
  display: block;
}
.category-filters__tab {
  display: inline-block;
  background: #EBEBEB;
}
.category-filters__tab:hover .category-filters__tabs__heading {
  background: #444444;
  color: #ffffff;
}
.category-filters__tab:hover .category-filters__tabs__heading:after {
  content: "\f077";
}
.category-filters__tab:hover .category-filters__tabs__body {
  display: block;
}
.category-filters__tabs__heading {
  color: #444444;
  height: 35px;
  padding: 8px 15px 0 15px;
  cursor: pointer;
}
.category-filters__tabs__heading:after {
  margin-left: 7px;
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f078";
}
.category-filters__tabs__body {
  display: none;
  position: absolute;
  background: #ffffff;
  border: 2px solid #444;
  z-index: 10;
  width: auto;
  left: 0;
  right: 0;
  padding: 15px 15px 10px 15px;
}
.category-filters__tabs__body a {
  color: #444444;
  font-size: 13px;
  padding-bottom: 10px;
}
.filter-size__item {
  display: inline-block;
  margin-bottom: 5px;
  color: #444;
  font-size: 12px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #444;
  background-color: #FFF;
  margin-right: 2px;
  cursor: pointer;
}
.filter-size__item:hover,
.filter-size__item.active,
.filter-size__item:active,
.filter-size__item:focus {
  background: #444444;
  color: #ffffff;
  text-decoration: none;
}
.filter-colors [data-value="398"] {
  background: #000;
}
.filter-colors [data-value="484"] {
  background: #ffffff;
  border: 1px solid #888888;
}
.filter-colors [data-value="461"] {
  background: #AAA9A9;
}
.filter-colors [data-value="404"] {
  background: #96644B;
}
.filter-colors [data-value="450"] {
  background: #F5975C;
}
.filter-colors [data-value="436"] {
  background: #FDE800;
}
.filter-colors [data-value="468"] {
  background: #0D8239;
}
.filter-colors [data-value="402"] {
  background: #4DD5ED;
}
.filter-colors [data-value="413"] {
  background: #416DB8;
}
.filter-colors [data-value="440"] {
  background: #B05FBB;
}
.filter-colors [data-value="392"] {
  background: #F78BB9;
}
.filter-colors [data-value="487"] {
  background: #E61829;
}
.filter-colors__item {
  cursor: pointer;
  margin-right: 2px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
}
.filter-colors__item:hover,
.filter-colors__item.active,
.filter-colors__item:active,
.filter-colors__item:focus {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.84);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.84);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.84);
  border: 3px solid #ffffff;
}
.filter-costs__item {
  display: inline-block;
  font-size: 12px;
  margin-right: 2px;
  margin-bottom: 6px;
  border: 1px solid #444444;
  border-radius: 3px;
  padding: 6px 9px;
  cursor: pointer;
  color: #444444;
}
.filter-costs__item:hover,
.filter-costs__item.active,
.filter-costs__item:active,
.filter-costs__item:focus {
  background: #444444;
  color: #ffffff;
}
.slide-toggle {
  display: none;
}
@media (max-width: 600px) {
  .category-filters {
    background: transparent;
    height: auto;
  }
  .filterHeader {
    background: #ebebeb;
    padding: 10px 15px;
    height: auto;
    position: relative;
  }
  .filterHeader:after {
    margin-left: 7px;
    display: inline-block;
    float: right;
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f078";
  }
  .filterHeader.open {
    background: #d0d0d0;
  }
  .filterHeader.open:after {
    content: "\f077";
  }
  .filterHeader .slide-toggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
  }
  .category-filters__tabs {
    display: none;
  }
  .sortBySection {
    width: auto;
    float: none;
    margin-bottom: 15px;
    border-left: none;
  }
  .filterSection {
    width: auto;
    float: none;
  }
  .category-filters__tab {
    display: block;
  }
  .category-filters__tab:hover .category-filters__tabs__body {
    display: none;
  }
  .category-filters__tab:hover .category-filters__tabs__heading:after {
    content: "\f078";
  }
  .category-filters__tab.open {
    background: #444444;
    color: #ffffff;
  }
  .category-filters__tab.open .category-filters__tabs__body {
    display: block;
  }
  .category-filters__tab .category-filters__tabs__heading:after {
    content: "\f077";
  }
  .category-filters__tabs__heading:after {
    float: right;
  }
  .category-filters__tabs__body {
    position: relative;
  }
}
.filters-displaying {
  margin-top: 10px;
  margin-bottom: 10px;
}
.filters-displaying span {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #444444;
  border-radius: 3px;
  padding: 6px 4px 6px 9px;
}
.filters-displaying .fa-close {
  color: #aaaaaa;
  margin-left: 4px;
  cursor: pointer;
}
.filters-displaying .fa-close:hover {
  color: #444444;
}
.filters-displaying .resetFilters {
  font-size: 12px;
  text-align: center;
  line-height: 1.1;
  display: inline-block;
  vertical-align: middle;
}
.pagination-wrapper {
  float: right;
  margin-right: 25px;
}
.pagination {
  font-size: 12px;
  font-weight: bold;
}
.pagination .pagination-arrow {
  font-size: 20px;
  color: #bbbbbb;
  position: relative;
  top: 3px;
  padding-right: 4px;
  padding-left: 4px;
}
.pagination a .pagination-arrow {
  color: #000;
}
.pagination .pgNum {
  padding-right: 4px;
  padding-left: 4px;
  color: #444;
}
.pagination b.pgNum {
  text-decoration: underline;
}
@media (max-width: 400px) {
  .pagination-wrapper {
    float: left;
  }
}
.productList {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.gridDiv {
  border-top: 0 none;
  float: left;
  position: relative;
  width: 33.33%;
  margin-bottom: 10px;
}
.gridDiv .productCard {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gridDiv .productThumb {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  height: 144px;
  margin-top: 35px;
}
.gridDiv .productThumb a {
  color: #707070;
  font-size: 12px;
  text-decoration: none;
  text-transform: lowercase;
  display: none;
}
.gridDiv .productThumb a.active {
  display: block;
}
.gridDiv .productThumb img {
  width: 160px;
  height: auto;
}
.gridDiv h3 {
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 5px;
}
.gridDiv h4 {
  font-size: 12px;
  text-align: center;
}
.gridDiv:hover .quickviewbutton {
  display: block;
}
.rating {
  display: block;
  height: 16px;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 10px;
}
.rating .grayBackground {
  width: 80px;
  height: 16px;
  background: url(../images/star_gray.png) repeat-x left center;
}
.rating .goldForeground {
  height: 16px;
  background: url(../images/star_gold.png) repeat-x left center;
}
.minirating {
  position: relative;
  display: inline-block;
}
.snipe {
  height: 25px;
  left: 20px;
  position: absolute;
  top: 5px;
  vertical-align: middle;
  z-index: 6;
  background-color: #999999;
  color: #ffffff;
  font-size: 12px;
}
.snipe:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid #999999;
  border-right: 15px solid transparent;
  position: absolute;
  top: 0;
  right: -13px;
}
.snipe:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 15px solid #999999;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: 0;
  right: -13px;
}
.snipe[style*=FF808B]:before {
  border-top: 15px solid #FF808B;
}
.snipe[style*=FF808B]:after {
  border-bottom: 15px solid #FF808B;
}
.snipe[style*=C1AC]:before {
  border-top: 15px solid #40C1AC;
}
.snipe[style*=C1AC]:after {
  border-bottom: 15px solid #40C1AC;
}
.snipeLeft {
  float: left;
  padding: 5px 16px 0 16px;
  height: 20px;
  line-height: 1.1;
}
.qvhover {
  height: 179px;
}
.uHide {
  display: none;
}
.swatchDiv {
  text-align: center;
  width: 100%;
  height: 18px;
  overflow: hidden;
}
.swatchDiv .swatchDiv__inner {
  background: #ffffff;
  position: relative;
  z-index: 3;
  padding-top: 1px;
}
.swatchDiv:hover {
  overflow: visible;
}
.swatchDiv ul {
  padding: 0;
  margin: 0;
}
.swatchDiv ul li {
  display: inline-block;
  width: 30px;
  height: 15px;
  margin-left: 4px;
  margin-bottom: 4px;
  overflow: hidden;
  cursor: pointer;
}
.swatchDiv ul li.hover,
.swatchDiv ul li:hover {
  outline: 1px solid #bbb;
  outline-offset: 1px;
}
.cardBottom {
  border-bottom: 1px solid #CCC;
  margin-right: 15px;
  margin-left: 15px;
}
.price {
  font-weight: bold;
}
.price-new {
  color: #f00;
}
.price-old {
  text-decoration: line-through;
}
.quickviewbutton {
  color: #fff;
  position: absolute;
  top: 152px;
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
  text-decoration: none;
  display: none;
  border-radius: 3px;
}
.quickviewbutton:hover,
.quickviewbutton:active,
.quickviewbutton:focus {
  color: #ffffff;
  text-decoration: none;
}
.quickviewbutton:hover .quickviewbutton__text,
.quickviewbutton:active .quickviewbutton__text,
.quickviewbutton:focus .quickviewbutton__text {
  background: #222222;
}
.quickviewbutton__text {
  background: rgba(34, 34, 34, 0.7);
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gridDiv {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .gridDiv {
    width: 50%;
  }
  .quickviewbutton {
    display: none!important;
  }
  .quickviewbutton:hover,
  .quickviewbutton:active,
  .quickviewbutton:focus {
    display: none!important;
  }
}
@media (max-width: 450px) {
  .gridDiv {
    width: 100%;
  }
  .gridDiv .productCard {
    display: block;
  }
  .gridDiv .swatchDiv {
    display: none;
  }
  .gridDiv .rating {
    display: none;
  }
  .gridDiv .cardBottom {
    display: block;
    text-align: center;
  }
}
section.home-page-slider-wrapper {
  margin-bottom: 15px;
  overflow: hidden;
}
section.home-page-slider-wrapper--1 {
  display: none;
}
#slideshow0 {
  margin-bottom: 30px;
}
#slideshow0 .home-page-slider__item {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#slideshow0 .home-page-slider__img {
  display: none;
}
#slideshow0 .slick-dots {
  bottom: -28px;
}
#slideshow0 .slick-arrow--left {
  left: 30px;
}
#slideshow0 .slick-arrow--right {
  right: 30px;
  display: block;
}
#slideshow1 {
  margin-bottom: 30px;
}
#slideshow1 .home-page-slider__item {
  background: none!important;
}
#slideshow1 .home-page-slider__img {
  display: block;
  width: 100%;
  height: auto;
}
#slideshow1 .slick-dots {
  bottom: -28px;
}
#slideshow1 .slick-arrow--left {
  left: 30px;
}
#slideshow1 .slick-arrow--right {
  right: 30px;
  display: block;
}
.home-page-text-slider-wrapper {
  background: url(../images/bg/clog-pattern.png);
  overflow: hidden;
}
.home-page-text-slider {
  color: #ffffff;
  list-style: none;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 32px;
}
.home-page-text-slider .slick-arrow {
  color: #ffffff;
}
.home-page-text-slider .slick-dots li {
  border: 2px solid #ffffff;
}
.home-page-text-slider .slick-dots li.slick-active,
.home-page-text-slider .slick-dots li:hover {
  border: 2px solid #ffffff;
  background: #ffffff;
}
@media (max-width: 991px) {
  #slideshow0 .home-page-slider__item {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  section.home-page-slider-wrapper--0 {
    display: none;
  }
  section.home-page-slider-wrapper--1 {
    display: block;
  }
}
.home-recommend__item {
  text-align: center;
  color: #444444;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
}
.home-recommend__item:hover {
  text-decoration: none;
  color: #444;
}
.home-recommend__item__img {
  margin: 0 auto;
}
.home-recommend__item__text {
  position: relative;
  top: -5px;
  padding-right: 5px;
  padding-left: 10px;
  display: block;
}
@media (max-width: 460px) {
  .home-recommend {
    margin-bottom: 10px;
  }
  .home-recommend__item__img {
    /* margin: 0;
     width: 160px;*/
    width: 100%;
    height: auto;
    display: block;
  }
  .home-recommend__item__text {
    /*  margin-left: 15px;*/
  }
}
section.home-page-actions .home-page-actions__item {
  margin-bottom: 15px;
}
section.home-page-actions a {
  display: block;
  color: #444;
  text-decoration: none;
}
section.home-page-actions a:hover {
  text-decoration: none;
}
section.home-page-actions img {
  display: block;
  width: 100%;
  height: auto;
}
section.home-page-actions h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 400px) {
  .home-page-actions__item {
    width: auto;
    float: none;
    margin: 0 auto;
  }
}
section.home-page-intermediate {
  text-align: center;
  margin-bottom: 15px;
}
section.home-page-intermediate a {
  display: block;
}
section.home-page-intermediate img {
  width: 100%;
  height: auto;
  display: block;
}
.shoppingCartPage {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cartProductsContainer {
  margin-bottom: 20px;
}
.cart-header {
  background: #EBEBEB;
  padding: 15px 20px;
  display: flex;
}
.cart-header__name {
  flex-grow: 500;
}
.cart-header__price {
  width: 130px;
  text-align: center;
}
.cart-header__quantity {
  width: 70px;
  text-align: center;
}
.cart-header__total-quantity {
  width: 90px;
  text-align: right;
}
.cart__item {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
}
.cart__item__img-wrapper {
  float: left;
  margin-right: 10px;
}
.cart__item__name {
  font-size: 16px;
}
.cart__item__name-link {
  color: #2A7AB0;
}
.cart__item__details {
  font-size: 13px;
  margin-left: 180px;
}
.cart__item__operations {
  padding-top: 20px;
  font-size: 12px;
}
.cart__item__operations a {
  cursor: pointer;
}
.cart__item__name-section {
  flex-grow: 400;
}
.cart__item__price-section {
  width: 130px;
  text-align: center;
}
.cart__item__price-section h6 {
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
.cart__item__quantity-section {
  width: 70px;
  text-align: center;
}
.cart__item__quantity-section select {
  width: 60px;
  cursor: pointer;
}
.cart__item__total-section {
  width: 90px;
  text-align: right;
  font-weight: 600;
}
.btn.checkout {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.coupon {
  float: left;
  margin-bottom: 10px;
}
.coupon__tittle {
  font-weight: 700;
  margin-bottom: 9px;
  margin-top: 5px;
}
#couponFld {
  display: inline-block;
  margin-bottom: 10px;
  width: 150px;
}
#addcoup {
  margin-bottom: 10px;
}
.totalsTbl {
  float: right;
  width: auto;
  max-width: 400px;
}
.totalsTbl tr:nth-child(2n) {
  background: #ffffff;
}
.totalsTbl td {
  padding: 5px 0;
}
.totalsTbl select {
  width: 100%;
  font-size: 13px;
  padding: 4px 6px;
  float: right;
}
.estimatedTotal {
  font-size: 18px;
  border-top: 1px dashed #aaaaaa;
  text-align: right;
}
.mcEmptyCart {
  margin-top: 10px;
  font-size: 13px;
}
.mobile-label {
  display: none;
}
@media (max-width: 767px) {
  .cart-header {
    display: none;
  }
  .cart-info {
    border-top: 1px solid #cccccc;
  }
  .checkout {
    margin-right: -15px;
    min-width: 45%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  .totalsTbl {
    max-width: 300px;
  }
  .cart__item {
    display: block;
  }
  .cart__item__name-section {
    margin-bottom: 10px;
  }
  .cart__item__price-section {
    margin-left: 180px;
    text-align: left;
    margin-bottom: 10px;
    width: auto;
  }
  .cart__item__quantity-section {
    margin-left: 180px;
    text-align: left;
    margin-bottom: 10px;
    width: auto;
  }
  .cart__item__total-section {
    margin-left: 180px;
    text-align: left;
    width: auto;
  }
  .cart__item__operations {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
  }
  .mobile-label {
    display: inline-block;
    font-size: 13px;
    margin-right: 4px;
    vertical-align: top;
  }
  .cart__item__price-section__inner {
    display: inline-block;
  }
}
@media (max-width: 650px) {
  .totalsTbl {
    max-width: 100%;
  }
  .coupon {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  .coupon form {
    display: flex;
  }
  #couponFld {
    flex-grow: 400;
    margin-right: 4px;
  }
}
@media (max-width: 450px) {
  .cart__item {
    padding-left: 0;
    padding-right: 0;
  }
  .cart__item__img-link {
    display: block;
  }
  .cart__item__img {
    display: block;
    width: 100%;
    height: auto;
  }
  .cart__item__details {
    margin-left: 50%;
  }
  .cart__item__img-wrapper {
    width: 50%;
    margin-right: 0;
  }
  .cart__item__price-section {
    margin-left: 50%;
  }
  .cart__item__quantity-section {
    margin-left: 50%;
  }
  .cart__item__total-section {
    margin-left: 50%;
  }
}
.content {
  margin-bottom: 20px;
}
.required {
  color: #ff0000;
  font-weight: 700;
}
@media (max-width: 400px) {
  .footer-email-text {
    display: none;
  }
}
/*===================================*/
/*             Слайдер
/*===================================*/
.slick-slider {
  position: relative;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 40px;
  height: 60px;
  color: #999999;
  font-size: 60px;
  line-height: 45px;
  text-align: center;
  z-index: 3;
  vertical-align: middle;
  cursor: pointer;
}
.slick-arrow:hover {
  color: #cdcdcd;
}
.slick-arrow--left {
  left: -60px;
}
.slick-arrow--right {
  right: -60px;
}
.slick-dots {
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
  display: block;
  z-index: 1;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin: 0 11px 0 0;
  cursor: pointer;
  background: transparent;
  border: 2px solid #999999;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
  border: 2px solid #999999;
  background: #999999;
}
.slick-dots button {
  border: none;
  background: none;
  text-indent: 99999px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.slick-dots button:active,
.slick-dots button:focus {
  outline: none;
}
@media (max-width: 767px) {
  .slick-arrow {
    margin-top: -20px;
    width: 30px;
    height: 40px;
    font-size: 40px;
    line-height: 35px;
  }
  .home-page-slider--mobile .slick-arrow--right {
    right: 10px;
    display: block;
  }
  .home-page-slider--mobile .slick-arrow--left {
    left: 10px;
    display: block;
  }
}
.footer {
  background: #444444;
  color: #ffffff;
  font-size: 11px;
  padding-top: 20px;
}
.footer a {
  color: #ffffff;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.footer li {
  padding-bottom: 4px;
}
.footer .payments {
  text-align: center;
}
.footer .footer-bottom {
  text-align: center;
}
.footer .footer-bottom .container > * {
  padding: 8px 8px;
  display: inline-block;
}
.footer .footerTitle {
  font-weight: bold;
  padding-bottom: 10px;
}
.footer #newsletterFooter {
  padding-top: 4px;
  width: 100%;
  margin-bottom: 20px;
}
.footer #newsletterFooter form {
  display: flex;
  width: 100%;
}
.footer #newsletterFooter [type="text"] {
  border: none;
  padding: 5px 7px;
  height: 26px;
  vertical-align: top;
  color: #000;
  flex-grow: 5;
}
.footer #newsletterFooter [type="text"]:focus,
.footer #newsletterFooter [type="text"]:active {
  outline: none;
}
.footer #newsletterFooter button {
  border: none;
  padding: 0 7px;
  background: #2A7AB0;
  font-size: 13px;
  line-height: 26px;
  height: 26px;
  vertical-align: top;
  position: relative;
}
.footer #newsletterFooter button:hover {
  background: #256c9b;
}
.footer #newsletterFooter button:focus,
.footer #newsletterFooter button:active {
  outline: none;
}
.footer .social {
  margin-bottom: 15px;
}
.footer .social a {
  display: inline-block;
  padding-right: 2px;
}
.footer .social .fa-stack {
  font-size: 12px;
}
.footer .social .fa-stack:hover > *:first-child {
  color: #2A7AB0;
}
.footer .social .fa-stack:hover > *:last-child {
  color: #fff;
}
.footer .social .fa-inverse {
  color: #444;
}
.footer .emailChat a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.footer .emailChat a:hover {
  color: #2A7AB0;
}
.footer .emailChat i {
  font-size: 19px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer #newsletterFooter {
    max-width: 500px;
    display: inline-block;
  }
  .footer .emailChat a {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
  }
  .footer li {
    padding-bottom: 0;
  }
}
/*===================================*/
/*          Левый сайдбар
/*===================================*/
.leftCol ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.leftCol li {
  margin-bottom: 10px;
  font-size: 13px;
}
.leftCol a {
  color: #444;
}
.leftCol .box {
  margin-bottom: 30px;
}
.leftCol__heading {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.leftCol__menu__item {
  margin-bottom: 25px;
}
.leftCol__submenu {
  margin-bottom: 20px !important;
}
.leftCol__submenu.leftCol__submenu--sale {
  display: block;
  margin-bottom: 15px !important;
}
.leftCol__submenu.leftCol__submenu--sale a {
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid #2A7AB0;
  display: block;
  color: #2A7AB0;
  padding: 8px;
  text-align: center;
}
.leftCol__submenu.leftCol__submenu--sale a.selected,
.leftCol__submenu.leftCol__submenu--sale a:hover,
.leftCol__submenu.leftCol__submenu--sale a:active,
.leftCol__submenu.leftCol__submenu--sale a:focus {
  color: #ffffff;
  background: #2A7AB0;
  text-decoration: none;
}
.leftCol__submenu__item {
  margin-bottom: 10px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.leftCol__submenu__item a.selected,
.leftCol__submenu__item a:hover {
  color: #2A7AB0;
  text-decoration: underline;
}
/*===================================*/
/*          Breadcrumbs
/*===================================*/
.breadcrumbs {
  padding: 10px 15px 0 0;
  width: auto;
  z-index: 0;
  font-size: 13px;
}
.cloud-zoom-lens {
  border: 1px solid #888;
  margin: -4px;
  background-color: #fff;
  cursor: move;
}
/*===================================*/
/*         Страница поиска
/*===================================*/
.search-page .simplesearchinput {
  display: inline-block;
  width: auto;
  max-width: 400px;
  margin: 0;
}
.search-page .button-search {
  display: inline-block;
  position: relative;
  left: -5px;
}
.search-page .search-block {
  padding-top: 20px;
  text-align: center;
}
.search-result-text {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  background: rgba(108, 167, 226, 0.05);
  border: 1px solid #c7dbff;
  padding: 15px;
  font-size: 17px;
}
.search-result-text h3 {
  line-height: 1.4;
}
@media (min-width: 992px) {
  .search-page .gridDiv {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-page .gridDiv {
    width: 33.333%;
  }
}
/*===================================*/
/*      Рекомендуемые товары
/*===================================*/
.relatedProducts {
  display: flex;
  margin-bottom: 40px;
}
.relatedProducts__item {
  display: flex;
  width: 25%;
  text-align: center;
  justify-content: center;
}
.simple-product-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.simple-product-card__main-area {
  width: 100%;
}
.simple-product-card__secondary-area {
  align-self: flex-end;
}
.simple-product-card__thumb {
  margin-bottom: 6px;
}
.simple-product-card__thumb a {
  display: block;
}
.simple-product-card__thumb img {
  width: 160px;
  height: auto;
}
.simple-product-card__title {
  font-size: 14px;
  color: #2A7AB0;
  display: block;
  font-weight: 600;
  padding-right: 4px;
  padding-left: 4px;
  width: 100%;
  line-height: 1.1;
  margin-bottom: 5px;
}
.simple-product-card__title--mobile {
  display: none;
}
.simple-product-card__price {
  font-size: 13px;
  line-height: 1.1;
}
@media (min-width: 450px) and (max-width: 767px) {
  .relatedProducts {
    flex-wrap: wrap;
    justify-content: center;
  }
  .relatedProducts__item {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 450px) {
  .relatedProducts {
    display: block;
  }
  .relatedProducts__item {
    width: 100%;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
  }
  .relatedProducts__item:last-child {
    border-bottom: none;
  }
  .simple-product-card {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .simple-product-card__main-area {
    width: auto;
  }
  .simple-product-card__secondary-area {
    align-self: center;
    flex-grow: 100;
  }
  .simple-product-card__thumb a {
    float: left;
  }
  .simple-product-card__title {
    display: none;
  }
  .simple-product-card__title--mobile {
    display: block;
  }
  .simple-product-card__price {
    align-self: center;
  }
}
@media (max-width: 380px) {
  .simple-product-card__thumb img {
    width: 130px;
    height: auto;
  }
}
/*===================================*/
/*       Статусбары рейтингов
/*===================================*/
.rate-container {
  text-align: center;
  margin-bottom: 20px;
}
.rate-container h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
.rate-container .rating {
  text-align: center;
  margin-bottom: 0;
}
.rate-container .reviews-count {
  margin-bottom: 10px;
}
.rateStatusBar {
  height: 22px;
  background: #e0e0e0;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
}
.rateStatusBar-inner {
  background: #e6af33;
  height: 100%;
  border-radius: 5px;
}
.rateStatusBar-text {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 0px #a2833f;
  left: 15px;
}
.rateStatusBar-text--right {
  right: 15px;
  left: auto;
  color: #444444;
  font-weight: 600;
  text-shadow: none !important;
  padding-top: 1px;
}
.leftRate {
  float: left;
}
.rightRate {
  float: right;
}
@media (max-width: 767px) {
  .rateStatusBar {
    margin-bottom: 5px;
    height: 18px;
  }
  .rateStatusBar-text {
    font-size: 12px;
    text-shadow: 1px 1px 0px #c39530;
  }
}
@media (max-width: 500px) {
  .rate-container {
    width: 100%;
    left: 0;
  }
  .rate {
    display: inline-block;
    width: 100%;
  }
  .rateStatusBar {
    margin-bottom: 0;
  }
}
/*===================================*/
/*      Заголовок-разделитель
/*===================================*/
.divider {
  height: 1px;
  background: #cccccc;
  margin: 85px 40px 80px 40px;
  position: relative;
  text-align: center;
}
.divider:before {
  content: '';
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
.divider:after {
  content: '';
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.divider__title {
  font-size: 15px;
  text-align: center;
  display: inline-block;
  background: #ffffff;
  position: relative;
  top: -10px;
  padding: 0 25px;
  margin: 0;
}
@media (max-width: 460px) {
  .divider {
    height: auto;
    background: #84BD00;
    margin: 40px 0;
    padding: 5px;
  }
  .divider:before,
  .divider:after {
    display: none;
  }
  .divider__title {
    background: transparent;
    position: relative;
    z-index: 5;
    top: 0;
    color: #ffffff;
    font-weight: 600;
    padding: 0 15px;
    margin: 0;
  }
}
/*===================================*/
/*              Отзывы
/*===================================*/
#addReviewButton {
  background: #2A7AB0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 20px;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
}
#addReviewButton:hover {
  background: #3c95d1;
  color: #ffffff;
  text-decoration: none;
}
.reviews-header {
  background: #EBEBEB;
  padding: 10px 15px 3px 15px;
  overflow: hidden;
}
.reviews-header__count {
  float: left;
  font-size: 16px;
  font-weight: 600;
  padding-top: 3px;
}
.sortBy {
  float: right;
}
.sortByText {
  display: inline-block;
}
.sortBySelect {
  display: inline-block;
}
.sortBySelect select {
  cursor: pointer;
}
.review {
  padding-top: 35px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  padding-bottom: 15px;
}
.review__left-section {
  width: 250px;
  float: left;
}
.review__right-section {
  padding-left: 290px;
}
.review__right-section .rating {
  float: left;
  width: auto;
  margin-bottom: 0;
}
.review__right-section .added {
  float: right;
  font-size: 13px;
}
.review__right-section__header {
  overflow: hidden;
  margin-bottom: 25px;
}
.review__right-section__header.mobile-visible {
  display: none;
}
.review__text {
  margin-bottom: 30px;
}
.userInfo {
  margin-bottom: 20px;
  font-weight: 600;
}
.helpful {
  font-size: 12px;
}
.helpful a {
  cursor: pointer;
}
.readAll {
  background: #2A7AB0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
}
.readAll:hover {
  background: #3c95d1;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .review__left-section {
    width: 180px;
  }
  .review__right-section {
    padding-left: 200px;
  }
}
@media (max-width: 550px) {
  .review {
    padding-top: 20px;
  }
  .review__left-section {
    width: auto;
    float: none;
  }
  .review__right-section__header {
    display: none;
  }
  .review__right-section__header.mobile-visible {
    display: block;
    margin-bottom: 0;
  }
  .review__right-section__header.mobile-visible .rating {
    float: left;
    width: auto;
  }
  .review__right-section__header.mobile-visible .added {
    float: right;
    font-size: 13px;
  }
  .reviewAttr {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .review__right-section {
    padding-left: 0;
    width: auto;
    float: none;
  }
}
.size-grid {
  margin-bottom: 20px;
}
.size-grid .fa {
  color: #2A7AB0;
  margin-right: 10px;
}
.size-grid tr td {
  text-align: center;
}
.size-grid tr td:last-child {
  text-align: right;
}
.size-grid tr td:first-child {
  text-align: left;
}
#roomyLg,
#relaxedLg,
#standardLg {
  display: none;
  padding-top: 5px;
}
.login,
.register {
  padding-top: 20px;
  padding-bottom: 40px;
}
.login .remember,
.register .remember {
  margin-bottom: 10px;
  position: relative;
  top: -10px;
}
.login select,
.register select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.login select,
.register select {
  width: 100%;
  padding: 5px 10px;
}
.login {
  max-width: 350px;
}
.register {
  max-width: 600px;
}
#LoginFormID {
  margin-bottom: 30px;
}
#dwfrm_login_register {
  text-decoration: underline;
  text-decoration-style: dashed;
  cursor: pointer;
}
@media (max-width: 550px) {
  .login .xxs-12,
  .register .xxs-12 {
    width: auto;
    float: none;
  }
}
.shop-review .review {
  padding-top: 20px;
}
.shop-review .review:first-child {
  border-top: 1px solid #ebebeb;
}
.shop-review .user-review-column .fa {
  color: #2A7AB0;
  margin-right: 5px;
}
.shop-review .pagination {
  margin-top: 20px;
  float: right;
  margin-bottom: 20px;
}
.shop-review .dataControls {
  overflow: hidden;
}
.shop-review .rating {
  text-align: left;
}
.shop-review .starRating {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 20px;
}
.shop-review .totalReviews {
  font-size: 17px;
  margin-bottom: 20px;
}
.shop-review .starRating div.star a {
  width: 48px;
  height: 50px;
  text-indent: -999em;
}
.shop-review .starRating label {
  display: none;
}
.shop-review .star_hover a,
.shop-review div.star_live a:hover {
  background-position: 0 -24px;
}
.shop-review .starRating div.star_hover a,
.shop-review .starRating div.star_live a:hover {
  background-position: 0 -150px;
}
.shop-review .starRating div.star_on,
.shop-review .starRating div.star_on a {
  background-position: 0 -150px !important;
}
.shop-review .star {
  float: left;
}
.shop-review .star a {
  display: block;
  width: 24px;
  height: 100%;
  background-position: 0 0;
}
.shop-review .starRating input {
  position: relative;
  float: left;
  top: 55px;
  left: -30px;
  cursor: pointer;
}
.shop-review textarea {
  height: 100px;
}
.shop-review .add-review-toggle {
  display: none;
  position: relative;
  top: 3px;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .shop-review .add-review-toggle {
    display: block;
  }
  .shop-review .user-review-column {
    display: none;
    margin-top: 20px;
    max-width: 600px;
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  .shop-review .add-review-toggle {
    margin-top: 20px;
    right: -15px;
    padding: 10px 16px;
  }
  .shop-review .cartProductsContainer {
    clear: both;
  }
}
.order-history .pagination {
  margin-bottom: 20px;
  float: right;
}
.order-list {
  display: flex;
  flex-wrap: wrap;
}
.order-item {
  width: 33.3333%;
  margin-bottom: 40px;
  padding-right: 10px;
}
.order-item .fa {
  margin-right: 5px;
}
.order-info .rCol {
  margin-left: 235px;
}
.order-info .fa {
  color: #2A7AB0;
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .order-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .order-info .rCol {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .desktop-cart-info {
    display: none;
  }
}
@media (max-width: 650px) {
  .order-item {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .order-item {
    width: 100%;
    padding-right: 0;
  }
}
.address-list {
  display: flex;
  flex-wrap: wrap;
}
.address-list__item {
  width: 50%;
  margin-bottom: 40px;
  padding-right: 10px;
}
.address-list__item .fa {
  margin-right: 5px;
}
@media (max-width: 600px) {
  .address-list__item {
    width: 100%;
  }
}
.contact-page form {
  max-width: 400px;
}
.contact-page textarea {
  width: 100%;
  margin-bottom: 10px;
}
.checkout-page select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkout-page select {
  width: 100%;
  padding: 5px 10px;
}
.checkout-page label {
  display: inline-block;
  vertical-align: middle;
}
.checkout-page textarea {
  margin-bottom: 10px;
}
.checkout-page [type="radio"] {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.checkout-page [type="checkbox"] {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  margin-bottom: 2px;
}
.checkout-page input[type="radio"]:hover {
  cursor: pointer !important;
}
.checkout-page input[type="checkbox"]:hover {
  cursor: pointer !important;
}
.checkout-page .fa {
  color: #2A7AB0;
  margin-right: 8px;
}
.checkout-page .checkout_address {
  border-top: 1px solid #eee;
  padding-top: 8px;
  position: relative;
  top: -1px;
}
.checkout-page .shipping_address {
  border-top: 1px solid #eee;
  padding-top: 8px;
  position: relative;
  top: -1px;
}
.checkout-page .accordion-header {
  display: none;
  padding: 6px 10px 7px 51px;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #ffffff;
  z-index: 2;
}
.checkout-page .accordion-header:hover {
  background: #fafafa;
}
.checkout-page .accordion-header[data-toggle="checkout_address"] {
  position: relative;
  top: 1px;
}
.checkout-page .accordion-header[data-toggle="payment-existing"] {
  position: relative;
  top: 1px;
}
.checkout-page .accordion-header:after {
  position: absolute;
  top: 8px;
  right: 20px;
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f067";
}
.checkout-page .accordion-header.on:after {
  content: "\f068";
}
.checkout-page .shipping__item {
  display: table;
  justify-content: space-between;
  position: relative;
}
.checkout-page .shipping__item__method {
  display: table-cell;
  width: 100%;
  padding-left: 25px;
}
.checkout-page .shipping__item__method [type="radio"] {
  position: absolute;
  top: 4px;
  left: 0;
}
.checkout-page .payment_method__label {
  padding-left: 25px;
  position: relative;
}
.checkout-page .payment_method__label [type="radio"] {
  position: absolute;
  top: 4px;
  left: 0;
}
.checkout-page .check_shipping_address__label {
  padding-left: 25px;
  position: relative;
}
.checkout-page .check_shipping_address__label [type="checkbox"] {
  position: absolute;
  top: 4px;
  left: 0;
}
.checkout-page .shipping__item__price {
  display: table-cell;
  color: #84BD00;
  min-width: 80px;
  text-align: right;
  vertical-align: top;
}
.checkout-page .payment-existing {
  padding-top: 10px;
}
.checkout-page .payment-existing__item {
  padding: 10px 10px 10px 50px;
  display: block;
  cursor: pointer;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
  font-size: 13px;
  position: relative;
}
.checkout-page .payment-existing__item.active,
.checkout-page .payment-existing__item:hover {
  background: rgba(108, 167, 226, 0.05);
  border: 1px solid #c7dbff;
}
.checkout-page .payment-existing__item.active:after {
  position: absolute;
  top: 5px;
  left: -8px;
  color: #b9e2fe;
  display: inline-block;
  font: normal normal normal 41px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f00c";
  z-index: -1;
}
.confirm-page .shipping_address {
  border-top: none;
  padding-top: 0;
  position: static;
}
#woc_checkout_cart thead,
.order-info thead {
  background: #dedede;
}
#woc_checkout_cart table,
.order-info table {
  margin-bottom: 10px;
}
#woc_checkout_cart tbody tr,
.order-info tbody tr {
  border-bottom: 1px dashed #bbbbbb;
}
#woc_checkout_cart tbody tr:nth-child(2n),
.order-info tbody tr:nth-child(2n) {
  background: transparent;
}
#woc_checkout_cart td,
.order-info td {
  min-width: 110px;
  text-align: center;
}
#woc_checkout_cart td:first-child,
.order-info td:first-child {
  width: 100%;
  text-align: left;
}
#woc_checkout_cart .total-block,
.order-info .total-block {
  float: right;
  margin-bottom: 20px;
  padding-right: 10px;
}
#woc_checkout_cart .total-block .price,
.order-info .total-block .price {
  padding-right: 10px;
}
#woc_checkout_cart .mobile-cart-info,
.order-info .mobile-cart-info {
  display: none;
  margin-bottom: 10px;
}
#woc_checkout_cart .mobile-cart-info__heading,
.order-info .mobile-cart-info__heading {
  padding: 6px 10px;
  background: #dedede;
}
#woc_checkout_cart .mobile-cart-info__item,
.order-info .mobile-cart-info__item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px dashed #bbbbbb;
  font-size: 13px;
}
#woc_checkout_cart .mobile-cart-info__item .name,
.order-info .mobile-cart-info__item .name {
  font-size: 15px;
}
@media (max-width: 600px) {
  .checkout-page__section {
    width: auto;
    float: none;
  }
  #woc_checkout_cart .cart-info,
  .order-info .cart-info {
    display: none;
  }
  #woc_checkout_cart .mobile-cart-info,
  .order-info .mobile-cart-info {
    display: block;
  }
}
.mobile-account-menu {
  margin-bottom: 20px;
}
.mobile-account-menu a {
  color: #222;
  padding-bottom: 7px;
  display: block;
}
.attention,
.success,
.warning,
.info,
.error {
  padding: 10px 15px;
  font-size: 13px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  display: block;
  clear: both;
}
.attention {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.warning,
.error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.quote-text {
  color: #84BD00;
}
