@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:600,500,400&display=swap&subset=latin-ext");
html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Roboto", sans-serif;
}

html.overlay {
  overflow: hidden;
}
html.overlay body {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1 {
  font-size: 36px;
  line-height: 140%;
  font-weight: 400;
  color: #111;
  padding: 0;
}

h2 {
  padding-left: 5px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  font-weight: 600;
  color: #777777;
  margin: 0px;
}
h2.border-top {
  border-top: 1px solid #111;
}
h2.border-bottom {
  border-bottom: 1px solid #111;
}
h2.dark {
  color: #111;
  padding-left: 0px;
}

h3 {
  color: #111;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
}

p {
  font-size: 14px;
  color: #111;
  margin: 10px 0px;
}

a {
  text-decoration: none;
  color: #111;
}

table {
  border-spacing: unset;
}

figure {
  margin: 0;
  padding: 0;
}

.page {
  min-height: 800px;
  padding-top: 120px;
}
.page.page-product-list {
  padding-top: 20px;
}
.page .col-main {
  webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
}
.page .page-center {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
.page .page-center.small {
  max-width: 400px;
}
.page .page-center.medium {
  max-width: 1024px;
}
.page .page-center.big {
  max-width: 1240px;
}

.page-left {
  width: 270px;
  padding: 15px;
  border-right: 1px solid #EEEEEE;
}

.page-center {
  padding: 15px;
}

.page-right .banner__side a {
  display: block;
  margin-bottom: 10px;
}
.page-right .banner__side a img {
  width: 100%;
  display: block;
}

section {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
}
section.block {
  display: block;
}
section.padding__top-bottom-10 {
  padding: 10px 0px;
}
section.no-margin {
  margin-bottom: 0px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.visible-mobile {
  display: none !important;
}

.col-25 {
  width: 25%;
}

.col-33 {
  width: 33.33%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-66 {
  width: 66.66%;
}

.col-75 {
  width: 75%;
}

.col-100 {
  width: 100%;
}

.newsletter-block {
  background-color: #ede734;
  color: #000;
  width: 100%;
}
.newsletter-block .content {
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 40px 0px;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
}
.newsletter-block .content .col-50 {
  float: left;
}
.newsletter-block .content__text {
  font-size: 30px;
  line-height: 28px;
  color: #111;
  font-weight: 700;
  padding: 0px 15px;
  line-height: 54px;
}
.newsletter-block .content__form {
  padding: 0px 15px;
}
.newsletter-block .content__form #newsletter-form {
  max-width: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.newsletter-block .content__form input {
  width: 100%;
  height: 54px;
}
.newsletter-block .content__form .form-submit a {
  height: 54px;
  width: 54px;
  display: block;
  background-color: #000;
  text-align: center;
  padding-top: 12px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

@media only screen and (max-width: 800px) {
  .page {
    padding-top: 60px;
  }
  .page .page-center {
    width: 100%;
  }
  .page .page-center.small {
    width: 100%;
  }
  .page .page-center.medium {
    width: 100%;
  }

  .newsletter-block .content__text {
    padding: 15px;
    line-height: 32px;
  }
  .newsletter-block .content__form {
    padding: 15px;
  }
}
.rc-dropdown {
  display: inline-block;
  position: relative;
  color: #111;
  font-size: 16px;
  line-height: 32px;
}
.rc-dropdown__selected {
  position: relative;
  display: block;
  height: 32px;
  padding: 0 30px 0 16px;
  color: #8d8d8d;
  cursor: pointer;
}
.rc-dropdown__selected:after {
  content: " ";
  position: absolute;
  top: 6px;
  right: 5px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/css/img/arrow-right.svg");
  background-repeat: none;
  background-position: center center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rc-dropdown__list {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  top: 100%;
  margin-top: -2px;
  background: #fff;
  min-width: 100%;
  z-index: 2;
  border-bottom-left-radius: 20px;
}
.rc-dropdown__list ul li a {
  display: block;
  text-decoration: none;
  text-align: right;
  color: #111;
  padding: 0 8px;
  white-space: nowrap;
}
.rc-dropdown__list ul li a:hover {
  color: #8d8d8d;
}
.rc-dropdown__list ul li:last-child a {
  border-bottom: 0;
}
.rc-dropdown.open .rc-dropdown__list {
  display: block;
}

.svg-icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: sub;
}
.svg-icon-14 {
  width: 14px;
  height: 14px;
}
.svg-icon-16 {
  width: 16px;
  height: 16px;
}
.svg-icon-18 {
  width: 18px;
  height: 18px;
}
.svg-icon-20 {
  width: 20px;
  height: 20px;
}
.svg-icon-24 {
  width: 24px;
  height: 24px;
}
.svg-icon-28 {
  width: 28px;
  height: 28px;
}
.svg-icon-32 {
  width: 32px;
  height: 32px;
}
.svg-icon-48 {
  width: 48px;
  height: 48px;
}

.icon-cart {
  background-image: url("/css/img/cart.svg");
}

.icon-search {
  background-image: url("/css/img/search.svg");
}

.icon-logo {
  background-image: url("/css/img/logo.svg");
  width: 180px;
  height: 52px;
}
.icon-logo.mobile {
  width: 130px;
  height: 38px;
}

.icon-logo-white {
  background-image: url("/css/img/logo-white.svg");
}

.icon-filter {
  background-image: url("/css/img/filter.svg");
}

.icon-arrow-grey {
  background-image: url("/css/img/arrow-right-grey.svg");
}

.icon-arrow-right-white {
  background-image: url("/css/img/arrow-right-white.svg");
}

.icon-arrow-right {
  background-image: url("/css/img/arrow-right.svg");
}

.icon-arrow-bottom {
  background-image: url("/css/img/arrow-right.svg");
  transform: rotate(90deg);
}

.icon-close {
  background-image: url("/css/img/close.svg");
}

.icon-done {
  background-image: url("/css/img/done.svg");
}

.icon-done-grey {
  background-image: url("/css/img/done-grey.svg");
}

.icon-star {
  background-image: url("/css/img/star.svg");
}

.icon-lock {
  background-image: url("/css/img/lock.svg");
}

.icon-lock-white {
  background-image: url("/css/img/lock-white.svg");
}

.icon-menu-mobile {
  background-image: url("/css/img/menu-mobile.svg");
}

.icon-search-mobile {
  background-image: url("/css/img/search-mobile.svg");
}

.icon-plus {
  background-image: url("/css/img/plus.svg");
}

.icon-phone-white {
  background-image: url("/css/img/phone-white.svg");
}

.icon-phone {
  background-image: url("/css/img/phone.svg");
}

.icon-location {
  background-image: url("/css/img/location.svg");
}

.icon-monkey {
  background-image: url("/css/img/monkey.svg");
}

.icon-instagram {
  background-image: url("/css/img/instagram.svg");
}

.icon-fb {
  background-image: url("/css/img/fb.svg");
}

.icon-fb-white {
  background-image: url("/css/img/fb-white.svg");
}

.icon-twitter {
  background-image: url("/css/img/twitter.svg");
}

.icon-youtube {
  background-image: url("/css/img/youtube.svg");
}

.icon-fb-contact {
  background-image: url("/css/img/fb-contact.svg");
}

.icon-rating-00 {
  background-image: url("/css/img/rating-00.svg");
}

.icon-rating-05 {
  background-image: url("/css/img/rating-05.svg");
}

.icon-rating-10 {
  background-image: url("/css/img/rating-10.svg");
}

.icon-rating-15 {
  background-image: url("/css/img/rating-15.svg");
}

.icon-rating-20 {
  background-image: url("/css/img/rating-20.svg");
}

.icon-rating-25 {
  background-image: url("/css/img/rating-25.svg");
}

.icon-rating-30 {
  background-image: url("/css/img/rating-30.svg");
}

.icon-rating-35 {
  background-image: url("/css/img/rating-35.svg");
}

.icon-rating-40 {
  background-image: url("/css/img/rating-40.svg");
}

.icon-rating-45 {
  background-image: url("/css/img/rating-45.svg");
}

.icon-rating-50 {
  background-image: url("/css/img/rating-50.svg");
}

.icon-rating {
  display: inline-block;
}

.icon-rating-sm {
  background-size: 75px;
  width: 75px;
  height: 13px;
}

.icon-rating-md {
  width: 108px;
  height: 19px;
}

.icon-rating-lg {
  width: 130px;
  height: 23px;
  margin-top: 3px;
  background-size: 130px;
}

.product-box {
  position: relative;
  display: block;
  float: left;
}
.product-box a {
  text-decoration: none !important;
  display: block;
  margin: 8px;
}
.product-box__image {
  padding-bottom: 100%;
  position: relative;
}
.product-box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product-box__image img:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
}
.product-box__name {
  padding-top: 8px;
  font-size: 16px;
  line-height: 19px;
  color: #111;
  max-height: 64px;
  overflow: hidden;
}
.product-box__name:hover {
  text-decoration: underline;
}
.product-box__rating {
  padding: 5px 0px 0px 0px;
}
.product-box__category, .product-box__price {
  color: #8d8d8d;
  font-weight: 400;
}

.category-box {
  display: block;
  float: left;
  width: 292px;
  border: 1px solid #e7e7e7;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 10px;
}
.category-box a {
  text-decoration: none;
  display: block;
}
.category-box figure {
  padding-bottom: 50%;
  position: relative;
}
.category-box figure img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.category-box__name {
  height: 34px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #111;
  padding: 10px 0 0;
}
.category-box__categories {
  padding-top: 10px;
}
.category-box__categories a {
  text-decoration: underline;
  font-size: 13px;
  color: #8d8d8d;
  line-height: 20px;
}
.category-box__categories a:hover {
  color: #cda600;
}
.category-box:hover {
  border-color: #ddd;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.05);
}

.flickity_carousel {
  width: 100%;
}
.flickity_carousel .flickity-prev-next-button {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
}

.products-carousel.flickity_carousel .flickity-prev-next-button svg {
  display: none !important;
}

.other-images .flickity-prev-next-button {
  display: none;
  background-color: #f8f8f8;
  border-radius: 0;
  border: 1px solid #eee;
  padding: 10px;
}
.other-images .flickity-prev-next-button.next {
  right: 0;
  background-image: url("/css/img/carousel-arrow-right.svg");
}
.other-images .flickity-prev-next-button.previous {
  left: 0;
  background-image: url("/css/img/carousel-arrow-left.svg");
}

.products-carousel .flickity-prev-next-button {
  display: none;
}
.products-carousel .flickity-page-dots li {
  border-radius: 0;
  height: 5px;
  width: 60px;
  margin: 0;
  background-color: #ccc;
}

form {
  margin-bottom: 30px;
}
form .field {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
form .field label {
  width: 33.33%;
  display: inline-block;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  font-weight: 600;
  line-height: 40px;
}
form .field.full {
  width: 100%;
}
form .field.big {
  width: 75%;
}
form .field.medium {
  width: 50%;
}
form .field.small {
  width: 25%;
}
form .field.block {
  display: block;
}
form .field.block label {
  width: 100%;
  line-height: 24px;
}
form .form-group {
  width: 100%;
  display: inline-block;
}
form .form-group .field {
  float: left;
}
form .form-group .field:first-child {
  padding-right: 15px;
}
form .form-group .field:nth-child(2) {
  padding-left: 15px;
}
form .form-text {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #8d8d8d;
  font-size: 14px;
  text-align: center;
}
form .form-text a {
  color: #111;
  margin-left: 5px;
}
form .form-text.left {
  text-align: left;
}
form .form-text.right {
  text-align: right;
}
form .icheck-holder {
  width: 100%;
}
form .icheck-holder li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 7px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
form .icheck-holder li label {
  font-size: 13px;
  line-height: 18px;
  color: #333;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
form .icheck-holder.grey {
  background-color: #e7e7e7;
  padding: 8px;
}
form .icheck-holder .icheckbox_minimal {
  background-color: #fff;
}
form .icheck-holder .iradio_minimal {
  width: 20px;
}
form .error {
  display: none;
}
form .error-message {
  display: none;
  font-size: 14px;
  font-weight: 600;
  color: #e41212;
}
form .input-p {
  color: #8d8d8d;
  margin: 0;
  margin-bottom: 10px;
}
form .required span {
  color: #ff6a00;
}

input {
  font-family: "Roboto", sans-serif;
  height: 40px;
  width: 100%;
  padding: 10px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  color: #111;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
input:focus {
  outline: none;
}
input:disabled {
  background: #fff;
}
input[type=checkbox] {
  width: 14px;
  height: 14px;
}
input.width-200 {
  width: 200px;
}

input:disabled {
  background: #f0f0f0;
  cursor: no-drop;
}

input:focus {
  border: 1px solid #AAA;
}

textarea {
  font-family: "Roboto", sans-serif;
  width: 100%;
  padding: 10px;
  border: 1px solid #EEEEEE;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  background: #fff;
  resize: none;
}
textarea:focus {
  outline: none;
}
textarea:disabled {
  background: #fff;
}

@media only screen and (max-width: 800px) {
  .icheckbox_minimal, .iradio_minimal {
    width: 20px;
  }
}
.btn-main {
  display: block;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 8px 16px;
  border: 2px solid #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 24px;
}
.btn-main i {
  margin-right: 5px;
}
.btn-main.black {
  color: #fff;
  background-color: #000;
}
.btn-main.limit {
  width: 240px;
}
.btn-main.full {
  width: 100%;
  max-width: 100%;
}
.btn-main.fb {
  background-color: #29487D;
  border: 2px solid #29487D;
  color: #fff;
}
.btn-main.brand-button {
  background-color: #ff6a00;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #ff6a00;
}
.btn-main.white {
  border: 2px solid #fff;
}
.btn-main.right {
  margin: 0;
  float: right;
}
.btn-main.uppercase {
  text-transform: uppercase;
}
.btn-main.disabled {
  opacity: 0.6;
  filter: "alpha(opacity=60)";
}

.btn-small {
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #111;
  font-family: "Oswald", sans-serif;
  width: 140px;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.btn-main:hover {
  background-color: #000;
  color: #fff !important;
}
.btn-main:hover.fb {
  background-color: #29487D;
}
.btn-main:hover.brand-button {
  background-color: #ff6a00;
  color: #fff;
}

header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
header .nav-top {
  height: 40px;
}
header .nav-top .top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  padding-right: 20px;
}
header .nav-top .top-menu li {
  padding: 0px 12px;
}
header .nav-top .top-menu li a {
  display: block;
  height: 100%;
  line-height: 40px;
  text-decoration: none;
  font-size: 12px;
  color: #8d8d8d;
}
header .nav-top .top-menu li a:hover {
  color: #111 !important;
}
header .nav-top .top-menu li a:hover .svg-icon {
  opacity: 0.5;
  filter: "alpha(opacity=50)";
}
header .nav-top .top-menu li:hover {
  box-shadow: inset 0 -2px 0 0 #111;
}
header .nav-top .top-menu li:hover a {
  color: #111;
}
header .nav-top .top-menu li:hover a .svg-icon {
  opacity: 0.5;
  filter: "alpha(opacity=50)";
}
header .nav-top .top-menu .cart-icon-holder {
  position: relative;
}
header .nav-top .top-menu .cart-icon-holder .cart-number {
  width: 16px;
  height: 16px;
  line-height: 12px;
  font-size: 11spx;
  font-weight: 600;
  text-align: center;
  position: absolute;
  right: -8px;
  top: -8px;
  background: #ff6a00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  color: #fff;
  font-style: normal;
  border: 2px solid #ff6a00;
}
header .nav-top .top-menu.menu-border li {
  padding: 0px;
  border-right: 1px solid #e7e7e7;
}
header .nav-top .top-menu.menu-border li a {
  padding: 0px 30px;
}
header .nav-top .top-menu.menu-border li:hover {
  box-shadow: inset 0 0 0 0 #111;
}
header .nav-main {
  height: 72px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
header .nav-main .main-menu-holder {
  margin: 0 auto;
}
header .nav-main .logo-holder {
  position: absolute;
  top: 10px;
  left: 15px;
}
header .nav-main .logo-holder a {
  display: block;
}
header .nav-main .main-menu {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
header .nav-main .main-menu li {
  padding: 24px 20px;
}
header .nav-main .main-menu li.is-focused {
  box-shadow: inset 0 -2px 0 0 #111;
}
header .nav-main .main-menu li a.menu-item {
  line-height: 1.5;
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
header .nav-main .main-menu li .dropdown {
  position: absolute;
  width: 100%;
  display: none;
  top: 72px;
  left: 0;
  right: 0px;
  box-shadow: inset 0 -1px 0 0 #e5e5e5;
  transition: opacity 0.1s linear 0.4s, visibility 0ms linear 0.41s;
  background-color: #fff;
}
header .nav-main .main-menu li .dropdown.show {
  display: block;
}
header .nav-main .main-menu li .dropdown .dropdown-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 16px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
}
header .nav-main .main-menu li .dropdown .dropdown-container .dropdown-col {
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: inset -1px 0 0 0 #e5e5e5;
  padding-left: 32px;
}
header .nav-main .main-menu li .dropdown .dropdown-container .dropdown-col + .dropdown-col {
  box-shadow: inset 0 0 0 0 #e5e5e5;
}
header .nav-main .main-menu li:hover {
  box-shadow: inset 0 -2px 0 0 #111;
}
header .nav-main .main-menu li:hover .dropdown {
  display: block;
}
header .nav-main .search-holder {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 200px;
}
header .nav-main .search-holder .search-input {
  position: relative;
}
header .nav-main .search-holder .search-input .icon-search {
  position: absolute;
  left: 9px;
  top: 7px;
  opacity: 0.5;
  filter: "alpha(opacity=50)";
}
header .nav-main .search-holder .search-input input {
  padding: 0 10px 0 40px;
}
header .border-nav-bottom {
  box-shadow: inset 0 -1px 0 0 #e5e5e5;
}

.no-shadow {
  box-shadow: 0 0 0 0 !important;
}

a.nav {
  display: block;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  color: #111;
  cursor: pointer;
}
a.nav.white {
  color: #fff;
}
a.nav.grey {
  color: #7e7e7e;
}
a.nav.bold {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 16px;
  margin-top: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
a.nav.small {
  font-size: 10px;
  line-height: 2.4;
}

a:hover {
  color: #6d6d6d !important;
}

a.white:hover {
  color: #fff !important;
}

a.grey:hover {
  color: #fff !important;
}

.mm-mobile {
  position: fixed;
  top: 48px;
  bottom: 0;
  right: -80%;
  width: 80%;
  background: #fff;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mm-mobile.slide-in {
  right: 0;
}
.mm-mobile .m-header {
  background-color: #7e7e7e;
  padding: 0 45px;
  height: 48px;
  position: relative;
  color: #111;
}
.mm-mobile .m-header .m-back {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 10px;
  display: none;
}
.mm-mobile .m-header .m-back i {
  color: #111;
}
.mm-mobile .m-header .m-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 10px;
}
.mm-mobile .m-header .m-close i {
  color: #111;
}
.mm-mobile .m-header .m-heading {
  font-size: 16px;
  line-height: 48px;
  color: #e7e7e7;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mm-mobile .mm-panels {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 48px;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.mm-mobile .mm-panels .panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  background: #fff;
  overflow: auto;
  display: none;
}
.mm-mobile .mm-panels .panel.init {
  left: 0;
  display: block;
}
.mm-mobile .mm-panels .panel.open-panel {
  z-index: 2;
  display: block;
  left: 0;
}
.mm-mobile .mm-panels .panel.previous {
  left: -100%;
}
.mm-mobile .mm-panels .panel ul li {
  width: 100%;
  box-shadow: inset 0 -1px 0 0 #e5e5e5;
  line-height: 40px;
}
.mm-mobile .mm-panels .panel ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  display: block;
  padding: 5px 10px 5px 20px;
  position: relative;
  text-decoration: none;
}
.mm-mobile .mm-panels .panel ul li a .next-nav {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 13px;
  right: 5px;
}
.mm-mobile .mm-panels .panel ul .contact-phone {
  position: fixed;
  bottom: 0;
  border-bottom: none;
  border-top: 1px solid #8d8d8d;
  width: 80%;
  background: #fff;
}
.mm-mobile .mm-panels .panel ul .contact-phone span {
  padding-left: 20px;
}
.mm-mobile .m-footer {
  background-color: #111;
  box-sizing: border-box;
  position: fixed;
  bottom: 0px;
  width: 80%;
  height: 48px;
}
.mm-mobile .m-footer .contact a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  padding: 12px;
  position: relative;
  text-decoration: none;
}
.mm-mobile .m-footer .contact a i {
  vertical-align: middle;
  color: #fff;
}
.mm-mobile .m-footer .contact a span {
  margin-left: 20px;
}

.mobile-search {
  display: none;
}

.body-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  z-index: 5;
}

@media only screen and (max-width: 1100px) {
  header .nav-top__links .phone {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .mobile-header {
    display: none;
    height: 48px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    padding: 8px;
    box-shadow: inset 0 -1px 0 0 #e5e5e5;
  }
  .mobile-header.slide {
    left: 265px;
    width: 100%;
  }
  .mobile-header img {
    position: absolute;
    top: 18px;
    height: 18px;
    z-index: 2;
    left: 16px;
  }
  .mobile-header .logo-holder {
    display: block;
  }
  .mobile-header .icon {
    width: 32px;
    height: 32px;
    float: right;
    position: absolute;
    top: 12px;
  }
  .mobile-header .icon i {
    font-size: 32px;
    color: #111;
  }
  .mobile-header .mobile-menu {
    right: 8px;
  }
  .mobile-header .mobile-search__trigger {
    right: 105px;
  }
  .mobile-header .mobile-cart {
    right: 60px;
  }
  .mobile-header .mobile-cart-items {
    position: absolute;
    top: 8px;
    right: 56px;
    width: 16px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    background-color: #ff6a00;
    border-radius: 50%;
  }
  .mobile-header .mobile-cart-items span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
  }

  .mobile-search {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-sizing: border-box;
    z-index: 20;
  }
  .mobile-search.show-search {
    display: block;
  }
  .mobile-search .search-holder {
    position: relative;
  }
  .mobile-search .search-holder .icon-search-mobile {
    position: absolute;
    top: 8px;
    left: 16px;
    opacity: 0.7;
    filter: "alpha(opacity=70)";
  }
  .mobile-search .search-holder .icon-close {
    position: absolute;
    top: 8px;
    right: 16px;
    opacity: 0.7;
    filter: "alpha(opacity=70)";
  }
  .mobile-search .search-holder form {
    margin: 0;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 20px;
    position: relative;
    padding: 5px 45px 5px 10px;
  }
  .mobile-search .search-holder form input {
    height: 32px;
    margin-bottom: 0px;
    padding: 0 5px;
    line-height: 32px;
    border: none;
  }
  .mobile-search .search-holder form a {
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    padding: 5px;
    position: absolute;
    top: 5px;
    right: 10px;
    border-radius: 2px;
  }
  .mobile-search .search-holder form a > div {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .mobile-search .search-holder form a i {
    font-size: 24px;
    color: #fff;
  }
  .mobile-search .search-button {
    width: 100%;
    padding: 25px 8px 0px 8px;
  }
}
footer {
  min-height: 200px;
  background-color: #111;
  padding: 40px 40px 0px 40px;
}
footer .footer-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 16px;
}
footer .footer-main .main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
footer .footer-main .main-menu .col {
  padding: 0px 8px;
}
footer .footer-main .main-menu .menu-opener {
  position: relative;
}
footer .footer-main .main-menu .menu-opener .svg-icon {
  display: none;
  position: absolute;
  right: 8px;
  top: -4px;
}
footer .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #222;
}
footer .footer-bottom span {
  padding: 8px 0px;
  color: #7e7e7e;
  font-size: 10px;
  line-height: 2.4;
}
footer .footer-bottom span.designed {
  margin-left: 16px;
}
footer .footer-bottom span.designed a {
  color: #fff;
}
footer .footer-bottom .bottom-menu {
  text-align: right;
}
footer .footer-bottom .bottom-menu li {
  display: inline-block;
  padding: 0px 8px;
  margin-left: 12px;
}
footer .footer-icons-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  float: right;
}
footer .footer-icons-holder .footer-icon {
  border-radius: 50%;
  background-color: #7e7e7e;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  margin-left: 16px;
  text-align: center;
  vertical-align: middle;
}
footer .footer-icons-holder .footer-icon .svg-icon-14 {
  margin-bottom: 2px;
}
footer .footer-icons-holder .footer-icon:hover {
  background-color: #fff;
}

@media only screen and (max-width: 800px) {
  footer {
    padding: 20px 20px 0px 20px;
  }
  footer .col-25, footer .col-50, footer .col-75 {
    width: 100%;
  }
  footer .footer-main {
    display: block;
  }
  footer .footer-main .main-menu {
    display: block;
  }
  footer .footer-main .main-menu .menu-opener .svg-icon {
    display: block;
  }
  footer .footer-main .main-menu .submenu {
    height: 0px;
    overflow: hidden;
  }
  footer .footer-main .main-menu .submenu.open {
    height: auto;
  }
  footer .footer-main .footer-social {
    display: inline-block;
  }
  footer .footer-main .footer-icons-holder {
    float: left;
    margin-left: -8px;
    margin-top: 5px;
  }
  footer .footer-bottom {
    display: block;
  }
  footer .footer-bottom .bottom-menu {
    text-align: left;
  }
  footer .footer-bottom .bottom-menu li {
    width: 100%;
    display: block;
    margin-left: 0px;
  }
  footer .footer-bottom span {
    margin-left: 8px;
    margin-bottom: 8px;
  }
  footer .footer-bottom span.designed {
    display: block;
    margin-left: 8px;
  }
}
.page-home {
  margin: 0px 48px;
}

.banner__holder {
  margin-bottom: 20px;
}
.banner__holder img {
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
}
.banner__holder a {
  display: block;
}
.banner__holder .col {
  position: relative;
}
.banner__holder .banner-button {
  position: absolute;
  bottom: 24px;
  left: 36px;
  background-color: #fff;
  color: #111;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  text-transform: uppercase;
  padding: 12px 30px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.banner__holder .banner-button:hover {
  background-color: #e7e7e7;
}

.padding-holder {
  padding: 0px 8px;
}

@media only screen and (max-width: 640px) {
  .banner__holder {
    display: block;
  }
  .banner__holder .col {
    margin-bottom: 16px;
  }
}
.page-auth .login-content {
  margin-bottom: 40px;
  margin-top: 30px;
}
.page-auth .login-content .btn-main {
  margin-bottom: 10px;
}
.page-auth .text {
  color: #8d8d8d;
  font-size: 14px;
  padding-bottom: 10px;
}
.page-auth .text a {
  color: #8d8d8d;
  margin-left: 5px;
  text-decoration: underline;
}
.page-auth .text a:hover {
  color: #111;
}
.page-auth .text.success {
  padding-bottom: 20px;
}
.page-auth .text.success p {
  color: #0fa63f;
}
.page-auth .text.hide {
  display: none;
}
.page-auth .profile-box {
  width: 100%;
}
.page-auth .profile-box .customer-logout {
  text-decoration: underline;
  cursor: pointer;
}

.page-cart-order .cart-order-list {
  webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  padding-right: 30px;
}
.page-cart-order .cart-order-list__items .cart-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.page-cart-order .cart-order-list__items .cart-list__item .item-image {
  width: 160px;
  height: 160px;
}
.page-cart-order .cart-order-list__items .cart-list__item .item-image img {
  width: 100%;
  height: auto;
}
.page-cart-order .cart-order-list__items .cart-list__item .item-data {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.page-cart-order .cart-order-list__items .cart-list__item .item-data .item-info {
  webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  padding-left: 20px;
  font-size: 14px;
}
.page-cart-order .cart-order-list__items .cart-list__item .item-data .item-info__name {
  color: #111;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 16px;
}
.page-cart-order .cart-order-list__items .cart-list__item .item-data .item-info p {
  margin: 3px 0px;
}
.page-cart-order .cart-order-list__items .cart-list__item .item-data .item-info p b {
  text-transform: uppercase;
}
.page-cart-order .cart-order-list__items .cart-list__item .item-data .item-info .quantity .code {
  display: inline-block;
}
.page-cart-order .cart-order-list__items .cart-list__item .item-data .item-info .quantity select {
  font-size: 12px;
  padding: 2px;
  margin-left: 8px;
  color: #111;
  border-color: #e7e7e7;
}
.page-cart-order .cart-order-list__items .cart-list__item .item-data .item-info__actions {
  padding-top: 16px;
}
.page-cart-order .cart-order-list__items .cart-list__item .item-data .item-price {
  webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100%;
  max-height: 100%;
  color: #ff6a00;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
}
.page-cart-order .cart-order-list__items .cart-list__item .item-data .item-price.visible-mobile {
  text-align: left;
  margin-top: 10px;
}
.page-cart-order .cart-order-list__items .cart-list__item.small {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 0px;
}
.page-cart-order .cart-order-list__items .cart-list__item.small .item-image {
  width: 120px;
  height: 120px;
}
.page-cart-order .cart-order-list__items .cart-list__item.small .item-data {
  display: block;
}
.page-cart-order .cart-order-list__items .cart-list__item.small .item-data .item-info__name {
  text-decoration: none;
}
.page-cart-order .cart-order-list__items .cart-list__item.small .item-data .item-info__actions {
  display: none;
}
.page-cart-order .cart-order-list__items .cart-list__item.small .item-data .item-price {
  padding-left: 20px;
  text-align: left;
}
.page-cart-order .cart-order-list__items .cart-list__item + .cart-list__item {
  border-top: 0px;
}
.page-cart-order .cart-order-summary {
  webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 100%;
  max-height: 100%;
}
.page-cart-order .cart-order-summary .cart-order-summary-holder {
  padding: 16px;
  background-color: #111;
  margin-bottom: 24px;
  font-family: "Oswald", sans-serif;
}
.page-cart-order .cart-order-summary__header {
  height: 45px;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 100%;
}
.page-cart-order .cart-order-summary__footer {
  padding: 16px 0px;
}
.page-cart-order .summary__box {
  border: 1px solid #e7e7e7;
  padding: 16px;
  font-size: 14px;
  margin-bottom: 16px;
}
.page-cart-order .summary__box .title {
  font-size: 16px;
  color: #111;
  font-weight: 600;
  margin-bottom: 16px;
}
.page-cart-order .summary__box a {
  text-decoration: underline;
  color: #6d6d6d;
}
.page-cart-order .cart-footer-mobile {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 3;
  padding: 10px;
  background-color: #fff;
  display: none;
  border-top: 1px solid #e7e7e7;
}
.page-cart-order .cart-header-mobile {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
}
.page-cart-order .cart-header-mobile h1 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 600;
}
.page-cart-order .cart-header-mobile .cart-summary {
  text-align: center;
}
.page-cart-order .cart-header-mobile .cart-summary span {
  margin-left: 10px;
}
.page-cart-order .cart-header-mobile .cart-summary .total-items, .page-cart-order .cart-header-mobile .cart-summary .light {
  color: #8d8d8d;
}
.page-cart-order .cart-empty {
  padding: 16px;
  border: 1px solid #e7e7e7;
}
.page-cart-order .cart-empty .empty-cart-text {
  text-align: center;
  margin-bottom: 16px;
}

.box {
  margin-bottom: 16px;
}
.box__header {
  padding: 16px;
  height: 60px;
  color: #111;
  background-color: #e7e7e7;
  position: relative;
}
.box__header h1, .box__header h3 {
  font-size: 24px;
  line-height: 100%;
  margin-right: 35px;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.box__header h3 {
  font-weight: 600;
}
.box__header .svg-icon {
  position: absolute;
  right: 8px;
  top: 16px;
}
.box__item {
  border: 1px solid #e7e7e7;
  padding: 16px;
}
.box__item.second {
  background-color: #e7e7e7;
}
.box__item .cart-edit {
  padding-top: 8px;
}
.box__item .cart-edit a {
  text-decoration: underline;
  color: #333;
  font-size: 14px;
}
.box__content {
  padding: 16px 0px;
  font-size: 14px;
  font-weight: 600;
}
.box__content.family-nav {
  font-family: "Oswald", sans-serif;
}
.box__content.black {
  color: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.box__content.white {
  color: #111;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.box__content.no-border {
  border-top: 0px;
  border-bottom: 0px;
}
.box__content.no-padding {
  padding: 0px;
}
.box__content div {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.box__content .big {
  font-size: 18px;
}
.box__content .brand {
  color: #ff6a00;
}
.box__content .uppercase {
  text-transform: uppercase;
}
.box__content .info-block {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  vertical-align: inset;
}
.box__content .info-block .question-mark {
  display: block;
  color: #fff;
  background-color: #ff6a00;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.box__content .info-block .text {
  display: none;
  position: absolute;
  width: 200px;
  left: -50px;
  top: 20px;
  background-color: #333;
  color: #fff;
  padding: 10px;
  font-weight: 400;
}
.box__content .info-block .text.show {
  display: block;
}
.box .form-holder {
  padding: 8px;
  background-color: #fff;
}
.box__footer {
  padding: 16px;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #111;
  line-height: 40px;
}
.box__footer span {
  color: #111;
}
.box__footer.border {
  border: 1px solid #e7e7e7;
  border-top: 0px;
}
.box.second {
  background-color: #e7e7e7;
}
.box.second h1, .box.second h3 {
  color: #fff;
}
.box.second .box__header {
  background-color: #333;
}

@media only screen and (max-width: 800px) {
  .page-cart-order .cart {
    display: block;
    margin-bottom: 0px;
  }
  .page-cart-order .cart-order-list {
    width: 100%;
    padding-right: 0px;
  }
  .page-cart-order .cart-order-list .box__footer {
    display: block;
    padding-top: 0px;
  }
  .page-cart-order .cart-order-list .box__footer div {
    float: none;
    width: 100%;
  }
  .page-cart-order .cart-order-summary {
    width: 100%;
  }
  .page-cart-order .cart-footer-mobile {
    display: block;
  }

  .box__item .field {
    display: block;
  }
  .box__item .field label {
    width: 100%;
    line-height: 24px;
  }
  .box.shrinked {
    height: 60px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .box.shrinked.open {
    height: auto;
  }
  .box.open i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.list-header {
  padding: 0px 48px;
  padding-top: 120px;
  background-color: #fff;
  z-index: 3;
}
.list-header .header-offset {
  height: 37px;
}
.list-header .header-breadcrumbs {
  margin-top: 16px;
}
.list-header .header-breadcrumbs .breadcrumbs a {
  color: #111;
  width: auto;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
}
.list-header .header-main {
  height: 52px;
  position: relative;
}
.list-header .header-main h1 {
  font-size: 24px;
  color: #111;
  float: left;
}
.list-header .header-main .product-list__controls {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  *zoom: 1;
  margin-bottom: 20px;
  margin-top: 16px;
}
.list-header .header-main .product-list__controls:before, .list-header .header-main .product-list__controls:after {
  display: table;
  content: "";
}
.list-header .header-main .product-list__controls:after {
  clear: both;
}
.list-header .header-main .product-list__controls .products-list__sort {
  float: right;
}
.list-header .header-main .product-list__controls .products-list__perpage {
  float: right;
}
.list-header .header-main .product-list__controls .products-list__perpage .rc-dropdown {
  width: 65px;
}
.list-header .header-main .product-list__controls .products-list__filters {
  display: inline-block;
  line-height: 32px;
  margin-right: 8px;
  cursor: pointer;
}
.list-header.fixed {
  position: fixed;
  top: 112px;
  left: 0;
  right: 0;
  padding-top: 0px;
}
.list-header.fixed .header-offset, .list-header.fixed .header-breadcrumbs {
  display: none;
}
.list-header.fixed .header-main {
  padding: 10px 0px;
}
.list-header.fixed .header-main h1 {
  margin: 0;
}
.list-header.fixed .header-main .product-list__controls {
  margin: 0;
}
.list-header .mobile-filter {
  display: none;
  position: absolute;
  right: 8px;
  top: 12px;
}

.page-product-list .list-body, .page-category-list .list-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0px 48px;
}
.page-product-list .list-body .list-left, .page-category-list .list-body .list-left {
  width: 240px;
  position: absolute;
  left: 48px;
  box-shadow: inset 0 -1px 0 0 #e5e5e5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-product-list .list-body .list-left .subcategories, .page-category-list .list-body .list-left .subcategories {
  padding-bottom: 16px;
}
.page-product-list .list-body .list-left .subcategories ul li, .page-category-list .list-body .list-left .subcategories ul li {
  margin-bottom: 5px;
}
.page-product-list .list-body .list-left .subcategories ul li a.active, .page-category-list .list-body .list-left .subcategories ul li a.active {
  color: #8d8d8d;
}
.page-product-list .list-body .list-left .subcategories ul li a:hover, .page-category-list .list-body .list-left .subcategories ul li a:hover {
  color: #8d8d8d;
}
.page-product-list .list-body .list-left .products-filters .filter, .page-category-list .list-body .list-left .products-filters .filter {
  padding: 8px 0px 16px 0px;
  box-shadow: inset 0 1px 0 0 #e5e5e5;
}
.page-product-list .list-body .list-left .products-filters .filter.no-shadow, .page-category-list .list-body .list-left .products-filters .filter.no-shadow {
  box-shadow: inset 0 0 0 0;
}
.page-product-list .list-body .list-left .products-filters .filter .filter__title, .page-category-list .list-body .list-left .products-filters .filter .filter__title {
  color: #111;
  font-size: 16px;
  padding-bottom: 16px;
  font-weight: 600;
}
.page-product-list .list-body .list-left .products-filters .filter .filter__value, .page-category-list .list-body .list-left .products-filters .filter .filter__value {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #111;
  text-decoration: none;
}
.page-product-list .list-body .list-left .products-filters .filter .filter__value ins, .page-category-list .list-body .list-left .products-filters .filter .filter__value ins {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
}
.page-product-list .list-body .list-left .products-filters .filter .filter__value ins.active, .page-category-list .list-body .list-left .products-filters .filter .filter__value ins.active {
  width: 18px;
  height: 18px;
  background-image: url("/css/img/done.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-product-list .list-body .list-left .products-filters .filter .filter__value:hover ins.active, .page-category-list .list-body .list-left .products-filters .filter .filter__value:hover ins.active {
  background-image: url("/css/img/done-grey.svg");
}
.page-product-list .list-body .list-left .products-filters .filter .filter__value:hover, .page-category-list .list-body .list-left .products-filters .filter .filter__value:hover {
  color: #8d8d8d;
}
.page-product-list .list-body .list-left .products-filters .filter.active, .page-category-list .list-body .list-left .products-filters .filter.active {
  position: relative;
}
.page-product-list .list-body .list-left .products-filters .filter.active .filter__values, .page-category-list .list-body .list-left .products-filters .filter.active .filter__values {
  height: 173px;
  overflow: hidden;
}
.page-product-list .list-body .list-left .products-filters .filter .show-more-btn, .page-category-list .list-body .list-left .products-filters .filter .show-more-btn {
  cursor: pointer;
  padding: 8px 0px;
}
.page-product-list .list-body .list-left.hide, .page-category-list .list-body .list-left.hide {
  left: -288px;
}
.page-product-list .list-body .products-list, .page-category-list .list-body .products-list {
  webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  margin-left: 260px;
  padding-bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-product-list .list-body .products-list .subcategories, .page-category-list .list-body .products-list .subcategories {
  display: none;
}
.page-product-list .list-body .products-list .list-holder, .page-category-list .list-body .products-list .list-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
  padding: 40px 0px;
}
.page-product-list .list-body .products-list__filters, .page-category-list .list-body .products-list__filters {
  margin-bottom: 20px;
}
.page-product-list .list-body .products-list__filters ul, .page-category-list .list-body .products-list__filters ul {
  list-style-type: none;
}
.page-product-list .list-body .products-list__filters ul li, .page-category-list .list-body .products-list__filters ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
  background: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  color: #111;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #111;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
}
.page-product-list .list-body .products-list__filters ul li a, .page-category-list .list-body .products-list__filters ul li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
}
.page-product-list .list-body .products-list__filters ul li a i, .page-category-list .list-body .products-list__filters ul li a i {
  vertical-align: text-bottom;
}
.page-product-list .list-body .products-list__filters ul li a:hover, .page-category-list .list-body .products-list__filters ul li a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.page-product-list .list-body .products-list.expand, .page-category-list .list-body .products-list.expand {
  margin-left: 0px;
}
.page-product-list .list-body .products-list__pagination, .page-category-list .list-body .products-list__pagination {
  margin-right: 20px;
  margin-top: 4px;
}
.page-product-list .list-body .products-list__pagination p, .page-category-list .list-body .products-list__pagination p {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 13px;
  color: #8d8d8d;
}
.page-product-list .list-body .products-list__pagination ul, .page-category-list .list-body .products-list__pagination ul {
  display: inline-block;
}
.page-product-list .list-body .products-list__pagination ul li, .page-category-list .list-body .products-list__pagination ul li {
  margin-right: 4px;
  display: inline-block;
}
.page-product-list .list-body .products-list__pagination ul li a, .page-category-list .list-body .products-list__pagination ul li a {
  display: inline-block;
  height: 24px;
  border: 1px solid #e7e7e7;
  line-height: 24px;
  font-size: 12px;
  color: #8d8d8d;
  font-weight: 600;
  padding: 0 8px;
  text-decoration: none;
}
.page-product-list .list-body .products-list__pagination ul li a:hover, .page-category-list .list-body .products-list__pagination ul li a:hover {
  background-color: #f0f0f0;
}
.page-product-list .list-body .products-list__pagination ul li.active a, .page-category-list .list-body .products-list__pagination ul li.active a {
  background: #111;
  border-color: #111;
  color: #fff;
}
@media only screen and (max-width: 1224px) {
  .page-product-list .product-box.col-25 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 800px) {
  .page.page-product-list {
    padding-top: 0px;
  }

  .page-product-list .product-box.col-25 {
    width: 50%;
  }
  .page-product-list .list-body {
    padding: 0px 16px;
  }
  .page-product-list .list-body .list-left {
    position: fixed;
    background: #fff;
    z-index: 10;
    overflow: auto;
    bottom: 0;
    left: -80%;
    top: 48px;
    width: 80%;
    padding: 16px;
  }
  .page-product-list .list-body .list-left.slide-in {
    left: 0;
  }
  .page-product-list .list-body .list-left .products-filters .filter .filter__title {
    margin-left: 5px;
  }
  .page-product-list .list-body .list-left .products-filters .filter .filter__value {
    position: relative;
  }
  .page-product-list .list-body .list-left .products-filters .filter .filter__value.active {
    margin-left: 5px;
  }
  .page-product-list .list-body .list-left .products-filters .filter .filter__value ins.active {
    position: absolute;
    top: 3px;
    right: 0px;
  }
  .page-product-list .list-body .list-left .subcategories {
    display: none;
  }
  .page-product-list .list-body .products-list {
    margin-left: 0;
  }
  .page-product-list .list-body .products-list .subcategories {
    display: block;
    margin-bottom: 16px;
  }
  .page-product-list .list-body .products-list .subcategories ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
  }
  .page-product-list .list-body .products-list .subcategories ul li {
    webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .page-product-list.fixed {
    padding-top: 120px;
  }

  .list-header {
    padding: 8px 16px;
    padding-top: 48px;
  }
  .list-header .header-offset {
    display: none;
  }
  .list-header .header-main {
    padding: 10px 0px;
  }
  .list-header .header-main .product-list__controls {
    display: none;
  }
  .list-header .header-main h1 {
    font-size: 18px;
    margin: 0;
    line-height: 24px;
  }
  .list-header.fixed {
    top: 48px;
  }
  .list-header.fixed .header-main {
    padding: 10px 0px;
  }
}
.page-product-view .product-main .product-images {
  width: 60%;
  float: left;
  position: relative;
  background-color: #ebedee;
}
.page-product-view .product-main .product-images .product-image {
  text-align: center;
}
.page-product-view .product-main .product-images .product-image .main-image {
  width: 100%;
  height: auto;
}
.page-product-view .product-main .product-images .product-image .main-image img {
  margin-bottom: -4px;
}
.page-product-view .product-main .product-images .product-image .product-markers {
  display: none;
}
.page-product-view .product-main .product-images .images {
  position: absolute;
  top: 24px;
  left: 16px;
  width: 54px;
}
.page-product-view .product-main .product-images .images .image {
  border: 1px solid #111;
  margin-bottom: 10px;
  cursor: pointer;
}
.page-product-view .product-main .product-images .images .image .image-holder {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid transparent;
}
.page-product-view .product-main .product-images .images .image.active .image-holder {
  border-bottom: 1px solid #111;
}
.page-product-view .product-main .product-images .images img {
  width: 100%;
  height: 54px;
}
.page-product-view .product-main .product-images .images .image:hover .image-holder {
  border-bottom: 1px solid #111;
}
.page-product-view .product-main .product-images .other-images {
  display: none;
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
}
.page-product-view .product-main .product-images .other-images .image {
  border: 0px;
  margin-bottom: 0px;
}
.page-product-view .product-main .product-images .other-images .image .image-holder {
  margin: 0px 5px;
  text-align: center;
}
.page-product-view .product-main .product-images .other-images .image .image-holder img {
  width: 60px;
  height: 60px;
}
.page-product-view .product-main .product-images .other-images .image.active .image-holder {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.page-product-view .product-main .product-info {
  width: 40%;
  float: left;
  padding: 8px 16px;
}
.page-product-view .product-main .product-info h1 {
  margin: 0px;
}
.page-product-view .product-main .product-info__price {
  font-size: 16px;
  color: #111;
  font-weight: bold;
}
.page-product-view .product-main .product-info__data {
  padding: 10px 0px;
  font-size: 16px;
  color: #111;
}
.page-product-view .product-main .product-info__button {
  padding: 10px 0px;
}
.page-product-view .product-main .product-info__button a {
  display: block;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 16px;
  line-height: 24px;
  width: 100%;
  max-width: 350px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
}
.page-product-view .product-main .product-info__button a:hover {
  color: #fff !important;
  opacity: 0.7;
  filter: "alpha(opacity=70)";
}
.page-product-view h3 {
  font-size: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.page-product-view .comments-rating-section {
  /* Idle State of the stars */
  /* Hover state of the stars */
  /* Selected state of the stars */
}
.page-product-view .comments-rating-section .rating-header {
  background-color: #2ada71;
  padding: 20px 0px;
  height: 93px;
}
.page-product-view .comments-rating-section .rating-header__left {
  text-align: right;
  line-height: 48px;
  font-size: 56px;
  color: #111;
  font-weight: 700;
  padding-right: 8px;
  float: left;
}
.page-product-view .comments-rating-section .rating-header__right {
  padding-left: 8px;
  text-align: left;
  color: #111;
  float: left;
}
.page-product-view .comments-rating-section .rating-header__right div {
  width: 100%;
  margin-bottom: 5px;
}
.page-product-view .comments-rating-section .rating-header__right div .bold {
  font-weight: 600;
}
.page-product-view .comments-rating-section .rating-box {
  padding: 16px 0px;
}
.page-product-view .comments-rating-section .rating-box__scale .scale {
  position: relative;
  height: 22px;
  margin-bottom: 10px;
}
.page-product-view .comments-rating-section .rating-box__scale .scale__rating {
  font-size: 14px;
  line-height: 22px;
  color: #111;
  font-weight: 600;
  float: left;
}
.page-product-view .comments-rating-section .rating-box__scale .scale__field {
  margin-left: 45px;
  margin-right: 25px;
  padding-top: 10px;
}
.page-product-view .comments-rating-section .rating-box__scale .scale__field .field {
  height: 2px;
  background-color: #7e7e7e;
  position: relative;
}
.page-product-view .comments-rating-section .rating-box__scale .scale__field .field span {
  background-color: #2ada71;
  height: 2px;
  position: absolute;
}
.page-product-view .comments-rating-section .rating-box__scale .scale__number {
  font-size: 14px;
  line-height: 22px;
  color: #7e7e7e;
  position: absolute;
  right: 0px;
  top: 0;
}
.page-product-view .comments-rating-section .rating-stars {
  display: none;
  padding: 15px 0px;
}
.page-product-view .comments-rating-section .rating-stars .success-rating {
  display: none;
  text-align: center;
  color: #2ada71;
  font-size: 14px;
}
.page-product-view .comments-rating-section .rating-stars ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.page-product-view .comments-rating-section .rating-stars ul .material-icons {
  font-size: 32px;
}
.page-product-view .comments-rating-section .rating-stars ul > li.star {
  display: inline-block;
  cursor: pointer;
}
.page-product-view .comments-rating-section .rating-stars ul > li.star {
  color: #ccc;
  /* Color on idle state */
}
.page-product-view .comments-rating-section .rating-stars ul > li.star.hover {
  color: #111;
}
.page-product-view .comments-rating-section .rating-stars ul > li.star.selected {
  color: #111;
}
.page-product-view .comments-rating-section .comments-section {
  padding-left: 60px;
}
.page-product-view .comments-rating-section .comments-section .comment-form {
  display: none;
  padding-top: 16px;
}
.page-product-view .comments-rating-section .comments-section .comments-list .comment {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #111;
}
.page-product-view .comments-rating-section .comments-section .comments-list .comment.hide {
  display: none;
}
.page-product-view .comments-rating-section .comments-section .comments-list .comment__header {
  display: inline-block;
  width: 100%;
}
.page-product-view .comments-rating-section .comments-section .comments-list .comment__rating {
  float: left;
}
.page-product-view .comments-rating-section .comments-section .comments-list .comment__time {
  float: right;
  font-size: 14px;
  color: #8d8d8d;
}
.page-product-view .comments-rating-section .comments-section .comments-list .comment__username {
  font-weight: 600;
}
.page-product-view .comments-rating-section .comments-section .comments-all {
  margin-top: 10px;
  width: 100%;
  padding-top: 10px;
}
.page-product-view .specifications-info .col-50 {
  float: left;
}
.page-product-view .cols-holder {
  display: inline-block;
}
.page-product-view .cols-holder .col {
  float: left;
}
.page-product-view .specifications-table {
  width: 85%;
}
.page-product-view .specifications-table .specification {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}
.page-product-view .specifications-table .specification__box {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 14px;
  padding: 10px;
  border-left: 1px solid #111;
}
.page-product-view .specifications-table .specification__name {
  background: #e7e7e7;
  color: #111;
  font-weight: 600;
}
.page-product-view .specifications-table .specification__box + .specification__box {
  border-right: 1px solid #111;
}
.page-product-view .specifications-table .specification + .specification {
  border-top: 0px;
}

.breadcrumbs a {
  text-decoration: none;
  font-size: 13px;
  color: #7e7e7e;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .svg-icon {
  vertical-align: bottom;
}

@media only screen and (max-width: 800px) {
  .page-product-view .product-main {
    display: block;
  }
  .page-product-view .product-main .product-images {
    width: 100%;
    padding-bottom: 10px;
  }
  .page-product-view .product-main .product-images .images {
    display: none;
  }
  .page-product-view .product-main .product-images .main-image img {
    width: 100%;
    height: auto;
  }
  .page-product-view .product-main .product-images .other-images {
    display: block;
  }
  .page-product-view .product-main .product-info {
    width: 100%;
  }
  .page-product-view .product-main .product-info h1 {
    font-size: 26px;
  }
  .page-product-view .comments-rating-section .rating-header .col-50 {
    width: 50% !important;
  }
  .page-product-view .comments-rating-section .comments-section {
    padding-left: 0px;
  }
  .page-product-view .comments-rating-section .col {
    margin-bottom: 16px;
  }
  .page-product-view .specifications-table {
    width: 100%;
    padding-bottom: 20px;
  }
  .page-product-view h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.page-blog-list {
  background-color: #eee;
}
.page-blog-list .blog-list {
  width: 100%;
  padding: 0px 48px;
  display: inline-block;
}
.page-blog-list .blog-categories {
  padding: 16px 48px;
  display: inline-block;
  width: 100%;
}
.page-blog-list .blog-categories .links-menu {
  float: left;
}
.page-blog-list .blog-categories .links-menu ul {
  display: inline-block;
}
.page-blog-list .blog-categories .links-menu ul li {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.page-blog-list .blog-categories .links-menu ul .link {
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
}
.page-blog-list .blog-categories .links-menu ul .link:hover {
  border-bottom: 4px solid #111;
}
.page-blog-list .blog-categories .links-menu ul .link:hover a {
  color: #111;
}
.page-blog-list .blog-categories .pagination {
  float: right;
}

.pagination {
  height: 32px;
}
.pagination .text {
  margin-right: 10px;
  font-size: 13px;
  line-height: 32px;
  color: #8d8d8d;
}
.pagination .page-number {
  display: inline-block;
  border: 1px solid #e7e7e7;
  color: #8d8d8d;
  height: 22px;
  width: 25px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  margin-right: 5px;
}
.pagination .page-number.selected {
  background: #111;
  color: #fff;
  border: 1px solid #111;
}
.pagination .page-number:hover {
  text-decoration: underline;
}

.blog-box {
  display: block;
  float: left;
  padding: 16px;
  width: 33.33%;
}
.blog-box__holder {
  display: block;
  padding: 16px;
  background-color: #fff;
}
.blog-box__image {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-box__data {
  padding-top: 16px;
  height: 230px;
  overflow: hidden;
}
.blog-box__data .blog-category {
  display: inline-block;
  margin-bottom: 16px;
}
.blog-box__data .blog-title {
  font-size: 20px;
  line-height: 27px;
  color: #111;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-box__data .blog-info {
  font-size: 14px;
  color: #8d8d8d;
  margin-bottom: 15px;
}
.blog-box__data .blog-info > div {
  display: inline-block;
  margin-right: 10px;
}
.blog-box__data .blog-text {
  font-size: 14px;
  color: #111;
}

.blog-category {
  font-family: "Oswald", sans-serif;
  border-bottom: 4px solid transparent;
  color: #111;
}
.blog-category.selected {
  border-bottom: 4px solid #111;
}

.blog-preview__info {
  margin-bottom: 16px;
}
.blog-preview__info .blog-category {
  display: inline-block;
}
.blog-preview__info .date {
  font-size: 16px;
  color: #8d8d8d;
}
.blog-preview__info h1 {
  margin: 16px 0px;
}
.blog-preview p {
  line-height: 160%;
  margin-bottom: 15px;
}
.blog-preview h2 {
  font-weight: 400;
  color: #000;
  padding: 0;
}
.blog-preview figure {
  width: 100%;
}
.blog-preview img {
  width: 100% !important;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .blog-box {
    width: 50%;
    padding: 8px;
  }
}
@media only screen and (max-width: 800px) {
  .page-blog-list .blog-list {
    padding: 0px 8px;
  }
  .page-blog-list .blog-categories {
    padding: 8px;
  }
  .page-blog-list .blog-categories .links-menu {
    display: block;
  }
  .page-blog-list .blog-categories .pagination {
    float: left;
  }

  .blog-preview__info h1 {
    font-size: 28px;
    line-height: normal;
  }
}
@media only screen and (max-width: 400px) {
  .blog-box {
    width: 100%;
  }
}
.page-contact {
  padding-left: 48px;
  padding-right: 48px;
}
.page-contact .contact-links ul {
  display: inline-block;
}
.page-contact .contact-links ul li {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.page-contact .contact-links ul .link {
  display: block;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  color: #111;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  padding: 15px;
  text-decoration: none;
}
.page-contact .contact-links ul .link .svg-icon {
  vertical-align: middle;
  margin-right: 5px;
}
.page-contact .contact-main .contact-locations {
  webkit-box-flex: 0;
  -webkit-flex: 0 0 450px;
  flex: 0 0 450px;
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
}
.page-contact .contact-main .contact-locations .location {
  border-top: 1px solid #e7e7e7;
  cursor: pointer;
}
.page-contact .contact-main .contact-locations .location .title {
  position: relative;
  color: #111;
  padding: 15px 10px;
}
.page-contact .contact-main .contact-locations .location .title .number {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #e7e7e7;
  color: #111;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.page-contact .contact-main .contact-locations .location .title .svg-icon {
  position: absolute;
  top: 12px;
  right: 6px;
}
.page-contact .contact-main .contact-locations .location .title:hover {
  background: #f0f0f0;
}
.page-contact .contact-main .contact-locations .location .title:hover .name {
  text-decoration: underline;
}
.page-contact .contact-main .contact-locations .location .info {
  display: none;
  padding: 10px;
}
.page-contact .contact-main .contact-locations .location .info__col {
  *zoom: 1;
  padding-bottom: 10px;
  font-size: 14px;
}
.page-contact .contact-main .contact-locations .location .info__col:before, .page-contact .contact-main .contact-locations .location .info__col:after {
  display: table;
  content: "";
}
.page-contact .contact-main .contact-locations .location .info__col:after {
  clear: both;
}
.page-contact .contact-main .contact-locations .location .info__col .name {
  color: #8d8d8d;
  width: 100px;
  float: left;
}
.page-contact .contact-main .contact-locations .location .info__col .value {
  color: #111;
  margin-left: 100px;
}
.page-contact .contact-main .contact-locations .location .info__col .value p {
  margin: 0px;
}
.page-contact .contact-main .contact-locations .location .info__col.link {
  padding-top: 10px;
}
.page-contact .contact-main .contact-locations .location .info__col.link a {
  color: #111;
  text-decoration: underline;
}
.page-contact .contact-main .contact-map {
  webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
}
.page-contact .contact-about-us {
  font-size: 16px;
  line-height: 20px;
}
.page-contact .contact-about-us b {
  font-weight: 600;
}
.page-contact .contact-about-us p {
  margin: 0px;
}
.page-contact .contact-about-us p.end {
  margin-bottom: 25px;
}

@media only screen and (max-width: 800px) {
  .page-contact {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page-contact .contact-links {
    display: inline-block;
    width: 100%;
  }
  .page-contact .contact-links ul {
    display: block;
  }
  .page-contact .contact-links ul li {
    margin-right: 0px;
    float: none;
  }
  .page-contact .contact-links ul .link {
    padding: 10px;
    line-height: 32px;
    font-size: 16px;
  }
  .page-contact .contact-links ul .link .svg-icon {
    width: 32px;
    height: 32px;
  }
  .page-contact .contact-main {
    display: block;
  }
  .page-contact .contact-main .contact-locations {
    padding: 0;
    padding-bottom: 16px;
  }
  .page-contact .contact-main .contact-map {
    max-height: 300px;
  }
  .page-contact .contact-main .contact-map iframe {
    height: 300px;
  }
  .page-contact .contact-bottom {
    display: block;
  }
  .page-contact .contact-bottom .col-main {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 600px) {
  .page-contact .contact-form .btn-main {
    width: 100%;
  }
}
.page-category-list .list-left {
  padding-top: 40px;
}
.page-category-list .list-left .category-name {
  display: block;
  padding-bottom: 20px;
  font-weight: 600;
}
.page-category-list .category-list {
  webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  margin-left: 260px;
  padding-bottom: 20px;
}
.page-category-list .category-list ul {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  flex-wrap: wrap;
}
.page-category-list .category-list_all h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-category-list .category-list_all h2 a {
  color: #000;
  text-decoration: none;
}
.page-category-list .category-list_all h2 a:hover {
  text-decoration: underline;
}
.page-category-list .category-list_all .category-box {
  width: 250px;
}
.page-category-list .category-list_all .category-box__name {
  font-size: 16px;
}
.page-category-list .category-list_all ul {
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  .page-category-list .list-left {
    display: none;
  }
  .page-category-list .list-body {
    padding: 0px 8px;
  }
  .page-category-list .category-list {
    margin-left: 0px;
  }

  .category-box {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .visible-desktop {
    display: none !important;
  }

  .visible-mobile {
    display: block !important;
  }

  header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .products-carousel.flickity_carousel .flickity-prev-next-button {
    display: none;
  }
  .products-carousel.flickity_carousel .flickity-slider .product-box {
    width: 45%;
  }

  .page-home {
    margin: 0px 24px;
  }

  .col-25 {
    width: 50%;
  }

  .col-33, .col-50, .col-66, .col-75 {
    width: 100%;
  }

  body.mobile-footer {
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 640px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .page-home {
    margin: 0px 8px;
  }

  .products-carousel.flickity_carousel .flickity-prev-next-button {
    display: none;
  }
  .products-carousel.flickity_carousel .flickity-slider .product-box {
    width: 100%;
  }

  .products-carousel .flickity-page-dots li {
    width: 25px;
  }
}

/*# sourceMappingURL=main.css.map */
