@import url(extra-lib/filter.css);
@import url(extra-lib/rating.css);
/**
Como utilizarlo:

var(--main-bg-primary)
**/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
  vertical-align: top;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
a,
span {
  vertical-align: baseline;
}
b,
strong {
  vertical-align: baseline;
  font-weight: bold;
}
i,
dfn {
  font-style: italic;
}
img {
  max-width: 100%;
}
body {
  font: normal 16px Rubik;
  color: #78909c;
}
@webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    animation-timing-function: ease-out;
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
    animation-timing-function: ease-out;
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    animation-timing-function: ease-out;
  }
}
@webkit-keyframes boxScale {
  30% {
    opacity: 0.7;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes boxScale {
  40% {
    opacity: 0.4;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    animation-timing-function: ease-in;
  }
  70% {
    opacity: 0.6;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes bounce_circular3dG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
@-o-keyframes bounce_circular3dG {
  0% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.3);
  }
}
@-ms-keyframes bounce_circular3dG {
  0% {
    -ms-transform: scale(1);
  }
  100% {
    -ms-transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circular3dG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounce_circular3dG {
  0% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.3);
  }
}
.scheme_1 input:focus::-webkit-input-placeholder,
.scheme_1 textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.scheme_1 .clearfix {
  zoom: 1;
}
.scheme_1 .clearfix:before,
.scheme_1 .clearfix:after {
  content: "";
  display: table;
}
.scheme_1 .clearfix:after {
  clear: both;
}
.scheme_1 .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_1 .hidden,
.scheme_1 .visuallyhidden {
  display: none;
}
.scheme_1 .left {
  float: left;
}
.scheme_1 .right {
  float: right;
}
.scheme_1 .jq-selectbox {
  display: block;
  z-index: 1000 !important;
  cursor: pointer;
}
.scheme_1 .jq-selectbox__select-text {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scheme_1 .jq-selectbox__trigger i {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_1 .jq-selectbox__dropdown {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_1 .jq-selectbox.opened .jq-selectbox__trigger i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scheme_1 #at15s {
  z-index: 999 !important;
}
.scheme_1 #habla_window_div {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.scheme_1 #habla_window_div textarea {
  min-height: 1px;
}
.scheme_1 #habla_window_div textarea {
  min-height: 1px;
}
.scheme_1 .global_loader {
  width: 44px;
  height: 44px;
  margin: 0 0 0 -22px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1001;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMhJREFUeNrs2TEKwkAUhOEXBSurQM5jo2AbyG2EgIfyCkKqXEDiGYI2QkBn5aXYYBqb7MAM/Ft/LNutWbwtqtEVDei9UIMbajf93A51CyLn6twWrUwQOq0csTl6EICDMV/jOKG9pb+Nv21rCW53rM1wvFzPsD5zOc1WRjaBBRZYYIEFFlhggQUWWGCBBRZYYIEFFvh/cE/kfQbwnQh8C+ALEfhrLYznU6YY5RUBuJpe98HS/Vg8zr2R8E16Rk0C0MYt0dftR4ABAFfva4h/thfHAAAAAElFTkSuQmCC")
    50% 50% no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.scheme_1 .global_loader:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("fancybox_loading.gif") 50% 50% no-repeat;
}
.scheme_1 .loader_on .global_loader {
  top: 20px;
  opacity: 1;
}
.scheme_1 .loader_off .global_loader {
  top: 0;
  opacity: 0;
}
.scheme_1 #page_preloader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.scheme_1 #page_preloader .global_loader {
  margin: -29px 0 0 -29px;
  top: 50%;
  background: none;
  width: 58px;
  height: 58px;
}
.scheme_1 #page_preloader .global_loader:after {
  display: none;
}
.scheme_1 #page_preloader.off {
  opacity: 0;
}
.scheme_1 #circular3dG {
  position: relative;
  width: 58px;
  height: 58px;
  margin: auto;
}
.scheme_1 .circular3dG {
  position: absolute;
  background-color: var(--main-bg-primary);
  width: 17px;
  height: 17px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -o-animation-name: bounce_circular3dG;
  -ms-animation-name: bounce_circular3dG;
  -webkit-animation-name: bounce_circular3dG;
  -moz-animation-name: bounce_circular3dG;
  animation-name: bounce_circular3dG;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
}
.scheme_1 #circular3d_1G {
  left: 23px;
  top: 4px;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.scheme_1 #circular3d_2G {
  left: 36px;
  top: 14px;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.scheme_1 #circular3d_3G {
  left: 43px;
  top: 26px;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.scheme_1 #circular3d_4G {
  left: 40px;
  top: 39px;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.scheme_1 #circular3d_5G {
  left: 24px;
  top: 43px;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.scheme_1 #circular3d_6G {
  left: 5px;
  top: 28px;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.scheme_1 #circular3d_7G {
  left: 0px;
  top: 8px;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.scheme_1 #circular3d_8G {
  left: 10px;
  top: 0px;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.scheme_1 #cookies_container {
  padding: 5px 0;
  background: #111;
  text-align: center;
  bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.scheme_1 #cookies_container p {
  display: inline-block;
  margin: 0;
  padding: 19px 0 0;
  font-size: 14px;
  color: #888;
}
.scheme_1 #cookies_container p b {
  vertical-align: baseline;
  color: #fff;
}
.scheme_1 #cookies_container .cookie_btn {
  height: 40px;
  display: inline-block;
  margin: 5px 0 5px 6px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_1 #cookies_container #cookie_ok {
  margin: 10px 0 10px 20px;
  background: #18a439;
  border-color: #18a439;
}
.scheme_1 #cookies_container #cookie_ok:hover {
  background: #585858;
  border-color: #585858;
}
.scheme_1 #cookies_container #cookie_no {
  border-color: #585858;
}
.scheme_1 #cookies_container #cookie_no:hover {
  background: #585858;
  border-color: #585858;
}
.scheme_1 #google_map,
.scheme_1 #google_map iframe {
  width: 100% !important;
  height: 400px !important;
  background: #e7e7e6;
}
.scheme_1 #google_map img {
  max-width: none !important;
}
.scheme_1 .template-index #google_map,
.scheme_1 .template-index #google_map iframe {
  height: 600px !important;
}
.scheme_1 .fancybox-skin {
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_1 .fancybox-close {
  width: 36px;
  height: 36px;
  display: block;
  background: #555;
  border: none;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.scheme_1 .fancybox-close:hover {
  background: var(--main-bg-primary);
  color: #fff;
}
.scheme_1 .fancybox-close:before {
  content: "\f00d";
  display: block;
  font: 15px/36px "FontAwesome";
  text-align: center;
}
.scheme_1 .fancybox-nav span {
  width: 36px;
  height: 36px;
  display: block;
  margin: -18px 0 0 0;
  background: #555;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_1 .fancybox-nav span:before {
  display: block;
  font: 12px/36px "FontAwesome";
  color: #fff;
  text-align: center;
}
.scheme_1 .fancybox-nav:hover > span {
  background: var(--main-bg-primary);
}
.scheme_1 .fancybox-prev span:before {
  content: "\f053";
  padding: 0 2px 0 0;
}
.scheme_1 .fancybox-next span:before {
  content: "\f054";
  padding: 0 0 0 2px;
}
.scheme_1 .fancybox_alert {
  padding: 0 !important;
  text-align: center;
}
.scheme_1 .fancybox_alert .alert {
  margin: 0;
  padding: 40px;
  font-size: 14px;
}
.scheme_1 .fancybox_alert .btn {
  margin: 15px 0 0 0;
  padding: 0 20px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
.scheme_1 .fancybox_alert .btn ~ .btn {
  margin: 15px 0 0 5px;
}
.scheme_1 #cart_added .cart_added__row {
  height: 120px;
  display: table;
}
.scheme_1 #cart_added h4 {
  margin: 0 0 15px 0;
  max-width: 450px;
  text-align: center;
  font-size: 20px;
}
.scheme_1 #cart_added.cart_error {
  max-width: 420px;
}
.scheme_1 .cart_added__1 {
  width: 120px;
  height: 100%;
  display: table-cell;
  text-align: center;
}
.scheme_1 .cart_added__1 img {
  height: 120px;
  padding: 10px;
  border: 1px solid #f7f7f7;
}
.scheme_1 .cart_added__2 {
  width: 300px;
  height: 100%;
  display: table-cell;
  padding: 0 0 0 15px;
}
.scheme_1 .cart_added__2 .product_name {
  display: block;
}
.scheme_1 .cart_added__2 #cart_added__quantity {
  margin: 15px 0 0 0;
  font-size: 16px;
}
.scheme_1 .cart_added__2 .btn {
  margin: 15px 10px 0 0;
  padding: 0 10px;
  text-transform: none;
}
.scheme_1 #quick_view__wrap .fancybox-skin {
  padding: 30px !important;
}
.scheme_1 #product_quick_view {
  width: 668px;
}
.scheme_1 .product_quick_wrapper {
  width: 100%;
  display: table;
}
.scheme_1 .quick_view__left {
  width: 317px;
  height: 100%;
  display: table-cell;
  padding: 0 15px 0 0;
}
.scheme_1 .quick_view__left #img_big {
  width: 302px;
  padding: 2px;
  border: 1px solid #f7f7f7;
}
.scheme_1 .quick_view__left #img_big img {
  background: rgba(0, 0, 0, 0.05);
}
.scheme_1 .quick_view__left .product_images {
  width: 302px;
}
.scheme_1 .quick_view__right {
  height: 100%;
  display: table-cell;
  overflow: hidden;
  padding: 0 0 0 15px;
}
.scheme_1 .quick_view__right p {
  margin: 15px 0 0 0;
  font-size: 14px;
}
.scheme_1 .quick_view__right label {
  font-weight: normal;
  font-size: 14px;
  color: #37474f;
}
.scheme_1 #quick_view__name {
  margin: 0;
  font-size: 38px;
}
.scheme_1 #quick_view__name a {
  color: var(--main-bg-primary);
}
.scheme_1 #quick_view__name a:hover {
  color: #00b06c;
}
.scheme_1 #quick_view__variants {
  overflow: hidden;
  margin: 15px -10px 0 -10px;
}
.scheme_1 #quick_view__variants label {
  display: block;
  padding: 0 10px;
}
.scheme_1 #quick_view__variants .selector-wrapper {
  width: 33.33333333333333%;
  float: left;
  padding: 15px 10px 0 10px;
}
.scheme_1 #quick_view__variants .selector-wrapper label {
  display: none !important;
}
.scheme_1 #quick_view__variants .selector-wrapper select {
  width: 100%;
  display: block;
}
.scheme_1 #quick_view__price {
  margin: 30px 0 0 0;
  position: relative;
}
.scheme_1 #quick_view__price .price {
  margin: 0;
  padding: 0 60px 0 0;
}
.scheme_1 #quick_view__price .money {
  margin: 0 7px 0 0;
  font-size: 20px;
}
.scheme_1 #quick_view__price .money_sale {
  font-size: 16px;
}
.scheme_1 #quick_view__price .money_sale_percent {
  width: 52px;
  height: 26px;
  display: block;
  margin: -13px 0 0 0;
  background: var(--main-bg-primary);
  font: bold 14px/26px "Arial";
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scheme_1 #quick_view__availability {
  margin: 20px 0 0 0;
}
.scheme_1 #quick_view__form {
  margin: 15px 0 0 0;
}
.scheme_1 #quick_view__form label {
  display: block;
}
.scheme_1 #quick_view__form #quick_view__add {
  height: 50px;
  margin: 10px 10px 0 0;
  padding: 0 20px;
  font-size: 18px;
}
.scheme_1 body {
  font: 300 16px Rubik;
  color: #78909c;
  line-height: 1.44;
}
.scheme_1 h1,
.scheme_1 h2,
.scheme_1 h3,
.scheme_1 h4,
.scheme_1 h5,
.scheme_1 h6 {
  margin: 15px 0;
  font: 300 38px Rubik;
  color: #37474f;
  line-height: 1.12;
  text-transform: uppercase;
}
.scheme_1 h2,
.scheme_1 h3,
.scheme_1 h4 {
  font-size: 16px;
}
.scheme_1 h5,
.scheme_1 h6 {
  font-size: 14px;
}
.scheme_1 h2 {
  font-size: 30px;
}
.scheme_1 h3 {
  font-size: 26px;
}
.scheme_1 h4 {
  font-size: 22px;
}
.scheme_1 h5 {
  font-size: 18px;
}
.scheme_1 h6 {
  font-size: 14px;
}
.scheme_1 .page_heading,
.scheme_1 .section_heading {
  margin: 0;
  font-size: 30px;
}
.scheme_1 .page_heading a,
.scheme_1 .section_heading a {
  font-weight: inherit;
}

.scheme_1 .title1 {
  font-size: 87px;
  font-family: Rubik;
  color: var(--main-bg-primary);
  letter-spacing: 24px;
}
.scheme_1 .text1 {
  font-size: 41px;
  font-family: Lora;
  color: #37474f;
  font-style: italic;
}
.scheme_1 p {
  margin: 15px 0;
  padding: 0;
}
.scheme_1 .column_center ul {
  list-style-type: square;
  list-style-position: inside;
}
.scheme_1 .column_center ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.scheme_1 a {
  color: var(--main-bg-primary);
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_1 a:hover,
.scheme_1 a:active {
  color: #37474f;
}
.scheme_1 .product_name {
  font-size: 16px;
  color: #78909c;
}
.scheme_1 .product_name a {
  color: #78909c;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_1 .product_name a:hover {
  color: var(--main-bg-primary);
}
.scheme_1 .product_desc {
  font-size: 15px;
  color: #78909c;
}
.scheme_1 .money {
  color: #206ce7;
}
.scheme_1 .money_sale,
.scheme_1 .compare-at-price {
  color: #78909c;
  text-decoration: line-through;
}
.scheme_1 .rte {
  margin-top: 15px;
  margin-bottom: 15px;
  color: inherit;
}
.scheme_1 .rte > * {
  max-width: 100%;
}

.scheme_1 .rte a:hover {
  text-decoration: none;
}
.scheme_1 .rte h1,
.scheme_1 .rte h2,
.scheme_1 .rte h3,
.scheme_1 .rte h4,
.scheme_1 .rte h5,
.scheme_1 .rte h6 {
  margin: 30px 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.scheme_1 .rte h1 {
  font-size: 22px;
}
.scheme_1 .rte h2 {
  font-size: 18px;
}
.scheme_1 .rte h3 {
  font-size: 16px;
}
.scheme_1 .rte h4 {
  font-size: 15px;
}
.scheme_1 .rte h5 {
  font-size: 14px;
}
.scheme_1 .rte h6 {
  font-size: 12px;
}
.scheme_1 .rte ul {
  list-style-type: disc;
  list-style-position: inside;
}
.scheme_1 .rte ol {
  
  list-style-position: inside;
}
.scheme_1 .rte blockquote {
  padding: 5px 35px;
  font-weight: normal;
}
.scheme_1 .rte blockquote:before {
  content: "\f10d";
  font: 16px "FontAwesome";
}
.scheme_1 .rte blockquote:after {
  content: "\f10e";
  float: right;
  font: 12px "FontAwesome";
}
.scheme_1 .rte blockquote * {
  margin: 10px 0 !important;
  font-size: 15px;
}
.scheme_1 .rte iframe {
  max-width: 100% !important;
}
.scheme_1 .youtube_wrap {
  padding: 56.25% 0 0 0;
  position: relative;
}
.scheme_1 .youtube_wrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.scheme_1 .page_content .rte table {
  width: 100%;
  max-width: 100%;
}
.scheme_1 .page_content .rte table td {
  padding: 0 15px;
}
.scheme_1 .page_content .rte table td img {
  width: auto;
  max-width: 100% !important;
}
.scheme_1 .page_content .rte table h2,
.scheme_1 .page_content .rte table h3,
.scheme_1 .page_content .rte table h4,
.scheme_1 .page_content .rte table h5,
.scheme_1 .page_content .rte table h6 {
  margin: 15px 0;
  padding: 0;
  border: none;
  font-weight: normal;
  color: #78909c;
  text-transform: uppercase;
}
.scheme_1 .page_content .rte table h4 {
  font-size: 18px;
}
.scheme_1 label {
  font-weight: bold;
  font-size: 16px;
}
.scheme_1 select,
.scheme_1 select.form-control,
.scheme_1 textarea,
.scheme_1 textarea.form-control,
.scheme_1 input[type="text"],
.scheme_1 input[type="email"],
.scheme_1 input[type="number"],
.scheme_1 input[type="password"],
.scheme_1 input[type="tel"] {
  padding: 6px;
  border: 1px solid #f7f7f7;
  font: normal 14px "Arial";
  font-family: Rubik;
  color: #78909c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
}
.scheme_1 input[type="text"],
.scheme_1 input[type="email"],
.scheme_1 input[type="number"],
.scheme_1 input[type="password"],
.scheme_1 input[type="tel"] {
  height: 34px;
  line-height: 18px;
  padding: 7px;
}
.scheme_1 select,
.scheme_1 select.form-control {
  padding: 8px 3px;
}
.scheme_1 textarea,
.scheme_1 textarea.form-control {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.scheme_1 select:focus,
.scheme_1 select.form-control:focus,
.scheme_1 textarea:focus,
.scheme_1 textarea.form-control:focus,
.scheme_1 input[type="text"]:focus,
.scheme_1 input[type="email"]:focus,
.scheme_1 input[type="number"]:focus,
.scheme_1 input[type="password"]:focus,
.scheme_1 input[type="tel"]:focus {
  border-color: #aaa;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
}
.scheme_1 input[type="radio"],
.scheme_1 input[type="checkbox"],
.scheme_1 .form-group {
  vertical-align: top !important;
  margin-top: 15px;
  margin-bottom: 0;
}
.scheme_1 .form-horizontal label {
  padding-top: 0 !important;
  text-align: right;
  line-height: 34px;
}
.scheme_1 .form-horizontal select {
  width: 100%;
}
.scheme_1 .action_bottom span.note {
  margin-left: 5px;
}
.scheme_1 .action_bottom span.note a {
  margin-left: 5px;
}
.scheme_1 .alert {
  margin: 15px 0;
  padding: 12px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_1 .alert p {
  margin: 0;
}
.scheme_1 .alert a {
  font-weight: bold;
  text-decoration: underline;
}
.scheme_1 .alert a:hover {
  text-decoration: none;
}
.scheme_1 .alert ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}
.scheme_1 .alert ul li {
  font-weight: bold;
}
.scheme_1 .alert ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
}
.scheme_1 .alert ol li {
  font-weight: bold;
}
.scheme_1 .alert > p + p,
.scheme_1 .alert > ul + ul {
  margin: 10px 0 0 0;
}
.scheme_1 .alert-success {
  background-color: #dff0d8;
  color: #1e892a;
}
.scheme_1 .alert-success a {
  color: #1e892a;
}
.scheme_1 .alert-info {
  background-color: #cfedfc;
  color: #267abe;
}
.scheme_1 .alert-info a {
  color: #267abe;
}
.scheme_1 .alert-warning {
  background-color: #fff5c7;
  color: #c87100;
}
.scheme_1 .alert-warning a {
  color: #c87100;
}
.scheme_1 .alert-danger,
.scheme_1 .alert-error {
  background-color: #ffcccc;
  color: #d10300;
}
.scheme_1 .alert-danger a,
.scheme_1 .alert-error a {
  color: #d10300;
}
.scheme_1 .alert-form {
  border-color: #d10300 !important;
}
.scheme_1 .alert-form-info {
  display: none;
  margin: 5px 0 0 0;
  font-weight: bold;
  color: #d10300;
  font-size: 12px;
}
.scheme_1 .notify_success {
  color: #1e892a;
}
.scheme_1 .notify_info {
  color: #267abe;
}
.scheme_1 .notify_warning {
  color: #c87100;
}
.scheme_1 .notify_danger {
  color: #d10300;
}
.scheme_1 .btn,
.scheme_1 .btn a,
.scheme_1 .btn-info,
.scheme_1 .btn-primary {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #206ce7;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 7px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_1 .btn a,
.scheme_1 .btn a a,
.scheme_1 .btn-info a,
.scheme_1 .btn-primary a {
  padding: 0 !important;
  border: none !important;
}
.scheme_1 .btn:focus {
  background: #206ce7;
  color: #fff;
}
.scheme_1 .btn:hover,
.scheme_1 .btn:hover a,
.scheme_1 .btn-info:hover,
.scheme_1 .btn-primary:hover {
  background: var(--main-bg-primary);
  color: #fff;
}
.scheme_1 .btn-alt,
.scheme_1 .btn-alt a {
  background: #206ce7;
  color: #fff;
}
.scheme_1 .btn-alt:hover,
.scheme_1 .btn-alt:hover a {
  background: var(--main-bg-primary);
  color: #fff;
}
.scheme_1 .btn-big {
  height: 55px;
  padding: 0 38px;
  line-height: 55px;
  font-size: 15px;
  background: var(--main-bg-primary);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.scheme_1 .btn-big:hover {
  background: var(--main-bg-secondary);
}
.scheme_1 .btn-icon:focus {
  background: none;
  color: #206ce7;
}
.scheme_1 .btn-icon {
  position: relative;
  padding: 0;
  background: none;
  font-size: 30px;
  color: var(--main-bg-secondary);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_1 .btn-icon .icon {
  display: block;
}
.scheme_1 .btn-icon .icon + span {
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 12px;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  color: #fff;
  background: var(--main-bg-primary);
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.6);
  opacity: 0;
}
.scheme_1 .btn-icon .icon + span:after {
  content: "";
  display: block;
  position: absolute;
  left: -11px;
  top: 50%;
  border: 6px solid transparent;
  border-right-color: var(--main-bg-primary);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.scheme_1 .btn-icon:hover {
  background: none;
  color: var(--main-bg-primary);
}
.scheme_1 .btn-icon:hover .icon + span {
  opacity: 1;
}
.scheme_1 html {
  width: 100%;
  height: 100%;
}
.scheme_1 #wrapper1 {
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.scheme_1 #wrapper2 {
  overflow: hidden;
}
.scheme_1 .container {
  padding: 0;
}
.scheme_1 .old_browsers {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000;
}
.scheme_1 .old_browsers a {
  display: block;
  padding: 0 0 16px 0;
  background: #ffdd77;
  font-size: 0;
  color: #272727;
  text-align: center;
  text-decoration: none;
}
.scheme_1 .old_browsers a i {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  margin: 16px 0 0 0;
  font-size: 44px;
  color: #c05420;
}
.scheme_1 .old_browsers a b,
.scheme_1 .old_browsers a span {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  margin: 16px 0 0 15px;
  font-size: 20px;
  line-height: 43px;
}
.scheme_1 .old_browsers a .btn {
  height: 44px;
  vertical-align: top;
  padding: 0 30px;
  background: none !important;
  border: 2px solid #272727 !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  color: #272727 !important;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.scheme_1 .old_browsers a .btn:hover {
  background: #272727 !important;
  color: #fff !important;
}
.scheme_1 #newsletter_popup__wrap {
  width: 100% !important;
  max-width: 570px;
  background: #fff;
  left: 0;
  background: #fff url(newsletter_popup_bg_imga305.png?10163904222330965424) 50%
    50% no-repeat;
  background-size: cover;
}
.scheme_1 #newsletter_popup__wrap .fancybox-skin,
.scheme_1 #newsletter_popup__wrap .fancybox-outer,
.scheme_1 #newsletter_popup__wrap .fancybox-inner {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  background: none;
}
.scheme_1 #newsletter_popup__wrap .fancybox-close {
  right: 7px;
  top: 5px;
}
.scheme_1 #newsletter_popup {
  height: 100% !important;
  padding: 77px 50px 90px;
}
.scheme_1 #newsletter_popup h2 {
  margin: 0;
  color: #dfd9df;
  font-size: 45px;
  letter-spacing: 12.6px;
}
.scheme_1 #newsletter_popup p {
  margin-top: -3px;
  font-size: 24px;
  color: #37474f;
  text-align: right;
  font-style: italic;
  font-family: Lora;
}
.scheme_1 #newsletter_popup form {
  position: relative;
  margin-top: 30px;
}
.scheme_1 #newsletter_popup .form_inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_1 #newsletter_popup .form_inside input {
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  color: #918191;
  line-height: 45px;
  border: 2px solid #e2e7ec;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.scheme_1 #newsletter_popup .form_inside .btn {
  margin-left: 30px;
  min-width: 170px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 3.92px;
  font-size: 14px;
  background: var(--main-bg-primary);
}
.scheme_1 #newsletter_popup .form_inside .btn:hover {
  background: #206ce7;
}
.scheme_1 #newsletter_popup .newsletter_off__wrap {
  margin: 30px 0 0 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  background: rgba(255, 255, 255, 0.6);
}
.scheme_1 #newsletter_popup #newsletter_off {
  height: auto;
  background: none !important;
  border: none !important;
  font-size: 12px;
  color: var(--main-bg-primary) !important;
  cursor: pointer;
}
.scheme_1 #newsletter_popup #newsletter_off:hover {
  color: #00b06c !important;
}
.scheme_1 #newsletter_popup .newsletter_error {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 11px;
  color: #f00;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
}
.scheme_1 #newsletter_popup .newsletter_success {
  font-weight: bold;
  color: #119000;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.scheme_1 #promobanner {
  height: 160px;
  background-color: #e2e7ec;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #e2e7ec
    url(//cdn.shopify.com/s/files/1/1633/0135/t/3/assets/promobanner_bg_img.png?10163904222330965424)
    center center no-repeat;
  z-index: 100;
}
.scheme_1 #promobanner.opened ~ .parallax_top_block .user_pannel {
  top: 160px;
}
.scheme_1 #promobanner_close {
  display: block;
  vertical-align: top;
  color: #37474f;
  position: absolute;
  right: 30px;
  top: 25px;
  z-index: 1000;
}
.scheme_1 #promobanner_close:before {
  content: "\f00d";
  font: 20px/1em "FontAwesome";
}
.scheme_1 #promobanner_close:hover {
  color: var(--main-bg-primary);
}
.scheme_1 .promobanner_container {
  width: 1600px;
  margin: 0 auto;
}
.scheme_1 .promobanner_error {
  height: 120px;
  font-size: 20px;
  line-height: 120px;
  color: #d10300;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
.scheme_1 .promobanner_content {
  width: 1100px;
  padding-left: 515px;
  float: left;
}
.scheme_1 .promobanner_content img {
  float: left;
}
.scheme_1 .promobanner_text {
  float: left;
  text-align: left;
}
.scheme_1 .promobanner_text h2 {
  margin: 14px 0 0 0;
  color: var(--main-bg-primary);
  font-size: 64px;
}
.scheme_1 .promobanner_text span {
  font-size: 30px;
  color: var(--main-bg-primary);
}
.scheme_1 .promobanner_text span:last-child {
  font-weight: 400;
  color: #37474f;
}
.scheme_1 .promobanner_bottom p {
  float: left;
  margin: 4px 0;
}
.scheme_1 .promobanner_bottom .btn {
  float: right;
  margin-right: 6px;
}
.scheme_1 .promobanner_counter {
  width: 500px;
  float: right;
  margin: 30px 0 0 0;
  text-align: right;
}
.scheme_1 #promobanner_countdown {
  height: 100px;
}
.scheme_1 #promobanner_countdown > div {
  width: 100px;
  position: relative;
}
.scheme_1 #promobanner_countdown > div ~ div {
  margin: 0 0 0 20px;
}
.scheme_1 #promobanner_countdown canvas {
  width: 100px !important;
}
.scheme_1 #promobanner_countdown input {
  width: 100px;
  height: 40px;
  vertical-align: top;
  margin: 23px 0 0 -100px;
  padding: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
  color: #37474f;
  text-align: center;
}
.scheme_1 #promobanner_countdown span {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin: 54px 0 0 -100px;
  font-size: 16px;
  color: #78909c;
  text-align: center;
}
.scheme_1 header {
  position: relative;
  z-index: 20;
  background: #e2e7ec;
}
.scheme_1 .parallax_top_block {
  position: relative;
  min-height: 100vh;
  background: url(../filesDontMove/baseback.jpg);
  padding-bottom: 30px;
  z-index: 999;
}
.scheme_1 .parallax_top_block .parallax-scene {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.scheme_1 .parallax_top_block header {
  background: none;
}
.scheme_1 .header_top {
  min-height: 135px;
  padding: 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.scheme_1 .header_top > div {
  padding-top: 0px;
  padding-bottom: 20px;
}
.scheme_1 .ie-browser .header_top {
  height: 135px;
}
.scheme_1 .logo_main {
  padding: 0 15px;
}
.scheme_1 .logo_main a {
  color: #37474f;
  display: inline-block;
}
.scheme_1 .logo_main b {
  font-size: 30px;
  font-weight: 300;
  font-family: Rubik;
  text-transform: uppercase;
  letter-spacing: 7.8px;
}
.scheme_1 .header_custom_text_1,
.scheme_1 .header_custom_text_2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #37474f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_1 .header_custom_text_1 span,
.scheme_1 .header_custom_text_2 span {
  display: block;
}
.scheme_1 .header_custom_text_2 {
  text-align: right;
}
.scheme_1 .custom_top_wrapper {
  background-size: cover;
  min-height: calc(100vh - 135px * 2);
  text-align: center;
  width: 100%;
  max-width: 1560px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_1 .custom_top_wrapper .parallax-scene {
  z-index: 1;
}
.scheme_1 .custom_top_wrapper .custom_top_wrapper_inside {
  position: relative;
  width: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 135px * 2);
}
.scheme_1 .custom_top + .homepage_collections_wrapper {
  -webkit-transform: translate(0%, 25%);
  transform: translate(0%, 25%);
  z-index: 20;
}
.scheme_1 .custom_top {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scheme_1 .custom_top .rd-parallax-inner {
  left: 0;
  right: 0;
  width: 100% !important;
}
.scheme_1 .custom_top .rd-parallax-layer {
  width: 100% !important;
}
.scheme_1 .custom_top .text_wrapper2 {
  display: inline-block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_1 .custom_top .title1 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .custom_top .title1,
.scheme_1 .custom_top .text1 {
  margin: 0;
}
.scheme_1 .custom_top .btn {
  margin-top: 24px;
  font-weight: 500;
}
.scheme_1 .parallax-scene {
  overflow: hidden;
}
.scheme_1 .title1 + .text1 {
  margin-top: -11px;
}
.scheme_1 .ie-browser .custom_top_wrapper_inside {
  min-height: calc(100vh - 135px * 2);
}
.scheme_1 .custom_top_inside_bg {
  position: absolute;
  top: -135px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.scheme_1 .custom_top_inside_bg > img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
.scheme_1 .custom_top_inside_bg .rd-parallax-inner {
  overflow: hidden;
  min-height: calc(100vh - 135px);
  margin-top: 0 !important;
}
.scheme_1 .custom_top_inside_bg .rd-parallax-layer img {
  padding-top: 87px;
}
.scheme_1 .homepage_collections_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scheme_1 .homepage_collections_wrapper .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scheme_1 .ie-browser .homepage_collection {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
}
.scheme_1 .homepage_collection {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 33.33333%;
}
.scheme_1 .homepage_collection a {
  position: relative;
  display: block;
  height: 270px;
  width: 100%;
  z-index: 1;
}
.scheme_1 .homepage_collection a:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  background: rgb(32 108 231 / 85%);
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.scheme_1 .homepage_collection a:hover:before {
  -webkit-animation: boxScale 0.7s;
  animation: boxScale 0.7s;
  opacity: 1;
}
.scheme_1 .homepage_collection .collection_image {
  background: white;
  z-index: 1;
}
.scheme_1 .homepage_collection .collection_image.img_custom {
  background: black;
}
.scheme_1 .homepage_collection .collection_image img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  object-fit: cover;
}
.scheme_1 .homepage_collection h3 {
  position: absolute;
  margin: 0;
  padding: 30px;
  left: 50%;
  top: 50%;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}
.scheme_1 .slide_element {
  z-index: 5;
  position: absolute;
  opacity: 0;
  right: 0%;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}
.scheme_1 .color_scheme .elem_toggle {
  position: relative;
  z-index: 10;
}
.scheme_1 .color_scheme .elem_toggle.active {
  z-index: 1002;
}
.scheme_1 .color_scheme .elem_toggle.active.visible {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_1 .color_scheme .elem_toggle.active + .slide_element {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  z-index: 1001;
}
.scheme_1 .user_pannel {
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .ie-browser .user_pannel {
  right: 16px;
}
.scheme_1 .user_pannel__item {
  position: relative;
  display: block;
  text-align: center;
}
.scheme_1 .user_pannel__item .jq-selectbox,
.scheme_1 .user_pannel__item .visible {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #fff;
  color: var(--main-bg-primary);
  font-size: 30px;
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.scheme_1 .user_pannel__item .jq-selectbox:hover,
.scheme_1 .user_pannel__item .visible:hover {
  background: var(--main-bg-primary);
  color: #fff;
}
.scheme_1 .user_pannel__item .jq-selectbox:hover span + span,
.scheme_1 .user_pannel__item .visible:hover span + span {
  color: #fff;
}
.scheme_1 .user_pannel__item .content {
  position: absolute;
  top: 0;
}
.scheme_1 .user_pannel__item span {
  display: inline-block;
}
.scheme_1 .user_pannel__item span + span {
  margin-left: 4px;
  font-size: 16px;
  color: #78909c;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .user_pannel__item:hover {
  background: var(--main-bg-primary);
  color: #fff;
}
.scheme_1 .elem_toggle.active + .search_form {
  right: 0;
}
.scheme_1 .header_search .elem_toggle.active {
  z-index: 10;
}
.scheme_1 .header_search form {
  position: relative;
  width: 385px;
  padding-right: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_1 .header_search #search-field {
  border: none;
  height: 80px;
  line-height: 80px;
  width: 100%;
  padding: 0 20px;
}
.scheme_1 .header_search #search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  font-size: 30px;
  width: 80px;
  line-height: 80px;
  color: var(--main-bg-primary);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .header_search #search-submit:hover {
  color: #00b06c;
}
.scheme_1 .header_currency select {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.scheme_1 .header_currency .jq-selectbox__select {
  padding: 0 20px 0 15px;
}
.scheme_1 .header_currency .jq-selectbox__select-text {
  font-size: 16px;
  line-height: 80px;
}
.scheme_1 .header_currency .jq-selectbox__trigger i {
  right: 10px;
  font-size: 16px;
  line-height: 80px;
}
.scheme_1 .header_currency .jq-selectbox__dropdown {
  width: 100% !important;
  top: 0 !important;
  right: 100%;
  left: auto !important;
  background: #fff;
  color: #78909c;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_1 .header_currency .jq-selectbox__dropdown ul li {
  line-height: 26.66667px;
  font-size: 16px;
}
.scheme_1 .header_currency .jq-selectbox__dropdown ul li.sel,
.scheme_1 .header_currency .jq-selectbox__dropdown ul li:hover {
  background: var(--main-bg-primary);
  color: #fff;
}
.scheme_1 .header_user {
  padding: 20px 100px 20px 20px;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_1 .header_user li {
  display: block;
}
.scheme_1 .header_user li a {
  color: #78909c;
  white-space: nowrap;
}
.scheme_1 .header_user li a:hover {
  color: var(--main-bg-primary);
}
.scheme_1 .header_user li a i {
  margin: 0 5px 0 0;
  line-height: 1.5em;
}
.scheme_1 .ie-browser #megamenu.megamenu_desktop .level_2_blog .blog_img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.scheme_1 #megamenu {
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_1 #megamenu.megamenu_desktop.megamenu_stuck {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.scheme_1 #megamenu.megamenu_desktop h2 {
  display: none;
}
.scheme_1 #megamenu.megamenu_desktop .level_1 {
  position: relative;
  background: #fff;
  min-width: 385px;
  padding: 20px 80px 20px 30px;
  text-align: left;
}
.scheme_1 #megamenu.megamenu_desktop .level_1_link {
  height: 45px;
  display: block;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  position: relative;
  color: #78909c;
}
.scheme_1 #megamenu.megamenu_desktop .menu_badge {
  height: 16px;
  line-height: 16px;
  display: block;
  font-size: 10px;
  color: #00b06c;
  position: absolute;
  left: 0;
  top: -3px;
}
.scheme_1 #megamenu.megamenu_desktop .level_1_item.sfHover .level_1_link,
.scheme_1 #megamenu.megamenu_desktop .level_1_item .level_1_link:hover,
.scheme_1 #megamenu.megamenu_desktop .level_1_item .level_1_link.active {
  color: var(--main-bg-primary);
}
.scheme_1 #megamenu.megamenu_desktop .level_2_wrap {
  padding: 20px;
  position: absolute;
  top: 0px;
  display: none;
  right: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_1 #megamenu.megamenu_desktop .level_2_small a {
  white-space: nowrap;
  color: #918191;
  font-size: 14px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_small a:hover {
  color: var(--main-bg-primary);
}
.scheme_1 #megamenu.megamenu_desktop .level_2_small li + li {
  margin-top: 10px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big {
  width: 100%;
  width: 915px;
  padding: 30px 30px 35px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .column_item {
  width: 33.3333333%;
  float: left;
  padding: 0 10px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .column_item {
  width: 33.33333333333333%;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_links .column_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 255px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 255px;
  -ms-flex: 0 1 255px;
  flex: 0 1 255px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_links .level_3 {
  margin-top: 25px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_links .level_3 a {
  color: #918191;
  font-size: 14px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_links .level_3 a:hover {
  color: var(--main-bg-primary);
}
.scheme_1 #megamenu.megamenu_desktop .level_2_links .level_3 li + li {
  margin-top: 10px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_blog .blog_img {
  height: 180px;
  margin-bottom: 37px;
  overflow: hidden;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_blog .blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_blog .blog_title {
  line-height: 1.277;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_blog .blog_title a {
  text-transform: none;
  color: #37474f;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_blog .blog_title a:hover {
  color: var(--main-bg-primary);
}
.scheme_1 #megamenu.megamenu_desktop .level_2_blog .blog_content {
  margin-bottom: 17px;
  color: #78909c;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_products .product:hover {
  position: relative;
  z-index: 100;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_products .btn-icon {
  height: 32px;
  line-height: 32px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_trigger {
  margin: 0;
  font-style: italic;
  font-family: Lora;
  text-transform: none;
}
.scheme_1 #megamenu.megamenu_mobile {
  text-align: left;
  right: 15px;
  max-width: 100%;
  width: auto;
}
.scheme_1 #megamenu.megamenu_mobile #megamenu_mobile_toggle {
  height: 50px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 40px 0 10px;
  font-size: 20px;
  line-height: 49px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
  font-family: Rubik;
  background: #fff;
}
.scheme_1 #megamenu.megamenu_mobile #megamenu_mobile_toggle i {
  position: absolute;
  right: 10px;
  top: 0;
}
.scheme_1 #megamenu.megamenu_mobile #megamenu_mobile_toggle i:before {
  content: "\f107";
  font: 30px/49px "FontAwesome";
}
.scheme_1 #megamenu.megamenu_mobile #megamenu_mobile_toggle.active i:before {
  content: "\f106";
}
.scheme_1 #megamenu.megamenu_mobile .menu_badge {
  display: none;
}
.scheme_1 #megamenu.megamenu_mobile .level_1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
}
.scheme_1 #megamenu.megamenu_mobile .level_1 a {
  color: #37474f;
}
.scheme_1 #megamenu.megamenu_mobile .level_1 a:hover {
  color: var(--main-bg-primary);
}
.scheme_1 #megamenu.megamenu_mobile .level_1 a.btn-icon {
  color: #fff;
}
.scheme_1 #megamenu.megamenu_mobile .level_1_item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_1 #megamenu.megamenu_mobile .level_1_link {
  display: block;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.scheme_1 #megamenu.megamenu_mobile .level_1_link .level_1_trigger {
  display: block;
  margin: -15px 0 0 0;
  font: 30px/1em "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
}
.scheme_1 #megamenu.megamenu_mobile .level_1_link .level_1_trigger:before {
  content: "\f107";
}
.scheme_1
  #megamenu.megamenu_mobile
  .level_1_link
  .level_1_trigger.active:before {
  content: "\f106";
}
.scheme_1 #megamenu.megamenu_mobile .level_2_wrap {
  display: none;
}
.scheme_1 #megamenu.megamenu_mobile .level_3 {
  display: none;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_small {
  text-transform: uppercase;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_small li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_1 #megamenu.megamenu_mobile .level_2_small a {
  display: block;
  padding: 8px 40px 8px 30px;
  font-size: 14px;
  line-height: 1.2em;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_links {
  text-transform: uppercase;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_links li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_1 #megamenu.megamenu_mobile .level_2_links a {
  display: block;
  padding: 8px 40px 8px 45px;
  font-size: 14px;
  line-height: 1.2em;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_trigger {
  margin: 0;
  padding: 8px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  color: #37474f;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_trigger:hover {
  color: var(--main-bg-primary);
}
.scheme_1 #megamenu.megamenu_mobile .level_2_trigger i {
  display: block;
  margin: -15px 0 0 0;
  font: 30px/1em "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_trigger i:before {
  content: "\f107";
}
.scheme_1 #megamenu.megamenu_mobile .level_2_trigger.active i:before {
  content: "\f106";
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .column_item {
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product {
  text-align: left;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_img {
  width: 100px;
  float: left;
  margin-right: 14px;
  margin-bottom: 0;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_img a {
  display: block;
  padding: 0;
  opacity: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_img a:hover {
  opacity: 0.7;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_info {
  overflow: hidden;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_price {
  margin-top: 10px;
  margin-left: 0;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_links {
  margin-top: 10px;
}
.scheme_1
  #megamenu.megamenu_mobile
  .level_2_products
  .product_links
  .btn-icon
  .icon
  + span {
  display: none !important;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_bottom {
  text-align: left;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_blog .column_item {
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_1 #megamenu.megamenu_mobile .level_2_blog .item_with_img .blog_img {
  width: 100px;
  float: left;
  margin-right: 14px;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_blog .item_with_img .blog_info {
  overflow: hidden;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_blog .blog_title {
  margin: 0px;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_blog .blog_content {
  margin: 10px 0 0 0;
  color: #78909c;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_blog .blog_date {
  margin-top: 10px;
  color: #78909c;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_blog .blog_btn {
  margin: 10px 0 0 0;
}
.scheme_1 .custom_products_wrapper {
  padding: 0 30px;
}
.scheme_1 .custom_products_wrapper .flexbox {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scheme_1 .custom_products_wrapper .custom_product {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.666666666666664%;
}
.scheme_1 .custom_products_wrapper .product .btn:hover .icon {
  -webkit-animation: swing 0.4s;
  animation: swing 0.4s;
}
.scheme_1 .ie-browser .homepage_blog .article_img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.scheme_1 .homepage_blog {
  position: relative;
  margin-top: 118px;
  padding-bottom: 120px;
  background: #f7f7f7;
}
.scheme_1 .homepage_blog .section_heading {
  padding-top: 112px;
  padding-bottom: 25px;
}
.scheme_1 .homepage_blog .blog_items_wrapper {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.scheme_1 .homepage_blog .blog_item {
  padding-top: 29px;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.scheme_1 .homepage_blog .blog_item .inside {
  background: #fff;
}
.scheme_1 .homepage_blog .blog_date {
  display: block;
  margin-top: 20px;
}
.scheme_1 .homepage_blog .article_img {
  overflow: hidden;
}
.scheme_1 .homepage_blog .article_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scheme_1 .homepage_blog .blog_text {
  padding: 37px 34px 30px;
}
.scheme_1 .homepage_blog .blog_title {
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: none;
  line-height: 1.27;
}
.scheme_1 .homepage_blog .blog_title a {
  color: #37474f;
}
.scheme_1 .homepage_blog .blog_title a:hover {
  color: var(--main-bg-primary);
}
.scheme_1 .homepage_blog .blog_date {
  color: #bdb7bd;
}
.scheme_1 .homepage_blog .article_img {
  height: 360px;
}
.scheme_1 .homepage_blog .blog_item:nth-child(6n) .article_img,
.scheme_1 .homepage_blog .blog_item:nth-child(6n-3) .article_img,
.scheme_1 .homepage_blog .blog_item:nth-child(6n-4) .article_img {
  height: 242px;
}
.scheme_1 .ie-browser .homepage_blog .article_img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.scheme_1 .product {
  text-align: center;
  z-index: 1;
}
.scheme_1 .product:hover {
  z-index: 100;
}
.scheme_1 .product .product_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.scheme_1 .product .product_wrapper:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -14px;
  right: -14px;
  top: 0px;
  bottom: 0px;
  border: 5px solid var(--main-bg-primary);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .product .product_wrapper:hover:before {
  opacity: 1;
}
.scheme_1 .product .product_img {
  margin-bottom: 45px;
  text-align: center;
}
.scheme_1 .product .product_img a {
  display: block;
  padding: 0 15px;
  position: relative;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .product .product_img a:hover {
  opacity: 0.6;
}
.scheme_1 .product .product_name a {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.scheme_1 .product .product_bottom {
  text-align: center;
}
.scheme_1 .product .product_price {
  position: relative;
  margin: 5px 9px 20px;
  display: inline-block;
  padding: 0 25px;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
  background: #206ce7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .product .product_price .money {
  color: #fff;
}
.scheme_1 .product .product_price .money_sale,
.scheme_1 .product .product_price .compare-at-price {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  font-size: 12px;
  text-align: center;
  color: #78909c;
}
.scheme_1 .product .product_links {
  margin: 9px 9px 0;
  display: inline-block;
}
.scheme_1 .product .product_links form .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_1 .product .product_links form .btn:hover .icon {
  -webkit-animation: swing 0.4s;
  animation: swing 0.4s;
}
.scheme_1 .product_listing_main .product_wrapper:hover .btn_abs {
  opacity: 0.9;
  -webkit-transform: translate(0%, -150%);
  transform: translate(0%, -150%);
}
.scheme_1 .product_listing_main .product_img img {
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
.scheme_1 .product_listing_main .product_img .img__2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
}
.scheme_1 .product_listing_main .product_img .img_wrap {
  display: block;
  position: relative;
}
.product_img span.product_badge {
  display: block;
  height: 30px;
  min-width: 55px;
  line-height: 30px;
  padding: 0px 10px;
  color: #fff;
  position: absolute;
  top: 8px;
  z-index: 100;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_1 .product_listing_main .product_img span.sale {
  background: #fa5066;
  left: -6px;
}
.product_img span.new {
  background: var(--main-bg-secondary);
  right: -6px;
}
.scheme_1 .product_listing_main .product_info {
  position: relative;
}
.scheme_1 .product_listing_main .product_desc {
  display: none;
}
.scheme_1 .product_listing_main .product_links form {
  display: inline-block;
}
.scheme_1 .product_listing_main .product_links .btn_abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -43px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  opacity: 0;
}
.scheme_1 .product_listing_main .product_links .btn_abs .btn {
  margin: 0 10px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: var(--main-bg-primary);
  color: #fff;
  padding: 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme_1 .product_listing_main .product_links .btn_abs .btn .icon {
  line-height: 56px;
}
.scheme_1 .product_listing_main .product_links .btn_abs .btn:hover {
  background: #00b06c;
  color: #fff;
}
.scheme_1 .homepage_products_list {
  padding-top: 6px;
}
.scheme_1 .homepage_products_list .swiper-container {
  margin: 0 -100px;
  padding: 0 100px;
}
.scheme_1
  .homepage_products_list
  .swiper-slide-active
  + .product
  + .product
  + .product
  + .product,
.scheme_1 .homepage_products_list .swiper-slide-prev {
  opacity: 0;
}
.scheme_1 .homepage_carousel {
  position: relative;
}
.scheme_1 .homepage_carousel .product_listing_main ~ .product_listing_main {
  padding-top: 0px;
}
.scheme_1 .homepage_carousel .swiper_btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -15px 0 0 0;
  background: var(--main-bg-primary);
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 11;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .homepage_carousel .swiper_btn:hover {
  background: royalblue;
}
.scheme_1 .homepage_carousel .swiper_btn:before {
  display: block;
  font: 23px/40px "FontAwesome";
  color: #fff;
}
.scheme_1 .homepage_carousel .btn_prev {
  left: -60px;
  padding-right: 3px;
}
.scheme_1 .homepage_carousel .btn_prev:before {
  content: "\f104";
}
.scheme_1 .homepage_carousel .btn_next {
  right: -60px;
  padding-left: 3px;
}
.scheme_1 .homepage_carousel .btn_next:before {
  content: "\f105";
}
.scheme_1 .product_collection.item3_1 {
  clear: left;
}
.scheme_1 .view_list .product {
  width: 100%;
  float: none;
  overflow: hidden;
}
.scheme_1 .view_list .product .product_wrapper::before {
  display: none;
}
.scheme_1 .view_list .product .product_wrapper .product_bottom {
  margin-top: 10px;
  text-align: left;
}
.scheme_1 .view_list .product .product_wrapper .product_bottom .product_price {
  margin: 5px 15px 20px 0;
}
.scheme_1
  .view_list
  .product
  .product_wrapper
  .product_bottom
  .product_price
  .money_sale {
  position: static;
  color: #fff;
}
.scheme_1 .view_list .product .product_wrapper:hover .product_links .btn_abs {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.scheme_1 .view_list .product_img {
  width: 200px;
  float: left;
  margin: 0 20px 0 0;
}
.scheme_1 .view_list .product_img span.new {
  right: 4px;
}
.scheme_1 .view_list .product_img span.sale {
  left: 4px;
}
.scheme_1 .view_list div.product_info {
  overflow: hidden;
  text-align: left;
  padding: 0;
}
.scheme_1 .view_list .product_desc__long {
  display: block;
  text-align: left;
}
.scheme_1 .view_list form:first-child {
  display: inline-block;
  margin-bottom: 0;
}
.scheme_1 .view_list .product_links {
  margin: 10px 0 0;
}
.scheme_1 .view_list .product_links .btn {
  margin-right: 10px;
}
.scheme_1 .view_list .product_links .btn_abs {
  position: static;
  margin-top: -13px;
  display: inline-block;
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.scheme_1 .view_list .product_links form:first-child:hover {
  position: relative;
  z-index: 100;
}
.scheme_1 .section_bg + footer {
  margin-top: 0;
}
.scheme_1 .footer_contacts__wrapper {
  padding-top: 22px;
  padding-bottom: 120px;
}
.scheme_1 .footer_contacts__wrapper .footer_contacts__text {
  position: relative;
  margin-top: 55px;
  z-index: 10;
}
.scheme_1 .footer_contacts__wrapper .footer_contacts__text .inside {
  position: absolute;
  left: 50%;
  top: -3px;
  padding: 0 20px 60px;
  width: 100%;
  max-width: 370px;
  text-align: center;
  background: #fff;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 15px;
}
.scheme_1 .footer_contacts__wrapper .footer_contacts__text h6:first-child {
  margin-top: 0;
}
.scheme_1 .footer_contacts__wrapper .footer_contacts__text h6 {
  margin: 28px 0 5px;
  font-weight: 700;
  color: #206ce7;
}
.scheme_1 .footer_contacts__wrapper .footer_contacts__text p {
  max-width: 170px;
  margin: 0px auto;
  font-size: 14px;
  color: #37474f;
}
.scheme_1 .footer_contacts__wrapper .footer_contacts__text a {
  color: #37474f;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .footer_contacts__wrapper .footer_contacts__text a:hover {
  color: var(--main-bg-primary);
}
.scheme_1 .footer_center {
  padding-bottom: 80px;
  background: #e2e7ec;
}
.scheme_1 .footer_center h4 {
  font-style: italic;
  text-transform: none;
  font-weight: 500;
  color: var(--main-bg-primary);
}
.scheme_1 .footer_block {
  padding-top: 62px;
}
.scheme_1 .footer_block h4 {
  margin-top: 0;
}
.scheme_1 .footer_links {
  margin-top: 30px;
  font-size: 14px;
}
.scheme_1 .footer_links li + li {
  margin-top: 12px;
}
.scheme_1 .footer_links li a {
  color: #918191;
}
.scheme_1 .footer_contacts__wrapper .footer_contacts__text h6 {
    color: var(--main-bg-primary)!important;
}
.scheme_1 .footer_links li.active a,
.scheme_1 .footer_links li a:hover {
  color: var(--main-bg-primary);
}
.scheme_1 footer {
  margin: 50px 0 0 0;
}
.scheme_1 footer .copyright {
  padding: 38px 0;
  font-size: 14px;
  text-align: center;
  color: #918191;
  letter-spacing: 0.84px;
  background: #e2e7ec;
}
.scheme_1 .newsletter_title {
  color: var(--main-bg-primary);
  font-size: 45px;
  font-weight: 400;
  margin-left: 20px;
}
.scheme_1 .form_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_1 .form_wrapper input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.scheme_1 .form_wrapper .btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scheme_1 .footer_newsletter {
  padding-top: 54px;
  background: #e2e7ec;
}
.scheme_1 .footer_newsletter .left_img,
.scheme_1 .footer_newsletter .right_img {
  position: absolute;
}
.scheme_1 .footer_newsletter .left_img {
  left: 0;
  bottom: 0;
  transform-origin: center center;
  -webkit-transform: translate(-44%, 32%);
  transform: translate(-44%, 32%);
  z-index: 1;
}
.scheme_1 .footer_newsletter .right_img {
  right: 0;
  top: 0;
  -webkit-transform: translate(65%, -18%);
  transform: translate(65%, -18%);
  z-index: -1;
}
.scheme_1 .footer_newsletter .container {
  position: relative;
  z-index: 1;
}
.scheme_1 .footer_newsletter .inside {
  padding-top: 25px;
  padding-bottom: 23px;
  position: relative;
  background: #fff;
}
.scheme_1 .footer_newsletter form {
  margin-top: 17px;
}
.scheme_1 .footer_newsletter input {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #ededed;
  color: #9b8b9b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_1 .footer_newsletter button {
  margin-left: 30px;
  min-width: 170px;
  height: 45px;
  line-height: 45px;
  background: var(--main-bg-primary);
  font-size: 14px;
  letter-spacing: 3.92px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_1 .footer_newsletter button:hover {
  background: #206ce7e0;
}
.scheme_1 .footer_newsletter .form_status {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.scheme_1 .footer_newsletter .form_status.error {
  color: #f00;
}
.scheme_1 .footer_newsletter .form_status.success {
  color: #119000;
}
.scheme_1 .facebook_block {
  margin-top: 30px;
}
.scheme_1 #back_top {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 0 0 615px;
  background: var(--main-bg-primary);
  color: #fff;
  text-align: center;
  position: fixed;
  left: 50%;
  bottom: 70px;
  z-index: 999;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_1 #back_top:before {
  content: "\f106";
  font: 18px/29px "FontAwesome";
}
.scheme_1 #back_top:hover {
  background: #00b06c;
}
.scheme_1 .breadcrumb_wrap {
  margin: 35px 0 30px;
}
.scheme_1 .breadcrumb {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
.scheme_1 .breadcrumb a,
.scheme_1 .breadcrumb > li + li:before {
  color: #78909c;
}
.scheme_1 .breadcrumb a:hover {
  color: #37474f;
}
.scheme_1 .collection_info .collection_img {
  margin-top: 25px;
  padding: 4px;
  text-align: center;
  border: 1px solid #f7f7f7;
}
.scheme_1 .collection_info .collection_desc {
  margin-top: 25px;
}
.scheme_1 .collection_info .collection_desc .rte {
  margin: 0;
}
.scheme_1 ul.tags {
  margin: 17px 0 0 0;
  list-style-type: none;
}
.scheme_1 ul.tags li {
  float: left;
  margin: 5px 5px 0 0;
}
.scheme_1 ul.tags li a {
  display: block;
  padding: 5px 10px;
  background: #78909c;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 ul.tags li a:hover,
.scheme_1 ul.tags li.active a {
  background: #00b06c;
}
.scheme_1 #collection_sorted .product_listing_controls {
  border-top: 1px solid #f7f7f7;
  border-bottom: 0;
}
.scheme_1 .product_listing_controls {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 0 0 10px 0;
  background: none;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_1 .product_listing_toggle {
  float: left;
  font-size: 0;
}
.scheme_1 .product_listing_toggle li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 10px 10px 0 0;
  border: 1px solid transparent;
  color: #918191;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_1 .product_listing_toggle li.active {
  background: #fff;
  border-color: #f7f7f7;
  color: #37474f;
  cursor: default;
}
.scheme_1 .product_listing_toggle li i {
  font-size: 17px;
  line-height: 30px;
}
.scheme_1 .product_listing_toggle li:not(.active):hover {
  color: var(--main-bg-primary);
}
.scheme_1 .sort_by {
  float: right;
  margin: 10px 0 0 10px;
}
.scheme_1 .sort_by label {
  margin: 0 4px 0 0;
  line-height: 30px;
}
.scheme_1 .sort_by select {
  width: auto !important;
  height: 30px;
  display: inline-block;
  padding: 5px 4px;
  cursor: pointer;
}
.scheme_1 .show_products {
  float: right;
  margin: 10px 0 0 10px;
}
.scheme_1 .show_products label {
  margin: 0 4px 0 0;
  line-height: 30px;
}
.scheme_1 .show_products select {
  width: auto !important;
  height: 30px;
  display: inline-block;
  padding: 5px 4px;
  cursor: pointer;
}
.scheme_1 #product_listing_preloader {
  position: relative;
}
.scheme_1 .collection_listing_item {
  margin: 50px 0 0 0;
  text-align: center;
}
.scheme_1 .collection_listing_item:nth-child(4n + 1) {
  clear: left;
}
.scheme_1 .collection_listing_item .collection_img a {
  display: block;
  padding: 0 20px 10px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .collection_listing_item .collection_img a:hover {
  opacity: 0.5;
}
.scheme_1 .collection_listing_item .collection_name {
  margin: 15px 0 0 0;
}
.scheme_1 .collection_listing_item .collection_products {
  margin: 5px 0 0 0;
  color: #918191;
}
.scheme_1 .collection_listing_item .collection_desc {
  margin: 5px 0 0 0;
}
.scheme_1 .collection_listing_item .btn {
  margin: 15px 0 0 0;
}
.scheme_1 .products_count {
  height: 30px;
  float: left;
  margin: 10px 10px 0 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
}
.scheme_1 #pagination {
  display: inline-block;
  overflow: hidden;
  float: right;
  margin: 10px 0 0 10px;
  font-size: 0;
}
.scheme_1 #pagination span {
  display: inline-block;
  vertical-align: top;
}
.scheme_1 #pagination span ~ span {
  margin: 0 0 0 2px;
}
.scheme_1 #pagination span a {
  height: 30px;
  display: block;
  padding: 0 10px;
  background: transparent;
  border: 0px;
  font-size: 13px;
  line-height: 29px;
  font-family: Rubik;
  color: #37474f;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_1 #pagination span.page a {
  width: 30px;
  padding: 0;
  text-align: center;
}
.scheme_1 #pagination span a:hover {
  background: var(--main-bg-primary);
  border: 0px;
  color: #fff;
}
.scheme_1 #pagination span.current {
  width: 30px;
  height: 30px;
  background: var(--main-bg-primary);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  font-size: 13px;
  line-height: 29px;
  color: #fff;
  font-family: Rubik;
  text-align: center;
  cursor: default;
}
.scheme_1 .sidebar_widget ~ .sidebar_widget {
  margin: 30px 0 0 0;
}
.scheme_1 .sidebar_widget .widget_header {
  margin: 0;
  font-size: 30px;
}
.scheme_1 .sidebar_widget .widget_content {
  margin: 20px 0 0 0;
}
.scheme_1 .list_links li {
  padding: 7px 0px;
}
.scheme_1 .list_links li ~ li {
  margin: 1px 0 0 0;
}
.scheme_1 .list_links li a {
  color: #78909c;
}
.scheme_1 .list_links li a.active,
.scheme_1 .list_links li a:hover {
  color: var(--main-bg-primary);
}
.scheme_1 .list_products .product {
  overflow: hidden;
  padding: 15px 0;
}
.scheme_1 .list_products .product + .product {
  border-top: 1px solid #f7f7f7;
}
.scheme_1 .list_products .product_img {
  width: 100px;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.scheme_1 .list_products .product_img a {
  display: block;
  padding: 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .list_products .product_img a:hover {
  opacity: 0.7;
}
.scheme_1 .list_products .product_info {
  overflow: hidden;
  text-align: left;
}
.scheme_1 .list_products .product_price {
  padding: 0 10px;
  margin-left: 0;
}
.scheme_1 .list_products .product_price .money {
  font-size: 16px;
}
.scheme_1 .list_products .product_price .compare-at-price {
  font-size: 14px;
}
.scheme_1 .list_products .product_links {
  margin: 10px 0 0;
}
.scheme_1 .list_products .product_links .btn {
  font-size: 20px;
}
.scheme_1 .sidebar_widget__search {
  height: 40px;
  padding: 0 38px 0 0;
  border: 1px solid #f7f7f7;
}
.scheme_1 .sidebar_widget__search input {
  width: 100%;
  height: 38px;
  float: left;
  padding: 0 0 0 10px;
  background: none;
  border: none;
  background: #fff;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.scheme_1 .sidebar_widget__search button {
  width: 38px;
  height: 38px;
  margin: 0 -40px 0 0;
  background: #fff;
  color: var(--main-bg-primary);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .sidebar_widget__search button i.fa {
  height: 38px;
  display: block;
  font-size: 18px;
  line-height: 37px;
}
.scheme_1 .sidebar_widget__search button:hover {
  color: #00b06c;
}
.scheme_1 .sidebar_widget__articles .widget_content {
  margin: 20px 0 0 0;
}
.scheme_1 .sidebar_widget__articles ul li {
  overflow: hidden;
}
.scheme_1 .sidebar_widget__articles ul li ~ li {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_1 .sidebar_widget__articles img {
  width: 145px;
  float: left;
  margin: 0 10px 0 0;
}
.scheme_1 .sidebar_widget__articles .article_content__img {
  overflow: hidden;
}
.scheme_1 .sidebar_widget__articles .article_title {
  margin: 10px 0 0 0;
}
.scheme_1 .sidebar_widget__articles .article_comments {
  margin: 10px 0 0 0;
}
.scheme_1 .sidebar_widget__articles .article_comments:before {
  content: "\f0e6";
  margin: 0 5px 0 0;
  font: 14px "FontAwesome";
}
.scheme_1 .sidebar_widget__tags .widget_content {
  margin: 15px 0 0 0;
}
.scheme_1 .sidebar_widget__comments .widget_content {
  margin: 20px 0 0 0;
}
.scheme_1 .sidebar_widget__comments ul li ~ li {
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_1 .sidebar_widget__comments .item_icon {
  width: 30px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 16px;
}
.scheme_1 .sidebar_widget__comments .item_content {
  display: block;
  margin: 0 0 0 30px;
  color: #78909c;
}
.scheme_1 .sidebar_widget__comments .item_info {
  display: block;
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scheme_1 .sidebar_widget__comments .item_info .item_author {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
}
.scheme_1 .sidebar_widget__comments .item_info time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scheme_1 .sidebar_widget__comments .item_info .item_date {
  margin: 0 7px 0 0px;
  padding: 0 10px 0 0;
  border-right: 1px solid #f7f7f7;
}
.scheme_1 .sidebar_widget__comments .item_info .item_time {
  white-space: nowrap;
}
.scheme_1 #searchresults {
  margin: 0 !important;
}
.scheme_1 #searchresults .search_form {
  margin: 15px 0 0 0;
}
.scheme_1 #searchresults .search_form input {
  width: 100%;
  float: left;
  padding: 0 34px 0 10px;
}
.scheme_1 #searchresults .search_form button {
  width: 34px;
  height: 34px;
  float: left;
  margin: -1px 0 0 -34px;
  background: none;
  border: none;
  font-size: 20px;
  color: var(--main-bg-primary);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 #searchresults .search_form button:hover {
  color: #37474f;
}
.scheme_1 #searchresults .search_form button i {
  line-height: 32px;
}
.scheme_1 #searchresults h3 {
  margin: 0;
  padding: 0;
}
.scheme_1 #searchresults ol {
  list-style-type: none;
  padding: 15px 0 0 0;
}
.scheme_1 #searchresults ol li {
  overflow: hidden;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_1 #searchresults ol li .search-result_image {
  float: left;
  margin-right: 15px;
  max-width: 30%;
}
.scheme_1 #searchresults ol li .search-result_image a {
  display: block;
  padding: 5px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.scheme_1 #searchresults ol li .search-result_image a:hover {
  opacity: 0.7;
}
.scheme_1 #searchresults ol li .search-result_container {
  padding: 15px 0 0 0;
}
.scheme_1 .elevatezoom_big_wrapper {
  width: 370px;
  padding: 2px;
  background: #fff;
  border: 1px solid #f7f7f7;
}
.scheme_1 .elevatezoom_big_clicker {
  cursor: pointer;
  display: none;
}
.scheme_1 .zoomWrapper,
.scheme_1 #elevatezoom_big {
  width: 364px !important;
  height: auto !important;
  position: relative !important;
}
.scheme_1 #elevatezoom_big ~ #elevatezoom_big {
  width: 0 !important;
  height: 0 !important;
}
.scheme_1 .zoomContainer {
  z-index: 1 !important;
}
.scheme_1 .zoomLens {
  z-index: 1 !important;
}
.scheme_1 .zoomWindow {
  margin: -3px 0 0 0 !important;
}
.scheme_1 .product_images .swiper-container {
  margin: 10px 0 0 0;
}
.scheme_1 .product_images a {
  display: block;
  padding: 2px;
  background: #fff;
  border: 1px solid #f7f7f7;
}
.scheme_1 .product_images a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.scheme_1 .product_images a img {
  max-width: 100%;
}
.scheme_1 .product_images .swiper_btn {
  width: 25px;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  font: 22px "FontAwesome";
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.scheme_1 .product_images .swiper_btn:before {
  width: 100%;
  display: block;
  margin: -11px 0 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}
.scheme_1 .product_images .btn_prev {
  left: 0;
}
.scheme_1 .product_images .btn_prev:before {
  content: "\f104";
}
.scheme_1 .product_images .btn_next {
  right: 0;
}
.scheme_1 .product_images .btn_next:before {
  content: "\f105";
}
.scheme_1 .product_images:hover .swiper_btn {
  opacity: 1;
}
.scheme_1 .product_info__wrapper {
  display: table;
}
.scheme_1 .product_info__wrapper .product_info__left {
  width: 500px;
  display: table-cell;
  padding: 0 20px 0 0;
}
.scheme_1 .product_info__wrapper .product_info__right {
  width: 270px;
  display: table-cell;
  padding: 0 0 0 20px;
  border-left: 1px solid #f7f7f7;
}
.scheme_1 .product_info__wrapper .product_name {
  margin: 0;
  font-size: 18px;
}
.scheme_1 .product_info__wrapper .variants-wrapper {
  overflow: hidden;
  margin: 0 -10px;
  padding: 0 0 5px 0;
}
.scheme_1 .product_info__wrapper .selector-wrapper {
  width: 33.33333333333333%;
  float: left;
  padding: 15px 10px 0 10px;
}
.scheme_1 .product_info__wrapper .selector-wrapper label {
  display: block;
}
.scheme_1 .product_info__wrapper .selector-wrapper select {
  width: 99%;
  height: 37px;
  margin: 5px 0 0 0;
  padding: 5px;
}
.scheme_1 .product_info__wrapper .product_details {
  margin: 15px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_1 .product_info__wrapper .product_details b {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  color: #37474f;
  cursor: default;
}

.scheme_1 .product_info__wrapper .product_details__item {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #444;
  font-weight: 500;
}

.scheme_1 .product_info__wrapper .product_details__item a {
  color: var(--main-bg-primary);
  text-decoration: none;
}
.scheme_1 .product_info__wrapper .product_details__item a:hover {
  color: var(--main-bg-secondary);
}

.scheme_1 .product_info__wrapper .product_details__item a:hover {
  text-decoration: none;
}
.scheme_1 .product_tags span:before {
  content: "\f02b";
  margin: 0 3px 0 7px;
  font: 13px "FontAwesome";
}
.scheme_1 #product_price {
  position: relative;
}
.scheme_1 #product_price .price {
  margin: 0;
  padding: 0 60px 0 0;
}
.scheme_1 #product_price .money {
  margin: 0 7px 0 0;
  font-size: 20px;
}
.scheme_1 #product_price .money_sale {
  font-size: 16px;
}
.scheme_1 #product_price .money_sale_percent {
  width: 52px;
  height: 26px;
  display: block;
  margin: -13px 0 0 0;
  background: var(--main-bg-primary);
  font: bold 14px/26px "Arial";
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scheme_1 #product_quantity {
  margin: 15px 0 0 0;
}
.scheme_1 #product_quantity b.aval_label {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  color: #37474f;
  cursor: default;
}
.scheme_1 #purchase {
  margin: 15px 0 0 0;
}
.scheme_1 #purchase label {
  display: block;
}
.scheme_1 .quantity_box {
  display: inline-block;
  padding: 10px 30px!important;
  
}
.scheme_1 .quantity_box input {
  width: 54px;
  height: 24px;
  display: block;
  padding: 0;
  background: none;
  border: 2px solid #f7f7f7 !important;
  font-size: 15px;
  text-align: center;
  color: #37474f;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 1px 1px 0 0;
  -moz-border-radius: 1px 1px 0 0;
  border-radius: 1px 1px 0 0;
}
.scheme_1 .quantity_box .quantity_modifier {
  width: 26px;
  height: 24px;
  display: block;
  float: left;
  border: 2px solid #f7f7f7;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .quantity_box .quantity_modifier:active {
  color: #37474f;
}
.scheme_1 .quantity_box .quantity_modifier i {
  font-size: 14px;
  line-height: 22px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .quantity_box .quantity_modifier:hover {
  border-color: var(--main-bg-primary);
}
.scheme_1 .quantity_box .quantity_modifier:hover:hover {
  color: var(--main-bg-primary);
}
.scheme_1 .quantity_box .quantity_down {
  margin: 2px 0 0 0;
  -webkit-border-radius: 0 0 0 1px;
  -moz-border-radius: 0 0 0 1px;
  border-radius: 0 0 0 1px;
  color: black;
}
.scheme_1 .quantity_box .quantity_up {
  margin: 2px 0 0 2px;
  -webkit-border-radius: 0 0 1px 0;
  -moz-border-radius: 0 0 1px 0;
  border-radius: 0 0 1px 0;
  color: black;
}
.scheme_1 #purchase #add-to-cart {
  height: 50px;
  margin: 10px 10px 0 0;
  padding: 0 15px;
  font-size: 15px;
}
.scheme_1 #wishlist_section {
  margin: 20px 0 0 0;
  line-height: 1.2em;
}
.scheme_1 #wishlist_section i {
  margin: 0 3px 0 0;
  font-size: 14px;
  line-height: 1.2em;
}
.scheme_1 #wishlist_section a {
  text-decoration: underline;
}
.scheme_1 #wishlist_section #wishlist_add,
.scheme_1 #wishlist_section a:hover {
  text-decoration: none;
}
.scheme_1 .product_info__wrapper .addthis_sharing_toolbox {
  margin: 20px 0 0 0;
  padding: 17px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_1 .product_info__wrapper .addthis_sharing_toolbox .at-share-btn {
  vertical-align: top;
  margin: 3px 3px 0 0 !important;
}
.scheme_1 .product_wrap .product_description__title {
  margin: 40px 0 0 0;
}
.scheme_1 .product_pagination {
  width: 100%;
  overflow: hidden;
  margin: 40px 0 0 0;
}
.scheme_1 .product_pagination .product_prev {
  float: left;
}
.scheme_1 .product_pagination .product_next {
  float: right;
}
.scheme_1 .widget_related_products h3 {
  margin: 40px 0 0 0;
}
.scheme_1 ul.product_listing_related {
  list-style-type: none;
}
.scheme_1 ul.product_listing_related .product_wrapper:before {
  bottom: 0;
}
.scheme_1 .article_title {
  font-weight: normal;
  font-size: 16px;
  color: #37474f;
  text-transform: none;
}
.scheme_1 .article_title a {
  color: var(--main-bg-primary);
}
.scheme_1 .article_title a:hover {
  color: #00b06c;
}
.scheme_1 .article_date:before {
  content: "\f073";
  margin: 0 5px 0 0;
  font: 14px "FontAwesome";
}
.scheme_1 .article_info {
  margin: 15px 0 0 0;
}
.scheme_1 .article_info time,
.scheme_1 .article_info span:not(:last-child) {
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #f7f7f7;
}
.scheme_1 .blog_tags {
  font-size: 0;
}
.scheme_1 .blog_tags a {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 5px 10px;
  font-size: 16px;
  background: #78909c;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .blog_tags a:before {
  content: "\f02b";
  margin: 0 5px 0 0;
  font: 12px "FontAwesome";
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .blog_tags a:hover {
  background: #00b06c;
  color: #fff;
}
.scheme_1 .blog_tags a:hover:before {
  color: #fff;
}
.scheme_1 .blog_tags a.tag_active {
  background: var(--main-bg-primary);
  color: #fff !important;
  cursor: default;
}
.scheme_1 .blog_tags a.tag_active:before {
  color: #fff;
}
.scheme_1 .blog_listing__article {
  margin: 30px 0 0 0;
}
.scheme_1 .blog_listing__article ~ .blog_listing__article {
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_1 .blog_listing__article .article_title {
  margin: 0;
  font-size: 20px;
}
.scheme_1 .blog_listing__article .article_title a {
  color: var(--main-bg-primary);
}
.scheme_1 .blog_listing__article .article_title a:hover {
  color: #00b06c;
}
.scheme_1 .blog_listing__article .article_body {
  margin: 30px 0;
  overflow: hidden;
}
.scheme_1 .blog_listing__article .article_body .full_width {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}
.scheme_1 .blog_listing__article .article_body .small_width {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 40%;
}
.scheme_1 .blog_listing__article .article_content {
  margin: 0px 0 0 0;
}
.scheme_1 .blog_listing__article .small_width + .article_content {
  margin-top: 0;
}
.scheme_1 .blog_listing__article .article_footer .blog_tags {
  margin: -10px 0 30px 0;
}
.scheme_1 .blog_article {
  margin: 30px 0 0 0;
}
.scheme_1 .blog_article .article_title {
  margin: 0;
  font-size: 20px;
}
.scheme_1 .blog_article .article_content {
  margin: 30px 0 0 0;
}
.scheme_1 .blog_article .article_content .rte {
  margin: 0;
}
.scheme_1 .blog_article .article_content .full_width {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}
.scheme_1 .blog_article .article_content .small_width {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 40%;
}
.scheme_1 .blog_article .article_footer {
  margin: 30px 0 0 0;
}
.scheme_1 .blog_article .article_footer .blog_tags {
  margin: -10px 0 30px 0;
}
.scheme_1 .blog_article .article_pagination {
  margin: 15px 0 0 0;
}
.scheme_1 .blog_article .article_pagination .btn {
  margin: 15px 0 0 0;
  letter-spacing: 0;
  font-size: 12px;
}
.scheme_1 .blog_article .article_pagination .article_next {
  float: right;
  margin: 15px 0 0 15px;
}
.scheme_1 .article_comments {
  white-space: nowrap;
}
.scheme_1 .article_comments__list {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_1 .article_comments__list h3 {
  margin: 0;
}
.scheme_1 .article_comments__list ul li {
  margin: 30px 0 0 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_1 .article_comments__list ul li time span {
  margin: 0 0 0 12px;
  padding: 0 0 0 12px;
  border-left: 1px solid #f7f7f7;
}
.scheme_1 .article_comments__list .comment_author {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.scheme_1 .article_comments__list .comment_author b {
  padding-right: 10px;
}
.scheme_1 .article_comments__list .comment_content {
  margin: 10px 0 0 0;
}
.scheme_1 .article_comments__form {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_1 .article_comments__form h3 {
  margin: 0;
  font-size: 20px;
}
.scheme_1 .article_comments__form .col-lg-6 {
  margin: 15px 0 0 0;
}
.scheme_1 .article_comments__form button {
  margin: 15px 0 0 0;
}
.scheme_1 .account_section {
  margin: 30px 0 0 0;
  padding: 30px;
  border: 1px solid #f7f7f7;
  border-top: 2px solid var(--main-bg-primary);
}
.scheme_1 .account_section h4 {
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}
.scheme_1 .account_section h4 span {
  vertical-align: top;
  float: right;
}
.scheme_1 .account_section h4 a {
  font-weight: normal;
}
.scheme_1 .account_section h4 a ~ a {
  margin: 0 0 0 15px;
}
.scheme_1 .account_section h4 a:before {
  vertical-align: top;
  margin: 0 5px 0 0;
  font: 14px/18px "FontAwesome";
}
.scheme_1 .account_section h4 a.link_add:before {
  content: "\f067";
}
.scheme_1 .account_section h4 a.link_edit:before {
  content: "\f040";
}
.scheme_1 .account_section h4 a.link_close:before {
  content: "\f00d";
}
.scheme_1 .account_section h4 a.link_delete:before {
  content: "\f1f8";
}
.scheme_1 .account_section p.note {
  margin: 15px 0 0 0;
}
.scheme_1 .account_section .btn {
  margin-right: 15px;
}
.scheme_1 .account_section label {
  line-height: 34px;
}
.scheme_1 .account_section .address_item {
  line-height: 26px;
}
.scheme_1 .account_section .address_item:before {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  border: 1px solid #e2e7ec;
  font: 15px/25px "FontAwesome";
  color: #37474f;
  text-align: center;
  cursor: default;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme_1 .account_section .address_item {
  margin: 15px 0 0 0;
}
.scheme_1 .account_section .address_item ~ .address_item {
  margin: 10px 0 0 0;
}
.scheme_1 .account_section .address_location:before {
  content: "\f015";
}
.scheme_1 .account_section .address_phone:before {
  content: "\f095";
  font-size: 14px;
}
.scheme_1 .account_section .address_user:before {
  content: "\f007";
}
.scheme_1 .account_section input[type="radio"],
.scheme_1 .account_section input[type="checkbox"] {
  margin: 10px 5px 0 0;
}
.scheme_1 #account_reset__link {
  white-space: nowrap;
}
.scheme_1 #address_form_new .form-group:nth-last-of-type(2) label {
  text-align: left;
}
.scheme_1 .account_wrapper {
  width: 100%;
  height: 100%;
  display: table;
  margin: 30px 0 0 0;
}
.scheme_1 .account_wrapper .account_left {
  width: 50%;
  height: 100%;
  display: table-cell;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 1;
}
.scheme_1 .account_wrapper .account_left:before {
  content: "";
  border: 1px solid #f7f7f7;
  border-top: 2px solid var(--main-bg-primary);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.scheme_1 .account_wrapper .account_right {
  width: 50%;
  height: 100%;
  display: table-cell;
  padding: 0 0 0 15px;
  position: relative;
  z-index: 1;
}
.scheme_1 .account_wrapper .account_right:before {
  content: "";
  border: 1px solid #f7f7f7;
  border-top: 2px solid var(--main-bg-primary);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
  z-index: -1;
}
.scheme_1 .account_wrapper .account_section {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}
.scheme_1 #account_login .account_left ul {
  margin: 10px 0 0 0;
}
.scheme_1 #account_login .account_left ul li {
  margin: 5px 0 0 0;
  color: #37474f;
  text-transform: uppercase;
}
.scheme_1 #account_login .account_left ul li:before {
  content: "\f00c";
  margin: 0 7px 0 0;
  font: 14px "FontAwesome";
  color: #918191;
}
.scheme_1 #account_login .account_left .btn {
  margin-top: 15px;
}
.scheme_1 #account_guest {
  margin: 30px 0 0 0;
  padding: 30px;
  border: 1px solid #f7f7f7;
}
.scheme_1 #account_guest .btn {
  margin-top: 15px;
}
.scheme_1 #account_reset_form {
  margin: 0;
}
.scheme_1 .account_area .page_heading {
  overflow: hidden;
  padding: 0 0 10px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #f7f7f7;
  position: relative;
}
.scheme_1 .account_area .page_heading a {
  display: block;
  float: right;
  margin: 9px 0 0 10px;
  font-size: 14px;
}
.scheme_1 .account_area .page_heading a.link_logout {
  position: absolute;
  right: 0;
  top: 0;
}
.scheme_1 .account_welcome {
  text-align: center;
}
.scheme_1 .account_welcome .page_heading:before {
  content: "\f007";
  margin: 0 7px 0 0;
  font-family: "FontAwesome";
}
.scheme_1 .account_welcome__name {
  margin: 30px 0 0 0;
  color: #918191;
}
.scheme_1 .account_table {
  width: 100%;
  margin: 15px 0 0 0;
}
.scheme_1 .account_table th,
.scheme_1 .account_table td {
  vertical-align: middle;
}
.scheme_1 .table_info tr ~ tr {
  border-top: 1px solid #f7f7f7;
}
.scheme_1 .table_info td {
  padding: 5px 0;
}
.scheme_1 .table_info td ~ td {
  padding: 5px 0 5px 5px;
  color: #37474f;
  text-align: right;
}
.scheme_1 .table_orders thead {
  border-bottom: 2px solid #f7f7f7;
}
.scheme_1 .table_orders th {
  padding: 5px 7px;
  border: 1px solid #f7f7f7;
  color: #37474f;
  text-transform: uppercase;
}
.scheme_1 .table_orders td {
  padding: 5px 7px;
  border: 1px solid #f7f7f7;
}
.scheme_1 .table_orders tfoot {
  border-top: 2px solid #f7f7f7;
}
.scheme_1 .table_orders p {
  margin: 7px 0 0 0;
}
.scheme_1 .table_orders a {
  text-decoration: underline;
}
.scheme_1 .table_orders a:hover {
  text-decoration: none;
}
.scheme_1 .table_orders .cell_total {
  text-align: right;
}
.scheme_1 .table_orders .row_total {
  border-top: 2px solid #f7f7f7;
  font-size: 14px;
}
.scheme_1 .table_orders .row_total .money {
  font-weight: bold;
}
.scheme_1 .account_default .address_all {
  margin: 15px 0 0 0;
}
.scheme_1 .account_default .address_all a {
  text-decoration: underline;
}
.scheme_1 .account_default .address_all a:hover {
  text-decoration: none;
}
.scheme_1 .account_address__item h4 {
  padding: 0 0 7px 0;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_1 .order_cancelled h4 {
  margin: 0;
  font-size: 14px;
}
.scheme_1 .order_cancelled p {
  margin: 10px 0 0 0;
}
.scheme_1 #cart_loader {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
}
.scheme_1 #cart_loader.loader_off .global_loader {
  top: 40px;
}
.scheme_1 #cart_loader.loader_on .global_loader {
  top: 80px;
}
.scheme_1 .cart_list {
  width: 100%;
  max-width: 100%;
  margin: 30px 0 0 0;
}
.scheme_1 .cart_list th {
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #f7f7f7;
  font-size: 14px;
  color: #37474f;
  text-transform: uppercase;
}
.scheme_1 .cart_list th ~ th {
  text-align: center;
}

.scheme_1 .cart_list td {
  padding: 20px;
  border: 1px solid #d2d2d2;
}

.scheme_1 .cart_list .cell_3 {
  text-align: center;
}
.scheme_1 .cart_list .cell_5 {
  text-align: center;
}
.scheme_1 .cart_list .cart_price {
  font-size: 14px;
  text-align: right;
}
.scheme_1 .cart_item__img {
  width: 140px;
  float: left;
}
.scheme_1 .cart_item__info {
  margin: 0 0 0 160px;
}
.scheme_1 .cart_item__name {
  margin: 0;
}
.scheme_1 .cart_item__variant {
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #37474f;
}
.scheme_1 .cart_item__details {
  margin: 10px 0 0 0;
}
.scheme_1 .cart_item__details p {
  margin: 5px 0 0 0;
}
.scheme_1 .cart_item__details p span {
  color: #37474f;
}
.scheme_1 .cart_item .quantity_box {
  width: 88px;
  height: 24px;
  margin: 0;
  position: relative;
}
.scheme_1 .cart_item .quantity_box input {
  width: 40px;
  position: absolute;
  left: 24px;
  top: 0;
}
.scheme_1 .cart_item .quantity_box .quantity_down {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.scheme_1 .cart_item .quantity_box .quantity_up {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.scheme_1 .cart_item .cart_update {
  width: 88px;
  margin: 5px 0 0 0;
  font-size: 11px;
  padding: 0 7px;
  font-weight: 400;
  text-transform: none;
}
.scheme_1 .cart_item__remove {
  font-size: 14px;
  color: var(--main-bg-primary);
}
.scheme_1 .cart_item__remove i {
  vertical-align: baseline;
}
.scheme_1 .cart_item__remove:hover {
  color: #00b06c;
}
.scheme_1 .cart_list .cart_buttons .btn {
  float: right;
  margin: 0 0 0 20px;
}
.scheme_1 .cart_list .cart_buttons .btn-alt {
  float: none;
  margin: 0;
}
.scheme_1 .cart_list .cart_buttons .btn span {
  margin: 0 7px 0 0;
  font: 14px "FontAwesome";
}
.scheme_1 .cart_list .cart_summary .cart_summary__row {
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  color: #37474f;
}
.scheme_1 .cart_list .cart_summary .cart_summary__row ~ .cart_summary__row {
  padding: 10px 0;
}
.scheme_1 .cart_list .cart_summary .cart_summary__row span {
  float: right;
}
.scheme_1 .cart_list .cart_summary .cart_summary__notification {
  margin: 20px 0 0 0;
}
.scheme_1 .cart_list .cart_summary .cart_summary__instructions {
  margin: 15px 0 0 0;
}
.scheme_1 .cart_list .cart_summary .cart_summary__instructions label {
  display: block;
  padding: 0 0 3px 0;
  font-weight: normal;
  color: #37474f;
}
.scheme_1 .cart_list .cart_summary .cart_summary__instructions textarea {
  width: auto !important;
  height: 100px !important;
  max-width: 100% !important;
  resize: none;
}
.scheme_1 .cart_list .cart_summary .cart_summary__checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}
.scheme_1
  .cart_list
  .cart_summary
  .cart_summary__checkout
  .cart_summary__methods {
  margin: 10px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.scheme_1
  .cart_list
  .cart_summary
  .cart_summary__checkout
  .cart_summary__checkout__button_wrapper {
  margin: 25px 0 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.scheme_1 .cart_list .cart_summary .cart_summary__checkout .btn {
  margin-top: 0px;
  padding: 0 10px;
  font-weight: 400;
}
.scheme_1 .cart_list .cart_summary .cart_summary__methods li {
  display: inline-block;
  margin: 14px 10px 0 0;
}
.scheme_1 .cart_empty h4 {
  font-size: 20px;
}
.scheme_1 .cart_empty h4 a {
  font-weight: inherit;
  text-decoration: underline;
}
.scheme_1 .cart_empty h4 a:hover {
  text-decoration: none;
}
.scheme_1 #contact_page #google_map {
  margin: 15px 0;
  border: 1px solid #f7f7f7;
}
.scheme_1 #contact_page #google_map iframe {
  width: 100%;
}
.scheme_1 #contact_page .contact-form .btn {
  margin-top: 5px;
}
.scheme_1 .contact-form textarea {
  width: 100%;
}
.scheme_1 .template-404 h2,
.scheme_1 .template-404 h2 a {
  vertical-align: baseline;
}
.scheme_1 .page_sitemap h2 {
  margin: 30px 0 15px 0;
}
.scheme_1 .page_sitemap .sitemap_separator {
  width: 100%;
  height: 0;
  float: none;
  clear: both;
  margin: 0 15px;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_1 .page_sitemap ul {
  list-style-type: disc;
  padding-left: 15px;
}
.scheme_1 .page_sitemap ul li a {
  color: #78909c;
}
.scheme_1 .page_sitemap ul li a:hover {
  color: var(--main-bg-primary);
}
.scheme_1 .wishlist_page .wishlist_empty {
  margin: 15px 0 0 0;
}
.scheme_1 #wishlist_products_number {
  display: inline;
  font-weight: inherit;
  line-height: inherit;
}
.scheme_1 .product_wishlist .product_img a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_1 .product_wishlist .product_img a:hover {
  opacity: 0.6;
}
.scheme_1 .product_wishlist .product_links {
  display: block;
}
.scheme_1 .product_wishlist .product_links .btn {
  margin: 0 5px;
}
.scheme_1 .product_wishlist:nth-child(3n + 1) {
  clear: left;
}
.scheme_1 #customization_tool {
  width: 240px;
  margin: -252px 0 0 0;
  background: #fff;
  position: fixed;
  left: -240px;
  top: 50%;
  z-index: 100000;
  -webkit-border-radius: 0 10px 4px 0;
  -moz-border-radius: 0 10px 4px 0;
  border-radius: 0 10px 4px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.scheme_1 #customization_tool h4 {
  height: 50px;
  margin: 0;
  padding: 0 50px 0 20px;
  background: rgba(0, 0, 0, 0.04);
  font: bold 14px/50px "Arial";
  color: #333;
  cursor: default;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.scheme_1 #customization_tool .customization_block {
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.scheme_1 #customization_tool .customization_block__colors {
  padding: 0 20px 20px 20px;
  border: none;
}
.scheme_1 #customization_tool h5 {
  height: 50px;
  margin: 0;
  font: bold 14px/50px "Arial";
  color: #888;
  text-transform: uppercase;
  cursor: default;
}
.scheme_1 #customization_tool h5 i {
  width: 24px;
  height: 30px;
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.scheme_1 #customization_tool h5 i.fa-toggle-on {
  color: #333;
}
.scheme_1 #customization_tool #customization_tool__btn {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #888;
  position: absolute;
  right: -50px;
  top: 0;
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.scheme_1 #customization_tool #customization_tool__btn i {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 22px;
  line-height: 49px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.scheme_1 #customization_tool.on {
  left: 0;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
}
.scheme_1 #customization_tool.on #customization_tool__btn {
  right: 0;
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_1 #customization_tool .color_palette {
  height: 30px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_1 #customization_tool .color_palette.active {
  border-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 2px #888;
  -moz-box-shadow: 0 0 0 2px #888;
  box-shadow: 0 0 0 2px #888;
}
.scheme_1 #customization_tool .color_palette ~ .color_palette {
  margin: 20px 0 0 0;
}
.scheme_1 #customization_tool .color_item {
  position: absolute;
  top: 0;
  bottom: 0;
}
.scheme_1 #customization_tool .color_item.color_1 {
  left: -30px;
  right: 50%;
  z-index: 10;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.scheme_1 #customization_tool .color_item.color_2 {
  left: 0;
  right: 0;
  z-index: 1;
}
.scheme_1 #habla_beta_container_do_not_rely_on_div_classes_or_names.olark_on {
  opacity: 1 !important;
  display: block !important;
}
.scheme_1 #habla_beta_container_do_not_rely_on_div_classes_or_names.olark_off {
  opacity: 0 !important;
  display: none !important;
}
.scheme_1 #scheme_1 .color_1 {
  background: var(--main-bg-primary);
}
.scheme_1 #scheme_1 .color_2 {
  background: #00b06c;
}
.scheme_1 #scheme_2 .color_1 {
  background: #e91e23;
}
.scheme_1 #scheme_2 .color_2 {
  background: #0064b0;
}
.scheme_1 #scheme_3 .color_1 {
  background: #28c08c;
}
.scheme_1 #scheme_3 .color_2 {
  background: #f3a400;
}
.scheme_1 #scheme_4 .color_1 {
  background: #be0098;
}
.scheme_1 #scheme_4 .color_2 {
  background: #ff2e28;
}
.scheme_2 input:focus::-webkit-input-placeholder,
.scheme_2 textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.scheme_2 .clearfix {
  zoom: 1;
}
.scheme_2 .clearfix:before,
.scheme_2 .clearfix:after {
  content: "";
  display: table;
}
.scheme_2 .clearfix:after {
  clear: both;
}
.scheme_2 .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_2 .hidden,
.scheme_2 .visuallyhidden {
  display: none;
}
.scheme_2 .left {
  float: left;
}
.scheme_2 .right {
  float: right;
}
.scheme_2 .jq-selectbox {
  display: block;
  z-index: 1000 !important;
  cursor: pointer;
}
.scheme_2 .jq-selectbox__select-text {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scheme_2 .jq-selectbox__trigger i {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_2 .jq-selectbox__dropdown {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_2 .jq-selectbox.opened .jq-selectbox__trigger i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scheme_2 #at15s {
  z-index: 999 !important;
}
.scheme_2 #habla_window_div {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.scheme_2 #habla_window_div textarea {
  min-height: 1px;
}
.scheme_2 #habla_window_div textarea {
  min-height: 1px;
}
.scheme_2 .global_loader {
  width: 44px;
  height: 44px;
  margin: 0 0 0 -22px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1001;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMhJREFUeNrs2TEKwkAUhOEXBSurQM5jo2AbyG2EgIfyCkKqXEDiGYI2QkBn5aXYYBqb7MAM/Ft/LNutWbwtqtEVDei9UIMbajf93A51CyLn6twWrUwQOq0csTl6EICDMV/jOKG9pb+Nv21rCW53rM1wvFzPsD5zOc1WRjaBBRZYYIEFFlhggQUWWGCBBRZYYIEFFvh/cE/kfQbwnQh8C+ALEfhrLYznU6YY5RUBuJpe98HS/Vg8zr2R8E16Rk0C0MYt0dftR4ABAFfva4h/thfHAAAAAElFTkSuQmCC")
    50% 50% no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.scheme_2 .global_loader:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("fancybox_loading.gif") 50% 50% no-repeat;
}
.scheme_2 .loader_on .global_loader {
  top: 20px;
  opacity: 1;
}
.scheme_2 .loader_off .global_loader {
  top: 0;
  opacity: 0;
}
.scheme_2 #page_preloader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.scheme_2 #page_preloader .global_loader {
  margin: -29px 0 0 -29px;
  top: 50%;
  background: none;
  width: 58px;
  height: 58px;
}
.scheme_2 #page_preloader .global_loader:after {
  display: none;
}
.scheme_2 #page_preloader.off {
  opacity: 0;
}
.scheme_2 #circular3dG {
  position: relative;
  width: 58px;
  height: 58px;
  margin: auto;
}
.scheme_2 .circular3dG {
  position: absolute;
  background-color: #e91e23;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -o-animation-name: bounce_circular3dG;
  -ms-animation-name: bounce_circular3dG;
  -webkit-animation-name: bounce_circular3dG;
  -moz-animation-name: bounce_circular3dG;
  animation-name: bounce_circular3dG;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
}
.scheme_2 #circular3d_1G {
  left: 23px;
  top: 4px;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.scheme_2 #circular3d_2G {
  left: 36px;
  top: 14px;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.scheme_2 #circular3d_3G {
  left: 43px;
  top: 26px;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.scheme_2 #circular3d_4G {
  left: 40px;
  top: 39px;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.scheme_2 #circular3d_5G {
  left: 24px;
  top: 43px;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.scheme_2 #circular3d_6G {
  left: 5px;
  top: 28px;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.scheme_2 #circular3d_7G {
  left: 0px;
  top: 8px;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.scheme_2 #circular3d_8G {
  left: 10px;
  top: 0px;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.scheme_2 #cookies_container {
  overflow: hidden;
  padding: 5px 0;
  background: #111;
  text-align: center;
  display: none;
}
.scheme_2 #cookies_container p {
  display: inline-block;
  margin: 0;
  padding: 19px 0 0;
  font-size: 14px;
  color: #888;
}
.scheme_2 #cookies_container p b {
  vertical-align: baseline;
  color: #fff;
}
.scheme_2 #cookies_container .cookie_btn {
  height: 40px;
  display: inline-block;
  margin: 5px 0 5px 6px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_2 #cookies_container #cookie_ok {
  margin: 10px 0 10px 20px;
  background: #18a439;
  border-color: #18a439;
}
.scheme_2 #cookies_container #cookie_ok:hover {
  background: #585858;
  border-color: #585858;
}
.scheme_2 #cookies_container #cookie_no {
  border-color: #585858;
}
.scheme_2 #cookies_container #cookie_no:hover {
  background: #585858;
  border-color: #585858;
}
.scheme_2 #google_map,
.scheme_2 #google_map iframe {
  width: 100% !important;
  height: 300px !important;
  background: #e7e7e6;
}
.scheme_2 #google_map img {
  max-width: none !important;
}
.scheme_2 .template-index #google_map,
.scheme_2 .template-index #google_map iframe {
  height: 600px !important;
}
.scheme_2 .fancybox-skin {
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_2 .fancybox-close {
  width: 36px;
  height: 36px;
  display: block;
  background: #555;
  border: none;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.scheme_2 .fancybox-close:hover {
  background: #e91e23;
  color: #fff;
}
.scheme_2 .fancybox-close:before {
  content: "\f00d";
  display: block;
  font: 15px/36px "FontAwesome";
  text-align: center;
}
.scheme_2 .fancybox-nav span {
  width: 36px;
  height: 36px;
  display: block;
  margin: -18px 0 0 0;
  background: #555;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_2 .fancybox-nav span:before {
  display: block;
  font: 12px/36px "FontAwesome";
  color: #fff;
  text-align: center;
}
.scheme_2 .fancybox-nav:hover > span {
  background: #e91e23;
}
.scheme_2 .fancybox-prev span:before {
  content: "\f053";
  padding: 0 2px 0 0;
}
.scheme_2 .fancybox-next span:before {
  content: "\f054";
  padding: 0 0 0 2px;
}
.scheme_2 .fancybox_alert {
  padding: 0 !important;
  text-align: center;
}
.scheme_2 .fancybox_alert .alert {
  margin: 0;
  padding: 40px;
  font-size: 14px;
}
.scheme_2 .fancybox_alert .btn {
  margin: 15px 0 0 0;
  padding: 0 20px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
.scheme_2 .fancybox_alert .btn ~ .btn {
  margin: 15px 0 0 5px;
}
.scheme_2 #cart_added .cart_added__row {
  height: 120px;
  display: table;
}
.scheme_2 #cart_added h4 {
  margin: 0 0 15px 0;
  max-width: 450px;
  text-align: center;
  font-size: 20px;
}
.scheme_2 #cart_added.cart_error {
  max-width: 420px;
}
.scheme_2 .cart_added__1 {
  width: 120px;
  height: 100%;
  display: table-cell;
  text-align: center;
}
.scheme_2 .cart_added__1 img {
  height: 120px;
  padding: 10px;
  border: 1px solid #f7f7f7;
}
.scheme_2 .cart_added__2 {
  width: 300px;
  height: 100%;
  display: table-cell;
  padding: 0 0 0 15px;
}
.scheme_2 .cart_added__2 .product_name {
  display: block;
}
.scheme_2 .cart_added__2 #cart_added__quantity {
  margin: 15px 0 0 0;
  font-size: 16px;
}
.scheme_2 .cart_added__2 .btn {
  margin: 15px 10px 0 0;
  padding: 0 10px;
  text-transform: none;
}
.scheme_2 #quick_view__wrap .fancybox-skin {
  padding: 30px !important;
}
.scheme_2 #product_quick_view {
  width: 668px;
}
.scheme_2 .product_quick_wrapper {
  width: 100%;
  display: table;
}
.scheme_2 .quick_view__left {
  width: 317px;
  height: 100%;
  display: table-cell;
  padding: 0 15px 0 0;
}
.scheme_2 .quick_view__left #img_big {
  width: 302px;
  padding: 2px;
  border: 1px solid #f7f7f7;
}
.scheme_2 .quick_view__left #img_big img {
  background: rgba(0, 0, 0, 0.05);
}
.scheme_2 .quick_view__left .product_images {
  width: 302px;
}
.scheme_2 .quick_view__right {
  height: 100%;
  display: table-cell;
  overflow: hidden;
  padding: 0 0 0 15px;
}
.scheme_2 .quick_view__right p {
  margin: 15px 0 0 0;
  font-size: 14px;
}
.scheme_2 .quick_view__right label {
  font-weight: normal;
  font-size: 14px;
  color: #37474f;
}
.scheme_2 #quick_view__name {
  margin: 0;
  font-size: 38px;
}
.scheme_2 #quick_view__name a {
  color: #e91e23;
}
.scheme_2 #quick_view__name a:hover {
  color: #0064b0;
}
.scheme_2 #quick_view__variants {
  overflow: hidden;
  margin: 15px -10px 0 -10px;
}
.scheme_2 #quick_view__variants label {
  display: block;
  padding: 0 10px;
}
.scheme_2 #quick_view__variants .selector-wrapper {
  width: 33.33333333333333%;
  float: left;
  padding: 15px 10px 0 10px;
}
.scheme_2 #quick_view__variants .selector-wrapper label {
  display: none !important;
}
.scheme_2 #quick_view__variants .selector-wrapper select {
  width: 100%;
  display: block;
}
.scheme_2 #quick_view__price {
  margin: 30px 0 0 0;
  position: relative;
}
.scheme_2 #quick_view__price .price {
  margin: 0;
  padding: 0 60px 0 0;
}
.scheme_2 #quick_view__price .money {
  margin: 0 7px 0 0;
  font-size: 20px;
}
.scheme_2 #quick_view__price .money_sale {
  font-size: 16px;
}
.scheme_2 #quick_view__price .money_sale_percent {
  width: 52px;
  height: 26px;
  display: block;
  margin: -13px 0 0 0;
  background: #e91e23;
  font: bold 14px/26px "Arial";
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scheme_2 #quick_view__availability {
  margin: 20px 0 0 0;
}
.scheme_2 #quick_view__form {
  margin: 15px 0 0 0;
}
.scheme_2 #quick_view__form label {
  display: block;
}
.scheme_2 #quick_view__form #quick_view__add {
  height: 50px;
  margin: 10px 10px 0 0;
  padding: 0 20px;
  font-size: 18px;
}
.scheme_2 body {
  font: 300 16px Rubik;
  color: #78909c;
  line-height: 1.44;
}
.scheme_2 h1,
.scheme_2 h2,
.scheme_2 h3,
.scheme_2 h4,
.scheme_2 h5,
.scheme_2 h6 {
  margin: 15px 0;
  font: 300 38px Rubik;
  color: #37474f;
  line-height: 1.12;
  text-transform: uppercase;
}
.scheme_2 h2,
.scheme_2 h3,
.scheme_2 h4 {
  font-size: 16px;
}
.scheme_2 h5,
.scheme_2 h6 {
  font-size: 14px;
}
.scheme_2 h2 {
  font-size: 30px;
}
.scheme_2 h3 {
  font-size: 26px;
}
.scheme_2 h4 {
  font-size: 22px;
}
.scheme_2 h5 {
  font-size: 18px;
}
.scheme_2 h6 {
  font-size: 14px;
}
.scheme_2 .page_heading,
.scheme_2 .section_heading {
  margin: 0;
  font-size: 30px;
}
.scheme_2 .page_heading a,
.scheme_2 .section_heading a {
  font-weight: inherit;
}
.scheme_2 .section_heading {
  padding-top: 92px;
  text-align: center;
}
.scheme_2 .title1 {
  font-size: 87px;
  font-family: Rubik;
  color: #e91e23;
  letter-spacing: 24px;
}
.scheme_2 .text1 {
  font-size: 41px;
  font-family: Lora;
  color: #37474f;
  font-style: italic;
}
.scheme_2 p {
  margin: 15px 0;
  padding: 0;
}
.scheme_2 .column_center ul {
  list-style-type: square;
  list-style-position: inside;
}
.scheme_2 .column_center ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.scheme_2 a {
  color: var(--main-bg-primary);
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_2 a:hover,
.scheme_2 a:active {
  color: #37474f;
}
.scheme_2 .product_name {
  font-size: 16px;
  color: #78909c;
}
.scheme_2 .product_name a {
  color: #78909c;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_2 .product_name a:hover {
  color: #e91e23;
}
.scheme_2 .product_desc {
  font-size: 15px;
  color: #78909c;
}
.scheme_2 .money {
  color: #206ce7;
}
.scheme_2 .money_sale,
.scheme_2 .compare-at-price {
  color: #78909c;
  text-decoration: line-through;
}
.scheme_2 .rte {
  margin-top: 15px;
  margin-bottom: 15px;
  color: inherit;
}
.scheme_2 .rte > * {
  max-width: 100%;
}
.scheme_2 .rte a {
  text-decoration: underline;
}
.scheme_2 .rte a:hover {
  text-decoration: none;
}
.scheme_2 .rte h1,
.scheme_2 .rte h2,
.scheme_2 .rte h3,
.scheme_2 .rte h4,
.scheme_2 .rte h5,
.scheme_2 .rte h6 {
  margin: 30px 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.scheme_2 .rte h1 {
  font-size: 22px;
}
.scheme_2 .rte h2 {
  font-size: 18px;
}
.scheme_2 .rte h3 {
  font-size: 16px;
}
.scheme_2 .rte h4 {
  font-size: 15px;
}
.scheme_2 .rte h5 {
  font-size: 14px;
}
.scheme_2 .rte h6 {
  font-size: 12px;
}
.scheme_2 .rte ul {
  list-style-type: disc;
  list-style-position: inside;
}
.scheme_2 .rte ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.scheme_2 .rte blockquote {
  padding: 5px 35px;
  font-weight: normal;
}
.scheme_2 .rte blockquote:before {
  content: "\f10d";
  font: 16px "FontAwesome";
}
.scheme_2 .rte blockquote:after {
  content: "\f10e";
  float: right;
  font: 12px "FontAwesome";
}
.scheme_2 .rte blockquote * {
  margin: 10px 0 !important;
  font-size: 15px;
}
.scheme_2 .rte iframe {
  max-width: 100% !important;
}
.scheme_2 .youtube_wrap {
  padding: 56.25% 0 0 0;
  position: relative;
}
.scheme_2 .youtube_wrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.scheme_2 .page_content .rte table {
  width: 100%;
  max-width: 100%;
}
.scheme_2 .page_content .rte table td {
  padding: 0 15px;
}
.scheme_2 .page_content .rte table td img {
  width: auto;
  max-width: 100% !important;
}
.scheme_2 .page_content .rte table h2,
.scheme_2 .page_content .rte table h3,
.scheme_2 .page_content .rte table h4,
.scheme_2 .page_content .rte table h5,
.scheme_2 .page_content .rte table h6 {
  margin: 15px 0;
  padding: 0;
  border: none;
  font-weight: normal;
  color: #78909c;
  text-transform: uppercase;
}
.scheme_2 .page_content .rte table h4 {
  font-size: 18px;
}
.scheme_2 label {
  font-weight: bold;
  font-size: 16px;
}
.scheme_2 select,
.scheme_2 select.form-control,
.scheme_2 textarea,
.scheme_2 textarea.form-control,
.scheme_2 input[type="text"],
.scheme_2 input[type="email"],
.scheme_2 input[type="number"],
.scheme_2 input[type="password"],
.scheme_2 input[type="tel"] {
  padding: 6px;
  border: 1px solid #f7f7f7;
  font: normal 14px "Arial";
  font-family: Rubik;
  color: #78909c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
}
.scheme_2 input[type="text"],
.scheme_2 input[type="email"],
.scheme_2 input[type="number"],
.scheme_2 input[type="password"],
.scheme_2 input[type="tel"] {
  height: 34px;
  line-height: 18px;
  padding: 7px;
}
.scheme_2 select,
.scheme_2 select.form-control {
  padding: 8px 3px;
}
.scheme_2 textarea,
.scheme_2 textarea.form-control {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.scheme_2 select:focus,
.scheme_2 select.form-control:focus,
.scheme_2 textarea:focus,
.scheme_2 textarea.form-control:focus,
.scheme_2 input[type="text"]:focus,
.scheme_2 input[type="email"]:focus,
.scheme_2 input[type="number"]:focus,
.scheme_2 input[type="password"]:focus,
.scheme_2 input[type="tel"]:focus {
  border-color: #aaa;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
}
.scheme_2 input[type="radio"],
.scheme_2 input[type="checkbox"],
.scheme_2 .form-group {
  vertical-align: top !important;
  margin-top: 15px;
  margin-bottom: 0;
}
.scheme_2 .form-horizontal label {
  padding-top: 0 !important;
  text-align: right;
  line-height: 34px;
}
.scheme_2 .form-horizontal select {
  width: 100%;
}
.scheme_2 .action_bottom span.note {
  margin-left: 5px;
}
.scheme_2 .action_bottom span.note a {
  margin-left: 5px;
}
.scheme_2 .alert {
  margin: 15px 0;
  padding: 12px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_2 .alert p {
  margin: 0;
}
.scheme_2 .alert a {
  font-weight: bold;
  text-decoration: underline;
}
.scheme_2 .alert a:hover {
  text-decoration: none;
}
.scheme_2 .alert ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}
.scheme_2 .alert ul li {
  font-weight: bold;
}
.scheme_2 .alert ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
}
.scheme_2 .alert ol li {
  font-weight: bold;
}
.scheme_2 .alert > p + p,
.scheme_2 .alert > ul + ul {
  margin: 10px 0 0 0;
}
.scheme_2 .alert-success {
  background-color: #dff0d8;
  color: #1e892a;
}
.scheme_2 .alert-success a {
  color: #1e892a;
}
.scheme_2 .alert-info {
  background-color: #cfedfc;
  color: #267abe;
}
.scheme_2 .alert-info a {
  color: #267abe;
}
.scheme_2 .alert-warning {
  background-color: #fff5c7;
  color: #c87100;
}
.scheme_2 .alert-warning a {
  color: #c87100;
}
.scheme_2 .alert-danger,
.scheme_2 .alert-error {
  background-color: #ffcccc;
  color: #d10300;
}
.scheme_2 .alert-danger a,
.scheme_2 .alert-error a {
  color: #d10300;
}
.scheme_2 .alert-form {
  border-color: #d10300 !important;
}
.scheme_2 .alert-form-info {
  display: none;
  margin: 5px 0 0 0;
  font-weight: bold;
  color: #d10300;
  font-size: 12px;
}
.scheme_2 .notify_success {
  color: #1e892a;
}
.scheme_2 .notify_info {
  color: #267abe;
}
.scheme_2 .notify_warning {
  color: #c87100;
}
.scheme_2 .notify_danger {
  color: #d10300;
}
.scheme_2 .btn,
.scheme_2 .btn a,
.scheme_2 .btn-info,
.scheme_2 .btn-primary {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #ff806b;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_2 .btn a,
.scheme_2 .btn a a,
.scheme_2 .btn-info a,
.scheme_2 .btn-primary a {
  padding: 0 !important;
  border: none !important;
}
.scheme_2 .btn:focus {
  background: #ff806b;
  color: #fff;
}
.scheme_2 .btn:hover,
.scheme_2 .btn:hover a,
.scheme_2 .btn-info:hover,
.scheme_2 .btn-primary:hover {
  background: #e91e23;
  color: #fff;
}
.scheme_2 .btn-alt,
.scheme_2 .btn-alt a {
  background: #ff806b;
  color: #fff;
}
.scheme_2 .btn-alt:hover,
.scheme_2 .btn-alt:hover a {
  background: #e91e23;
  color: #fff;
}
.scheme_2 .btn-big {
  height: 55px;
  padding: 0 38px;
  line-height: 55px;
  font-size: 15px;
  background: #e91e23;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.scheme_2 .btn-big:hover {
  background: #ff806b;
}
.scheme_2 .btn-icon:focus {
  background: none;
  color: #ff806b;
}
.scheme_2 .btn-icon {
  position: relative;
  padding: 0;
  background: none;
  font-size: 30px;
  color: #ff806b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_2 .btn-icon .icon {
  display: block;
}
.scheme_2 .btn-icon .icon + span {
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 12px;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  color: #fff;
  background: #e91e23;
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.6);
  opacity: 0;
}
.scheme_2 .btn-icon .icon + span:after {
  content: "";
  display: block;
  position: absolute;
  left: -11px;
  top: 50%;
  border: 6px solid transparent;
  border-right-color: #e91e23;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.scheme_2 .btn-icon:hover {
  background: none;
  color: #e91e23;
}
.scheme_2 .btn-icon:hover .icon + span {
  opacity: 1;
}
.scheme_2 html {
  width: 100%;
  height: 100%;
}
.scheme_2 #wrapper1 {
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.scheme_2 #wrapper2 {
  overflow: hidden;
}
.scheme_2 .container {
  padding: 0;
}
.scheme_2 .old_browsers {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000;
}
.scheme_2 .old_browsers a {
  display: block;
  padding: 0 0 16px 0;
  background: #ffdd77;
  font-size: 0;
  color: #272727;
  text-align: center;
  text-decoration: none;
}
.scheme_2 .old_browsers a i {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  margin: 16px 0 0 0;
  font-size: 44px;
  color: #c05420;
}
.scheme_2 .old_browsers a b,
.scheme_2 .old_browsers a span {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  margin: 16px 0 0 15px;
  font-size: 20px;
  line-height: 43px;
}
.scheme_2 .old_browsers a .btn {
  height: 44px;
  vertical-align: top;
  padding: 0 30px;
  background: none !important;
  border: 2px solid #272727 !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  color: #272727 !important;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.scheme_2 .old_browsers a .btn:hover {
  background: #272727 !important;
  color: #fff !important;
}
.scheme_2 #newsletter_popup__wrap {
  width: 100% !important;
  max-width: 570px;
  background: #fff;
  left: 0;
  background: #fff
    url(//cdn.shopify.com/s/files/1/1633/0135/t/3/assets/newsletter_popup_bg_img.png?10163904222330965424)
    50% 50% no-repeat;
  background-size: cover;
}
.scheme_2 #newsletter_popup__wrap .fancybox-skin,
.scheme_2 #newsletter_popup__wrap .fancybox-outer,
.scheme_2 #newsletter_popup__wrap .fancybox-inner {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  background: none;
}
.scheme_2 #newsletter_popup__wrap .fancybox-close {
  right: 7px;
  top: 5px;
}
.scheme_2 #newsletter_popup {
  height: 100% !important;
  padding: 77px 50px 90px;
}
.scheme_2 #newsletter_popup h2 {
  margin: 0;
  color: #dfd9df;
  font-size: 45px;
  letter-spacing: 12.6px;
}
.scheme_2 #newsletter_popup p {
  margin-top: -3px;
  font-size: 24px;
  color: #37474f;
  text-align: right;
  font-style: italic;
  font-family: Lora;
}
.scheme_2 #newsletter_popup form {
  position: relative;
  margin-top: 30px;
}
.scheme_2 #newsletter_popup .form_inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_2 #newsletter_popup .form_inside input {
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  color: #918191;
  line-height: 45px;
  border: 2px solid #e2e7ec;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.scheme_2 #newsletter_popup .form_inside .btn {
  margin-left: 30px;
  min-width: 170px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 3.92px;
  font-size: 14px;
  background: #e91e23;
}
.scheme_2 #newsletter_popup .form_inside .btn:hover {
  background: #ff806b;
}
.scheme_2 #newsletter_popup .newsletter_off__wrap {
  margin: 30px 0 0 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  background: rgba(255, 255, 255, 0.6);
}
.scheme_2 #newsletter_popup #newsletter_off {
  height: auto;
  background: none !important;
  border: none !important;
  font-size: 12px;
  color: #e91e23 !important;
  cursor: pointer;
}
.scheme_2 #newsletter_popup #newsletter_off:hover {
  color: #0064b0 !important;
}
.scheme_2 #newsletter_popup .newsletter_error {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 11px;
  color: #f00;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
}
.scheme_2 #newsletter_popup .newsletter_success {
  font-weight: bold;
  color: #119000;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.scheme_2 #promobanner {
  height: 160px;
  background-color: #e2e7ec;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #e2e7ec
    url(//cdn.shopify.com/s/files/1/1633/0135/t/3/assets/promobanner_bg_img.png?10163904222330965424)
    center center no-repeat;
  z-index: 100;
}
.scheme_2 #promobanner.opened ~ .parallax_top_block .user_pannel {
  top: 160px;
}
.scheme_2 #promobanner_close {
  display: block;
  vertical-align: top;
  color: #37474f;
  position: absolute;
  right: 30px;
  top: 25px;
  z-index: 1000;
}
.scheme_2 #promobanner_close:before {
  content: "\f00d";
  font: 20px/1em "FontAwesome";
}
.scheme_2 #promobanner_close:hover {
  color: #e91e23;
}
.scheme_2 .promobanner_container {
  width: 1600px;
  margin: 0 auto;
}
.scheme_2 .promobanner_error {
  height: 120px;
  font-size: 20px;
  line-height: 120px;
  color: #d10300;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
.scheme_2 .promobanner_content {
  width: 1100px;
  padding-left: 515px;
  float: left;
}
.scheme_2 .promobanner_content img {
  float: left;
}
.scheme_2 .promobanner_text {
  float: left;
  text-align: left;
}
.scheme_2 .promobanner_text h2 {
  margin: 14px 0 0 0;
  color: #e91e23;
  font-size: 64px;
}
.scheme_2 .promobanner_text span {
  font-size: 30px;
  color: #e91e23;
}
.scheme_2 .promobanner_text span:last-child {
  font-weight: 400;
  color: #37474f;
}
.scheme_2 .promobanner_bottom p {
  float: left;
  margin: 4px 0;
}
.scheme_2 .promobanner_bottom .btn {
  float: right;
  margin-right: 6px;
}
.scheme_2 .promobanner_counter {
  width: 500px;
  float: right;
  margin: 30px 0 0 0;
  text-align: right;
}
.scheme_2 #promobanner_countdown {
  height: 100px;
}
.scheme_2 #promobanner_countdown > div {
  width: 100px;
  position: relative;
}
.scheme_2 #promobanner_countdown > div ~ div {
  margin: 0 0 0 20px;
}
.scheme_2 #promobanner_countdown canvas {
  width: 100px !important;
}
.scheme_2 #promobanner_countdown input {
  width: 100px;
  height: 40px;
  vertical-align: top;
  margin: 23px 0 0 -100px;
  padding: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
  color: #37474f;
  text-align: center;
}
.scheme_2 #promobanner_countdown span {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin: 54px 0 0 -100px;
  font-size: 16px;
  color: #78909c;
  text-align: center;
}
.scheme_2 header {
  position: relative;
  z-index: 20;
  background: #e2e7ec;
}
.scheme_2 .parallax_top_block {
  position: relative;
  min-height: 100vh;
  background: #e2e7ec;
  padding-bottom: 30px;
  z-index: 999;
}
.scheme_2 .parallax_top_block .parallax-scene {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.scheme_2 .parallax_top_block header {
  background: none;
}
.scheme_2 .header_top {
  min-height: 135px;
  padding: 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.scheme_2 .header_top > div {
  padding-top: 14px;
  padding-bottom: 6px;
}
.scheme_2 .ie-browser .header_top {
  height: 135px;
}
.scheme_2 .logo_main {
  padding: 0 15px;
  background: rgba(239, 233, 239, 0.5);
}
.scheme_2 .logo_main a {
  color: #37474f;
  display: inline-block;
}
.scheme_2 .logo_main b {
  font-size: 30px;
  font-weight: 300;
  font-family: Rubik;
  text-transform: uppercase;
  letter-spacing: 7.8px;
}
.scheme_2 .header_custom_text_1,
.scheme_2 .header_custom_text_2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-style: italic;
  font-weight: 400;
  font-family: Lora;
  font-size: 15px;
  color: #37474f;
  background: rgba(239, 233, 239, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_2 .header_custom_text_1 span,
.scheme_2 .header_custom_text_2 span {
  display: block;
}
.scheme_2 .header_custom_text_2 {
  text-align: right;
}
.scheme_2 .custom_top_wrapper {
  background: #fff;
  background: #fff
    url(//cdn.shopify.com/s/files/1/1633/0135/t/3/assets/custom_top_bg_1.png?10163904222330965424)
    center center no-repeat;
  background-size: cover;
  min-height: calc(100vh - 135px * 2);
  text-align: center;
  width: 100%;
  max-width: 1560px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_2 .custom_top_wrapper .parallax-scene {
  z-index: 1;
}
.scheme_2 .custom_top_wrapper .custom_top_wrapper_inside {
  position: relative;
  width: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 135px * 2);
}
.scheme_2 .custom_top + .homepage_collections_wrapper {
  -webkit-transform: translate(0%, 25%);
  transform: translate(0%, 25%);
  z-index: 20;
}
.scheme_2 .custom_top {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scheme_2 .custom_top .rd-parallax-inner {
  left: 0;
  right: 0;
  width: 100% !important;
}
.scheme_2 .custom_top .rd-parallax-layer {
  width: 100% !important;
}
.scheme_2 .custom_top .text_wrapper2 {
  display: inline-block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_2 .custom_top .title1 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .custom_top .title1,
.scheme_2 .custom_top .text1 {
  margin: 0;
}
.scheme_2 .custom_top .btn {
  margin-top: 24px;
  font-weight: 500;
}
.scheme_2 .parallax-scene {
  overflow: hidden;
}
.scheme_2 .title1 + .text1 {
  margin-top: -11px;
}
.scheme_2 .ie-browser .custom_top_wrapper_inside {
  min-height: calc(100vh - 135px * 2);
}
.scheme_2 .custom_top_inside_bg {
  position: absolute;
  top: -135px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.scheme_2 .custom_top_inside_bg > img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
.scheme_2 .custom_top_inside_bg .rd-parallax-inner {
  overflow: hidden;
  min-height: calc(100vh - 135px);
  margin-top: 0 !important;
}
.scheme_2 .custom_top_inside_bg .rd-parallax-layer img {
  padding-top: 87px;
}
.scheme_2 .homepage_collections_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scheme_2 .homepage_collections_wrapper .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scheme_2 .ie-browser .homepage_collection {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
}
.scheme_2 .homepage_collection {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 33.33333%;
}
.scheme_2 .homepage_collection a {
  position: relative;
  display: block;
  height: 270px;
  width: 100%;
  z-index: 1;
}
.scheme_2 .homepage_collection a:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  background: rgba(233, 30, 35, 0.8);
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.scheme_2 .homepage_collection a:hover:before {
  -webkit-animation: boxScale 0.7s;
  animation: boxScale 0.7s;
  opacity: 1;
}
.scheme_2 .homepage_collection .collection_image {
  background: white;
  z-index: 1;
}
.scheme_2 .homepage_collection .collection_image.img_custom {
  background: black;
}
.scheme_2 .homepage_collection .collection_image img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  object-fit: cover;
}
.scheme_2 .homepage_collection h3 {
  position: absolute;
  margin: 0;
  padding: 30px;
  left: 50%;
  top: 50%;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}
.scheme_2 .slide_element {
  z-index: 5;
  position: absolute;
  opacity: 0;
  right: 0%;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}
.scheme_2 .color_scheme .elem_toggle {
  position: relative;
  z-index: 10;
}
.scheme_2 .color_scheme .elem_toggle.active {
  z-index: 1002;
}
.scheme_2 .color_scheme .elem_toggle.active.visible {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_2 .color_scheme .elem_toggle.active + .slide_element {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  z-index: 1001;
}
.scheme_2 .user_pannel {
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .ie-browser .user_pannel {
  right: 16px;
}
.scheme_2 .user_pannel__item {
  position: relative;
  display: block;
  text-align: center;
}
.scheme_2 .user_pannel__item .jq-selectbox,
.scheme_2 .user_pannel__item .visible {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #fff;
  color: #e91e23;
  font-size: 30px;
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.scheme_2 .user_pannel__item .jq-selectbox:hover,
.scheme_2 .user_pannel__item .visible:hover {
  background: #e91e23;
  color: #fff;
}
.scheme_2 .user_pannel__item .jq-selectbox:hover span + span,
.scheme_2 .user_pannel__item .visible:hover span + span {
  color: #fff;
}
.scheme_2 .user_pannel__item .content {
  position: absolute;
  top: 0;
}
.scheme_2 .user_pannel__item span {
  display: inline-block;
}
.scheme_2 .user_pannel__item span + span {
  margin-left: 4px;
  font-size: 16px;
  color: #78909c;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .user_pannel__item:hover {
  background: #e91e23;
  color: #fff;
}
.scheme_2 .elem_toggle.active + .search_form {
  right: 0;
}
.scheme_2 .header_search .elem_toggle.active {
  z-index: 10;
}
.scheme_2 .header_search form {
  position: relative;
  width: 385px;
  padding-right: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_2 .header_search #search-field {
  border: none;
  height: 80px;
  line-height: 80px;
  width: 100%;
  padding: 0 20px;
}
.scheme_2 .header_search #search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  font-size: 30px;
  width: 80px;
  line-height: 80px;
  color: #e91e23;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .header_search #search-submit:hover {
  color: #0064b0;
}
.scheme_2 .header_currency select {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.scheme_2 .header_currency .jq-selectbox__select {
  padding: 0 20px 0 15px;
}
.scheme_2 .header_currency .jq-selectbox__select-text {
  font-size: 16px;
  line-height: 80px;
}
.scheme_2 .header_currency .jq-selectbox__trigger i {
  right: 10px;
  font-size: 16px;
  line-height: 80px;
}
.scheme_2 .header_currency .jq-selectbox__dropdown {
  width: 100% !important;
  top: 0 !important;
  right: 100%;
  left: auto !important;
  background: #fff;
  color: #78909c;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_2 .header_currency .jq-selectbox__dropdown ul li {
  line-height: 26.66667px;
  font-size: 16px;
}
.scheme_2 .header_currency .jq-selectbox__dropdown ul li.sel,
.scheme_2 .header_currency .jq-selectbox__dropdown ul li:hover {
  background: #e91e23;
  color: #fff;
}
.scheme_2 .header_user {
  padding: 20px 100px 20px 20px;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_2 .header_user li {
  display: block;
}
.scheme_2 .header_user li a {
  color: #78909c;
  white-space: nowrap;
}
.scheme_2 .header_user li a:hover {
  color: #e91e23;
}
.scheme_2 .header_user li a i {
  margin: 0 5px 0 0;
  line-height: 1.5em;
}
.scheme_2 .ie-browser #megamenu.megamenu_desktop .level_2_blog .blog_img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.scheme_2 #megamenu {
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_2 #megamenu.megamenu_desktop.megamenu_stuck {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.scheme_2 #megamenu.megamenu_desktop h2 {
  display: none;
}
.scheme_2 #megamenu.megamenu_desktop .level_1 {
  position: relative;
  background: #fff;
  min-width: 385px;
  padding: 20px 80px 20px 30px;
  text-align: left;
}
.scheme_2 #megamenu.megamenu_desktop .level_1_link {
  height: 45px;
  display: block;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  position: relative;
  color: #78909c;
}
.scheme_2 #megamenu.megamenu_desktop .menu_badge {
  height: 16px;
  line-height: 16px;
  display: block;
  font-size: 10px;
  color: #0064b0;
  position: absolute;
  left: 0;
  top: -3px;
}
.scheme_2 #megamenu.megamenu_desktop .level_1_item.sfHover .level_1_link,
.scheme_2 #megamenu.megamenu_desktop .level_1_item .level_1_link:hover,
.scheme_2 #megamenu.megamenu_desktop .level_1_item .level_1_link.active {
  color: #e91e23;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_wrap {
  padding: 20px;
  position: absolute;
  top: 0px;
  display: none;
  right: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_2 #megamenu.megamenu_desktop .level_2_small a {
  white-space: nowrap;
  color: #918191;
  font-size: 14px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_small a:hover {
  color: #e91e23;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_small li + li {
  margin-top: 10px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big {
  width: 100%;
  width: 915px;
  padding: 30px 30px 35px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .column_item {
  width: 33.3333333%;
  float: left;
  padding: 0 10px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .column_item {
  width: 33.33333333333333%;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_links .column_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 255px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 255px;
  -ms-flex: 0 1 255px;
  flex: 0 1 255px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_links .level_3 {
  margin-top: 25px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_links .level_3 a {
  color: #918191;
  font-size: 14px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_links .level_3 a:hover {
  color: #e91e23;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_links .level_3 li + li {
  margin-top: 10px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_blog .blog_img {
  height: 180px;
  margin-bottom: 37px;
  overflow: hidden;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_blog .blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_blog .blog_title {
  line-height: 1.277;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_blog .blog_title a {
  text-transform: none;
  color: #37474f;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_blog .blog_title a:hover {
  color: #e91e23;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_blog .blog_content {
  margin-bottom: 17px;
  color: #78909c;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_products .product:hover {
  position: relative;
  z-index: 100;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_products .btn-icon {
  height: 32px;
  line-height: 32px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_trigger {
  margin: 0;
  font-style: italic;
  font-family: Lora;
  text-transform: none;
}
.scheme_2 #megamenu.megamenu_mobile {
  text-align: left;
  right: 15px;
  max-width: 100%;
  width: auto;
}
.scheme_2 #megamenu.megamenu_mobile #megamenu_mobile_toggle {
  height: 50px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 40px 0 10px;
  font-size: 20px;
  line-height: 49px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
  font-family: Rubik;
  background: #fff;
}
.scheme_2 #megamenu.megamenu_mobile #megamenu_mobile_toggle i {
  position: absolute;
  right: 10px;
  top: 0;
}
.scheme_2 #megamenu.megamenu_mobile #megamenu_mobile_toggle i:before {
  content: "\f107";
  font: 30px/49px "FontAwesome";
}
.scheme_2 #megamenu.megamenu_mobile #megamenu_mobile_toggle.active i:before {
  content: "\f106";
}
.scheme_2 #megamenu.megamenu_mobile .menu_badge {
  display: none;
}
.scheme_2 #megamenu.megamenu_mobile .level_1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
}
.scheme_2 #megamenu.megamenu_mobile .level_1 a {
  color: #37474f;
}
.scheme_2 #megamenu.megamenu_mobile .level_1 a:hover {
  color: #e91e23;
}
.scheme_2 #megamenu.megamenu_mobile .level_1 a.btn-icon {
  color: #fff;
}
.scheme_2 #megamenu.megamenu_mobile .level_1_item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_2 #megamenu.megamenu_mobile .level_1_link {
  display: block;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.scheme_2 #megamenu.megamenu_mobile .level_1_link .level_1_trigger {
  display: block;
  margin: -15px 0 0 0;
  font: 30px/1em "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
}
.scheme_2 #megamenu.megamenu_mobile .level_1_link .level_1_trigger:before {
  content: "\f107";
}
.scheme_2
  #megamenu.megamenu_mobile
  .level_1_link
  .level_1_trigger.active:before {
  content: "\f106";
}
.scheme_2 #megamenu.megamenu_mobile .level_2_wrap {
  display: none;
}
.scheme_2 #megamenu.megamenu_mobile .level_3 {
  display: none;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_small {
  text-transform: uppercase;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_small li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_2 #megamenu.megamenu_mobile .level_2_small a {
  display: block;
  padding: 8px 40px 8px 30px;
  font-size: 14px;
  line-height: 1.2em;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_links {
  text-transform: uppercase;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_links li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_2 #megamenu.megamenu_mobile .level_2_links a {
  display: block;
  padding: 8px 40px 8px 45px;
  font-size: 14px;
  line-height: 1.2em;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_trigger {
  margin: 0;
  padding: 8px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  color: #37474f;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_trigger:hover {
  color: #e91e23;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_trigger i {
  display: block;
  margin: -15px 0 0 0;
  font: 30px/1em "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_trigger i:before {
  content: "\f107";
}
.scheme_2 #megamenu.megamenu_mobile .level_2_trigger.active i:before {
  content: "\f106";
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .column_item {
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product {
  text-align: left;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_img {
  width: 100px;
  float: left;
  margin-right: 14px;
  margin-bottom: 0;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_img a {
  display: block;
  padding: 0;
  opacity: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_img a:hover {
  opacity: 0.7;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_info {
  overflow: hidden;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_price {
  margin-top: 10px;
  margin-left: 0;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_links {
  margin-top: 10px;
}
.scheme_2
  #megamenu.megamenu_mobile
  .level_2_products
  .product_links
  .btn-icon
  .icon
  + span {
  display: none !important;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_bottom {
  text-align: left;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_blog .column_item {
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_2 #megamenu.megamenu_mobile .level_2_blog .item_with_img .blog_img {
  width: 100px;
  float: left;
  margin-right: 14px;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_blog .item_with_img .blog_info {
  overflow: hidden;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_blog .blog_title {
  margin: 0px;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_blog .blog_content {
  margin: 10px 0 0 0;
  color: #78909c;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_blog .blog_date {
  margin-top: 10px;
  color: #78909c;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_blog .blog_btn {
  margin: 10px 0 0 0;
}
.scheme_2 .custom_products_wrapper {
  padding: 0 30px;
}
.scheme_2 .custom_products_wrapper .flexbox {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scheme_2 .custom_products_wrapper .custom_product {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.666666666666664%;
}
.scheme_2 .custom_products_wrapper .product .btn:hover .icon {
  -webkit-animation: swing 0.4s;
  animation: swing 0.4s;
}
.scheme_2 .custom_products_wrapper .product .icon + span {
  display: none !important;
}
.scheme_2 .ie-browser .homepage_blog .article_img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.scheme_2 .homepage_blog {
  position: relative;
  margin-top: 118px;
  padding-bottom: 120px;
  background: #f7f7f7;
}
.scheme_2 .homepage_blog .section_heading {
  padding-top: 112px;
  padding-bottom: 25px;
}
.scheme_2 .homepage_blog .blog_items_wrapper {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.scheme_2 .homepage_blog .blog_item {
  padding-top: 29px;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.scheme_2 .homepage_blog .blog_item .inside {
  background: #fff;
}
.scheme_2 .homepage_blog .blog_date {
  display: block;
  margin-top: 20px;
}
.scheme_2 .homepage_blog .article_img {
  overflow: hidden;
}
.scheme_2 .homepage_blog .article_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scheme_2 .homepage_blog .blog_text {
  padding: 37px 34px 30px;
}
.scheme_2 .homepage_blog .blog_title {
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: none;
  line-height: 1.27;
}
.scheme_2 .homepage_blog .blog_title a {
  color: #37474f;
}
.scheme_2 .homepage_blog .blog_title a:hover {
  color: #e91e23;
}
.scheme_2 .homepage_blog .blog_date {
  color: #bdb7bd;
}
.scheme_2 .homepage_blog .article_img {
  height: 360px;
}
.scheme_2 .homepage_blog .blog_item:nth-child(6n) .article_img,
.scheme_2 .homepage_blog .blog_item:nth-child(6n-3) .article_img,
.scheme_2 .homepage_blog .blog_item:nth-child(6n-4) .article_img {
  height: 242px;
}
.scheme_2 .ie-browser .homepage_blog .article_img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.scheme_2 .product {
  text-align: center;
  z-index: 1;
}
.scheme_2 .product:hover {
  z-index: 100;
}
.scheme_2 .product .product_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.scheme_2 .product .product_wrapper:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -14px;
  right: -14px;
  top: 0px;
  bottom: 0px;
  border: 5px solid #e91e23;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .product .product_wrapper:hover:before {
  opacity: 1;
}
.scheme_2 .product .product_img {
  margin-bottom: 45px;
  text-align: center;
}
.scheme_2 .product .product_img a {
  display: block;
  padding: 0 15px;
  position: relative;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .product .product_img a:hover {
  opacity: 0.6;
}
.scheme_2 .product .product_name a {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.scheme_2 .product .product_bottom {
  text-align: center;
}
.scheme_2 .product .product_price {
  position: relative;
  margin: 5px 9px 20px;
  display: inline-block;
  padding: 0 25px;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
  background: #ff806b;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .product .product_price .money {
  color: #fff;
}
.scheme_2 .product .product_price .money_sale,
.scheme_2 .product .product_price .compare-at-price {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  font-size: 12px;
  text-align: center;
  color: #78909c;
}
.scheme_2 .product .product_links {
  margin: 9px 9px 0;
  display: inline-block;
}
.scheme_2 .product .product_links form .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_2 .product .product_links form .btn:hover .icon {
  -webkit-animation: swing 0.4s;
  animation: swing 0.4s;
}
.scheme_2 .product_listing_main .product_wrapper:hover .btn_abs {
  opacity: 0.9;
  -webkit-transform: translate(0%, -150%);
  transform: translate(0%, -150%);
}
.scheme_2 .product_listing_main .product_img img {
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
.scheme_2 .product_listing_main .product_img .img__2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
}
.scheme_2 .product_listing_main .product_img .img_wrap {
  display: block;
  position: relative;
}
.scheme_2 .product_listing_main .product_img span.product_badge {
  display: block;
  height: 30px;
  min-width: 55px;
  line-height: 30px;
  padding: 0px 10px;
  color: #fff;
  position: absolute;
  top: 8px;
  z-index: 100;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_2 .product_listing_main .product_img span.sale {
  background: #fa5026;
  left: -6px;
}
.scheme_2 .product_listing_main .product_img span.new {
  background: #0064b0;
  right: -6px;
}
.scheme_2 .product_listing_main .product_info {
  position: relative;
}
.scheme_2 .product_listing_main .product_desc {
  display: none;
}
.scheme_2 .product_listing_main .product_links form {
  display: inline-block;
}
.scheme_2 .product_listing_main .product_links .btn_abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -43px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  opacity: 0;
}
.scheme_2 .product_listing_main .product_links .btn_abs .btn {
  margin: 0 10px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #e91e23;
  color: #fff;
  padding: 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme_2 .product_listing_main .product_links .btn_abs .btn .icon {
  line-height: 56px;
}
.scheme_2 .product_listing_main .product_links .btn_abs .btn:hover {
  background: #0064b0;
  color: #fff;
}
.scheme_2 .homepage_products_list {
  padding-top: 6px;
}
.scheme_2 .homepage_products_list .section_heading {
  padding-bottom: 7px;
  padding-top: 41px;
}
.scheme_2 .homepage_products_list .swiper-container {
  margin: 0 -100px;
  padding: 0 100px;
}
.scheme_2
  .homepage_products_list
  .swiper-slide-active
  + .product
  + .product
  + .product
  + .product,
.scheme_2 .homepage_products_list .swiper-slide-prev {
  opacity: 0;
}
.scheme_2 .homepage_carousel {
  position: relative;
}
.scheme_2 .homepage_carousel .product_listing_main ~ .product_listing_main {
  padding-top: 0px;
}
.scheme_2 .homepage_carousel .swiper_btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -15px 0 0 0;
  background: #e91e23;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 11;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .homepage_carousel .swiper_btn:hover {
  background: #0064b0;
}
.scheme_2 .homepage_carousel .swiper_btn:before {
  display: block;
  font: 23px/40px "FontAwesome";
  color: #fff;
}
.scheme_2 .homepage_carousel .btn_prev {
  left: -60px;
  padding-right: 3px;
}
.scheme_2 .homepage_carousel .btn_prev:before {
  content: "\f104";
}
.scheme_2 .homepage_carousel .btn_next {
  right: -60px;
  padding-left: 3px;
}
.scheme_2 .homepage_carousel .btn_next:before {
  content: "\f105";
}
.scheme_2 #homepage_carousel__2 {
  margin-top: -22px;
}
.scheme_2 .product_collection.item3_1 {
  clear: left;
}
.scheme_2 .view_list .product {
  width: 100%;
  float: none;
  overflow: hidden;
}
.scheme_2 .view_list .product .product_wrapper::before {
  display: none;
}
.scheme_2 .view_list .product .product_wrapper .product_bottom {
  margin-top: 10px;
  text-align: left;
}
.scheme_2 .view_list .product .product_wrapper .product_bottom .product_price {
  margin: 5px 15px 20px 0;
}
.scheme_2
  .view_list
  .product
  .product_wrapper
  .product_bottom
  .product_price
  .money_sale {
  position: static;
  color: #fff;
}
.scheme_2 .view_list .product .product_wrapper:hover .product_links .btn_abs {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.scheme_2 .view_list .product_img {
  width: 200px;
  float: left;
  margin: 0 20px 0 0;
}
.scheme_2 .view_list .product_img span.new {
  right: 4px;
}
.scheme_2 .view_list .product_img span.sale {
  left: 4px;
}
.scheme_2 .view_list div.product_info {
  overflow: hidden;
  text-align: left;
  padding: 0;
}
.scheme_2 .view_list .product_desc__long {
  display: block;
  text-align: left;
}
.scheme_2 .view_list form:first-child {
  display: inline-block;
  margin-bottom: 0;
}
.scheme_2 .view_list .product_links {
  margin: 10px 0 0;
}
.scheme_2 .view_list .product_links .btn {
  margin-right: 10px;
}
.scheme_2 .view_list .product_links .btn_abs {
  position: static;
  margin-top: -13px;
  display: inline-block;
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.scheme_2 .view_list .product_links form:first-child:hover {
  position: relative;
  z-index: 100;
}
.scheme_2 .section_bg + footer {
  margin-top: 0;
}
.scheme_2 .footer_contacts__wrapper {
  padding-top: 22px;
  padding-bottom: 120px;
}
.scheme_2 .footer_contacts__wrapper .footer_contacts__text {
  position: relative;
  margin-top: 55px;
  z-index: 10;
}
.scheme_2 .footer_contacts__wrapper .footer_contacts__text .inside {
  position: absolute;
  left: 50%;
  top: -3px;
  padding: 0 20px 60px;
  width: 100%;
  max-width: 370px;
  text-align: center;
  background: #fff;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 15px;
}
.scheme_2 .footer_contacts__wrapper .footer_contacts__text h6:first-child {
  margin-top: 0;
}
.scheme_2 .footer_contacts__wrapper .footer_contacts__text h6 {
  margin: 28px 0 5px;
  font-weight: 700;
  color: #ff806b;
}
.scheme_2 .footer_contacts__wrapper .footer_contacts__text p {
  max-width: 170px;
  margin: 0px auto;
  font-size: 14px;
  color: #37474f;
}
.scheme_2 .footer_contacts__wrapper .footer_contacts__text a {
  color: #37474f;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .footer_contacts__wrapper .footer_contacts__text a:hover {
  color: #e91e23;
}
.scheme_2 .footer_center {
  padding-bottom: 80px;
  background: #e2e7ec;
}
.scheme_2 .footer_center h4 {
  font-style: italic;
  text-transform: none;
  font-family: Lora;
}
.scheme_2 .footer_block {
  padding-top: 62px;
}
.scheme_2 .footer_block h4 {
  margin-top: 0;
}
.scheme_2 .footer_links {
  margin-top: 30px;
  font-size: 14px;
}
.scheme_2 .footer_links li + li {
  margin-top: 12px;
}
.scheme_2 .footer_links li a {
  color: #918191;
}
.scheme_2 .footer_links li.active a,
.scheme_2 .footer_links li a:hover {
  color: #e91e23;
}
.scheme_2 footer {
  margin: 50px 0 0 0;
}
.scheme_2 footer .copyright {
  padding: 38px 0;
  font-size: 14px;
  text-align: center;
  color: #918191;
  letter-spacing: 0.84px;
  background: #e2e7ec;
}
.scheme_2 .newsletter_title {
  color: #dfd9df;
  font-size: 45px;
}
.scheme_2 .form_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_2 .form_wrapper input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.scheme_2 .form_wrapper .btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scheme_2 .footer_newsletter {
  padding-top: 54px;
  background: #e2e7ec;
}
.scheme_2 .footer_newsletter .left_img,
.scheme_2 .footer_newsletter .right_img {
  position: absolute;
}
.scheme_2 .footer_newsletter .left_img {
  left: 0;
  bottom: 0;
  transform-origin: center center;
  -webkit-transform: translate(-44%, 32%);
  transform: translate(-44%, 32%);
  z-index: 1;
}
.scheme_2 .footer_newsletter .right_img {
  right: 0;
  top: 0;
  -webkit-transform: translate(65%, -18%);
  transform: translate(65%, -18%);
  z-index: -1;
}
.scheme_2 .footer_newsletter .container {
  position: relative;
  z-index: 1;
}
.scheme_2 .footer_newsletter .inside {
  padding-top: 25px;
  padding-bottom: 23px;
  position: relative;
  background: #fff;
}
.scheme_2 .footer_newsletter form {
  margin-top: 17px;
}
.scheme_2 .footer_newsletter input {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #ededed;
  color: #9b8b9b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_2 .footer_newsletter button {
  margin-left: 30px;
  min-width: 170px;
  height: 45px;
  line-height: 45px;
  background: #e91e23;
  font-size: 14px;
  letter-spacing: 3.92px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_2 .footer_newsletter button:hover {
  background: #ff806b;
}
.scheme_2 .footer_newsletter .form_status {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.scheme_2 .footer_newsletter .form_status.error {
  color: #f00;
}
.scheme_2 .footer_newsletter .form_status.success {
  color: #119000;
}
.scheme_2 .facebook_block {
  margin-top: 30px;
}
.scheme_2 #back_top {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 0 0 615px;
  background: #e91e23;
  color: #fff;
  text-align: center;
  position: fixed;
  left: 50%;
  bottom: 50px;
  z-index: 999;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_2 #back_top:before {
  content: "\f106";
  font: 18px/29px "FontAwesome";
}
.scheme_2 #back_top:hover {
  background: #0064b0;
}
.scheme_2 .breadcrumb_wrap {
  margin: 35px 0 30px;
}
.scheme_2 .breadcrumb {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
.scheme_2 .breadcrumb a,
.scheme_2 .breadcrumb > li + li:before {
  color: #78909c;
}
.scheme_2 .breadcrumb a:hover {
  color: #37474f;
}
.scheme_2 .collection_info .collection_img {
  margin-top: 25px;
  padding: 4px;
  text-align: center;
  border: 1px solid #f7f7f7;
}
.scheme_2 .collection_info .collection_desc {
  margin-top: 25px;
}
.scheme_2 .collection_info .collection_desc .rte {
  margin: 0;
}
.scheme_2 ul.tags {
  margin: 17px 0 0 0;
  list-style-type: none;
}
.scheme_2 ul.tags li {
  float: left;
  margin: 5px 5px 0 0;
}
.scheme_2 ul.tags li a {
  display: block;
  padding: 5px 10px;
  background: #78909c;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 ul.tags li a:hover,
.scheme_2 ul.tags li.active a {
  background: #0064b0;
}
.scheme_2 #collection_sorted .product_listing_controls {
  border-top: 1px solid #f7f7f7;
  border-bottom: 0;
}
.scheme_2 .product_listing_controls {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 0 0 10px 0;
  background: none;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_2 .product_listing_toggle {
  float: left;
  font-size: 0;
}
.scheme_2 .product_listing_toggle li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 10px 10px 0 0;
  border: 1px solid transparent;
  color: #918191;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_2 .product_listing_toggle li.active {
  background: #fff;
  border-color: #f7f7f7;
  color: #37474f;
  cursor: default;
}
.scheme_2 .product_listing_toggle li i {
  font-size: 17px;
  line-height: 30px;
}
.scheme_2 .product_listing_toggle li:not(.active):hover {
  color: #e91e23;
}
.scheme_2 .sort_by {
  float: right;
  margin: 10px 0 0 10px;
}
.scheme_2 .sort_by label {
  margin: 0 4px 0 0;
  line-height: 30px;
}
.scheme_2 .sort_by select {
  width: auto !important;
  height: 30px;
  display: inline-block;
  padding: 5px 4px;
  cursor: pointer;
}
.scheme_2 .show_products {
  float: right;
  margin: 10px 0 0 10px;
}
.scheme_2 .show_products label {
  margin: 0 4px 0 0;
  line-height: 30px;
}
.scheme_2 .show_products select {
  width: auto !important;
  height: 30px;
  display: inline-block;
  padding: 5px 4px;
  cursor: pointer;
}
.scheme_2 #product_listing_preloader {
  position: relative;
}
.scheme_2 .collection_listing_item {
  margin: 50px 0 0 0;
  text-align: center;
}
.scheme_2 .collection_listing_item:nth-child(4n + 1) {
  clear: left;
}
.scheme_2 .collection_listing_item .collection_img a {
  display: block;
  padding: 0 20px 10px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .collection_listing_item .collection_img a:hover {
  opacity: 0.5;
}
.scheme_2 .collection_listing_item .collection_name {
  margin: 15px 0 0 0;
}
.scheme_2 .collection_listing_item .collection_products {
  margin: 5px 0 0 0;
  color: #918191;
}
.scheme_2 .collection_listing_item .collection_desc {
  margin: 5px 0 0 0;
}
.scheme_2 .collection_listing_item .btn {
  margin: 15px 0 0 0;
}
.scheme_2 .products_count {
  height: 30px;
  float: left;
  margin: 10px 10px 0 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
}
.scheme_2 #pagination {
  display: inline-block;
  overflow: hidden;
  float: right;
  margin: 10px 0 0 10px;
  font-size: 0;
}
.scheme_2 #pagination span {
  display: inline-block;
  vertical-align: top;
}
.scheme_2 #pagination span ~ span {
  margin: 0 0 0 2px;
}
.scheme_2 #pagination span a {
  height: 30px;
  display: block;
  padding: 0 10px;
  background: transparent;
  border: 0px;
  font-size: 13px;
  line-height: 29px;
  font-family: Rubik;
  color: #37474f;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_2 #pagination span.page a {
  width: 30px;
  padding: 0;
  text-align: center;
}
.scheme_2 #pagination span a:hover {
  background: #0064b0;
  border: 0px;
  color: #fff;
}
.scheme_2 #pagination span.current {
  width: 30px;
  height: 30px;
  background: #e91e23;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  font-size: 13px;
  line-height: 29px;
  color: #fff;
  font-family: Rubik;
  text-align: center;
  cursor: default;
}
.scheme_2 .sidebar_widget ~ .sidebar_widget {
  margin: 30px 0 0 0;
}
.scheme_2 .sidebar_widget .widget_header {
  margin: 0;
  font-size: 30px;
}
.scheme_2 .sidebar_widget .widget_content {
  margin: 20px 0 0 0;
}
.scheme_2 .list_links li {
  padding: 7px 0px;
}
.scheme_2 .list_links li ~ li {
  margin: 1px 0 0 0;
}
.scheme_2 .list_links li a {
  color: #78909c;
}
.scheme_2 .list_links li a.active,
.scheme_2 .list_links li a:hover {
  color: #0064b0;
}
.scheme_2 .list_products .product {
  overflow: hidden;
  padding: 15px 0;
}
.scheme_2 .list_products .product + .product {
  border-top: 1px solid #f7f7f7;
}
.scheme_2 .list_products .product_img {
  width: 100px;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.scheme_2 .list_products .product_img a {
  display: block;
  padding: 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .list_products .product_img a:hover {
  opacity: 0.7;
}
.scheme_2 .list_products .product_info {
  overflow: hidden;
  text-align: left;
}
.scheme_2 .list_products .product_price {
  padding: 0 10px;
  margin-left: 0;
}
.scheme_2 .list_products .product_price .money {
  font-size: 16px;
}
.scheme_2 .list_products .product_price .compare-at-price {
  font-size: 14px;
}
.scheme_2 .list_products .product_links {
  margin: 10px 0 0;
}
.scheme_2 .list_products .product_links .btn {
  font-size: 20px;
}
.scheme_2 .sidebar_widget__search {
  height: 40px;
  padding: 0 38px 0 0;
  border: 1px solid #f7f7f7;
}
.scheme_2 .sidebar_widget__search input {
  width: 100%;
  height: 38px;
  float: left;
  padding: 0 0 0 10px;
  background: none;
  border: none;
  background: #fff;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.scheme_2 .sidebar_widget__search button {
  width: 38px;
  height: 38px;
  margin: 0 -40px 0 0;
  background: #fff;
  color: #e91e23;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .sidebar_widget__search button i.fa {
  height: 38px;
  display: block;
  font-size: 18px;
  line-height: 37px;
}
.scheme_2 .sidebar_widget__search button:hover {
  color: #0064b0;
}
.scheme_2 .sidebar_widget__articles .widget_content {
  margin: 20px 0 0 0;
}
.scheme_2 .sidebar_widget__articles ul li {
  overflow: hidden;
}
.scheme_2 .sidebar_widget__articles ul li ~ li {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_2 .sidebar_widget__articles img {
  width: 145px;
  float: left;
  margin: 0 10px 0 0;
}
.scheme_2 .sidebar_widget__articles .article_content__img {
  overflow: hidden;
}
.scheme_2 .sidebar_widget__articles .article_title {
  margin: 10px 0 0 0;
}
.scheme_2 .sidebar_widget__articles .article_comments {
  margin: 10px 0 0 0;
}
.scheme_2 .sidebar_widget__articles .article_comments:before {
  content: "\f0e6";
  margin: 0 5px 0 0;
  font: 14px "FontAwesome";
}
.scheme_2 .sidebar_widget__tags .widget_content {
  margin: 15px 0 0 0;
}
.scheme_2 .sidebar_widget__comments .widget_content {
  margin: 20px 0 0 0;
}
.scheme_2 .sidebar_widget__comments ul li ~ li {
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_2 .sidebar_widget__comments .item_icon {
  width: 30px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 16px;
}
.scheme_2 .sidebar_widget__comments .item_content {
  display: block;
  margin: 0 0 0 30px;
  color: #78909c;
}
.scheme_2 .sidebar_widget__comments .item_info {
  display: block;
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scheme_2 .sidebar_widget__comments .item_info .item_author {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
}
.scheme_2 .sidebar_widget__comments .item_info time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scheme_2 .sidebar_widget__comments .item_info .item_date {
  margin: 0 7px 0 0px;
  padding: 0 10px 0 0;
  border-right: 1px solid #f7f7f7;
}
.scheme_2 .sidebar_widget__comments .item_info .item_time {
  white-space: nowrap;
}
.scheme_2 #searchresults {
  margin: 0 !important;
}
.scheme_2 #searchresults .search_form {
  margin: 15px 0 0 0;
}
.scheme_2 #searchresults .search_form input {
  width: 100%;
  float: left;
  padding: 0 34px 0 10px;
}
.scheme_2 #searchresults .search_form button {
  width: 34px;
  height: 34px;
  float: left;
  margin: -1px 0 0 -34px;
  background: none;
  border: none;
  font-size: 20px;
  color: var(--main-bg-primary);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 #searchresults .search_form button:hover {
  color: #37474f;
}
.scheme_2 #searchresults .search_form button i {
  line-height: 32px;
}
.scheme_2 #searchresults h3 {
  margin: 0;
  padding: 0;
}
.scheme_2 #searchresults ol {
  list-style-type: none;
  padding: 15px 0 0 0;
}
.scheme_2 #searchresults ol li {
  overflow: hidden;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_2 #searchresults ol li .search-result_image {
  float: left;
  margin-right: 15px;
  max-width: 30%;
}
.scheme_2 #searchresults ol li .search-result_image a {
  display: block;
  padding: 5px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.scheme_2 #searchresults ol li .search-result_image a:hover {
  opacity: 0.7;
}
.scheme_2 #searchresults ol li .search-result_container {
  padding: 15px 0 0 0;
}
.scheme_2 .elevatezoom_big_wrapper {
  width: 370px;
  padding: 2px;
  background: #fff;
  border: 1px solid #f7f7f7;
}
.scheme_2 .elevatezoom_big_clicker {
  cursor: pointer;
  display: none;
}
.scheme_2 .zoomWrapper,
.scheme_2 #elevatezoom_big {
  width: 364px !important;
  height: auto !important;
  position: relative !important;
}
.scheme_2 #elevatezoom_big ~ #elevatezoom_big {
  width: 0 !important;
  height: 0 !important;
}
.scheme_2 .zoomContainer {
  z-index: 1 !important;
}
.scheme_2 .zoomLens {
  z-index: 1 !important;
}
.scheme_2 .zoomWindow {
  margin: -3px 0 0 0 !important;
}
.scheme_2 .product_images .swiper-container {
  margin: 10px 0 0 0;
}
.scheme_2 .product_images a {
  display: block;
  padding: 2px;
  background: #fff;
  border: 1px solid #f7f7f7;
}
.scheme_2 .product_images a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.scheme_2 .product_images a img {
  max-width: 100%;
}
.scheme_2 .product_images .swiper_btn {
  width: 25px;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  font: 22px "FontAwesome";
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.scheme_2 .product_images .swiper_btn:before {
  width: 100%;
  display: block;
  margin: -11px 0 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}
.scheme_2 .product_images .btn_prev {
  left: 0;
}
.scheme_2 .product_images .btn_prev:before {
  content: "\f104";
}
.scheme_2 .product_images .btn_next {
  right: 0;
}
.scheme_2 .product_images .btn_next:before {
  content: "\f105";
}
.scheme_2 .product_images:hover .swiper_btn {
  opacity: 1;
}
.scheme_2 .product_info__wrapper {
  display: table;
}
.scheme_2 .product_info__wrapper .product_info__left {
  width: 500px;
  display: table-cell;
  padding: 0 20px 0 0;
}
.scheme_2 .product_info__wrapper .product_info__right {
  width: 270px;
  display: table-cell;
  padding: 0 0 0 20px;
  border-left: 1px solid #f7f7f7;
}
.scheme_2 .product_info__wrapper .product_name {
  margin: 0;
  font-size: 18px;
}
.scheme_2 .product_info__wrapper .variants-wrapper {
  overflow: hidden;
  margin: 0 -10px;
  padding: 0 0 5px 0;
}
.scheme_2 .product_info__wrapper .selector-wrapper {
  width: 33.33333333333333%;
  float: left;
  padding: 15px 10px 0 10px;
}
.scheme_2 .product_info__wrapper .selector-wrapper label {
  display: block;
}
.scheme_2 .product_info__wrapper .selector-wrapper select {
  width: 99%;
  height: 37px;
  margin: 5px 0 0 0;
  padding: 5px;
}
.scheme_2 .product_info__wrapper .product_details {
  margin: 15px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_2 .product_info__wrapper .product_details b {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  color: #37474f;
  cursor: default;
}
.scheme_2 .product_info__wrapper .product_details__item {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #918191;
}
.scheme_2 .product_info__wrapper .product_details__item a {
  color: #918191;
  text-decoration: underline;
}
.scheme_2 .product_info__wrapper .product_details__item a:hover {
  text-decoration: none;
}
.scheme_2 .product_tags span:before {
  content: "\f02b";
  margin: 0 3px 0 7px;
  font: 13px "FontAwesome";
}
.scheme_2 #product_price {
  position: relative;
}
.scheme_2 #product_price .price {
  margin: 0;
  padding: 0 60px 0 0;
}
.scheme_2 #product_price .money {
  margin: 0 7px 0 0;
  font-size: 20px;
}
.scheme_2 #product_price .money_sale {
  font-size: 16px;
}
.scheme_2 #product_price .money_sale_percent {
  width: 52px;
  height: 26px;
  display: block;
  margin: -13px 0 0 0;
  background: #e91e23;
  font: bold 14px/26px "Arial";
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scheme_2 #product_quantity {
  margin: 15px 0 0 0;
}
.scheme_2 #product_quantity b.aval_label {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  color: #37474f;
  cursor: default;
}
.scheme_2 #purchase {
  margin: 15px 0 0 0;
}
.scheme_2 #purchase label {
  display: block;
}
.scheme_2 .quantity_box {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.scheme_2 .quantity_box input {
  width: 54px;
  height: 24px;
  display: block;
  padding: 0;
  background: none;
  border: 2px solid #f7f7f7 !important;
  font-size: 15px;
  text-align: center;
  color: #37474f;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 1px 1px 0 0;
  -moz-border-radius: 1px 1px 0 0;
  border-radius: 1px 1px 0 0;
}
.scheme_2 .quantity_box .quantity_modifier {
  width: 26px;
  height: 24px;
  display: block;
  float: left;
  border: 2px solid #f7f7f7;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .quantity_box .quantity_modifier:active {
  color: #37474f;
}
.scheme_2 .quantity_box .quantity_modifier i {
  font-size: 14px;
  line-height: 22px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .quantity_box .quantity_modifier:hover {
  border-color: #e91e23;
}
.scheme_2 .quantity_box .quantity_modifier:hover:hover {
  color: #e91e23;
}
.scheme_2 .quantity_box .quantity_down {
  margin: 2px 0 0 0;
  -webkit-border-radius: 0 0 0 1px;
  -moz-border-radius: 0 0 0 1px;
  border-radius: 0 0 0 1px;
}
.scheme_2 .quantity_box .quantity_up {
  margin: 2px 0 0 2px;
  -webkit-border-radius: 0 0 1px 0;
  -moz-border-radius: 0 0 1px 0;
  border-radius: 0 0 1px 0;
}
.scheme_2 #purchase #add-to-cart {
  height: 50px;
  margin: 10px 10px 0 0;
  padding: 0 15px;
  font-size: 15px;
}
.scheme_2 #wishlist_section {
  margin: 20px 0 0 0;
  line-height: 1.2em;
}
.scheme_2 #wishlist_section i {
  margin: 0 3px 0 0;
  font-size: 14px;
  line-height: 1.2em;
}
.scheme_2 #wishlist_section a {
  text-decoration: underline;
}
.scheme_2 #wishlist_section #wishlist_add,
.scheme_2 #wishlist_section a:hover {
  text-decoration: none;
}
.scheme_2 .product_info__wrapper .addthis_sharing_toolbox {
  margin: 20px 0 0 0;
  padding: 17px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_2 .product_info__wrapper .addthis_sharing_toolbox .at-share-btn {
  vertical-align: top;
  margin: 3px 3px 0 0 !important;
}
.scheme_2 .product_wrap .product_description__title {
  margin: 40px 0 0 0;
}
.scheme_2 .product_pagination {
  width: 100%;
  overflow: hidden;
  margin: 40px 0 0 0;
}
.scheme_2 .product_pagination .product_prev {
  float: left;
}
.scheme_2 .product_pagination .product_next {
  float: right;
}
.scheme_2 .widget_related_products h3 {
  margin: 40px 0 0 0;
}
.scheme_2 ul.product_listing_related {
  list-style-type: none;
}
.scheme_2 ul.product_listing_related .product_wrapper:before {
  bottom: 0;
}
.scheme_2 .article_title {
  font-weight: normal;
  font-size: 16px;
  color: #37474f;
  text-transform: none;
}
.scheme_2 .article_title a {
  color: #e91e23;
}
.scheme_2 .article_title a:hover {
  color: #0064b0;
}
.scheme_2 .article_date:before {
  content: "\f073";
  margin: 0 5px 0 0;
  font: 14px "FontAwesome";
}
.scheme_2 .article_info {
  margin: 15px 0 0 0;
}
.scheme_2 .article_info time,
.scheme_2 .article_info span:not(:last-child) {
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #f7f7f7;
}
.scheme_2 .blog_tags {
  font-size: 0;
}
.scheme_2 .blog_tags a {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 5px 10px;
  font-size: 16px;
  background: #78909c;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .blog_tags a:before {
  content: "\f02b";
  margin: 0 5px 0 0;
  font: 12px "FontAwesome";
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .blog_tags a:hover {
  background: #0064b0;
  color: #fff;
}
.scheme_2 .blog_tags a:hover:before {
  color: #fff;
}
.scheme_2 .blog_tags a.tag_active {
  background: #e91e23;
  color: #fff !important;
  cursor: default;
}
.scheme_2 .blog_tags a.tag_active:before {
  color: #fff;
}
.scheme_2 .blog_listing__article {
  margin: 30px 0 0 0;
}
.scheme_2 .blog_listing__article ~ .blog_listing__article {
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_2 .blog_listing__article .article_title {
  margin: 0;
  font-size: 20px;
}
.scheme_2 .blog_listing__article .article_title a {
  color: #e91e23;
}
.scheme_2 .blog_listing__article .article_title a:hover {
  color: #0064b0;
}
.scheme_2 .blog_listing__article .article_body {
  margin: 30px 0;
  overflow: hidden;
}
.scheme_2 .blog_listing__article .article_body .full_width {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}
.scheme_2 .blog_listing__article .article_body .small_width {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 40%;
}
.scheme_2 .blog_listing__article .article_content {
  margin: 0px 0 0 0;
}
.scheme_2 .blog_listing__article .small_width + .article_content {
  margin-top: 0;
}
.scheme_2 .blog_listing__article .article_footer .blog_tags {
  margin: -10px 0 30px 0;
}
.scheme_2 .blog_article {
  margin: 30px 0 0 0;
}
.scheme_2 .blog_article .article_title {
  margin: 0;
  font-size: 20px;
}
.scheme_2 .blog_article .article_content {
  margin: 30px 0 0 0;
}
.scheme_2 .blog_article .article_content .rte {
  margin: 0;
}
.scheme_2 .blog_article .article_content .full_width {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}
.scheme_2 .blog_article .article_content .small_width {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 40%;
}
.scheme_2 .blog_article .article_footer {
  margin: 30px 0 0 0;
}
.scheme_2 .blog_article .article_footer .blog_tags {
  margin: -10px 0 30px 0;
}
.scheme_2 .blog_article .article_pagination {
  margin: 15px 0 0 0;
}
.scheme_2 .blog_article .article_pagination .btn {
  margin: 15px 0 0 0;
  letter-spacing: 0;
  font-size: 12px;
}
.scheme_2 .blog_article .article_pagination .article_next {
  float: right;
  margin: 15px 0 0 15px;
}
.scheme_2 .article_comments {
  white-space: nowrap;
}
.scheme_2 .article_comments__list {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_2 .article_comments__list h3 {
  margin: 0;
}
.scheme_2 .article_comments__list ul li {
  margin: 30px 0 0 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_2 .article_comments__list ul li time span {
  margin: 0 0 0 12px;
  padding: 0 0 0 12px;
  border-left: 1px solid #f7f7f7;
}
.scheme_2 .article_comments__list .comment_author {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.scheme_2 .article_comments__list .comment_author b {
  padding-right: 10px;
}
.scheme_2 .article_comments__list .comment_content {
  margin: 10px 0 0 0;
}
.scheme_2 .article_comments__form {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_2 .article_comments__form h3 {
  margin: 0;
  font-size: 20px;
}
.scheme_2 .article_comments__form .col-lg-6 {
  margin: 15px 0 0 0;
}
.scheme_2 .article_comments__form button {
  margin: 15px 0 0 0;
}
.scheme_2 .account_section {
  margin: 30px 0 0 0;
  padding: 30px;
  border: 1px solid #f7f7f7;
  border-top: 2px solid #e91e23;
}
.scheme_2 .account_section h4 {
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}
.scheme_2 .account_section h4 span {
  vertical-align: top;
  float: right;
}
.scheme_2 .account_section h4 a {
  font-weight: normal;
}
.scheme_2 .account_section h4 a ~ a {
  margin: 0 0 0 15px;
}
.scheme_2 .account_section h4 a:before {
  vertical-align: top;
  margin: 0 5px 0 0;
  font: 14px/18px "FontAwesome";
}
.scheme_2 .account_section h4 a.link_add:before {
  content: "\f067";
}
.scheme_2 .account_section h4 a.link_edit:before {
  content: "\f040";
}
.scheme_2 .account_section h4 a.link_close:before {
  content: "\f00d";
}
.scheme_2 .account_section h4 a.link_delete:before {
  content: "\f1f8";
}
.scheme_2 .account_section p.note {
  margin: 15px 0 0 0;
}
.scheme_2 .account_section .btn {
  margin-right: 15px;
}
.scheme_2 .account_section label {
  line-height: 34px;
}
.scheme_2 .account_section .address_item {
  line-height: 26px;
}
.scheme_2 .account_section .address_item:before {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  border: 1px solid #e2e7ec;
  font: 15px/25px "FontAwesome";
  color: #37474f;
  text-align: center;
  cursor: default;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme_2 .account_section .address_item {
  margin: 15px 0 0 0;
}
.scheme_2 .account_section .address_item ~ .address_item {
  margin: 10px 0 0 0;
}
.scheme_2 .account_section .address_location:before {
  content: "\f015";
}
.scheme_2 .account_section .address_phone:before {
  content: "\f095";
  font-size: 14px;
}
.scheme_2 .account_section .address_user:before {
  content: "\f007";
}
.scheme_2 .account_section input[type="radio"],
.scheme_2 .account_section input[type="checkbox"] {
  margin: 10px 5px 0 0;
}
.scheme_2 #account_reset__link {
  white-space: nowrap;
}
.scheme_2 #address_form_new .form-group:nth-last-of-type(2) label {
  text-align: left;
}
.scheme_2 .account_wrapper {
  width: 100%;
  height: 100%;
  display: table;
  margin: 30px 0 0 0;
}
.scheme_2 .account_wrapper .account_left {
  width: 50%;
  height: 100%;
  display: table-cell;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 1;
}
.scheme_2 .account_wrapper .account_left:before {
  content: "";
  border: 1px solid #f7f7f7;
  border-top: 2px solid #e91e23;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.scheme_2 .account_wrapper .account_right {
  width: 50%;
  height: 100%;
  display: table-cell;
  padding: 0 0 0 15px;
  position: relative;
  z-index: 1;
}
.scheme_2 .account_wrapper .account_right:before {
  content: "";
  border: 1px solid #f7f7f7;
  border-top: 2px solid #e91e23;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
  z-index: -1;
}
.scheme_2 .account_wrapper .account_section {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}
.scheme_2 #account_login .account_left ul {
  margin: 10px 0 0 0;
}
.scheme_2 #account_login .account_left ul li {
  margin: 5px 0 0 0;
  color: #37474f;
  text-transform: uppercase;
}
.scheme_2 #account_login .account_left ul li:before {
  content: "\f00c";
  margin: 0 7px 0 0;
  font: 14px "FontAwesome";
  color: #918191;
}
.scheme_2 #account_login .account_left .btn {
  margin-top: 15px;
}
.scheme_2 #account_guest {
  margin: 30px 0 0 0;
  padding: 30px;
  border: 1px solid #f7f7f7;
}
.scheme_2 #account_guest .btn {
  margin-top: 15px;
}
.scheme_2 #account_reset_form {
  margin: 0;
}
.scheme_2 .account_area .page_heading {
  overflow: hidden;
  padding: 0 0 10px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #f7f7f7;
  position: relative;
}
.scheme_2 .account_area .page_heading a {
  display: block;
  float: right;
  margin: 9px 0 0 10px;
  font-size: 14px;
}
.scheme_2 .account_area .page_heading a.link_logout {
  position: absolute;
  right: 0;
  top: 0;
}
.scheme_2 .account_welcome {
  text-align: center;
}
.scheme_2 .account_welcome .page_heading:before {
  content: "\f007";
  margin: 0 7px 0 0;
  font-family: "FontAwesome";
}
.scheme_2 .account_welcome__name {
  margin: 30px 0 0 0;
  color: #918191;
}
.scheme_2 .account_table {
  width: 100%;
  margin: 15px 0 0 0;
}
.scheme_2 .account_table th,
.scheme_2 .account_table td {
  vertical-align: middle;
}
.scheme_2 .table_info tr ~ tr {
  border-top: 1px solid #f7f7f7;
}
.scheme_2 .table_info td {
  padding: 5px 0;
}
.scheme_2 .table_info td ~ td {
  padding: 5px 0 5px 5px;
  color: #37474f;
  text-align: right;
}
.scheme_2 .table_orders thead {
  border-bottom: 2px solid #f7f7f7;
}
.scheme_2 .table_orders th {
  padding: 5px 7px;
  border: 1px solid #f7f7f7;
  color: #37474f;
  text-transform: uppercase;
}
.scheme_2 .table_orders td {
  padding: 5px 7px;
  border: 1px solid #f7f7f7;
}
.scheme_2 .table_orders tfoot {
  border-top: 2px solid #f7f7f7;
}
.scheme_2 .table_orders p {
  margin: 7px 0 0 0;
}
.scheme_2 .table_orders a {
  text-decoration: underline;
}
.scheme_2 .table_orders a:hover {
  text-decoration: none;
}
.scheme_2 .table_orders .cell_total {
  text-align: right;
}
.scheme_2 .table_orders .row_total {
  border-top: 2px solid #f7f7f7;
  font-size: 14px;
}
.scheme_2 .table_orders .row_total .money {
  font-weight: bold;
}
.scheme_2 .account_default .address_all {
  margin: 15px 0 0 0;
}
.scheme_2 .account_default .address_all a {
  text-decoration: underline;
}
.scheme_2 .account_default .address_all a:hover {
  text-decoration: none;
}
.scheme_2 .account_address__item h4 {
  padding: 0 0 7px 0;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_2 .order_cancelled h4 {
  margin: 0;
  font-size: 14px;
}
.scheme_2 .order_cancelled p {
  margin: 10px 0 0 0;
}
.scheme_2 #cart_loader {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
}
.scheme_2 #cart_loader.loader_off .global_loader {
  top: 40px;
}
.scheme_2 #cart_loader.loader_on .global_loader {
  top: 80px;
}
.scheme_2 .cart_list {
  width: 100%;
  max-width: 100%;
  margin: 30px 0 0 0;
}
.scheme_2 .cart_list th {
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #f7f7f7;
  font-size: 14px;
  color: #37474f;
  text-transform: uppercase;
}
.scheme_2 .cart_list th ~ th {
  text-align: center;
}
.scheme_2 .cart_list td {
  padding: 20px;
  border: 1px solid #f7f7f7;
}
.scheme_2 .cart_list .cell_3 {
  text-align: center;
}
.scheme_2 .cart_list .cell_5 {
  text-align: center;
}
.scheme_2 .cart_list .cart_price {
  font-size: 14px;
  text-align: right;
}
.scheme_2 .cart_item__img {
  width: 140px;
  float: left;
}
.scheme_2 .cart_item__info {
  margin: 0 0 0 160px;
}
.scheme_2 .cart_item__name {
  margin: 0;
}
.scheme_2 .cart_item__variant {
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #37474f;
}
.scheme_2 .cart_item__details {
  margin: 10px 0 0 0;
}
.scheme_2 .cart_item__details p {
  margin: 5px 0 0 0;
}
.scheme_2 .cart_item__details p span {
  color: #37474f;
}
.scheme_2 .cart_item .quantity_box {
  width: 88px;
  height: 24px;
  margin: 0;
  position: relative;
}
.scheme_2 .cart_item .quantity_box input {
  width: 40px;
  position: absolute;
  left: 24px;
  top: 0;
}
.scheme_2 .cart_item .quantity_box .quantity_down {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.scheme_2 .cart_item .quantity_box .quantity_up {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.scheme_2 .cart_item .cart_update {
  width: 88px;
  margin: 5px 0 0 0;
  font-size: 11px;
  padding: 0 7px;
  font-weight: 400;
  text-transform: none;
}
.scheme_2 .cart_item__remove {
  font-size: 14px;
  color: #e91e23;
}
.scheme_2 .cart_item__remove i {
  vertical-align: baseline;
}
.scheme_2 .cart_item__remove:hover {
  color: #0064b0;
}
.scheme_2 .cart_list .cart_buttons .btn {
  float: right;
  margin: 0 0 0 20px;
}
.scheme_2 .cart_list .cart_buttons .btn-alt {
  float: none;
  margin: 0;
}
.scheme_2 .cart_list .cart_buttons .btn span {
  margin: 0 7px 0 0;
  font: 14px "FontAwesome";
}
.scheme_2 .cart_list .cart_summary .cart_summary__row {
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  color: #37474f;
}
.scheme_2 .cart_list .cart_summary .cart_summary__row ~ .cart_summary__row {
  padding: 10px 0;
}
.scheme_2 .cart_list .cart_summary .cart_summary__row span {
  float: right;
}
.scheme_2 .cart_list .cart_summary .cart_summary__notification {
  margin: 20px 0 0 0;
}
.scheme_2 .cart_list .cart_summary .cart_summary__instructions {
  margin: 15px 0 0 0;
}
.scheme_2 .cart_list .cart_summary .cart_summary__instructions label {
  display: block;
  padding: 0 0 3px 0;
  font-weight: normal;
  color: #37474f;
}
.scheme_2 .cart_list .cart_summary .cart_summary__instructions textarea {
  width: auto !important;
  height: 100px !important;
  max-width: 100% !important;
  resize: none;
}
.scheme_2 .cart_list .cart_summary .cart_summary__checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}
.scheme_2
  .cart_list
  .cart_summary
  .cart_summary__checkout
  .cart_summary__methods {
  margin: 10px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.scheme_2
  .cart_list
  .cart_summary
  .cart_summary__checkout
  .cart_summary__checkout__button_wrapper {
  margin: 25px 0 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.scheme_2 .cart_list .cart_summary .cart_summary__checkout .btn {
  margin-top: 0px;
  padding: 0 10px;
  font-weight: 400;
}
.scheme_2 .cart_list .cart_summary .cart_summary__methods li {
  display: inline-block;
  margin: 14px 10px 0 0;
}
.scheme_2 .cart_empty h4 {
  font-size: 20px;
}
.scheme_2 .cart_empty h4 a {
  font-weight: inherit;
  text-decoration: underline;
}
.scheme_2 .cart_empty h4 a:hover {
  text-decoration: none;
}
.scheme_2 #contact_page #google_map {
  margin: 15px 0;
  border: 1px solid #f7f7f7;
}
.scheme_2 #contact_page #google_map iframe {
  width: 100%;
}
.scheme_2 #contact_page .contact-form .btn {
  margin-top: 5px;
}
.scheme_2 .contact-form textarea {
  width: 100%;
}
.scheme_2 .template-404 h2,
.scheme_2 .template-404 h2 a {
  vertical-align: baseline;
}
.scheme_2 .page_sitemap h2 {
  margin: 30px 0 15px 0;
}
.scheme_2 .page_sitemap .sitemap_separator {
  width: 100%;
  height: 0;
  float: none;
  clear: both;
  margin: 0 15px;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_2 .page_sitemap ul {
  list-style-type: disc;
  padding-left: 15px;
}
.scheme_2 .page_sitemap ul li a {
  color: #78909c;
}
.scheme_2 .page_sitemap ul li a:hover {
  color: #e91e23;
}
.scheme_2 .wishlist_page .wishlist_empty {
  margin: 15px 0 0 0;
}
.scheme_2 #wishlist_products_number {
  display: inline;
  font-weight: inherit;
  line-height: inherit;
}
.scheme_2 .product_wishlist .product_img a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_2 .product_wishlist .product_img a:hover {
  opacity: 0.6;
}
.scheme_2 .product_wishlist .product_links {
  display: block;
}
.scheme_2 .product_wishlist .product_links .btn {
  margin: 0 5px;
}
.scheme_2 .product_wishlist:nth-child(3n + 1) {
  clear: left;
}
.scheme_2 #customization_tool {
  width: 240px;
  margin: -252px 0 0 0;
  background: #fff;
  position: fixed;
  left: -240px;
  top: 50%;
  z-index: 100000;
  -webkit-border-radius: 0 10px 4px 0;
  -moz-border-radius: 0 10px 4px 0;
  border-radius: 0 10px 4px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.scheme_2 #customization_tool h4 {
  height: 50px;
  margin: 0;
  padding: 0 50px 0 20px;
  background: rgba(0, 0, 0, 0.04);
  font: bold 14px/50px "Arial";
  color: #333;
  cursor: default;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.scheme_2 #customization_tool .customization_block {
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.scheme_2 #customization_tool .customization_block__colors {
  padding: 0 20px 20px 20px;
  border: none;
}
.scheme_2 #customization_tool h5 {
  height: 50px;
  margin: 0;
  font: bold 14px/50px "Arial";
  color: #888;
  text-transform: uppercase;
  cursor: default;
}
.scheme_2 #customization_tool h5 i {
  width: 24px;
  height: 30px;
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.scheme_2 #customization_tool h5 i.fa-toggle-on {
  color: #333;
}
.scheme_2 #customization_tool #customization_tool__btn {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #888;
  position: absolute;
  right: -50px;
  top: 0;
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.scheme_2 #customization_tool #customization_tool__btn i {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 22px;
  line-height: 49px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.scheme_2 #customization_tool.on {
  left: 0;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
}
.scheme_2 #customization_tool.on #customization_tool__btn {
  right: 0;
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_2 #customization_tool .color_palette {
  height: 30px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_2 #customization_tool .color_palette.active {
  border-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 2px #888;
  -moz-box-shadow: 0 0 0 2px #888;
  box-shadow: 0 0 0 2px #888;
}
.scheme_2 #customization_tool .color_palette ~ .color_palette {
  margin: 20px 0 0 0;
}
.scheme_2 #customization_tool .color_item {
  position: absolute;
  top: 0;
  bottom: 0;
}
.scheme_2 #customization_tool .color_item.color_1 {
  left: -30px;
  right: 50%;
  z-index: 10;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.scheme_2 #customization_tool .color_item.color_2 {
  left: 0;
  right: 0;
  z-index: 1;
}
.scheme_2 #habla_beta_container_do_not_rely_on_div_classes_or_names.olark_on {
  opacity: 1 !important;
  display: block !important;
}
.scheme_2 #habla_beta_container_do_not_rely_on_div_classes_or_names.olark_off {
  opacity: 0 !important;
  display: none !important;
}
.scheme_2 #scheme_1 .color_1 {
  background: var(--main-bg-primary);
}
.scheme_2 #scheme_1 .color_2 {
  background: #00b06c;
}
.scheme_2 #scheme_2 .color_1 {
  background: #e91e23;
}
.scheme_2 #scheme_2 .color_2 {
  background: #0064b0;
}
.scheme_2 #scheme_3 .color_1 {
  background: #28c08c;
}
.scheme_2 #scheme_3 .color_2 {
  background: #f3a400;
}
.scheme_2 #scheme_4 .color_1 {
  background: #be0098;
}
.scheme_2 #scheme_4 .color_2 {
  background: #ff2e28;
}
.scheme_3 input:focus::-webkit-input-placeholder,
.scheme_3 textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.scheme_3 .clearfix {
  zoom: 1;
}
.scheme_3 .clearfix:before,
.scheme_3 .clearfix:after {
  content: "";
  display: table;
}
.scheme_3 .clearfix:after {
  clear: both;
}
.scheme_3 .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_3 .hidden,
.scheme_3 .visuallyhidden {
  display: none;
}
.scheme_3 .left {
  float: left;
}
.scheme_3 .right {
  float: right;
}
.scheme_3 .jq-selectbox {
  display: block;
  z-index: 1000 !important;
  cursor: pointer;
}
.scheme_3 .jq-selectbox__select-text {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scheme_3 .jq-selectbox__trigger i {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_3 .jq-selectbox__dropdown {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_3 .jq-selectbox.opened .jq-selectbox__trigger i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scheme_3 #at15s {
  z-index: 999 !important;
}
.scheme_3 #habla_window_div {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.scheme_3 #habla_window_div textarea {
  min-height: 1px;
}
.scheme_3 #habla_window_div textarea {
  min-height: 1px;
}
.scheme_3 .global_loader {
  width: 44px;
  height: 44px;
  margin: 0 0 0 -22px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1001;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMhJREFUeNrs2TEKwkAUhOEXBSurQM5jo2AbyG2EgIfyCkKqXEDiGYI2QkBn5aXYYBqb7MAM/Ft/LNutWbwtqtEVDei9UIMbajf93A51CyLn6twWrUwQOq0csTl6EICDMV/jOKG9pb+Nv21rCW53rM1wvFzPsD5zOc1WRjaBBRZYYIEFFlhggQUWWGCBBRZYYIEFFvh/cE/kfQbwnQh8C+ALEfhrLYznU6YY5RUBuJpe98HS/Vg8zr2R8E16Rk0C0MYt0dftR4ABAFfva4h/thfHAAAAAElFTkSuQmCC")
    50% 50% no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.scheme_3 .global_loader:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("fancybox_loading.gif") 50% 50% no-repeat;
}
.scheme_3 .loader_on .global_loader {
  top: 20px;
  opacity: 1;
}
.scheme_3 .loader_off .global_loader {
  top: 0;
  opacity: 0;
}
.scheme_3 #page_preloader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.scheme_3 #page_preloader .global_loader {
  margin: -29px 0 0 -29px;
  top: 50%;
  background: none;
  width: 58px;
  height: 58px;
}
.scheme_3 #page_preloader .global_loader:after {
  display: none;
}
.scheme_3 #page_preloader.off {
  opacity: 0;
}
.scheme_3 #circular3dG {
  position: relative;
  width: 58px;
  height: 58px;
  margin: auto;
}
.scheme_3 .circular3dG {
  position: absolute;
  background-color: #28c08c;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -o-animation-name: bounce_circular3dG;
  -ms-animation-name: bounce_circular3dG;
  -webkit-animation-name: bounce_circular3dG;
  -moz-animation-name: bounce_circular3dG;
  animation-name: bounce_circular3dG;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
}
.scheme_3 #circular3d_1G {
  left: 23px;
  top: 4px;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.scheme_3 #circular3d_2G {
  left: 36px;
  top: 14px;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.scheme_3 #circular3d_3G {
  left: 43px;
  top: 26px;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.scheme_3 #circular3d_4G {
  left: 40px;
  top: 39px;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.scheme_3 #circular3d_5G {
  left: 24px;
  top: 43px;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.scheme_3 #circular3d_6G {
  left: 5px;
  top: 28px;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.scheme_3 #circular3d_7G {
  left: 0px;
  top: 8px;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.scheme_3 #circular3d_8G {
  left: 10px;
  top: 0px;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.scheme_3 #cookies_container {
  overflow: hidden;
  padding: 5px 0;
  background: #111;
  text-align: center;
  display: none;
}
.scheme_3 #cookies_container p {
  display: inline-block;
  margin: 0;
  padding: 19px 0 0;
  font-size: 14px;
  color: #888;
}
.scheme_3 #cookies_container p b {
  vertical-align: baseline;
  color: #fff;
}
.scheme_3 #cookies_container .cookie_btn {
  height: 40px;
  display: inline-block;
  margin: 5px 0 5px 6px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_3 #cookies_container #cookie_ok {
  margin: 10px 0 10px 20px;
  background: #18a439;
  border-color: #18a439;
}
.scheme_3 #cookies_container #cookie_ok:hover {
  background: #585858;
  border-color: #585858;
}
.scheme_3 #cookies_container #cookie_no {
  border-color: #585858;
}
.scheme_3 #cookies_container #cookie_no:hover {
  background: #585858;
  border-color: #585858;
}
.scheme_3 #google_map,
.scheme_3 #google_map iframe {
  width: 100% !important;
  height: 300px !important;
  background: #e7e7e6;
}
.scheme_3 #google_map img {
  max-width: none !important;
}
.scheme_3 .template-index #google_map,
.scheme_3 .template-index #google_map iframe {
  height: 600px !important;
}
.scheme_3 .fancybox-skin {
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_3 .fancybox-close {
  width: 36px;
  height: 36px;
  display: block;
  background: #555;
  border: none;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.scheme_3 .fancybox-close:hover {
  background: #28c08c;
  color: #fff;
}
.scheme_3 .fancybox-close:before {
  content: "\f00d";
  display: block;
  font: 15px/36px "FontAwesome";
  text-align: center;
}
.scheme_3 .fancybox-nav span {
  width: 36px;
  height: 36px;
  display: block;
  margin: -18px 0 0 0;
  background: #555;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_3 .fancybox-nav span:before {
  display: block;
  font: 12px/36px "FontAwesome";
  color: #fff;
  text-align: center;
}
.scheme_3 .fancybox-nav:hover > span {
  background: #28c08c;
}
.scheme_3 .fancybox-prev span:before {
  content: "\f053";
  padding: 0 2px 0 0;
}
.scheme_3 .fancybox-next span:before {
  content: "\f054";
  padding: 0 0 0 2px;
}
.scheme_3 .fancybox_alert {
  padding: 0 !important;
  text-align: center;
}
.scheme_3 .fancybox_alert .alert {
  margin: 0;
  padding: 40px;
  font-size: 14px;
}
.scheme_3 .fancybox_alert .btn {
  margin: 15px 0 0 0;
  padding: 0 20px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
.scheme_3 .fancybox_alert .btn ~ .btn {
  margin: 15px 0 0 5px;
}
.scheme_3 #cart_added .cart_added__row {
  height: 120px;
  display: table;
}
.scheme_3 #cart_added h4 {
  margin: 0 0 15px 0;
  max-width: 450px;
  text-align: center;
  font-size: 20px;
}
.scheme_3 #cart_added.cart_error {
  max-width: 420px;
}
.scheme_3 .cart_added__1 {
  width: 120px;
  height: 100%;
  display: table-cell;
  text-align: center;
}
.scheme_3 .cart_added__1 img {
  height: 120px;
  padding: 10px;
  border: 1px solid #f7f7f7;
}
.scheme_3 .cart_added__2 {
  width: 300px;
  height: 100%;
  display: table-cell;
  padding: 0 0 0 15px;
}
.scheme_3 .cart_added__2 .product_name {
  display: block;
}
.scheme_3 .cart_added__2 #cart_added__quantity {
  margin: 15px 0 0 0;
  font-size: 16px;
}
.scheme_3 .cart_added__2 .btn {
  margin: 15px 10px 0 0;
  padding: 0 10px;
  text-transform: none;
}
.scheme_3 #quick_view__wrap .fancybox-skin {
  padding: 30px !important;
}
.scheme_3 #product_quick_view {
  width: 668px;
}
.scheme_3 .product_quick_wrapper {
  width: 100%;
  display: table;
}
.scheme_3 .quick_view__left {
  width: 317px;
  height: 100%;
  display: table-cell;
  padding: 0 15px 0 0;
}
.scheme_3 .quick_view__left #img_big {
  width: 302px;
  padding: 2px;
  border: 1px solid #f7f7f7;
}
.scheme_3 .quick_view__left #img_big img {
  background: rgba(0, 0, 0, 0.05);
}
.scheme_3 .quick_view__left .product_images {
  width: 302px;
}
.scheme_3 .quick_view__right {
  height: 100%;
  display: table-cell;
  overflow: hidden;
  padding: 0 0 0 15px;
}
.scheme_3 .quick_view__right p {
  margin: 15px 0 0 0;
  font-size: 14px;
}
.scheme_3 .quick_view__right label {
  font-weight: normal;
  font-size: 14px;
  color: #37474f;
}
.scheme_3 #quick_view__name {
  margin: 0;
  font-size: 38px;
}
.scheme_3 #quick_view__name a {
  color: #28c08c;
}
.scheme_3 #quick_view__name a:hover {
  color: #f3a400;
}
.scheme_3 #quick_view__variants {
  overflow: hidden;
  margin: 15px -10px 0 -10px;
}
.scheme_3 #quick_view__variants label {
  display: block;
  padding: 0 10px;
}
.scheme_3 #quick_view__variants .selector-wrapper {
  width: 33.33333333333333%;
  float: left;
  padding: 15px 10px 0 10px;
}
.scheme_3 #quick_view__variants .selector-wrapper label {
  display: none !important;
}
.scheme_3 #quick_view__variants .selector-wrapper select {
  width: 100%;
  display: block;
}
.scheme_3 #quick_view__price {
  margin: 30px 0 0 0;
  position: relative;
}
.scheme_3 #quick_view__price .price {
  margin: 0;
  padding: 0 60px 0 0;
}
.scheme_3 #quick_view__price .money {
  margin: 0 7px 0 0;
  font-size: 20px;
}
.scheme_3 #quick_view__price .money_sale {
  font-size: 16px;
}
.scheme_3 #quick_view__price .money_sale_percent {
  width: 52px;
  height: 26px;
  display: block;
  margin: -13px 0 0 0;
  background: #28c08c;
  font: bold 14px/26px "Arial";
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scheme_3 #quick_view__availability {
  margin: 20px 0 0 0;
}
.scheme_3 #quick_view__form {
  margin: 15px 0 0 0;
}
.scheme_3 #quick_view__form label {
  display: block;
}
.scheme_3 #quick_view__form #quick_view__add {
  height: 50px;
  margin: 10px 10px 0 0;
  padding: 0 20px;
  font-size: 18px;
}
.scheme_3 body {
  font: 300 16px Rubik;
  color: #78909c;
  line-height: 1.44;
}
.scheme_3 h1,
.scheme_3 h2,
.scheme_3 h3,
.scheme_3 h4,
.scheme_3 h5,
.scheme_3 h6 {
  margin: 15px 0;
  font: 300 38px Rubik;
  color: #37474f;
  line-height: 1.12;
  text-transform: uppercase;
}
.scheme_3 h2,
.scheme_3 h3,
.scheme_3 h4 {
  font-size: 16px;
}
.scheme_3 h5,
.scheme_3 h6 {
  font-size: 14px;
}
.scheme_3 h2 {
  font-size: 30px;
}
.scheme_3 h3 {
  font-size: 26px;
}
.scheme_3 h4 {
  font-size: 22px;
}
.scheme_3 h5 {
  font-size: 18px;
}
.scheme_3 h6 {
  font-size: 14px;
}
.scheme_3 .page_heading,
.scheme_3 .section_heading {
  margin: 0;
  font-size: 30px;
}
.scheme_3 .page_heading a,
.scheme_3 .section_heading a {
  font-weight: inherit;
}
.scheme_3 .section_heading {
  padding-top: 92px;
  text-align: center;
}
.scheme_3 .title1 {
  font-size: 87px;
  font-family: Rubik;
  color: #28c08c;
  letter-spacing: 24px;
}
.scheme_3 .text1 {
  font-size: 41px;
  font-family: Lora;
  color: #37474f;
  font-style: italic;
}
.scheme_3 p {
  margin: 15px 0;
  padding: 0;
}
.scheme_3 .column_center ul {
  list-style-type: square;
  list-style-position: inside;
}
.scheme_3 .column_center ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.scheme_3 a {
  color: var(--main-bg-primary);
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_3 a:hover,
.scheme_3 a:active {
  color: #37474f;
}
.scheme_3 .product_name {
  font-size: 16px;
  color: #78909c;
}
.scheme_3 .product_name a {
  color: #78909c;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_3 .product_name a:hover {
  color: #28c08c;
}
.scheme_3 .product_desc {
  font-size: 15px;
  color: #78909c;
}
.scheme_3 .money {
  color: #206ce7;
}
.scheme_3 .money_sale,
.scheme_3 .compare-at-price {
  color: #78909c;
  text-decoration: line-through;
}
.scheme_3 .rte {
  margin-top: 15px;
  margin-bottom: 15px;
  color: inherit;
}
.scheme_3 .rte > * {
  max-width: 100%;
}
.scheme_3 .rte a {
  text-decoration: underline;
}
.scheme_3 .rte a:hover {
  text-decoration: none;
}
.scheme_3 .rte h1,
.scheme_3 .rte h2,
.scheme_3 .rte h3,
.scheme_3 .rte h4,
.scheme_3 .rte h5,
.scheme_3 .rte h6 {
  margin: 30px 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.scheme_3 .rte h1 {
  font-size: 22px;
}
.scheme_3 .rte h2 {
  font-size: 18px;
}
.scheme_3 .rte h3 {
  font-size: 16px;
}
.scheme_3 .rte h4 {
  font-size: 15px;
}
.scheme_3 .rte h5 {
  font-size: 14px;
}
.scheme_3 .rte h6 {
  font-size: 12px;
}
.scheme_3 .rte ul {
  list-style-type: disc;
  list-style-position: inside;
}
.scheme_3 .rte ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.scheme_3 .rte blockquote {
  padding: 5px 35px;
  font-weight: normal;
}
.scheme_3 .rte blockquote:before {
  content: "\f10d";
  font: 16px "FontAwesome";
}
.scheme_3 .rte blockquote:after {
  content: "\f10e";
  float: right;
  font: 12px "FontAwesome";
}
.scheme_3 .rte blockquote * {
  margin: 10px 0 !important;
  font-size: 15px;
}
.scheme_3 .rte iframe {
  max-width: 100% !important;
}
.scheme_3 .youtube_wrap {
  padding: 56.25% 0 0 0;
  position: relative;
}
.scheme_3 .youtube_wrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.scheme_3 .page_content .rte table {
  width: 100%;
  max-width: 100%;
}
.scheme_3 .page_content .rte table td {
  padding: 0 15px;
}
.scheme_3 .page_content .rte table td img {
  width: auto;
  max-width: 100% !important;
}
.scheme_3 .page_content .rte table h2,
.scheme_3 .page_content .rte table h3,
.scheme_3 .page_content .rte table h4,
.scheme_3 .page_content .rte table h5,
.scheme_3 .page_content .rte table h6 {
  margin: 15px 0;
  padding: 0;
  border: none;
  font-weight: normal;
  color: #78909c;
  text-transform: uppercase;
}
.scheme_3 .page_content .rte table h4 {
  font-size: 18px;
}
.scheme_3 label {
  font-weight: bold;
  font-size: 16px;
}
.scheme_3 select,
.scheme_3 select.form-control,
.scheme_3 textarea,
.scheme_3 textarea.form-control,
.scheme_3 input[type="text"],
.scheme_3 input[type="email"],
.scheme_3 input[type="number"],
.scheme_3 input[type="password"],
.scheme_3 input[type="tel"] {
  padding: 6px;
  border: 1px solid #f7f7f7;
  font: normal 14px "Arial";
  font-family: Rubik;
  color: #78909c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
}
.scheme_3 input[type="text"],
.scheme_3 input[type="email"],
.scheme_3 input[type="number"],
.scheme_3 input[type="password"],
.scheme_3 input[type="tel"] {
  height: 34px;
  line-height: 18px;
  padding: 7px;
}
.scheme_3 select,
.scheme_3 select.form-control {
  padding: 8px 3px;
}
.scheme_3 textarea,
.scheme_3 textarea.form-control {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.scheme_3 select:focus,
.scheme_3 select.form-control:focus,
.scheme_3 textarea:focus,
.scheme_3 textarea.form-control:focus,
.scheme_3 input[type="text"]:focus,
.scheme_3 input[type="email"]:focus,
.scheme_3 input[type="number"]:focus,
.scheme_3 input[type="password"]:focus,
.scheme_3 input[type="tel"]:focus {
  border-color: #aaa;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
}
.scheme_3 input[type="radio"],
.scheme_3 input[type="checkbox"],
.scheme_3 .form-group {
  vertical-align: top !important;
  margin-top: 15px;
  margin-bottom: 0;
}
.scheme_3 .form-horizontal label {
  padding-top: 0 !important;
  text-align: right;
  line-height: 34px;
}
.scheme_3 .form-horizontal select {
  width: 100%;
}
.scheme_3 .action_bottom span.note {
  margin-left: 5px;
}
.scheme_3 .action_bottom span.note a {
  margin-left: 5px;
}
.scheme_3 .alert {
  margin: 15px 0;
  padding: 12px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_3 .alert p {
  margin: 0;
}
.scheme_3 .alert a {
  font-weight: bold;
  text-decoration: underline;
}
.scheme_3 .alert a:hover {
  text-decoration: none;
}
.scheme_3 .alert ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}
.scheme_3 .alert ul li {
  font-weight: bold;
}
.scheme_3 .alert ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
}
.scheme_3 .alert ol li {
  font-weight: bold;
}
.scheme_3 .alert > p + p,
.scheme_3 .alert > ul + ul {
  margin: 10px 0 0 0;
}
.scheme_3 .alert-success {
  background-color: #dff0d8;
  color: #1e892a;
}
.scheme_3 .alert-success a {
  color: #1e892a;
}
.scheme_3 .alert-info {
  background-color: #cfedfc;
  color: #267abe;
}
.scheme_3 .alert-info a {
  color: #267abe;
}
.scheme_3 .alert-warning {
  background-color: #fff5c7;
  color: #c87100;
}
.scheme_3 .alert-warning a {
  color: #c87100;
}
.scheme_3 .alert-danger,
.scheme_3 .alert-error {
  background-color: #ffcccc;
  color: #d10300;
}
.scheme_3 .alert-danger a,
.scheme_3 .alert-error a {
  color: #d10300;
}
.scheme_3 .alert-form {
  border-color: #d10300 !important;
}
.scheme_3 .alert-form-info {
  display: none;
  margin: 5px 0 0 0;
  font-weight: bold;
  color: #d10300;
  font-size: 12px;
}
.scheme_3 .notify_success {
  color: #1e892a;
}
.scheme_3 .notify_info {
  color: #267abe;
}
.scheme_3 .notify_warning {
  color: #c87100;
}
.scheme_3 .notify_danger {
  color: #d10300;
}
.scheme_3 .btn,
.scheme_3 .btn a,
.scheme_3 .btn-info,
.scheme_3 .btn-primary {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #3effd4;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_3 .btn a,
.scheme_3 .btn a a,
.scheme_3 .btn-info a,
.scheme_3 .btn-primary a {
  padding: 0 !important;
  border: none !important;
}
.scheme_3 .btn:focus {
  background: #3effd4;
  color: #fff;
}
.scheme_3 .btn:hover,
.scheme_3 .btn:hover a,
.scheme_3 .btn-info:hover,
.scheme_3 .btn-primary:hover {
  background: #28c08c;
  color: #fff;
}
.scheme_3 .btn-alt,
.scheme_3 .btn-alt a {
  background: #3effd4;
  color: #fff;
}
.scheme_3 .btn-alt:hover,
.scheme_3 .btn-alt:hover a {
  background: #28c08c;
  color: #fff;
}
.scheme_3 .btn-big {
  height: 55px;
  padding: 0 38px;
  line-height: 55px;
  font-size: 15px;
  background: #28c08c;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.scheme_3 .btn-big:hover {
  background: #3effd4;
}
.scheme_3 .btn-icon:focus {
  background: none;
  color: #3effd4;
}
.scheme_3 .btn-icon {
  position: relative;
  padding: 0;
  background: none;
  font-size: 30px;
  color: #3effd4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_3 .btn-icon .icon {
  display: block;
}
.scheme_3 .btn-icon .icon + span {
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 12px;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  color: #fff;
  background: #28c08c;
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.6);
  opacity: 0;
}
.scheme_3 .btn-icon .icon + span:after {
  content: "";
  display: block;
  position: absolute;
  left: -11px;
  top: 50%;
  border: 6px solid transparent;
  border-right-color: #28c08c;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.scheme_3 .btn-icon:hover {
  background: none;
  color: #28c08c;
}
.scheme_3 .btn-icon:hover .icon + span {
  opacity: 1;
}
.scheme_3 html {
  width: 100%;
  height: 100%;
}
.scheme_3 #wrapper1 {
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.scheme_3 #wrapper2 {
  overflow: hidden;
}
.scheme_3 .container {
  padding: 0;
}
.scheme_3 .old_browsers {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000;
}
.scheme_3 .old_browsers a {
  display: block;
  padding: 0 0 16px 0;
  background: #ffdd77;
  font-size: 0;
  color: #272727;
  text-align: center;
  text-decoration: none;
}
.scheme_3 .old_browsers a i {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  margin: 16px 0 0 0;
  font-size: 44px;
  color: #c05420;
}
.scheme_3 .old_browsers a b,
.scheme_3 .old_browsers a span {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  margin: 16px 0 0 15px;
  font-size: 20px;
  line-height: 43px;
}
.scheme_3 .old_browsers a .btn {
  height: 44px;
  vertical-align: top;
  padding: 0 30px;
  background: none !important;
  border: 2px solid #272727 !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  color: #272727 !important;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.scheme_3 .old_browsers a .btn:hover {
  background: #272727 !important;
  color: #fff !important;
}
.scheme_3 #newsletter_popup__wrap {
  width: 100% !important;
  max-width: 570px;
  background: #fff;
  left: 0;
  background: #fff
    url(//cdn.shopify.com/s/files/1/1633/0135/t/3/assets/newsletter_popup_bg_img.png?10163904222330965424)
    50% 50% no-repeat;
  background-size: cover;
}
.scheme_3 #newsletter_popup__wrap .fancybox-skin,
.scheme_3 #newsletter_popup__wrap .fancybox-outer,
.scheme_3 #newsletter_popup__wrap .fancybox-inner {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  background: none;
}
.scheme_3 #newsletter_popup__wrap .fancybox-close {
  right: 7px;
  top: 5px;
}
.scheme_3 #newsletter_popup {
  height: 100% !important;
  padding: 77px 50px 90px;
}
.scheme_3 #newsletter_popup h2 {
  margin: 0;
  color: #dfd9df;
  font-size: 45px;
  letter-spacing: 12.6px;
}
.scheme_3 #newsletter_popup p {
  margin-top: -3px;
  font-size: 24px;
  color: #37474f;
  text-align: right;
  font-style: italic;
  font-family: Lora;
}
.scheme_3 #newsletter_popup form {
  position: relative;
  margin-top: 30px;
}
.scheme_3 #newsletter_popup .form_inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_3 #newsletter_popup .form_inside input {
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  color: #918191;
  line-height: 45px;
  border: 2px solid #e2e7ec;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.scheme_3 #newsletter_popup .form_inside .btn {
  margin-left: 30px;
  min-width: 170px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 3.92px;
  font-size: 14px;
  background: #28c08c;
}
.scheme_3 #newsletter_popup .form_inside .btn:hover {
  background: #3effd4;
}
.scheme_3 #newsletter_popup .newsletter_off__wrap {
  margin: 30px 0 0 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  background: rgba(255, 255, 255, 0.6);
}
.scheme_3 #newsletter_popup #newsletter_off {
  height: auto;
  background: none !important;
  border: none !important;
  font-size: 12px;
  color: #28c08c !important;
  cursor: pointer;
}
.scheme_3 #newsletter_popup #newsletter_off:hover {
  color: #f3a400 !important;
}
.scheme_3 #newsletter_popup .newsletter_error {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 11px;
  color: #f00;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
}
.scheme_3 #newsletter_popup .newsletter_success {
  font-weight: bold;
  color: #119000;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.scheme_3 #promobanner {
  height: 160px;
  background-color: #e2e7ec;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #e2e7ec
    url(//cdn.shopify.com/s/files/1/1633/0135/t/3/assets/promobanner_bg_img.png?10163904222330965424)
    center center no-repeat;
  z-index: 100;
}
.scheme_3 #promobanner.opened ~ .parallax_top_block .user_pannel {
  top: 160px;
}
.scheme_3 #promobanner_close {
  display: block;
  vertical-align: top;
  color: #37474f;
  position: absolute;
  right: 30px;
  top: 25px;
  z-index: 1000;
}
.scheme_3 #promobanner_close:before {
  content: "\f00d";
  font: 20px/1em "FontAwesome";
}
.scheme_3 #promobanner_close:hover {
  color: #28c08c;
}
.scheme_3 .promobanner_container {
  width: 1600px;
  margin: 0 auto;
}
.scheme_3 .promobanner_error {
  height: 120px;
  font-size: 20px;
  line-height: 120px;
  color: #d10300;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
.scheme_3 .promobanner_content {
  width: 1100px;
  padding-left: 515px;
  float: left;
}
.scheme_3 .promobanner_content img {
  float: left;
}
.scheme_3 .promobanner_text {
  float: left;
  text-align: left;
}
.scheme_3 .promobanner_text h2 {
  margin: 14px 0 0 0;
  color: #28c08c;
  font-size: 64px;
}
.scheme_3 .promobanner_text span {
  font-size: 30px;
  color: #28c08c;
}
.scheme_3 .promobanner_text span:last-child {
  font-weight: 400;
  color: #37474f;
}
.scheme_3 .promobanner_bottom p {
  float: left;
  margin: 4px 0;
}
.scheme_3 .promobanner_bottom .btn {
  float: right;
  margin-right: 6px;
}
.scheme_3 .promobanner_counter {
  width: 500px;
  float: right;
  margin: 30px 0 0 0;
  text-align: right;
}
.scheme_3 #promobanner_countdown {
  height: 100px;
}
.scheme_3 #promobanner_countdown > div {
  width: 100px;
  position: relative;
}
.scheme_3 #promobanner_countdown > div ~ div {
  margin: 0 0 0 20px;
}
.scheme_3 #promobanner_countdown canvas {
  width: 100px !important;
}
.scheme_3 #promobanner_countdown input {
  width: 100px;
  height: 40px;
  vertical-align: top;
  margin: 23px 0 0 -100px;
  padding: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
  color: #37474f;
  text-align: center;
}
.scheme_3 #promobanner_countdown span {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin: 54px 0 0 -100px;
  font-size: 16px;
  color: #78909c;
  text-align: center;
}
.scheme_3 header {
  position: relative;
  z-index: 20;
  background: #e2e7ec;
}
.scheme_3 .parallax_top_block {
  position: relative;
  min-height: 100vh;
  background: #e2e7ec;
  padding-bottom: 30px;
  z-index: 999;
}
.scheme_3 .parallax_top_block .parallax-scene {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.scheme_3 .parallax_top_block header {
  background: none;
}
.scheme_3 .header_top {
  min-height: 135px;
  padding: 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.scheme_3 .header_top > div {
  padding-top: 14px;
  padding-bottom: 6px;
}
.scheme_3 .ie-browser .header_top {
  height: 135px;
}
.scheme_3 .logo_main {
  padding: 0 15px;
  background: rgba(239, 233, 239, 0.5);
}
.scheme_3 .logo_main a {
  color: #37474f;
  display: inline-block;
}
.scheme_3 .logo_main b {
  font-size: 30px;
  font-weight: 300;
  font-family: Rubik;
  text-transform: uppercase;
  letter-spacing: 7.8px;
}
.scheme_3 .header_custom_text_1,
.scheme_3 .header_custom_text_2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-style: italic;
  font-weight: 400;
  font-family: Lora;
  font-size: 15px;
  color: #37474f;
  background: rgba(239, 233, 239, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_3 .header_custom_text_1 span,
.scheme_3 .header_custom_text_2 span {
  display: block;
}
.scheme_3 .header_custom_text_2 {
  text-align: right;
}
.scheme_3 .custom_top_wrapper {
  background: #fff;
  background: #fff
    url(//cdn.shopify.com/s/files/1/1633/0135/t/3/assets/custom_top_bg_1.png?10163904222330965424)
    center center no-repeat;
  background-size: cover;
  min-height: calc(100vh - 135px * 2);
  text-align: center;
  width: 100%;
  max-width: 1560px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_3 .custom_top_wrapper .parallax-scene {
  z-index: 1;
}
.scheme_3 .custom_top_wrapper .custom_top_wrapper_inside {
  position: relative;
  width: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 135px * 2);
}
.scheme_3 .custom_top + .homepage_collections_wrapper {
  -webkit-transform: translate(0%, 25%);
  transform: translate(0%, 25%);
  z-index: 20;
}
.scheme_3 .custom_top {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scheme_3 .custom_top .rd-parallax-inner {
  left: 0;
  right: 0;
  width: 100% !important;
}
.scheme_3 .custom_top .rd-parallax-layer {
  width: 100% !important;
}
.scheme_3 .custom_top .text_wrapper2 {
  display: inline-block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_3 .custom_top .title1 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .custom_top .title1,
.scheme_3 .custom_top .text1 {
  margin: 0;
}
.scheme_3 .custom_top .btn {
  margin-top: 24px;
  font-weight: 500;
}
.scheme_3 .parallax-scene {
  overflow: hidden;
}
.scheme_3 .title1 + .text1 {
  margin-top: -11px;
}
.scheme_3 .ie-browser .custom_top_wrapper_inside {
  min-height: calc(100vh - 135px * 2);
}
.scheme_3 .custom_top_inside_bg {
  position: absolute;
  top: -135px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.scheme_3 .custom_top_inside_bg > img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
.scheme_3 .custom_top_inside_bg .rd-parallax-inner {
  overflow: hidden;
  min-height: calc(100vh - 135px);
  margin-top: 0 !important;
}
.scheme_3 .custom_top_inside_bg .rd-parallax-layer img {
  padding-top: 87px;
}
.scheme_3 .homepage_collections_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scheme_3 .homepage_collections_wrapper .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scheme_3 .ie-browser .homepage_collection {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
}
.scheme_3 .homepage_collection {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 33.33333%;
}
.scheme_3 .homepage_collection a {
  position: relative;
  display: block;
  height: 270px;
  width: 100%;
  z-index: 1;
}
.scheme_3 .homepage_collection a:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  background: rgba(40, 192, 140, 0.8);
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.scheme_3 .homepage_collection a:hover:before {
  -webkit-animation: boxScale 0.7s;
  animation: boxScale 0.7s;
  opacity: 1;
}
.scheme_3 .homepage_collection .collection_image {
  background: white;
  z-index: 1;
}
.scheme_3 .homepage_collection .collection_image.img_custom {
  background: black;
}
.scheme_3 .homepage_collection .collection_image img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  object-fit: cover;
}
.scheme_3 .homepage_collection h3 {
  position: absolute;
  margin: 0;
  padding: 30px;
  left: 50%;
  top: 50%;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}
.scheme_3 .slide_element {
  z-index: 5;
  position: absolute;
  opacity: 0;
  right: 0%;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}
.scheme_3 .color_scheme .elem_toggle {
  position: relative;
  z-index: 10;
}
.scheme_3 .color_scheme .elem_toggle.active {
  z-index: 1002;
}
.scheme_3 .color_scheme .elem_toggle.active.visible {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_3 .color_scheme .elem_toggle.active + .slide_element {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  z-index: 1001;
}
.scheme_3 .user_pannel {
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .ie-browser .user_pannel {
  right: 16px;
}
.scheme_3 .user_pannel__item {
  position: relative;
  display: block;
  text-align: center;
}
.scheme_3 .user_pannel__item .jq-selectbox,
.scheme_3 .user_pannel__item .visible {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #fff;
  color: #28c08c;
  font-size: 30px;
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.scheme_3 .user_pannel__item .jq-selectbox:hover,
.scheme_3 .user_pannel__item .visible:hover {
  background: #28c08c;
  color: #fff;
}
.scheme_3 .user_pannel__item .jq-selectbox:hover span + span,
.scheme_3 .user_pannel__item .visible:hover span + span {
  color: #fff;
}
.scheme_3 .user_pannel__item .content {
  position: absolute;
  top: 0;
}
.scheme_3 .user_pannel__item span {
  display: inline-block;
}
.scheme_3 .user_pannel__item span + span {
  margin-left: 4px;
  font-size: 16px;
  color: #78909c;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .user_pannel__item:hover {
  background: #28c08c;
  color: #fff;
}
.scheme_3 .elem_toggle.active + .search_form {
  right: 0;
}
.scheme_3 .header_search .elem_toggle.active {
  z-index: 10;
}
.scheme_3 .header_search form {
  position: relative;
  width: 385px;
  padding-right: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_3 .header_search #search-field {
  border: none;
  height: 80px;
  line-height: 80px;
  width: 100%;
  padding: 0 20px;
}
.scheme_3 .header_search #search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  font-size: 30px;
  width: 80px;
  line-height: 80px;
  color: #28c08c;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .header_search #search-submit:hover {
  color: #f3a400;
}
.scheme_3 .header_currency select {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.scheme_3 .header_currency .jq-selectbox__select {
  padding: 0 20px 0 15px;
}
.scheme_3 .header_currency .jq-selectbox__select-text {
  font-size: 16px;
  line-height: 80px;
}
.scheme_3 .header_currency .jq-selectbox__trigger i {
  right: 10px;
  font-size: 16px;
  line-height: 80px;
}
.scheme_3 .header_currency .jq-selectbox__dropdown {
  width: 100% !important;
  top: 0 !important;
  right: 100%;
  left: auto !important;
  background: #fff;
  color: #78909c;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_3 .header_currency .jq-selectbox__dropdown ul li {
  line-height: 26.66667px;
  font-size: 16px;
}
.scheme_3 .header_currency .jq-selectbox__dropdown ul li.sel,
.scheme_3 .header_currency .jq-selectbox__dropdown ul li:hover {
  background: #28c08c;
  color: #fff;
}
.scheme_3 .header_user {
  padding: 20px 100px 20px 20px;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_3 .header_user li {
  display: block;
}
.scheme_3 .header_user li a {
  color: #78909c;
  white-space: nowrap;
}
.scheme_3 .header_user li a:hover {
  color: #28c08c;
}
.scheme_3 .header_user li a i {
  margin: 0 5px 0 0;
  line-height: 1.5em;
}
.scheme_3 .ie-browser #megamenu.megamenu_desktop .level_2_blog .blog_img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.scheme_3 #megamenu {
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_3 #megamenu.megamenu_desktop.megamenu_stuck {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.scheme_3 #megamenu.megamenu_desktop h2 {
  display: none;
}
.scheme_3 #megamenu.megamenu_desktop .level_1 {
  position: relative;
  background: #fff;
  min-width: 385px;
  padding: 20px 80px 20px 30px;
  text-align: left;
}
.scheme_3 #megamenu.megamenu_desktop .level_1_link {
  height: 45px;
  display: block;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  position: relative;
  color: #78909c;
}
.scheme_3 #megamenu.megamenu_desktop .menu_badge {
  height: 16px;
  line-height: 16px;
  display: block;
  font-size: 10px;
  color: #f3a400;
  position: absolute;
  left: 0;
  top: -3px;
}
.scheme_3 #megamenu.megamenu_desktop .level_1_item.sfHover .level_1_link,
.scheme_3 #megamenu.megamenu_desktop .level_1_item .level_1_link:hover,
.scheme_3 #megamenu.megamenu_desktop .level_1_item .level_1_link.active {
  color: #28c08c;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_wrap {
  padding: 20px;
  position: absolute;
  top: 0px;
  display: none;
  right: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_3 #megamenu.megamenu_desktop .level_2_small a {
  white-space: nowrap;
  color: #918191;
  font-size: 14px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_small a:hover {
  color: #28c08c;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_small li + li {
  margin-top: 10px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big {
  width: 100%;
  width: 915px;
  padding: 30px 30px 35px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .column_item {
  width: 33.3333333%;
  float: left;
  padding: 0 10px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .column_item {
  width: 33.33333333333333%;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_links .column_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 255px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 255px;
  -ms-flex: 0 1 255px;
  flex: 0 1 255px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_links .level_3 {
  margin-top: 25px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_links .level_3 a {
  color: #918191;
  font-size: 14px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_links .level_3 a:hover {
  color: #28c08c;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_links .level_3 li + li {
  margin-top: 10px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_blog .blog_img {
  height: 180px;
  margin-bottom: 37px;
  overflow: hidden;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_blog .blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_blog .blog_title {
  line-height: 1.277;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_blog .blog_title a {
  text-transform: none;
  color: #37474f;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_blog .blog_title a:hover {
  color: #28c08c;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_blog .blog_content {
  margin-bottom: 17px;
  color: #78909c;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_products .product:hover {
  position: relative;
  z-index: 100;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_products .btn-icon {
  height: 32px;
  line-height: 32px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_trigger {
  margin: 0;
  font-style: italic;
  font-family: Lora;
  text-transform: none;
}
.scheme_3 #megamenu.megamenu_mobile {
  text-align: left;
  right: 15px;
  max-width: 100%;
  width: auto;
}
.scheme_3 #megamenu.megamenu_mobile #megamenu_mobile_toggle {
  height: 50px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 40px 0 10px;
  font-size: 20px;
  line-height: 49px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
  font-family: Rubik;
  background: #fff;
}
.scheme_3 #megamenu.megamenu_mobile #megamenu_mobile_toggle i {
  position: absolute;
  right: 10px;
  top: 0;
}
.scheme_3 #megamenu.megamenu_mobile #megamenu_mobile_toggle i:before {
  content: "\f107";
  font: 30px/49px "FontAwesome";
}
.scheme_3 #megamenu.megamenu_mobile #megamenu_mobile_toggle.active i:before {
  content: "\f106";
}
.scheme_3 #megamenu.megamenu_mobile .menu_badge {
  display: none;
}
.scheme_3 #megamenu.megamenu_mobile .level_1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
}
.scheme_3 #megamenu.megamenu_mobile .level_1 a {
  color: #37474f;
}
.scheme_3 #megamenu.megamenu_mobile .level_1 a:hover {
  color: #28c08c;
}
.scheme_3 #megamenu.megamenu_mobile .level_1 a.btn-icon {
  color: #fff;
}
.scheme_3 #megamenu.megamenu_mobile .level_1_item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_3 #megamenu.megamenu_mobile .level_1_link {
  display: block;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.scheme_3 #megamenu.megamenu_mobile .level_1_link .level_1_trigger {
  display: block;
  margin: -15px 0 0 0;
  font: 30px/1em "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
}
.scheme_3 #megamenu.megamenu_mobile .level_1_link .level_1_trigger:before {
  content: "\f107";
}
.scheme_3
  #megamenu.megamenu_mobile
  .level_1_link
  .level_1_trigger.active:before {
  content: "\f106";
}
.scheme_3 #megamenu.megamenu_mobile .level_2_wrap {
  display: none;
}
.scheme_3 #megamenu.megamenu_mobile .level_3 {
  display: none;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_small {
  text-transform: uppercase;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_small li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_3 #megamenu.megamenu_mobile .level_2_small a {
  display: block;
  padding: 8px 40px 8px 30px;
  font-size: 14px;
  line-height: 1.2em;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_links {
  text-transform: uppercase;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_links li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_3 #megamenu.megamenu_mobile .level_2_links a {
  display: block;
  padding: 8px 40px 8px 45px;
  font-size: 14px;
  line-height: 1.2em;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_trigger {
  margin: 0;
  padding: 8px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  color: #37474f;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_trigger:hover {
  color: #28c08c;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_trigger i {
  display: block;
  margin: -15px 0 0 0;
  font: 30px/1em "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_trigger i:before {
  content: "\f107";
}
.scheme_3 #megamenu.megamenu_mobile .level_2_trigger.active i:before {
  content: "\f106";
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .column_item {
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product {
  text-align: left;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_img {
  width: 100px;
  float: left;
  margin-right: 14px;
  margin-bottom: 0;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_img a {
  display: block;
  padding: 0;
  opacity: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_img a:hover {
  opacity: 0.7;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_info {
  overflow: hidden;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_price {
  margin-top: 10px;
  margin-left: 0;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_links {
  margin-top: 10px;
}
.scheme_3
  #megamenu.megamenu_mobile
  .level_2_products
  .product_links
  .btn-icon
  .icon
  + span {
  display: none !important;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_bottom {
  text-align: left;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_blog .column_item {
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_3 #megamenu.megamenu_mobile .level_2_blog .item_with_img .blog_img {
  width: 100px;
  float: left;
  margin-right: 14px;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_blog .item_with_img .blog_info {
  overflow: hidden;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_blog .blog_title {
  margin: 0px;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_blog .blog_content {
  margin: 10px 0 0 0;
  color: #78909c;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_blog .blog_date {
  margin-top: 10px;
  color: #78909c;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_blog .blog_btn {
  margin: 10px 0 0 0;
}
.scheme_3 .custom_products_wrapper {
  padding: 0 30px;
}
.scheme_3 .custom_products_wrapper .flexbox {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scheme_3 .custom_products_wrapper .custom_product {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.666666666666664%;
}
.scheme_3 .custom_products_wrapper .product .btn:hover .icon {
  -webkit-animation: swing 0.4s;
  animation: swing 0.4s;
}
.scheme_3 .custom_products_wrapper .product .icon + span {
  display: none !important;
}
.scheme_3 .ie-browser .homepage_blog .article_img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.scheme_3 .homepage_blog {
  position: relative;
  margin-top: 118px;
  padding-bottom: 120px;
  background: #f7f7f7;
}
.scheme_3 .homepage_blog .section_heading {
  padding-top: 112px;
  padding-bottom: 25px;
}
.scheme_3 .homepage_blog .blog_items_wrapper {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.scheme_3 .homepage_blog .blog_item {
  padding-top: 29px;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.scheme_3 .homepage_blog .blog_item .inside {
  background: #fff;
}
.scheme_3 .homepage_blog .blog_date {
  display: block;
  margin-top: 20px;
}
.scheme_3 .homepage_blog .article_img {
  overflow: hidden;
}
.scheme_3 .homepage_blog .article_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scheme_3 .homepage_blog .blog_text {
  padding: 37px 34px 30px;
}
.scheme_3 .homepage_blog .blog_title {
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: none;
  line-height: 1.27;
}
.scheme_3 .homepage_blog .blog_title a {
  color: #37474f;
}
.scheme_3 .homepage_blog .blog_title a:hover {
  color: #28c08c;
}
.scheme_3 .homepage_blog .blog_date {
  color: #bdb7bd;
}
.scheme_3 .homepage_blog .article_img {
  height: 360px;
}
.scheme_3 .homepage_blog .blog_item:nth-child(6n) .article_img,
.scheme_3 .homepage_blog .blog_item:nth-child(6n-3) .article_img,
.scheme_3 .homepage_blog .blog_item:nth-child(6n-4) .article_img {
  height: 242px;
}
.scheme_3 .ie-browser .homepage_blog .article_img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.scheme_3 .product {
  text-align: center;
  z-index: 1;
}
.scheme_3 .product:hover {
  z-index: 100;
}
.scheme_3 .product .product_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.scheme_3 .product .product_wrapper:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -14px;
  right: -14px;
  top: 0px;
  bottom: 0px;
  border: 5px solid #28c08c;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .product .product_wrapper:hover:before {
  opacity: 1;
}
.scheme_3 .product .product_img {
  margin-bottom: 45px;
  text-align: center;
}
.scheme_3 .product .product_img a {
  display: block;
  padding: 0 15px;
  position: relative;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .product .product_img a:hover {
  opacity: 0.6;
}
.scheme_3 .product .product_name a {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.scheme_3 .product .product_bottom {
  text-align: center;
}
.scheme_3 .product .product_price {
  position: relative;
  margin: 5px 9px 20px;
  display: inline-block;
  padding: 0 25px;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
  background: #3effd4;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .product .product_price .money {
  color: #fff;
}
.scheme_3 .product .product_price .money_sale,
.scheme_3 .product .product_price .compare-at-price {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  font-size: 12px;
  text-align: center;
  color: #78909c;
}
.scheme_3 .product .product_links {
  margin: 9px 9px 0;
  display: inline-block;
}
.scheme_3 .product .product_links form .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_3 .product .product_links form .btn:hover .icon {
  -webkit-animation: swing 0.4s;
  animation: swing 0.4s;
}
.scheme_3 .product_listing_main .product_wrapper:hover .btn_abs {
  opacity: 0.9;
  -webkit-transform: translate(0%, -150%);
  transform: translate(0%, -150%);
}
.scheme_3 .product_listing_main .product_img img {
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
.scheme_3 .product_listing_main .product_img .img__2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
}
.scheme_3 .product_listing_main .product_img .img_wrap {
  display: block;
  position: relative;
}
.scheme_3 .product_listing_main .product_img span.product_badge {
  display: block;
  height: 30px;
  min-width: 55px;
  line-height: 30px;
  padding: 0px 10px;
  color: #fff;
  position: absolute;
  top: 8px;
  z-index: 100;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_3 .product_listing_main .product_img span.sale {
  background: #39f28f;
  left: -6px;
}
.scheme_3 .product_listing_main .product_img span.new {
  background: #f3a400;
  right: -6px;
}
.scheme_3 .product_listing_main .product_info {
  position: relative;
}
.scheme_3 .product_listing_main .product_desc {
  display: none;
}
.scheme_3 .product_listing_main .product_links form {
  display: inline-block;
}
.scheme_3 .product_listing_main .product_links .btn_abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -43px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  opacity: 0;
}
.scheme_3 .product_listing_main .product_links .btn_abs .btn {
  margin: 0 10px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #28c08c;
  color: #fff;
  padding: 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme_3 .product_listing_main .product_links .btn_abs .btn .icon {
  line-height: 56px;
}
.scheme_3 .product_listing_main .product_links .btn_abs .btn:hover {
  background: #f3a400;
  color: #fff;
}
.scheme_3 .homepage_products_list {
  padding-top: 6px;
}
.scheme_3 .homepage_products_list .section_heading {
  padding-bottom: 7px;
  padding-top: 41px;
}
.scheme_3 .homepage_products_list .swiper-container {
  margin: 0 -100px;
  padding: 0 100px;
}
.scheme_3
  .homepage_products_list
  .swiper-slide-active
  + .product
  + .product
  + .product
  + .product,
.scheme_3 .homepage_products_list .swiper-slide-prev {
  opacity: 0;
}
.scheme_3 .homepage_carousel {
  position: relative;
}
.scheme_3 .homepage_carousel .product_listing_main ~ .product_listing_main {
  padding-top: 0px;
}
.scheme_3 .homepage_carousel .swiper_btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -15px 0 0 0;
  background: #28c08c;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 11;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .homepage_carousel .swiper_btn:hover {
  background: #f3a400;
}
.scheme_3 .homepage_carousel .swiper_btn:before {
  display: block;
  font: 23px/40px "FontAwesome";
  color: #fff;
}
.scheme_3 .homepage_carousel .btn_prev {
  left: -60px;
  padding-right: 3px;
}
.scheme_3 .homepage_carousel .btn_prev:before {
  content: "\f104";
}
.scheme_3 .homepage_carousel .btn_next {
  right: -60px;
  padding-left: 3px;
}
.scheme_3 .homepage_carousel .btn_next:before {
  content: "\f105";
}
.scheme_3 #homepage_carousel__2 {
  margin-top: -22px;
}
.scheme_3 .product_collection.item3_1 {
  clear: left;
}
.scheme_3 .view_list .product {
  width: 100%;
  float: none;
  overflow: hidden;
}
.scheme_3 .view_list .product .product_wrapper::before {
  display: none;
}
.scheme_3 .view_list .product .product_wrapper .product_bottom {
  margin-top: 10px;
  text-align: left;
}
.scheme_3 .view_list .product .product_wrapper .product_bottom .product_price {
  margin: 5px 15px 20px 0;
}
.scheme_3
  .view_list
  .product
  .product_wrapper
  .product_bottom
  .product_price
  .money_sale {
  position: static;
  color: #fff;
}
.scheme_3 .view_list .product .product_wrapper:hover .product_links .btn_abs {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.scheme_3 .view_list .product_img {
  width: 200px;
  float: left;
  margin: 0 20px 0 0;
}
.scheme_3 .view_list .product_img span.new {
  right: 4px;
}
.scheme_3 .view_list .product_img span.sale {
  left: 4px;
}
.scheme_3 .view_list div.product_info {
  overflow: hidden;
  text-align: left;
  padding: 0;
}
.scheme_3 .view_list .product_desc__long {
  display: block;
  text-align: left;
}
.scheme_3 .view_list form:first-child {
  display: inline-block;
  margin-bottom: 0;
}
.scheme_3 .view_list .product_links {
  margin: 10px 0 0;
}
.scheme_3 .view_list .product_links .btn {
  margin-right: 10px;
}
.scheme_3 .view_list .product_links .btn_abs {
  position: static;
  margin-top: -13px;
  display: inline-block;
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.scheme_3 .view_list .product_links form:first-child:hover {
  position: relative;
  z-index: 100;
}
.scheme_3 .section_bg + footer {
  margin-top: 0;
}
.scheme_3 .footer_contacts__wrapper {
  padding-top: 22px;
  padding-bottom: 120px;
}
.scheme_3 .footer_contacts__wrapper .footer_contacts__text {
  position: relative;
  margin-top: 55px;
  z-index: 10;
}
.scheme_3 .footer_contacts__wrapper .footer_contacts__text .inside {
  position: absolute;
  left: 50%;
  top: -3px;
  padding: 0 20px 60px;
  width: 100%;
  max-width: 370px;
  text-align: center;
  background: #fff;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 15px;
}
.scheme_3 .footer_contacts__wrapper .footer_contacts__text h6:first-child {
  margin-top: 0;
}
.scheme_3 .footer_contacts__wrapper .footer_contacts__text h6 {
  margin: 28px 0 5px;
  font-weight: 700;
  color: #3effd4;
}
.scheme_3 .footer_contacts__wrapper .footer_contacts__text p {
  max-width: 170px;
  margin: 0px auto;
  font-size: 14px;
  color: #37474f;
}
.scheme_3 .footer_contacts__wrapper .footer_contacts__text a {
  color: #37474f;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .footer_contacts__wrapper .footer_contacts__text a:hover {
  color: #28c08c;
}
.scheme_3 .footer_center {
  padding-bottom: 80px;
  background: #e2e7ec;
}
.scheme_3 .footer_center h4 {
  font-style: italic;
  text-transform: none;
  font-family: Lora;
}
.scheme_3 .footer_block {
  padding-top: 62px;
}
.scheme_3 .footer_block h4 {
  margin-top: 0;
}
.scheme_3 .footer_links {
  margin-top: 30px;
  font-size: 14px;
}
.scheme_3 .footer_links li + li {
  margin-top: 12px;
}
.scheme_3 .footer_links li a {
  color: #918191;
}
.scheme_3 .footer_links li.active a,
.scheme_3 .footer_links li a:hover {
  color: #28c08c;
}
.scheme_3 footer {
  margin: 50px 0 0 0;
}
.scheme_3 footer .copyright {
  padding: 38px 0;
  font-size: 14px;
  text-align: center;
  color: #918191;
  letter-spacing: 0.84px;
  background: #e2e7ec;
}
.scheme_3 .newsletter_title {
  color: #dfd9df;
  font-size: 45px;
}
.scheme_3 .form_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_3 .form_wrapper input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.scheme_3 .form_wrapper .btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scheme_3 .footer_newsletter {
  padding-top: 54px;
  background: #e2e7ec;
}
.scheme_3 .footer_newsletter .left_img,
.scheme_3 .footer_newsletter .right_img {
  position: absolute;
}
.scheme_3 .footer_newsletter .left_img {
  left: 0;
  bottom: 0;
  transform-origin: center center;
  -webkit-transform: translate(-44%, 32%);
  transform: translate(-44%, 32%);
  z-index: 1;
}
.scheme_3 .footer_newsletter .right_img {
  right: 0;
  top: 0;
  -webkit-transform: translate(65%, -18%);
  transform: translate(65%, -18%);
  z-index: -1;
}
.scheme_3 .footer_newsletter .container {
  position: relative;
  z-index: 1;
}
.scheme_3 .footer_newsletter .inside {
  padding-top: 25px;
  padding-bottom: 23px;
  position: relative;
  background: #fff;
}
.scheme_3 .footer_newsletter form {
  margin-top: 17px;
}
.scheme_3 .footer_newsletter input {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #ededed;
  color: #9b8b9b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_3 .footer_newsletter button {
  margin-left: 30px;
  min-width: 170px;
  height: 45px;
  line-height: 45px;
  background: #28c08c;
  font-size: 14px;
  letter-spacing: 3.92px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_3 .footer_newsletter button:hover {
  background: #3effd4;
}
.scheme_3 .footer_newsletter .form_status {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.scheme_3 .footer_newsletter .form_status.error {
  color: #f00;
}
.scheme_3 .footer_newsletter .form_status.success {
  color: #119000;
}
.scheme_3 .facebook_block {
  margin-top: 30px;
}
.scheme_3 #back_top {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 0 0 615px;
  background: #28c08c;
  color: #fff;
  text-align: center;
  position: fixed;
  left: 50%;
  bottom: 50px;
  z-index: 999;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_3 #back_top:before {
  content: "\f106";
  font: 18px/29px "FontAwesome";
}
.scheme_3 #back_top:hover {
  background: #f3a400;
}
.scheme_3 .breadcrumb_wrap {
  margin: 35px 0 30px;
}
.scheme_3 .breadcrumb {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
.scheme_3 .breadcrumb a,
.scheme_3 .breadcrumb > li + li:before {
  color: #78909c;
}
.scheme_3 .breadcrumb a:hover {
  color: #37474f;
}
.scheme_3 .collection_info .collection_img {
  margin-top: 25px;
  padding: 4px;
  text-align: center;
  border: 1px solid #f7f7f7;
}
.scheme_3 .collection_info .collection_desc {
  margin-top: 25px;
}
.scheme_3 .collection_info .collection_desc .rte {
  margin: 0;
}
.scheme_3 ul.tags {
  margin: 17px 0 0 0;
  list-style-type: none;
}
.scheme_3 ul.tags li {
  float: left;
  margin: 5px 5px 0 0;
}
.scheme_3 ul.tags li a {
  display: block;
  padding: 5px 10px;
  background: #78909c;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 ul.tags li a:hover,
.scheme_3 ul.tags li.active a {
  background: #f3a400;
}
.scheme_3 #collection_sorted .product_listing_controls {
  border-top: 1px solid #f7f7f7;
  border-bottom: 0;
}
.scheme_3 .product_listing_controls {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 0 0 10px 0;
  background: none;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_3 .product_listing_toggle {
  float: left;
  font-size: 0;
}
.scheme_3 .product_listing_toggle li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 10px 10px 0 0;
  border: 1px solid transparent;
  color: #918191;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_3 .product_listing_toggle li.active {
  background: #fff;
  border-color: #f7f7f7;
  color: #37474f;
  cursor: default;
}
.scheme_3 .product_listing_toggle li i {
  font-size: 17px;
  line-height: 30px;
}
.scheme_3 .product_listing_toggle li:not(.active):hover {
  color: #28c08c;
}
.scheme_3 .sort_by {
  float: right;
  margin: 10px 0 0 10px;
}
.scheme_3 .sort_by label {
  margin: 0 4px 0 0;
  line-height: 30px;
}
.scheme_3 .sort_by select {
  width: auto !important;
  height: 30px;
  display: inline-block;
  padding: 5px 4px;
  cursor: pointer;
}
.scheme_3 .show_products {
  float: right;
  margin: 10px 0 0 10px;
}
.scheme_3 .show_products label {
  margin: 0 4px 0 0;
  line-height: 30px;
}
.scheme_3 .show_products select {
  width: auto !important;
  height: 30px;
  display: inline-block;
  padding: 5px 4px;
  cursor: pointer;
}
.scheme_3 #product_listing_preloader {
  position: relative;
}
.scheme_3 .collection_listing_item {
  margin: 50px 0 0 0;
  text-align: center;
}
.scheme_3 .collection_listing_item:nth-child(4n + 1) {
  clear: left;
}
.scheme_3 .collection_listing_item .collection_img a {
  display: block;
  padding: 0 20px 10px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .collection_listing_item .collection_img a:hover {
  opacity: 0.5;
}
.scheme_3 .collection_listing_item .collection_name {
  margin: 15px 0 0 0;
}
.scheme_3 .collection_listing_item .collection_products {
  margin: 5px 0 0 0;
  color: #918191;
}
.scheme_3 .collection_listing_item .collection_desc {
  margin: 5px 0 0 0;
}
.scheme_3 .collection_listing_item .btn {
  margin: 15px 0 0 0;
}
.scheme_3 .products_count {
  height: 30px;
  float: left;
  margin: 10px 10px 0 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
}
.scheme_3 #pagination {
  display: inline-block;
  overflow: hidden;
  float: right;
  margin: 10px 0 0 10px;
  font-size: 0;
}
.scheme_3 #pagination span {
  display: inline-block;
  vertical-align: top;
}
.scheme_3 #pagination span ~ span {
  margin: 0 0 0 2px;
}
.scheme_3 #pagination span a {
  height: 30px;
  display: block;
  padding: 0 10px;
  background: transparent;
  border: 0px;
  font-size: 13px;
  line-height: 29px;
  font-family: Rubik;
  color: #37474f;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_3 #pagination span.page a {
  width: 30px;
  padding: 0;
  text-align: center;
}
.scheme_3 #pagination span a:hover {
  background: #f3a400;
  border: 0px;
  color: #fff;
}
.scheme_3 #pagination span.current {
  width: 30px;
  height: 30px;
  background: #28c08c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  font-size: 13px;
  line-height: 29px;
  color: #fff;
  font-family: Rubik;
  text-align: center;
  cursor: default;
}
.scheme_3 .sidebar_widget ~ .sidebar_widget {
  margin: 30px 0 0 0;
}
.scheme_3 .sidebar_widget .widget_header {
  margin: 0;
  font-size: 30px;
}
.scheme_3 .sidebar_widget .widget_content {
  margin: 20px 0 0 0;
}
.scheme_3 .list_links li {
  padding: 7px 0px;
}
.scheme_3 .list_links li ~ li {
  margin: 1px 0 0 0;
}
.scheme_3 .list_links li a {
  color: #78909c;
}
.scheme_3 .list_links li a.active,
.scheme_3 .list_links li a:hover {
  color: #f3a400;
}
.scheme_3 .list_products .product {
  overflow: hidden;
  padding: 15px 0;
}
.scheme_3 .list_products .product + .product {
  border-top: 1px solid #f7f7f7;
}
.scheme_3 .list_products .product_img {
  width: 100px;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.scheme_3 .list_products .product_img a {
  display: block;
  padding: 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .list_products .product_img a:hover {
  opacity: 0.7;
}
.scheme_3 .list_products .product_info {
  overflow: hidden;
  text-align: left;
}
.scheme_3 .list_products .product_price {
  padding: 0 10px;
  margin-left: 0;
}
.scheme_3 .list_products .product_price .money {
  font-size: 16px;
}
.scheme_3 .list_products .product_price .compare-at-price {
  font-size: 14px;
}
.scheme_3 .list_products .product_links {
  margin: 10px 0 0;
}
.scheme_3 .list_products .product_links .btn {
  font-size: 20px;
}
.scheme_3 .sidebar_widget__search {
  height: 40px;
  padding: 0 38px 0 0;
  border: 1px solid #f7f7f7;
}
.scheme_3 .sidebar_widget__search input {
  width: 100%;
  height: 38px;
  float: left;
  padding: 0 0 0 10px;
  background: none;
  border: none;
  background: #fff;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.scheme_3 .sidebar_widget__search button {
  width: 38px;
  height: 38px;
  margin: 0 -40px 0 0;
  background: #fff;
  color: #28c08c;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .sidebar_widget__search button i.fa {
  height: 38px;
  display: block;
  font-size: 18px;
  line-height: 37px;
}
.scheme_3 .sidebar_widget__search button:hover {
  color: #f3a400;
}
.scheme_3 .sidebar_widget__articles .widget_content {
  margin: 20px 0 0 0;
}
.scheme_3 .sidebar_widget__articles ul li {
  overflow: hidden;
}
.scheme_3 .sidebar_widget__articles ul li ~ li {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_3 .sidebar_widget__articles img {
  width: 145px;
  float: left;
  margin: 0 10px 0 0;
}
.scheme_3 .sidebar_widget__articles .article_content__img {
  overflow: hidden;
}
.scheme_3 .sidebar_widget__articles .article_title {
  margin: 10px 0 0 0;
}
.scheme_3 .sidebar_widget__articles .article_comments {
  margin: 10px 0 0 0;
}
.scheme_3 .sidebar_widget__articles .article_comments:before {
  content: "\f0e6";
  margin: 0 5px 0 0;
  font: 14px "FontAwesome";
}
.scheme_3 .sidebar_widget__tags .widget_content {
  margin: 15px 0 0 0;
}
.scheme_3 .sidebar_widget__comments .widget_content {
  margin: 20px 0 0 0;
}
.scheme_3 .sidebar_widget__comments ul li ~ li {
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_3 .sidebar_widget__comments .item_icon {
  width: 30px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 16px;
}
.scheme_3 .sidebar_widget__comments .item_content {
  display: block;
  margin: 0 0 0 30px;
  color: #78909c;
}
.scheme_3 .sidebar_widget__comments .item_info {
  display: block;
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scheme_3 .sidebar_widget__comments .item_info .item_author {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
}
.scheme_3 .sidebar_widget__comments .item_info time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scheme_3 .sidebar_widget__comments .item_info .item_date {
  margin: 0 7px 0 0px;
  padding: 0 10px 0 0;
  border-right: 1px solid #f7f7f7;
}
.scheme_3 .sidebar_widget__comments .item_info .item_time {
  white-space: nowrap;
}
.scheme_3 #searchresults {
  margin: 0 !important;
}
.scheme_3 #searchresults .search_form {
  margin: 15px 0 0 0;
}
.scheme_3 #searchresults .search_form input {
  width: 100%;
  float: left;
  padding: 0 34px 0 10px;
}
.scheme_3 #searchresults .search_form button {
  width: 34px;
  height: 34px;
  float: left;
  margin: -1px 0 0 -34px;
  background: none;
  border: none;
  font-size: 20px;
  color: var(--main-bg-primary);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 #searchresults .search_form button:hover {
  color: #37474f;
}
.scheme_3 #searchresults .search_form button i {
  line-height: 32px;
}
.scheme_3 #searchresults h3 {
  margin: 0;
  padding: 0;
}
.scheme_3 #searchresults ol {
  list-style-type: none;
  padding: 15px 0 0 0;
}
.scheme_3 #searchresults ol li {
  overflow: hidden;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_3 #searchresults ol li .search-result_image {
  float: left;
  margin-right: 15px;
  max-width: 30%;
}
.scheme_3 #searchresults ol li .search-result_image a {
  display: block;
  padding: 5px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.scheme_3 #searchresults ol li .search-result_image a:hover {
  opacity: 0.7;
}
.scheme_3 #searchresults ol li .search-result_container {
  padding: 15px 0 0 0;
}
.scheme_3 .elevatezoom_big_wrapper {
  width: 370px;
  padding: 2px;
  background: #fff;
  border: 1px solid #f7f7f7;
}
.scheme_3 .elevatezoom_big_clicker {
  cursor: pointer;
  display: none;
}
.scheme_3 .zoomWrapper,
.scheme_3 #elevatezoom_big {
  width: 364px !important;
  height: auto !important;
  position: relative !important;
}
.scheme_3 #elevatezoom_big ~ #elevatezoom_big {
  width: 0 !important;
  height: 0 !important;
}
.scheme_3 .zoomContainer {
  z-index: 1 !important;
}
.scheme_3 .zoomLens {
  z-index: 1 !important;
}
.scheme_3 .zoomWindow {
  margin: -3px 0 0 0 !important;
}
.scheme_3 .product_images .swiper-container {
  margin: 10px 0 0 0;
}
.scheme_3 .product_images a {
  display: block;
  padding: 2px;
  background: #fff;
  border: 1px solid #f7f7f7;
}
.scheme_3 .product_images a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.scheme_3 .product_images a img {
  max-width: 100%;
}
.scheme_3 .product_images .swiper_btn {
  width: 25px;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  font: 22px "FontAwesome";
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.scheme_3 .product_images .swiper_btn:before {
  width: 100%;
  display: block;
  margin: -11px 0 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}
.scheme_3 .product_images .btn_prev {
  left: 0;
}
.scheme_3 .product_images .btn_prev:before {
  content: "\f104";
}
.scheme_3 .product_images .btn_next {
  right: 0;
}
.scheme_3 .product_images .btn_next:before {
  content: "\f105";
}
.scheme_3 .product_images:hover .swiper_btn {
  opacity: 1;
}
.scheme_3 .product_info__wrapper {
  display: table;
}
.scheme_3 .product_info__wrapper .product_info__left {
  width: 500px;
  display: table-cell;
  padding: 0 20px 0 0;
}
.scheme_3 .product_info__wrapper .product_info__right {
  width: 270px;
  display: table-cell;
  padding: 0 0 0 20px;
  border-left: 1px solid #f7f7f7;
}
.scheme_3 .product_info__wrapper .product_name {
  margin: 0;
  font-size: 18px;
}
.scheme_3 .product_info__wrapper .variants-wrapper {
  overflow: hidden;
  margin: 0 -10px;
  padding: 0 0 5px 0;
}
.scheme_3 .product_info__wrapper .selector-wrapper {
  width: 33.33333333333333%;
  float: left;
  padding: 15px 10px 0 10px;
}
.scheme_3 .product_info__wrapper .selector-wrapper label {
  display: block;
}
.scheme_3 .product_info__wrapper .selector-wrapper select {
  width: 99%;
  height: 37px;
  margin: 5px 0 0 0;
  padding: 5px;
}
.scheme_3 .product_info__wrapper .product_details {
  margin: 15px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_3 .product_info__wrapper .product_details b {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  color: #37474f;
  cursor: default;
}
.scheme_3 .product_info__wrapper .product_details__item {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #918191;
}
.scheme_3 .product_info__wrapper .product_details__item a {
  color: #918191;
  text-decoration: underline;
}
.scheme_3 .product_info__wrapper .product_details__item a:hover {
  text-decoration: none;
}
.scheme_3 .product_tags span:before {
  content: "\f02b";
  margin: 0 3px 0 7px;
  font: 13px "FontAwesome";
}
.scheme_3 #product_price {
  position: relative;
}
.scheme_3 #product_price .price {
  margin: 0;
  padding: 0 60px 0 0;
}
.scheme_3 #product_price .money {
  margin: 0 7px 0 0;
  font-size: 20px;
}
.scheme_3 #product_price .money_sale {
  font-size: 16px;
}
.scheme_3 #product_price .money_sale_percent {
  width: 52px;
  height: 26px;
  display: block;
  margin: -13px 0 0 0;
  background: #28c08c;
  font: bold 14px/26px "Arial";
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scheme_3 #product_quantity {
  margin: 15px 0 0 0;
}
.scheme_3 #product_quantity b.aval_label {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  color: #37474f;
  cursor: default;
}
.scheme_3 #purchase {
  margin: 15px 0 0 0;
}
.scheme_3 #purchase label {
  display: block;
}
.scheme_3 .quantity_box {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.scheme_3 .quantity_box input {
  width: 54px;
  height: 24px;
  display: block;
  padding: 0;
  background: none;
  border: 2px solid #f7f7f7 !important;
  font-size: 15px;
  text-align: center;
  color: #37474f;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 1px 1px 0 0;
  -moz-border-radius: 1px 1px 0 0;
  border-radius: 1px 1px 0 0;
}
.scheme_3 .quantity_box .quantity_modifier {
  width: 26px;
  height: 24px;
  display: block;
  float: left;
  border: 2px solid #f7f7f7;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .quantity_box .quantity_modifier:active {
  color: #37474f;
}
.scheme_3 .quantity_box .quantity_modifier i {
  font-size: 14px;
  line-height: 22px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .quantity_box .quantity_modifier:hover {
  border-color: #28c08c;
}
.scheme_3 .quantity_box .quantity_modifier:hover:hover {
  color: #28c08c;
}
.scheme_3 .quantity_box .quantity_down {
  margin: 2px 0 0 0;
  -webkit-border-radius: 0 0 0 1px;
  -moz-border-radius: 0 0 0 1px;
  border-radius: 0 0 0 1px;
}
.scheme_3 .quantity_box .quantity_up {
  margin: 2px 0 0 2px;
  -webkit-border-radius: 0 0 1px 0;
  -moz-border-radius: 0 0 1px 0;
  border-radius: 0 0 1px 0;
}
.scheme_3 #purchase #add-to-cart {
  height: 50px;
  margin: 10px 10px 0 0;
  padding: 0 15px;
  font-size: 15px;
}
.scheme_3 #wishlist_section {
  margin: 20px 0 0 0;
  line-height: 1.2em;
}
.scheme_3 #wishlist_section i {
  margin: 0 3px 0 0;
  font-size: 14px;
  line-height: 1.2em;
}
.scheme_3 #wishlist_section a {
  text-decoration: underline;
}
.scheme_3 #wishlist_section #wishlist_add,
.scheme_3 #wishlist_section a:hover {
  text-decoration: none;
}
.scheme_3 .product_info__wrapper .addthis_sharing_toolbox {
  margin: 20px 0 0 0;
  padding: 17px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_3 .product_info__wrapper .addthis_sharing_toolbox .at-share-btn {
  vertical-align: top;
  margin: 3px 3px 0 0 !important;
}
.scheme_3 .product_wrap .product_description__title {
  margin: 40px 0 0 0;
}
.scheme_3 .product_pagination {
  width: 100%;
  overflow: hidden;
  margin: 40px 0 0 0;
}
.scheme_3 .product_pagination .product_prev {
  float: left;
}
.scheme_3 .product_pagination .product_next {
  float: right;
}
.scheme_3 .widget_related_products h3 {
  margin: 40px 0 0 0;
}
.scheme_3 ul.product_listing_related {
  list-style-type: none;
}
.scheme_3 ul.product_listing_related .product_wrapper:before {
  bottom: 0;
}
.scheme_3 .article_title {
  font-weight: normal;
  font-size: 16px;
  color: #37474f;
  text-transform: none;
}
.scheme_3 .article_title a {
  color: #28c08c;
}
.scheme_3 .article_title a:hover {
  color: #f3a400;
}
.scheme_3 .article_date:before {
  content: "\f073";
  margin: 0 5px 0 0;
  font: 14px "FontAwesome";
}
.scheme_3 .article_info {
  margin: 15px 0 0 0;
}
.scheme_3 .article_info time,
.scheme_3 .article_info span:not(:last-child) {
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #f7f7f7;
}
.scheme_3 .blog_tags {
  font-size: 0;
}
.scheme_3 .blog_tags a {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 5px 10px;
  font-size: 16px;
  background: #78909c;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .blog_tags a:before {
  content: "\f02b";
  margin: 0 5px 0 0;
  font: 12px "FontAwesome";
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .blog_tags a:hover {
  background: #f3a400;
  color: #fff;
}
.scheme_3 .blog_tags a:hover:before {
  color: #fff;
}
.scheme_3 .blog_tags a.tag_active {
  background: #28c08c;
  color: #fff !important;
  cursor: default;
}
.scheme_3 .blog_tags a.tag_active:before {
  color: #fff;
}
.scheme_3 .blog_listing__article {
  margin: 30px 0 0 0;
}
.scheme_3 .blog_listing__article ~ .blog_listing__article {
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_3 .blog_listing__article .article_title {
  margin: 0;
  font-size: 20px;
}
.scheme_3 .blog_listing__article .article_title a {
  color: #28c08c;
}
.scheme_3 .blog_listing__article .article_title a:hover {
  color: #f3a400;
}
.scheme_3 .blog_listing__article .article_body {
  margin: 30px 0;
  overflow: hidden;
}
.scheme_3 .blog_listing__article .article_body .full_width {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}
.scheme_3 .blog_listing__article .article_body .small_width {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 40%;
}
.scheme_3 .blog_listing__article .article_content {
  margin: 0px 0 0 0;
}
.scheme_3 .blog_listing__article .small_width + .article_content {
  margin-top: 0;
}
.scheme_3 .blog_listing__article .article_footer .blog_tags {
  margin: -10px 0 30px 0;
}
.scheme_3 .blog_article {
  margin: 30px 0 0 0;
}
.scheme_3 .blog_article .article_title {
  margin: 0;
  font-size: 20px;
}
.scheme_3 .blog_article .article_content {
  margin: 30px 0 0 0;
}
.scheme_3 .blog_article .article_content .rte {
  margin: 0;
}
.scheme_3 .blog_article .article_content .full_width {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}
.scheme_3 .blog_article .article_content .small_width {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 40%;
}
.scheme_3 .blog_article .article_footer {
  margin: 30px 0 0 0;
}
.scheme_3 .blog_article .article_footer .blog_tags {
  margin: -10px 0 30px 0;
}
.scheme_3 .blog_article .article_pagination {
  margin: 15px 0 0 0;
}
.scheme_3 .blog_article .article_pagination .btn {
  margin: 15px 0 0 0;
  letter-spacing: 0;
  font-size: 12px;
}
.scheme_3 .blog_article .article_pagination .article_next {
  float: right;
  margin: 15px 0 0 15px;
}
.scheme_3 .article_comments {
  white-space: nowrap;
}
.scheme_3 .article_comments__list {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_3 .article_comments__list h3 {
  margin: 0;
}
.scheme_3 .article_comments__list ul li {
  margin: 30px 0 0 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_3 .article_comments__list ul li time span {
  margin: 0 0 0 12px;
  padding: 0 0 0 12px;
  border-left: 1px solid #f7f7f7;
}
.scheme_3 .article_comments__list .comment_author {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.scheme_3 .article_comments__list .comment_author b {
  padding-right: 10px;
}
.scheme_3 .article_comments__list .comment_content {
  margin: 10px 0 0 0;
}
.scheme_3 .article_comments__form {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_3 .article_comments__form h3 {
  margin: 0;
  font-size: 20px;
}
.scheme_3 .article_comments__form .col-lg-6 {
  margin: 15px 0 0 0;
}
.scheme_3 .article_comments__form button {
  margin: 15px 0 0 0;
}
.scheme_3 .account_section {
  margin: 30px 0 0 0;
  padding: 30px;
  border: 1px solid #f7f7f7;
  border-top: 2px solid #28c08c;
}
.scheme_3 .account_section h4 {
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}
.scheme_3 .account_section h4 span {
  vertical-align: top;
  float: right;
}
.scheme_3 .account_section h4 a {
  font-weight: normal;
}
.scheme_3 .account_section h4 a ~ a {
  margin: 0 0 0 15px;
}
.scheme_3 .account_section h4 a:before {
  vertical-align: top;
  margin: 0 5px 0 0;
  font: 14px/18px "FontAwesome";
}
.scheme_3 .account_section h4 a.link_add:before {
  content: "\f067";
}
.scheme_3 .account_section h4 a.link_edit:before {
  content: "\f040";
}
.scheme_3 .account_section h4 a.link_close:before {
  content: "\f00d";
}
.scheme_3 .account_section h4 a.link_delete:before {
  content: "\f1f8";
}
.scheme_3 .account_section p.note {
  margin: 15px 0 0 0;
}
.scheme_3 .account_section .btn {
  margin-right: 15px;
}
.scheme_3 .account_section label {
  line-height: 34px;
}
.scheme_3 .account_section .address_item {
  line-height: 26px;
}
.scheme_3 .account_section .address_item:before {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  border: 1px solid #e2e7ec;
  font: 15px/25px "FontAwesome";
  color: #37474f;
  text-align: center;
  cursor: default;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme_3 .account_section .address_item {
  margin: 15px 0 0 0;
}
.scheme_3 .account_section .address_item ~ .address_item {
  margin: 10px 0 0 0;
}
.scheme_3 .account_section .address_location:before {
  content: "\f015";
}
.scheme_3 .account_section .address_phone:before {
  content: "\f095";
  font-size: 14px;
}
.scheme_3 .account_section .address_user:before {
  content: "\f007";
}
.scheme_3 .account_section input[type="radio"],
.scheme_3 .account_section input[type="checkbox"] {
  margin: 10px 5px 0 0;
}
.scheme_3 #account_reset__link {
  white-space: nowrap;
}
.scheme_3 #address_form_new .form-group:nth-last-of-type(2) label {
  text-align: left;
}
.scheme_3 .account_wrapper {
  width: 100%;
  height: 100%;
  display: table;
  margin: 30px 0 0 0;
}
.scheme_3 .account_wrapper .account_left {
  width: 50%;
  height: 100%;
  display: table-cell;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 1;
}
.scheme_3 .account_wrapper .account_left:before {
  content: "";
  border: 1px solid #f7f7f7;
  border-top: 2px solid #28c08c;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.scheme_3 .account_wrapper .account_right {
  width: 50%;
  height: 100%;
  display: table-cell;
  padding: 0 0 0 15px;
  position: relative;
  z-index: 1;
}
.scheme_3 .account_wrapper .account_right:before {
  content: "";
  border: 1px solid #f7f7f7;
  border-top: 2px solid #28c08c;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
  z-index: -1;
}
.scheme_3 .account_wrapper .account_section {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}
.scheme_3 #account_login .account_left ul {
  margin: 10px 0 0 0;
}
.scheme_3 #account_login .account_left ul li {
  margin: 5px 0 0 0;
  color: #37474f;
  text-transform: uppercase;
}
.scheme_3 #account_login .account_left ul li:before {
  content: "\f00c";
  margin: 0 7px 0 0;
  font: 14px "FontAwesome";
  color: #918191;
}
.scheme_3 #account_login .account_left .btn {
  margin-top: 15px;
}
.scheme_3 #account_guest {
  margin: 30px 0 0 0;
  padding: 30px;
  border: 1px solid #f7f7f7;
}
.scheme_3 #account_guest .btn {
  margin-top: 15px;
}
.scheme_3 #account_reset_form {
  margin: 0;
}
.scheme_3 .account_area .page_heading {
  overflow: hidden;
  padding: 0 0 10px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #f7f7f7;
  position: relative;
}
.scheme_3 .account_area .page_heading a {
  display: block;
  float: right;
  margin: 9px 0 0 10px;
  font-size: 14px;
}
.scheme_3 .account_area .page_heading a.link_logout {
  position: absolute;
  right: 0;
  top: 0;
}
.scheme_3 .account_welcome {
  text-align: center;
}
.scheme_3 .account_welcome .page_heading:before {
  content: "\f007";
  margin: 0 7px 0 0;
  font-family: "FontAwesome";
}
.scheme_3 .account_welcome__name {
  margin: 30px 0 0 0;
  color: #918191;
}
.scheme_3 .account_table {
  width: 100%;
  margin: 15px 0 0 0;
}
.scheme_3 .account_table th,
.scheme_3 .account_table td {
  vertical-align: middle;
}
.scheme_3 .table_info tr ~ tr {
  border-top: 1px solid #f7f7f7;
}
.scheme_3 .table_info td {
  padding: 5px 0;
}
.scheme_3 .table_info td ~ td {
  padding: 5px 0 5px 5px;
  color: #37474f;
  text-align: right;
}
.scheme_3 .table_orders thead {
  border-bottom: 2px solid #f7f7f7;
}
.scheme_3 .table_orders th {
  padding: 5px 7px;
  border: 1px solid #f7f7f7;
  color: #37474f;
  text-transform: uppercase;
}
.scheme_3 .table_orders td {
  padding: 5px 7px;
  border: 1px solid #f7f7f7;
}
.scheme_3 .table_orders tfoot {
  border-top: 2px solid #f7f7f7;
}
.scheme_3 .table_orders p {
  margin: 7px 0 0 0;
}
.scheme_3 .table_orders a {
  text-decoration: underline;
}
.scheme_3 .table_orders a:hover {
  text-decoration: none;
}
.scheme_3 .table_orders .cell_total {
  text-align: right;
}
.scheme_3 .table_orders .row_total {
  border-top: 2px solid #f7f7f7;
  font-size: 14px;
}
.scheme_3 .table_orders .row_total .money {
  font-weight: bold;
}
.scheme_3 .account_default .address_all {
  margin: 15px 0 0 0;
}
.scheme_3 .account_default .address_all a {
  text-decoration: underline;
}
.scheme_3 .account_default .address_all a:hover {
  text-decoration: none;
}
.scheme_3 .account_address__item h4 {
  padding: 0 0 7px 0;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_3 .order_cancelled h4 {
  margin: 0;
  font-size: 14px;
}
.scheme_3 .order_cancelled p {
  margin: 10px 0 0 0;
}
.scheme_3 #cart_loader {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
}
.scheme_3 #cart_loader.loader_off .global_loader {
  top: 40px;
}
.scheme_3 #cart_loader.loader_on .global_loader {
  top: 80px;
}
.scheme_3 .cart_list {
  width: 100%;
  max-width: 100%;
  margin: 30px 0 0 0;
}
.scheme_3 .cart_list th {
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #f7f7f7;
  font-size: 14px;
  color: #37474f;
  text-transform: uppercase;
}
.scheme_3 .cart_list th ~ th {
  text-align: center;
}
.scheme_3 .cart_list td {
  padding: 20px;
  border: 1px solid #f7f7f7;
}
.scheme_3 .cart_list .cell_3 {
  text-align: center;
}
.scheme_3 .cart_list .cell_5 {
  text-align: center;
}
.scheme_3 .cart_list .cart_price {
  font-size: 14px;
  text-align: right;
}
.scheme_3 .cart_item__img {
  width: 140px;
  float: left;
}
.scheme_3 .cart_item__info {
  margin: 0 0 0 160px;
}
.scheme_3 .cart_item__name {
  margin: 0;
}
.scheme_3 .cart_item__variant {
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #37474f;
}
.scheme_3 .cart_item__details {
  margin: 10px 0 0 0;
}
.scheme_3 .cart_item__details p {
  margin: 5px 0 0 0;
}
.scheme_3 .cart_item__details p span {
  color: #37474f;
}
.scheme_3 .cart_item .quantity_box {
  width: 88px;
  height: 24px;
  margin: 0;
  position: relative;
}
.scheme_3 .cart_item .quantity_box input {
  width: 40px;
  position: absolute;
  left: 24px;
  top: 0;
}
.scheme_3 .cart_item .quantity_box .quantity_down {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.scheme_3 .cart_item .quantity_box .quantity_up {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.scheme_3 .cart_item .cart_update {
  width: 88px;
  margin: 5px 0 0 0;
  font-size: 11px;
  padding: 0 7px;
  font-weight: 400;
  text-transform: none;
}
.scheme_3 .cart_item__remove {
  font-size: 14px;
  color: #28c08c;
}
.scheme_3 .cart_item__remove i {
  vertical-align: baseline;
}
.scheme_3 .cart_item__remove:hover {
  color: #f3a400;
}
.scheme_3 .cart_list .cart_buttons .btn {
  float: right;
  margin: 0 0 0 20px;
}
.scheme_3 .cart_list .cart_buttons .btn-alt {
  float: none;
  margin: 0;
}
.scheme_3 .cart_list .cart_buttons .btn span {
  margin: 0 7px 0 0;
  font: 14px "FontAwesome";
}
.scheme_3 .cart_list .cart_summary .cart_summary__row {
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  color: #37474f;
}
.scheme_3 .cart_list .cart_summary .cart_summary__row ~ .cart_summary__row {
  padding: 10px 0;
}
.scheme_3 .cart_list .cart_summary .cart_summary__row span {
  float: right;
}
.scheme_3 .cart_list .cart_summary .cart_summary__notification {
  margin: 20px 0 0 0;
}
.scheme_3 .cart_list .cart_summary .cart_summary__instructions {
  margin: 15px 0 0 0;
}
.scheme_3 .cart_list .cart_summary .cart_summary__instructions label {
  display: block;
  padding: 0 0 3px 0;
  font-weight: normal;
  color: #37474f;
}
.scheme_3 .cart_list .cart_summary .cart_summary__instructions textarea {
  width: auto !important;
  height: 100px !important;
  max-width: 100% !important;
  resize: none;
}
.scheme_3 .cart_list .cart_summary .cart_summary__checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}
.scheme_3
  .cart_list
  .cart_summary
  .cart_summary__checkout
  .cart_summary__methods {
  margin: 10px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.scheme_3
  .cart_list
  .cart_summary
  .cart_summary__checkout
  .cart_summary__checkout__button_wrapper {
  margin: 25px 0 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.scheme_3 .cart_list .cart_summary .cart_summary__checkout .btn {
  margin-top: 0px;
  padding: 0 10px;
  font-weight: 400;
}
.scheme_3 .cart_list .cart_summary .cart_summary__methods li {
  display: inline-block;
  margin: 14px 10px 0 0;
}
.scheme_3 .cart_empty h4 {
  font-size: 20px;
}
.scheme_3 .cart_empty h4 a {
  font-weight: inherit;
  text-decoration: underline;
}
.scheme_3 .cart_empty h4 a:hover {
  text-decoration: none;
}
.scheme_3 #contact_page #google_map {
  margin: 15px 0;
  border: 1px solid #f7f7f7;
}
.scheme_3 #contact_page #google_map iframe {
  width: 100%;
}
.scheme_3 #contact_page .contact-form .btn {
  margin-top: 5px;
}
.scheme_3 .contact-form textarea {
  width: 100%;
}
.scheme_3 .template-404 h2,
.scheme_3 .template-404 h2 a {
  vertical-align: baseline;
}
.scheme_3 .page_sitemap h2 {
  margin: 30px 0 15px 0;
}
.scheme_3 .page_sitemap .sitemap_separator {
  width: 100%;
  height: 0;
  float: none;
  clear: both;
  margin: 0 15px;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_3 .page_sitemap ul {
  list-style-type: disc;
  padding-left: 15px;
}
.scheme_3 .page_sitemap ul li a {
  color: #78909c;
}
.scheme_3 .page_sitemap ul li a:hover {
  color: #28c08c;
}
.scheme_3 .wishlist_page .wishlist_empty {
  margin: 15px 0 0 0;
}
.scheme_3 #wishlist_products_number {
  display: inline;
  font-weight: inherit;
  line-height: inherit;
}
.scheme_3 .product_wishlist .product_img a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_3 .product_wishlist .product_img a:hover {
  opacity: 0.6;
}
.scheme_3 .product_wishlist .product_links {
  display: block;
}
.scheme_3 .product_wishlist .product_links .btn {
  margin: 0 5px;
}
.scheme_3 .product_wishlist:nth-child(3n + 1) {
  clear: left;
}
.scheme_3 #customization_tool {
  width: 240px;
  margin: -252px 0 0 0;
  background: #fff;
  position: fixed;
  left: -240px;
  top: 50%;
  z-index: 100000;
  -webkit-border-radius: 0 10px 4px 0;
  -moz-border-radius: 0 10px 4px 0;
  border-radius: 0 10px 4px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.scheme_3 #customization_tool h4 {
  height: 50px;
  margin: 0;
  padding: 0 50px 0 20px;
  background: rgba(0, 0, 0, 0.04);
  font: bold 14px/50px "Arial";
  color: #333;
  cursor: default;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.scheme_3 #customization_tool .customization_block {
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.scheme_3 #customization_tool .customization_block__colors {
  padding: 0 20px 20px 20px;
  border: none;
}
.scheme_3 #customization_tool h5 {
  height: 50px;
  margin: 0;
  font: bold 14px/50px "Arial";
  color: #888;
  text-transform: uppercase;
  cursor: default;
}
.scheme_3 #customization_tool h5 i {
  width: 24px;
  height: 30px;
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.scheme_3 #customization_tool h5 i.fa-toggle-on {
  color: #333;
}
.scheme_3 #customization_tool #customization_tool__btn {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #888;
  position: absolute;
  right: -50px;
  top: 0;
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.scheme_3 #customization_tool #customization_tool__btn i {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 22px;
  line-height: 49px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.scheme_3 #customization_tool.on {
  left: 0;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
}
.scheme_3 #customization_tool.on #customization_tool__btn {
  right: 0;
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_3 #customization_tool .color_palette {
  height: 30px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_3 #customization_tool .color_palette.active {
  border-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 2px #888;
  -moz-box-shadow: 0 0 0 2px #888;
  box-shadow: 0 0 0 2px #888;
}
.scheme_3 #customization_tool .color_palette ~ .color_palette {
  margin: 20px 0 0 0;
}
.scheme_3 #customization_tool .color_item {
  position: absolute;
  top: 0;
  bottom: 0;
}
.scheme_3 #customization_tool .color_item.color_1 {
  left: -30px;
  right: 50%;
  z-index: 10;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.scheme_3 #customization_tool .color_item.color_2 {
  left: 0;
  right: 0;
  z-index: 1;
}
.scheme_3 #habla_beta_container_do_not_rely_on_div_classes_or_names.olark_on {
  opacity: 1 !important;
  display: block !important;
}
.scheme_3 #habla_beta_container_do_not_rely_on_div_classes_or_names.olark_off {
  opacity: 0 !important;
  display: none !important;
}
.scheme_3 #scheme_1 .color_1 {
  background: var(--main-bg-primary);
}
.scheme_3 #scheme_1 .color_2 {
  background: #00b06c;
}
.scheme_3 #scheme_2 .color_1 {
  background: #e91e23;
}
.scheme_3 #scheme_2 .color_2 {
  background: #0064b0;
}
.scheme_3 #scheme_3 .color_1 {
  background: #28c08c;
}
.scheme_3 #scheme_3 .color_2 {
  background: #f3a400;
}
.scheme_3 #scheme_4 .color_1 {
  background: #be0098;
}
.scheme_3 #scheme_4 .color_2 {
  background: #ff2e28;
}
.scheme_4 input:focus::-webkit-input-placeholder,
.scheme_4 textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.scheme_4 .clearfix {
  zoom: 1;
}
.scheme_4 .clearfix:before,
.scheme_4 .clearfix:after {
  content: "";
  display: table;
}
.scheme_4 .clearfix:after {
  clear: both;
}
.scheme_4 .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_4 .hidden,
.scheme_4 .visuallyhidden {
  display: none;
}
.scheme_4 .left {
  float: left;
}
.scheme_4 .right {
  float: right;
}
.scheme_4 .jq-selectbox {
  display: block;
  z-index: 1000 !important;
  cursor: pointer;
}
.scheme_4 .jq-selectbox__select-text {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scheme_4 .jq-selectbox__trigger i {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_4 .jq-selectbox__dropdown {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_4 .jq-selectbox.opened .jq-selectbox__trigger i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scheme_4 #at15s {
  z-index: 999 !important;
}
.scheme_4 #habla_window_div {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
.scheme_4 #habla_window_div textarea {
  min-height: 1px;
}
.scheme_4 #habla_window_div textarea {
  min-height: 1px;
}
.scheme_4 .global_loader {
  width: 44px;
  height: 44px;
  margin: 0 0 0 -22px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1001;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMhJREFUeNrs2TEKwkAUhOEXBSurQM5jo2AbyG2EgIfyCkKqXEDiGYI2QkBn5aXYYBqb7MAM/Ft/LNutWbwtqtEVDei9UIMbajf93A51CyLn6twWrUwQOq0csTl6EICDMV/jOKG9pb+Nv21rCW53rM1wvFzPsD5zOc1WRjaBBRZYYIEFFlhggQUWWGCBBRZYYIEFFvh/cE/kfQbwnQh8C+ALEfhrLYznU6YY5RUBuJpe98HS/Vg8zr2R8E16Rk0C0MYt0dftR4ABAFfva4h/thfHAAAAAElFTkSuQmCC")
    50% 50% no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.scheme_4 .global_loader:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("fancybox_loading.gif") 50% 50% no-repeat;
}
.scheme_4 .loader_on .global_loader {
  top: 20px;
  opacity: 1;
}
.scheme_4 .loader_off .global_loader {
  top: 0;
  opacity: 0;
}
.scheme_4 #page_preloader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.scheme_4 #page_preloader .global_loader {
  margin: -29px 0 0 -29px;
  top: 50%;
  background: none;
  width: 58px;
  height: 58px;
}
.scheme_4 #page_preloader .global_loader:after {
  display: none;
}
.scheme_4 #page_preloader.off {
  opacity: 0;
}
.scheme_4 #circular3dG {
  position: relative;
  width: 58px;
  height: 58px;
  margin: auto;
}
.scheme_4 .circular3dG {
  position: absolute;
  background-color: #be0098;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -o-animation-name: bounce_circular3dG;
  -ms-animation-name: bounce_circular3dG;
  -webkit-animation-name: bounce_circular3dG;
  -moz-animation-name: bounce_circular3dG;
  animation-name: bounce_circular3dG;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  animation-direction: normal;
}
.scheme_4 #circular3d_1G {
  left: 23px;
  top: 4px;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.scheme_4 #circular3d_2G {
  left: 36px;
  top: 14px;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.scheme_4 #circular3d_3G {
  left: 43px;
  top: 26px;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.scheme_4 #circular3d_4G {
  left: 40px;
  top: 39px;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.scheme_4 #circular3d_5G {
  left: 24px;
  top: 43px;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.scheme_4 #circular3d_6G {
  left: 5px;
  top: 28px;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.scheme_4 #circular3d_7G {
  left: 0px;
  top: 8px;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.scheme_4 #circular3d_8G {
  left: 10px;
  top: 0px;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.scheme_4 #cookies_container {
  overflow: hidden;
  padding: 5px 0;
  background: #111;
  text-align: center;
  display: none;
}
.scheme_4 #cookies_container p {
  display: inline-block;
  margin: 0;
  padding: 19px 0 0;
  font-size: 14px;
  color: #888;
}
.scheme_4 #cookies_container p b {
  vertical-align: baseline;
  color: #fff;
}
.scheme_4 #cookies_container .cookie_btn {
  height: 40px;
  display: inline-block;
  margin: 5px 0 5px 6px;
  padding: 0 20px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  font-size: 17px;
  line-height: 38px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_4 #cookies_container #cookie_ok {
  margin: 10px 0 10px 20px;
  background: #18a439;
  border-color: #18a439;
}
.scheme_4 #cookies_container #cookie_ok:hover {
  background: #585858;
  border-color: #585858;
}
.scheme_4 #cookies_container #cookie_no {
  border-color: #585858;
}
.scheme_4 #cookies_container #cookie_no:hover {
  background: #585858;
  border-color: #585858;
}
.scheme_4 #google_map,
.scheme_4 #google_map iframe {
  width: 100% !important;
  height: 300px !important;
  background: #e7e7e6;
}
.scheme_4 #google_map img {
  max-width: none !important;
}
.scheme_4 .template-index #google_map,
.scheme_4 .template-index #google_map iframe {
  height: 600px !important;
}
.scheme_4 .fancybox-skin {
  padding: 15px;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_4 .fancybox-close {
  width: 36px;
  height: 36px;
  display: block;
  background: #555;
  border: none;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
}
.scheme_4 .fancybox-close:hover {
  background: #be0098;
  color: #fff;
}
.scheme_4 .fancybox-close:before {
  content: "\f00d";
  display: block;
  font: 15px/36px "FontAwesome";
  text-align: center;
}
.scheme_4 .fancybox-nav span {
  width: 36px;
  height: 36px;
  display: block;
  margin: -18px 0 0 0;
  background: #555;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_4 .fancybox-nav span:before {
  display: block;
  font: 12px/36px "FontAwesome";
  color: #fff;
  text-align: center;
}
.scheme_4 .fancybox-nav:hover > span {
  background: #be0098;
}
.scheme_4 .fancybox-prev span:before {
  content: "\f053";
  padding: 0 2px 0 0;
}
.scheme_4 .fancybox-next span:before {
  content: "\f054";
  padding: 0 0 0 2px;
}
.scheme_4 .fancybox_alert {
  padding: 0 !important;
  text-align: center;
}
.scheme_4 .fancybox_alert .alert {
  margin: 0;
  padding: 40px;
  font-size: 14px;
}
.scheme_4 .fancybox_alert .btn {
  margin: 15px 0 0 0;
  padding: 0 20px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}
.scheme_4 .fancybox_alert .btn ~ .btn {
  margin: 15px 0 0 5px;
}
.scheme_4 #cart_added .cart_added__row {
  height: 120px;
  display: table;
}
.scheme_4 #cart_added h4 {
  margin: 0 0 15px 0;
  max-width: 450px;
  text-align: center;
  font-size: 20px;
}
.scheme_4 #cart_added.cart_error {
  max-width: 420px;
}
.scheme_4 .cart_added__1 {
  width: 120px;
  height: 100%;
  display: table-cell;
  text-align: center;
}
.scheme_4 .cart_added__1 img {
  height: 120px;
  padding: 10px;
  border: 1px solid #f7f7f7;
}
.scheme_4 .cart_added__2 {
  width: 300px;
  height: 100%;
  display: table-cell;
  padding: 0 0 0 15px;
}
.scheme_4 .cart_added__2 .product_name {
  display: block;
}
.scheme_4 .cart_added__2 #cart_added__quantity {
  margin: 15px 0 0 0;
  font-size: 16px;
}
.scheme_4 .cart_added__2 .btn {
  margin: 15px 10px 0 0;
  padding: 0 10px;
  text-transform: none;
}
.scheme_4 #quick_view__wrap .fancybox-skin {
  padding: 30px !important;
}
.scheme_4 #product_quick_view {
  width: 668px;
}
.scheme_4 .product_quick_wrapper {
  width: 100%;
  display: table;
}
.scheme_4 .quick_view__left {
  width: 317px;
  height: 100%;
  display: table-cell;
  padding: 0 15px 0 0;
}
.scheme_4 .quick_view__left #img_big {
  width: 302px;
  padding: 2px;
  border: 1px solid #f7f7f7;
}
.scheme_4 .quick_view__left #img_big img {
  background: rgba(0, 0, 0, 0.05);
}
.scheme_4 .quick_view__left .product_images {
  width: 302px;
}
.scheme_4 .quick_view__right {
  height: 100%;
  display: table-cell;
  overflow: hidden;
  padding: 0 0 0 15px;
}
.scheme_4 .quick_view__right p {
  margin: 15px 0 0 0;
  font-size: 14px;
}
.scheme_4 .quick_view__right label {
  font-weight: normal;
  font-size: 14px;
  color: #37474f;
}
.scheme_4 #quick_view__name {
  margin: 0;
  font-size: 38px;
}
.scheme_4 #quick_view__name a {
  color: #be0098;
}
.scheme_4 #quick_view__name a:hover {
  color: #ff2e28;
}
.scheme_4 #quick_view__variants {
  overflow: hidden;
  margin: 15px -10px 0 -10px;
}
.scheme_4 #quick_view__variants label {
  display: block;
  padding: 0 10px;
}
.scheme_4 #quick_view__variants .selector-wrapper {
  width: 33.33333333333333%;
  float: left;
  padding: 15px 10px 0 10px;
}
.scheme_4 #quick_view__variants .selector-wrapper label {
  display: none !important;
}
.scheme_4 #quick_view__variants .selector-wrapper select {
  width: 100%;
  display: block;
}
.scheme_4 #quick_view__price {
  margin: 30px 0 0 0;
  position: relative;
}
.scheme_4 #quick_view__price .price {
  margin: 0;
  padding: 0 60px 0 0;
}
.scheme_4 #quick_view__price .money {
  margin: 0 7px 0 0;
  font-size: 20px;
}
.scheme_4 #quick_view__price .money_sale {
  font-size: 16px;
}
.scheme_4 #quick_view__price .money_sale_percent {
  width: 52px;
  height: 26px;
  display: block;
  margin: -13px 0 0 0;
  background: #be0098;
  font: bold 14px/26px "Arial";
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scheme_4 #quick_view__availability {
  margin: 20px 0 0 0;
}
.scheme_4 #quick_view__form {
  margin: 15px 0 0 0;
}
.scheme_4 #quick_view__form label {
  display: block;
}
.scheme_4 #quick_view__form #quick_view__add {
  height: 50px;
  margin: 10px 10px 0 0;
  padding: 0 20px;
  font-size: 18px;
}
.scheme_4 body {
  font: 300 16px Rubik;
  color: #78909c;
  line-height: 1.44;
}
.scheme_4 h1,
.scheme_4 h2,
.scheme_4 h3,
.scheme_4 h4,
.scheme_4 h5,
.scheme_4 h6 {
  margin: 15px 0;
  font: 300 38px Rubik;
  color: #37474f;
  line-height: 1.12;
  text-transform: uppercase;
}
.scheme_4 h2,
.scheme_4 h3,
.scheme_4 h4 {
  font-size: 16px;
}
.scheme_4 h5,
.scheme_4 h6 {
  font-size: 14px;
}
.scheme_4 h2 {
  font-size: 30px;
}
.scheme_4 h3 {
  font-size: 26px;
}
.scheme_4 h4 {
  font-size: 22px;
}
.scheme_4 h5 {
  font-size: 18px;
}
.scheme_4 h6 {
  font-size: 14px;
}
.scheme_4 .page_heading,
.scheme_4 .section_heading {
  margin: 0;
  font-size: 30px;
}
.scheme_4 .page_heading a,
.scheme_4 .section_heading a {
  font-weight: inherit;
}
.scheme_4 .section_heading {
  padding-top: 92px;
  text-align: center;
}
.scheme_4 .title1 {
  font-size: 87px;
  font-family: Rubik;
  color: #be0098;
  letter-spacing: 24px;
}
.scheme_4 .text1 {
  font-size: 41px;
  font-family: Lora;
  color: #37474f;
  font-style: italic;
}
.scheme_4 p {
  margin: 15px 0;
  padding: 0;
}
.scheme_4 .column_center ul {
  list-style-type: square;
  list-style-position: inside;
}
.scheme_4 .column_center ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.scheme_4 a {
  color: var(--main-bg-primary);
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_4 a:hover,
.scheme_4 a:active {
  color: #37474f;
}
.scheme_4 .product_name {
  font-size: 16px;
  color: #78909c;
}
.scheme_4 .product_name a {
  color: #78909c;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scheme_4 .product_name a:hover {
  color: #be0098;
}
.scheme_4 .product_desc {
  font-size: 15px;
  color: #78909c;
}
.scheme_4 .money {
  color: #206ce7;
}
.scheme_4 .money_sale,
.scheme_4 .compare-at-price {
  color: #78909c;
  text-decoration: line-through;
}
.scheme_4 .rte {
  margin-top: 15px;
  margin-bottom: 15px;
  color: inherit;
}
.scheme_4 .rte > * {
  max-width: 100%;
}
.scheme_4 .rte a {
  text-decoration: underline;
}
.scheme_4 .rte a:hover {
  text-decoration: none;
}
.scheme_4 .rte h1,
.scheme_4 .rte h2,
.scheme_4 .rte h3,
.scheme_4 .rte h4,
.scheme_4 .rte h5,
.scheme_4 .rte h6 {
  margin: 30px 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.scheme_4 .rte h1 {
  font-size: 22px;
}
.scheme_4 .rte h2 {
  font-size: 18px;
}
.scheme_4 .rte h3 {
  font-size: 16px;
}
.scheme_4 .rte h4 {
  font-size: 15px;
}
.scheme_4 .rte h5 {
  font-size: 14px;
}
.scheme_4 .rte h6 {
  font-size: 12px;
}
.scheme_4 .rte ul {
  list-style-type: disc;
  list-style-position: inside;
}
.scheme_4 .rte ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.scheme_4 .rte blockquote {
  padding: 5px 35px;
  font-weight: normal;
}
.scheme_4 .rte blockquote:before {
  content: "\f10d";
  font: 16px "FontAwesome";
}
.scheme_4 .rte blockquote:after {
  content: "\f10e";
  float: right;
  font: 12px "FontAwesome";
}
.scheme_4 .rte blockquote * {
  margin: 10px 0 !important;
  font-size: 15px;
}
.scheme_4 .rte iframe {
  max-width: 100% !important;
}
.scheme_4 .youtube_wrap {
  padding: 56.25% 0 0 0;
  position: relative;
}
.scheme_4 .youtube_wrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.scheme_4 .page_content .rte table {
  width: 100%;
  max-width: 100%;
}
.scheme_4 .page_content .rte table td {
  padding: 0 15px;
}
.scheme_4 .page_content .rte table td img {
  width: auto;
  max-width: 100% !important;
}
.scheme_4 .page_content .rte table h2,
.scheme_4 .page_content .rte table h3,
.scheme_4 .page_content .rte table h4,
.scheme_4 .page_content .rte table h5,
.scheme_4 .page_content .rte table h6 {
  margin: 15px 0;
  padding: 0;
  border: none;
  font-weight: normal;
  color: #78909c;
  text-transform: uppercase;
}
.scheme_4 .page_content .rte table h4 {
  font-size: 18px;
}
.scheme_4 label {
  font-weight: bold;
  font-size: 16px;
}
.scheme_4 select,
.scheme_4 select.form-control,
.scheme_4 textarea,
.scheme_4 textarea.form-control,
.scheme_4 input[type="text"],
.scheme_4 input[type="email"],
.scheme_4 input[type="number"],
.scheme_4 input[type="password"],
.scheme_4 input[type="tel"] {
  padding: 6px;
  border: 1px solid #f7f7f7;
  font: normal 14px "Arial";
  font-family: Rubik;
  color: #78909c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
}
.scheme_4 input[type="text"],
.scheme_4 input[type="email"],
.scheme_4 input[type="number"],
.scheme_4 input[type="password"],
.scheme_4 input[type="tel"] {
  height: 34px;
  line-height: 18px;
  padding: 7px;
}
.scheme_4 select,
.scheme_4 select.form-control {
  padding: 8px 3px;
}
.scheme_4 textarea,
.scheme_4 textarea.form-control {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
}
.scheme_4 select:focus,
.scheme_4 select.form-control:focus,
.scheme_4 textarea:focus,
.scheme_4 textarea.form-control:focus,
.scheme_4 input[type="text"]:focus,
.scheme_4 input[type="email"]:focus,
.scheme_4 input[type="number"]:focus,
.scheme_4 input[type="password"]:focus,
.scheme_4 input[type="tel"]:focus {
  border-color: #aaa;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
}
.scheme_4 input[type="radio"],
.scheme_4 input[type="checkbox"],
.scheme_4 .form-group {
  vertical-align: top !important;
  margin-top: 15px;
  margin-bottom: 0;
}
.scheme_4 .form-horizontal label {
  padding-top: 0 !important;
  text-align: right;
  line-height: 34px;
}
.scheme_4 .form-horizontal select {
  width: 100%;
}
.scheme_4 .action_bottom span.note {
  margin-left: 5px;
}
.scheme_4 .action_bottom span.note a {
  margin-left: 5px;
}
.scheme_4 .alert {
  margin: 15px 0;
  padding: 12px;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_4 .alert p {
  margin: 0;
}
.scheme_4 .alert a {
  font-weight: bold;
  text-decoration: underline;
}
.scheme_4 .alert a:hover {
  text-decoration: none;
}
.scheme_4 .alert ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
}
.scheme_4 .alert ul li {
  font-weight: bold;
}
.scheme_4 .alert ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0;
}
.scheme_4 .alert ol li {
  font-weight: bold;
}
.scheme_4 .alert > p + p,
.scheme_4 .alert > ul + ul {
  margin: 10px 0 0 0;
}
.scheme_4 .alert-success {
  background-color: #dff0d8;
  color: #1e892a;
}
.scheme_4 .alert-success a {
  color: #1e892a;
}
.scheme_4 .alert-info {
  background-color: #cfedfc;
  color: #267abe;
}
.scheme_4 .alert-info a {
  color: #267abe;
}
.scheme_4 .alert-warning {
  background-color: #fff5c7;
  color: #c87100;
}
.scheme_4 .alert-warning a {
  color: #c87100;
}
.scheme_4 .alert-danger,
.scheme_4 .alert-error {
  background-color: #ffcccc;
  color: #d10300;
}
.scheme_4 .alert-danger a,
.scheme_4 .alert-error a {
  color: #d10300;
}
.scheme_4 .alert-form {
  border-color: #d10300 !important;
}
.scheme_4 .alert-form-info {
  display: none;
  margin: 5px 0 0 0;
  font-weight: bold;
  color: #d10300;
  font-size: 12px;
}
.scheme_4 .notify_success {
  color: #1e892a;
}
.scheme_4 .notify_info {
  color: #267abe;
}
.scheme_4 .notify_warning {
  color: #c87100;
}
.scheme_4 .notify_danger {
  color: #d10300;
}
.scheme_4 .btn,
.scheme_4 .btn a,
.scheme_4 .btn-info,
.scheme_4 .btn-primary {
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  background: #d462e0;
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_4 .btn a,
.scheme_4 .btn a a,
.scheme_4 .btn-info a,
.scheme_4 .btn-primary a {
  padding: 0 !important;
  border: none !important;
}
.scheme_4 .btn:focus {
  background: #d462e0;
  color: #fff;
}
.scheme_4 .btn:hover,
.scheme_4 .btn:hover a,
.scheme_4 .btn-info:hover,
.scheme_4 .btn-primary:hover {
  background: #be0098;
  color: #fff;
}
.scheme_4 .btn-alt,
.scheme_4 .btn-alt a {
  background: #d462e0;
  color: #fff;
}
.scheme_4 .btn-alt:hover,
.scheme_4 .btn-alt:hover a {
  background: #be0098;
  color: #fff;
}
.scheme_4 .btn-big {
  height: 55px;
  padding: 0 38px;
  line-height: 55px;
  font-size: 15px;
  background: #be0098;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.scheme_4 .btn-big:hover {
  background: #d462e0;
}
.scheme_4 .btn-icon:focus {
  background: none;
  color: #d462e0;
}
.scheme_4 .btn-icon {
  position: relative;
  padding: 0;
  background: none;
  font-size: 30px;
  color: #d462e0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_4 .btn-icon .icon {
  display: block;
}
.scheme_4 .btn-icon .icon + span {
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 12px;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  color: #fff;
  background: #be0098;
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 8px 0px rgba(255, 255, 255, 0.6);
  opacity: 0;
}
.scheme_4 .btn-icon .icon + span:after {
  content: "";
  display: block;
  position: absolute;
  left: -11px;
  top: 50%;
  border: 6px solid transparent;
  border-right-color: #be0098;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.scheme_4 .btn-icon:hover {
  background: none;
  color: #be0098;
}
.scheme_4 .btn-icon:hover .icon + span {
  opacity: 1;
}
.scheme_4 html {
  width: 100%;
  height: 100%;
}
.scheme_4 #wrapper1 {
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.scheme_4 #wrapper2 {
  overflow: hidden;
}
.scheme_4 .container {
  padding: 0;
}
.scheme_4 .old_browsers {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10000;
}
.scheme_4 .old_browsers a {
  display: block;
  padding: 0 0 16px 0;
  background: #ffdd77;
  font-size: 0;
  color: #272727;
  text-align: center;
  text-decoration: none;
}
.scheme_4 .old_browsers a i {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  margin: 16px 0 0 0;
  font-size: 44px;
  color: #c05420;
}
.scheme_4 .old_browsers a b,
.scheme_4 .old_browsers a span {
  height: 44px;
  display: inline-block;
  vertical-align: top;
  margin: 16px 0 0 15px;
  font-size: 20px;
  line-height: 43px;
}
.scheme_4 .old_browsers a .btn {
  height: 44px;
  vertical-align: top;
  padding: 0 30px;
  background: none !important;
  border: 2px solid #272727 !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 40px;
  color: #272727 !important;
  text-transform: uppercase;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.scheme_4 .old_browsers a .btn:hover {
  background: #272727 !important;
  color: #fff !important;
}
.scheme_4 #newsletter_popup__wrap {
  width: 100% !important;
  max-width: 570px;
  background: #fff;
  left: 0;
  background: #fff
    url(//cdn.shopify.com/s/files/1/1633/0135/t/3/assets/newsletter_popup_bg_img.png?10163904222330965424)
    50% 50% no-repeat;
  background-size: cover;
}
.scheme_4 #newsletter_popup__wrap .fancybox-skin,
.scheme_4 #newsletter_popup__wrap .fancybox-outer,
.scheme_4 #newsletter_popup__wrap .fancybox-inner {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  background: none;
}
.scheme_4 #newsletter_popup__wrap .fancybox-close {
  right: 7px;
  top: 5px;
}
.scheme_4 #newsletter_popup {
  height: 100% !important;
  padding: 77px 50px 90px;
}
.scheme_4 #newsletter_popup h2 {
  margin: 0;
  color: #dfd9df;
  font-size: 45px;
  letter-spacing: 12.6px;
}
.scheme_4 #newsletter_popup p {
  margin-top: -3px;
  font-size: 24px;
  color: #37474f;
  text-align: right;
  font-style: italic;
  font-family: Lora;
}
.scheme_4 #newsletter_popup form {
  position: relative;
  margin-top: 30px;
}
.scheme_4 #newsletter_popup .form_inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_4 #newsletter_popup .form_inside input {
  height: 45px;
  padding: 0 20px;
  font-size: 14px;
  color: #918191;
  line-height: 45px;
  border: 2px solid #e2e7ec;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.scheme_4 #newsletter_popup .form_inside .btn {
  margin-left: 30px;
  min-width: 170px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 3.92px;
  font-size: 14px;
  background: #be0098;
}
.scheme_4 #newsletter_popup .form_inside .btn:hover {
  background: #d462e0;
}
.scheme_4 #newsletter_popup .newsletter_off__wrap {
  margin: 30px 0 0 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  background: rgba(255, 255, 255, 0.6);
}
.scheme_4 #newsletter_popup #newsletter_off {
  height: auto;
  background: none !important;
  border: none !important;
  font-size: 12px;
  color: #be0098 !important;
  cursor: pointer;
}
.scheme_4 #newsletter_popup #newsletter_off:hover {
  color: #ff2e28 !important;
}
.scheme_4 #newsletter_popup .newsletter_error {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 11px;
  color: #f00;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
}
.scheme_4 #newsletter_popup .newsletter_success {
  font-weight: bold;
  color: #119000;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.scheme_4 #promobanner {
  height: 160px;
  background-color: #e2e7ec;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #e2e7ec
    url(//cdn.shopify.com/s/files/1/1633/0135/t/3/assets/promobanner_bg_img.png?10163904222330965424)
    center center no-repeat;
  z-index: 100;
}
.scheme_4 #promobanner.opened ~ .parallax_top_block .user_pannel {
  top: 160px;
}
.scheme_4 #promobanner_close {
  display: block;
  vertical-align: top;
  color: #37474f;
  position: absolute;
  right: 30px;
  top: 25px;
  z-index: 1000;
}
.scheme_4 #promobanner_close:before {
  content: "\f00d";
  font: 20px/1em "FontAwesome";
}
.scheme_4 #promobanner_close:hover {
  color: #be0098;
}
.scheme_4 .promobanner_container {
  width: 1600px;
  margin: 0 auto;
}
.scheme_4 .promobanner_error {
  height: 120px;
  font-size: 20px;
  line-height: 120px;
  color: #d10300;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}
.scheme_4 .promobanner_content {
  width: 1100px;
  padding-left: 515px;
  float: left;
}
.scheme_4 .promobanner_content img {
  float: left;
}
.scheme_4 .promobanner_text {
  float: left;
  text-align: left;
}
.scheme_4 .promobanner_text h2 {
  margin: 14px 0 0 0;
  color: #be0098;
  font-size: 64px;
}
.scheme_4 .promobanner_text span {
  font-size: 30px;
  color: #be0098;
}
.scheme_4 .promobanner_text span:last-child {
  font-weight: 400;
  color: #37474f;
}
.scheme_4 .promobanner_bottom p {
  float: left;
  margin: 4px 0;
}
.scheme_4 .promobanner_bottom .btn {
  float: right;
  margin-right: 6px;
}
.scheme_4 .promobanner_counter {
  width: 500px;
  float: right;
  margin: 30px 0 0 0;
  text-align: right;
}
.scheme_4 #promobanner_countdown {
  height: 100px;
}
.scheme_4 #promobanner_countdown > div {
  width: 100px;
  position: relative;
}
.scheme_4 #promobanner_countdown > div ~ div {
  margin: 0 0 0 20px;
}
.scheme_4 #promobanner_countdown canvas {
  width: 100px !important;
}
.scheme_4 #promobanner_countdown input {
  width: 100px;
  height: 40px;
  vertical-align: top;
  margin: 23px 0 0 -100px;
  padding: 0;
  background: none;
  border: none;
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
  color: #37474f;
  text-align: center;
}
.scheme_4 #promobanner_countdown span {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin: 54px 0 0 -100px;
  font-size: 16px;
  color: #78909c;
  text-align: center;
}
.scheme_4 header {
  position: relative;
  z-index: 20;
  background: #e2e7ec;
}
.scheme_4 .parallax_top_block {
  position: relative;
  min-height: 100vh;
  background: #e2e7ec;
  padding-bottom: 30px;
  z-index: 999;
}
.scheme_4 .parallax_top_block .parallax-scene {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.scheme_4 .parallax_top_block header {
  background: none;
}
.scheme_4 .header_top {
  min-height: 135px;
  padding: 0 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.scheme_4 .header_top > div {
  padding-top: 14px;
  padding-bottom: 6px;
}
.scheme_4 .ie-browser .header_top {
  height: 135px;
}
.scheme_4 .logo_main {
  padding: 0 15px;
  background: rgba(239, 233, 239, 0.5);
}
.scheme_4 .logo_main a {
  color: #37474f;
  display: inline-block;
}
.scheme_4 .logo_main b {
  font-size: 30px;
  font-weight: 300;
  font-family: Rubik;
  text-transform: uppercase;
  letter-spacing: 7.8px;
}
.scheme_4 .header_custom_text_1,
.scheme_4 .header_custom_text_2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  font-style: italic;
  font-weight: 400;
  font-family: Lora;
  font-size: 15px;
  color: #37474f;
  background: rgba(239, 233, 239, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_4 .header_custom_text_1 span,
.scheme_4 .header_custom_text_2 span {
  display: block;
}
.scheme_4 .header_custom_text_2 {
  text-align: right;
}
.scheme_4 .custom_top_wrapper {
  background: #fff;
  background: #fff
    url(//cdn.shopify.com/s/files/1/1633/0135/t/3/assets/custom_top_bg_1.png?10163904222330965424)
    center center no-repeat;
  background-size: cover;
  min-height: calc(100vh - 135px * 2);
  text-align: center;
  width: 100%;
  max-width: 1560px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_4 .custom_top_wrapper .parallax-scene {
  z-index: 1;
}
.scheme_4 .custom_top_wrapper .custom_top_wrapper_inside {
  position: relative;
  width: 100%;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 135px * 2);
}
.scheme_4 .custom_top + .homepage_collections_wrapper {
  -webkit-transform: translate(0%, 25%);
  transform: translate(0%, 25%);
  z-index: 20;
}
.scheme_4 .custom_top {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scheme_4 .custom_top .rd-parallax-inner {
  left: 0;
  right: 0;
  width: 100% !important;
}
.scheme_4 .custom_top .rd-parallax-layer {
  width: 100% !important;
}
.scheme_4 .custom_top .text_wrapper2 {
  display: inline-block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_4 .custom_top .title1 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .custom_top .title1,
.scheme_4 .custom_top .text1 {
  margin: 0;
}
.scheme_4 .custom_top .btn {
  margin-top: 24px;
  font-weight: 500;
}
.scheme_4 .parallax-scene {
  overflow: hidden;
}
.scheme_4 .title1 + .text1 {
  margin-top: -11px;
}
.scheme_4 .ie-browser .custom_top_wrapper_inside {
  min-height: calc(100vh - 135px * 2);
}
.scheme_4 .custom_top_inside_bg {
  position: absolute;
  top: -135px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.scheme_4 .custom_top_inside_bg > img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
}
.scheme_4 .custom_top_inside_bg .rd-parallax-inner {
  overflow: hidden;
  min-height: calc(100vh - 135px);
  margin-top: 0 !important;
}
.scheme_4 .custom_top_inside_bg .rd-parallax-layer img {
  padding-top: 87px;
}
.scheme_4 .homepage_collections_wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scheme_4 .homepage_collections_wrapper .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scheme_4 .ie-browser .homepage_collection {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
}
.scheme_4 .homepage_collection {
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 33.33333%;
}
.scheme_4 .homepage_collection a {
  position: relative;
  display: block;
  height: 270px;
  width: 100%;
  z-index: 1;
}
.scheme_4 .homepage_collection a:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  background: rgba(190, 0, 152, 0.8);
  z-index: 2;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.scheme_4 .homepage_collection a:hover:before {
  -webkit-animation: boxScale 0.7s;
  animation: boxScale 0.7s;
  opacity: 1;
}
.scheme_4 .homepage_collection .collection_image {
  background: white;
  z-index: 1;
}
.scheme_4 .homepage_collection .collection_image.img_custom {
  background: black;
}
.scheme_4 .homepage_collection .collection_image img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  object-fit: cover;
}
.scheme_4 .homepage_collection h3 {
  position: absolute;
  margin: 0;
  padding: 30px;
  left: 50%;
  top: 50%;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}
.scheme_4 .slide_element {
  z-index: 5;
  position: absolute;
  opacity: 0;
  right: 0%;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}
.scheme_4 .color_scheme .elem_toggle {
  position: relative;
  z-index: 10;
}
.scheme_4 .color_scheme .elem_toggle.active {
  z-index: 1002;
}
.scheme_4 .color_scheme .elem_toggle.active.visible {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_4 .color_scheme .elem_toggle.active + .slide_element {
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  z-index: 1001;
}
.scheme_4 .user_pannel {
  position: fixed;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .ie-browser .user_pannel {
  right: 16px;
}
.scheme_4 .user_pannel__item {
  position: relative;
  display: block;
  text-align: center;
}
.scheme_4 .user_pannel__item .jq-selectbox,
.scheme_4 .user_pannel__item .visible {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #fff;
  color: #be0098;
  font-size: 30px;
  -webkit-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.scheme_4 .user_pannel__item .jq-selectbox:hover,
.scheme_4 .user_pannel__item .visible:hover {
  background: #be0098;
  color: #fff;
}
.scheme_4 .user_pannel__item .jq-selectbox:hover span + span,
.scheme_4 .user_pannel__item .visible:hover span + span {
  color: #fff;
}
.scheme_4 .user_pannel__item .content {
  position: absolute;
  top: 0;
}
.scheme_4 .user_pannel__item span {
  display: inline-block;
}
.scheme_4 .user_pannel__item span + span {
  margin-left: 4px;
  font-size: 16px;
  color: #78909c;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .user_pannel__item:hover {
  background: #be0098;
  color: #fff;
}
.scheme_4 .elem_toggle.active + .search_form {
  right: 0;
}
.scheme_4 .header_search .elem_toggle.active {
  z-index: 10;
}
.scheme_4 .header_search form {
  position: relative;
  width: 385px;
  padding-right: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_4 .header_search #search-field {
  border: none;
  height: 80px;
  line-height: 80px;
  width: 100%;
  padding: 0 20px;
}
.scheme_4 .header_search #search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  font-size: 30px;
  width: 80px;
  line-height: 80px;
  color: #be0098;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .header_search #search-submit:hover {
  color: #ff2e28;
}
.scheme_4 .header_currency select {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.scheme_4 .header_currency .jq-selectbox__select {
  padding: 0 20px 0 15px;
}
.scheme_4 .header_currency .jq-selectbox__select-text {
  font-size: 16px;
  line-height: 80px;
}
.scheme_4 .header_currency .jq-selectbox__trigger i {
  right: 10px;
  font-size: 16px;
  line-height: 80px;
}
.scheme_4 .header_currency .jq-selectbox__dropdown {
  width: 100% !important;
  top: 0 !important;
  right: 100%;
  left: auto !important;
  background: #fff;
  color: #78909c;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_4 .header_currency .jq-selectbox__dropdown ul li {
  line-height: 26.66667px;
  font-size: 16px;
}
.scheme_4 .header_currency .jq-selectbox__dropdown ul li.sel,
.scheme_4 .header_currency .jq-selectbox__dropdown ul li:hover {
  background: #be0098;
  color: #fff;
}
.scheme_4 .header_user {
  padding: 20px 100px 20px 20px;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_4 .header_user li {
  display: block;
}
.scheme_4 .header_user li a {
  color: #78909c;
  white-space: nowrap;
}
.scheme_4 .header_user li a:hover {
  color: #be0098;
}
.scheme_4 .header_user li a i {
  margin: 0 5px 0 0;
  line-height: 1.5em;
}
.scheme_4 .ie-browser #megamenu.megamenu_desktop .level_2_blog .blog_img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.scheme_4 #megamenu {
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_4 #megamenu.megamenu_desktop.megamenu_stuck {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.scheme_4 #megamenu.megamenu_desktop h2 {
  display: none;
}
.scheme_4 #megamenu.megamenu_desktop .level_1 {
  position: relative;
  background: #fff;
  min-width: 385px;
  padding: 20px 80px 20px 30px;
  text-align: left;
}
.scheme_4 #megamenu.megamenu_desktop .level_1_link {
  height: 45px;
  display: block;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  position: relative;
  color: #78909c;
}
.scheme_4 #megamenu.megamenu_desktop .menu_badge {
  height: 16px;
  line-height: 16px;
  display: block;
  font-size: 10px;
  color: #ff2e28;
  position: absolute;
  left: 0;
  top: -3px;
}
.scheme_4 #megamenu.megamenu_desktop .level_1_item.sfHover .level_1_link,
.scheme_4 #megamenu.megamenu_desktop .level_1_item .level_1_link:hover,
.scheme_4 #megamenu.megamenu_desktop .level_1_item .level_1_link.active {
  color: #be0098;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_wrap {
  padding: 20px;
  position: absolute;
  top: 0px;
  display: none;
  right: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.09);
}
.scheme_4 #megamenu.megamenu_desktop .level_2_small a {
  white-space: nowrap;
  color: #918191;
  font-size: 14px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_small a:hover {
  color: #be0098;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_small li + li {
  margin-top: 10px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big {
  width: 100%;
  width: 915px;
  padding: 30px 30px 35px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .column_item {
  width: 33.3333333%;
  float: left;
  padding: 0 10px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .column_item {
  width: 33.33333333333333%;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_links .column_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 255px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 255px;
  -ms-flex: 0 1 255px;
  flex: 0 1 255px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_links .level_3 {
  margin-top: 25px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_links .level_3 a {
  color: #918191;
  font-size: 14px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_links .level_3 a:hover {
  color: #be0098;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_links .level_3 li + li {
  margin-top: 10px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_blog .blog_img {
  height: 180px;
  margin-bottom: 37px;
  overflow: hidden;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_blog .blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_blog .blog_title {
  line-height: 1.277;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_blog .blog_title a {
  text-transform: none;
  color: #37474f;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_blog .blog_title a:hover {
  color: #be0098;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_blog .blog_content {
  margin-bottom: 17px;
  color: #78909c;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_products .product:hover {
  position: relative;
  z-index: 100;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_products .btn-icon {
  height: 32px;
  line-height: 32px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_trigger {
  margin: 0;
  font-style: italic;
  font-family: Lora;
  text-transform: none;
}
.scheme_4 #megamenu.megamenu_mobile {
  text-align: left;
  right: 15px;
  max-width: 100%;
  width: auto;
}
.scheme_4 #megamenu.megamenu_mobile #megamenu_mobile_toggle {
  height: 50px;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 40px 0 10px;
  font-size: 20px;
  line-height: 49px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
  font-family: Rubik;
  background: #fff;
}
.scheme_4 #megamenu.megamenu_mobile #megamenu_mobile_toggle i {
  position: absolute;
  right: 10px;
  top: 0;
}
.scheme_4 #megamenu.megamenu_mobile #megamenu_mobile_toggle i:before {
  content: "\f107";
  font: 30px/49px "FontAwesome";
}
.scheme_4 #megamenu.megamenu_mobile #megamenu_mobile_toggle.active i:before {
  content: "\f106";
}
.scheme_4 #megamenu.megamenu_mobile .menu_badge {
  display: none;
}
.scheme_4 #megamenu.megamenu_mobile .level_1 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 11px 1px rgba(0, 0, 0, 0.18);
}
.scheme_4 #megamenu.megamenu_mobile .level_1 a {
  color: #37474f;
}
.scheme_4 #megamenu.megamenu_mobile .level_1 a:hover {
  color: #be0098;
}
.scheme_4 #megamenu.megamenu_mobile .level_1 a.btn-icon {
  color: #fff;
}
.scheme_4 #megamenu.megamenu_mobile .level_1_item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_4 #megamenu.megamenu_mobile .level_1_link {
  display: block;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.scheme_4 #megamenu.megamenu_mobile .level_1_link .level_1_trigger {
  display: block;
  margin: -15px 0 0 0;
  font: 30px/1em "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
}
.scheme_4 #megamenu.megamenu_mobile .level_1_link .level_1_trigger:before {
  content: "\f107";
}
.scheme_4
  #megamenu.megamenu_mobile
  .level_1_link
  .level_1_trigger.active:before {
  content: "\f106";
}
.scheme_4 #megamenu.megamenu_mobile .level_2_wrap {
  display: none;
}
.scheme_4 #megamenu.megamenu_mobile .level_3 {
  display: none;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_small {
  text-transform: uppercase;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_small li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_4 #megamenu.megamenu_mobile .level_2_small a {
  display: block;
  padding: 8px 40px 8px 30px;
  font-size: 14px;
  line-height: 1.2em;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_links {
  text-transform: uppercase;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_links li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_4 #megamenu.megamenu_mobile .level_2_links a {
  display: block;
  padding: 8px 40px 8px 45px;
  font-size: 14px;
  line-height: 1.2em;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_trigger {
  margin: 0;
  padding: 8px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  color: #37474f;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_trigger:hover {
  color: #be0098;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_trigger i {
  display: block;
  margin: -15px 0 0 0;
  font: 30px/1em "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_trigger i:before {
  content: "\f107";
}
.scheme_4 #megamenu.megamenu_mobile .level_2_trigger.active i:before {
  content: "\f106";
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .column_item {
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product {
  text-align: left;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_img {
  width: 100px;
  float: left;
  margin-right: 14px;
  margin-bottom: 0;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_img a {
  display: block;
  padding: 0;
  opacity: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_img a:hover {
  opacity: 0.7;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_info {
  overflow: hidden;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_price {
  margin-top: 10px;
  margin-left: 0;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_links {
  margin-top: 10px;
}
.scheme_4
  #megamenu.megamenu_mobile
  .level_2_products
  .product_links
  .btn-icon
  .icon
  + span {
  display: none !important;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_bottom {
  text-align: left;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_blog .column_item {
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.scheme_4 #megamenu.megamenu_mobile .level_2_blog .item_with_img .blog_img {
  width: 100px;
  float: left;
  margin-right: 14px;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_blog .item_with_img .blog_info {
  overflow: hidden;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_blog .blog_title {
  margin: 0px;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_blog .blog_content {
  margin: 10px 0 0 0;
  color: #78909c;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_blog .blog_date {
  margin-top: 10px;
  color: #78909c;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_blog .blog_btn {
  margin: 10px 0 0 0;
}
.scheme_4 .custom_products_wrapper {
  padding: 0 30px;
}
.scheme_4 .custom_products_wrapper .flexbox {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.scheme_4 .custom_products_wrapper .custom_product {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.666666666666664%;
}
.scheme_4 .custom_products_wrapper .product .btn:hover .icon {
  -webkit-animation: swing 0.4s;
  animation: swing 0.4s;
}
.scheme_4 .custom_products_wrapper .product .icon + span {
  display: none !important;
}
.scheme_4 .ie-browser .homepage_blog .article_img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.scheme_4 .homepage_blog {
  position: relative;
  margin-top: 118px;
  padding-bottom: 120px;
  background: #f7f7f7;
}
.scheme_4 .homepage_blog .section_heading {
  padding-top: 112px;
  padding-bottom: 25px;
}
.scheme_4 .homepage_blog .blog_items_wrapper {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.scheme_4 .homepage_blog .blog_item {
  padding-top: 29px;
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
}
.scheme_4 .homepage_blog .blog_item .inside {
  background: #fff;
}
.scheme_4 .homepage_blog .blog_date {
  display: block;
  margin-top: 20px;
}
.scheme_4 .homepage_blog .article_img {
  overflow: hidden;
}
.scheme_4 .homepage_blog .article_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scheme_4 .homepage_blog .blog_text {
  padding: 37px 34px 30px;
}
.scheme_4 .homepage_blog .blog_title {
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: none;
  line-height: 1.27;
}
.scheme_4 .homepage_blog .blog_title a {
  color: #37474f;
}
.scheme_4 .homepage_blog .blog_title a:hover {
  color: #be0098;
}
.scheme_4 .homepage_blog .blog_date {
  color: #bdb7bd;
}
.scheme_4 .homepage_blog .article_img {
  height: 360px;
}
.scheme_4 .homepage_blog .blog_item:nth-child(6n) .article_img,
.scheme_4 .homepage_blog .blog_item:nth-child(6n-3) .article_img,
.scheme_4 .homepage_blog .blog_item:nth-child(6n-4) .article_img {
  height: 242px;
}
.scheme_4 .ie-browser .homepage_blog .article_img img {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.scheme_4 .product {
  text-align: center;
  z-index: 1;
}
.scheme_4 .product:hover {
  z-index: 100;
}
.scheme_4 .product .product_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.scheme_4 .product .product_wrapper:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: -14px;
  right: -14px;
  top: 0px;
  bottom: 0px;
  border: 5px solid #be0098;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .product .product_wrapper:hover:before {
  opacity: 1;
}
.scheme_4 .product .product_img {
  margin-bottom: 45px;
  text-align: center;
}
.scheme_4 .product .product_img a {
  display: block;
  padding: 0 15px;
  position: relative;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .product .product_img a:hover {
  opacity: 0.6;
}
.scheme_4 .product .product_name a {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.scheme_4 .product .product_bottom {
  text-align: center;
}
.scheme_4 .product .product_price {
  position: relative;
  margin: 5px 9px 20px;
  display: inline-block;
  padding: 0 25px;
  min-height: 40px;
  line-height: 40px;
  color: #fff;
  background: #d462e0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .product .product_price .money {
  color: #fff;
}
.scheme_4 .product .product_price .money_sale,
.scheme_4 .product .product_price .compare-at-price {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  font-size: 12px;
  text-align: center;
  color: #78909c;
}
.scheme_4 .product .product_links {
  margin: 9px 9px 0;
  display: inline-block;
}
.scheme_4 .product .product_links form .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.scheme_4 .product .product_links form .btn:hover .icon {
  -webkit-animation: swing 0.4s;
  animation: swing 0.4s;
}
.scheme_4 .product_listing_main .product_wrapper:hover .btn_abs {
  opacity: 0.9;
  -webkit-transform: translate(0%, -150%);
  transform: translate(0%, -150%);
}
.scheme_4 .product_listing_main .product_img img {
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
.scheme_4 .product_listing_main .product_img .img__2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
}
.scheme_4 .product_listing_main .product_img .img_wrap {
  display: block;
  position: relative;
}
.scheme_4 .product_listing_main .product_img span.product_badge {
  display: block;
  height: 30px;
  min-width: 55px;
  line-height: 30px;
  padding: 0px 10px;
  color: #fff;
  position: absolute;
  top: 8px;
  z-index: 100;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_4 .product_listing_main .product_img span.sale {
  background: #cf329b;
  left: -6px;
}
.scheme_4 .product_listing_main .product_img span.new {
  background: #ff2e28;
  right: -6px;
}
.scheme_4 .product_listing_main .product_info {
  position: relative;
}
.scheme_4 .product_listing_main .product_desc {
  display: none;
}
.scheme_4 .product_listing_main .product_links form {
  display: inline-block;
}
.scheme_4 .product_listing_main .product_links .btn_abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -43px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
  opacity: 0;
}
.scheme_4 .product_listing_main .product_links .btn_abs .btn {
  margin: 0 10px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background: #be0098;
  color: #fff;
  padding: 0 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme_4 .product_listing_main .product_links .btn_abs .btn .icon {
  line-height: 56px;
}
.scheme_4 .product_listing_main .product_links .btn_abs .btn:hover {
  background: #ff2e28;
  color: #fff;
}
.scheme_4 .homepage_products_list {
  padding-top: 6px;
}
.scheme_4 .homepage_products_list .section_heading {
  padding-bottom: 7px;
  padding-top: 41px;
}
.scheme_4 .homepage_products_list .swiper-container {
  margin: 0 -100px;
  padding: 0 100px;
}
.scheme_4
  .homepage_products_list
  .swiper-slide-active
  + .product
  + .product
  + .product
  + .product,
.scheme_4 .homepage_products_list .swiper-slide-prev {
  opacity: 0;
}
.scheme_4 .homepage_carousel {
  position: relative;
}
.scheme_4 .homepage_carousel .product_listing_main ~ .product_listing_main {
  padding-top: 0px;
}
.scheme_4 .homepage_carousel .swiper_btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -15px 0 0 0;
  background: #be0098;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 11;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .homepage_carousel .swiper_btn:hover {
  background: #ff2e28;
}
.scheme_4 .homepage_carousel .swiper_btn:before {
  display: block;
  font: 23px/40px "FontAwesome";
  color: #fff;
}
.scheme_4 .homepage_carousel .btn_prev {
  left: -60px;
  padding-right: 3px;
}
.scheme_4 .homepage_carousel .btn_prev:before {
  content: "\f104";
}
.scheme_4 .homepage_carousel .btn_next {
  right: -60px;
  padding-left: 3px;
}
.scheme_4 .homepage_carousel .btn_next:before {
  content: "\f105";
}
.scheme_4 #homepage_carousel__2 {
  margin-top: -22px;
}
.scheme_4 .product_collection.item3_1 {
  clear: left;
}
.scheme_4 .view_list .product {
  width: 100%;
  float: none;
  overflow: hidden;
}
.scheme_4 .view_list .product .product_wrapper::before {
  display: none;
}
.scheme_4 .view_list .product .product_wrapper .product_bottom {
  margin-top: 10px;
  text-align: left;
}
.scheme_4 .view_list .product .product_wrapper .product_bottom .product_price {
  margin: 5px 15px 20px 0;
}
.scheme_4
  .view_list
  .product
  .product_wrapper
  .product_bottom
  .product_price
  .money_sale {
  position: static;
  color: #fff;
}
.scheme_4 .view_list .product .product_wrapper:hover .product_links .btn_abs {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.scheme_4 .view_list .product_img {
  width: 200px;
  float: left;
  margin: 0 20px 0 0;
}
.scheme_4 .view_list .product_img span.new {
  right: 4px;
}
.scheme_4 .view_list .product_img span.sale {
  left: 4px;
}
.scheme_4 .view_list div.product_info {
  overflow: hidden;
  text-align: left;
  padding: 0;
}
.scheme_4 .view_list .product_desc__long {
  display: block;
  text-align: left;
}
.scheme_4 .view_list form:first-child {
  display: inline-block;
  margin-bottom: 0;
}
.scheme_4 .view_list .product_links {
  margin: 10px 0 0;
}
.scheme_4 .view_list .product_links .btn {
  margin-right: 10px;
}
.scheme_4 .view_list .product_links .btn_abs {
  position: static;
  margin-top: -13px;
  display: inline-block;
  opacity: 1;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.scheme_4 .view_list .product_links form:first-child:hover {
  position: relative;
  z-index: 100;
}
.scheme_4 .section_bg + footer {
  margin-top: 0;
}
.scheme_4 .footer_contacts__wrapper {
  padding-top: 22px;
  padding-bottom: 120px;
}
.scheme_4 .footer_contacts__wrapper .footer_contacts__text {
  position: relative;
  margin-top: 55px;
  z-index: 10;
}
.scheme_4 .footer_contacts__wrapper .footer_contacts__text .inside {
  position: absolute;
  left: 50%;
  top: -3px;
  padding: 0 20px 60px;
  width: 100%;
  max-width: 370px;
  text-align: center;
  background: #fff;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 15px;
}
.scheme_4 .footer_contacts__wrapper .footer_contacts__text h6:first-child {
  margin-top: 0;
}
.scheme_4 .footer_contacts__wrapper .footer_contacts__text h6 {
  margin: 28px 0 5px;
  font-weight: 700;
  color: #d462e0;
}
.scheme_4 .footer_contacts__wrapper .footer_contacts__text p {
  max-width: 170px;
  margin: 0px auto;
  font-size: 14px;
  color: #37474f;
}
.scheme_4 .footer_contacts__wrapper .footer_contacts__text a {
  color: #37474f;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .footer_contacts__wrapper .footer_contacts__text a:hover {
  color: #be0098;
}
.scheme_4 .footer_center {
  padding-bottom: 80px;
  background: #e2e7ec;
}
.scheme_4 .footer_center h4 {
  font-style: italic;
  text-transform: none;
  font-family: Lora;
}
.scheme_4 .footer_block {
  padding-top: 62px;
}
.scheme_4 .footer_block h4 {
  margin-top: 0;
}
.scheme_4 .footer_links {
  margin-top: 30px;
  font-size: 14px;
}
.scheme_4 .footer_links li + li {
  margin-top: 12px;
}
.scheme_4 .footer_links li a {
  color: #918191;
}
.scheme_4 .footer_links li.active a,
.scheme_4 .footer_links li a:hover {
  color: #be0098;
}
.scheme_4 footer {
  margin: 50px 0 0 0;
}
.scheme_4 footer .copyright {
  padding: 38px 0;
  font-size: 14px;
  text-align: center;
  color: #918191;
  letter-spacing: 0.84px;
  background: #e2e7ec;
}
.scheme_4 .newsletter_title {
  color: #dfd9df;
  font-size: 45px;
}
.scheme_4 .form_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.scheme_4 .form_wrapper input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.scheme_4 .form_wrapper .btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scheme_4 .footer_newsletter {
  padding-top: 54px;
  background: #e2e7ec;
}
.scheme_4 .footer_newsletter .left_img,
.scheme_4 .footer_newsletter .right_img {
  position: absolute;
}
.scheme_4 .footer_newsletter .left_img {
  left: 0;
  bottom: 0;
  transform-origin: center center;
  -webkit-transform: translate(-44%, 32%);
  transform: translate(-44%, 32%);
  z-index: 1;
}
.scheme_4 .footer_newsletter .right_img {
  right: 0;
  top: 0;
  -webkit-transform: translate(65%, -18%);
  transform: translate(65%, -18%);
  z-index: -1;
}
.scheme_4 .footer_newsletter .container {
  position: relative;
  z-index: 1;
}
.scheme_4 .footer_newsletter .inside {
  padding-top: 25px;
  padding-bottom: 23px;
  position: relative;
  background: #fff;
}
.scheme_4 .footer_newsletter form {
  margin-top: 17px;
}
.scheme_4 .footer_newsletter input {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #ededed;
  color: #9b8b9b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_4 .footer_newsletter button {
  margin-left: 30px;
  min-width: 170px;
  height: 45px;
  line-height: 45px;
  background: #be0098;
  font-size: 14px;
  letter-spacing: 3.92px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_4 .footer_newsletter button:hover {
  background: #d462e0;
}
.scheme_4 .footer_newsletter .form_status {
  margin: 10px 0 0 0;
  font-size: 12px;
}
.scheme_4 .footer_newsletter .form_status.error {
  color: #f00;
}
.scheme_4 .footer_newsletter .form_status.success {
  color: #119000;
}
.scheme_4 .facebook_block {
  margin-top: 30px;
}
.scheme_4 #back_top {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 0 0 615px;
  background: #be0098;
  color: #fff;
  text-align: center;
  position: fixed;
  left: 50%;
  bottom: 50px;
  z-index: 999;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.scheme_4 #back_top:before {
  content: "\f106";
  font: 18px/29px "FontAwesome";
}
.scheme_4 #back_top:hover {
  background: #ff2e28;
}
.scheme_4 .breadcrumb_wrap {
  margin: 35px 0 30px;
}
.scheme_4 .breadcrumb {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}
.scheme_4 .breadcrumb a,
.scheme_4 .breadcrumb > li + li:before {
  color: #78909c;
}
.scheme_4 .breadcrumb a:hover {
  color: #37474f;
}
.scheme_4 .collection_info .collection_img {
  margin-top: 25px;
  padding: 4px;
  text-align: center;
  border: 1px solid #f7f7f7;
}
.scheme_4 .collection_info .collection_desc {
  margin-top: 25px;
}
.scheme_4 .collection_info .collection_desc .rte {
  margin: 0;
}
.scheme_4 ul.tags {
  margin: 17px 0 0 0;
  list-style-type: none;
}
.scheme_4 ul.tags li {
  float: left;
  margin: 5px 5px 0 0;
}
.scheme_4 ul.tags li a {
  display: block;
  padding: 5px 10px;
  background: #78909c;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 ul.tags li a:hover,
.scheme_4 ul.tags li.active a {
  background: #ff2e28;
}
.scheme_4 #collection_sorted .product_listing_controls {
  border-top: 1px solid #f7f7f7;
  border-bottom: 0;
}
.scheme_4 .product_listing_controls {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 0 0 10px 0;
  background: none;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_4 .product_listing_toggle {
  float: left;
  font-size: 0;
}
.scheme_4 .product_listing_toggle li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 10px 10px 0 0;
  border: 1px solid transparent;
  color: #918191;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.scheme_4 .product_listing_toggle li.active {
  background: #fff;
  border-color: #f7f7f7;
  color: #37474f;
  cursor: default;
}
.scheme_4 .product_listing_toggle li i {
  font-size: 17px;
  line-height: 30px;
}
.scheme_4 .product_listing_toggle li:not(.active):hover {
  color: #be0098;
}
.scheme_4 .sort_by {
  float: right;
  margin: 10px 0 0 10px;
}
.scheme_4 .sort_by label {
  margin: 0 4px 0 0;
  line-height: 30px;
}
.scheme_4 .sort_by select {
  width: auto !important;
  height: 30px;
  display: inline-block;
  padding: 5px 4px;
  cursor: pointer;
}
.scheme_4 .show_products {
  float: right;
  margin: 10px 0 0 10px;
}
.scheme_4 .show_products label {
  margin: 0 4px 0 0;
  line-height: 30px;
}
.scheme_4 .show_products select {
  width: auto !important;
  height: 30px;
  display: inline-block;
  padding: 5px 4px;
  cursor: pointer;
}
.scheme_4 #product_listing_preloader {
  position: relative;
}
.scheme_4 .collection_listing_item {
  margin: 50px 0 0 0;
  text-align: center;
}
.scheme_4 .collection_listing_item:nth-child(4n + 1) {
  clear: left;
}
.scheme_4 .collection_listing_item .collection_img a {
  display: block;
  padding: 0 20px 10px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .collection_listing_item .collection_img a:hover {
  opacity: 0.5;
}
.scheme_4 .collection_listing_item .collection_name {
  margin: 15px 0 0 0;
}
.scheme_4 .collection_listing_item .collection_products {
  margin: 5px 0 0 0;
  color: #918191;
}
.scheme_4 .collection_listing_item .collection_desc {
  margin: 5px 0 0 0;
}
.scheme_4 .collection_listing_item .btn {
  margin: 15px 0 0 0;
}
.scheme_4 .products_count {
  height: 30px;
  float: left;
  margin: 10px 10px 0 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
}
.scheme_4 #pagination {
  display: inline-block;
  overflow: hidden;
  float: right;
  margin: 10px 0 0 10px;
  font-size: 0;
}
.scheme_4 #pagination span {
  display: inline-block;
  vertical-align: top;
}
.scheme_4 #pagination span ~ span {
  margin: 0 0 0 2px;
}
.scheme_4 #pagination span a {
  height: 30px;
  display: block;
  padding: 0 10px;
  background: transparent;
  border: 0px;
  font-size: 13px;
  line-height: 29px;
  font-family: Rubik;
  color: #37474f;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_4 #pagination span.page a {
  width: 30px;
  padding: 0;
  text-align: center;
}
.scheme_4 #pagination span a:hover {
  background: #ff2e28;
  border: 0px;
  color: #fff;
}
.scheme_4 #pagination span.current {
  width: 30px;
  height: 30px;
  background: #be0098;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  font-size: 13px;
  line-height: 29px;
  color: #fff;
  font-family: Rubik;
  text-align: center;
  cursor: default;
}
.scheme_4 .sidebar_widget ~ .sidebar_widget {
  margin: 30px 0 0 0;
}
.scheme_4 .sidebar_widget .widget_header {
  margin: 0;
  font-size: 30px;
}
.scheme_4 .sidebar_widget .widget_content {
  margin: 20px 0 0 0;
}
.scheme_4 .list_links li {
  padding: 7px 0px;
}
.scheme_4 .list_links li ~ li {
  margin: 1px 0 0 0;
}
.scheme_4 .list_links li a {
  color: #78909c;
}
.scheme_4 .list_links li a.active,
.scheme_4 .list_links li a:hover {
  color: #ff2e28;
}
.scheme_4 .list_products .product {
  overflow: hidden;
  padding: 15px 0;
}
.scheme_4 .list_products .product + .product {
  border-top: 1px solid #f7f7f7;
}
.scheme_4 .list_products .product_img {
  width: 100px;
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}
.scheme_4 .list_products .product_img a {
  display: block;
  padding: 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .list_products .product_img a:hover {
  opacity: 0.7;
}
.scheme_4 .list_products .product_info {
  overflow: hidden;
  text-align: left;
}
.scheme_4 .list_products .product_price {
  padding: 0 10px;
  margin-left: 0;
}
.scheme_4 .list_products .product_price .money {
  font-size: 16px;
}
.scheme_4 .list_products .product_price .compare-at-price {
  font-size: 14px;
}
.scheme_4 .list_products .product_links {
  margin: 10px 0 0;
}
.scheme_4 .list_products .product_links .btn {
  font-size: 20px;
}
.scheme_4 .sidebar_widget__search {
  height: 40px;
  padding: 0 38px 0 0;
  border: 1px solid #f7f7f7;
}
.scheme_4 .sidebar_widget__search input {
  width: 100%;
  height: 38px;
  float: left;
  padding: 0 0 0 10px;
  background: none;
  border: none;
  background: #fff;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.scheme_4 .sidebar_widget__search button {
  width: 38px;
  height: 38px;
  margin: 0 -40px 0 0;
  background: #fff;
  color: #be0098;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .sidebar_widget__search button i.fa {
  height: 38px;
  display: block;
  font-size: 18px;
  line-height: 37px;
}
.scheme_4 .sidebar_widget__search button:hover {
  color: #ff2e28;
}
.scheme_4 .sidebar_widget__articles .widget_content {
  margin: 20px 0 0 0;
}
.scheme_4 .sidebar_widget__articles ul li {
  overflow: hidden;
}
.scheme_4 .sidebar_widget__articles ul li ~ li {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_4 .sidebar_widget__articles img {
  width: 145px;
  float: left;
  margin: 0 10px 0 0;
}
.scheme_4 .sidebar_widget__articles .article_content__img {
  overflow: hidden;
}
.scheme_4 .sidebar_widget__articles .article_title {
  margin: 10px 0 0 0;
}
.scheme_4 .sidebar_widget__articles .article_comments {
  margin: 10px 0 0 0;
}
.scheme_4 .sidebar_widget__articles .article_comments:before {
  content: "\f0e6";
  margin: 0 5px 0 0;
  font: 14px "FontAwesome";
}
.scheme_4 .sidebar_widget__tags .widget_content {
  margin: 15px 0 0 0;
}
.scheme_4 .sidebar_widget__comments .widget_content {
  margin: 20px 0 0 0;
}
.scheme_4 .sidebar_widget__comments ul li ~ li {
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_4 .sidebar_widget__comments .item_icon {
  width: 30px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 16px;
}
.scheme_4 .sidebar_widget__comments .item_content {
  display: block;
  margin: 0 0 0 30px;
  color: #78909c;
}
.scheme_4 .sidebar_widget__comments .item_info {
  display: block;
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scheme_4 .sidebar_widget__comments .item_info .item_author {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
}
.scheme_4 .sidebar_widget__comments .item_info time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.scheme_4 .sidebar_widget__comments .item_info .item_date {
  margin: 0 7px 0 0px;
  padding: 0 10px 0 0;
  border-right: 1px solid #f7f7f7;
}
.scheme_4 .sidebar_widget__comments .item_info .item_time {
  white-space: nowrap;
}
.scheme_4 #searchresults {
  margin: 0 !important;
}
.scheme_4 #searchresults .search_form {
  margin: 15px 0 0 0;
}
.scheme_4 #searchresults .search_form input {
  width: 100%;
  float: left;
  padding: 0 34px 0 10px;
}
.scheme_4 #searchresults .search_form button {
  width: 34px;
  height: 34px;
  float: left;
  margin: -1px 0 0 -34px;
  background: none;
  border: none;
  font-size: 20px;
  color: var(--main-bg-primary);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 #searchresults .search_form button:hover {
  color: #37474f;
}
.scheme_4 #searchresults .search_form button i {
  line-height: 32px;
}
.scheme_4 #searchresults h3 {
  margin: 0;
  padding: 0;
}
.scheme_4 #searchresults ol {
  list-style-type: none;
  padding: 15px 0 0 0;
}
.scheme_4 #searchresults ol li {
  overflow: hidden;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_4 #searchresults ol li .search-result_image {
  float: left;
  margin-right: 15px;
  max-width: 30%;
}
.scheme_4 #searchresults ol li .search-result_image a {
  display: block;
  padding: 5px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.scheme_4 #searchresults ol li .search-result_image a:hover {
  opacity: 0.7;
}
.scheme_4 #searchresults ol li .search-result_container {
  padding: 15px 0 0 0;
}
.scheme_4 .elevatezoom_big_wrapper {
  width: 370px;
  padding: 2px;
  background: #fff;
  border: 1px solid #f7f7f7;
}
.scheme_4 .elevatezoom_big_clicker {
  cursor: pointer;
  display: none;
}
.scheme_4 .zoomWrapper,
.scheme_4 #elevatezoom_big {
  width: 364px !important;
  height: auto !important;
  position: relative !important;
}
.scheme_4 #elevatezoom_big ~ #elevatezoom_big {
  width: 0 !important;
  height: 0 !important;
}
.scheme_4 .zoomContainer {
  z-index: 1 !important;
}
.scheme_4 .zoomLens {
  z-index: 1 !important;
}
.scheme_4 .zoomWindow {
  margin: -3px 0 0 0 !important;
}
.scheme_4 .product_images .swiper-container {
  margin: 10px 0 0 0;
}
.scheme_4 .product_images a {
  display: block;
  padding: 2px;
  background: #fff;
  border: 1px solid #f7f7f7;
}
.scheme_4 .product_images a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.scheme_4 .product_images a img {
  max-width: 100%;
}
.scheme_4 .product_images .swiper_btn {
  width: 25px;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  font: 22px "FontAwesome";
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 100;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.scheme_4 .product_images .swiper_btn:before {
  width: 100%;
  display: block;
  margin: -11px 0 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}
.scheme_4 .product_images .btn_prev {
  left: 0;
}
.scheme_4 .product_images .btn_prev:before {
  content: "\f104";
}
.scheme_4 .product_images .btn_next {
  right: 0;
}
.scheme_4 .product_images .btn_next:before {
  content: "\f105";
}
.scheme_4 .product_images:hover .swiper_btn {
  opacity: 1;
}
.scheme_4 .product_info__wrapper {
  display: table;
}
.scheme_4 .product_info__wrapper .product_info__left {
  width: 500px;
  display: table-cell;
  padding: 0 20px 0 0;
}
.scheme_4 .product_info__wrapper .product_info__right {
  width: 270px;
  display: table-cell;
  padding: 0 0 0 20px;
  border-left: 1px solid #f7f7f7;
}
.scheme_4 .product_info__wrapper .product_name {
  margin: 0;
  font-size: 18px;
}
.scheme_4 .product_info__wrapper .variants-wrapper {
  overflow: hidden;
  margin: 0 -10px;
  padding: 0 0 5px 0;
}
.scheme_4 .product_info__wrapper .selector-wrapper {
  width: 33.33333333333333%;
  float: left;
  padding: 15px 10px 0 10px;
}
.scheme_4 .product_info__wrapper .selector-wrapper label {
  display: block;
}
.scheme_4 .product_info__wrapper .selector-wrapper select {
  width: 99%;
  height: 37px;
  margin: 5px 0 0 0;
  padding: 5px;
}
.scheme_4 .product_info__wrapper .product_details {
  margin: 15px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_4 .product_info__wrapper .product_details b {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  color: #37474f;
  cursor: default;
}
.scheme_4 .product_info__wrapper .product_details__item {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.5em;
  color: #918191;
}
.scheme_4 .product_info__wrapper .product_details__item a {
  color: #918191;
  text-decoration: underline;
}
.scheme_4 .product_info__wrapper .product_details__item a:hover {
  text-decoration: none;
}
.scheme_4 .product_tags span:before {
  content: "\f02b";
  margin: 0 3px 0 7px;
  font: 13px "FontAwesome";
}
.scheme_4 #product_price {
  position: relative;
}
.scheme_4 #product_price .price {
  margin: 0;
  padding: 0 60px 0 0;
}
.scheme_4 #product_price .money {
  margin: 0 7px 0 0;
  font-size: 20px;
}
.scheme_4 #product_price .money_sale {
  font-size: 16px;
}
.scheme_4 #product_price .money_sale_percent {
  width: 52px;
  height: 26px;
  display: block;
  margin: -13px 0 0 0;
  background: #be0098;
  font: bold 14px/26px "Arial";
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.scheme_4 #product_quantity {
  margin: 15px 0 0 0;
}
.scheme_4 #product_quantity b.aval_label {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  color: #37474f;
  cursor: default;
}
.scheme_4 #purchase {
  margin: 15px 0 0 0;
}
.scheme_4 #purchase label {
  display: block;
}
.scheme_4 .quantity_box {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.scheme_4 .quantity_box input {
  width: 54px;
  height: 24px;
  display: block;
  padding: 0;
  background: none;
  border: 2px solid #f7f7f7 !important;
  font-size: 15px;
  text-align: center;
  color: #37474f;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 1px 1px 0 0;
  -moz-border-radius: 1px 1px 0 0;
  border-radius: 1px 1px 0 0;
}
.scheme_4 .quantity_box .quantity_modifier {
  width: 26px;
  height: 24px;
  display: block;
  float: left;
  border: 2px solid #f7f7f7;
  text-align: center;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .quantity_box .quantity_modifier:active {
  color: #37474f;
}
.scheme_4 .quantity_box .quantity_modifier i {
  font-size: 14px;
  line-height: 22px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .quantity_box .quantity_modifier:hover {
  border-color: #be0098;
}
.scheme_4 .quantity_box .quantity_modifier:hover:hover {
  color: #be0098;
}
.scheme_4 .quantity_box .quantity_down {
  margin: 2px 0 0 0;
  -webkit-border-radius: 0 0 0 1px;
  -moz-border-radius: 0 0 0 1px;
  border-radius: 0 0 0 1px;
}
.scheme_4 .quantity_box .quantity_up {
  margin: 2px 0 0 2px;
  -webkit-border-radius: 0 0 1px 0;
  -moz-border-radius: 0 0 1px 0;
  border-radius: 0 0 1px 0;
}
.scheme_4 #purchase #add-to-cart {
  height: 50px;
  margin: 10px 10px 0 0;
  padding: 0 15px;
  font-size: 15px;
}
.scheme_4 #wishlist_section {
  margin: 20px 0 0 0;
  line-height: 1.2em;
}
.scheme_4 #wishlist_section i {
  margin: 0 3px 0 0;
  font-size: 14px;
  line-height: 1.2em;
}
.scheme_4 #wishlist_section a {
  text-decoration: underline;
}
.scheme_4 #wishlist_section #wishlist_add,
.scheme_4 #wishlist_section a:hover {
  text-decoration: none;
}
.scheme_4 .product_info__wrapper .addthis_sharing_toolbox {
  margin: 20px 0 0 0;
  padding: 17px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_4 .product_info__wrapper .addthis_sharing_toolbox .at-share-btn {
  vertical-align: top;
  margin: 3px 3px 0 0 !important;
}
.scheme_4 .product_wrap .product_description__title {
  margin: 40px 0 0 0;
}
.scheme_4 .product_pagination {
  width: 100%;
  overflow: hidden;
  margin: 40px 0 0 0;
}
.scheme_4 .product_pagination .product_prev {
  float: left;
}
.scheme_4 .product_pagination .product_next {
  float: right;
}
.scheme_4 .widget_related_products h3 {
  margin: 40px 0 0 0;
}
.scheme_4 ul.product_listing_related {
  list-style-type: none;
}
.scheme_4 ul.product_listing_related .product_wrapper:before {
  bottom: 0;
}
.scheme_4 .article_title {
  font-weight: normal;
  font-size: 16px;
  color: #37474f;
  text-transform: none;
}
.scheme_4 .article_title a {
  color: #be0098;
}
.scheme_4 .article_title a:hover {
  color: #ff2e28;
}
.scheme_4 .article_date:before {
  content: "\f073";
  margin: 0 5px 0 0;
  font: 14px "FontAwesome";
}
.scheme_4 .article_info {
  margin: 15px 0 0 0;
}
.scheme_4 .article_info time,
.scheme_4 .article_info span:not(:last-child) {
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
  border-right: 1px solid #f7f7f7;
}
.scheme_4 .blog_tags {
  font-size: 0;
}
.scheme_4 .blog_tags a {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 5px 10px;
  font-size: 16px;
  background: #78909c;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .blog_tags a:before {
  content: "\f02b";
  margin: 0 5px 0 0;
  font: 12px "FontAwesome";
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .blog_tags a:hover {
  background: #ff2e28;
  color: #fff;
}
.scheme_4 .blog_tags a:hover:before {
  color: #fff;
}
.scheme_4 .blog_tags a.tag_active {
  background: #be0098;
  color: #fff !important;
  cursor: default;
}
.scheme_4 .blog_tags a.tag_active:before {
  color: #fff;
}
.scheme_4 .blog_listing__article {
  margin: 30px 0 0 0;
}
.scheme_4 .blog_listing__article ~ .blog_listing__article {
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_4 .blog_listing__article .article_title {
  margin: 0;
  font-size: 20px;
}
.scheme_4 .blog_listing__article .article_title a {
  color: #be0098;
}
.scheme_4 .blog_listing__article .article_title a:hover {
  color: #ff2e28;
}
.scheme_4 .blog_listing__article .article_body {
  margin: 30px 0;
  overflow: hidden;
}
.scheme_4 .blog_listing__article .article_body .full_width {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}
.scheme_4 .blog_listing__article .article_body .small_width {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 40%;
}
.scheme_4 .blog_listing__article .article_content {
  margin: 0px 0 0 0;
}
.scheme_4 .blog_listing__article .small_width + .article_content {
  margin-top: 0;
}
.scheme_4 .blog_listing__article .article_footer .blog_tags {
  margin: -10px 0 30px 0;
}
.scheme_4 .blog_article {
  margin: 30px 0 0 0;
}
.scheme_4 .blog_article .article_title {
  margin: 0;
  font-size: 20px;
}
.scheme_4 .blog_article .article_content {
  margin: 30px 0 0 0;
}
.scheme_4 .blog_article .article_content .rte {
  margin: 0;
}
.scheme_4 .blog_article .article_content .full_width {
  float: none;
  margin: 0 0 15px;
  width: 100%;
}
.scheme_4 .blog_article .article_content .small_width {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 40%;
}
.scheme_4 .blog_article .article_footer {
  margin: 30px 0 0 0;
}
.scheme_4 .blog_article .article_footer .blog_tags {
  margin: -10px 0 30px 0;
}
.scheme_4 .blog_article .article_pagination {
  margin: 15px 0 0 0;
}
.scheme_4 .blog_article .article_pagination .btn {
  margin: 15px 0 0 0;
  letter-spacing: 0;
  font-size: 12px;
}
.scheme_4 .blog_article .article_pagination .article_next {
  float: right;
  margin: 15px 0 0 15px;
}
.scheme_4 .article_comments {
  white-space: nowrap;
}
.scheme_4 .article_comments__list {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_4 .article_comments__list h3 {
  margin: 0;
}
.scheme_4 .article_comments__list ul li {
  margin: 30px 0 0 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.scheme_4 .article_comments__list ul li time span {
  margin: 0 0 0 12px;
  padding: 0 0 0 12px;
  border-left: 1px solid #f7f7f7;
}
.scheme_4 .article_comments__list .comment_author {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.scheme_4 .article_comments__list .comment_author b {
  padding-right: 10px;
}
.scheme_4 .article_comments__list .comment_content {
  margin: 10px 0 0 0;
}
.scheme_4 .article_comments__form {
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #f7f7f7;
}
.scheme_4 .article_comments__form h3 {
  margin: 0;
  font-size: 20px;
}
.scheme_4 .article_comments__form .col-lg-6 {
  margin: 15px 0 0 0;
}
.scheme_4 .article_comments__form button {
  margin: 15px 0 0 0;
}
.scheme_4 .account_section {
  margin: 30px 0 0 0;
  padding: 30px;
  border: 1px solid #f7f7f7;
  border-top: 2px solid #be0098;
}
.scheme_4 .account_section h4 {
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}
.scheme_4 .account_section h4 span {
  vertical-align: top;
  float: right;
}
.scheme_4 .account_section h4 a {
  font-weight: normal;
}
.scheme_4 .account_section h4 a ~ a {
  margin: 0 0 0 15px;
}
.scheme_4 .account_section h4 a:before {
  vertical-align: top;
  margin: 0 5px 0 0;
  font: 14px/18px "FontAwesome";
}
.scheme_4 .account_section h4 a.link_add:before {
  content: "\f067";
}
.scheme_4 .account_section h4 a.link_edit:before {
  content: "\f040";
}
.scheme_4 .account_section h4 a.link_close:before {
  content: "\f00d";
}
.scheme_4 .account_section h4 a.link_delete:before {
  content: "\f1f8";
}
.scheme_4 .account_section p.note {
  margin: 15px 0 0 0;
}
.scheme_4 .account_section .btn {
  margin-right: 15px;
}
.scheme_4 .account_section label {
  line-height: 34px;
}
.scheme_4 .account_section .address_item {
  line-height: 26px;
}
.scheme_4 .account_section .address_item:before {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px 0 0;
  border: 1px solid #e2e7ec;
  font: 15px/25px "FontAwesome";
  color: #37474f;
  text-align: center;
  cursor: default;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.scheme_4 .account_section .address_item {
  margin: 15px 0 0 0;
}
.scheme_4 .account_section .address_item ~ .address_item {
  margin: 10px 0 0 0;
}
.scheme_4 .account_section .address_location:before {
  content: "\f015";
}
.scheme_4 .account_section .address_phone:before {
  content: "\f095";
  font-size: 14px;
}
.scheme_4 .account_section .address_user:before {
  content: "\f007";
}
.scheme_4 .account_section input[type="radio"],
.scheme_4 .account_section input[type="checkbox"] {
  margin: 10px 5px 0 0;
}
.scheme_4 #account_reset__link {
  white-space: nowrap;
}
.scheme_4 #address_form_new .form-group:nth-last-of-type(2) label {
  text-align: left;
}
.scheme_4 .account_wrapper {
  width: 100%;
  height: 100%;
  display: table;
  margin: 30px 0 0 0;
}
.scheme_4 .account_wrapper .account_left {
  width: 50%;
  height: 100%;
  display: table-cell;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 1;
}
.scheme_4 .account_wrapper .account_left:before {
  content: "";
  border: 1px solid #f7f7f7;
  border-top: 2px solid #be0098;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.scheme_4 .account_wrapper .account_right {
  width: 50%;
  height: 100%;
  display: table-cell;
  padding: 0 0 0 15px;
  position: relative;
  z-index: 1;
}
.scheme_4 .account_wrapper .account_right:before {
  content: "";
  border: 1px solid #f7f7f7;
  border-top: 2px solid #be0098;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15px;
  z-index: -1;
}
.scheme_4 .account_wrapper .account_section {
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
}
.scheme_4 #account_login .account_left ul {
  margin: 10px 0 0 0;
}
.scheme_4 #account_login .account_left ul li {
  margin: 5px 0 0 0;
  color: #37474f;
  text-transform: uppercase;
}
.scheme_4 #account_login .account_left ul li:before {
  content: "\f00c";
  margin: 0 7px 0 0;
  font: 14px "FontAwesome";
  color: #918191;
}
.scheme_4 #account_login .account_left .btn {
  margin-top: 15px;
}
.scheme_4 #account_guest {
  margin: 30px 0 0 0;
  padding: 30px;
  border: 1px solid #f7f7f7;
}
.scheme_4 #account_guest .btn {
  margin-top: 15px;
}
.scheme_4 #account_reset_form {
  margin: 0;
}
.scheme_4 .account_area .page_heading {
  overflow: hidden;
  padding: 0 0 10px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #f7f7f7;
  position: relative;
}
.scheme_4 .account_area .page_heading a {
  display: block;
  float: right;
  margin: 9px 0 0 10px;
  font-size: 14px;
}
.scheme_4 .account_area .page_heading a.link_logout {
  position: absolute;
  right: 0;
  top: 0;
}
.scheme_4 .account_welcome {
  text-align: center;
}
.scheme_4 .account_welcome .page_heading:before {
  content: "\f007";
  margin: 0 7px 0 0;
  font-family: "FontAwesome";
}
.scheme_4 .account_welcome__name {
  margin: 30px 0 0 0;
  color: #918191;
}
.scheme_4 .account_table {
  width: 100%;
  margin: 15px 0 0 0;
}
.scheme_4 .account_table th,
.scheme_4 .account_table td {
  vertical-align: middle;
}
.scheme_4 .table_info tr ~ tr {
  border-top: 1px solid #f7f7f7;
}
.scheme_4 .table_info td {
  padding: 5px 0;
}
.scheme_4 .table_info td ~ td {
  padding: 5px 0 5px 5px;
  color: #37474f;
  text-align: right;
}
.scheme_4 .table_orders thead {
  border-bottom: 2px solid #f7f7f7;
}
.scheme_4 .table_orders th {
  padding: 5px 7px;
  border: 1px solid #f7f7f7;
  color: #37474f;
  text-transform: uppercase;
}
.scheme_4 .table_orders td {
  padding: 5px 7px;
  border: 1px solid #f7f7f7;
}
.scheme_4 .table_orders tfoot {
  border-top: 2px solid #f7f7f7;
}
.scheme_4 .table_orders p {
  margin: 7px 0 0 0;
}
.scheme_4 .table_orders a {
  text-decoration: underline;
}
.scheme_4 .table_orders a:hover {
  text-decoration: none;
}
.scheme_4 .table_orders .cell_total {
  text-align: right;
}
.scheme_4 .table_orders .row_total {
  border-top: 2px solid #f7f7f7;
  font-size: 14px;
}
.scheme_4 .table_orders .row_total .money {
  font-weight: bold;
}
.scheme_4 .account_default .address_all {
  margin: 15px 0 0 0;
}
.scheme_4 .account_default .address_all a {
  text-decoration: underline;
}
.scheme_4 .account_default .address_all a:hover {
  text-decoration: none;
}
.scheme_4 .account_address__item h4 {
  padding: 0 0 7px 0;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_4 .order_cancelled h4 {
  margin: 0;
  font-size: 14px;
}
.scheme_4 .order_cancelled p {
  margin: 10px 0 0 0;
}
.scheme_4 #cart_loader {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
}
.scheme_4 #cart_loader.loader_off .global_loader {
  top: 40px;
}
.scheme_4 #cart_loader.loader_on .global_loader {
  top: 80px;
}
.scheme_4 .cart_list {
  width: 100%;
  max-width: 100%;
  margin: 30px 0 0 0;
}
.scheme_4 .cart_list th {
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #f7f7f7;
  font-size: 14px;
  color: #37474f;
  text-transform: uppercase;
}
.scheme_4 .cart_list th ~ th {
  text-align: center;
}
.scheme_4 .cart_list td {
  padding: 20px;
  border: 1px solid #f7f7f7;
}
.scheme_4 .cart_list .cell_3 {
  text-align: center;
}
.scheme_4 .cart_list .cell_5 {
  text-align: center;
}
.scheme_4 .cart_list .cart_price {
  font-size: 14px;
  text-align: right;
}
.scheme_4 .cart_item__img {
  width: 140px;
  float: left;
}
.scheme_4 .cart_item__info {
  margin: 0 0 0 160px;
}
.scheme_4 .cart_item__name {
  margin: 0;
}
.scheme_4 .cart_item__variant {
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #37474f;
}
.scheme_4 .cart_item__details {
  margin: 10px 0 0 0;
}
.scheme_4 .cart_item__details p {
  margin: 5px 0 0 0;
}
.scheme_4 .cart_item__details p span {
  color: #37474f;
}
.scheme_4 .cart_item .quantity_box {
  width: 88px;
  height: 24px;
  margin: 0;
  position: relative;
}
.scheme_4 .cart_item .quantity_box input {
  width: 40px;
  position: absolute;
  left: 24px;
  top: 0;
}
.scheme_4 .cart_item .quantity_box .quantity_down {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.scheme_4 .cart_item .quantity_box .quantity_up {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.scheme_4 .cart_item .cart_update {
  width: 88px;
  margin: 5px 0 0 0;
  font-size: 11px;
  padding: 0 7px;
  font-weight: 400;
  text-transform: none;
}
.scheme_4 .cart_item__remove {
  font-size: 14px;
  color: #be0098;
}
.scheme_4 .cart_item__remove i {
  vertical-align: baseline;
}
.scheme_4 .cart_item__remove:hover {
  color: #ff2e28;
}
.scheme_4 .cart_list .cart_buttons .btn {
  float: right;
  margin: 0 0 0 20px;
}
.scheme_4 .cart_list .cart_buttons .btn-alt {
  float: none;
  margin: 0;
}
.scheme_4 .cart_list .cart_buttons .btn span {
  margin: 0 7px 0 0;
  font: 14px "FontAwesome";
}
.scheme_4 .cart_list .cart_summary .cart_summary__row {
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f7f7f7;
  font-size: 16px;
  color: #37474f;
}
.scheme_4 .cart_list .cart_summary .cart_summary__row ~ .cart_summary__row {
  padding: 10px 0;
}
.scheme_4 .cart_list .cart_summary .cart_summary__row span {
  float: right;
}
.scheme_4 .cart_list .cart_summary .cart_summary__notification {
  margin: 20px 0 0 0;
}
.scheme_4 .cart_list .cart_summary .cart_summary__instructions {
  margin: 15px 0 0 0;
}
.scheme_4 .cart_list .cart_summary .cart_summary__instructions label {
  display: block;
  padding: 0 0 3px 0;
  font-weight: normal;
  color: #37474f;
}
.scheme_4 .cart_list .cart_summary .cart_summary__instructions textarea {
  width: auto !important;
  height: 100px !important;
  max-width: 100% !important;
  resize: none;
}
.scheme_4 .cart_list .cart_summary .cart_summary__checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}
.scheme_4
  .cart_list
  .cart_summary
  .cart_summary__checkout
  .cart_summary__methods {
  margin: 10px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.scheme_4
  .cart_list
  .cart_summary
  .cart_summary__checkout
  .cart_summary__checkout__button_wrapper {
  margin: 25px 0 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.scheme_4 .cart_list .cart_summary .cart_summary__checkout .btn {
  margin-top: 0px;
  padding: 0 10px;
  font-weight: 400;
}
.scheme_4 .cart_list .cart_summary .cart_summary__methods li {
  display: inline-block;
  margin: 14px 10px 0 0;
}
.scheme_4 .cart_empty h4 {
  font-size: 20px;
}
.scheme_4 .cart_empty h4 a {
  font-weight: inherit;
  text-decoration: underline;
}
.scheme_4 .cart_empty h4 a:hover {
  text-decoration: none;
}
.scheme_4 #contact_page #google_map {
  margin: 15px 0;
  border: 1px solid #f7f7f7;
}
.scheme_4 #contact_page #google_map iframe {
  width: 100%;
}
.scheme_4 #contact_page .contact-form .btn {
  margin-top: 5px;
}
.scheme_4 .contact-form textarea {
  width: 100%;
}
.scheme_4 .template-404 h2,
.scheme_4 .template-404 h2 a {
  vertical-align: baseline;
}
.scheme_4 .page_sitemap h2 {
  margin: 30px 0 15px 0;
}
.scheme_4 .page_sitemap .sitemap_separator {
  width: 100%;
  height: 0;
  float: none;
  clear: both;
  margin: 0 15px;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #f7f7f7;
}
.scheme_4 .page_sitemap ul {
  list-style-type: disc;
  padding-left: 15px;
}
.scheme_4 .page_sitemap ul li a {
  color: #78909c;
}
.scheme_4 .page_sitemap ul li a:hover {
  color: #be0098;
}
.scheme_4 .wishlist_page .wishlist_empty {
  margin: 15px 0 0 0;
}
.scheme_4 #wishlist_products_number {
  display: inline;
  font-weight: inherit;
  line-height: inherit;
}
.scheme_4 .product_wishlist .product_img a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.scheme_4 .product_wishlist .product_img a:hover {
  opacity: 0.6;
}
.scheme_4 .product_wishlist .product_links {
  display: block;
}
.scheme_4 .product_wishlist .product_links .btn {
  margin: 0 5px;
}
.scheme_4 .product_wishlist:nth-child(3n + 1) {
  clear: left;
}
.scheme_4 #customization_tool {
  width: 240px;
  margin: -252px 0 0 0;
  background: #fff;
  position: fixed;
  left: -240px;
  top: 50%;
  z-index: 100000;
  -webkit-border-radius: 0 10px 4px 0;
  -moz-border-radius: 0 10px 4px 0;
  border-radius: 0 10px 4px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.scheme_4 #customization_tool h4 {
  height: 50px;
  margin: 0;
  padding: 0 50px 0 20px;
  background: rgba(0, 0, 0, 0.04);
  font: bold 14px/50px "Arial";
  color: #333;
  cursor: default;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.scheme_4 #customization_tool .customization_block {
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.scheme_4 #customization_tool .customization_block__colors {
  padding: 0 20px 20px 20px;
  border: none;
}
.scheme_4 #customization_tool h5 {
  height: 50px;
  margin: 0;
  font: bold 14px/50px "Arial";
  color: #888;
  text-transform: uppercase;
  cursor: default;
}
.scheme_4 #customization_tool h5 i {
  width: 24px;
  height: 30px;
  display: inline-block;
  margin: 10px 10px 0 0;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.scheme_4 #customization_tool h5 i.fa-toggle-on {
  color: #333;
}
.scheme_4 #customization_tool #customization_tool__btn {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #888;
  position: absolute;
  right: -50px;
  top: 0;
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.scheme_4 #customization_tool #customization_tool__btn i {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 22px;
  line-height: 49px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.scheme_4 #customization_tool.on {
  left: 0;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.25);
}
.scheme_4 #customization_tool.on #customization_tool__btn {
  right: 0;
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_4 #customization_tool .color_palette {
  height: 30px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scheme_4 #customization_tool .color_palette.active {
  border-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 2px #888;
  -moz-box-shadow: 0 0 0 2px #888;
  box-shadow: 0 0 0 2px #888;
}
.scheme_4 #customization_tool .color_palette ~ .color_palette {
  margin: 20px 0 0 0;
}
.scheme_4 #customization_tool .color_item {
  position: absolute;
  top: 0;
  bottom: 0;
}
.scheme_4 #customization_tool .color_item.color_1 {
  left: -30px;
  right: 50%;
  z-index: 10;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.scheme_4 #customization_tool .color_item.color_2 {
  left: 0;
  right: 0;
  z-index: 1;
}
.scheme_4 #habla_beta_container_do_not_rely_on_div_classes_or_names.olark_on {
  opacity: 1 !important;
  display: block !important;
}
.scheme_4 #habla_beta_container_do_not_rely_on_div_classes_or_names.olark_off {
  opacity: 0 !important;
  display: none !important;
}
.scheme_4 #scheme_1 .color_1 {
  background: var(--main-bg-primary);
}
.scheme_4 #scheme_1 .color_2 {
  background: #00b06c;
}
.scheme_4 #scheme_2 .color_1 {
  background: #e91e23;
}
.scheme_4 #scheme_2 .color_2 {
  background: #0064b0;
}
.scheme_4 #scheme_3 .color_1 {
  background: #28c08c;
}
.scheme_4 #scheme_3 .color_2 {
  background: #f3a400;
}
.scheme_4 #scheme_4 .color_1 {
  background: #be0098;
}
.scheme_4 #scheme_4 .color_2 {
  background: #ff2e28;
}

.scheme_1 #page_preloader {
  background: url(/assets/loading.gif) no-repeat scroll center center #ffffff;
  background-size: 55%;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100000;
}

@media (min-width: 1290px) {
  div#page_preloader {
    background-size: 15% !important;
  }
  .text-carrito-empty img {
    width: 65%;
  }

  .product_wrapper .product_img a img {
    min-height: 247px;
  }

  .flexbox {
    width: 91% !important;
    margin: 0 auto;
  }

  .product_wrapper .product_img a img.img_top {
    min-height: 160px !important;
    max-height: 160px !important;
  }

  .swiper-wrapper div.product {
    width: 260px !important;
    margin-right: 40px !important;
  }
}

h2.section_heading {
  text-align: center !important;
  margin-bottom: 15px !important;
  padding-top: 20px;
  font-family: "Fredoka One", cursive;
}

@media (min-width: 1900px) {
  .product_wrapper .product_img a img.img_top {
    min-height: 245px !important;
    max-height: 245px !important;
  }

  .scheme_1 .section_heading {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 40px;
  }
}

@media (min-width: 360px) {
  #categoria_flex .custom_product img {
    width: 100%;
    height: 150px;
  }
}

@media (max-width: 520px) {
  .msg_head {
    min-height: 30px !important;
  }
  a#myBtn {
    position: initial;
    display: grid;
    width: 100%;
    margin: 25px 0px 15px 0px!important;
  }
  .row.addresses-lists {
    
}
.modal-content{
  height: 90%;
  overflow: auto;
}

}

@media (max-width: 360px) {
  div#product_flex {
    margin-top: -20px !important;
    margin-bottom: 40px !important;
  }

  .msg_head {
    height: 50px !important;
  }

  span.count-shop {
    top: 3px !important;
    right: 3px !important;
  }

  .scheme_1 .parallax_top_block {
    background-size: cover;
    background-position: 50%;
  }

  .text_wrapper1 h2 {
    font-size: 2.4em !important;
  }

  .text_wrapper1 p {
    font-size: 1.3em !important;
  }
}

@media (max-width: 768px) {
  section#static-banner-product {
    margin-bottom: 50px;
  }

  #static-banner-product .blog-col.col-xs-12.col-sm-6.col-md-6 {
    margin-bottom: 20px;
  }

  .color_scheme .parallax_top_block,
  .color_scheme .custom_top_wrapper {
    max-height: 100vh;
  }

  section.custom_top_wrapper.container {
    margin-top: -60px;
  }
}

::-webkit-scrollbar-thumb {
  background: var(--main-bg-primary) !important;
  transition: all 0.3s ease-out;
}

::-webkit-scrollbar {
  margin-right: 5px;
  background-color: #eee;
  width: 15px;
}

.rte h3,
b {
  color: var(--main-bg-primary);
  font-weight: 500;
}
h3.product_description__title {
  color: var(--main-bg-primary);
  font-weight: bolder;
}
.footer_links b {
  font-weight: 400 !important;
}

div#contactFormWrapper label {
  color: var(--main-bg-primary);
  font-size: 0.95em;
  margin-bottom: 4px;
}

.scheme_1 select,
.scheme_1 select.form-control,
.scheme_1 textarea,
.scheme_1 textarea.form-control,
.scheme_1 input[type="text"],
.scheme_1 input[type="email"],
.scheme_1 input[type="number"],
.scheme_1 input[type="password"],
.scheme_1 input[type="tel"] {
  border: 2px solid #e5e3df;
}

.has-warning {
  border: solid 2px var(--main-bg-secondary) !important;
}

.div-warning {
  padding: 10px;
  background: var(--main-bg-primary);
  border-radius: 4px;
  color: white;
}
.div-success {
  padding: 10px;
  background: #058a28;
  border-radius: 4px;
  color: white;
}

#categoria_flex .custom_product img {
  width: 100%;
  height: 250px;
}

ul.breadcrumb li {
  text-transform: uppercase;
}

ul#li_lista li {
  margin-top: 10px;
}

ul.breadcrumb {
  padding: 10px !important;
  border: solid 2px var(--main-bg-primary);
  border-radius: 7px !important;
}

h1.producto_stock_on {
  color: white !important;
  background: #118c0b;
  padding: 10px !important;
  margin: 0;
  font-size: 18px;
}

h1.producto_stock_off {
  color: white !important;
  background: #868686;
  padding: 10px !important;
  margin: 0;
  font-size: 18px;
}

ul#li_lista li img {
  width: 100%;
}

.msg_head {
  height: 30px;
  background: var(--main-bg-primary);
  padding: 5px;
  color: white;
  text-align: center;
  position: inherit;
  z-index: 9;
  width: 100%;
  display: table;
}

.msg_head span a {
  color: #efdc05;
}

/*************** CARRITO BOTON ***************/
.shopping_cart > a:first-child:before {
  font-family: "fl-chapps";
  content: "\e00a";
  font-size: 30px;
  line-height: 80px;
  display: block;
  position: relative;
  font-weight: normal;
}

#header .shopping_cart:hover > a:first-child:before,
#header .shopping_cart:hover > a:first-child .ajax_cart_quantity {
  transform-origin: top center;
  animation-name: swing;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.shopping_cart > a:first-child .ajax_cart_quantity {
  display: block !important;
  position: absolute;
  top: 29%;
  left: 13px;
  color: white;
  font-size: 12px;
  line-height: 20px;
  background: #37474f;
  width: 20px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.cart_a_icon:hover {
  color: white !important;
}

/*************** CARRITO BOTON ***************/

span.count-shop {
  position: fixed;
  top: 12px;
  right: 10px;
  font-size: 16px;
  background: var(--main-bg-secondary);
  padding: 2px 4px;
  border-radius: 15px;
  color: white;
}

.span-pprice {
  padding: 10px !important;
  color: white;
  background: var(--main-bg-primary);
  text-transform: uppercase;
  font-size: 19px;
}

.span-price-p {
  float: right;
  color: white;
}

.span-login-off {
  display: block;
  margin-top: 15px;
  text-align: center;
  border: solid #ccc 2px;
  padding: 6px 4px;
  line-height: 20px;
  border-radius: 5px;
}

.text-carrito-empty {
  text-align: center;
  font-size: 1.2em;
}

.box {
  background: #f7f7f7;
  border: 1px solid #c1c1c1;
  padding: 5px 18px 20px;
  margin: 0 0 30px 0;
  font: normal 16px/23px "Rubik", sans-serif;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.button-invoice {
  text-decoration: none;
  text-align: center;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: red;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  color: white !important;
  padding: 5px 10px;
  border-radius: 4px;
}

.button-redsys {
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--main-bg-primary)!important;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  color: white !important;
  padding: 5px 0px;
  border-radius: 4px;
  font-size: 15px;
  margin-bottom: 5px;
}

.button-redsys:hover {
	background:#e57c30!important;
}

.button-view {
  text-decoration: none;
  text-align: center;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--main-bg-secondary);
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  cursor: pointer;
  outline: 0;
  box-sizing: border-box;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  color: white !important;
  padding: 5px 0px;
  border-radius: 4px;
  font-size: 15px;
  margin-bottom: 5px;
}

.bar-message {
  padding: 15px 0px 15px;
  text-align: center;
  color: white;
  margin-bottom: 15px;
}

.tracking-btn {
  padding: 15px;
  margin: -8px 0px 10px;
  border-radius: 0px;
  background: var(--main-bg-primary);
}

/******** FONDO NEGRO *********/
.container .header_custom_text_1,
.header_custom_text_2 span {
  color: white !important;
}
.scheme_1 .custom_top .text_wrapper2 {
  background: none;
}
h2.title1 {
  color: white !important;
}
.scheme_1 .title1 + .text1 {
  color: white;
  font-style: normal;
  font: normal 3em Rubik;
}
.scheme_1 .custom_top .btn {
  border-radius: 4px;
}
.scheme_1 header {
  background: var(--main-bg-secondary);
}
/******** FONDO NEGRO *********/

.rte p strong {
  color: var(--main-bg-primary);
}

span.reference_p {
  color: var(--main-bg-primary);
  font-weight: 500;
}

button.btn-red {
  width: 100%;
  background: #eb0000!important;
}

button.btn-red:hover {
  width: 100%;
  background: #b50606!important;
}

span.reference_camino {
  font-weight: 500;
  color: #383838;
  margin-top: 15px !important;
  display: block;
}

/**FOOTER**/
.container.footer-btn img {
  border-radius: 10px;
}
.container.footer-btn img:hover {
  filter: grayscale(1);
}

.scheme_1 .footer_center {
  padding-bottom: 0px !important;
}
.scheme_1 .footer_newsletter {
  padding-top: 0px !important;
}
.scheme_1 .footer_block {
  padding-top: 30px !important;
}

@media (max-width: 600px) {
  h1.product_name {
    margin-top: 10px !important;
  }
  .blog-col > div .post-content {
    display: flow-root !important;
  }
  .blog-image a img {
    width: 100% !important;
  }
}

@media (min-width: 600px) {
  .img_wrap img {
    max-height: 240px !important;
    min-height: 240px !important;
  }
  #homepage_carousel__2 {
    margin-bottom: 20px;
  }
  .modal-content{
    height: 74%;
    overflow: auto;
  }
}

h1.page_heading {
  color: white;
  background: var(--main-bg-secondary);
  padding: 11px;
  /**font-family: 'Fredoka One', cursive;**/
  text-transform: inherit;
}
h3.widget_header {
  background: var(--main-bg-secondary);
  color: white;
  padding: 10px;
  /**font-family: 'Fredoka One', cursive;**/
  text-transform: inherit;
}
h1.product_name {
  color: white !important;
  background: var(--main-bg-secondary);
  padding: 10px !important;
}
h3.product_description__title {
  background: var(--main-bg-secondary);
  color: white;
  padding: 10px 15px;
}
span.page-title {
  color: var(--main-bg-secondary);
}

/**FOOTER**/

@media (max-height: 657px) {
  .product_wrapper .product_img a img {
    min-height: 233px !important;
    max-height: 233px !important;
  }
  .product_wrapper .product_img a img.img_top {
    min-height: 160px !important;
    max-height: 160px !important;
  }
  .img_wrap img {
    max-height: 240px !important;
    min-height: 240px !important;
  }
  section.parallax_top_block {
    background: url(../filesDontMove/baseback.jpg) 100% !important;
  }
}

.title_distribuidor {
  font-weight: 600 !important;
}

.p_distribuidor {
  font-size: 20px;
  margin: 0 auto !important;
  width: 75%;
}

.btn_distribuidor {
  background: var(--main-bg-secondary) !important;
  border-radius: 5px !important;
  margin: 20px 0px !important;
}

.btn_distribuidor:hover {
  background: var(--main-bg-primary) !important;
}

.span_language {
  color: var(--main-bg-primary);
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 480px) {
  .span_language {
    display: block;
  }
}

@media (max-width: 360px) {
  .product_wrapper .product_img a img {
    min-height: 90px !important;
    max-height: 90px !important;
  }

  .product_wrapper .product_img a img.img_top {
    min-height: 90px !important;
    max-height: 90px !important;
  }

  h3.product_description__title {
    font-size: 1em;
  }

  div#product_flex {
    padding: 0px;
  }

  #categoria_flex .custom_product img {
    min-height: 250px !important;
    max-height: 250px !important;
  }

  .msg_head {
    font-size: 13px;
    padding: 2.5px;
    height: 35px !important;
  }

  .text_wrapper2 {
    margin-top: -5em !important;
  }

  a.btn.btn-big {
    zoom: 0.8;
  }

  h2.section_heading.title_destacados {
    zoom: 0.84;
    margin-bottom: 15px;
  }

  .title_distribuidor {
    font-size: 1.35em !important;
    padding: 10px;
    color: var(--main-bg-primary) !important;
  }

  .p_distribuidor {
    width: 85% !important;
    text-align: justify !important;
  }

  .span_language {
    display: block;
  }

  .copyright a {
    z-index: 9;
    position: relative;
  }

  .copyright {
    padding-bottom: 45px !important;
  }
}

a.btn.btn-big.btn-cuenta {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
}

.text-red a,
.text-red {
  color: red !important;
  font-weight: 500;
}

.orange {
  color: orange !important;
}

.orange:hover {
  color: royalblue !important;
}

.blue {
  color: var(--main-bg-secondary) !important;
}

.warning-tiembla {
  width: 332px;
  height: 30px;
  -webkit-animation: tiembla 0.5s infinite;
}

.product_price.div_nuevos {
  background: var(--main-bg-primary) !important;
}

@-webkit-keyframes tiembla {
  0% {
    -webkit-transform: rotateZ(-5deg);
  }
  50% {
    -webkit-transform: rotateZ(0deg) scale(0.8);
  }
  100% {
    -webkit-transform: rotateZ(5deg);
  }
}

.mleft-10 {
  margin-left: 10px;
}
.mleft-15 {
  margin-left: 15px;
}
.mleft-20 {
  margin-left: 20px;
}

.border-gray {
  border: solid 1px #d2d2d2;
  padding: 10px 15px;
  margin-top: 0px !important;
}

.myaccount-link-list a {
  display: block;
  overflow: hidden;
  font: 300 18px/24px "Rubik", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  border: 2px solid;
  border-color: var(--main-bg-primary);
  background: #f7f7f7;
  border-radius: 4px;
}

.myaccount-link-list a span {
  display: block;
  padding: 13px 15px 15px 17px;
  overflow: hidden;
  border-left: 1px solid;
  margin-left: 52px;
  border-color: #efe9ef;
}

.myaccount-link-list li a i {
  font-size: 25px;
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 100%;
  padding: 10px 0 0 0;
  text-align: center;
  border-right: 1px solid white;
}
.myaccount-link-list li {
  padding-bottom: 15px;
}

.myaccount-link-list a:hover {
  color: white;
  background: var(--main-bg-primary);
}

.zoomContainer {
  border: var(--main-bg-secondary) 2px solid;
  border-radius: 5px;
}

h3.product_rating_smile {
  background: var(--main-bg-primary);
  color: white;
  padding: 10px !important;
  border-bottom: none !important;
}

.div-not-available {
  padding: 3px 15px;
  background: var(--main-bg-primary);
  border-radius: 4px;
  color: white;
}

.btn.btn-cart.btn-shaking {
  width: 100%;
  margin-top: 15px;
  height: 40px !important;
  font-weight: 500;
}

@keyframes shake {
  0%,
  50% {
    transform: translateX(0);
  }
  5%,
  15%,
  25%,
  35%,
  45% {
    transform: translateX(-5px);
  }
  10%,
  20%,
  30%,
  40% {
    transform: translateX(5px);
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}

.btn-shaking {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.btn-fire {
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: step-start;
  animation-timing-function: step-start;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 1;
  transform: translateY(2px);
}

div.bar-message b {
  color: white;
}

div#div-detail-order button {
  height: 50px !important;
  margin-top: -10px;
  margin-bottom: 15px;
}

.submenu {
  list-style: square inside url("/filesDontMove/12x12.jpg");
}

.count-category {
  font-size: 16px;
  background: var(--main-bg-secondary);
  padding: 2px 4px;
  border-radius: 15px;
  color: white;
  float: right;
}

h1.producto_reserva {
  background: #f1741a;
  color: white;
  padding: 10px !important;
  margin: 0;
  font-weight: bolder;
  font-size: 18px;
  border-radius: 20px;
  text-align: center;
}

span.span-list {
  font-weight: 500;
  color: #444;
}

button.button-redsys:disabled,
button.cod-order:disabled {
  background: #939393;
}

.small-center {
  margin-left: 13px;
  display: inline-block;
  margin-top: 3px;
  font-weight: 500;
}

.a-inside-text {
  color: white !important;
  font-size: 1.5em;
  width: 100%;
  position: absolute;
  display: block;
  padding: 150px 0px 25px 0px;
  bottom: -40px;
  background: linear-gradient(rgba(255, 0, 0, 0), rgba(70, 70, 70, 0.3));
}

a.a-inside-text:hover {
  color: #404040 !important;
}

.btn-blue {
  width: 100%;
  background:#206ce7!important;
}

.btn-blue:hover {
  width: 100%;
  background:#5388dd!important;
}

.btn-black {
  width: 100%;
  background: black!important;
}

.img-btn-invert {
  height: 35px;
  filter: invert(1);
  vertical-align: middle;
  margin-right: 5px;
}

.hdn_money {
  line-height: 18px !important;
  padding: 10px 0px;
}

a.btn-acceder {
  color: white;
  font-weight: bold;
}

a.btn-acceder:hover {
  color: black;
}

.reference_p_second {
  color: var(--main-bg-secondary);
  font-weight: 500;
}

.btn-view-product {
  font-size: 1em !important;
  color: white !important;
  background: var(--main-bg-primary) !important;
  padding: 10px !important;
  display: initial;
  border-radius: 8px !important;
}

.btn-view-product:hover {
  background: var(--main-bg-secondary) !important;
}

.btn-view-product-lat {
  font-size: 0.65em !important;
  color: white !important;
  background: var(--main-bg-primary) !important;
  padding: 10px !important;
  display: initial;
  border-radius: 8px !important;
}

.btn-view-product_blue {
  font-size: 1em !important;
  color: white !important;
  background: var(--main-bg-secondary) !important;
  padding: 10px !important;
  display: initial;
  border-radius: 8px !important;
}

.btn-view-product_blue:hover {
  background: var(--main-bg-primary) !important;
}

.icon-btn {
  display: inherit !important;
}

a.btn-acceder.text-hdn-price {
  font-size: 0.8em !important;
}

span.text-hdn-price {
  font-size: 0.8em !important;
}

.hdn_money.font-s-lateral {
  font-size: 0.8em;
  line-height: 14px !important;
  text-align: center;
}

.product_price.lat {
  margin-bottom: 0px !important;
}

.span-intra-text span {
  font-weight: 500;
  color: goldenrod;
}

.label-black {
  background-color: black;
}

.recoger-tienda:disabled {
  background: #939393;
}

.saldo-horoes:disabled {
  background: #939393;
}

table#cart_summary thead {
  background: var(--main-bg-primary);
  color: white;
}

table#cart_summary thead tr th {
  vertical-align: middle !important;
}

.div-time-order {
  background: #37c14f;
  color: white;
  text-align: center;
  padding: 12px 0px;
  border-radius: 5px;
}

.div-time-order b {
  color: white;
}

#select_address,
#select_invoice {
  width: 100%;
  margin-bottom: 13px;
  border: solid 3px var(--main-bg-primary);
}

.btn-stripe {
  width: 100%;
}

.img-btn-brightness {
  width: 90px;
  vertical-align: middle;
}

.badge-warning {
  background: var(--main-bg-primary);
}

.badge-warning-2 {
  vertical-align: text-top;
  background: var(--main-bg-secondary);
  margin-left: 5px;
}

.div-points {
  background: #37c14f;
  color: white;
  text-align: center;
  padding: 12px 0px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.div-points b {
  color: white;
}

img.img-icon {
  filter: invert(1);
  height: 1.4em;
  margin-right: 7px;
}

.green {
  color: green !important;
}
.red {
  color: red !important;
}
.royalblue {
  color: royalblue !important;
}

.btn-black{
	background:black!important;
}

.btn-black:hover{
	background:#424242!important;
}

.quantity_pcs {
  color: black;
  vertical-align: sub;
  font-weight: bold;
}

.no-padding{
  padding: 0px!important;
}

#purchase label {
  color: black;
}

.color-secondary {
  color: var(--main-bg-secondary);
}

.color-primary {
  color: var(--main-bg-primary);
}

.center{
  text-align: center;
}

.span-rating-loading{
  display: block;
    color: black;
    font-weight: 500;
    font-size: 1.4em;
}

span.black {
  color: black;
}

span.green {
  color: green;
}

span.red {
  color: red;
}

span.blue {
  color: royalblue;
}

a.disabled {
  color: #ccc;
}

.button-metodo-pago {
  width: 175px;
  float: right;
  right: 10px;
  text-align: center;
  margin-top: -4px!important;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: royalblue;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: middle;
  color: white !important;
  padding: 5px 0px;
  border-radius: 4px;
  font-size: 15px;
  margin-bottom: 5px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 7% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 400px;
  text-align: center;

}

.modal-content img {
  margin-bottom: 10px;
}

/* The Close Button */
.close {
  color: var(--main-bg-primary);
  float: right;
  font-size: 28px;
  opacity: 0.8;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-content p span b {
  color: white;
}

.modal-content .mp1 b, .mp2 b, .mp3 b, .modal-content span b {
  color: black;
  line-height: 20px;
  font-size: 0.9em;
}

.black{
  color:black!important;
}

.green{
  color:green!important;
}

.red{
  color:red!important;
}

.bold{
  font-weight: bold;
}

.white{
  color:white!important;
}

.title-mp{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 7px 0px;
}

.modal-content .mp1, .modal-content .mp2, .modal-content .mp3 {
  display: flow-root;
}

@media (max-width: 767px){
.color_scheme .cart_list tbody td {
    line-height: 24px;
}
}


.btn-support {
  height: 40px!important;
  padding: 5px 10px!important;
}

.btn-red{
  background: red!important;
}

.btn-red:hover{
  background: #b50606!important;
}

li.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #007bff!important;
}

.div-100 {
  width: 100%;
  margin: 20px 0px;
}

.label-reply {
  margin-left: 5px;
  vertical-align: middle;
}

.img-reply {
  width: auto;
  max-height: 70px;
  max-width: 100px;
  border: solid 1px #ccc;
  margin-bottom: 10px;
  border-radius: 4px
}

.btn-reply {
  margin-top: 10px;
  border-radius: 2px!important;
  height: 40px!important;
}

.list-group ul {
  list-style: disc;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-group ol {
  list-style: auto;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-group p {
  margin: 5px 0px;
}

.span-no-ticket {
  display: block;
  color: black;
  margin-top: 15px;
  font-size: 1.3em;
}

.list-group a {
  color: #4c4c4c;
}

.rte table td {
  padding: 10px;
  border: solid 2px var(--main-bg-primary);
}

.rte strong {
  color: var(--main-bg-primary);
}

.div-danger {
  padding: 10px;
  background: red;
  border-radius: 4px;
  color: white;
}