div,
a {
  box-sizing: border-box;
}
a:focus,
a:active,
a:hover {
  outline: none;
}
.btn:focus {
  color: #fff;
}
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  position: relative;
}
/*h1{
  //font-family: 'Arizonia', coursive;
  font-family: 'Dancing Script', cursive;
  font-size: 35px;
  padding: 25px 0;
}*/
h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  font-weight: 100;
  text-transform: uppercase;
  padding: 25px 0;
}
h2 {
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
}
h3 {
  font-size: 18px;
  font-weight: 300;
  color: #39585b;
	font-weight: bold;
  text-transform: uppercase;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  color: #404040;
  font-style: italic;
  padding-bottom: 10px;
}
.btn {
  border-radius: 0;
  padding: 10px 15px;
  background-color: #91be17;
  color: #ffffff;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn:focus {
  outline: none;
}
.btn:hover,
.btn:focus {
  background-color: #b2e627;
  color: #ffffff;
}
.btn2 {
  background-color: #808080;
}
.btn2:hover,
.btn2:focus {
  background-color: #4a4a4a;
}
.xs-hidden {
  display: none;
}
.inactive {
  opacity: 0.2;
}
label.error {
  color: red !important;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
select.error {
  border-color: red !important;
}
.tabs {
  max-width: 720px;
  margin: auto;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.tabs li a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #f2f2f2;
  border: 1px solid #e7e8e9;
  padding: 15px;
  margin-top: 5px;
  line-height: 15px;
}
.tabs li a.active {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.tbodies > div {
  display: none;
}
.msg-wrap {
  position: relative;
  width: 100%;
  float: left;
}
.msg-wrap .msg {
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  padding-left: 18px;
  font-size: 14px;
}
#fullwidth-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  display: none;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
#fullwidth-spinner:after {
  content: '';
  display: inline-block;
  width: 128px;
  height: 128px;
  margin: auto;
  vertical-align: middle;
  background: url('/images/loading_big.gif') no-repeat center;
  background-size: contain;
}
.container {
  max-width: 1920px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.container-inner {
  width: 90%;
  margin: auto;
}
.topbar {
  height: 75px;
  width: 100%;
  background-color: #39585b;
  position: relative;
  color: #fefefe;
  font-weight: 300;
  /*
  .navbar-toggle {
    display: block;
    height: 34px;
    margin: auto;
    //float: left;
    position: absolute;
    top: 0;
    left: 2%;
    bottom: 0;
    border: none;
    cursor: pointer;
  }*/
}
.topbar .tgl-wrap {
  position: absolute;
  top: 0;
  left: 2%;
  bottom: 0;
  line-height: 75px;
}
.topbar .navbar-toggle {
  display: inline-block;
  height: 34px;
  margin: auto;
  border: none;
  cursor: pointer;
  float: none;
  vertical-align: middle;
}
.topbar .navbar-toggle .icon-bar {
  background-color: #fefefe;
}
.topbar .hint {
  display: none;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 300;
}
.topbar .hint a {
  color: #efefef;
  text-decoration: none;
}
.topbar .hint a:first-child {
  margin-right: 10px;
}
.topbar .hint a:last-child {
  margin-left: 10px;
}
.topbar .hint a:hover {
  text-decoration: underline;
}
.topbar .options {
  height: 34px;
  position: absolute;
  top: 0;
  right: 2%;
  bottom: 0;
  margin: auto;
}
.topbar .options > * {
  float: left;
  margin-right: 30px;
}
.topbar .options > *:first-child {
  margin-right: 20px;
}
.topbar .options .minicart {
  background: url('/redata/images/ico_cart_32x28.png') right no-repeat;
  background-size: 30px;
  width: 47px;
  height: 30px;
  position: relative;
}
.topbar .options .minicart span {
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  left: 0;
  text-align: left;
  width: 13px;
  font-weight: 400;
  color: #fefefe;
}
.topbar .options .account {
  background: url(/redata/images/ico_account_32x32.png) left no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
}
.topbar .options .search {
  display: none;
  background: url(/redata/images/ico_search_32x32.png) left no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
}
.topbar .logo {
  position: absolute;
  z-index: 5;
  width: 200px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  color: #fefefe;
  text-decoration: none;
  display: none;
}
.topbar .logo .text {
  margin-top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
.topbar .logo img {
  margin-top: 45px;
  max-width: 25%;
}
.topbar .logo2 {
  padding-bottom: 75px;
}
.topbar .logo2 img {
  display: none;
}
main {
  position: relative;
}
.navbar-main {
  height: 60px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.navbar-main > * {
  width: 20%;
  float: left;
  display: block;
}
.navbar-main .logo {
  text-align: left;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
}
.navbar-main .logo img {
  width: calc(26.43171806px);
  vertical-align: middle;
  margin: auto;
}
.navbar-main .bc-nav {
  width: 60%;
  line-height: 60px;
}
.navbar-main .bc-nav .wrap {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  line-height: 12px;
}
.navbar-main .bc-nav .wrap a {
  font-size: 8px;
  font-weight: 300;
  color: #444444;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar-main .bc-nav .wrap a:hover {
  text-decoration: underline;
}
.navbar-main .bc-nav .wrap a.active {
  color: #c7c7c7;
}
.navbar-main .bc-nav .wrap a.active:hover {
  text-decoration: none;
}
.navbar-main .filter-toggle,
.navbar-main .filter-toggle-inactive {
  height: 60px;
  line-height: 60px;
  padding-right: 15px;
  text-align: right;
}
.navbar-main .filter-toggle button,
.navbar-main .filter-toggle-inactive button {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 32px;
  height: 21px;
  border: none;
  cursor: pointer;
  background: url('/redata/images/ico_filter_toggle_32x21.png') center no-repeat;
}
.navbar-main .filter-toggle button::before,
.navbar-main .filter-toggle-inactive button::before {
  content: "filter";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  text-transform: uppercase;
  color: #444444;
  font-size: 8px;
}
.navbar-main .filter-toggle-inactive button {
  opacity: 0.2;
  cursor: auto;
}
.nm2 {
  overflow: visible;
}
.nm2 .bc-nav {
  width: 40%;
  padding-left: 15px;
  text-align: left;
}
.nm2 .logo {
  padding-left: 0;
  text-align: center;
  position: relative;
}
.nm2 .logo img {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -20%;
  width: 75%;
}
.nm2 .filter-toggle,
.nm2 .filter-toggle-inactive {
  width: 40%;
}
.nm2 .filter-toggle-inactive {
  visibility: hidden;
}
#slider {
  margin-bottom: 1%;
  display: block;
  width: 100%;
  position: relative;
}
#slider .pane-logo {
  display: none;
}
#slider .pane-logo a {
  display: inline-block;
  position: absolute;
  z-index: 5;
  width: 5.2604166667%;
  margin-top: 1.4%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: rotate translateX(-50%);
  -o-transform: rotate translateX(-50%);
  transform: translateX(-50%);
}
#slider .pane-logo img {
  display: inline-block;
  margin: auto;
}
#slider .slider {
  background-size: cover;
  background-color: #fff;
  padding-bottom: 39.6874999993%;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  /*
    .buttons {
      //display: inline-block;
      position: absolute;
      z-index: 10;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      margin: auto;
      height: 36px;
      
      & > a {
        display: inline-block;
        margin: auto;
        font-size: 14px;
        font-weight: 700;
        background: @white2;
        padding: 14px;
        margin-right: 0px;
        color: @black2;
        text-decoration: none;
        text-transform: uppercase;
      }
      & > a:last-child {
        margin-right: 0px;
      }
    }*/
}
#slider .slider .slick-track {
  margin-bottom: 2.2395833333%;
}
#slider .slider .slick-slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 2.2395833333%;
  background: url('/redata/images/shadow_1920x43.png') no-repeat center;
  background-size: contain;
}
.carousel .wrap {
  position: relative;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.carousel .wrap .owl-pagination {
  display: none;
}
.carousel .wrap .owl-buttons > * {
  position: absolute;
  text-indent: -9999px;
  width: 28px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel .wrap .owl-buttons .owl-prev {
  background: url('/redata/images/ico_leftarrow1_28x50.png') center no-repeat;
  left: -25px;
  background-size: 80%;
}
.carousel .wrap .owl-buttons .owl-next {
  background: url('/redata/images/ico_rightarrow1_28x50.png') center no-repeat;
  right: -25px;
  background-size: 80%;
}
.carousel .wrap .wrap-inner {
  position: relative;
}
.carousel .wrap .wrap-inner .slick-slide {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 5px;
}
.carousel .wrap .wrap-inner .slick-slide .img-wrap {
  padding-bottom: 80%;
  height: 0;
  overflow: hidden;
  background: url('/redata/images/loading_spinner.gif') no-repeat center;
  background-size: 30%;
  position: relative;
}
.carousel .wrap .wrap-inner .slick-slide .img-wrap .discount {
  position: absolute;
  z-index: 1;
  width: 17%;
  top: 10%;
  left: 10%;
}
.carousel .wrap .wrap-inner .slick-slide .img-wrap img {
  margin: auto;
  background: #fff;
}
.carousel .wrap .wrap-inner .slick-slide a:focus {
  outline: none;
}
.carousel .wrap .wrap-inner .slick-slide:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.carousel .wrap .wrap-inner .slick-slide .desc {
  min-height: 54px;
}
.carousel .wrap .wrap-inner .arrows > * {
  position: absolute;
  text-indent: -9999px;
  width: 28px;
  height: 50px;
  transform: translateY(-50%);
}
.carousel .wrap .wrap-inner .arrows .slick-prev {
  background: url('/redata/images/ico_leftarrow1_28x50.png') center no-repeat;
  left: -25px;
  background-size: 80%;
}
.carousel .wrap .wrap-inner .arrows .slick-next {
  background: url('/redata/images/ico_rightarrow1_28x50.png') center no-repeat;
  right: -25px;
  background-size: 80%;
}
.carousel .wrap .item a {
  text-decoration: none;
}
.carousel .wrap .item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel .wrap .item .desc span {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  text-transform: uppercase;
}
.carousel .wrap .item .desc .price {
  color: #808080;
  display: inline-block;
}
.carousel .selection-status {
  padding: 30px 0;
  margin-bottom: 50px;
  position: relative;
}
.carousel .selection-status span {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
}
.carousel .selection-status .separ {
  margin: 0 10px;
}
.carousel .selection-status::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 170px;
  height: 1px;
  background: #e8e8e8;
}
.types {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.types .wrap {
  max-width: 400px;
  margin: auto;
}
.types a {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.types a div {
  height: 0;
  width: 100%;
  padding-bottom: 54.6875%;
  margin: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.types a:hover > div {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: rotate scale(1.1);
  -o-transform: rotate scale(1.1);
  transform: scale(1.1);
}
.types a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  color: #f6f6f6;
  text-transform: uppercase;
}
.types a span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60%;
  height: 1px;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.highlights {
  padding: 30px 0;
  overflow: hidden;
}
.highlights .wrap {
  max-width: 90%;
  margin: auto;
  text-align: center;
}
.highlights .wrap > div {
  margin: auto;
  padding: 0;
}
.highlights span {
  display: block;
  text-align: left;
  position: relative;
  padding-left: 44px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
  margin: 20px 0;
}
.highlights span:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 19px;
  top: 0;
  left: 0;
  background: url('/redata/images/ico_green_check_24x19.png') no-repeat center;
  background-size: 80%;
}
.categories {
  width: 100%;
  overflow: hidden;
}
.categories a {
  padding: 0;
  margin: 0;
  position: relative;
  width: 50%;
  float: left;
  overflow: hidden;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.categories a div {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  margin: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.categories a:hover > div {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: rotate scale(1.1);
  -o-transform: rotate scale(1.1);
  transform: scale(1.1);
}
.categories a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #f6f6f6;
  text-transform: uppercase;
}
.categories a span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 73%;
  height: 1px;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c2 a:hover > div {
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: rotate none;
  -o-transform: rotate none;
  transform: none;
  -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -ms-transform: rotate translateY(-5px);
  -o-transform: rotate translateY(-5px);
  transform: translateY(-5px);
}
.info {
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 50px;
}
.info li {
  overflow: hidden;
  margin-bottom: 35px;
}
.info li:last-child {
  margin-bottom: 0;
}
.info li > div {
  width: 100%;
}
.info .image img {
  display: block;
  width: 100%;
  height: auto;
}
.info .description {
  color: #000000;
  text-align: justify;
  padding-top: 25px;
}
.info .description h2 {
  margin-bottom: 15px;
}
.info .description p {
  font-size: 12px;
  line-height: 14px;
}
.prodlist {
  margin-bottom: 20px;
}
.prodlist h1 {
  font-size: 30px;
  padding: 15px 0;
}
.prodlist > ul {
  overflow: hidden;
  padding: 5px 2%;
}
.prodlist .item {
  -moz-transition: box-shadow 0.2s;
  -webkit-transition: box-shadow 0.2s;
  -ms-transition: box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  margin-bottom: 5px;
}
.prodlist .item a {
  text-decoration: none;
  color: #000000;
}
.prodlist .item .img-wrap {
  position: relative;
}
.prodlist .item .img-wrap .discount {
  position: absolute;
  z-index: 1;
  width: 17%;
  top: 10%;
  left: 10%;
}
.prodlist .item .img-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.prodlist .item .desc {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  height: 60px;
}
.prodlist .item .desc span {
  display: block;
  line-height: 20px;
  overflow: hidden;
}
.prodlist .item .desc .price {
  color: #808080;
  display: inline-block;
}
.prodlist .item:hover,
.prodlist .item:focus {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.prodlist.last {
  padding-bottom: 25px;
  margin-bottom: 0;
  border-bottom: 1px solid #efefef;
}
.pv-wrap {
  display: none;
}
.prod-view .wrap,
.prod-detail .wrap {
  overflow: hidden;
  width: 96%;
  margin: auto;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 25px;
  /*
    &::before, &::after{
      content: "";
      display: table-cell;
      clear: both;
    }*/
}
.prod-view .wrap .close-btn,
.prod-detail .wrap .close-btn {
  text-align: right;
}
.prod-view .wrap .close-btn button,
.prod-detail .wrap .close-btn button {
  width: 43px;
  height: 43px;
  background: url("/redata/images/ico_close_black_23x23.png") center no-repeat;
  padding: 10px;
  border: none;
  cursor: pointer;
}
.prod-view .wrap .image,
.prod-detail .wrap .image {
  padding-right: 30px;
  position: relative;
  /*
      &:before{
        content: '';
        display: block;
        position: absolute;
        margin: auto;
        width: 13%;
        height: 0;
        padding-bottom: 110px;
        background: url('/redata/images/zlava.png') no-repeat center;
        background-size: 100%;
        top: 0;
        left: 0;
      }*/
}
.prod-view .wrap .image .slick-slideshow,
.prod-detail .wrap .image .slick-slideshow {
  visibility: hidden;
  max-width: 550px;
  margin: auto;
}
.prod-view .wrap .image .slick-slideshow a.slick-slide:focus,
.prod-detail .wrap .image .slick-slideshow a.slick-slide:focus {
  outline: none;
}
.prod-view .wrap .image .slick-initialized,
.prod-detail .wrap .image .slick-initialized {
  visibility: visible;
}
.prod-view .wrap .image .fancy-wrap,
.prod-detail .wrap .image .fancy-wrap {
  position: relative;
}
.prod-view .wrap .image .fancy-wrap .discount,
.prod-detail .wrap .image .fancy-wrap .discount {
  position: absolute;
  z-index: 1;
  width: 13%;
  top: 10%;
  left: 10%;
}
.prod-view .wrap .image .fancy-wrap:after,
.prod-detail .wrap .image .fancy-wrap:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: move;
  cursor: -webkit-grab;
}
.prod-view .wrap .image img,
.prod-detail .wrap .image img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.prod-view .wrap .image .arrows,
.prod-detail .wrap .image .arrows {
  position: relative;
  height: 24px;
  margin: 10px 0;
}
.prod-view .wrap .image .arrows > button,
.prod-detail .wrap .image .arrows > button {
  height: 24px;
  width: 15px;
}
.prod-view .wrap .image .arrows > button::before,
.prod-detail .wrap .image .arrows > button::before {
  display: none;
}
.prod-view .wrap .image .arrows > button::after,
.prod-detail .wrap .image .arrows > button::after {
  content: '';
  display: block;
  height: 24px;
  width: 15px;
}
.prod-view .wrap .image .arrows .slick-prev,
.prod-detail .wrap .image .arrows .slick-prev {
  left: 40%;
}
.prod-view .wrap .image .arrows .slick-prev::after,
.prod-detail .wrap .image .arrows .slick-prev::after {
  background: url('/redata/images/ico_leftarrow2_15x24.png') center no-repeat;
}
.prod-view .wrap .image .arrows .slick-next,
.prod-detail .wrap .image .arrows .slick-next {
  right: 40%;
}
.prod-view .wrap .image .arrows .slick-next::after,
.prod-detail .wrap .image .arrows .slick-next::after {
  background: url('/redata/images/ico_rightarrow2_15x24.png') center no-repeat;
}
.prod-view .wrap .image .enlarge,
.prod-detail .wrap .image .enlarge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url('/redata/images/ico_enlarge_30x30.png') center no-repeat;
  cursor: pointer;
}
.prod-view .wrap .image .slick-dots,
.prod-detail .wrap .image .slick-dots {
  width: 30px;
  right: -30px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.prod-view .wrap .image .slick-dots li,
.prod-detail .wrap .image .slick-dots li {
  width: 26px;
  height: 26px;
  margin: 0 2px;
}
.prod-view .wrap .image .slick-dots li button,
.prod-detail .wrap .image .slick-dots li button {
  width: 26px;
  height: 26px;
}
.prod-view .wrap .image .slick-dots li button::before,
.prod-detail .wrap .image .slick-dots li button::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #ccc;
  border-radius: 50%;
  opacity: 1;
  background: #ccc;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.prod-view .wrap .image .slick-dots li.slick-active button::before,
.prod-detail .wrap .image .slick-dots li.slick-active button::before {
  background: #fff;
}
.prod-view .wrap .desc,
.prod-detail .wrap .desc {
  margin-top: 30px;
}
.prod-view .wrap .desc label.error,
.prod-detail .wrap .desc label.error {
  position: absolute;
  margin-left: 5px;
  top: 32px;
}
.prod-view .wrap .desc h2,
.prod-detail .wrap .desc h2 {
  color: #444444;
  font-size: 22px;
  font-weight: 300;
  margin: 15px 0;
}
.prod-view .wrap .desc #addToCartForm,
.prod-detail .wrap .desc #addToCartForm {
  min-height: 240px;
}
.prod-view .wrap .desc p,
.prod-detail .wrap .desc p {
  color: #808080;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 30px;
}
.prod-view .wrap .desc .price,
.prod-detail .wrap .desc .price {
  color: #444444;
  font-size: 22px;
  font-weight: 300;
  margin: 15px 0;
  display: inline-block;
}
.prod-view .wrap .desc .selects,
.prod-detail .wrap .desc .selects {
  padding: 10px 0;
  max-width: 500px;
  margin: auto;
}
.prod-view .wrap .desc .selects > div[class^='col-'],
.prod-detail .wrap .desc .selects > div[class^='col-'] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.prod-view .wrap .desc .size,
.prod-detail .wrap .desc .size,
.prod-view .wrap .desc .color,
.prod-detail .wrap .desc .color {
  text-transform: uppercase;
  font-size: 14px;
  color: #808080;
  padding: 8px;
  border: 1px solid #808080;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: 10px;
}
.prod-view .wrap .desc .st-link,
.prod-detail .wrap .desc .st-link {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  height: 29px;
  padding-top: 2px;
  cursor: pointer;
  color: #808080;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.prod-view .wrap .desc .st-link:before,
.prod-detail .wrap .desc .st-link:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 29px;
  top: 0;
  bottom: 0;
  left: 0px;
  background: url('/redata/images/ico_foot_14x29.jpg') no-repeat center;
  opacity: .5;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.prod-view .wrap .desc .st-link:hover,
.prod-detail .wrap .desc .st-link:hover {
  color: #000000;
}
.prod-view .wrap .desc .st-link:hover:before,
.prod-detail .wrap .desc .st-link:hover:before {
  opacity: 1;
}
.prod-view .wrap .desc .qty-wrap input,
.prod-detail .wrap .desc .qty-wrap input {
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  border: 1px solid #808080;
  position: relative;
}
.prod-view .wrap .desc .qty-wrap input.error,
.prod-detail .wrap .desc .qty-wrap input.error {
  border: 1px solid red;
}
.prod-view .wrap .desc .qty-wrap label,
.prod-detail .wrap .desc .qty-wrap label {
  text-transform: uppercase;
  font-size: 14px;
  color: #808080;
}
.prod-view .wrap .desc .size-switch,
.prod-detail .wrap .desc .size-switch {
  display: inline-block;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.prod-view .wrap .desc .size-switch .head,
.prod-detail .wrap .desc .size-switch .head {
  min-width: 175px;
  position: relative;
  padding-right: 20px;
}
.prod-view .wrap .desc .size-switch .head::after,
.prod-detail .wrap .desc .size-switch .head::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: inline-block;
  border: 5px solid transparent;
  border-top-color: #7f7f7f;
  top: 5px;
  right: 0px;
  -moz-transition: border-top-color 0.3s;
  -webkit-transition: border-top-color 0.3s;
  -ms-transition: border-top-color 0.3s;
  -o-transition: border-top-color 0.3s;
  transition: border-top-color 0.3s;
}
.prod-view .wrap .desc .size-switch .head span,
.prod-detail .wrap .desc .size-switch .head span {
  line-height: 18px;
}
.prod-view .wrap .desc .size-switch .options,
.prod-detail .wrap .desc .size-switch .options {
  position: absolute;
  max-height: 0;
  left: 0;
  right: 0;
  top: 100%;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom-color: #808080;
  padding: 0;
  margin: 0;
  z-index: 3;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  -moz-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
  -moz-transition: border-bottom-color 0.4s;
  -webkit-transition: border-bottom-color 0.4s;
  -ms-transition: border-bottom-color 0.4s;
  -o-transition: border-bottom-color 0.4s;
  transition: border-bottom-color 0.4s;
}
.prod-view .wrap .desc .size-switch .options li,
.prod-detail .wrap .desc .size-switch .options li {
  padding: 6px 15px;
  text-align: left;
  color: #808080;
}
.prod-view .wrap .desc .size-switch .options li:hover,
.prod-detail .wrap .desc .size-switch .options li:hover {
  background-color: #efefef;
}
.prod-view .wrap .desc .size-switch.active,
.prod-detail .wrap .desc .size-switch.active {
  background-color: #0d0c0b;
  color: #fff;
}
.prod-view .wrap .desc .size-switch.active .head::after,
.prod-detail .wrap .desc .size-switch.active .head::after {
  border-top-color: #fff;
}
.prod-view .wrap .desc .size-switch.active .options,
.prod-detail .wrap .desc .size-switch.active .options {
  max-height: 160px;
  border-bottom-color: #ccc;
}
.prod-view .wrap .desc .size-switch.error,
.prod-detail .wrap .desc .size-switch.error {
  border: 1px solid red;
}
.prod-view .wrap .desc .size-switch.error .options,
.prod-detail .wrap .desc .size-switch.error .options {
  border-bottom: 1px solid red;
}
.prod-view .wrap .desc .buttons,
.prod-detail .wrap .desc .buttons {
  margin-bottom: 20px;
}
.prod-view .wrap .desc .buttons a,
.prod-detail .wrap .desc .buttons a {
  padding: 12px 25px;
  border: 1px solid #808080;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  vertical-align: middle;
}
.prod-view .wrap .desc .buttons .buywrap,
.prod-detail .wrap .desc .buttons .buywrap {
  display: inline-block;
  position: relative;
  margin: 10px;
}
.prod-view .wrap .desc .buttons .buy,
.prod-detail .wrap .desc .buttons .buy {
  line-height: 18px;
}
.prod-view .wrap .desc .buttons .in,
.prod-detail .wrap .desc .buttons .in {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  transform: scale(0);
  padding: 16px 40px;
  margin: 0px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #b2e627;
  font-weight: 700;
  border: 1px solid #b2e627;
}
.prod-view .wrap .desc .buttons .in::after,
.prod-detail .wrap .desc .buttons .in::after {
  content: "L";
  position: absolute;
  top: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: arial;
  font-size: 40px;
  font-weight: 300;
  -ms-transform: scaleX(-1) rotate(-45deg) translateX(50%);
  /* IE 9 */
  -webkit-transform: scaleX(-1) rotate(-45deg) translateX(50%);
  /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-45deg) translateX(50%);
}
.prod-view .wrap .desc .buttons .incart .buy,
.prod-detail .wrap .desc .buttons .incart .buy {
  animation: pulse .5s;
  animation-fill-mode: forwards;
}
.prod-view .wrap .desc .buttons .incart .in,
.prod-detail .wrap .desc .buttons .incart .in {
  animation: pulse2 1s;
  animation-fill-mode: forwards;
}
@keyframes pulse {
  40% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes pulse2 {
  50% {
    visibility: visible;
    z-index: 2;
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    visibility: visible;
    transform: scale(1);
  }
}
.prod-view .wrap .desc .buttons .detail,
.prod-detail .wrap .desc .buttons .detail {
  color: #565656;
}
.prod-view .wrap .desc .buttons2,
.prod-detail .wrap .desc .buttons2 {
  margin-bottom: 20px;
}
.prod-view .wrap .desc .buttons2 .b-wrap,
.prod-detail .wrap .desc .buttons2 .b-wrap {
  display: inline-block;
  width: 250px;
  margin: auto;
  margin-top: 10px;
}
.prod-view .wrap .desc .buttons2 .buy,
.prod-detail .wrap .desc .buttons2 .buy,
.prod-view .wrap .desc .buttons2 .back,
.prod-detail .wrap .desc .buttons2 .back,
.prod-view .wrap .desc .buttons2 .detail,
.prod-detail .wrap .desc .buttons2 .detail {
  padding: 12px 25px;
  border: 1px solid #808080;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.prod-view .wrap .desc .buttons2 .back,
.prod-detail .wrap .desc .buttons2 .back {
  display: none;
  opacity: 0;
  background-color: #000000;
  border: 1px solid #000000;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.prod-view .wrap .desc .buttons2 .back:hover,
.prod-detail .wrap .desc .buttons2 .back:hover {
  background-color: #808080;
  border: 1px solid #808080;
}
.prod-view .wrap .desc .buttons2 .in,
.prod-detail .wrap .desc .buttons2 .in {
  display: none;
  opacity: 0;
  position: relative;
  width: 195px;
  height: 48px;
  padding: 16px 40px;
  margin: auto;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #b2e627;
  font-weight: 700;
  border: 1px solid #b2e627;
  /*
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: -1;
          //visibility: hidden;
          transform: scale(0);
          */
}
.prod-view .wrap .desc .buttons2 .in::after,
.prod-detail .wrap .desc .buttons2 .in::after {
  content: "L";
  position: absolute;
  top: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: arial;
  font-size: 40px;
  font-weight: 300;
  -ms-transform: scaleX(-1) rotate(-45deg) translateX(50%);
  /* IE 9 */
  -webkit-transform: scaleX(-1) rotate(-45deg) translateX(50%);
  /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-45deg) translateX(50%);
}
.prod-view .wrap .desc .buttons2.incart .back,
.prod-detail .wrap .desc .buttons2.incart .back,
.prod-view .wrap .desc .buttons2.incart .in,
.prod-detail .wrap .desc .buttons2.incart .in {
  display: block;
}
.prod-view .wrap .desc .buttons2.incart .buy,
.prod-detail .wrap .desc .buttons2.incart .buy {
  display: none;
}
.prod-view .wrap .desc .buttons2 .detail,
.prod-detail .wrap .desc .buttons2 .detail {
  color: #565656;
}
.prod-view .wrap2,
.prod-detail .wrap2 {
  margin-bottom: 15px;
}
.prod-view .wrap2 .desc h2,
.prod-detail .wrap2 .desc h2 {
  color: #444444;
}
.prod-view .wrap2 .desc p,
.prod-detail .wrap2 .desc p {
  color: #444444;
  margin-bottom: 10px;
}
.prod-view {
  display: none;
}
.prod-view .wrap .desc .buttons2 .b-wrap {
  margin: 10px;
  width: auto;
}
.prod-view .wrap .desc .buttons2 .buy,
.prod-view .wrap .desc .buttons2 .detail {
  margin-bottom: 0;
}
.prod-view .wrap .desc .buttons2 .buy {
  line-height: 18px;
}
.prod-view .wrap .desc .buttons2.incart .in {
  display: inline-block;
  vertical-align: middle;
  height: 44px;
}
.prod-detail {
  /*
  //*To solve overlap bug at the edges during magnification
  .small { display: block; }
  */
}
.prod-detail .wrap {
  border-top: none;
}
.prod-detail .magnify {
  position: relative;
}
.prod-detail .large {
  width: 200px;
  height: 200px;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 100%;
  z-index: 5;
  display: none;
  /*
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
                0 0 7px 7px rgba(0, 0, 0, 0.25), 
                inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    */
}
.price-lt {
  text-decoration: line-through;
  margin-right: 10px;
}
.price-dsc {
  color: #e20101 !important;
  font-weight: 700 !important;
}
.filter-popup {
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.filter-popup .pane {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 400px;
  height: 70vh;
  line-height: 70vh;
}
.filter-popup .pane .inner {
  position: relative;
  line-height: normal;
  max-height: 100%;
  overflow: hidden;
}
.filter-popup .pane .inner .filter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  width: 96%;
  height: auto;
  max-height: 100%;
  overflow: auto;
}
.filter-popup .pane .inner .filter h1 {
  padding-top: 0;
}
.filter-popup .pane .inner .filter .close-btn {
  text-align: right;
}
.filter-popup .pane .inner .filter .close-btn button {
  width: 43px;
  height: 43px;
  background: url('/redata/images/ico_close_black_23x23.png') center no-repeat;
  background-size: 50%;
  padding: 10px;
  border: none;
  cursor: pointer;
  opacity: 0.2;
}
.filter-popup .pane .inner .filter .columns {
  overflow: hidden;
}
.filter-popup .pane .inner .filter .columns .col {
  margin-bottom: 25px;
  overflow: hidden;
}
.filter-popup .pane .inner .filter .columns .col h4 {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
}
.filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item {
  width: 90%;
  max-width: 200px;
  margin: auto;
  text-align: left;
  padding: 10px 0;
}
.filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  left: 0;
}
.filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item input[type=checkbox]:checked + label::after {
  display: block;
}
.filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item label {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-left: 32px;
  padding: 5px 0;
}
.filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  display: block;
  width: 22px;
  height: 22px;
  margin: 5px 0;
  border: 2px solid #000000;
}
.filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item label::after {
  content: "";
  display: none;
  position: absolute;
  top: 11px;
  left: -21px;
  width: 10px;
  height: 10px;
  background: #000000;
}
.filter-popup .pane .inner .filter .buttons {
  margin-bottom: 15px;
}
.filter-popup .pane .inner .filter .buttons button {
  font-size: 16px;
  font-weight: 300;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #000000;
  margin: 5px;
  border: 1px solid #efefef;
  cursor: pointer;
}
.filter-popup .pane .inner .filter .buttons .apply {
  background: #efefef;
}
.filter-popup .pane .inner .filter .buttons .reset {
  background: #ffffff;
}
.cart {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 20px;
}
.cart #cartContent {
  color: #404040;
}
.cart #cartContent .tablerow {
  clear: both;
  overflow: hidden;
  padding: 10px 0;
}
.cart #cartContent .img {
  padding-left: 0;
}
.cart #cartContent .img .cartimg {
  text-align: center;
  margin: 0 auto;
}
.cart #cartContent .img .cartimg img {
  max-height: 135px;
  margin: auto;
  background-color: #f9f9f9;
}
.cart #cartContent .descr-wrap {
  padding-left: 0;
  padding-right: 0;
}
.cart #cartContent .descr {
  text-align: left;
  font-size: 13px;
  /*
      .sum{
        .remove{
          display: none;
          line-height: 25px;
          text-decoration: none;
          position: relative;
          width: 32px;
          height: 32px;
          //display: inline-block;
          
          &:after{
            content: '';
            position: absolute;
            display: block;
            width: 32px;
            height: 32px;
            background: url('/redata/images/ico_delete_32x32.jpg') no-repeat center;
          }
        }
      }*/
}
.cart #cartContent .descr > div {
  margin-bottom: 10px;
}
.cart #cartContent .descr div[class^='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.cart #cartContent .descr .prod {
  text-transform: uppercase;
}
.cart #cartContent .descr .prod span {
  font-weight: 700;
}
.cart #cartContent .descr .prod .name {
  min-height: 30px;
  line-height: normal;
}
.cart #cartContent .descr .prod .props {
  margin-top: 10px;
}
.cart #cartContent .descr .prod .props span {
  text-transform: none;
  margin-bottom: 5px;
  display: inline-block;
  line-height: normal;
}
.cart #cartContent .descr .qty span {
  line-height: 25px;
}
.cart #cartContent .descr .qty input {
  border: none;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  width: 26px;
  padding: 0;
  text-align: center;
  border: 1px solid #ccc;
}
.cart #cartContent .descr .delbtn {
  line-height: 35px;
}
.cart #cartContent .descr .delbtn a {
  line-height: 25px;
  text-decoration: none;
  color: #404040;
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
}
.cart #cartContent .descr .delbtn a span {
  display: none;
  padding: 10px;
  background-color: #f6f6f6;
}
.cart #cartContent .descr .delbtn a:after {
  content: '';
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: url('/redata/images/ico_delete_32x32.jpg') no-repeat center;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.cart #cartContent .descr .delbtn a:hover:after {
  box-shadow: 0 0 10px 0px #c6c6c6;
  border-radius: 100%;
}
.cart #cartContent .tail-wrap {
  border-top: 1px solid #efefef;
  padding-top: 30px;
}
.cart #cartContent .tail-wrap .tail {
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 10px 0px;
  background-color: #f9f9f9;
}
.cart #cartContent .tail-wrap .tail .trow {
  line-height: 20px;
  display: block;
}
.cart #cartContent .tail-wrap .tail .trow::before,
.cart #cartContent .tail-wrap .tail .trow::after {
  content: " ";
  display: table;
  clear: both;
}
.cart #cartContent .tail-wrap .tail .inf span {
  font-weight: 400;
}
.cart #cartContent .tail-wrap .tail .sums,
.cart #cartContent .tail-wrap .tail .submit,
.cart #cartContent .tail-wrap .tail .inf {
  padding: 15px 0;
}
.cart #cartContent .tail-wrap .tail .sums {
  border-bottom: 1px solid #efefef;
}
.cart #cartContent .tail-wrap .tail .submit {
  padding: 15px 0;
}
.cart #cartContent .tail-wrap .tail .submit .submit-btn {
  text-align: center;
}
.cart #cartContent .tail-wrap .tail .submit .submit-btn .btn {
  text-decoration: none;
  font-weight: 700;
}
.cart #cartContent .emptycart {
  padding: 30px 0;
}
.collectForm {
  text-align: left;
  font-size: 16px;
}
.collectForm .formfield,
.collectForm .formselect {
  font-size: 16px;
  line-height: 28px;
  padding: 10px 15px;
  border: 1px solid #e8e8e8;
  font-style: italic;
  font-weight: 300;
  width: 100%;
}
.collectForm .formfield:focus,
.collectForm .formselect:focus {
  -moz-box-shadow: 0 0 20px 0px #e0e0e0;
  -webkit-box-shadow: 0 0 20px 0px #e0e0e0;
  box-shadow: 0 0 20px 0px #e0e0e0;
}
.collectForm .formselect {
  padding: 13px 15px 14px;
}
.collectForm .inpt {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.collectForm .inpt label.error {
  position: absolute;
  bottom: 12px;
  right: 20px;
}
.collectForm > div {
  overflow: hidden;
}
.collectForm .formtop h4 {
  padding-left: 15px;
}
.collectForm .formtop .lgnlink {
  line-height: 50px;
}
.collectForm .formtop .lgnlink a {
  font-size: 14px;
  line-height: 28px;
  color: #ff0000;
  font-style: italic;
}
.collectForm .formbottom {
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #efefef;
}
.collectForm .after {
  margin-bottom: 0 !important;
}
.collectForm .formprops {
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px;
}
.collectForm .formprops h4 {
  margin-bottom: 10px;
}
.collectForm .formprops .chk-item {
  margin-bottom: 10px;
}
.collectForm .formprops .chk-item input {
  visibility: hidden;
  position: absolute;
  left: 0;
}
.collectForm .formprops .chk-item label {
  position: relative;
  display: block;
  padding: 15px 0 15px 48px;
  line-height: 20px;
  background-color: #efefef;
}
.collectForm .formprops .chk-item label.error::before,
.collectForm .formprops .chk-item label.error::after {
  display: none !important;
}
.collectForm .formprops .chk-item label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px 0;
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  cursor: pointer;
}
.collectForm .formprops .chk-item label::after {
  content: "L";
  display: none;
  position: absolute;
  top: 15px;
  left: 23px;
  width: 10px;
  height: 10px;
  color: #ffffff;
  font-family: arial;
  -ms-transform: scaleX(-1) rotate(-45deg);
  /* IE 9 */
  -webkit-transform: scaleX(-1) rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-45deg);
}
.collectForm .formprops .chk-item label > input[class="error"]::before {
  border-color: #red;
}
.collectForm .formprops .chk-item input[type=radio]:checked + label::after {
  display: block;
}
.collectForm .formprops .chk-item input[type=radio]:checked + label {
  background-color: #353535;
  color: #ffffff;
}
.collectForm .formprops .chk-item input[type=radio]:checked + label::before {
  display: none;
}
.collectForm .formprops .delivery {
  margin-bottom: 30px;
}
.collectForm .formtail {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.collectForm .formtail .warning {
  border-bottom: 1px solid #efefef;
  padding: 30px 0;
}
.collectForm .formtail .warning p {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.collectForm .formtail .consent {
  padding: 30px 0;
  text-align: center;
  /*
      input[type=radio]:checked + label{
        background-color: #353535;
        color: @white2;
      }
      input[type=radio]:checked + label::before{
        display: none;
        //background-color: #353535;
      }*/
}
.collectForm .formtail .consent > div {
  width: 90%;
  margin: auto;
}
.collectForm .formtail .consent a {
  color: #404040;
  font-weight: 700;
}
.collectForm .formtail .consent input {
  position: absolute;
  visibility: hidden;
}
.collectForm .formtail .consent label {
  font-size: 13px;
  padding-left: 40px;
  text-align: left;
  display: block;
  position: relative;
  line-height: 16px;
}
.collectForm .formtail .consent label.error::before,
.collectForm .formtail .consent label.error::after {
  display: none !important;
}
.collectForm .formtail .consent label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 3px 0;
  border: 1px solid #c7c7c7;
  background-color: #efefef;
  cursor: pointer;
}
.collectForm .formtail .consent label::after {
  content: "L";
  display: none;
  position: absolute;
  top: 6px;
  left: 6px;
  font-family: arial;
  font-size: 22px;
  font-weight: 700;
  -ms-transform: scaleX(-1) rotate(-45deg);
  /* IE 9 */
  -webkit-transform: scaleX(-1) rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-45deg);
}
.collectForm .formtail .consent input.error + label::before {
  border-color: red;
}
.collectForm .formtail .consent input[type=checkbox]:checked + label::after {
  display: block;
}
.collectForm .formtail .submit .btn {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.order,
.registration {
  padding-left: 5%;
  padding-right: 5%;
  font-size: 13px;
  line-height: normal;
  overflow: hidden;
}
.order .rcart,
.registration .rcart {
  border: 1px solid #efefef;
  overflow: hidden;
  text-align: left;
  margin-bottom: 50px;
}
.order .rcart .carthead,
.registration .rcart .carthead {
  padding: 30px 15px;
  font-weight: 700;
}
.order .rcart .carthead span,
.registration .rcart .carthead span {
  font-weight: 300;
}
.order .rcart .itmlist .itm,
.registration .rcart .itmlist .itm {
  background-color: #efefef;
  overflow: hidden;
  padding: 15px 10px;
  margin-bottom: 1px;
}
.order .rcart .itmlist .itm > div,
.registration .rcart .itmlist .itm > div {
  padding: 0;
}
.order .rcart .itmlist .itm .cartimg,
.registration .rcart .itmlist .itm .cartimg {
  text-align: center;
  margin: 0 auto;
}
.order .rcart .itmlist .itm .cartimg img,
.registration .rcart .itmlist .itm .cartimg img {
  max-height: 100px;
  margin: auto;
}
.order .rcart .itmlist .itm .descr,
.registration .rcart .itmlist .itm .descr {
  font-size: 12px;
  line-height: 16px;
}
.order .rcart .itmlist .itm .descr > div,
.registration .rcart .itmlist .itm .descr > div {
  padding-right: 0;
  padding-left: 5px;
}
.order .rcart .itmlist .itm .descr .name,
.registration .rcart .itmlist .itm .descr .name {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.order .rcart .itmlist .itm .descr .props > div,
.registration .rcart .itmlist .itm .descr .props > div,
.order .rcart .itmlist .itm .descr .itemprice > div,
.registration .rcart .itmlist .itm .descr .itemprice > div {
  text-align: right;
  font-weight: 400;
}
.order .rcart .itmlist .itm .descr .props > div > span,
.registration .rcart .itmlist .itm .descr .props > div > span,
.order .rcart .itmlist .itm .descr .itemprice > div > span,
.registration .rcart .itmlist .itm .descr .itemprice > div > span {
  float: left;
  font-weight: 700;
}
.order .rcart .itmlist .wrap,
.registration .rcart .itmlist .wrap {
  text-align: center;
  padding: 50px 0;
  border-top: 1px solid #efefef;
}
.order .rcart .itmlist .wrap img,
.registration .rcart .itmlist .wrap img {
  margin: auto;
}
.order .rcart .carttail,
.registration .rcart .carttail {
  padding: 20px 15px;
  overflow: hidden;
  font-weight: 300;
}
.order .rcart .carttail > div > div,
.registration .rcart .carttail > div > div {
  padding: 0;
  line-height: 18px;
}
.order .rcart .carttail > div > div:last-child,
.registration .rcart .carttail > div > div:last-child {
  text-align: right;
}
.order .rcart .carttail .sumall,
.registration .rcart .carttail .sumall {
  font-weight: 700;
}
.order .collectForm,
.registration .collectForm {
  text-align: left;
  font-size: 16px;
}
.order .collectForm .formfield,
.registration .collectForm .formfield,
.order .collectForm .formselect,
.registration .collectForm .formselect {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  padding: 10px 15px;
  border: 1px solid #e8e8e8;
  width: 100%;
}
.order .collectForm .formselect,
.registration .collectForm .formselect {
  padding: 13px 15px 14px;
}
.order .collectForm .inpt,
.registration .collectForm .inpt {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.order .collectForm .inpt label.error,
.registration .collectForm .inpt label.error {
  position: absolute;
  bottom: 12px;
  right: 20px;
}
.order .collectForm > div,
.registration .collectForm > div {
  overflow: hidden;
}
.order .collectForm .formtop h4,
.registration .collectForm .formtop h4 {
  padding-left: 15px;
}
.order .collectForm .formtop .lgnlink,
.registration .collectForm .formtop .lgnlink {
  line-height: 50px;
}
.order .collectForm .formtop .lgnlink a,
.registration .collectForm .formtop .lgnlink a {
  font-size: 14px;
  line-height: 28px;
  color: #ff0000;
  font-style: italic;
}
.order .collectForm .formbottom,
.registration .collectForm .formbottom {
  margin-bottom: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #efefef;
}
.order .collectForm .after,
.registration .collectForm .after {
  margin-bottom: 0 !important;
}
.order .collectForm .formprops,
.registration .collectForm .formprops {
  border-bottom: 1px solid #efefef;
  padding-bottom: 50px;
}
.order .collectForm .formprops h4,
.registration .collectForm .formprops h4 {
  margin-bottom: 10px;
}
.order .collectForm .formprops .chk-item,
.registration .collectForm .formprops .chk-item {
  margin-bottom: 10px;
}
.order .collectForm .formprops .chk-item input,
.registration .collectForm .formprops .chk-item input {
  visibility: hidden;
  position: absolute;
  left: 0;
}
.order .collectForm .formprops .chk-item label,
.registration .collectForm .formprops .chk-item label {
  position: relative;
  display: block;
  padding: 15px 0 15px 48px;
  line-height: 20px;
  background-color: #efefef;
}
.order .collectForm .formprops .chk-item label.error::before,
.registration .collectForm .formprops .chk-item label.error::before,
.order .collectForm .formprops .chk-item label.error::after,
.registration .collectForm .formprops .chk-item label.error::after {
  display: none !important;
}
.order .collectForm .formprops .chk-item label::before,
.registration .collectForm .formprops .chk-item label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 15px 0;
  border: 1px solid #c7c7c7;
  background-color: #ffffff;
  cursor: pointer;
}
.order .collectForm .formprops .chk-item label::after,
.registration .collectForm .formprops .chk-item label::after {
  content: "L";
  display: none;
  position: absolute;
  top: 15px;
  left: 23px;
  width: 10px;
  height: 10px;
  color: #ffffff;
  font-family: arial;
  -ms-transform: scaleX(-1) rotate(-45deg);
  /* IE 9 */
  -webkit-transform: scaleX(-1) rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-45deg);
}
.order .collectForm .formprops .chk-item label > input[class="error"]::before,
.registration .collectForm .formprops .chk-item label > input[class="error"]::before {
  border-color: #red;
}
.order .collectForm .formprops .chk-item input[type=radio]:checked + label::after,
.registration .collectForm .formprops .chk-item input[type=radio]:checked + label::after {
  display: block;
}
.order .collectForm .formprops .chk-item input[type=radio]:checked + label,
.registration .collectForm .formprops .chk-item input[type=radio]:checked + label {
  background-color: #353535;
  color: #ffffff;
}
.order .collectForm .formprops .chk-item input[type=radio]:checked + label::before,
.registration .collectForm .formprops .chk-item input[type=radio]:checked + label::before {
  display: none;
}
.order .collectForm .formprops .delivery,
.registration .collectForm .formprops .delivery {
  margin-bottom: 30px;
}
.order .collectForm .formtail,
.registration .collectForm .formtail {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.order .collectForm .formtail .warning,
.registration .collectForm .formtail .warning {
  border-bottom: 1px solid #efefef;
  padding: 30px 0;
}
.order .collectForm .formtail .warning p,
.registration .collectForm .formtail .warning p {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.order .collectForm .formtail .consent,
.registration .collectForm .formtail .consent {
  padding: 30px 0;
  text-align: center;
  /*
        input[type=radio]:checked + label{
          background-color: #353535;
          color: @white2;
        }
        input[type=radio]:checked + label::before{
          display: none;
          //background-color: #353535;
        }*/
}
.order .collectForm .formtail .consent > div,
.registration .collectForm .formtail .consent > div {
  width: 90%;
  margin: auto;
  padding: 15px 0;
}
.order .collectForm .formtail .consent a,
.registration .collectForm .formtail .consent a {
  color: #404040;
  font-weight: 700;
}
.order .collectForm .formtail .consent input,
.registration .collectForm .formtail .consent input {
  position: absolute;
  visibility: hidden;
}
.order .collectForm .formtail .consent label,
.registration .collectForm .formtail .consent label {
  font-size: 13px;
  padding-left: 40px;
  text-align: left;
  display: block;
  position: relative;
  line-height: 16px;
}
.order .collectForm .formtail .consent label.error::before,
.registration .collectForm .formtail .consent label.error::before,
.order .collectForm .formtail .consent label.error::after,
.registration .collectForm .formtail .consent label.error::after {
  display: none !important;
}
.order .collectForm .formtail .consent label::before,
.registration .collectForm .formtail .consent label::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 3px 0;
  border: 1px solid #c7c7c7;
  background-color: #efefef;
  cursor: pointer;
}
.order .collectForm .formtail .consent label::after,
.registration .collectForm .formtail .consent label::after {
  content: "L";
  display: none;
  position: absolute;
  top: 4px;
  left: 6px;
  font-family: arial;
  font-size: 22px;
  font-weight: 700;
  -ms-transform: scaleX(-1) rotate(-45deg);
  /* IE 9 */
  -webkit-transform: scaleX(-1) rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-45deg);
}
.order .collectForm .formtail .consent input.error + label::before,
.registration .collectForm .formtail .consent input.error + label::before {
  border-color: red;
}
.order .collectForm .formtail .consent input[type=checkbox]:checked + label::after,
.registration .collectForm .formtail .consent input[type=checkbox]:checked + label::after {
  display: block;
}
.order .collectForm .formtail .submit .btn,
.registration .collectForm .formtail .submit .btn {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.thanks {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  overflow: hidden;
}
.thanks .text {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 0;
}
.thanks .present {
  padding: 30px 10%;
}
.thanks .present img {
  margin: auto;
}
.thanks .mcart {
  border: 1px solid #efefef;
  overflow: hidden;
  text-align: left;
  margin-bottom: 50px;
  max-width: 412px;
  margin-left: auto;
  margin-right: auto;
}
.thanks .mcart .carthead {
  padding: 30px 15px;
  font-weight: 700;
}
.thanks .mcart .carthead span {
  font-weight: 300;
}
.thanks .mcart .itmlist .itm {
  background-color: #efefef;
  overflow: hidden;
  padding: 15px 10px;
  margin-bottom: 1px;
}
.thanks .mcart .itmlist .itm > div {
  padding: 0;
}
.thanks .mcart .itmlist .itm .cartimg {
  text-align: center;
  margin: 0 auto;
}
.thanks .mcart .itmlist .itm .cartimg img {
  max-height: 100px;
  margin: auto;
}
.thanks .mcart .itmlist .itm .descr {
  font-size: 12px;
  line-height: 16px;
}
.thanks .mcart .itmlist .itm .descr > div {
  padding-right: 0;
  padding-left: 5px;
}
.thanks .mcart .itmlist .itm .descr .name {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.thanks .mcart .itmlist .itm .descr .props > div,
.thanks .mcart .itmlist .itm .descr .itemprice > div {
  text-align: right;
  font-weight: 400;
}
.thanks .mcart .itmlist .itm .descr .props > div > span,
.thanks .mcart .itmlist .itm .descr .itemprice > div > span {
  float: left;
  font-weight: 700;
}
.thanks .mcart .carttail {
  padding: 20px 15px;
  overflow: hidden;
  font-weight: 300;
}
.thanks .mcart .carttail > div > div {
  padding: 0;
  line-height: 18px;
}
.thanks .mcart .carttail > div > div:last-child {
  text-align: right;
}
.thanks .mcart .carttail .sumall {
  font-weight: 700;
}
.thanks .buttons {
  overflow: hidden;
  margin-bottom: 50px;
}
.thanks .buttons a {
  text-decoration: none;
  font-weight: 700;
  margin: 10px auto;
  padding: 10px 15px;
  font-size: 14px;
}
.thanks .buttons .home {
  margin-top: 20px;
}
.thanks .buttons .home a {
  font-size: 12px;
  padding: 15px;
  color: #808080;
  text-transform: uppercase;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.thanks .buttons .home a:hover {
  color: #4d4d4d;
}
.text-page .content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  display: table;
  width: 100%;
}
.text-page .content h2 {
  line-height: normal;
}
.text-page .content p {
  padding: 10px 2%;
  line-height: 24px;
}
.text-page .content p a {
  color: #000000;
}
.profile {
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  overflow: hidden;
  max-width: 400px;
  margin: auto;
}
.profile .tbodies {
  padding-bottom: 50px;
}
.profile .formbottom {
  padding-bottom: 30px;
}
.profile .formtail {
  border-bottom: none;
}
.profile .history {
  text-align: left;
}
.profile .history .orders > li {
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
}
.profile .history .orders > li span {
  display: block;
  padding: 5px 0;
  margin: auto 0;
}
.profile .history .orders .oitems,
.profile .history .orders .price {
  font-weight: 700;
}
.profile .history .orders .oitems {
  padding-top: 10px;
  padding-bottom: 10px;
}
.login-overlay {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 75px;
  bottom: 0;
  background-color: rgba(229, 229, 229, 0.97);
}
.login-overlay .close-w {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 30px;
}
.login-overlay .close-w button {
  padding: 10px 48px 10px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border: none;
  border-bottom: 1px solid #000;
  background: none;
  cursor: pointer;
}
.login-overlay .close-w button::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('/redata/images/ico_close_black_23x23.png') center no-repeat;
  background-size: contain;
  right: 20px;
}
.login-overlay .sections {
  padding: 0 5%;
}
.login-overlay h1 {
  font-size: 26px;
  line-height: normal;
}
.login-overlay section {
  max-width: 1210px;
  margin: auto;
  text-align: center;
}
.login-overlay section.login {
  border-bottom: 1px solid #efefef;
}
.login-overlay section .wrap {
  max-width: 372px;
  margin: auto;
}
.login-overlay section .collectForm .formbottom {
  border: none;
  margin-bottom: 0;
}
.login-overlay section .formtail {
  margin-bottom: 0;
  padding-bottom: 30px;
  border: none;
}
.login-overlay section .formtail .lostpass {
  padding: 50px 0;
}
.login-overlay section .formtail .lostpass a {
  font-size: 14px;
  color: #6d0000;
  text-decoration: none;
}
.login-overlay section .formtail .lostpass a:hover {
  text-decoration: underline;
}
.login-overlay section.register {
  padding-bottom: 100px;
}
.sizetbl-overlay {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 75px;
  bottom: 0;
  background-color: rgba(229, 229, 229, 0.97);
  text-align: center;
}
.sizetbl-overlay .close-w {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sizetbl-overlay .close-w button {
  padding: 10px 48px 10px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border: none;
  border-bottom: 1px solid #000;
  background: none;
  cursor: pointer;
}
.sizetbl-overlay .close-w button::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('/redata/images/ico_close_black_23x23.png') center no-repeat;
  background-size: contain;
  right: 20px;
}
.sizetbl-overlay .content {
  margin-top: 25vh;
  padding: 0 2%;
  overflow: hidden;
}
.sizetbl-overlay .content .sizetbl {
  display: inline-block;
  margin: auto;
  margin-top: 30px;
  max-width: 100%;
  overflow-x: auto;
}
.sizetbl-overlay .content .sizetbl h3 {
  line-height: 30px;
  text-align: left;
  text-transform: none;
}
.sizetbl-overlay .content .sizetbl table,
.prod-detail .wrap2 .desc table {
  border-spacing: 0;
  border-collapse: collapse;
}
.sizetbl-overlay .content .sizetbl td,
.prod-detail .wrap2 .desc table td {
  margin: 0;
  padding: 6px;
  font-size: 13px;
  border: 1px solid #808080;
  /*border-left: none;*/
}
.menu-overlay {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 75px;
  bottom: 0;
  background-color: rgba(229, 229, 229, 0.97);
}
.menu-overlay .close-w {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 30px;
}
.menu-overlay .close-w button {
  padding: 10px 48px 10px 20px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border: none;
  border-bottom: 1px solid #000;
  background: none;
  cursor: pointer;
}
.menu-overlay .close-w button::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('/redata/images/ico_close_black_23x23.png') center no-repeat;
  background-size: contain;
  right: 20px;
}
.menu-overlay .ml-wrap {
  margin-top: 0px;
  text-align: center;
}
.menu-overlay .mlogo {
  display: inline-block;
  width: auto;
}
.menu-overlay .mlogo img {
  display: inline-block;
  width: 50%;
}
.menu-overlay .sections {
  padding: 0 5%;
  margin-top: 20px;
}
.menu-overlay section {
  max-width: 360px;
  margin: auto;
  text-align: center;
}
.menu-overlay .menu .mitem1 a {
  text-decoration: none;
  display: inline-block;
}
.menu-overlay .menu .mitem1 a,
.menu-overlay .menu .mitem1 a span {
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.menu-overlay .menu .mitem1 > a {
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 34px;
  padding: 10px 0px;
  color: #000000;
  position: relative;
}
.menu-overlay .menu .mitem1 > a span {
  display: inline-block;
  margin: auto;
}
.menu-overlay .menu .mitem1 > a span:hover,
.menu-overlay .menu .mitem1 > a span:focus,
.menu-overlay .menu .mitem1 > a span:active {
  color: #808080;
}
.menu-overlay .menu .mitem1.parent > a .mycaret {
  /*
          display: inline-block;
          position: absolute;
          right: -30px;
          top: 43%;
          */
  display: inline-block;
  position: absolute;
  right: -40px;
  width: 34px;
  height: 34px;
  top: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 5px;
  -moz-transition: border 0.2s;
  -webkit-transition: border 0.2s;
  -ms-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}
.menu-overlay .menu .mitem1.parent > a .mycaret i {
  width: 0;
  height: 0;
  vertical-align: middle;
  display: inline-block;
  border: 4px solid transparent;
  border-top: 4px solid black;
  -moz-transition: border 0.2s;
  -webkit-transition: border 0.2s;
  -ms-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}
.menu-overlay .menu .mitem1.parent > a .mycaret:hover,
.menu-overlay .menu .mitem1.parent > a .mycaret:focus {
  border: 1px solid #ccc;
}
.menu-overlay .menu .mitem1.parent > a .mycaret:hover i,
.menu-overlay .menu .mitem1.parent > a .mycaret:focus i {
  border-top-color: #808080;
}
.menu-overlay .menu .mitem1.parent ul {
  display: none;
  padding: 20px 0;
  margin: 10px 0;
  border-top: 1px solid #39585b;
  border-bottom: 1px solid #39585b;
}
.menu-overlay .menu .mitem1.parent ul .mitem2 a {
  font-size: 20px;
  line-height: 28px;
  color: #39585b;
  padding: 8px 0;
}
.menu-overlay .menu .mitem1.parent ul .mitem2 a:hover,
.menu-overlay .menu .mitem1.parent ul .mitem2 a:focus,
.menu-overlay .menu .mitem1.parent ul .mitem2 a:active {
  color: #cf7171;
}
.menu-overlay .menu .mitem1.active a {
  color: #db1b1b;
}
.menu-overlay .menu .mitem1.active a span:hover,
.menu-overlay .menu .mitem1.active a span:focus,
.menu-overlay .menu .mitem1.active a span:active {
  color: #39585b;
}
.menu-overlay .menu .mitem1.active a .mycaret i {
  border-top-color: #39585b;
}
.menu-overlay .menu .mitem1.active a .mycaret:hover,
.menu-overlay .menu .mitem1.active a .mycaret:focus,
.menu-overlay .menu .mitem1.active a .mycaret:active {
  border: 1px solid #cf7171;
}
.menu-overlay .menu .mitem1.active a .mycaret:hover i,
.menu-overlay .menu .mitem1.active a .mycaret:focus i,
.menu-overlay .menu .mitem1.active a .mycaret:active i {
  border-top-color: #cf7171;
}
.menu-overlay .social {
  margin-top: 50px;
  overflow: hidden;
  text-align: center;
}
.menu-overlay .social ul {
  display: inline-block;
  margin: auto;
}
.menu-overlay .social ul li {
  display: inline-block;
  float: left;
  margin: 10px;
}
.pass-renew {
  border-bottom: 1px solid #efefef;
}
.pass-renew .content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.pass-renew .content p {
  padding: 10px 2%;
  line-height: normal;
}
.pass-renew .content p a {
  color: #000000;
}
.pass-renew .wrap {
  max-width: 372px;
  margin: auto;
}
.pass-renew .collectForm .formbottom {
  border: none;
  margin-bottom: 0;
}
.pass-renew .formtail {
  margin-bottom: 0;
  padding-bottom: 30px;
  border: none;
}
.pass-renew .formtail .lostpass {
  padding: 50px 0;
}
.pass-renew .formtail .lostpass a {
  font-size: 14px;
  color: #6d0000;
  text-decoration: none;
}
.pass-renew .formtail .lostpass a:hover {
  text-decoration: underline;
}
footer {
  border-top: 1px solid #efefef;
  /* ver. 1, replaced
  .bottombar{
    background-color: @black2;
    padding: 10px 0;
    overflow: hidden;
    .container-inner{
      margin: auto;
      span{
        display: block;
        color: @black3;
        font-size: 16px;
        font-weight: 300;
        line-height: 35px;
        text-align: center;
        &:first-child{
          text-transform: uppercase;
        }
      }
    }
  }*/
}
footer .fmenus {
  padding: 30px 0;
  overflow: hidden;
}
footer .fmenus section {
  margin-bottom: 30px;
}
footer .fmenus section h3 {
  margin-bottom: 20px;
}
footer .fmenus section li {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 30px;
}
footer .fmenus section li a {
  text-decoration: none;
  color: #000000;
}
footer .fmenus section li a:hover,
footer .fmenus section li a:focus {
  text-decoration: underline;
}
footer .bottombar {
  background-color: #39585b;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}
footer .bottombar .logo-wrap {
  overflow: hidden;
}
footer .bottombar .logo-wrap > div {
  margin: auto;
  display: block;
}
footer .bottombar .logo-wrap .pre,
footer .bottombar .logo-wrap .aft {
  padding: 15px 0;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
footer .bottombar .logo-wrap .logo {
  width: 171.5px;
  height: 37px;
  padding: 0;
  background: url('/redata/images/logo4_245x47.png') no-repeat center;
  background-size: cover;
}
footer .bottombar .cpr-wrap {
  margin-top: 20px;
  overflow: hidden;
}
footer .bottombar .cpr-wrap > span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
}
footer .bottombar .cpr-wrap > span img {
  height: 200px;
}
footer .bottombar .cpr-wrap ul {
  display: block;
  margin: 15px 0;
}
footer .bottombar .cpr-wrap ul li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 5px 10px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .bottombar .cpr-wrap ul li a {
  display: block;
  height: 100%;
}
footer .bottombar .cpr-wrap ul li.fb a {
  background: url('/redata/images/ico_fb_32x32.png') no-repeat center;
}
footer .bottombar .cpr-wrap ul li.in a {
  background: url('/redata/images/ico_in_32x32.png') no-repeat center;
}
footer .bottombar .cpr-wrap ul li.yt a {
  background: url('/redata/images/ico_yt_32x24.png') no-repeat center;
}
footer .bottombar .cpr-wrap ul li:hover {
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
footer .bottombar .transl {
  display: inline-block;
  padding: 10px 0;
}
footer .bottombar .paymethods {
  padding: 0 5%;
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}
footer .bottombar .paymethods ul {
  display: inline-block;
  margin: auto;
}
footer .bottombar .paymethods li {
  display: inline-block;
  float: left;
  margin: 10px;
}
footer .bottombar .paymethods li:last-child {
  margin-right: 0;
}
footer .bottombar .paymethods img {
  height: 35px;
}
#cookies {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 15;
  background: #000;
  opacity: .85;
  height: auto;
  min-height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
  padding: 10px 2%;
}
#cookies p {
  line-height: 30px;
  font-size: 16px;
  color: #ccc;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}
#cookies p a {
  text-decoration: underline;
  color: #ccc;
}
#cookies p button {
  cursor: pointer;
  margin: auto 30px;
  text-transform: uppercase;
  padding: 5px 15px;
  font-weight: 500;
}
@media (min-width: 350px) {
  .slider .buttons > a {
    margin-right: 20px;
  }
  .nm2 .logo img {
    width: 50px;
  }
  .order,
  .registration {
    font-size: 14px;
  }
  .order .rcart .itmlist .itm .descr,
  .registration .rcart .itmlist .itm .descr {
    font-size: 13px;
    line-height: 18px;
  }
  .thanks .mcart .itmlist .itm .descr {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 450px) {
  .container-inner {
    width: 80%;
  }
  .topbar .hint {
    display: inline;
  }
  #slider .pane-logo {
    display: block;
  }
  .highlights .wrap {
    max-width: 400px;
  }
  .categories a {
    width: 33.333333%;
  }
  .order,
  .registration {
    font-size: 16px;
  }
  .order .rcart .carthead,
  .registration .rcart .carthead {
    padding: 30px;
  }
  .order .rcart .itmlist .itm .descr,
  .registration .rcart .itmlist .itm .descr {
    font-size: 14px;
    line-height: 20px;
  }
  .order .rcart .itmlist .itm .descr .name,
  .registration .rcart .itmlist .itm .descr .name {
    margin-bottom: 20px;
  }
  .order .rcart .itmlist .itm .descr > div,
  .registration .rcart .itmlist .itm .descr > div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .order .rcart .carttail,
  .registration .rcart .carttail {
    padding: 30px;
  }
  .order .rcart .carttail > div > div,
  .registration .rcart .carttail > div > div {
    line-height: 22px;
  }
  .thanks .mcart .carthead {
    padding: 30px;
  }
  .thanks .mcart .itmlist .itm .descr {
    font-size: 14px;
    line-height: 20px;
  }
  .thanks .mcart .itmlist .itm .descr .name {
    margin-bottom: 20px;
  }
  .thanks .mcart .itmlist .itm .descr > div {
    padding-right: 15px;
    padding-left: 15px;
  }
  .thanks .mcart .carttail {
    padding: 30px;
  }
  .thanks .mcart .carttail > div > div {
    line-height: 22px;
  }
}
@media (min-width: 550px) {
  .navbar-main .bc-nav .wrap {
    line-height: 14px;
  }
  .navbar-main .bc-nav .wrap a {
    font-size: 10px;
  }
  .prodlist .item {
    width: 50%;
    float: left;
  }
  .prodlist .item .img-wrap {
    height: 200px;
  }
  .prodlist .item .img-wrap img {
    max-height: 100%;
  }
  .filter-popup .pane .inner .filter {
    max-width: 960px;
  }
  .filter-popup .pane .inner .filter .columns .col {
    width: 50%;
    float: left;
  }
  .menu-overlay .ml-wrap {
    margin-top: -62px;
  }
  .prod-detail .wrap .image .arrows .slick-prev {
    left: 44%;
  }
  .prod-detail .wrap .image .arrows .slick-next {
    right: 44%;
  }
  .prod-detail .wrap .desc .selects {
    padding: 0;
  }
  .prod-detail .wrap .desc .selects > div[class^='col-'] {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
  }
  .prod-detail .wrap .desc .selects .st-wrap,
  .prod-detail .wrap .desc .selects .qty-wrap {
    width: 25%;
  }
  .prod-detail .wrap .desc .selects .size-wrap {
    width: 50%;
  }
  .prod-detail .wrap .desc .selects .st-wrap {
    text-align: right;
  }
  .prod-detail .wrap .desc .selects .st-link {
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .prod-detail .wrap .desc .selects .qty-wrap {
    text-align: left;
  }
  .prod-detail .wrap .desc .selects .qty-wrap input {
    width: 36px;
    height: 36px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .prod-detail .wrap .desc .selects .qty-wrap label.error {
    top: 32px;
  }
  .prod-detail .wrap .desc .buttons2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .prod-detail .wrap .desc .buttons2 .b-wrap {
    width: auto;
  }
  .prod-detail .wrap .desc .buttons2 .b-wrap .buy,
  .prod-detail .wrap .desc .buttons2 .b-wrap .back {
    margin: auto;
  }
  .prod-detail .wrap .desc .buttons2 .b-wrap .in {
    margin: auto;
    vertical-align: middle;
    margin-left: 20px;
  }
  .prod-detail .wrap .desc .buttons2.incart .back,
  .prod-detail .wrap .desc .buttons2.incart .in {
    display: inline-block;
  }
  .prod-detail .wrap .desc .buttons2.incart .buy {
    display: none;
  }
  .order .rcart .itmlist .itm .descr .name,
  .registration .rcart .itmlist .itm .descr .name {
    font-size: 16px;
    line-height: 22px;
  }
  .order .collectForm .formbottom,
  .registration .collectForm .formbottom {
    padding-bottom: 50px;
  }
  .order .collectForm .formprops,
  .registration .collectForm .formprops {
    padding-bottom: 50px;
  }
  .order .collectForm .formprops .delivery,
  .registration .collectForm .formprops .delivery {
    margin-bottom: 40px;
  }
  .order .collectForm .formtail,
  .registration .collectForm .formtail {
    padding-bottom: 50px;
  }
  .order .collectForm .formtail .warning,
  .registration .collectForm .formtail .warning {
    padding: 40px 0;
  }
  .order .collectForm .formtail .consent,
  .registration .collectForm .formtail .consent {
    padding: 40px 0;
  }
  .thanks .mcart .itmlist .itm .descr .name {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 650px) {
  .container-inner {
    width: 70%;
  }
  .types .wrap {
    max-width: none;
  }
  .types a {
    width: 33.33333333%;
    margin-bottom: 0;
  }
  .categories a {
    width: 16.66666666%;
  }
  .sizetbl-overlay .content .sizetbl td {
    font-size: 14px;
    padding: 10px;
  }
  footer .fmenus .container-inner {
    width: 90%;
    display: table;
  }
  footer .fmenus section {
    width: 50%;
    float: left;
    min-height: 200px;
  }
}
@media (min-width: 768px) {
  .xs-hidden {
    display: block;
  }
  .sm-hidden {
    display: none;
  }
  .highlights .wrap {
    max-width: 90%;
  }
  .highlights .wrap > div {
    padding: 0 15px;
  }
  .topbar .logo {
    display: block;
  }
  .prodlist .item {
    width: 33.33333333%;
  }
  .prod-detail .wrap .image .slick-dots {
    right: -90px;
  }
  .cart .tablehead {
    text-align: left;
    color: #404040;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    padding: 10px 0;
  }
  .cart .tablehead div[class^='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .cart .tablehead span {
    font-size: 14px;
    font-weight: 300;
  }
  .cart #cartContent .tablerow {
    padding: 20px 0;
  }
  .cart #cartContent .descr {
    position: relative;
    overflow: hidden;
  }
  .cart #cartContent .descr .qty .remove {
    display: none;
    color: #404040;
  }
  .cart #cartContent .descr .qty .remove span {
    padding: 5px 0;
    background-color: #fff;
  }
  .cart #cartContent .descr .qty .remove:hover {
    text-decoration: underline;
  }
  .cart #cartContent .descr .delbtn {
    display: inline-block;
    position: absolute;
    right: 5px;
    bottom: 30%;
    margin: auto;
    float: none;
    width: 32px;
    height: 32px;
  }
  .cart #cartContent .descr .delbtn a {
    display: inline-block;
  }
  .cart #cartContent .tail-wrap .tail .inf {
    padding: 0 15px;
  }
  .cart #cartContent .tail-wrap .tail .sums .trow > div > div {
    padding: 0;
  }
  .cart #cartContent .tail-wrap .tail .submit .submit-btn .btn {
    padding: 10px 20px;
    font-size: 16px;
  }
  .cart #cartContent .tail-wrap .tail .submit .inf span {
    width: 65%;
    display: block;
  }
  .order .collectForm .formtail,
  .registration .collectForm .formtail {
    margin-bottom: 50px;
  }
  .order .collectForm .formtail .warning,
  .registration .collectForm .formtail .warning {
    text-align: center;
  }
  .order .collectForm .formtail .warning p,
  .registration .collectForm .formtail .warning p {
    max-width: 75%;
    margin: auto;
  }
  .order .collectForm .formtail .consent > div,
  .registration .collectForm .formtail .consent > div {
    max-width: 55%;
  }
  .registration .collectForm .formtail .consent > div {
    max-width: 75%;
  }
  .thanks .text {
    padding: 20px 0;
  }
  .thanks .present {
    padding: 30px 10% 50px;
  }
  .thanks .buttons {
    /*
      &>div{
        max-width: 626px;
        margin: auto;
        
        &>div{
          padding-left: 30px;
          padding-right: 30px;
        }
      }*/
    /*
      .home a{
        float: left;
      }
      .reg a{
        float: right;
      }*/
  }
  .thanks .buttons a {
    font-size: 16px;
    padding: 18px 20px;
    margin: 0 auto;
  }
  .profile {
    padding-left: 2%;
    padding-right: 2%;
    max-width: none;
  }
  .profile .tabs li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .profile .middle40 {
    max-width: 400px;
    float: none;
    margin: auto;
  }
  .profile .formbottom {
    padding-bottom: 30px;
  }
  .profile .middle60 {
    max-width: 1210px;
    float: none;
    margin: auto;
  }
  .profile .middle60 .collectForm .inpt {
    width: 33.33333333%;
  }
  .profile .history {
    padding-left: 5%;
    padding-right: 5%;
  }
  .profile .history .orders > li {
    display: flex;
  }
  .profile .history .orders > li > div {
    display: flex;
  }
  .menu-overlay .mlogo img {
    width: 75%;
  }
  .menu-overlay .menu .mitem1 > a {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 0;
  }
  .menu-overlay .menu .mitem1.parent ul .mitem2 a {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0;
  }
  .menu-overlay .menu .mitem1.parent > a .mycaret {
    right: -35px;
    width: 28px;
    height: 28px;
  }
  footer {
    /*
    .bottombar{
      padding: 0;
      .container-inner{
        span{
          width: 50%;
          float: left;
          line-height: 70px;
          white-space: nowrap;
          
          &:first-child{
            text-align: left;
          }
          &:last-child{
            text-align: right;
          }
        }
      }
    }*/
  }
  footer .bottombar {
    padding: 30px 0 60px;
  }
  footer .bottombar .cpr-wrap {
    padding: 0 5%;
  }
  footer .bottombar .cpr-wrap > span {
    float: left;
    line-height: 45px;
    top: 55px;
  }
  footer .bottombar .cpr-wrap ul {
    float: right;
    margin: 0;
  }
  footer .bottombar .cpr-wrap .transl {
    float: right;
    margin-right: 15px;
  }
}
@media (min-width: 850px) {
  footer .bottombar .logo-wrap {
    padding: 15px 0;
  }
  footer .bottombar .logo-wrap > div {
    display: inline-block;
    vertical-align: middle;
  }
  footer .bottombar .logo-wrap .logo {
    margin: 0 30px;
  }
  footer .bottombar .logo-wrap .pre,
  footer .bottombar .logo-wrap .aft {
    min-width: 276px;
    padding: 0;
  }
  footer .bottombar .logo-wrap .pre {
    text-align: right;
  }
  footer .bottombar .logo-wrap .aft {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .tabs {
    margin-bottom: 50px;
  }
  .tabs li a {
    padding: 18px;
    line-height: 17px;
    font-size: 18px;
  }
  .navbar-main {
    height: 110px;
  }
  .navbar-main .logo {
    height: 110px;
    line-height: 110px;
    padding-left: 30px;
  }
  .navbar-main .logo img {
    width: calc(48.45814978px);
  }
  .navbar-main .bc-nav {
    line-height: 110px;
  }
  .navbar-main .bc-nav .wrap {
    line-height: 20px;
  }
  .navbar-main .bc-nav .wrap a {
    font-size: 14px;
  }
  .navbar-main .filter-toggle,
  .navbar-main .filter-toggle-inactive {
    height: 110px;
    line-height: 110px;
    padding-right: 30px;
  }
  .navbar-main .filter-toggle button::before,
  .navbar-main .filter-toggle-inactive button::before {
    text-align: left;
    top: 0;
    bottom: 0;
    left: -60px;
    font-size: 14px;
    line-height: 21px;
  }
  .nm2 {
    margin-bottom: 15px;
  }
  .nm2 .bc-nav {
    padding-left: 30px;
  }
  .nm2 .logo img {
    width: auto;
    bottom: -24%;
  }
  .carousel h1 {
    font-size: 60px;
    padding: 50px 0;
  }
  .carousel .wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  .carousel .wrap .owl-buttons .owl-prev {
    background-size: 100%;
    left: -40px;
  }
  .carousel .wrap .owl-buttons .owl-next {
    background-size: 100%;
    right: -40px;
  }
  .carousel .wrap .item .desc {
    margin-top: 10px;
  }
  .carousel .wrap .item .desc span {
    font-size: 16px;
    line-height: 26px;
  }
  .carousel .wrap .wrap-inner .slick-slide .desc {
    height: 78px;
  }
  .info {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .info li {
    margin-bottom: 70px;
  }
  .info li:last-child {
    margin-bottom: 0;
  }
  .info .image {
    width: 43%;
  }
  .info .description {
    width: 57%;
    padding-top: 40px;
  }
  .info .description h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .info .description p {
    font-size: 16px;
    line-height: 18px;
  }
  .info li:nth-child(2n-1) .image {
    float: left;
  }
  .info li:nth-child(2n-1) .description {
    float: right;
    padding-left: 25px;
  }
  .info li:nth-child(2n-1) .description h2 {
    text-align: left;
    padding-left: 30px;
  }
  .info li:nth-child(2n-1) .description p {
    text-align: left;
  }
  .info li:nth-child(2n) .image {
    float: right;
  }
  .info li:nth-child(2n) .description {
    float: left;
    padding-right: 25px;
  }
  .info li:nth-child(2n) .description h2 {
    text-align: right;
    padding-right: 30px;
  }
  .info li:nth-child(2n) .description p {
    text-align: right;
  }
  .prodlist.last {
    padding-bottom: 75px;
  }
  .prod-view .wrap,
  .prod-detail .wrap {
    padding-bottom: 50px;
  }
  .prod-view .wrap .close-btn button,
  .prod-detail .wrap .close-btn button {
    width: 43px;
    height: 43px;
    padding: 10px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .prod-view .wrap .image,
  .prod-detail .wrap .image,
  .prod-view .wrap .desc,
  .prod-detail .wrap .desc {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
  .prod-view .wrap .image .slick-dots,
  .prod-detail .wrap .image .slick-dots {
    right: -30px;
  }
  .prod-view .wrap .desc h2,
  .prod-detail .wrap .desc h2 {
    font-size: 30px;
    margin: 15px 0;
  }
  .prod-view .wrap .desc p,
  .prod-detail .wrap .desc p {
    font-size: 16px;
    line-height: 22px;
  }
  .prod-view .wrap .desc .price,
  .prod-detail .wrap .desc .price {
    font-size: 30px;
    margin: 15px 0;
  }
  .prod-view .wrap .desc .price-lt,
  .prod-detail .wrap .desc .price-lt {
    margin-right: 10px;
  }
  .prod-view .wrap .desc .selects,
  .prod-detail .wrap .desc .selects {
    padding: 0;
  }
  .prod-view .wrap .desc .selects > div[class^='col-'],
  .prod-detail .wrap .desc .selects > div[class^='col-'] {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
  }
  .prod-view .wrap .desc .selects .st-wrap,
  .prod-detail .wrap .desc .selects .st-wrap,
  .prod-view .wrap .desc .selects .qty-wrap,
  .prod-detail .wrap .desc .selects .qty-wrap {
    width: 25%;
  }
  .prod-view .wrap .desc .selects .size-wrap,
  .prod-detail .wrap .desc .selects .size-wrap {
    width: 50%;
  }
  .prod-view .wrap .desc .selects .st-wrap,
  .prod-detail .wrap .desc .selects .st-wrap {
    text-align: right;
  }
  .prod-view .wrap .desc .selects .st-link,
  .prod-detail .wrap .desc .selects .st-link {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .prod-view .wrap .desc .selects .qty-wrap,
  .prod-detail .wrap .desc .selects .qty-wrap {
    text-align: left;
  }
  .prod-view .wrap .desc .selects .qty-wrap input,
  .prod-detail .wrap .desc .selects .qty-wrap input {
    width: 46px;
    height: 46px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .prod-view .wrap .desc .selects .qty-wrap label.error,
  .prod-detail .wrap .desc .selects .qty-wrap label.error {
    top: 40px;
    left: 10px;
  }
  .prod-view .wrap .desc .size,
  .prod-detail .wrap .desc .size,
  .prod-view .wrap .desc .color,
  .prod-detail .wrap .desc .color {
    padding: 13px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .prod-view .wrap .desc .buttons,
  .prod-detail .wrap .desc .buttons {
    margin-bottom: 0px;
  }
  .prod-view .wrap .desc .buttons .buywrap,
  .prod-detail .wrap .desc .buttons .buywrap {
    margin: 16px;
  }
  .prod-view .wrap .desc .buttons a,
  .prod-detail .wrap .desc .buttons a {
    padding: 16px 40px;
    font-size: 18px;
  }
  .prod-view .wrap .desc .buttons .in::after,
  .prod-detail .wrap .desc .buttons .in::after {
    top: 16px;
  }
  .prod-view .wrap .desc .buttons2,
  .prod-detail .wrap .desc .buttons2 {
    max-width: 520px;
  }
  .prod-view .wrap .desc .buttons2 .b-wrap,
  .prod-detail .wrap .desc .buttons2 .b-wrap {
    width: auto;
    margin: 16px;
  }
  .prod-view .wrap .desc .buttons2 .b-wrap .buy,
  .prod-detail .wrap .desc .buttons2 .b-wrap .buy,
  .prod-view .wrap .desc .buttons2 .b-wrap .back,
  .prod-detail .wrap .desc .buttons2 .b-wrap .back {
    padding: 16px 40px;
    font-size: 18px;
    line-height: 18px;
    margin: auto;
  }
  .prod-view .wrap .desc .buttons2 .b-wrap .back,
  .prod-detail .wrap .desc .buttons2 .b-wrap .back {
    padding: 16px 20px;
    margin-bottom: 5px;
  }
  .prod-view .wrap .desc .buttons2 .b-wrap .in,
  .prod-detail .wrap .desc .buttons2 .b-wrap .in {
    height: 52px;
    margin: auto;
    vertical-align: middle;
    margin-left: 0;
  }
  .prod-view .wrap .desc .buttons2 .b-wrap .in:after,
  .prod-detail .wrap .desc .buttons2 .b-wrap .in:after {
    top: 17px;
  }
  .prod-view .wrap .desc .buttons2 .detail,
  .prod-detail .wrap .desc .buttons2 .detail {
    padding: 16px 40px;
    font-size: 18px;
    line-height: 18px;
    margin: auto;
  }
  .prod-view .wrap2,
  .prod-detail .wrap2 {
    margin-bottom: 30px;
    position: relative;
  }
  .prod-view .wrap2 .desc h2,
  .prod-detail .wrap2 .desc h2 {
    font-size: 24px;
  }
  .prod-view .wrap2::before,
  .prod-detail .wrap2::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 1px;
    background: #dfdfdf;
  }
  .prod-detail .wrap .desc .price {
    margin: 40px 10px 40px 0;
  }
  .prod-detail .wrap .desc .buttons {
    margin: 15px 0;
  }
  .prod-detail .wrap .desc .qty-wrap input {
    text-align: right;
    /*
            &::-webkit-inner-spin-button, 
            &::-webkit-outer-spin-button { 
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                margin: 0; 
            }*/
  }
  .filter-popup .pane .inner .filter .columns .col {
    width: 25%;
    border-right: 1px solid #dfdfdf;
  }
  .filter-popup .pane .inner .filter .columns .col:last-child {
    border-right: none;
  }
  .filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item {
    max-width: 160px;
  }
  .filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item label {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-left: 25px;
    padding: 5px 0;
  }
  .filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item label::before {
    content: "";
    position: absolute;
    top: 0;
    left: -21px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 5px 0;
    border: 1px solid #000000;
  }
  .filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item label::after {
    content: "";
    display: none;
    position: absolute;
    top: 8px;
    left: -18px;
    width: 10px;
    height: 10px;
    background: #000000;
  }
  .cart h1 {
    font-size: 45px;
    padding: 35px 0;
  }
  .cart .tablehead {
    padding: 15px 0;
    margin-bottom: 10px;
  }
  .cart .tablehead div[class^='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart .tablehead span {
    font-size: 16px;
    font-weight: 300;
  }
  .cart #cartContent .tablerow {
    padding: 15px 0;
  }
  .cart #cartContent .tablerow .descr-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart #cartContent .tablerow .descr-wrap .descr div[class^='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart #cartContent .tablerow .descr-wrap .descr div.delbtn {
    padding-left: 0;
    padding-right: 0;
  }
  .cart #cartContent .tail-wrap .tail {
    font-size: 14px;
  }
  .cart #cartContent .tail-wrap .tail .sums .trow .price {
    font-size: 16px;
  }
  .cart #cartContent .tail-wrap .tail .sums .trow .lbl {
    padding-left: 15%;
  }
  .cart #cartContent .tail-wrap .tail .submit .submit-btn .btn {
    padding: 15px 30px;
    font-size: 17px;
  }
  .cart #cartContent .tail-wrap .tail .submit .inf span {
    width: 50%;
  }
  .lcol {
    float: left;
  }
  .rcol {
    float: right;
  }
  .order,
  .registration {
    font-size: 14px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .order .rcol,
  .registration .rcol {
    padding-left: 0;
  }
  .order .lcol,
  .registration .lcol {
    padding-left: 0;
  }
  .order h1,
  .registration h1 {
    font-size: 45px;
    padding: 35px 0;
  }
  .order .rcart,
  .registration .rcart {
    margin-top: 10px;
  }
  .order .rcart .itmlist .itm .descr,
  .registration .rcart .itmlist .itm .descr {
    font-size: 13px;
    line-height: 18px;
  }
  .order .rcart .itmlist .itm .descr > div,
  .registration .rcart .itmlist .itm .descr > div {
    padding-right: 0;
    padding-left: 5px;
  }
  .order .rcart .carttail > div > div,
  .registration .rcart .carttail > div > div {
    line-height: 20px;
  }
  .order .collectForm .formtop .lgnlink a,
  .registration .collectForm .formtop .lgnlink a {
    font-size: 16px;
  }
  .order .collectForm .formtail,
  .registration .collectForm .formtail {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .order .collectForm .formtail {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .order .collectForm .formtail .warning {
    text-align: left;
  }
  .order .collectForm .formtail .warning p {
    display: inline-block;
    max-width: 100%;
  }
  .order .collectForm .formtail .consent > div {
    max-width: 100%;
    margin: 0;
    padding: 10px 0;
  }
  .order .collectForm .formtail .consent > div label {
    line-height: 31px;
  }
  .order .collectForm .formtail .consent > div label:after {
    top: -4px;
  }
  .thanks h1 {
    font-size: 45px;
    padding: 35px 0;
  }
  .thanks .thanks .present {
    padding: 40px 10% 60px;
  }
  .thanks .mcart {
    margin-bottom: 60px;
  }
  .thanks .buttons {
    margin-bottom: 100px;
    /*
      &>div{
        max-width: 687px;
      }*/
  }
  .thanks .buttons a {
    font-size: 18px;
    padding: 17px 20px;
  }
  .text-page h1 {
    font-size: 45px;
    padding: 35px 0;
  }
  .text-page .content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .profile h1 {
    font-size: 45px;
    padding: 35px 0;
  }
  .profile .formbottom {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .profile .collectForm .formtail {
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  .profile .collectForm .formtail .submit .btn {
    font-size: 18px;
    padding: 17px 30px;
  }
  .profile .history .orders .price {
    padding-left: 0;
  }
  .profile .history .orders .price span {
    white-space: nowrap;
  }
  .profile .tbodies {
    padding-bottom: 100px;
  }
  .pass-renew {
    padding-bottom: 50px;
  }
  .pass-renew h1 {
    font-size: 45px;
    padding: 35px 0;
  }
  .pass-renew .content {
    max-width: 1000px;
    margin: auto;
  }
  .menu-overlay .menu .mitem1 > a {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0;
  }
  .menu-overlay .menu .mitem1.parent ul .mitem2 a {
    font-size: 15px;
    line-height: 24px;
    padding: 2px 0;
  }
  .menu-overlay .menu .mitem1.parent > a .mycaret {
    right: -35px;
    width: 26px;
    height: 26px;
  }
  .sizetbl-overlay .content .sizetbl td {
    font-size: 16px;
    padding: 15px;
  }
  footer .fmenus {
    padding: 90px 0;
  }
  footer .fmenus section {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  footer .fmenus section h3 {
    font-size: 24px;
  }
  footer .fmenus section li {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .prodlist h1 {
    font-size: 40px;
    padding: 20px 0;
  }
  .prodlist .item {
    width: 25%;
  }
  .prodlist .item .desc {
    padding: 0 10px;
    font-size: 15px;
    height: 80px;
  }
  .prodlist .item .desc span {
    line-height: 26px;
  }
  .prod-detail .wrap .desc .buttons2 .b-wrap .back {
    display: block;
  }
  .cart #cartContent .descr {
    font-size: 14px;
  }
  .cart #cartContent .descr .qty input {
    font-size: 15px;
  }
  .order .lcol,
  .registration .lcol {
    padding-left: 15px;
  }
  .order .rcol,
  .registration .rcol {
    padding-left: 15px;
    max-width: 450px;
  }
  .order .collectForm,
  .registration .collectForm {
    margin-left: -15px;
  }
  .order .rcart .itmlist .itm .descr > div,
  .registration .rcart .itmlist .itm .descr > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .thanks .text {
    max-width: 1100px;
    margin: auto;
  }
}
@media (min-width: 1300px) {
  .container-inner {
    width: 61%;
  }
  .topbar .logo {
    display: block;
  }
  .topbar .logo .text {
    font-size: 18px;
  }
  .topbar .logo img {
    max-width: 100%;
    margin-top: 57px;
  }
  .topbar .options > * {
    margin-right: 50px;
  }
  .topbar .options > *:first-child {
    margin-right: 40px;
  }
  .topbar .hint {
    font-size: 16px;
  }
  .slider .buttons {
    height: 74px;
  }
  .slider .buttons > a {
    font-size: 18px;
    padding: 28px;
    margin-right: 50px;
  }
  .types a span {
    padding-top: 24px;
    font-size: 20px;
  }
  .highlights {
    padding: 65px 0;
  }
  .highlights span {
    font-size: 18px;
    margin: 35px 0;
  }
  .highlights span:before {
    background-size: 100%;
  }
  .categories a span {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }
  .info li:nth-child(2n-1) .description {
    padding-left: 50px;
  }
  .info li:nth-child(2n) .description {
    padding-right: 50px;
  }
  .prodlist h1 {
    font-size: 55px;
    padding: 25px 0;
  }
  .prodlist .item {
    width: 20%;
  }
  .prod-view .wrap .wrap-inner,
  .prod-detail .wrap .wrap-inner {
    padding: 0 10%;
  }
  .prod-view .wrap .image,
  .prod-detail .wrap .image,
  .prod-view .wrap .desc,
  .prod-detail .wrap .desc {
    padding: 0 40px;
  }
  .prod-detail .wrap .desc .buttons2 .b-wrap .back {
    margin-bottom: 0;
    display: inline-block;
  }
  .prod-detail .wrap .desc .buttons2 .b-wrap .in {
    margin-left: 20px;
  }
  .prod-detail .wrap .wrap-inner {
    padding: 0;
  }
  .cart #cartContent .descr {
    font-size: 15px;
  }
  .cart #cartContent .tail-wrap .tail {
    font-size: 15px;
  }
  .cart #cartContent .tail-wrap .tail .sums .trow .lbl {
    padding-left: 20%;
  }
  .order,
  .registration {
    padding-left: 5%;
    padding-right: 5%;
  }
  .order .collectForm .formprops,
  .registration .collectForm .formprops {
    padding-bottom: 70px;
  }
  .order .collectForm .formprops > div,
  .registration .collectForm .formprops > div {
    width: 33.3333333%;
  }
  .order .collectForm .formtail .consent,
  .registration .collectForm .formtail .consent {
    padding: 50px 0;
  }
  .order .collectForm .formtail .consent label,
  .registration .collectForm .formtail .consent label {
    font-size: 15px;
    line-height: 24px;
  }
  .order .collectForm .formtail .consent label::before,
  .registration .collectForm .formtail .consent label::before {
    margin: 6px 0;
  }
  .order .collectForm .formtail .consent label::after,
  .registration .collectForm .formtail .consent label::after {
    top: 5px;
  }
  .order .collectForm .formtail .warning,
  .registration .collectForm .formtail .warning {
    padding: 50px 0;
  }
  .order .collectForm .formtail .warning p,
  .registration .collectForm .formtail .warning p {
    font-size: 16px;
  }
  .order .collectForm .formtail .submit .btn,
  .registration .collectForm .formtail .submit .btn {
    font-size: 18px;
    padding: 17px 30px;
  }
  .order .collectForm .inpt,
  .registration .collectForm .inpt {
    width: 33.33333333%;
  }
  .order .collectForm .formtop .lgnlink,
  .registration .collectForm .formtop .lgnlink {
    width: 66.66666666%;
  }
  .profile .history .orders > li {
    padding-left: 10%;
    padding-right: 10%;
  }
  .login h1,
  .register h1 {
    font-size: 36px;
    padding: 50px 0;
  }
  .login .collectForm .submit .btn,
  .register .collectForm .submit .btn {
    font-size: 18px;
    padding: 17px 30px;
  }
  .pass-renew {
    padding-bottom: 50px;
  }
  .pass-renew h1 {
    font-size: 45px;
    padding: 35px 0;
  }
  .pass-renew .content {
    max-width: 1000px;
    margin: auto;
  }
  .pass-renew .collectForm .formtail .submit .btn {
    font-size: 18px;
    padding: 17px 30px;
  }
  .menu-overlay .sections {
    margin-top: 30px;
  }
  .menu-overlay .ml-wrap {
    margin-top: -52px;
  }
  .menu-overlay .mlogo img {
    width: 100%;
  }
  .menu-overlay .social {
    margin-top: 70px;
  }
  .text-page .content {
    padding-left: 10%;
    padding-right: 10%;
  }
  footer .fmenus .container-inner {
    width: 80%;
  }
  footer .bottombar .paymethods {
    margin-top: 50px;
  }
}
@media (min-width: 1500px) {
  .types a span {
    padding-top: 25px;
    font-size: 30px;
  }
  .categories a span {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 24px;
  }
  .prodlist.last {
    padding-bottom: 100px;
    margin-bottom: 25px;
  }
  .filter-popup .pane .inner .filter h1 {
    font-size: 62px;
    padding-bottom: 30px;
  }
  .filter-popup .pane .inner .filter .buttons button {
    padding: 15px;
  }
  .filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item label {
    line-height: 16px;
    margin-left: 20px;
    padding: 5px 0;
  }
  .filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item label::before {
    left: -15px;
    width: 10px;
    height: 10px;
    margin: 8px 0;
    border: 1px solid #000000;
  }
  .filter-popup .pane .inner .filter .columns .col .chkbx-list .chk-item label::after {
    content: "";
    display: none;
    position: absolute;
    top: 10px;
    left: -13px;
    width: 6px;
    height: 6px;
    background: #000000;
  }
  .prod-detail .wrap .image .slick-dots {
    right: -80px;
  }
  .cart h1 {
    font-size: 60px;
    padding: 50px 0;
  }
  .cart .tablehead {
    padding: 20px 0;
  }
  .cart #cartContent .descr {
    font-size: 16px;
  }
  .cart #cartContent .descr .qty input {
    font-size: 16px;
  }
  .cart #cartContent .descr .prod .props span {
    line-height: 22px;
  }
  .cart #cartContent .tail-wrap {
    padding: 30px 0;
  }
  .cart #cartContent .tail-wrap .tail {
    font-size: 16px;
  }
  .cart #cartContent .tail-wrap .tail .trow {
    line-height: 25px;
  }
  .cart #cartContent .tail-wrap .tail .trow .price {
    font-size: 18px;
  }
  .cart #cartContent .tail-wrap .tail .submit .submit-btn .btn {
    padding: 19px 50px;
    font-size: 18px;
  }
  .cart #cartContent .tail-wrap .tail .sums,
  .cart #cartContent .tail-wrap .tail .submit {
    padding: 25px 0;
  }
  .order,
  .registration {
    font-size: 16px;
  }
  .order h1,
  .registration h1 {
    font-size: 60px;
    padding: 50px 0;
  }
  .order .collectForm .inpt,
  .registration .collectForm .inpt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .order .collectForm .formbottom,
  .registration .collectForm .formbottom {
    padding-bottom: 100px;
    margin-bottom: 50px;
  }
  .order .collectForm .formprops,
  .registration .collectForm .formprops {
    padding-bottom: 100px;
  }
  .order .collectForm .formtail,
  .registration .collectForm .formtail {
    padding-bottom: 90px;
  }
  .order .collectForm .formtail .consent label,
  .registration .collectForm .formtail .consent label {
    font-size: 16px;
    line-height: 26px;
  }
  .order .collectForm .formtail .consent label::after,
  .registration .collectForm .formtail .consent label::after {
    top: -2px;
  }
  .order .collectForm .formtail .consent label::after,
  .registration .collectForm .formtail .consent label::after {
    top: 4px;
  }
  .order .collectForm .formtail .submit .btn,
  .registration .collectForm .formtail .submit .btn {
    padding: 19px 50px;
  }
  .order .collectForm .inpt label.error,
  .registration .collectForm .inpt label.error {
    bottom: 17px;
  }
  .order .rcart,
  .registration .rcart {
    margin-top: 15px;
  }
  .order .rcart .itmlist .itm,
  .registration .rcart .itmlist .itm {
    padding: 30px;
  }
  .order .rcart .itmlist .itm .descr,
  .registration .rcart .itmlist .itm .descr {
    font-size: 14px;
    line-height: 20px;
  }
  .order .rcart .itmlist .itm .descr .name,
  .registration .rcart .itmlist .itm .descr .name {
    font-size: 16px;
    margin-bottom: 0;
    min-height: 50px;
  }
  .order .rcart .carttail > div > div,
  .registration .rcart .carttail > div > div {
    line-height: 30px;
  }
  .order .collectForm .formtail .warning,
  .order .collectForm .formtail .consent,
  .order .collectForm .formtail .submit {
    max-width: 66.66666666%;
    padding-right: 15px;
  }
  .order .collectForm .formtail .consent {
    padding-top: 100px;
  }
  .order .collectForm .formtail .consent > div label {
    font-size: 14px;
    line-height: 20px;
  }
  .order .collectForm .formtail .consent > div label:before {
    top: -8px;
  }
  .order .collectForm .formtail .consent > div label:after {
    top: -1px;
  }
  .thanks .mcart .itmlist .itm {
    padding: 30px;
  }
  .thanks .mcart .itmlist .itm .descr .name {
    margin-bottom: 0;
    min-height: 50px;
  }
  .thanks .buttons a {
    padding: 19px 25px;
  }
  .thanks .buttons .home {
    margin-top: 15px;
  }
  .text-page h1 {
    font-size: 60px;
    padding: 50px 0;
  }
  .profile h1 {
    font-size: 60px;
    padding: 50px 0;
  }
  .profile .collectForm .formtail .submit .btn {
    padding: 19px 50px;
  }
  .profile .history .orders .price {
    padding-left: 15px;
  }
  .pass-renew h1 {
    font-size: 60px;
    padding: 50px 0;
  }
  footer .fmenus .container-inner {
    width: 61%;
  }
  footer .bottombar {
    padding: 50px 0 100px;
  }
  footer .bottombar .logo-wrap .logo {
    width: 245px;
    height: 54px;
    margin: 0 45px;
  }
  footer .bottombar .logo-wrap .pre,
  footer .bottombar .logo-wrap .aft {
    font-size: 24px;
    min-width: 368px;
  }
}
@media (min-width: 1800px) {
  .categories a span {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
  }
  .prod-detail .wrap .image .slick-dots {
    right: -130px;
  }
  .cart #cartContent .tail-wrap .tail .sums,
  .cart #cartContent .tail-wrap .tail .submit {
    padding: 30px 0;
  }
}
@media (max-width: 768px){
  footer .bottombar .cpr-wrap > span{
    position: relative;
  }
  footer .bottombar .cpr-wrap > span img{
    height: 150px;
  }
}
@media (min-width: 1300px){
  footer .bottombar .cpr-wrap > span{
    top: 100px;
  }
}
