@font-face {
  font-family: 'Roboto-Regular';
  src: url('Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('Roboto-Regular.woff') format('woff'), url('Roboto-Regular.ttf') format('truetype'), url('Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Light';
  src: url('ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('ProximaNova-Light.otf') format('opentype'), url('ProximaNova-Light.woff') format('woff'), url('ProximaNova-Light.ttf') format('truetype'), url('ProximaNova-Light.svg#ProximaNova-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('ProximaNova-Regular.otf') format('opentype'), url('ProximaNova-Regular.woff') format('woff'), url('ProximaNova-Regular.ttf') format('truetype'), url('ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'), url('ProximaNova-Semibold.otf') format('opentype'), url('ProximaNova-Semibold.woff') format('woff'), url('ProximaNova-Semibold.ttf') format('truetype'), url('ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Extrabld';
  src: url('ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'), url('ProximaNova-Extrabld.otf') format('opentype'), url('ProximaNova-Extrabld.woff') format('woff'), url('ProximaNova-Extrabld.ttf') format('truetype'), url('ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
  font-weight: normal;
  font-style: normal;
}
.row-static {
  margin-right: -15px;
  margin-left: -15px;
}
.row-static .col-static {
  min-height: 1px;
  float: left;
}
p,
span {
  font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
  color: #222;
}
a {
  font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
  color: #222;
  border-bottom: 1px solid #000000;
}
a:hover {
  text-decoration: none;
  color: #646464;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
}
.offer-description {
  padding-left: 10px;
}
.overflow-hidden {
  overflow: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.affix {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
nav {
  background: #ffffff;
  z-index: 1;
  margin: 0 !important;
  height: 57px;
}
nav .search-wrap {
  padding: 0 15px;
  position: relative;
}
nav .search-wrap .form-group {
  position: relative;
}
nav .search-wrap .icon-cart-search {
  width: 30px;
  height: 30px;
  display: block;
  background: url("search-green.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 27px;
  top: 13px;
}
nav .search-wrap input {
  padding-left: 68px;
  height: 57px;
  border: none;
  font-size: 24px;
  padding-right: 60px;
  color: #222;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  background: transparent;
  outline: none;
  box-shadow: none !important;
}
nav .search-wrap .dismiss {
  position: absolute;
  right: 25px;
  top: 13px;
  font-size: 25px;
  border: none;
}
nav .search-wrap .dismiss .close-icon {
  width: 30px;
  height: 30px;
  display: block;
  background-size: cover !important;
  background: url("close.png") no-repeat;
}
nav .search-wrap .dismiss:hover .close-icon {
  background: url("close_hover.png") no-repeat;
}
nav .active {
  border: 1px solid #8ac82e;
}
@keyframes rotateUp {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  to {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
}
@-moz-keyframes rotateUp {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(-180deg);
  }
}
@-webkit-keyframes rotateUp {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-180deg);
  }
}
@keyframes rotateDown {
  from {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  to {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
}
@-moz-keyframes rotateDown {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(180deg);
  }
}
@-webkit-keyframes rotateDown {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
nav .up-transform {
  animation: rotateUp 0.2s ease;
  -moz-animation: rotateUp 0.2s ease;
  -webkit-animation: rotateUp 0.2s ease;
  animation-fill-mode: forwards;
}
nav .down-transform {
  animation: rotateDown 0.2s ease;
  -moz-animation: rotateDown 0.2s ease;
  -webkit-animation: rotateDown 0.2s ease;
  animation-fill-mode: forwards;
}
nav .dropdown-item .dropdown-horizontal {
  padding-top: 20px;
  display: none;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 37px;
  text-align: center;
}
nav .dropdown-item .dropdown-horizontal ul {
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
  padding: 31px;
}
nav .dropdown-item .dropdown-horizontal ul li {
  display: inline-block;
}
nav .dropdown-item .dropdown-horizontal ul li a {
  color: black;
  font-size: 18px;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
}
nav .row-static {
  padding: 0;
  margin: 0;
}
nav .logolink {
  text-align: center;
  background: #84c52e;
  padding: 16px 17px 17px 25px;
  position: absolute;
  height: 57px;
  z-index: 10;
}
nav .logolink a {
  border: none;
  color: #000000;
  font-family: ProximaNova-Extrabld, Helvetica, Arial, sans-serif;
  display: block;
  text-align: left;
  line-height: 23px;
  font-size: 40px;
}
nav .navigation {
  padding-left: 225px;
  height: 57px;
  z-index: 2;
}
nav .slogan {
  width: 115px;
  margin-left: 22px;
  margin-top: 9px;
}
nav .menu-wrapper {
  padding: 9px 0 0 27px !important;
}
nav .menu-wrapper .upper-bar div {
  float: left;
}
nav .menu-wrapper .upper-bar .slogan {
  margin-right: 45px;
}
nav .menu-wrapper .upper-bar div:last-child {
  margin-left: 15px;
}
nav .menu-wrapper .upper-bar ul li {
  margin-right: 10px;
}
nav .menu-wrapper .phone {
  border: none;
}
nav .menu {
  margin: 0;
  padding-bottom: 9px;
}
nav .menu > li {
  padding: 0;
  margin: 0;
}
nav .menu > li a {
  text-decoration: none;
  border: 1px solid #ababab;
  padding: 6px 20px;
  font-size: 18px;
  display: block;
  margin: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
nav .menu > li a:hover {
  color: #222;
}
nav .menu > li a:focus {
  color: #000;
}
nav .menu .dropdown-horizontal ul li {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
nav .menu .dropdown-horizontal ul li a {
  border: 1px solid transparent;
}
nav .menu .dropdown-horizontal ul li:hover a {
  border-color: #8ac82e;
}
nav .cart-popover {
  border-color: #d0d0d0;
  max-width: 760px;
  right: 25px;
  margin-top: 23px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
nav .cart-popover .arrow {
  margin-left: -6px;
}
nav .controls {
  padding-right: 0 !important;
  display: table;
  height: 54px;
  /*
    a {
      font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
      float: left;
      color: #ababab;
      border-left: 1px solid #ababab;
      border-bottom: none;
      padding-left: 5px;
      padding-right: 5px;
    }
    */
}
nav .controls .control {
  text-align: center;
  display: table-cell;
  padding-right: 16px;
  vertical-align: middle;
}
nav .controls .control:first-child {
  text-align: left;
}
nav .controls .contact-info {
  width: 170px;
}
nav .controls .contact-info a {
  border-color: rgba(0, 0, 0, 0.3);
}
nav .controls .cart-btn-control {
  padding-left: 8px;
}
nav .controls .cart-btn i {
  width: 42px;
  height: 35px;
  display: block;
  background: url("cart.png") no-repeat;
  background-size: cover;
}
nav .controls .cart-btn:hover {
  color: #222222;
  -webkit-transition: color 500ms ease;
}
nav .controls .cart-btn:hover i {
  background: url("cart_hover.png") no-repeat;
  background-size: cover;
}
nav .controls .search-btn i {
  width: 30px;
  height: 30px;
  display: block;
  background: url("search.png") no-repeat;
  background-size: cover;
}
nav .controls .search-btn:hover {
  color: #222222;
  -webkit-transition: color 500ms ease;
}
nav .controls .search-btn:hover i {
  background: url("search_hover.png") no-repeat;
  background-size: cover;
}
nav .controls .fa-search {
  font-size: 24px;
}
.centered-heading {
  color: #222;
  text-align: center;
}
.index-header {
  height: 465px;
}
.product-page-layer {
  position: relative;
}
.page-header {
  padding-top: 110px;
  margin: 0;
  text-align: center;
  padding-bottom: 51px;
  color: white; font-size: 36px;
}
.page-header span, .page-header a {color: white; border: 0;}
.page-header h1 {
  color: white;
  margin-top: 0;
}
.page-header h1 span {
  color: white;
}
.page-header ul.breadcrumbs {
  display: inline-block;
  margin: 0 auto 23px auto;
}
.page-header ul.breadcrumbs li {
  padding: 0;
}
.page-header ul.breadcrumbs li:after {
  content: "—";
  color: rgba(255, 255, 255, 0.3);
  padding-left: 5px;
}
.page-header ul.breadcrumbs li:last-child a {
  border: none;
}
.page-header ul.breadcrumbs li:last-child:after {
  content: "";
  padding:0;
}
.page-header ul.breadcrumbs li a {
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}
.about-header {
  padding-top: 110px;
  margin: 0;
  padding-bottom: 51px;
  position: relative;
  background: url("about-mask.jpg") no-repeat;
  background-size: cover;
  padding: 130px 0 120px;
  text-align: center;
}
.about-header h1 {
  color: white;
  margin-top: 0;
}
.about-header h1 span {
  color: white;
}
.about-header ul.breadcrumbs {
  display: inline-block;
  margin: 0 auto 23px auto;
}
.about-header ul.breadcrumbs li {
  padding: 0;
}
.about-header ul.breadcrumbs li:after {
  content: "—";
  color: rgba(255, 255, 255, 0.3);
  padding-left: 5px;
}
.about-header ul.breadcrumbs li:last-child a {
  border: none;
}
.about-header ul.breadcrumbs li:last-child:after {
  content: "";
}
.about-header ul.breadcrumbs li a {
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
}
.about-header .layer {
  background: rgba(33, 33, 33, 0.7);
}
.about-header h1 {
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  font-size: 67px;
  letter-spacing: 17.9px;
  color: #ffffff;
}
.about-header h3 {
  font-size: 24px;
  color: #ffffff;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  max-width: 400px;
  margin: 35px auto 0;
}

.page-header-light {
  background: #f5f5f5;
}
.page-header-light h1 {
  color: black;
}
header {
  background: #222;
}
header .sub-nav {
  margin-top: 57px;
  text-align: center;
  background-color: #f5f5f5;
  padding-bottom: 55px;
  padding-top: 25px;
}
header .sub-nav h2 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 36px;
  color: #000000;
}
header .sub-nav ul li {
  margin: 0;
  padding: 6px 15px;
  border: solid 1px transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  
}
header .sub-nav ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-bottom: 0;
  font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
}
header .sub-nav ul li img{
  display:block;
  margin:0 auto;
	height: 30px;
  margin-bottom:10px
}
header .sub-nav ul li a:hover{
  color:#4f8827;
}
header .sub-nav ul .active {
  border-color: #528211;
}
header .header-offer {
  width: 100%;
  height: 407px;
  position: relative;
}
header .header-offer .offer-text {
  position: absolute;
  left: 25px;
  top: 57px;
  z-index: 100;
}
header .header-offer h1 {
  color: #fff;
  font-size: 64px;
}
header .header-offer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  line-height: 30px;
}
header .header-offer .btn {
  margin-top: 45px;
}
header .header-offer .image-wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  height: 407px;
}
header .header-offer .image-wrapper img {
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.products {
  padding: 90px 80px 30px;
  text-align: center;
}
.products .product-item {
  position: relative;
  vertical-align: top;
  display: inline-block;
  min-height: 450px;
  width: 280px;
  color: #000;
  border: 1px solid transparent;
  padding: 30px 15px;
  margin-right: 20px;
  text-align: left;
}
.products .product-item .product-info {
  padding: 0 18px;
}
.products .product-item img {
  max-height: 190px;
  margin: 0 auto 28px;
  display: block;
}
.products .product-item hr {
  margin-bottom: 10px;
  border-color: rgba(34, 34, 34, 0.5);
}
.products .product-item h4 {
  font-size: 22px;
}
.products .product-item .price {
  color: rgba(34, 34, 34, 0.5);
  font-size: 22px;
  margin-bottom: 15px;
}
.products .product-item .btn {
  padding: 8px 40px;
  font-size: 18px;
}
.products .product-item:hover {
  border-color: #e7e7e7;
}
.products .product-item:hover .btn {
  border-color: #84c52e;
  color: #84c52e;
}
.products .product-item .btn:hover {
  background: #84c52e;
  color: white;
}
.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.85);
}
main .also-buy-sm a {
  border: none;
  text-decoration: none;
}
main .also-buy-sm img {
  height: 96px;
  margin-bottom: 10px;
}
main .also-buy-sm h5 {
  color: #222;
}
main .also-buy-sm .price {
  font-weight: bold;
}
main .also-buy-index {
  text-align: center;
  padding: 30px 0 20px;
}
main .also-buy-index .item {
  width: 180px;
  text-align: left;
}
main .tab-wrapper {
  text-align: center;
}
main .nav-tabs {
  border: none;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  margin: 10px 0 0 0;
}
main .nav-tabs li {
  margin: 0 0 5px 0;
  font-size: 18px;
  float: none;
  display: inline-block;
}
main .nav-tabs li a {
  padding: 10px 26px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #9f9f9f;
}
main .nav-tabs li a:hover {
  background: none;
  border: 1px solid #9f9f9f !important;
}
main .nav-tabs li.active a {
  border: 1px solid #84c52e !important;
  color: #84c52e !important;
  cursor: pointer;
}
main .offers .macbook {
  background: #f3e5d9;
}
main .offers .nexus {
  background: #bbecff;
}
main .offers .iwatch {
  background: #dadada;
}
main .offers .braun {
  background: #a4a8cd;
}
main .offers .offer {
  height: 405px;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
}
main .offers .offer > div {
  width: 260px;
  position: absolute;
  top: 45px;
  z-index: 5;
}
main .offers .offer img {
  width: 290px;
  position: absolute;
  right: 0;
  bottom: 0;
}
main .offers .offer h1 {
  color: #292929;
  font-size: 48px;
}
main .offers .offer p {
  color: rgba(34, 34, 34, 0.5);
  font-size: 24px;
  line-height: 30px;
}
main .offers .offer .btn {
  margin-top: 75px;
  padding: 9px 35px;
}
main .suggestions {
  margin-top: 45px;
}
main .suggestions .tab-content {
  margin-top: 75px;
}
main .page-wrap .product-details {
  padding: 0;
}
main .page-wrap .product-details .fotorama__thumb-border {
  border-color: #7c7c7c !important;
}
main .page-wrap .product-details .fotorama__nav-wrap {
  margin-top: 55px;
}
main .page-wrap .product-details .labels {
  margin: 45px 0 35px 10px;
}
main .page-wrap .product-details .labels li {
  padding: 6px 20px 4px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 2px;
  color: #000000;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  border: 1px solid #000000;
  text-transform: uppercase;
}
.ship-information {
    line-height: 1.2;
}
main .page-wrap .product-details .ship-information {
  background: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;

  width: 316px;
  margin: 45px 0 0;
  min-height: 512px;
  padding: 0 15px 20px 40px;
}
main .page-wrap .product-details .ship-information .discount-price {
  opacity: 0.4;
  text-decoration: line-through;
  line-height: 12px;
  margin: 0;
}
main .page-wrap .product-details .ship-information .muted {
  opacity: 0.5;
}
main .page-wrap .product-details .ship-information .btn-green {
  margin-top: 30px !important;
}
main .page-wrap .product-details .ship-information .icon-cart {
  width: 27px;
  height: 22.5px;
  display: inline-block;
  background: url("cart.png") no-repeat;
  background-size: cover;
}
main .page-wrap .product-details .ship-information .btn-transparent-green {
  font-size: 18px;
  text-transform: none;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
}
main .page-wrap .product-details .ship-information ul,
main .page-wrap .product-details .ship-information p {
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  color: #000000;
}
main .page-wrap .product-details .ship-information .price {
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 35px;
  margin: 0;
}
p.product-id {
    margin: 0;
}
main .page-wrap .product-details .ship-information .price a {
  font-size: 14px;
  margin-top: 2px;
}
main .page-wrap .product-details .ship-information .phone {
  font-size: 24px;
  color: #000000;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
}
main .page-wrap .product-details .ship-information .btn {
  margin: 10px 0 0 -10px;
  width: 250px;
}
main .page-wrap .product-details .ship-information h5 {
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
  color: #000000;
  margin-top: 23px;
  margin-bottom: 8px;
}
main .page-wrap .product-details .ship-information h5 .fa {
  font-size: 22px;
}
main .page-wrap .product-about {
  margin-top: 15px;
}
main .page-wrap .product-about h1 {
  margin-left: 10px;
}
main .page-wrap .product-about .nav-tabs {
  margin: 0 !important;
}
main .page-wrap .product-about .nav-tabs li {
  margin: 0;
}
main .page-wrap .product-about .nav-tabs a {
  padding: 10px 13px !important;
}
main .page-wrap .product-about .overview-text {
  max-width: 580px;
  margin: 20px 0 100px 15px;
}
main .page-wrap .product-about .overview-text img {
  display: block;
  margin: 30px auto;
}
main .page-wrap .product-about .overview-text h4 {
  margin: 25px 0;
}
main .page-wrap .product-about .also-buy-sm-wrap h4:first-child {
  margin-top: 38px;
}
main .page-wrap .product-about .also-buy-sm-wrap > h4 {
  margin-bottom: 30px;
  color: #222;
}
main .page-wrap .product-about .also-buy-sm {
  width: 336px;
    overflow: hidden;
}
main .page-wrap .product-about .also-buy-sm .item {
  margin-bottom: 30px;
}
main .page-wrap .products {
  padding: 90px 20px 0;
}
main .page-wrap .search-results .products {
  padding-top: 45px;
}
main .page-wrap .production {
  margin-bottom: 30px;
}
main .page-wrap .production .products {
  padding-top: 35px;
}
main .page-wrap .characteristics table {
  margin-top: 20px;
  margin-bottom: 65px;
  display: inline-block;
  font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  text-align: left;
}
main .page-wrap .characteristics table tr td,
main .page-wrap .characteristics table tr th {
  padding: 5px 10px;
  vertical-align: top;
}
main .page-wrap .characteristics table tr td:first-child {
  width: 230px;
}
main .page-wrap .characteristics table tr th {
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding-bottom: 20px;
}
main .page-wrap .tabs-alter .nav-tabs {
  border: none;
  display: inline-block;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  margin: 7px 33px 0 33px;
}
main .page-wrap .tabs-alter .nav-tabs li a {
  font-size: 18px;
  color: #9f9f9f;
  border: none !important;
}
main .page-wrap .tabs-alter .nav-tabs li a:hover {
  color: #616161;
  background: none;
}
main .page-wrap .tabs-alter .nav-tabs li.active a {
  color: #84c52e;
}
main .page-wrap .subcategories-wrap {
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
main .page-wrap .subcategories-wrap .subcategories {
  margin: 40px 46px 0;
  font-family: Roboto-Light, Helvetica, Arial, sans-serif;
}
main .page-wrap .subcategories-wrap .subcategories a {border: none; padding-bottom: 20px; display: block;}
main .page-wrap .subcategories-wrap .subcategories img {margin-bottom: 15px; max-height: 125px;}
main .page-wrap .subcategories-wrap .subcategories .button {
  border: 1px solid transparent; display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 15px;
  color: #9f9f9f;
  font-size: 18px;
  text-decoration: none;
}
main .page-wrap .subcategories-wrap .subcategories a:hover .button {
  color: #616161;
  border-color: rgba(34, 34, 34, 0.5);
  background: none;
}
main .page-wrap .subcategories-wrap .subcategories .active a {
  border-color: #84c52e;
  color: #84c52e;
}
.subcategories .swiper-button-prev, .subsubcategories .swiper-button-prev {left: 12px;}
.subcategories .swiper-button-next, .subsubcategories .swiper-button-next {right: 12px;}
.subsubcategories a {border: none; padding: 20px 0; display: block;}
.subsubcategories img {max-height: 125px; margin-bottom: 10px;}
main .page-wrap .also-buy {
  margin: 50px 0;
}
main .page-wrap .also-buy .centered-heading {
  margin-bottom: 60px;
}
main .page-wrap .intro {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 42px;
  text-align: center;
  padding-bottom: 80px;
}
main .page-wrap .intro p {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #000000;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
}
main .page-wrap .intro .yandex-market {
  margin-top: 42px;
}
main .page-wrap .intro .ya-market-img {
  height: 56px;
}
main .page-wrap .intro .thousands {
  text-align: left;
}
main .page-wrap .guarantee {
  text-align: center;
  background-color: #f4f4f4;
  padding: 40px 0 65px;
  overflow: hidden;
}
main .page-wrap .guarantee .guarantee-item {
  max-width: 200px;
  text-align: left;
  margin-left: 35px;
  margin-right: 35px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 40px;
}
main .page-wrap .guarantee .guarantee-item img{
  display:block;
  height:34px;
}
main .page-wrap .guarantee .guarantee-item h3 {
  font-size: 18px;
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
  color: #000;
}
main .page-wrap .guarantee .guarantee-item p {
  font-size: 14px;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  color: #000000;
}
main .page-wrap .ordering > h5 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}
main .page-wrap .ordering .ordering-list {
  text-align: center;
}
main .page-wrap .ordering .ordering-list .ordering-item {
  display: inline-block;
  vertical-align: top;
  max-width: 250px;
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
}
main .page-wrap .ordering .ordering-list .ordering-item .fa-map-marker {
  font-size: 26px;
  color: #84c52e;
}
main .page-wrap .ordering .ordering-list .ordering-item div {
  max-width: 220px;
  margin-left: 10px;
  margin-top: 3px;
}
main .page-wrap .ordering .ordering-list .ordering-item div h4 {
  font-size: 18px;
  margin-top: 0;
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
  margin-bottom: 17px;
}
main .page-wrap .ordering .ordering-list .ordering-item div ul li {
  margin-bottom: 17px;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  color: #000000;
}
main .page-wrap .map > h5 {
  font-size: 18px;
  margin-top: 45px;
  margin-bottom: 35px;
}
main .page-wrap .contacts {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 85px;
}
main .page-wrap .contacts .contact-item {
  display: inline-block;
  vertical-align: top;
  max-width: 230px;
  margin-left: 30px;
  margin-right: 40px;
  text-align: left;
}
main .page-wrap .contacts .contact-item p:first-of-type {
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
}
main .shipping-select h3 {
  font-size: 36px;
  margin-bottom: 0;
  margin-top: 45px;
}
main .shipping-select table {
  border: none;
  max-width: 630px;
  margin: 42px auto 0;
  border-collapse: collapse;
}

main .shipping-select table td {
  padding: 20px 30px 10px 10px;
  font-size: 18px;
  border-top: none;
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
}

main .shipping-select table tr td {
  cursor:pointer;
}
main .shipping-select table td p {
  text-align: left;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
}
main .shipping-select table td span {
  text-align: left;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  display: block;
}
main .shipping-select table .selected {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
}
main .shipping-select table .selected{
  border:1px solid #84c52e !important;

}
main .shipping-select table .selected .name{
  border-left-color:#84c52e !important;
}
main .shipping-select table .selected td:last-of-type{
  border-right-color:#84c52e !important;
}
main .shipping-company h2 {
  font-size: 36px;
  margin-bottom: 0;
  margin-top: 60px;
}
main .shipping-company table {
  border: none;
  width: 530px;
  margin: 42px auto 0;
}
main .shipping-company table td {
  padding: 0;
  font-size: 18px;
  border-top: none;
  text-align: center;
}
main .shipping-company table td p {
  padding: 6px 17px;
  text-align: left;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
}
main .shipping-company table td .price {
  display: block;
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
}
main .shipping-company table .selected p {
  min-height: 85px;
  border: 1px solid #84c52e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
}
main .customer-contact {
  margin-top: 85px;
  margin-bottom: 70px;
  background: #f5f5f5;
  padding: 45px 100px 65px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
main .customer-contact form {
  margin-left: -30px;
}
main .customer-contact .muted-mark {
  color: #000000;
  font-size: 12px;
  margin: 7px 0 0 13px;
}
main .customer-contact input {
  height: 42px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
main .customer-contact label {
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
}
main .customer-contact h3 {
  font-size: 36px;
  margin: 0 0 35px 0;
}
.advantages {
  position: relative;
  background: url("adv-back_optim.jpg") no-repeat;
  background-size: cover;
  color: black;
  padding: 7px 50px 70px;
}
.advantages h1 {
  color: white;
}
.advantages .advantage {
  text-align: center;
  margin-bottom: 30px;
}
.advantages .advantage img {
  height: 50px;
}
.advantages .advantage p {
  margin: 30px auto 0;
  width: 280px;
  font-size: 28px;
}
.advantages .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.advantages div {
  text-align: center;
}
.advantages h1 {
  margin-bottom: 65px;
  text-align: center;
}
.advantages p {
  color: white;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  font-size: 22px;
}
/*ORDER PAGE*/
.prices-current span {
  color: #000000;
  font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.cart-items_list {
  margin-top: 5px;
}
.cart-items_list .cart_item {
  margin: 0 auto;
  display: table;
  padding: 25px 90px 20px;
  border-bottom: solid 1px rgba(1, 1, 1, 0.2);
}
.cart-items_list .cart_item > div {
  display: table-cell;
  vertical-align: middle;

}
.cart-items_list .cart_item .cart_item-title {
  width: 60%;
}
.cart-items_list .cart_item .cart_item-prices {
  width:20%;
}
.cart-items_list .cart_item .cart_item-title a {
  width: 135px;
  margin-left: 10px;
  line-height: 24px;
  display: block;
  border: none;
}
.cart-items_list .cart_item .cart_item-image a {
  border: none;
}
.cart-items_list .cart_item .cart_item-image img {
  width: 60px;
}
.cart-items_list .cart_item .quantity {
  width: 115px;
}
.cart-items_list .cart_item .quantity div {
  display: inline-block;
  width: 28px;
  text-align: center;
}
.cart-items_list .cart_item .quantity div .quantity-input {
  width: 32px;
  border: none;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.cart-items_list .cart_item .quantity div .quantity-button {
  background: white;
  border-radius: 3px;
  border: solid 1px #f1f1f1;
}
.cart-items_list .cart_item .quantity div .quantity-button--minus {
  padding: 0 7px;
}
.cart-items_list .cart_item .quantity div .quantity-button--plus {
  padding: 0 6px;
}
.cart-items_list div:last-of-type {
  border: none;
}

.cart-popover .popover-content {
  padding: 0;
}
.cart-popover .cart-items_list {
  margin: 12px 12px 0px;
}
.cart-popover .cart_item {
  padding: 0;
  border: none;
  margin-bottom: 15px;
}
.cart-popover .cart_item-image {
  height: 64px;
}
.cart-popover .image-square {
  height: 64px;
}
.cart-popover .cart-summary {
  background-color: #ededed;
  padding: 18px 12px;
}
.cart-popover .cart-summary p {
  margin: 0;
}
.cart-popover .btn-wrap {
  text-align: center;
}
.cart-popover .btn-transparent-green,.cart-table_container  .btn-transparent-green, .checkout .btn-transparent-green {
  text-transform: none !important;
  font-size: 18px !important;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  margin-top: 22px;
  margin-bottom: 25px;
}
.cart-table_container  .btn-transparent-green,.checkout .btn-transparent-green {
  background:white;
}
footer {
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .muted {
  color: #68645e;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  font-size: 12px;
}
footer .goals {
  display: table;
  padding-top: 10px;
}
footer .goals div {
  display: table-cell;
  vertical-align: middle;
}
footer .goals .ya-market-img {
  min-width: 120px;
}
footer .thousands {
  color: black;
  margin-top: 10px;
  font-size: 18px;
  padding-left: 20px;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
}
footer .logolink {
  text-align: center;
  margin-left: 7px;
}
footer .logolink a {
  border: none;
  color: #000000;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  display: block;
  text-align: left;
  line-height: 23px;
  font-size: 25px;
}
footer p {
  font-size: 18px;
}
footer .designedby {
  font-size: 12px;
}
footer .designedby a {
  border: none;
}
footer .designedby img {
  margin-top: 5px;
  width: 82px;
}
footer .bottom-menu {
  margin-left: 15px;
}
footer .bottom-menu h6 {
  margin-top: 1px;
}
footer .bottom-menu ul {
  width: 100px;
  font-size: 16px;
  white-space: nowrap;
}
footer .bottom-menu ul li {
  margin-bottom: 10px;
}
footer .bottom-menu ul li a {
  border-bottom-color: rgba(34, 34, 34, 0.5);
}
footer .bottom-menu ul li a:hover {
  color: #222222;
  border-bottom-color: #222222;
}
footer .fast-contact {
  display: table;
  padding-bottom: 100px;
  margin-right: 40px;
}
footer .fast-contact div {
  display: table-cell;
}
#cart-page .cart-items_list{
  	max-height:none !important;
}
  
@media screen and (max-width: 720px) {
  .cart-popover {
    width: auto !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0 10px !important;
  }
  .cart-popover .arrow {
    margin-left: -11px !important;
  }
}
@media screen and (max-width: 990px) {
  .ship-information {
    margin: 55px auto 0 !important;
  }
  .fast-contact {
    float: none !important;
  }
}
@media screen and (min-width: 550px) {
  .offer img {
    top: 20px;
  }
  .iwatch img {
    top: 0;
  }
}
@media screen and (max-width: 1050px) {
  .contact-info {
    display: none !important;
  }
  .slogan {
    display: none;
  }
}
@media screen and (max-width: 574px) {
  .offer img {
    width: 180px !important;
  }
  .logolink a {
    font-size: 20px !important;
  }
  .navigation {
    padding-left: 120px !important;
  }
}
@media screen and (max-width: 466px) {
  .dropdown-horizontal ul li,
  .sub-nav ul li {
    display: block !important;
  }
  .cart-popover .arrow {
    margin-left: -24px !important;
  }
  .cart-popover .cart_item-image {
    display: none !important;
  }
  .cart-popover .btn-transparent-green {
    padding: 10px 14px !important;
  }
  .control {
    padding-right: 8px !important;
  }
  .product-details,
  .advantages {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .characteristics .table-responsive {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }
  .characteristics .table-responsive:last-of-type {
    margin-top: 20px !important;
  }
  .image-wrapper {
    width: 300px !important;
  }
  .image-wrapper img {
    width: 300px !important;
  }
  .products {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .products div {
    margin-right: 0 !important;
  }
  .dropdown-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .cart-items-count {
    right:51px !important;
  }
}
@media screen and (max-width: 385px) {
  footer .footer-content .col-xs-1 {
    display: none;
  }
  .ship-information {
    width: 280px !important;
  }
  .logolink {
    padding-left: 20px !important;
    padding-right: 5px !important;
  }
  .logolink a {
    font-size: 15px !important;
  }
  .navigation {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 430px) {
  .dropdown-link {
    margin-top: 1px !important;
    font-size: 16px !important;
  }
  .products .product-item {
    width: 280px !important;
  }
}
@media screen and (max-width: 320px) {
  .offer img {
    width: 130px !important;
  }
}
@media screen and (max-width: 480px) {
  .controls .cart-btn i {
    width: 30px !important;
    height: 25px !important;
  }
  .controls .search-btn i {
    width: 28px !important;
    height: 28px !important;
  }
}
@media screen and (max-width: 346px) {
  .controls .cart-btn i {
    width: 23px !important;
    height: 17px !important;
  }
  .controls .search-btn i {
    width: 17px !important;
    height: 17px !important;
  }
  .navigation {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 300px) {
  .controls {
    display: none !important;
  }
}
@media screen and (max-width: 615px) {
  .cart_item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cart_item-link {
    width: 100px !important;
  }
}
.ui-autocomplete {
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  background: #FFF;
  overflow: auto;
  padding: 13px 33px 25px;
  position: absolute;
  margin-top: 20px !important;
}
.ui-autocomplete li {
  width: 200px;
  display: inline-block;
  margin-top: 13px;
  margin-left: 10px;
  text-align: center;
  cursor: pointer;
}
.ui-autocomplete li a {
  border: 1px solid transparent;
  display: block;
  padding: 10px;
}
.ui-autocomplete li a:hover {
  border-color: #dedede;
}
.ui-autocomplete li p {
  margin-top: 17px;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  color: #222222;
  font-size: 14px;
  text-align: left;
}
.ui-autocomplete li img {
  height: 94px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
.btn-transparent {
  padding: 10px 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
}
.btn-green {
  padding: 10px 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  background: #8ac82e;
  color: white;
  font-size: 18px;
}
.btn-transparent-black {
  padding: 10px 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
  color: #000000;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-size: 20px;
}
.btn-transparent-black:hover {
  background-color: #000;
  color: white;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-transparent-gray {
  padding: 10px 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
  color: #979797;
  border: 1px solid #979797;
  font-size: 20px;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
}
.btn-transparent-gray:hover {
  background: #979797;
  color: white;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-transparent-green {

  padding: 10px 45px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
  color: #8ac82e;
  border: 1px solid #8ac82e;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-transparent-green:hover {
  background: #8ac82e;
  color: white;
}
.search-query {
  font-family: ProximaNova-Semibold, Helvetica, Arial, sans-serif;
  display: inline-block;
}
.cart_item-delete {
  padding-left:20px;
}
.cart_item-delete a {
  border:none;
  text-decoration:none;
}
.set-list-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(1, 1, 1, 0.2);
}
.set-list-item .img {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    margin: 0 0.5rem 0.5rem 0;
    float: left;
}
.set-list {
    margin: 1rem 0;
    list-style: none;
    padding: 0;
}
.set-list .description p:first-of-type {
  font-size:18px;
}
.set-list .fc:after,.set-meta .fc:after{
    clear: both;
    content: "";
    display: block;
}
.checkout .set-meta .fc {
    margin-bottom: 1rem;
}
.fl, .flow {
    float: left;
}
.fr, .flow-opposite {
    float: right;
}
.set-list-wrap {
    max-width: 630px;
    margin: 0 auto;
}
.center {
  text-align:center;
}
.check-data h4 {
  margin-top:80px;
  font-size:24px;
    margin-bottom:42px
}
.table-responsive {
  border:none !important;
}
.wide_set .set-title {
  font-size:30px;
  margin-bottom:10px;
   font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
}
.set-block .input--titled{
  border-bottom:1px solid rgba(1, 1, 1, 0.2);
  padding-bottom: 5px;
}

.set-block  .input-label{
  font-size:18px;
  margin-bottom:7px;
}
.page-wrap .notice--warning {
  padding: 100px;
  text-align: center;
}
#product_added_modal .modal-content {
  padding-bottom:20px;
  text-align:center
}
#product_added_modal .modal-content h3 {
  margin-bottom:30px;
}
#product_added_modal .modal-content .btn-transparent-green {
  margin-bottom:10px;
  text-transform:none;
  font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
  font-size:18px
}
.cart-items_list {
  max-height: 400px;
    overflow-y: scroll;
}
.button--checkout:hover {
  background:#8ac82e !important;
  color:#333 !important;
}
.price {
  vertical-align:middle !important;
  min-width:100px;
}
.cart-items-count {
  visibility:hidden;
  padding: 1px 7px;
  background: red;
  color: white;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 70px;
}
.notice--warning  {
  background:none !important;
  color:black !important;
}
.ship-information {
  position: relative;
}
main .page-wrap .product-details .ship-information .discount-price {
  position: absolute;
  right: 15px;
  top: 12px;
  text-decoration: none;
}
.discount-price #find_cheaper {
  float: none!important;
  display: inline-block;
  border-bottom: 1px solid #000000;
}
.title-also {
    height: 60px;
    overflow: hidden;
}

.item {
    display: inline-block;
}
.buttons {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #ccc;
    padding: 0 10px;
    cursor: pointer;
    background: #8ac82e;
    font-weight: bold;
    color: #fff;
}
.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.sw-btn {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}
.swiper-button-prev {
    left: 1px;
    position: absolute;
}
.cart_item-image {
    width: 20%;
}
p.preprice {
    margin-top: 0;
    margin-bottom: -15px;
}
p.preprice span {
    margin-right: 5px;
    color: #8ac82e;
}
@media screen and (max-width: 720px) {
.buttons {
    font-size: 30px;
}
}
span.jur {
    display: block;
    margin-top: -10px;
    font-size: 14px;
}
span.icon img {
    height: 22px;
}
.product-details i {
    vertical-align: middle;
    margin-right: 5px;
}
.product-details i.fa.fa-question {
    color: #ccc;
    margin-left: 10px;
    position: absolute;
    cursor: pointer;
}
div#related .products .product-item {
    width: 206px !important;
    margin-right: 5px;
    vertical-align: text-bottom;
    min-height: 375px;
}
div#related .products .product-item h4 {
    font-size: 14px !important;
    text-align: center;
    height: 45px;
    overflow: hidden;
}
div#related .products .product-item img {
    height: 120px;

}
span.delete-item-quick {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.rel_btn > div {
    height: 23px;
    width: 40px;
    text-align: center;
}
.rel_btn {
    top: -3px;
    position: absolute;
    left: 70%;
}
div#related .products {
    padding: 0;
}
div#related .product-info {
    text-align: center;
}
span.btn.btn-green.product-buy.js-quick {
    background: #fff;
    border: 1px solid;
    color: #8ac82e;
}
span.btn.btn-green.product-buy.js-quick:hover {
    color: #9f9f9f;
}
.quick_check {
  	display:none;
	position: fixed;
    top: 10%;
    background: #fff;
    width: 650px;
    left: 50%;
    margin-left: -325px;
    padding: 20px;
    text-align: center;
    z-index: 99999;
    box-shadow: 0 0 5px;
    overflow-y: auto;
    max-height: 80%;
}
.quick_check_shadow {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    opacity: .3;
    display: none;
}
.quick_check h2, .quick_check h3 {
    margin: 0;
}
.client_prod_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.it_title {
    padding-left: 30px;
}
.related_prods .products {
    padding: 0;
}
.swiper-container-1 {
    overflow: hidden;
}
#add_related .product-item img {
    max-height: 70px;
    margin: 0 auto 5px;
    display: block;
    height: 70px;
}
#add_related .product-item .product-info {
    padding: 0 18px;
    color: #737171;
	font-size: 12px;
}
#add_related .product-item {
    display: inline-block;
    min-height: auto;
    width: 310px;
    color: #000;
    border: 1px solid transparent;
    padding: 0;
    margin-right: 0;
    text-align: center;
}
#add_related .prod_title {
    height: 44px;
    overflow: hidden;
    font-size: 11px;

}
.it_img {
    height: 100px;
    display: flex;
    align-items: center;
    min-width: 100px;
    justify-content: center;
}
div#add_prod {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 5px;
    overflow-y: scroll;
  	max-height:220px;
}
#add_related .product-item .btn {
    padding: 3px 24px;
    font-size: 11px;
}
#add_related p.price.prices-current {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

div#form_check input, div#form_check select, div#form_check textarea {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
    display: inline-block;
    width: 48%;
  	-webkit-appearance: none;
}
div#form_check span {
    display: block;
    width: 200px;
    margin: 0 auto;
}
.tot_price span {
    font-weight: bold;
}
.tot_price {
    text-align: right;
}
.it_price {
    min-width: 100px;
    font-size: 16px;
    font-weight: bold;
}
span.check_close {
    display: inline-block;
    width: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
div#add_related {
    position: relative;
}
span.check_close img {
    width: 100%;
}
.swiper-container-1 .swiper-button-next {
    right: -15px;
}
.swiper-container-1 .swiper-button-prev {
    left: -15px;
}

@media (max-width: 650px) {
.quick_check {
    display: none;
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 20px;
    text-align: center;
    z-index: 99999;
    box-shadow: 0 0 5px;
    height: 100%;
    margin-left: 0;
    overflow-y: scroll;
    max-height: 100%;
}
div#form_check input, div#form_check select, div#form_check textarea {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px 0;
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
}
.it_img {
    height: 100px;
    display: flex;
    align-items: center;
    min-width: 50px;
    justify-content: center;
}
.it_img img{
	width: 100%;
}
}

.also-buy-sm-wrap {
    position: relative;
}
a.slide_prod_link {
    padding-top: 100%;
    display: block;
    height: 0;
    position: relative;
	border-bottom: none;
}
a.slide_prod_link img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}
.slide_prod_info a {
    font-size: 12px;
    line-height: 12px;
    border-bottom: none;
}
.slide_prod_price {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.slide_prod_price a {
    padding: 10px 20px;
    font-size: 15px;
    border-bottom: 1px solid;
}
.slide_prod_price p {
    margin: 0;
    font-size: 16px;
    min-width: 5px;
}
.slide_prod_info hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.slide_wrap {
    position: relative;
    padding-bottom: 30px;
}
span.slide_prod_title {
    line-height: 14px;
    height: 28px;
    display: block;
    text-align: center;
    overflow: hidden;
}
.slide_col_title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin-bottom: 10px;
    color: #9f9f9f;
}
.prod_chars {
    margin-top: 15px;
}
@media screen and (min-width: 992px) {
.case_pad span {
    display: block;
}
}
@media screen and (max-width: 992px) {
.logolink.case_pad a {
    text-align: center;
    margin-bottom: 10px;
}
.footer_info_1, .footer_info_2 {
    text-align: center;
}
.footer_info_1 .goals{
    margin: 10px auto;
}
footer .bottom-menu h6 {
    display: none;
}
}
@media screen and (max-width: 768px) {
footer .bottom-menu ul {
  	width: 100%;
    text-align: center;
}
}



.prod_colors a {
    display: inline-block;
    border-bottom: none;
    margin: 0 2px;
}
span.colorex {
    color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ccc;
    border: 0.5px solid transparent;

	font-size: 0;
    display: block;
    box-shadow: 1px 2px 6px #000;
}
span.ddrex.active {
    outline: 2px solid #8ac82e;
    outline-offset: -2px;
}

span.color-kanzan-pink {
    background: linear-gradient(to bottom right, #fbd5cd 50%, #dc827d 51%, #dc827d 100% );
    border-color: #000;
}

span.color-red-velvetgold {
    background: linear-gradient(to bottom right, #9c2938 50%, #e2cc9a 51%, #e2cc9a 100% );
    border-color: #000;
}

span.color-jasper-plum {
    background: linear-gradient(to bottom right, #d9bac9 50%, #d9bac9 51%, #6f617a 100% );
    border-color: #000;
}

span.color-purple-black {
    background: linear-gradient(to bottom right, #8f64d0 50%, #000 51%, #000 100% );
    border-color: #000;

}
span.color-nickel-fucsia {
    background: linear-gradient(to bottom right, #dedcdf 50%, #ce3393 51%, #ce3393 100% );
    border-color: #000;

}
span.color-fucsia-nickel {
    background: linear-gradient(to bottom right, #ce3393 50%, #dedcdf 51%, #dedcdf 100% );
    border-color: #000;

}
span.color-fucsia-brightnickel {
    background: linear-gradient(to bottom right, #ce3393 50%, #dedcdf 51%, #dedcdf 100% );
    border-color: #000;

}
span.color-black-purple {
    background: linear-gradient(to bottom right, #000 50%, #8f64d0 51%, #8f64d0 100% );
    border-color: #000;
}
span.color-brnickel-brcopper {
    background: linear-gradient(to bottom right, #d8d8d8 50%, #f8c591 51%, #f8c591 100% );
    border-color: #000;
}
span.color-vincablue-rose {
    background: linear-gradient(to bottom right, #5156a3 50%, #e9cbc9 51%, #e9cbc9 100% );
    border-color: #000;
}
span.color-black-brnickel {
    background: linear-gradient(to bottom right, #000 50%, #d8d8d8 51%, #d8d8d8 100% );
    border-color: #000;
}
span.color-blue-blush {
    background: linear-gradient(to bottom right, #3750d6 50%, #d9bdb8 51%, #d9bdb8 100% );
    border-color: #000;
}
span.color-topazorange {
    background: #fc562f;
    border-color: #000;
}
span.color-prussianblue-brcopper {
    background: linear-gradient(to bottom right, #4e5476 50%, #f8c591 51%, #f8c591 100% );
    border-color: #000;
}
span.color-iron-red {
    background: linear-gradient(to bottom right, #aeb3bb 50%, #d60e2a 51%, #d60e2a 100% );
    border-color: #000;
}
span.color-prussianblue-topazorange {
    background: linear-gradient(to bottom right, #4e5476 50%, #fc562f 51%, #fc562f 100% );
    border-color: #000;
}
span.color-black-nickel {
    background: linear-gradient(to bottom right, #000 50%, #dedcdf 51%, #dedcdf 100% );
    border-color: #000;
}
span.color-ceramicpop {
    background: linear-gradient(to bottom right, #f0d2ce 36%, #fc562f 36% 60%, #a4e0df 60%  );
    border-color: #000;
}
span.color-onyx-gold {
    background: linear-gradient(to bottom right, #595959 50%, #f6e1b1 51%, #f6e1b1 100% );
    border-color: #000;
}
span.color-copper-nickel {
    background: linear-gradient(to bottom right, #f8c591 50%, #dedcdf 51%, #dedcdf 100% );
    border-color: #000;
}
span.color-blue-copper {
    background: linear-gradient(to bottom right, #3750d6 50%, #f8c591 51%, #f8c591 100% );
    border-color: #000;
}
span.color-nickel-copper {
    background: linear-gradient(to bottom right, #d8d8d8 50%, #f8c591 51%, #f8c591 100% );
    border-color: #000;
}
span.color-prussianblue-copper {
    background: linear-gradient(to bottom right, #4e5476 50%, #f8c591 51%, #f8c591 100% );
    border-color: #000;
}
span.color-prussianblue-richcopper {
    background: linear-gradient(to bottom right, #4e5476 50%, #c4825b 51%, #c4825b 100% );
    border-color: #000;
}
span.color-ceramicpink-rosegold {
    background: linear-gradient(to bottom right, #eadbd6 50%, #edbeb3 51%, #edbeb3 100% );
    border-color: #000;
}
span.color-strawberrybronze-blushpink {
    background: linear-gradient(to bottom right, #ef8f83 50%, #edbeb3 51%, #edcbc4 100% );
    border-color: #000;
}

span.color-ceramic-patinatopaz {
    background: linear-gradient(to bottom right, #95d1d1 50%, #e2775b 51%, #e2775b 100% );
    border-color: #000;
}
span.color-vinca-bluetopaz {
    background: linear-gradient(to bottom right, #5156a3 50%, #e2775b 51%, #e2775b 100% );
    border-color: #000;
}


span.color-seryy-kosmos {
    background: #51585e;
}
span.color-serebristyy {
    background: #d5d5d5;
}
span.color-zolotoy {
    background: gold;
}

span.color-rozovyy {
    background: pink;
}
span.color-zheltyy {
    background: yellow;
}
span.color-zelenyy {
    background: green;
}
span.color-krasnyy {
    background: red;
}
span.color-siniy {
    background: blue;
}
span.color-belyy {
    background: #fff;
}
span.color-chernyy {
    background: #000;
}
span.color-fioletovyy {
    background: purple;
}
span.color-glyantsevyy-chernyy {
    background: linear-gradient(to bottom right, #000 40%, #ccc 72%, #fff 100% );
    border-color: #000;
}
span.color-orange {
    background: #FF6800;
}
span.color-eggplant {
    background: #2a0a21;
}
span.color-olive {
    background: #5d6156;
}
span.color-goluboy {
    background: #ccebff;
}
span.color-watergreen {
    background: #e7f6e1;
}
span.color-beige {
    background: #f0ece6;
}
span.color-ultramarine {
    background: #a0b4f3;
}

span.color-blackred {
    background: linear-gradient(to bottom right, #000 50%, #ccc 50%, #FF0000 50% );
    border-color: #000;
}
span.color-korichnevyy {
    background: brown;
}
span.color-korallovyy {
    background: #ff7f50;
}

span.color-deserttitan {
    background: linear-gradient(to bottom right, #c3aa97 50%, #ccc 50%, #c3aa97 50% );
}
span.color-rosegold {
    background: linear-gradient(to bottom right, #debeb1 50%, #ccc 50%, #debeb1 50% );
}
span.color-blacktitan {
    background: linear-gradient(to bottom right, #000000 50%, #ccc 50%, #000000 50% );
    border-color: #000;

}
span.color-blacktitan-black {
    background: linear-gradient(to bottom right, #000000 50%, #ccc 50%, #000000 50% );
    border-color: #000;

}
span.color-blacktitan-navy {
    background: linear-gradient(to bottom right, #000000 50%, #ccc 50%, #000080 50% );
    border-color: #000;

}
span.color-blacktitan-iceblue {
    background: linear-gradient(to bottom right, #000000 50%, #ccc 50%, #C8E9E9 50% );
    border-color: #000;

}
span.color-blacktitan-darkgreen {
    background: linear-gradient(to bottom right, #000000 50%, #ccc 50%, #395247 50% );
    border-color: #000;

}
span.color-blacktitan-tan {
    background: linear-gradient(to bottom right, #000000 50%, #ccc 50%, #7f7060 50% );
    border-color: #000;

}
span.color-blacktitan-green {
    background: linear-gradient(to bottom right, #000000 50%, #ccc 50%, #627064 50% );
    border-color: #000;

}
span.color-blacktitan-blue {
    background: linear-gradient(to bottom right, #000000 50%, #ccc 50%, #0000FF 50% );
    border-color: #000;

}

span.color-naturaliceblue	 {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #e7f9f7 50% );
    border-color: #000;

}
span.color-naturaltitan {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #e1d7cd 50% );
    border-color: #000;

}
span.color-naturaltitan-black {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #000000 50% );
    border-color: #000;

}
span.color-naturaltitan-navy {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #000080 50% );
    border-color: #000;

}
span.color-naturaltitan-tan {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #7f7060 50% );
    border-color: #000;

}
span.color-naturaltitan-darkgreen {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #395247 50% );
    border-color: #000;

}
span.color-naturaltitan-iceblue {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #C8E9E9 50% );
    border-color: #000;

}
span.color-naturaltitan-green {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #627064 50% );
    border-color: #000;

}
span.color-naturaltitan-indigo {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #624052 50% );
    border-color: #000;

}
span.color-naturaltitan-olive {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #b2a191 50% );
    border-color: #000;

}
span.color-naturaltitan-blue {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #0000FF 50% );
    border-color: #000;

}
span.color-naturaltitan-orange {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #f0511c 50% );
    border-color: #000;

}
span.color-naturaltitan-white {
    background: linear-gradient(to bottom right, #e1d7cd 50%, #ccc 50%, #ffffff 50% );
    border-color: #000;

}
span.color-naturaltitan-orangebeige {
    background: linear-gradient(to bottom right, #e1d7cd 53%, #d2beab 53% 66%, #f0511c 66% 100% );
    border-color: #000;

}
span.color-naturaltitan-greengray {
    background: linear-gradient(to bottom right, #e1d7cd 53%, #ccc 53% 66%, #627064 66% 100% );
    border-color: #000;

}
span.color-naturaltitan-blueblack {
    background: linear-gradient(to bottom right, #e1d7cd 53%, #000 53% 66%, #0000FF 66% 100% );
    border-color: #000;

}


span.ddrex {
    display: block;
    background: #eee;
    padding: 5px 10px;
    border: 1px solid #aaa;
}
.prod_ddr a {
    display: inline-block;
    border-bottom: none;
  	margin-right: 3px;
  margin-bottom: 7px;
}
.prod_colors {
    margin-bottom: 15px;
}
span.colorex.active, span.colorex:hover, span.ddrex.active, span.ddrex:hover {
    border-color: #76a530 !important;
}
.discounts-input.input.input--inline {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}
.discounts-input label.input-label {
    display: block;
    text-align: center;
}
input#kupon-number {
    width: 60%;
    display: inline-block;
    margin: 0;
    border: 1px solid #8ac82e;
    padding: 10px 30px;
    border-radius: 30px 0 0 30px;
outline: none;
}
input.discounts-submit {
    width: 39%;
    display: inline-block;
    background: #8ac82e;
    border: 1px solid #8ac82e;
    padding: 10px 0;
    border-radius: 0 30px 30px 0;
	color: #fff;
outline: none;
}
input.discounts-submit:hover {
    background: #fff;
	color: #8ac82e;
}
.discounts-list {
    text-align: center;
    color: #8ac82e;
    font-weight: bold;
    margin-top: 10px;
}
.discounts-notice {
    text-align: center;
}
.prod_desc {
    height: 200px;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.desc_more {
	position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(transparent, 10%, #fff);
    height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 30px;
    cursor: pointer;
    color: #84c52e;
}
.prod_desc.bounce {
    height: auto;
    padding-bottom: 40px;
}
.padded_page {
 padding:2em 6em; 
}
h1.page-title.content-title {
    margin-top: 80px;
 	padding:0 2em; 
}
.prelocal_link {
	display: block;
    position: relative;
}

.local_img {
    position: absolute;
    bottom: 29px;
    right: 28px;
/* изображение в каталоге */
    width: 50px;
    height:auto !important;
    max-height: 50px !important;
/* изображение в каталоге */
    margin: 0 !important;
    opacity: .8;
}
.product_photos .local_img {
    position: absolute;
    bottom: 123px;
    right: 68px;
/* изображение в товаре */
    width: 100px;
    height: auto !important;
    max-height: 100px !important;
/* изображение в товаре */
    margin: 0 !important;
    opacity: 1;
    z-index: 9999;
}
.product_photos {
    position: relative;
}
.swiper-slide .local_img {
    position: absolute;
    bottom: 0;
    right: 0;
/* изображение в сопутствующих */
    width: 30px;
    height: auto !important;
    max-height: 30px !important;
/* изображение в сопутствующих */
    margin: 0 !important;
    opacity: 1;
}
@media screen and (max-width: 992px) {
.padded_page {
 padding:10px; 
}
h1.page-title.content-title {
    margin-top: 80px;
 	padding:0 10px; 
}
}
@media screen and (max-width: 440px) {
input.discounts-submit {
    width: 47%;
}
input#kupon-number {
    width: 50%;
}
.product_photos .local_img {
/* изображение в мобайле */
    width: 70px;
    height: auto !important;
    max-height: 70px !important;
/* изображение в мобайле */
    right: 28px;
}
}

.collection-row {overflow: hidden;}
.filter-wrap {background: #f9f9f9; margin-bottom: -99999px; padding-bottom: 99999px; width: 20%; float:right; }
.filter {padding: 20px 0;}
.filter-section {padding-bottom: 20px;  }
.filter ul {padding: 0; margin: 0; list-style: none;}
.filter a {text-decoration: none!important;}
.filter li a {border: none;}
.filter_section-values {padding-bottom: 20px;}
.filter .hide_item {display: none;}
.filter_section-range_input {margin-left: 10px; max-width: 37%; width: 100px; border: 1px solid #999; padding: 2px 5px;}
.filter_section-range_input.js-range-min_text {margin-left: 0; margin-right: 10px;}
.js-filter-clear_all {margin: 20px 12px; padding: 5px 15px; background: #fff; font-size: 16px;} 


.blog-container {
  padding-top: 5rem;
  padding-bottom: 6rem;

}

.blog-container--index {
  padding-bottom: 0;
}

@media screen and (max-width: 990px) {

  .blog-container--index {
  padding-bottom: 2rem;
}

  }

.blog-header {
    padding-top: 110px;
    margin: 0;
    padding-bottom: 51px;
    position: relative;
    background: url(about-mask.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

.blog-header .layer {
    background: rgba(33, 33, 33, 0.85);
}


.blog-header:not(.blog-header-article) h1 {
    font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
    font-size: 67px;
    letter-spacing: 17.9px;
    color: #84c52e;
    margin-top: 0;
}


.blog-header:not(.blog-header-article) h3 {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
    
    margin-top: 35px;
    margin-bottom: 0;
}

.blog-header-article h1 {
  color: #84c52e;
    margin-top: 0;
}


@media screen and (max-width: 990px) {

.blog-header {
  padding-top: 85px;
    padding-bottom: 30px;
}

.blog-header:not(.blog-header-article) h1 {
   font-size: 45px;
}


.blog-header:not(.blog-header-article) h3 {
        font-size: 16px;
    margin-top: 20px;
}

.blog-header-article h1 {
   font-size: 30px;
}

.blog-header-article .all-blogs a {
  font-size: 14px !important;
}


}


.blog-menu {
  position: relative;

}

.blog-menu a {
    // font-weight: 700;
    color: #84c52e !important;
}

.blog-menu::after {
  content: '';
  width: 1px;
  height: 54px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.button {
    display: inline-block;
    vertical-align: middle;
    border: none;
    background: none;
    
    // font-size: 14px;
    line-height: 22px;
    text-align: center;
    font-weight: 500;
    padding: 5px 10px;
    cursor: pointer;
    text-decoration: none !important;
}

.button--default {
    background-color: #f7f8fa;
    color: #000;
}
.button--small {
  
    line-height: 20px;
}

.articles-tags .button {
    margin: 0 5px 0px 5px;
    background-color: transparent;
    border: 1px solid #84c52e;
    color: #84c52e;
    border-radius: 30px;
}

  
@media screen and (max-width: 990px) {

.articles-tags {
  margin-top: 5rem;
}

}


.article-preview {
  margin-bottom: 70px;
}

@media screen and (max-width: 990px) {

  .article-preview {
    margin-bottom: 50px;
}

  }


.article_card-thumb {
    position: relative;
    display: block;
    margin: 0px 0px 20px;
    background: #000;
    border: 0 !important;
}


.article_card-thumb--16x9 {
    padding-top: 56%;
}


.article_card-thumb-item {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff center center no-repeat;
    background-size: contain;
    transition: all 0.4s linear;
    overflow: hidden;
}


.article_card-thumb--cover .article_card-thumb-item {
    background-size: cover;
}

picture {
    overflow: hidden;
    display: block;
}

.article_card-thumb-item img, .article_card-thumb-item source {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100% !important;
    height: 100% !important;
    will-change: transform;
    object-fit: contain;
}

.article_card-thumb--cover .article_card-thumb-item img, .article_card-thumb--cover .article_card-thumb-item source {
    object-fit: cover;
}

.article_card-title a {

 
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  border: 0 !important;
  transition: 0.263s ease;
  color: #84c52e;

}


@media screen and (max-width: 990px) {

  .article_card-title a {
     font-size: 22px;
     line-height: 30px;
  }

  }


.article_card-description {
  margin-top: 10px;
  color: #222;
  font-size: 16px;
  

}

@media screen and (min-width: 991px) {

.article-container,
.blog-container {

  max-width: 900px !important;
  margin: 0 auto;
 
}

}

.article_card-labels {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article_card-label--date {

  color: #848484;
  // font-size: 12px;
  
}

.article_card-labels .articles-meta-tags .button {
  border-radius: 15px;
  line-height: 12px;
}

.hr-dashed {
	margin: 20px 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 2px dashed #ddd;
  display: none !important;
}


.article-container {
  margin-top: 5rem;
}


.article-title {
  
  color: #84c52e;
  font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 5px;
}

@media screen and (max-width: 990px) {
.article-title {
  
  font-size: 30px;
}


  }

.articles-meta-date {

  
  color: #848484;
  font-size: 12px;

  text-align: center;

}

.article-container .articles-meta-date {
  font-size: 14px;
}

.article-text {
  margin-top: 20px;
  color: #222;
  font-size: 16px;
}

.articles-meta-tags {
  margin-left: -5px;
  margin-top: 20px;
}

.articles-meta-tags .button {
    margin: 0 5px 0px 5px;
    background-color: transparent;
    border: 1px solid #84c52e;
    color: #84c52e;
    border-radius: 30px;
    line-height: 15px;
}

.all-blogs {
  
  margin: 50px 0 70px;
  
}

.all-blogs a {
  font-size: 16px;
  font-weight: 600;
}

.all-blogs i {
  color: #84c52e !important;
  margin-right: 5px;
  display: inline-block;
}

.blog-header-article .all-blogs {

  margin: 30px 0 0;
  
}

.blog-header-article .all-blogs a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.blog-header-article .all-blogs span {
  color: rgba(255, 255, 255, 0.8);
}

.blog-header-article .all-blogs i {
  color: rgba(255, 255, 255, 0.8);
  margin-right: 5px;
  display: inline-block;
}



@media screen and (max-width: 640px) {

  .article-container * {

    text-align: left !important;

  }

  }


.wrap_article_products {
  margin-top: 5.5rem;
}

.wrap_article_products h3 {
    font-weight: 600;
    color: #84c52e;
    font-family: ProximaNova-Regular, Helvetica, Arial, sans-serif;
}
