ol,
ul {
    list-style: none;
}
a,
span {
    vertical-align: baseline;
}
b,
strong {
    vertical-align: baseline;
    font-weight: bold;
}
i,
dfn {
    font-style: italic;
}
body {
    font: normal 18px Roboto Condensed;
    color: #b6b6b6;
}
.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 .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: -22px 0 0 -22px;
    top: 50%;
}
.scheme_1 #page_preloader.off {
    opacity: 0;
}
.scheme_1 #cookies_container {
    overflow: hidden;
    padding: 5px 0;
    background: #111;
    text-align: center;
    display: none;
}
.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: 300px !important;
    background: #e7e7e6;
}
.scheme_1 #google_map img {
    max-width: none !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: #3ad1d1;
    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: #3ad1d1;
}
.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;
    height: 40px;
    line-height: 40px;
}
.scheme_1 .fancybox_alert .btn ~ .btn {
    margin: 15px 0 0 5px;
}
.scheme_1 #cart_added .cart_added__row {
    height: 130px;
    display: table;
}
.scheme_1 #cart_added h4 {
    margin: 0 0 15px 0;
    text-align: center;
    max-width: 420px;
}
.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 #e8ebec;
}
.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;
    text-transform: none;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 .cart_added__2 .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 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 #e8ebec;
}
.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: #31373d;
}
.scheme_1 #quick_view__name {
    margin: 0;
    font-size: 22px;
}
.scheme_1 #quick_view__name a {
    color: #3ad1d1;
}
.scheme_1 #quick_view__name a:hover {
    color: #313041;
}
.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: #b6b6b6;
    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;
    line-height: 50px;
    margin: 10px 10px 0 0;
    padding: 0 20px;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 body {
    font: normal 18px Roboto Condensed;
    color: #b6b6b6;
    line-height: 1.388;
}
.scheme_1 h1,
.scheme_1 h2,
.scheme_1 h3,
.scheme_1 h4,
.scheme_1 h5,
.scheme_1 h6 {
    margin: 15px 0;
    font: bold 40px Roboto Condensed;
    line-height: 1.12;
    color: #30353c;
    text-transform: uppercase;
    font-style: italic;
}
.scheme_1 h2 {
    font-size: 30px;
}
.scheme_1 h3 {
    font-size: 28px;
}
.scheme_1 h4 {
    font-size: 26px;
}
.scheme_1 h5 {
    font-size: 24px;
}
.scheme_1 h6 {
    font-size: 22px;
}
.scheme_1 h2 {
    font-size: 30px;
}
.scheme_1 h3 {
    font-size: 28px;
}
.scheme_1 h4 {
    font-size: 26px;
}
.scheme_1 h5 {
    font-size: 24px;
}
.scheme_1 h6 {
    font-size: 22px;
}
.scheme_1 .page_heading {
    font-size: 30px;
}
.scheme_1 .section_heading {
    font-size: 40px;
}
.scheme_1 .section_heading,
.scheme_1 .page_heading {
    margin: 0;
}
.scheme_1 .section_heading a,
.scheme_1 .page_heading a {
    font-weight: inherit;
}
.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: #3ad1d1;
    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: #30353c;
}
.scheme_1 .product_name {
    font-weight: bold;
    font-size: 20px;
    color: #313041;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}
.scheme_1 .product_name a {
    color: #313041;
    -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: #3ad1d1;
}
.scheme_1 .product_desc {
    font-size: 15px;
    color: #b6b6b6;
}
.scheme_1 .money {
    color: #3ad1d1;
}
.scheme_1 .money_sale,
.scheme_1 .compare-at-price {
    color: #b6b6b6;
    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 {
    text-decoration: underline;
}
.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 h2 {
    font-size: 30px;
}
.scheme_1 .rte h3 {
    font-size: 28px;
}
.scheme_1 .rte h4 {
    font-size: 26px;
}
.scheme_1 .rte h5 {
    font-size: 24px;
}
.scheme_1 .rte h6 {
    font-size: 22px;
}
.scheme_1 .rte ul {
    list-style-type: disc;
    list-style-position: inside;
}
.scheme_1 .rte ol {
    list-style-type: decimal;
    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: #b6b6b6;
    text-transform: uppercase;
}
.scheme_1 .page_content .rte table h4 {
    font-size: 18px;
}
.scheme_1 label {
    font-weight: bold;
    font-size: 18px;
}
.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 #e8ebec;
    font: normal 13px "Arial";
    color: #b6b6b6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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_icon {
    font-size: 28px;
    color: #313041;
}
.scheme_1 .btn_icon:hover {
    color: #3ad1d1;
}
.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 .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.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 #newsletter_popup__wrap {
    width: 782px !important;
    max-width: 100% !important;
    background: #31373d;
}
.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 {
    margin: 0;
    background: none;
    color: #fff;
    right: 5px;
    top: 5px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.scheme_1 #newsletter_popup__wrap .fancybox-close:before {
    font-size: 20px;
}
.scheme_1 #newsletter_popup__wrap .fancybox-close:hover {
    color: #3ad1d1;
}
.scheme_1 #newsletter_popup {
    height: 100% !important;
    padding: 60px 90px 70px;
    text-align: center;
}
.scheme_1 #newsletter_popup h2 {
    color: #fff;
}
.scheme_1 #newsletter_popup p {
    color: #fff;
}
.scheme_1 #newsletter_popup form {
    padding: 8px 9px 0;
    text-align: center;
    font-size: 0;
}
.scheme_1 #newsletter_popup form input {
    width: 280px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
}
.scheme_1 #newsletter_popup form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
}
.scheme_1 #newsletter_popup .form_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.scheme_1 #newsletter_popup .form_wrapper input {
    border-color: #fff;
    color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
    -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;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.scheme_1 #newsletter_popup .form_wrapper .btn {
    margin-left: 10px;
    padding: 0 35px;
    -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 #newsletter_popup .form_wrapper .btn:hover {
    background: #fff;
    color: #313041;
}
.scheme_1 #newsletter_popup .newsletter_off__wrap {
    margin: 30px 0 0 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.scheme_1 #newsletter_popup #newsletter_off {
    height: auto;
    padding: 10px 15px;
    background: none !important;
    border: none !important;
    font-size: 12px;
    color: #3ad1d1 !important;
    cursor: pointer;
}
.scheme_1 #newsletter_popup #newsletter_off:hover {
    color: #fff !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: 46px;
}
.scheme_1 #newsletter_popup .newsletter_success {
    font-weight: bold;
    color: #119000;
    text-align: center;
}
.scheme_1 #promobanner {
    height: 160px;
    background: url(//cdn.shopify.com/s/files/1/1774/5405/t/2/assets/promobanner_bg.png?10628411636169180956) 50% 0 no-repeat;
    background-color: #3ad1d1;
    position: relative;
}
.scheme_1 #promobanner_close {
    display: block;
    vertical-align: top;
    color: #fff;
    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: #31373d;
}
.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;
    float: left;
}
.scheme_1 .promobanner_content img {
    float: left;
}
.scheme_1 .promobanner_text {
    min-width: 700px;
    float: left;
    text-align: center;
    text-transform: uppercase;
}
.scheme_1 .promobanner_text h2 {
    margin: 25px 0 0 0;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}
.scheme_1 .promobanner_text h3 {
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.scheme_1 .promobanner_text .btn {
    height: 40px;
    line-height: 40px;
    margin: 16px 0 0 0;
    background: #fff !important;
    border-color: #fff !important;
    color: #31373d !important;
}
.scheme_1 .promobanner_text .btn:hover {
    background: #31373d !important;
    border-color: #31373d !important;
    color: #fff !important;
}
.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: #fff;
    text-align: center;
}
.scheme_1 #promobanner_countdown span {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 54px 0 0 -100px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.scheme_1 header {
    padding-bottom: 35px;
}
.scheme_1 .header_top {
    height: 52px;
    margin-bottom: 30px;
    line-height: 52px;
    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;
    border-bottom: 2px solid #e8ebec;
}
.scheme_1 .header_user {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0px 10px 0px 30px;
}
.scheme_1 .header_user li {
    display: inline-block;
    padding-right: 16px;
    font-size: 13px;
    text-transform: uppercase;
}
.scheme_1 .header_user li a {
    color: #30353c;
}
.scheme_1 .header_user li a:hover {
    color: #3ad1d1;
}
.scheme_1 .header_user li a i {
    margin: 0 5px 0 0;
    line-height: 52px;
}
.scheme_1 .header_social {
    -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;
    height: 51px;
    padding: 0 17px;
    border-left: 2px solid #e8ebec;
    white-space: nowrap;
}
.scheme_1 .header_social li {
    display: inline-block;
    padding: 0 10px;
}
.scheme_1 .header_social li a {
    display: inline-block;
    font-size: 11px;
    color: #313041;
}
.scheme_1 .header_social li a i {
    line-height: 52px;
}
.scheme_1 .header_social li a:hover {
    color: #3ad1d1;
}
.scheme_1 .header_currency {
    -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;
    height: 51px;
    border-left: 2px solid #e8ebec;
}
.scheme_1 .header_currency select {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.scheme_1 .header_currency .jq-selectbox {
    width: 105px;
    padding: 0 28px 0 27px;
}
.scheme_1 .header_currency .jq-selectbox__select {
    padding: 0;
}
.scheme_1 .header_currency .jq-selectbox__select-text {
    font-size: 13px;
    text-transform: uppercase;
    color: #30353c;
    letter-spacing: 0.78px;
}
.scheme_1 .header_currency .jq-selectbox__trigger i {
    right: 0px;
    top: 50%;
    margin-top: -8px;
    font-size: 13px;
    color: #3ad1d1;
}
.scheme_1 .header_currency .jq-selectbox__dropdown {
    width: 105px;
    top: 52px !important;
    right: 0;
    margin-right: 2px;
    background: #fff;
    border: 2px solid #e8ebec;
    border-top: 0;
}
.scheme_1 .header_currency .jq-selectbox__dropdown ul {
    padding: 7px 5px;
    text-align: center;
}
.scheme_1 .header_currency .jq-selectbox__dropdown ul li {
    font-size: 13px;
    color: #b6b6b6;
    line-height: 2;
}
.scheme_1 .header_currency .jq-selectbox__dropdown ul li.sel,
.scheme_1 .header_currency .jq-selectbox__dropdown ul li:hover {
    color: #3ad1d1;
}
.scheme_1 .header_center {
    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;
    height: 66px;
    padding: 0 65px;
    background: #fff;
    position: relative;
    z-index: 999;
}
.scheme_1 .header_center.megamenu_stuck {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.scheme_1 .header_center.megamenu_stuck .menu_badge {
    display: none !important;
}
.scheme_1 .header_center.megamenu_stuck #megamenu.megamenu_desktop .level_2_wrap {
    top: 66px;
}
.scheme_1 .logo_main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -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%;
}
.scheme_1 .logo_main a {
    color: #313041;
    display: inline-block;
}
.scheme_1 .logo_main b {
    font-size: 30px;
    font-style: italic;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    line-height: 1em;
}
.scheme_1 .logo_main span {
    display: block;
    font-size: 12px;
    color: #3ad1d1;
    font-style: italic;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    line-height: 1em;
}
.scheme_1 .logo_main img {
    margin-right: 11px;
}
.scheme_1 .header_search {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 43%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 43%;
    -ms-flex: 1 1 43%;
    flex: 1 1 43%;
    margin: 0 10px;
}
.scheme_1 .header_search form {
    position: relative;
    margin: 0 auto;
    max-width: 270px;
    padding-left: 54px;
    border: 2px solid #e8ebec;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
}
.scheme_1 .header_search form:before {
    content: "\e13d";
    font-family: "material-design";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    line-height: 55px;
    font-size: 30px;
    width: 54px;
    text-align: center;
    color: #313041;
}
.scheme_1 .header_search #search-field {
    border: none;
    padding: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    font-family: Roboto Condensed;
}
.scheme_1 .header_search #search-field:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 .header_search #search-submit:hover {
    color: #313041;
}
.scheme_1 .header_cart {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 7%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 7%;
    -ms-flex: 1 1 7%;
    flex: 1 1 7%;
}
.scheme_1 .header_cart a {
    position: relative;
    display: inline-block;
    min-width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #313041;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.scheme_1 .header_cart a:hover {
    background: #3ad1d1;
}
.scheme_1 .header_cart a:hover .icon + span {
    background: #313041;
}
.scheme_1 .header_cart a .icon {
    font-size: 30px;
}
.scheme_1 .header_cart a .icon + span {
    display: block;
    position: absolute;
    right: -10px;
    top: -4px;
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 10px;
    background: #3ad1d1;
    color: #fff;
    -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 #megamenu {
    z-index: 999;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -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 #megamenu.megamenu_desktop h2 {
    display: none;
}
.scheme_1 #megamenu.megamenu_desktop .level_1_item {
    display: inline-block;
    padding: 0 23px;
}
.scheme_1 #megamenu.megamenu_desktop .level_1_link {
    height: 66px;
    display: block;
    font-size: 15px;
    line-height: 66px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #313041;
    font-family: 40px;
}
.scheme_1 #megamenu.megamenu_desktop .menu_badge {
    height: 16px;
    line-height: 16px;
    display: block;
    padding: 0 5px;
    background: #313041;
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 0;
    top: -8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.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: #3ad1d1;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_small__wrap {
    position: relative;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_wrap {
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 119px;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.scheme_1 #megamenu.megamenu_desktop .level_2_small li + li {
    margin-top: 12px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_small a {
    text-transform: uppercase;
    white-space: nowrap;
    color: #b6b6b6;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_small a:hover {
    color: #3ad1d1;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big {
    width: 1170px;
    padding: 44px 30px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .column_item {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .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_big .level_2_links .column_item {
    width: 19%;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_links li {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_links li + li {
    margin-top: 12px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_links li a {
    color: #b6b6b6;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_links li a:hover {
    color: #3ad1d1;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_links .level_3 {
    margin-top: 32px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog {
    padding-top: 3px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .column_item {
    width: 33.33333333333333%;
    overflow: hidden;
    padding: 0;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .column_item:nth-child(1) .blog_title a:hover {
    color: #31373d;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img {
    position: relative;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3ad1d1;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img img {
    opacity: 0.3;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
}
@supports (object-fit: cover) {
    .scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img img {
        object-fit: cover;
    }
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img + .blog_info {
    min-height: 550px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_info {
    position: relative;
    padding: 16px 50px 40px;
    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 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_info * {
    color: #fff;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_title {
    margin-bottom: 0;
    font-size: 40px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_title a:hover {
    color: #3ad1d1;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_date {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.6px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_content {
    margin-top: 20px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .btn {
    margin-top: 30px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(1) .btn {
    background: #313041;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(1) .btn:hover {
    background: #fff;
    color: #313041;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(2) .blog_img {
    background: black;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(3) .blog_img {
    background: #313041;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(3) .btn {
    background: #fff;
    color: #31373d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(3) .btn:hover {
    background: #3ad1d1;
    color: #fff;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_products .product_name {
    margin-top: 40px;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .level_2_products .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 #megamenu.megamenu_desktop .level_2_big .level_2_products .product_img a:hover {
    opacity: 0.7;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_big .column_item {
    width: 33.3333333%;
}
.scheme_1 #megamenu.megamenu_desktop .level_2_trigger {
    margin: 0;
    font-size: 20px;
    color: #3ad1d1;
}
.scheme_1 #megamenu.megamenu_mobile {
    position: relative;
    margin-top: 30px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
.scheme_1 #megamenu.megamenu_mobile .container {
    position: relative;
}
.scheme_1 #megamenu.megamenu_mobile h2 {
    height: 59px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 40px 0 30px;
    font-size: 20px;
    line-height: 59px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
    background: #313041;
    color: #fff;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
}
.scheme_1 #megamenu.megamenu_mobile h2 i {
    position: absolute;
    right: 15px;
    top: 0;
}
.scheme_1 #megamenu.megamenu_mobile h2 i:before {
    content: "\f107";
    font: 30px/59px "FontAwesome";
}
.scheme_1 #megamenu.megamenu_mobile h2.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: 66px;
    padding: 10px 0;
    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);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.scheme_1 #megamenu.megamenu_mobile .level_1 a {
    color: #b6b6b6;
}
.scheme_1 #megamenu.megamenu_mobile .level_1 a:hover {
    color: #3ad1d1;
}
.scheme_1 #megamenu.megamenu_mobile .level_1 a.btn_with_icon {
    color: #fff;
}
.scheme_1 #megamenu.megamenu_mobile .level_1 .btn {
    color: #30353c;
}
.scheme_1 #megamenu.megamenu_mobile .level_1 .btn:hover {
    color: #fff;
}
.scheme_1 #megamenu.megamenu_mobile .level_1_item + .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: 16px;
    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;
    width: 100%;
}
.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 #e8ebec;
}
.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 #e8ebec;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    color: #b6b6b6;
    -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 i {
    display: block;
    margin: -15px 0 0 0;
    font: 30px/1em "FontAwesome";
    position: absolute;
    right: 15px;
    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_trigger:hover {
    color: #3ad1d1;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .column_item {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #e8ebec;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_img {
    width: 100px;
    float: left;
    margin-right: 14px;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_img .img_1_wrapper {
    padding: 5px;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_img a {
    display: block;
    padding: 5px;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_info {
    overflow: hidden;
    padding-top: 0;
    text-align: left;
    color: #b6b6b6;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_sale {
    margin-top: 0;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_name {
    min-height: 0;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_links {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .btn_icon {
    height: auto;
    margin: 5px 10px 0;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_products .product_price {
    min-height: 0;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_blog .column_item {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #e8ebec;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_blog .item_with_img .blog_img {
    width: 100px;
    max-height: 100px;
    float: left;
    margin-right: 14px;
    overflow: hidden;
}
.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;
    text-transform: none;
    font-size: 18px;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_blog .blog_content {
    margin: 10px 0 0 0;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_blog .btn {
    margin: 10px 0 0 0;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 #megamenu.megamenu_mobile .level_2_blog .btn:hover {
    color: #fff;
}
.scheme_1 #swiper {
    height: auto;
}
.scheme_1 #swiper .swiper-slide > a {
    display: block !important;
}
.scheme_1 #swiper .swiper-slide > a > img {
    width: 100%;
    max-width: 100%;
}
.scheme_1 #swiper .swiper-slide .slider_caption {
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scheme_1 #swiper .swiper-slide .slider_caption p {
    margin: 0;
    color: #fff;
}
.scheme_1 #swiper .swiper-slide .textblock1,
.scheme_1 #swiper .swiper-slide .textblock2 {
    width: 50%;
}
.scheme_1 #swiper .swiper-slide .textblock1 h2 {
    margin: 0;
    font-size: 80px;
    color: #fff;
}
.scheme_1 #swiper .swiper-slide .textblock1 h3 {
    margin: -3px 0 0;
    font-size: 40px;
    color: #3ad1d1;
}
.scheme_1 #swiper .swiper-slide .textblock1 {
    float: left;
    width: 40%;
}
.scheme_1 #swiper .swiper-slide .textblock1 img {
    margin-top: 66px;
}
.scheme_1 #swiper .swiper-slide .textblock2 {
    float: right;
    width: 40%;
}
.scheme_1 #swiper .swiper-slide .textblock2 h2 {
    font-size: 40px;
    color: #fff;
}
.scheme_1 #swiper .swiper-slide .textblock2 p {
    margin-top: 26px;
    opacity: 0.7;
}
.scheme_1 #swiper .swiper-slide .textblock2 .btn {
    margin-top: 70px;
    padding: 0 60px;
}
.scheme_1 #swiper .swiper_btn {
    position: absolute;
    bottom: 30px;
    width: 35px;
    height: 70px;
    color: #fff;
    font-size: 50px;
    -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;
    opacity: 0.5;
    cursor: pointer;
    z-index: 10;
}
.scheme_1 #swiper .swiper_btn:hover {
    opacity: 1;
}
.scheme_1 #swiper_btn_prev {
    left: 50%;
    margin-left: -100px;
}
.scheme_1 #swiper_btn_prev:before {
    content: "\f053";
    font-family: "FontAwesome";
}
.scheme_1 #swiper_btn_next {
    right: 50%;
    margin-right: -100px;
}
.scheme_1 #swiper_btn_next:before {
    content: "\f054";
    font-family: "FontAwesome";
}
.scheme_1 #swiper_pagination {
    width: 75px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 40%;
    padding: 30px 0;
    z-index: 10;
    background: #3ad1d1;
    -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;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
@media (max-width: 767px) {
    .scheme_1 #swiper_pagination {
        background: rgba(58, 209, 209, 0.5);
    }
}
.scheme_1 #swiper_pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    display: block;
    margin: 22px auto;
    vertical-align: top;
    background: transparent;
    font-size: 0;
    cursor: pointer;
    border: 3px solid #fff;
    -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: border-width 0.3s ease-in-out;
    -moz-transition: border-width 0.3s ease-in-out;
    transition: border-width 0.3s ease-in-out;
}
.scheme_1 #swiper_pagination .swiper-pagination-bullet:hover {
    background: #3ad1d1;
    border-width: 7px;
}
.scheme_1 #swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3ad1d1;
    border-width: 7px;
    cursor: default;
}
.scheme_1 .section_bg {
    position: relative;
}
.scheme_1 .rd-parallax {
    -webkit-transform: translateZ(0);
}
.scheme_1 .rd-parallax .bg_img {
    z-index: -1;
}
.scheme_1 .rd-parallax-layer > img {
    max-width: none;
}
.scheme_1 .rd-parallax-inner {
    overflow: hidden;
    -webkit-transform: translateZ(0) !important;
}
.scheme_1 .rd-parallax-inner img {
    -webkit-transform: translateZ(0);
}
.scheme_1 .bg_img {
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scheme_1 .bg_img > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.scheme_1 .homepage_brands .flexbox {
    padding: 65px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.scheme_1 .homepage_brands .item {
    margin-top: 69px;
    text-align: center;
}
.scheme_1 .homepage_brands .item a {
    display: block;
    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 .homepage_brands .item a:hover {
    opacity: 0.6;
}
.scheme_1 .homepage_brands .btn_wrapper {
    text-align: center;
    padding: 10px 0 134px;
}
.scheme_1 .section_bg {
    margin-top: 49px;
}
.scheme_1 .section_bg h2 {
    color: #fff;
}
.scheme_1 header + .section_bg,
.scheme_1 .section_bg + .section_bg {
    margin-top: 0;
    background: #3ad1d1;
}
.scheme_1 .section_bg:nth-child(2n) {
    background: #313041;
}
.scheme_1 .showcase {
    padding-top: 98px;
}
.scheme_1 .showcase .flexbox {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.scheme_1 .custom_showcase {
    z-index: 1;
}
.scheme_1 .custom_showcase:hover {
    z-index: 2;
}
.scheme_1 .custom_showcase a {
    display: block;
    -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-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0);
    box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0);
}
.scheme_1 .custom_showcase a:hover {
    -webkit-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0.5);
}
.scheme_1 .custom_showcase .inside {
    position: relative;
    color: #fff;
    background: #313041;
}
.scheme_1 .custom_showcase .inside img {
    min-width: 0;
    width: 100%;
}
.scheme_1 .custom_showcase .inside h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
}
.scheme_1 .custom_showcase .inside .btn {
    margin-top: 26px;
    letter-spacing: 0.3px;
}
.scheme_1 .custom_showcase .textblock {
    padding: 100px 50px 100px 100px;
}
.scheme_1 .custom_showcase .textblock .btn:hover {
    background: #fff;
    color: #313041;
}
.scheme_1 .custom_showcase img + .textblock {
    position: absolute;
    left: 0px;
    top: 49%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.scheme_1 .custom_showcase img + .textblock .btn:hover {
    background: #fff;
    color: #313041;
}
.scheme_1 .custom_showcase:nth-child(1),
.scheme_1 .custom_showcase:nth-child(4) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 32%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 32%;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
}
.scheme_1 .custom_showcase:nth-child(1) img + .textblock .btn,
.scheme_1 .custom_showcase:nth-child(4) img + .textblock .btn {
    background: #dfdfdf;
    color: #313041;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_1 .custom_showcase:nth-child(1) img + .textblock .btn:hover,
.scheme_1 .custom_showcase:nth-child(4) img + .textblock .btn:hover {
    background: #313041;
    color: #fff;
}
.scheme_1 .custom_showcase:nth-child(2),
.scheme_1 .custom_showcase:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
}
.scheme_1 .custom_showcase:nth-child(2) .textblock,
.scheme_1 .custom_showcase:nth-child(3) .textblock {
    padding-left: 115px;
}
.scheme_1 .showcase_img {
    position: relative;
}
.scheme_1 .showcase_img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
}
.scheme_1 .showcase_img .textblock {
    position: relative;
    z-index: 2;
}
.scheme_1 .homepage_newsletter .newsletter_wrapper {
    max-width: 970px;
    padding: 78px 0 64px;
    margin: 0 auto;
}
.scheme_1 .homepage_newsletter h2 {
    text-transform: none;
}
.scheme_1 .homepage_newsletter p {
    margin: 9px 0;
}
.scheme_1 .homepage_newsletter .newsletter_flex {
    margin-top: 14px;
    border: 3px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.scheme_1 .homepage_newsletter .newsletter_flex input {
    height: 65px;
    padding: 0 7px 0 12px;
    line-height: 65px;
    font-weight: 400;
    background: none;
    font-size: 18px;
    color: #fff;
    border: 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;
}
.scheme_1 .homepage_newsletter .newsletter_flex input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 .homepage_newsletter .newsletter_flex button {
    margin: -4px -4px -4px 0;
    height: 73px;
    line-height: 72px;
    min-width: 165px;
    text-align: center;
    -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: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 .homepage_newsletter .newsletter_flex button:hover {
    background: #fff;
    color: #31373d;
}
.scheme_1 .homepage_newsletter .form_status {
    margin: 10px 0 0 0;
    font-weight: bold;
}
.scheme_1 .homepage_newsletter .form_status.error {
    color: #f00;
}
.scheme_1 .homepage_newsletter .form_status.success {
    color: #119000;
}
.scheme_1 .homepage_newsletter .bg_img .btn:hover {
    background: #fff;
    color: #31373d;
}
.scheme_1 .product .product_img {
    text-align: center;
}
.scheme_1 .product .product_img a {
    display: block;
    background: #f7f7f7;
}
.scheme_1 .product .product_sale {
    margin-top: 17px;
    font-weight: 700;
    font-size: 15px;
    color: #b6b6b6;
    text-transform: uppercase;
}
.scheme_1 .product .product_sale .icon {
    margin-right: 5px;
    font-size: 18px;
}
.scheme_1 .product .product_sale.active {
    color: #313041;
}
.scheme_1 .product .product_collection span {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.scheme_1 .product .product_collection span:after {
    content: ",";
}
.scheme_1 .product .product_collection span:last-child:after {
    content: "";
}
.scheme_1 .product .product_links .btn {
    -webkit-box-shadow: 0 12px 12px 2px rgba(58, 209, 209, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(58, 209, 209, 0.35);
    box-shadow: 0 12px 12px 2px rgba(58, 209, 209, 0.35);
}
.scheme_1 .product .product_links .btn:hover {
    -webkit-box-shadow: 0 12px 12px 2px rgba(49, 48, 65, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(49, 48, 65, 0.35);
    box-shadow: 0 12px 12px 2px rgba(49, 48, 65, 0.35);
}
.scheme_1 .product_wrapper .product_img a {
    padding: 70px;
}
.scheme_1 .product_wrapper .product_img a img {
    background: #f7f7f7;
}
.scheme_1 .product_wrapper .product_info {
    position: relative;
}
.scheme_1 .product_wrapper .product_price {
    margin-top: 15px;
    min-height: 61px;
    font-size: 30px;
    color: #3ad1d1;
}
.scheme_1 .product_wrapper .product_price span {
    font-weight: 700;
}
.scheme_1 .product_wrapper .product_price span + span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    color: #b6b6b6;
}
.scheme_1 .product_wrapper .product_links {
    margin-top: 28px;
}
.scheme_1 .product_wrapper .product_links_abs {
    position: absolute;
    top: -82px;
    left: 38px;
}
.scheme_1 .product_wrapper .product_links_abs .btn_icon {
    margin-right: 10px;
}
.scheme_1 .product_listing_main .product_wrapper {
    padding: 94px 0 50px 0;
}
.scheme_1 .product_listing_main .product_img a {
    display: block;
    position: relative;
}
.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: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
}
.scheme_1 .product_listing_main .product_img .product_img_wrapper {
    display: block;
    position: relative;
}
.scheme_1 .product_listing_main .product_img span.product_badge {
    display: block;
    padding: 5px 10px;
    position: absolute;
    top: 0px;
    min-width: 55px;
    font-size: 14px;
    text-transform: uppercase;
    height: 29px;
    line-height: 29px;
    padding: 0 9px;
    letter-spacing: 1px;
    color: #fff;
    z-index: 100;
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 0 0;
}
.scheme_1 .product_listing_main .product_img span.product_badge:after,
.scheme_1 .product_listing_main .product_img span.product_badge:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 11px;
    border-color: transparent transparent transparent #3ad1d1;
    position: absolute;
    right: -10px;
    top: 14px;
}
.scheme_1 .product_listing_main .product_img span.product_badge:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 11px;
}
.scheme_1 .product_listing_main .product_img span.product_badge:before {
    width: 0;
    height: 0;
    left: auto;
    top: 0;
    right: -10px;
    border-style: solid;
    border-width: 15px 11px 0 0;
}
.scheme_1 .product_listing_main .product_img span.new {
    background: #31373d;
    left: 59px;
}
.scheme_1 .product_listing_main .product_img span.new:after {
    border-color: transparent transparent transparent #313041;
}
.scheme_1 .product_listing_main .product_img span.new:before {
    border-color: #313041 transparent transparent transparent;
}
.scheme_1 .product_listing_main .product_img span.sale {
    background: #b6b6b6;
    left: 112px;
}
.scheme_1 .product_listing_main .product_img span.sale:after {
    border-color: transparent transparent transparent #b6b6b6;
}
.scheme_1 .product_listing_main .product_img span.sale:before {
    border-color: #b6b6b6 transparent transparent transparent;
}
.scheme_1 .product_listing_main .product_name {
    padding-top: 35px;
}
.scheme_1 .product_listing_main .product_desc {
    display: none;
}
.scheme_1 .product_listing_main .product_links form {
    display: inline-block;
}
.scheme_1 .homepage_carousel_title {
    margin-top: 89px;
    line-height: 1;
    letter-spacing: 1.8px;
}
.scheme_1 .homepage_carousel_title span {
    display: block;
}
.scheme_1 .homepage_carousel {
    position: relative;
}
.scheme_1 .homepage_carousel .swiper-container {
    margin: 0 -50px;
    padding: 0 50px;
}
.scheme_1 .homepage_carousel .swiper-container:before,
.scheme_1 .homepage_carousel .swiper-container:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 35px;
    right: 0;
    background: #fff;
    z-index: 99;
}
.scheme_1 .homepage_carousel .swiper-container:before {
    left: 0px;
}
.scheme_1 .homepage_carousel .swiper_btn {
    margin: -15px 0 0 0;
    position: absolute;
    top: 50%;
    bottom: 30px;
    width: 35px;
    height: 70px;
    color: #3ad1d1;
    font-size: 50px;
    -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;
    opacity: 0.5;
    z-index: 11;
    cursor: pointer;
}
.scheme_1 .homepage_carousel .swiper_btn:hover {
    opacity: 1;
}
.scheme_1 .homepage_carousel .swiper_btn:before {
    display: block;
    font: 50px/70px "FontAwesome";
}
.scheme_1 .homepage_carousel .btn_prev {
    left: -50px;
}
.scheme_1 .homepage_carousel .btn_prev:before {
    content: "\f053";
}
.scheme_1 .homepage_carousel .btn_next {
    right: -50px;
    text-align: right;
}
.scheme_1 .homepage_carousel .btn_next:before {
    content: "\f054";
}
.scheme_1 .product_collection.item3_1 {
    clear: left;
}
.scheme_1 .product_collection .product_img a {
    padding: 20px;
}
.scheme_1 .product_collection .product_wrapper {
    padding-top: 40px;
    padding-bottom: 0px;
}
.scheme_1 .view_list .product {
    width: 100%;
    float: none;
    overflow: hidden;
}
.scheme_1 .view_list .product_img {
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
}
.scheme_1 .view_list .product_img .img_1_wrapper,
.scheme_1 .view_list .product_img .img_2_wrapper img {
    padding: 10px;
}
.scheme_1 .view_list .product_sale {
    margin-top: 0;
}
.scheme_1 .view_list .product_name {
    padding-top: 10px;
}
.scheme_1 .view_list .product_info {
    padding-top: 0;
    overflow: hidden;
    text-align: left;
}
.scheme_1 .view_list .product_info .btn {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_1 .view_list .product_info .btn:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_1 .view_list .product_desc__long {
    display: block;
}
.scheme_1 .view_list .product_price {
    margin-top: 5px;
    min-height: 0;
}
.scheme_1 .view_list .product_links {
    margin-top: 15px;
}
.scheme_1 .view_list .product_links .btn {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}
.scheme_1 .section_bg + footer {
    margin-top: 0;
}
.scheme_1 footer {
    position: relative;
    margin: 90px 0 0 0;
    color: #3ad1d1;
    background: #313041;
}
.scheme_1 footer h6 {
    margin: 0;
    font-size: 20px;
    color: #3ad1d1;
    letter-spacing: 1.2px;
}
.scheme_1 footer .footer_block {
    padding-top: 127px;
}
.scheme_1 footer .footer_top {
    padding-bottom: 86px;
}
.scheme_1 footer .footer_contacts,
.scheme_1 footer .footer_links {
    margin-top: 27px;
}
.scheme_1 footer .footer_links li {
    margin-top: 8px;
}
.scheme_1 footer .footer_links li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}
.scheme_1 footer .footer_links li.active a,
.scheme_1 footer .footer_links li a:hover {
    color: #3ad1d1;
}
.scheme_1 footer .footer_contacts {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.scheme_1 footer .footer_contacts li {
    margin-top: 20px;
    position: relative;
    padding-left: 47px;
}
.scheme_1 footer .footer_contacts a {
    color: #fff;
}
.scheme_1 footer .footer_contacts a:hover {
    color: #3ad1d1;
}
.scheme_1 footer .footer_contacts .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.scheme_1 footer .contacts_phone_text {
    display: block;
}
.scheme_1 footer .contacts_phone a {
    margin-top: -4px;
    display: inline-block;
    font-size: 30px;
    font-style: italic;
}
.scheme_1 footer .footer_social {
    margin-top: 34px;
}
.scheme_1 footer .footer_social li {
    display: inline-block;
    margin-right: 25px;
}
.scheme_1 footer .footer_social a {
    font-size: 26px;
    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 footer .footer_social a:hover {
    color: #3ad1d1;
}
.scheme_1 footer .footer_bottom {
    padding-bottom: 40px;
}
.scheme_1 footer .footer_logo {
    margin-left: -23px;
    float: left;
}
.scheme_1 footer .copyright {
    float: right;
    color: #fff;
    font-size: 16px;
}
.scheme_1 footer .copyright a {
    color: #3ad1d1;
}
.scheme_1 footer .copyright a:hover {
    color: #fff;
}
.scheme_1 footer .copyright p {
    margin-top: 27px;
}
.scheme_1 #back_top {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 0 0 615px;
    background: #3ad1d1;
    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;
    -webkit-box-shadow: 0 12px 12px 2px rgba(58, 209, 209, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(58, 209, 209, 0.35);
    box-shadow: 0 12px 12px 2px rgba(58, 209, 209, 0.35);
}
.scheme_1 #back_top:before {
    content: "\f106";
    font: 25px/48px "FontAwesome";
}
.scheme_1 #back_top:hover {
    background: #313041;
    -webkit-box-shadow: 0 12px 12px 2px rgba(49, 48, 65, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(49, 48, 65, 0.35);
    box-shadow: 0 12px 12px 2px rgba(49, 48, 65, 0.35);
}
.scheme_1 .breadcrumb_wrap {
    margin: 15px 0 30px;
}
.scheme_1 .breadcrumb {
    margin: 0;
    padding: 7px 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.scheme_1 .breadcrumb a,
.scheme_1 .breadcrumb > li + li:before {
    color: #b6b6b6;
}
.scheme_1 .breadcrumb a:hover {
    color: #3ad1d1;
}
.scheme_1 .collection_info {
    margin: 0;
}
.scheme_1 .collection_info .collection_img {
    margin-top: 25px;
    padding: 4px;
    text-align: center;
    border: 1px solid #e8ebec;
}
.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: #31373d;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -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: #3ad1d1;
    color: #fff;
}
.scheme_1 .product_listing_controls {
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0 10px 10px 10px;
    background: rgba(0, 0, 0, 0.01);
    border: 1px solid #e8ebec;
}
.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: #b6b6b6;
    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:hover {
    color: #3ad1d1;
}
.scheme_1 .product_listing_toggle li.active {
    background: #fff;
    border-color: #e8ebec;
    color: #31373d;
    cursor: default;
}
.scheme_1 .product_listing_toggle li i {
    font-size: 17px;
    line-height: 30px;
}
.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;
}
.scheme_1 .collection_listing_item.item_4_1 {
    clear: left;
}
.scheme_1 .collection_listing_item .collection_img {
    text-align: center;
}
.scheme_1 .collection_listing_item .collection_img a {
    display: block;
    padding: 10px;
    background: #f7f7f7;
}
.scheme_1 .collection_listing_item .collection_img a:hover {
    background: #e1e1e1;
}
.scheme_1 .collection_listing_item .collection_name {
    margin: 15px 0 0 0;
    text-transform: none;
}
.scheme_1 .collection_listing_item .collection_products {
    margin: 5px 0 0 0;
    color: #313041;
}
.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: #31373d;
    font-size: 13px;
    line-height: 29px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.scheme_1 #pagination span.page a {
    width: 30px;
    padding: 0;
    text-align: center;
}
.scheme_1 #pagination span a:hover {
    background: #3ad1d1;
    color: #fff;
}
.scheme_1 #pagination span.current {
    width: 30px;
    height: 30px;
    background: #3ad1d1;
    font-size: 13px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    cursor: default;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.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 .sidebar_widget__products .widget_content {
    margin-top: 20px;
}
.scheme_1 .list_links li {
    padding: 5px 0px;
}
.scheme_1 .list_links li a {
    color: #b6b6b6;
}
.scheme_1 .list_links li a.active,
.scheme_1 .list_links li a:hover {
    color: #3ad1d1;
}
.scheme_1 .list_products .product {
    margin-top: 10px;
    overflow: hidden;
    padding: 15px;
    background: #f7f7f7;
}
.scheme_1 .list_products .product_img {
    width: 100px;
    float: left;
    margin-right: 15px;
    text-align: center;
}
.scheme_1 .list_products .product_img a {
    display: block;
    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_name {
    padding: 0;
    font-size: 15px;
}
.scheme_1 .list_products .product_info {
    overflow: hidden;
}
.scheme_1 .list_products .product_links {
    margin-top: 0;
    padding: 10px 0 0;
    text-align: left;
    width: auto;
}
.scheme_1 .list_products .product_links .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_1 .list_products .product_links .btn:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_1 .list_products .product_price {
    padding: 5px 0 0;
}
.scheme_1 .list_products .product_price .money {
    font-size: 20px;
}
.scheme_1 .list_products .product_price .compare-at-price {
    font-size: 14px;
}
.scheme_1 .sidebar_widget__search {
    height: 40px;
    padding: 0 38px 0 0;
    border: 1px solid #e8ebec;
    margin-top: -3px;
}
.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: #31373d;
    -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: #3ad1d1;
}
.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 #e8ebec;
}
.scheme_1 .sidebar_widget__articles img {
    width: 145px;
    float: left;
    margin: 0 15px 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_title a {
    color: #3ad1d1;
}
.scheme_1 .sidebar_widget__articles .article_title a:hover {
    color: #313041;
}
.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 #e8ebec;
}
.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: #b6b6b6;
}
.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 #e8ebec;
}
.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: #3ad1d1;
    -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: #30353c;
}
.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 0px;
    border-bottom: 1px solid #e8ebec;
}
.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;
    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 #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 #e8ebec;
}
.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 {
    background: rgba(0, 0, 0, 0.05);
}
.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;
    border: 1px solid #e8ebec;
}
.scheme_1 .product_images a img {
    max-width: 100%;
    background: rgba(0, 0, 0, 0.05);
    -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_images a:hover img {
    background: rgba(0, 0, 0, 0.01);
}
.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;
    -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;
    opacity: 0.5;
}
.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 #e8ebec;
}
.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 #e8ebec;
}
.scheme_1 .product_info__wrapper .product_details b {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    color: #31373d;
    cursor: default;
}
.scheme_1 .product_info__wrapper .product_details__item {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #b6b6b6;
}
.scheme_1 .product_info__wrapper .product_details__item a {
    color: #b6b6b6;
    text-decoration: underline;
}
.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: #ff0000;
    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: #31373d;
    cursor: default;
}
.scheme_1 #purchase {
    margin: 15px 0 0 0;
}
.scheme_1 #purchase label {
    display: block;
}
.scheme_1 .quantity_box {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.scheme_1 .quantity_box input {
    width: 54px;
    height: 24px;
    display: block;
    padding: 0;
    background: none;
    border: 2px solid #e8ebec !important;
    font-size: 15px;
    text-align: center;
    color: #31373d;
    -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 #e8ebec;
    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: #31373d;
}
.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: #3ad1d1;
}
.scheme_1 .quantity_box .quantity_modifier:hover:hover {
    color: #3ad1d1;
}
.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;
}
.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;
}
.scheme_1 #purchase #add-to-cart {
    height: 50px;
    line-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: 4px 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 #e8ebec;
}
.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;
    font-size: 40px;
}
.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 .product_pagination .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 .product_pagination .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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 {
    padding-top: 40px;
}
.scheme_1 ul.product_listing_related .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 ul.product_listing_related .product_img a:hover {
    opacity: 0.7;
}
.scheme_1 ul.product_listing_related .product_wrapper:hover:after {
    bottom: -15px;
}
.scheme_1 .article_title {
    font-weight: normal;
    font-size: 16px;
    color: #31373d;
    text-transform: none;
}
.scheme_1 .article_title a {
    color: #30353c;
}
.scheme_1 .article_title a:hover {
    color: #3ad1d1;
}
.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 #e8ebec;
}
.scheme_1 .blog_tags {
    font-size: 0;
}
.scheme_1 .blog_tags a {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 5px 10px;
    background: none;
    font-size: 18px;
    color: #b6b6b6;
    border: 2px solid #e8ebec;
}
.scheme_1 .blog_tags a:before {
    content: "\f02b";
    margin: 0 5px 0 0;
    font: 12px "FontAwesome";
    color: #b6b6b6;
    -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: #3ad1d1;
    border-color: #3ad1d1;
    color: #fff;
}
.scheme_1 .blog_tags a:hover:before {
    color: #fff;
}
.scheme_1 .blog_tags a.tag_active {
    background: #3ad1d1;
    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 #e8ebec;
}
.scheme_1 .blog_listing__article .article_img {
    margin-bottom: 20px;
}
.scheme_1 .blog_listing__article .article_img img {
    max-height: 300px;
}
.scheme_1 .blog_listing__article .article_title {
    margin: -6px 0 0;
    font-size: 30px;
}
.scheme_1 .blog_listing__article .article_title a {
    color: #3ad1d1;
}
.scheme_1 .blog_listing__article .article_title a:hover {
    color: #b6b6b6;
}
.scheme_1 .blog_listing__article .article_body {
    margin: 30px 0;
    overflow: hidden;
}
.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 #e8ebec;
}
.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);
}
.scheme_1 .article_comments__list ul li time span {
    margin: 0 0 0 12px;
    padding: 0 0 0 12px;
    border-left: 1px solid #e8ebec;
}
.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 #e8ebec;
}
.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: 25px 0 0 5px;
}
.scheme_1 .account_section {
    margin: 30px 0 0 0;
    padding: 30px;
    border: 1px solid #e8ebec;
    border-top: 2px solid #b6b6b6;
}
.scheme_1 .account_section h4 {
    overflow: hidden;
    margin: 0;
}
.scheme_1 .account_section h4 span {
    margin-top: 5px;
    float: right;
    vertical-align: top;
    font-size: 18px;
}
.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: 2px 5px 0 0;
    font: 16px/21px "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;
    margin-bottom: 5px;
}
.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 #b6b6b6;
    font: 15px/25px "FontAwesome";
    color: #31373d;
    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 #address_add__close {
    margin-left: 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 #e8ebec;
    border-top: 2px solid #313041;
    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 #e8ebec;
    border-top: 2px solid #313041;
    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: #31373d;
    text-transform: uppercase;
}
.scheme_1 #account_login .account_left ul li:before {
    content: "\f00c";
    margin: 0 7px 0 0;
    font: 14px "FontAwesome";
    color: #b6b6b6;
}
.scheme_1 #account_login .account_left .btn {
    margin-top: 15px;
}
.scheme_1 #account_guest {
    margin: 30px 0 0 0;
    padding: 30px;
    border: 1px solid #e8ebec;
}
.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 #e8ebec;
    position: relative;
}
.scheme_1 .account_area .page_heading a {
    display: block;
    float: right;
    margin: 3px 0 0 10px;
    font-size: 14px;
}
.scheme_1 .account_area .page_heading a.link_logout {
    position: absolute;
    right: 0;
    top: 5px;
}
.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: #b6b6b6;
}
.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 #e8ebec;
}
.scheme_1 .table_info td {
    padding: 5px 0;
}
.scheme_1 .table_info td ~ td {
    padding: 5px 0 5px 5px;
    color: #31373d;
    text-align: right;
}
.scheme_1 .table_orders thead {
    border-bottom: 2px solid #e8ebec;
}
.scheme_1 .table_orders th {
    padding: 5px 7px;
    border: 1px solid #e8ebec;
    color: #31373d;
    text-transform: uppercase;
}
.scheme_1 .table_orders td {
    padding: 5px 7px;
    border: 1px solid #e8ebec;
}
.scheme_1 .table_orders tfoot {
    border-top: 2px solid #e8ebec;
}
.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 #e8ebec;
    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 #e8ebec;
}
.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 #e8ebec;
    font-size: 14px;
    color: #31373d;
    text-transform: uppercase;
}
.scheme_1 .cart_list th ~ th {
    text-align: center;
}
.scheme_1 .cart_list td {
    padding: 20px;
    border: 1px solid #e8ebec;
}
.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__img a {
    display: block;
    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 .cart_item__img a:hover {
    opacity: 0.7;
}
.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: #31373d;
}
.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: #31373d;
}
.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;
    height: 30px;
    line-height: 26px;
    margin: 5px 0 0 0;
    font-size: 11px;
    padding: 0 7px;
    font-weight: 400;
    text-transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 .cart_item .cart_update:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 .cart_item__remove {
    font-size: 14px;
    color: #3ad1d1;
}
.scheme_1 .cart_item__remove i {
    vertical-align: baseline;
}
.scheme_1 .cart_item__remove:hover {
    color: #31373d;
}
.scheme_1 .cart_list .cart_buttons .btn {
    float: right;
    margin: 0 0 0 20px;
    font-size: 15px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 .cart_list .cart_buttons .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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 #e8ebec;
    font-size: 16px;
    color: #31373d;
}
.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: #31373d;
}
.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: 21px 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;
    height: 38px;
    line-height: 38px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_1 .cart_list .cart_summary .cart_summary__checkout .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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 #e8ebec;
}
.scheme_1 #contact_page #google_map iframe {
    width: 100%;
}
.scheme_1 #contact_page .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 #e8ebec;
}
.scheme_1 .page_sitemap ul {
    list-style-type: disc;
    padding-left: 15px;
}
.scheme_1 .page_sitemap ul li {
    margin-top: 7px;
}
.scheme_1 .page_sitemap ul li a {
    color: #b6b6b6;
}
.scheme_1 .page_sitemap ul li a:hover {
    color: #3ad1d1;
}
.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_wrapper {
    padding: 50px 0 0;
}
.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:nth-child(3n + 1) {
    clear: left;
}
.scheme_1 .product_wishlist:nth-child(3n + 1) .product_wrapper:before {
    display: none;
}
.scheme_1 .wishlist_form {
    display: inline-block;
}
.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: #3ad1d1;
}
.scheme_1 #scheme_1 .color_2 {
    background: #313041;
}
.scheme_1 #scheme_2 .color_1 {
    background: #fa8b22;
}
.scheme_1 #scheme_2 .color_2 {
    background: #30353c;
}
.scheme_1 #scheme_3 .color_1 {
    background: #28d793;
}
.scheme_1 #scheme_3 .color_2 {
    background: #30353c;
}
.scheme_1 #scheme_4 .color_1 {
    background: #f4522c;
}
.scheme_1 #scheme_4 .color_2 {
    background: #33393f;
}
.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 .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: -22px 0 0 -22px;
    top: 50%;
}
.scheme_2 #page_preloader.off {
    opacity: 0;
}
.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 .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: #fa8b22;
    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: #fa8b22;
}
.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;
    height: 40px;
    line-height: 40px;
}
.scheme_2 .fancybox_alert .btn ~ .btn {
    margin: 15px 0 0 5px;
}
.scheme_2 #cart_added .cart_added__row {
    height: 130px;
    display: table;
}
.scheme_2 #cart_added h4 {
    margin: 0 0 15px 0;
    text-align: center;
    max-width: 420px;
}
.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 #e8ebec;
}
.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;
    text-transform: none;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 .cart_added__2 .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 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 #e8ebec;
}
.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: #31373d;
}
.scheme_2 #quick_view__name {
    margin: 0;
    font-size: 22px;
}
.scheme_2 #quick_view__name a {
    color: #fa8b22;
}
.scheme_2 #quick_view__name a:hover {
    color: #30353c;
}
.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: #b6b6b6;
    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;
    line-height: 50px;
    margin: 10px 10px 0 0;
    padding: 0 20px;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 body {
    font: normal 18px Roboto Condensed;
    color: #b6b6b6;
    line-height: 1.388;
}
.scheme_2 h1,
.scheme_2 h2,
.scheme_2 h3,
.scheme_2 h4,
.scheme_2 h5,
.scheme_2 h6 {
    margin: 15px 0;
    font: bold 40px Roboto Condensed;
    line-height: 1.12;
    color: #30353c;
    text-transform: uppercase;
    font-style: italic;
}
.scheme_2 h2 {
    font-size: 30px;
}
.scheme_2 h3 {
    font-size: 28px;
}
.scheme_2 h4 {
    font-size: 26px;
}
.scheme_2 h5 {
    font-size: 24px;
}
.scheme_2 h6 {
    font-size: 22px;
}
.scheme_2 h2 {
    font-size: 30px;
}
.scheme_2 h3 {
    font-size: 28px;
}
.scheme_2 h4 {
    font-size: 26px;
}
.scheme_2 h5 {
    font-size: 24px;
}
.scheme_2 h6 {
    font-size: 22px;
}
.scheme_2 .page_heading {
    font-size: 30px;
}
.scheme_2 .section_heading {
    font-size: 40px;
}
.scheme_2 .section_heading,
.scheme_2 .page_heading {
    margin: 0;
}
.scheme_2 .section_heading a,
.scheme_2 .page_heading a {
    font-weight: inherit;
}
.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: #3ad1d1;
    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: #30353c;
}
.scheme_2 .product_name {
    font-weight: bold;
    font-size: 20px;
    color: #30353c;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}
.scheme_2 .product_name a {
    color: #30353c;
    -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: #fa8b22;
}
.scheme_2 .product_desc {
    font-size: 15px;
    color: #b6b6b6;
}
.scheme_2 .money {
    color: #fa8b22;
}
.scheme_2 .money_sale,
.scheme_2 .compare-at-price {
    color: #b6b6b6;
    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 h2 {
    font-size: 30px;
}
.scheme_2 .rte h3 {
    font-size: 28px;
}
.scheme_2 .rte h4 {
    font-size: 26px;
}
.scheme_2 .rte h5 {
    font-size: 24px;
}
.scheme_2 .rte h6 {
    font-size: 22px;
}
.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: #b6b6b6;
    text-transform: uppercase;
}
.scheme_2 .page_content .rte table h4 {
    font-size: 18px;
}
.scheme_2 label {
    font-weight: bold;
    font-size: 18px;
}
.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 #e8ebec;
    font: normal 13px "Arial";
    color: #b6b6b6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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: 72px;
    line-height: 72px;
    padding: 0px 35px;
    font-weight: 700;
    background: #fa8b22;
    border: 0;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -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;
    -webkit-box-shadow: 0 15px 20px 5px rgba(250, 139, 34, 0.35);
    -moz-box-shadow: 0 15px 20px 5px rgba(250, 139, 34, 0.35);
    box-shadow: 0 15px 20px 5px rgba(250, 139, 34, 0.35);
}
.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: #fa8b22;
    color: #fff;
}
.scheme_2 .btn:hover,
.scheme_2 .btn:hover a,
.scheme_2 .btn-info:hover,
.scheme_2 .btn-primary:hover {
    background: #30353c;
    color: #fff;
    -webkit-box-shadow: 0 15px 20px 5px rgba(48, 53, 60, 0.35);
    -moz-box-shadow: 0 15px 20px 5px rgba(48, 53, 60, 0.35);
    box-shadow: 0 15px 20px 5px rgba(48, 53, 60, 0.35);
}
.scheme_2 .btn-alt,
.scheme_2 .btn-alt a {
    background: #fa8b22;
}
.scheme_2 .btn-alt:hover,
.scheme_2 .btn-alt:hover a {
    background: #30353c;
}
.scheme_2 .btn_icon {
    font-size: 28px;
    color: #30353c;
}
.scheme_2 .btn_icon:hover {
    color: #fa8b22;
}
.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 .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.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: 782px !important;
    max-width: 100% !important;
    background: #31373d;
}
.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 {
    margin: 0;
    background: none;
    color: #fff;
    right: 5px;
    top: 5px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.scheme_2 #newsletter_popup__wrap .fancybox-close:before {
    font-size: 20px;
}
.scheme_2 #newsletter_popup__wrap .fancybox-close:hover {
    color: #fa8b22;
}
.scheme_2 #newsletter_popup {
    height: 100% !important;
    padding: 60px 90px 70px;
    text-align: center;
}
.scheme_2 #newsletter_popup h2 {
    color: #fff;
}
.scheme_2 #newsletter_popup p {
    color: #fff;
}
.scheme_2 #newsletter_popup form {
    padding: 8px 9px 0;
    text-align: center;
    font-size: 0;
}
.scheme_2 #newsletter_popup form input {
    width: 280px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
}
.scheme_2 #newsletter_popup form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
}
.scheme_2 #newsletter_popup .form_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.scheme_2 #newsletter_popup .form_wrapper input {
    border-color: #fff;
    color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
    -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;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.scheme_2 #newsletter_popup .form_wrapper .btn {
    margin-left: 10px;
    padding: 0 35px;
    -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 #newsletter_popup .form_wrapper .btn:hover {
    background: #fff;
    color: #30353c;
}
.scheme_2 #newsletter_popup .newsletter_off__wrap {
    margin: 30px 0 0 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.scheme_2 #newsletter_popup #newsletter_off {
    height: auto;
    padding: 10px 15px;
    background: none !important;
    border: none !important;
    font-size: 12px;
    color: #fa8b22 !important;
    cursor: pointer;
}
.scheme_2 #newsletter_popup #newsletter_off:hover {
    color: #fff !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: 46px;
}
.scheme_2 #newsletter_popup .newsletter_success {
    font-weight: bold;
    color: #119000;
    text-align: center;
}
.scheme_2 #promobanner {
    height: 160px;
    background: url(//cdn.shopify.com/s/files/1/1774/5405/t/2/assets/promobanner_bg.png?10628411636169180956) 50% 0 no-repeat;
    background-color: #3ad1d1;
    position: relative;
}
.scheme_2 #promobanner_close {
    display: block;
    vertical-align: top;
    color: #fff;
    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: #31373d;
}
.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;
    float: left;
}
.scheme_2 .promobanner_content img {
    float: left;
}
.scheme_2 .promobanner_text {
    min-width: 700px;
    float: left;
    text-align: center;
    text-transform: uppercase;
}
.scheme_2 .promobanner_text h2 {
    margin: 25px 0 0 0;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}
.scheme_2 .promobanner_text h3 {
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.scheme_2 .promobanner_text .btn {
    height: 40px;
    line-height: 40px;
    margin: 16px 0 0 0;
    background: #fff !important;
    border-color: #fff !important;
    color: #31373d !important;
}
.scheme_2 .promobanner_text .btn:hover {
    background: #31373d !important;
    border-color: #31373d !important;
    color: #fff !important;
}
.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: #fff;
    text-align: center;
}
.scheme_2 #promobanner_countdown span {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 54px 0 0 -100px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.scheme_2 header {
    padding-bottom: 35px;
}
.scheme_2 .header_top {
    height: 52px;
    margin-bottom: 30px;
    line-height: 52px;
    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;
    border-bottom: 2px solid #e8ebec;
}
.scheme_2 .header_user {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0px 10px 0px 30px;
}
.scheme_2 .header_user li {
    display: inline-block;
    padding-right: 16px;
    font-size: 13px;
    text-transform: uppercase;
}
.scheme_2 .header_user li a {
    color: #30353c;
}
.scheme_2 .header_user li a:hover {
    color: #fa8b22;
}
.scheme_2 .header_user li a i {
    margin: 0 5px 0 0;
    line-height: 52px;
}
.scheme_2 .header_social {
    -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;
    height: 51px;
    padding: 0 17px;
    border-left: 2px solid #e8ebec;
    white-space: nowrap;
}
.scheme_2 .header_social li {
    display: inline-block;
    padding: 0 10px;
}
.scheme_2 .header_social li a {
    display: inline-block;
    font-size: 11px;
    color: #30353c;
}
.scheme_2 .header_social li a i {
    line-height: 52px;
}
.scheme_2 .header_social li a:hover {
    color: #fa8b22;
}
.scheme_2 .header_currency {
    -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;
    height: 51px;
    border-left: 2px solid #e8ebec;
}
.scheme_2 .header_currency select {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.scheme_2 .header_currency .jq-selectbox {
    width: 105px;
    padding: 0 28px 0 27px;
}
.scheme_2 .header_currency .jq-selectbox__select {
    padding: 0;
}
.scheme_2 .header_currency .jq-selectbox__select-text {
    font-size: 13px;
    text-transform: uppercase;
    color: #30353c;
    letter-spacing: 0.78px;
}
.scheme_2 .header_currency .jq-selectbox__trigger i {
    right: 0px;
    top: 50%;
    margin-top: -8px;
    font-size: 13px;
    color: #fa8b22;
}
.scheme_2 .header_currency .jq-selectbox__dropdown {
    width: 105px;
    top: 52px !important;
    right: 0;
    margin-right: 2px;
    background: #fff;
    border: 2px solid #e8ebec;
    border-top: 0;
}
.scheme_2 .header_currency .jq-selectbox__dropdown ul {
    padding: 7px 5px;
    text-align: center;
}
.scheme_2 .header_currency .jq-selectbox__dropdown ul li {
    font-size: 13px;
    color: #b6b6b6;
    line-height: 2;
}
.scheme_2 .header_currency .jq-selectbox__dropdown ul li.sel,
.scheme_2 .header_currency .jq-selectbox__dropdown ul li:hover {
    color: #fa8b22;
}
.scheme_2 .header_center {
    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;
    height: 66px;
    padding: 0 65px;
    background: #fff;
    position: relative;
    z-index: 999;
}
.scheme_2 .header_center.megamenu_stuck {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.scheme_2 .header_center.megamenu_stuck .menu_badge {
    display: none !important;
}
.scheme_2 .header_center.megamenu_stuck #megamenu.megamenu_desktop .level_2_wrap {
    top: 66px;
}
.scheme_2 .logo_main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -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%;
}
.scheme_2 .logo_main a {
    color: #30353c;
    display: inline-block;
}
.scheme_2 .logo_main b {
    font-size: 30px;
    font-style: italic;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    line-height: 1em;
}
.scheme_2 .logo_main span {
    display: block;
    font-size: 12px;
    color: #fa8b22;
    font-style: italic;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    line-height: 1em;
}
.scheme_2 .logo_main img {
    margin-right: 11px;
}
.scheme_2 .header_search {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 43%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 43%;
    -ms-flex: 1 1 43%;
    flex: 1 1 43%;
    margin: 0 10px;
}
.scheme_2 .header_search form {
    position: relative;
    margin: 0 auto;
    max-width: 270px;
    padding-left: 54px;
    border: 2px solid #e8ebec;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
}
.scheme_2 .header_search form:before {
    content: "\e13d";
    font-family: "material-design";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    line-height: 55px;
    font-size: 30px;
    width: 54px;
    text-align: center;
    color: #30353c;
}
.scheme_2 .header_search #search-field {
    border: none;
    padding: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    font-family: Roboto Condensed;
}
.scheme_2 .header_search #search-field:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 .header_search #search-submit:hover {
    color: #30353c;
}
.scheme_2 .header_cart {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 7%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 7%;
    -ms-flex: 1 1 7%;
    flex: 1 1 7%;
}
.scheme_2 .header_cart a {
    position: relative;
    display: inline-block;
    min-width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #30353c;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.scheme_2 .header_cart a:hover {
    background: #fa8b22;
}
.scheme_2 .header_cart a:hover .icon + span {
    background: #30353c;
}
.scheme_2 .header_cart a .icon {
    font-size: 30px;
}
.scheme_2 .header_cart a .icon + span {
    display: block;
    position: absolute;
    right: -10px;
    top: -4px;
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 10px;
    background: #fa8b22;
    color: #fff;
    -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 #megamenu {
    z-index: 999;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -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 #megamenu.megamenu_desktop h2 {
    display: none;
}
.scheme_2 #megamenu.megamenu_desktop .level_1_item {
    display: inline-block;
    padding: 0 23px;
}
.scheme_2 #megamenu.megamenu_desktop .level_1_link {
    height: 66px;
    display: block;
    font-size: 15px;
    line-height: 66px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #30353c;
    font-family: 40px;
}
.scheme_2 #megamenu.megamenu_desktop .menu_badge {
    height: 16px;
    line-height: 16px;
    display: block;
    padding: 0 5px;
    background: #30353c;
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 0;
    top: -8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.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: #fa8b22;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_small__wrap {
    position: relative;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_wrap {
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 119px;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.scheme_2 #megamenu.megamenu_desktop .level_2_small li + li {
    margin-top: 12px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_small a {
    text-transform: uppercase;
    white-space: nowrap;
    color: #b6b6b6;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_small a:hover {
    color: #fa8b22;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big {
    width: 1170px;
    padding: 44px 30px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .column_item {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .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_big .level_2_links .column_item {
    width: 19%;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_links li {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_links li + li {
    margin-top: 12px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_links li a {
    color: #b6b6b6;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_links li a:hover {
    color: #fa8b22;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_links .level_3 {
    margin-top: 32px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog {
    padding-top: 3px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .column_item {
    width: 33.33333333333333%;
    overflow: hidden;
    padding: 0;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .column_item:nth-child(1) .blog_title a:hover {
    color: #31373d;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img {
    position: relative;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fa8b22;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img img {
    opacity: 0.3;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
}
@supports (object-fit: cover) {
    .scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img img {
        object-fit: cover;
    }
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img + .blog_info {
    min-height: 550px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_info {
    position: relative;
    padding: 16px 50px 40px;
    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 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_info * {
    color: #fff;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_title {
    margin-bottom: 0;
    font-size: 40px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_title a:hover {
    color: #fa8b22;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_date {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.6px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_content {
    margin-top: 20px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .btn {
    margin-top: 30px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(1) .btn {
    background: #30353c;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(1) .btn:hover {
    background: #fff;
    color: #30353c;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(2) .blog_img {
    background: black;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(3) .blog_img {
    background: #30353c;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(3) .btn {
    background: #fff;
    color: #31373d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(3) .btn:hover {
    background: #fa8b22;
    color: #fff;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_products .product_name {
    margin-top: 40px;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .level_2_products .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 #megamenu.megamenu_desktop .level_2_big .level_2_products .product_img a:hover {
    opacity: 0.7;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_big .column_item {
    width: 33.3333333%;
}
.scheme_2 #megamenu.megamenu_desktop .level_2_trigger {
    margin: 0;
    font-size: 20px;
    color: #fa8b22;
}
.scheme_2 #megamenu.megamenu_mobile {
    position: relative;
    margin-top: 30px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
.scheme_2 #megamenu.megamenu_mobile .container {
    position: relative;
}
.scheme_2 #megamenu.megamenu_mobile h2 {
    height: 59px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 40px 0 30px;
    font-size: 20px;
    line-height: 59px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
    background: #30353c;
    color: #fff;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
}
.scheme_2 #megamenu.megamenu_mobile h2 i {
    position: absolute;
    right: 15px;
    top: 0;
}
.scheme_2 #megamenu.megamenu_mobile h2 i:before {
    content: "\f107";
    font: 30px/59px "FontAwesome";
}
.scheme_2 #megamenu.megamenu_mobile h2.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: 66px;
    padding: 10px 0;
    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);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.scheme_2 #megamenu.megamenu_mobile .level_1 a {
    color: #b6b6b6;
}
.scheme_2 #megamenu.megamenu_mobile .level_1 a:hover {
    color: #fa8b22;
}
.scheme_2 #megamenu.megamenu_mobile .level_1 a.btn_with_icon {
    color: #fff;
}
.scheme_2 #megamenu.megamenu_mobile .level_1 .btn {
    color: #30353c;
}
.scheme_2 #megamenu.megamenu_mobile .level_1 .btn:hover {
    color: #fff;
}
.scheme_2 #megamenu.megamenu_mobile .level_1_item + .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: 16px;
    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;
    width: 100%;
}
.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 #e8ebec;
}
.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 #e8ebec;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    color: #b6b6b6;
    -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 i {
    display: block;
    margin: -15px 0 0 0;
    font: 30px/1em "FontAwesome";
    position: absolute;
    right: 15px;
    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_trigger:hover {
    color: #fa8b22;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .column_item {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #e8ebec;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_img {
    width: 100px;
    float: left;
    margin-right: 14px;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_img .img_1_wrapper {
    padding: 5px;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_img a {
    display: block;
    padding: 5px;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_info {
    overflow: hidden;
    padding-top: 0;
    text-align: left;
    color: #b6b6b6;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_sale {
    margin-top: 0;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_name {
    min-height: 0;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_links {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .btn_icon {
    height: auto;
    margin: 5px 10px 0;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_products .product_price {
    min-height: 0;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_blog .column_item {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #e8ebec;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_blog .item_with_img .blog_img {
    width: 100px;
    max-height: 100px;
    float: left;
    margin-right: 14px;
    overflow: hidden;
}
.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;
    text-transform: none;
    font-size: 18px;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_blog .blog_content {
    margin: 10px 0 0 0;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_blog .btn {
    margin: 10px 0 0 0;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 #megamenu.megamenu_mobile .level_2_blog .btn:hover {
    color: #fff;
}
.scheme_2 #swiper {
    height: auto;
}
.scheme_2 #swiper .swiper-slide > a {
    display: block !important;
}
.scheme_2 #swiper .swiper-slide > a > img {
    width: 100%;
    max-width: 100%;
}
.scheme_2 #swiper .swiper-slide .slider_caption {
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scheme_2 #swiper .swiper-slide .slider_caption p {
    margin: 0;
    color: #fff;
}
.scheme_2 #swiper .swiper-slide .textblock1,
.scheme_2 #swiper .swiper-slide .textblock2 {
    width: 50%;
}
.scheme_2 #swiper .swiper-slide .textblock1 h2 {
    margin: 0;
    font-size: 80px;
    color: #fff;
}
.scheme_2 #swiper .swiper-slide .textblock1 h3 {
    margin: -3px 0 0;
    font-size: 40px;
    color: #fa8b22;
}
.scheme_2 #swiper .swiper-slide .textblock1 {
    float: left;
    width: 40%;
}
.scheme_2 #swiper .swiper-slide .textblock1 img {
    margin-top: 66px;
}
.scheme_2 #swiper .swiper-slide .textblock2 {
    float: right;
    width: 40%;
}
.scheme_2 #swiper .swiper-slide .textblock2 h2 {
    font-size: 40px;
    color: #fff;
}
.scheme_2 #swiper .swiper-slide .textblock2 p {
    margin-top: 26px;
    opacity: 0.7;
}
.scheme_2 #swiper .swiper-slide .textblock2 .btn {
    margin-top: 70px;
    padding: 0 60px;
}
.scheme_2 #swiper .swiper_btn {
    position: absolute;
    bottom: 30px;
    width: 35px;
    height: 70px;
    color: #fff;
    font-size: 50px;
    -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;
    opacity: 0.5;
    cursor: pointer;
    z-index: 10;
}
.scheme_2 #swiper .swiper_btn:hover {
    opacity: 1;
}
.scheme_2 #swiper_btn_prev {
    left: 50%;
    margin-left: -100px;
}
.scheme_2 #swiper_btn_prev:before {
    content: "\f053";
    font-family: "FontAwesome";
}
.scheme_2 #swiper_btn_next {
    right: 50%;
    margin-right: -100px;
}
.scheme_2 #swiper_btn_next:before {
    content: "\f054";
    font-family: "FontAwesome";
}
.scheme_2 #swiper_pagination {
    width: 75px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 40%;
    padding: 30px 0;
    z-index: 10;
    background: #fa8b22;
    -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;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
@media (max-width: 767px) {
    .scheme_2 #swiper_pagination {
        background: rgba(250, 139, 34, 0.5);
    }
}
.scheme_2 #swiper_pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    display: block;
    margin: 22px auto;
    vertical-align: top;
    background: transparent;
    font-size: 0;
    cursor: pointer;
    border: 3px solid #fff;
    -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: border-width 0.3s ease-in-out;
    -moz-transition: border-width 0.3s ease-in-out;
    transition: border-width 0.3s ease-in-out;
}
.scheme_2 #swiper_pagination .swiper-pagination-bullet:hover {
    background: #fa8b22;
    border-width: 7px;
}
.scheme_2 #swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fa8b22;
    border-width: 7px;
    cursor: default;
}
.scheme_2 .section_bg {
    position: relative;
}
.scheme_2 .rd-parallax {
    -webkit-transform: translateZ(0);
}
.scheme_2 .rd-parallax .bg_img {
    z-index: -1;
}
.scheme_2 .rd-parallax-layer > img {
    max-width: none;
}
.scheme_2 .rd-parallax-inner {
    overflow: hidden;
    -webkit-transform: translateZ(0) !important;
}
.scheme_2 .rd-parallax-inner img {
    -webkit-transform: translateZ(0);
}
.scheme_2 .bg_img {
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scheme_2 .bg_img > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.scheme_2 .homepage_brands .flexbox {
    padding: 65px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.scheme_2 .homepage_brands .item {
    margin-top: 69px;
    text-align: center;
}
.scheme_2 .homepage_brands .item a {
    display: block;
    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 .homepage_brands .item a:hover {
    opacity: 0.6;
}
.scheme_2 .homepage_brands .btn_wrapper {
    text-align: center;
    padding: 10px 0 134px;
}
.scheme_2 .section_bg {
    margin-top: 49px;
}
.scheme_2 .section_bg h2 {
    color: #fff;
}
.scheme_2 header + .section_bg,
.scheme_2 .section_bg + .section_bg {
    margin-top: 0;
    background: #fa8b22;
}
.scheme_2 .section_bg:nth-child(2n) {
    background: #30353c;
}
.scheme_2 .showcase {
    padding-top: 98px;
}
.scheme_2 .showcase .flexbox {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.scheme_2 .custom_showcase {
    z-index: 1;
}
.scheme_2 .custom_showcase:hover {
    z-index: 2;
}
.scheme_2 .custom_showcase a {
    display: block;
    -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-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0);
    box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0);
}
.scheme_2 .custom_showcase a:hover {
    -webkit-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0.5);
}
.scheme_2 .custom_showcase .inside {
    position: relative;
    color: #fff;
    background: #30353c;
}
.scheme_2 .custom_showcase .inside img {
    min-width: 0;
    width: 100%;
}
.scheme_2 .custom_showcase .inside h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
}
.scheme_2 .custom_showcase .inside .btn {
    margin-top: 26px;
    letter-spacing: 0.3px;
}
.scheme_2 .custom_showcase .textblock {
    padding: 100px 50px 100px 100px;
}
.scheme_2 .custom_showcase .textblock .btn:hover {
    background: #fff;
    color: #30353c;
}
.scheme_2 .custom_showcase img + .textblock {
    position: absolute;
    left: 0px;
    top: 49%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.scheme_2 .custom_showcase img + .textblock .btn:hover {
    background: #fff;
    color: #30353c;
}
.scheme_2 .custom_showcase:nth-child(1),
.scheme_2 .custom_showcase:nth-child(4) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 32%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 32%;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
}
.scheme_2 .custom_showcase:nth-child(1) img + .textblock .btn,
.scheme_2 .custom_showcase:nth-child(4) img + .textblock .btn {
    background: #dfdfdf;
    color: #30353c;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_2 .custom_showcase:nth-child(1) img + .textblock .btn:hover,
.scheme_2 .custom_showcase:nth-child(4) img + .textblock .btn:hover {
    background: #30353c;
    color: #fff;
}
.scheme_2 .custom_showcase:nth-child(2),
.scheme_2 .custom_showcase:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
}
.scheme_2 .custom_showcase:nth-child(2) .textblock,
.scheme_2 .custom_showcase:nth-child(3) .textblock {
    padding-left: 115px;
}
.scheme_2 .showcase_img {
    position: relative;
}
.scheme_2 .showcase_img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
}
.scheme_2 .showcase_img .textblock {
    position: relative;
    z-index: 2;
}
.scheme_2 .homepage_newsletter .newsletter_wrapper {
    max-width: 970px;
    padding: 78px 0 64px;
    margin: 0 auto;
}
.scheme_2 .homepage_newsletter h2 {
    text-transform: none;
}
.scheme_2 .homepage_newsletter p {
    margin: 9px 0;
}
.scheme_2 .homepage_newsletter .newsletter_flex {
    margin-top: 14px;
    border: 3px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.scheme_2 .homepage_newsletter .newsletter_flex input {
    height: 65px;
    padding: 0 7px 0 12px;
    line-height: 65px;
    font-weight: 400;
    background: none;
    font-size: 18px;
    color: #fff;
    border: 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;
}
.scheme_2 .homepage_newsletter .newsletter_flex input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 .homepage_newsletter .newsletter_flex button {
    margin: -4px -4px -4px 0;
    height: 73px;
    line-height: 72px;
    min-width: 165px;
    text-align: center;
    -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: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 .homepage_newsletter .newsletter_flex button:hover {
    background: #fff;
    color: #31373d;
}
.scheme_2 .homepage_newsletter .form_status {
    margin: 10px 0 0 0;
    font-weight: bold;
}
.scheme_2 .homepage_newsletter .form_status.error {
    color: #f00;
}
.scheme_2 .homepage_newsletter .form_status.success {
    color: #119000;
}
.scheme_2 .homepage_newsletter .bg_img .btn:hover {
    background: #fff;
    color: #31373d;
}
.scheme_2 .product .product_img {
    text-align: center;
}
.scheme_2 .product .product_img a {
    display: block;
    background: #f7f7f7;
}
.scheme_2 .product .product_sale {
    margin-top: 17px;
    font-weight: 700;
    font-size: 15px;
    color: #b6b6b6;
    text-transform: uppercase;
}
.scheme_2 .product .product_sale .icon {
    margin-right: 5px;
    font-size: 18px;
}
.scheme_2 .product .product_sale.active {
    color: #30353c;
}
.scheme_2 .product .product_collection span {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.scheme_2 .product .product_collection span:after {
    content: ",";
}
.scheme_2 .product .product_collection span:last-child:after {
    content: "";
}
.scheme_2 .product .product_links .btn {
    -webkit-box-shadow: 0 12px 12px 2px rgba(250, 139, 34, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(250, 139, 34, 0.35);
    box-shadow: 0 12px 12px 2px rgba(250, 139, 34, 0.35);
}
.scheme_2 .product .product_links .btn:hover {
    -webkit-box-shadow: 0 12px 12px 2px rgba(48, 53, 60, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(48, 53, 60, 0.35);
    box-shadow: 0 12px 12px 2px rgba(48, 53, 60, 0.35);
}
.scheme_2 .product_wrapper .product_img a {
    padding: 70px;
}
.scheme_2 .product_wrapper .product_img a img {
    background: #f7f7f7;
}
.scheme_2 .product_wrapper .product_info {
    position: relative;
}
.scheme_2 .product_wrapper .product_price {
    margin-top: 15px;
    min-height: 61px;
    font-size: 30px;
    color: #fa8b22;
}
.scheme_2 .product_wrapper .product_price span {
    font-weight: 700;
}
.scheme_2 .product_wrapper .product_price span + span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    color: #b6b6b6;
}
.scheme_2 .product_wrapper .product_links {
    margin-top: 28px;
}
.scheme_2 .product_wrapper .product_links_abs {
    position: absolute;
    top: -82px;
    left: 38px;
}
.scheme_2 .product_wrapper .product_links_abs .btn_icon {
    margin-right: 10px;
}
.scheme_2 .product_listing_main .product_wrapper {
    padding: 94px 0 50px 0;
}
.scheme_2 .product_listing_main .product_img a {
    display: block;
    position: relative;
}
.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: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
}
.scheme_2 .product_listing_main .product_img .product_img_wrapper {
    display: block;
    position: relative;
}
.scheme_2 .product_listing_main .product_img span.product_badge {
    display: block;
    padding: 5px 10px;
    position: absolute;
    top: 0px;
    min-width: 55px;
    font-size: 14px;
    text-transform: uppercase;
    height: 29px;
    line-height: 29px;
    padding: 0 9px;
    letter-spacing: 1px;
    color: #fff;
    z-index: 100;
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 0 0;
}
.scheme_2 .product_listing_main .product_img span.product_badge:after,
.scheme_2 .product_listing_main .product_img span.product_badge:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 11px;
    border-color: transparent transparent transparent #fa8b22;
    position: absolute;
    right: -10px;
    top: 14px;
}
.scheme_2 .product_listing_main .product_img span.product_badge:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 11px;
}
.scheme_2 .product_listing_main .product_img span.product_badge:before {
    width: 0;
    height: 0;
    left: auto;
    top: 0;
    right: -10px;
    border-style: solid;
    border-width: 15px 11px 0 0;
}
.scheme_2 .product_listing_main .product_img span.new {
    background: #31373d;
    left: 59px;
}
.scheme_2 .product_listing_main .product_img span.new:after {
    border-color: transparent transparent transparent #30353c;
}
.scheme_2 .product_listing_main .product_img span.new:before {
    border-color: #30353c transparent transparent transparent;
}
.scheme_2 .product_listing_main .product_img span.sale {
    background: #b6b6b6;
    left: 112px;
}
.scheme_2 .product_listing_main .product_img span.sale:after {
    border-color: transparent transparent transparent #b6b6b6;
}
.scheme_2 .product_listing_main .product_img span.sale:before {
    border-color: #b6b6b6 transparent transparent transparent;
}
.scheme_2 .product_listing_main .product_name {
    padding-top: 35px;
}
.scheme_2 .product_listing_main .product_desc {
    display: none;
}
.scheme_2 .product_listing_main .product_links form {
    display: inline-block;
}
.scheme_2 .homepage_carousel_title {
    margin-top: 89px;
    line-height: 1;
    letter-spacing: 1.8px;
}
.scheme_2 .homepage_carousel_title span {
    display: block;
}
.scheme_2 .homepage_carousel {
    position: relative;
}
.scheme_2 .homepage_carousel .swiper-container {
    margin: 0 -50px;
    padding: 0 50px;
}
.scheme_2 .homepage_carousel .swiper-container:before,
.scheme_2 .homepage_carousel .swiper-container:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 35px;
    right: 0;
    background: #fff;
    z-index: 99;
}
.scheme_2 .homepage_carousel .swiper-container:before {
    left: 0px;
}
.scheme_2 .homepage_carousel .swiper_btn {
    margin: -15px 0 0 0;
    position: absolute;
    top: 50%;
    bottom: 30px;
    width: 35px;
    height: 70px;
    color: #fa8b22;
    font-size: 50px;
    -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;
    opacity: 0.5;
    z-index: 11;
    cursor: pointer;
}
.scheme_2 .homepage_carousel .swiper_btn:hover {
    opacity: 1;
}
.scheme_2 .homepage_carousel .swiper_btn:before {
    display: block;
    font: 50px/70px "FontAwesome";
}
.scheme_2 .homepage_carousel .btn_prev {
    left: -50px;
}
.scheme_2 .homepage_carousel .btn_prev:before {
    content: "\f053";
}
.scheme_2 .homepage_carousel .btn_next {
    right: -50px;
    text-align: right;
}
.scheme_2 .homepage_carousel .btn_next:before {
    content: "\f054";
}
.scheme_2 .product_collection.item3_1 {
    clear: left;
}
.scheme_2 .product_collection .product_img a {
    padding: 20px;
}
.scheme_2 .product_collection .product_wrapper {
    padding-top: 40px;
    padding-bottom: 0px;
}
.scheme_2 .view_list .product {
    width: 100%;
    float: none;
    overflow: hidden;
}
.scheme_2 .view_list .product_img {
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
}
.scheme_2 .view_list .product_img .img_1_wrapper,
.scheme_2 .view_list .product_img .img_2_wrapper img {
    padding: 10px;
}
.scheme_2 .view_list .product_sale {
    margin-top: 0;
}
.scheme_2 .view_list .product_name {
    padding-top: 10px;
}
.scheme_2 .view_list .product_info {
    padding-top: 0;
    overflow: hidden;
    text-align: left;
}
.scheme_2 .view_list .product_info .btn {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_2 .view_list .product_info .btn:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_2 .view_list .product_desc__long {
    display: block;
}
.scheme_2 .view_list .product_price {
    margin-top: 5px;
    min-height: 0;
}
.scheme_2 .view_list .product_links {
    margin-top: 15px;
}
.scheme_2 .view_list .product_links .btn {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}
.scheme_2 .section_bg + footer {
    margin-top: 0;
}
.scheme_2 footer {
    position: relative;
    margin: 90px 0 0 0;
    color: #fa8b22;
    background: #30353c;
}
.scheme_2 footer h6 {
    margin: 0;
    font-size: 20px;
    color: #fa8b22;
    letter-spacing: 1.2px;
}
.scheme_2 footer .footer_block {
    padding-top: 127px;
}
.scheme_2 footer .footer_top {
    padding-bottom: 86px;
}
.scheme_2 footer .footer_contacts,
.scheme_2 footer .footer_links {
    margin-top: 27px;
}
.scheme_2 footer .footer_links li {
    margin-top: 8px;
}
.scheme_2 footer .footer_links li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}
.scheme_2 footer .footer_links li.active a,
.scheme_2 footer .footer_links li a:hover {
    color: #fa8b22;
}
.scheme_2 footer .footer_contacts {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.scheme_2 footer .footer_contacts li {
    margin-top: 20px;
    position: relative;
    padding-left: 47px;
}
.scheme_2 footer .footer_contacts a {
    color: #fff;
}
.scheme_2 footer .footer_contacts a:hover {
    color: #fa8b22;
}
.scheme_2 footer .footer_contacts .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.scheme_2 footer .contacts_phone_text {
    display: block;
}
.scheme_2 footer .contacts_phone a {
    margin-top: -4px;
    display: inline-block;
    font-size: 30px;
    font-style: italic;
}
.scheme_2 footer .footer_social {
    margin-top: 34px;
}
.scheme_2 footer .footer_social li {
    display: inline-block;
    margin-right: 25px;
}
.scheme_2 footer .footer_social a {
    font-size: 26px;
    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 footer .footer_social a:hover {
    color: #fa8b22;
}
.scheme_2 footer .footer_bottom {
    padding-bottom: 40px;
}
.scheme_2 footer .footer_logo {
    margin-left: -23px;
    float: left;
}
.scheme_2 footer .copyright {
    float: right;
    color: #fff;
    font-size: 16px;
}
.scheme_2 footer .copyright a {
    color: #fa8b22;
}
.scheme_2 footer .copyright a:hover {
    color: #fff;
}
.scheme_2 footer .copyright p {
    margin-top: 27px;
}
.scheme_2 #back_top {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 0 0 615px;
    background: #fa8b22;
    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;
    -webkit-box-shadow: 0 12px 12px 2px rgba(250, 139, 34, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(250, 139, 34, 0.35);
    box-shadow: 0 12px 12px 2px rgba(250, 139, 34, 0.35);
}
.scheme_2 #back_top:before {
    content: "\f106";
    font: 25px/48px "FontAwesome";
}
.scheme_2 #back_top:hover {
    background: #30353c;
    -webkit-box-shadow: 0 12px 12px 2px rgba(48, 53, 60, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(48, 53, 60, 0.35);
    box-shadow: 0 12px 12px 2px rgba(48, 53, 60, 0.35);
}
.scheme_2 .breadcrumb_wrap {
    margin: 15px 0 30px;
}
.scheme_2 .breadcrumb {
    margin: 0;
    padding: 7px 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.scheme_2 .breadcrumb a,
.scheme_2 .breadcrumb > li + li:before {
    color: #b6b6b6;
}
.scheme_2 .breadcrumb a:hover {
    color: #fa8b22;
}
.scheme_2 .collection_info {
    margin: 0;
}
.scheme_2 .collection_info .collection_img {
    margin-top: 25px;
    padding: 4px;
    text-align: center;
    border: 1px solid #e8ebec;
}
.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: #31373d;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -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: #fa8b22;
    color: #fff;
}
.scheme_2 .product_listing_controls {
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0 10px 10px 10px;
    background: rgba(0, 0, 0, 0.01);
    border: 1px solid #e8ebec;
}
.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: #b6b6b6;
    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:hover {
    color: #fa8b22;
}
.scheme_2 .product_listing_toggle li.active {
    background: #fff;
    border-color: #e8ebec;
    color: #31373d;
    cursor: default;
}
.scheme_2 .product_listing_toggle li i {
    font-size: 17px;
    line-height: 30px;
}
.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;
}
.scheme_2 .collection_listing_item.item_4_1 {
    clear: left;
}
.scheme_2 .collection_listing_item .collection_img {
    text-align: center;
}
.scheme_2 .collection_listing_item .collection_img a {
    display: block;
    padding: 10px;
    background: #f7f7f7;
}
.scheme_2 .collection_listing_item .collection_img a:hover {
    background: #e1e1e1;
}
.scheme_2 .collection_listing_item .collection_name {
    margin: 15px 0 0 0;
    text-transform: none;
}
.scheme_2 .collection_listing_item .collection_products {
    margin: 5px 0 0 0;
    color: #30353c;
}
.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: #31373d;
    font-size: 13px;
    line-height: 29px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.scheme_2 #pagination span.page a {
    width: 30px;
    padding: 0;
    text-align: center;
}
.scheme_2 #pagination span a:hover {
    background: #fa8b22;
    color: #fff;
}
.scheme_2 #pagination span.current {
    width: 30px;
    height: 30px;
    background: #fa8b22;
    font-size: 13px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    cursor: default;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.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 .sidebar_widget__products .widget_content {
    margin-top: 20px;
}
.scheme_2 .list_links li {
    padding: 5px 0px;
}
.scheme_2 .list_links li a {
    color: #b6b6b6;
}
.scheme_2 .list_links li a.active,
.scheme_2 .list_links li a:hover {
    color: #fa8b22;
}
.scheme_2 .list_products .product {
    margin-top: 10px;
    overflow: hidden;
    padding: 15px;
    background: #f7f7f7;
}
.scheme_2 .list_products .product_img {
    width: 100px;
    float: left;
    margin-right: 15px;
    text-align: center;
}
.scheme_2 .list_products .product_img a {
    display: block;
    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_name {
    padding: 0;
    font-size: 15px;
}
.scheme_2 .list_products .product_info {
    overflow: hidden;
}
.scheme_2 .list_products .product_links {
    margin-top: 0;
    padding: 10px 0 0;
    text-align: left;
    width: auto;
}
.scheme_2 .list_products .product_links .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_2 .list_products .product_links .btn:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_2 .list_products .product_price {
    padding: 5px 0 0;
}
.scheme_2 .list_products .product_price .money {
    font-size: 20px;
}
.scheme_2 .list_products .product_price .compare-at-price {
    font-size: 14px;
}
.scheme_2 .sidebar_widget__search {
    height: 40px;
    padding: 0 38px 0 0;
    border: 1px solid #e8ebec;
    margin-top: -3px;
}
.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: #31373d;
    -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: #fa8b22;
}
.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 #e8ebec;
}
.scheme_2 .sidebar_widget__articles img {
    width: 145px;
    float: left;
    margin: 0 15px 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_title a {
    color: #fa8b22;
}
.scheme_2 .sidebar_widget__articles .article_title a:hover {
    color: #30353c;
}
.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 #e8ebec;
}
.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: #b6b6b6;
}
.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 #e8ebec;
}
.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: #3ad1d1;
    -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: #30353c;
}
.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 0px;
    border-bottom: 1px solid #e8ebec;
}
.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;
    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 #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 #e8ebec;
}
.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 {
    background: rgba(0, 0, 0, 0.05);
}
.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;
    border: 1px solid #e8ebec;
}
.scheme_2 .product_images a img {
    max-width: 100%;
    background: rgba(0, 0, 0, 0.05);
    -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_images a:hover img {
    background: rgba(0, 0, 0, 0.01);
}
.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;
    -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;
    opacity: 0.5;
}
.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 #e8ebec;
}
.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 #e8ebec;
}
.scheme_2 .product_info__wrapper .product_details b {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    color: #31373d;
    cursor: default;
}
.scheme_2 .product_info__wrapper .product_details__item {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #b6b6b6;
}
.scheme_2 .product_info__wrapper .product_details__item a {
    color: #b6b6b6;
    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: #ff0000;
    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: #31373d;
    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 #e8ebec !important;
    font-size: 15px;
    text-align: center;
    color: #31373d;
    -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 #e8ebec;
    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: #31373d;
}
.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: #fa8b22;
}
.scheme_2 .quantity_box .quantity_modifier:hover:hover {
    color: #fa8b22;
}
.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;
    line-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: 4px 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 #e8ebec;
}
.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;
    font-size: 40px;
}
.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 .product_pagination .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 .product_pagination .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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 {
    padding-top: 40px;
}
.scheme_2 ul.product_listing_related .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 ul.product_listing_related .product_img a:hover {
    opacity: 0.7;
}
.scheme_2 ul.product_listing_related .product_wrapper:hover:after {
    bottom: -15px;
}
.scheme_2 .article_title {
    font-weight: normal;
    font-size: 16px;
    color: #31373d;
    text-transform: none;
}
.scheme_2 .article_title a {
    color: #30353c;
}
.scheme_2 .article_title a:hover {
    color: #fa8b22;
}
.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 #e8ebec;
}
.scheme_2 .blog_tags {
    font-size: 0;
}
.scheme_2 .blog_tags a {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 5px 10px;
    background: none;
    font-size: 18px;
    color: #b6b6b6;
    border: 2px solid #e8ebec;
}
.scheme_2 .blog_tags a:before {
    content: "\f02b";
    margin: 0 5px 0 0;
    font: 12px "FontAwesome";
    color: #b6b6b6;
    -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: #fa8b22;
    border-color: #fa8b22;
    color: #fff;
}
.scheme_2 .blog_tags a:hover:before {
    color: #fff;
}
.scheme_2 .blog_tags a.tag_active {
    background: #fa8b22;
    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 #e8ebec;
}
.scheme_2 .blog_listing__article .article_img {
    margin-bottom: 20px;
}
.scheme_2 .blog_listing__article .article_img img {
    max-height: 300px;
}
.scheme_2 .blog_listing__article .article_title {
    margin: -6px 0 0;
    font-size: 30px;
}
.scheme_2 .blog_listing__article .article_title a {
    color: #fa8b22;
}
.scheme_2 .blog_listing__article .article_title a:hover {
    color: #b6b6b6;
}
.scheme_2 .blog_listing__article .article_body {
    margin: 30px 0;
    overflow: hidden;
}
.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 #e8ebec;
}
.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);
}
.scheme_2 .article_comments__list ul li time span {
    margin: 0 0 0 12px;
    padding: 0 0 0 12px;
    border-left: 1px solid #e8ebec;
}
.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 #e8ebec;
}
.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: 25px 0 0 5px;
}
.scheme_2 .account_section {
    margin: 30px 0 0 0;
    padding: 30px;
    border: 1px solid #e8ebec;
    border-top: 2px solid #b6b6b6;
}
.scheme_2 .account_section h4 {
    overflow: hidden;
    margin: 0;
}
.scheme_2 .account_section h4 span {
    margin-top: 5px;
    float: right;
    vertical-align: top;
    font-size: 18px;
}
.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: 2px 5px 0 0;
    font: 16px/21px "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;
    margin-bottom: 5px;
}
.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 #b6b6b6;
    font: 15px/25px "FontAwesome";
    color: #31373d;
    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 #address_add__close {
    margin-left: 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 #e8ebec;
    border-top: 2px solid #30353c;
    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 #e8ebec;
    border-top: 2px solid #30353c;
    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: #31373d;
    text-transform: uppercase;
}
.scheme_2 #account_login .account_left ul li:before {
    content: "\f00c";
    margin: 0 7px 0 0;
    font: 14px "FontAwesome";
    color: #b6b6b6;
}
.scheme_2 #account_login .account_left .btn {
    margin-top: 15px;
}
.scheme_2 #account_guest {
    margin: 30px 0 0 0;
    padding: 30px;
    border: 1px solid #e8ebec;
}
.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 #e8ebec;
    position: relative;
}
.scheme_2 .account_area .page_heading a {
    display: block;
    float: right;
    margin: 3px 0 0 10px;
    font-size: 14px;
}
.scheme_2 .account_area .page_heading a.link_logout {
    position: absolute;
    right: 0;
    top: 5px;
}
.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: #b6b6b6;
}
.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 #e8ebec;
}
.scheme_2 .table_info td {
    padding: 5px 0;
}
.scheme_2 .table_info td ~ td {
    padding: 5px 0 5px 5px;
    color: #31373d;
    text-align: right;
}
.scheme_2 .table_orders thead {
    border-bottom: 2px solid #e8ebec;
}
.scheme_2 .table_orders th {
    padding: 5px 7px;
    border: 1px solid #e8ebec;
    color: #31373d;
    text-transform: uppercase;
}
.scheme_2 .table_orders td {
    padding: 5px 7px;
    border: 1px solid #e8ebec;
}
.scheme_2 .table_orders tfoot {
    border-top: 2px solid #e8ebec;
}
.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 #e8ebec;
    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 #e8ebec;
}
.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 #e8ebec;
    font-size: 14px;
    color: #31373d;
    text-transform: uppercase;
}
.scheme_2 .cart_list th ~ th {
    text-align: center;
}
.scheme_2 .cart_list td {
    padding: 20px;
    border: 1px solid #e8ebec;
}
.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__img a {
    display: block;
    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 .cart_item__img a:hover {
    opacity: 0.7;
}
.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: #31373d;
}
.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: #31373d;
}
.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;
    height: 30px;
    line-height: 26px;
    margin: 5px 0 0 0;
    font-size: 11px;
    padding: 0 7px;
    font-weight: 400;
    text-transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 .cart_item .cart_update:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 .cart_item__remove {
    font-size: 14px;
    color: #fa8b22;
}
.scheme_2 .cart_item__remove i {
    vertical-align: baseline;
}
.scheme_2 .cart_item__remove:hover {
    color: #31373d;
}
.scheme_2 .cart_list .cart_buttons .btn {
    float: right;
    margin: 0 0 0 20px;
    font-size: 15px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 .cart_list .cart_buttons .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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 #e8ebec;
    font-size: 16px;
    color: #31373d;
}
.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: #31373d;
}
.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: 21px 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;
    height: 38px;
    line-height: 38px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_2 .cart_list .cart_summary .cart_summary__checkout .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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 #e8ebec;
}
.scheme_2 #contact_page #google_map iframe {
    width: 100%;
}
.scheme_2 #contact_page .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 #e8ebec;
}
.scheme_2 .page_sitemap ul {
    list-style-type: disc;
    padding-left: 15px;
}
.scheme_2 .page_sitemap ul li {
    margin-top: 7px;
}
.scheme_2 .page_sitemap ul li a {
    color: #b6b6b6;
}
.scheme_2 .page_sitemap ul li a:hover {
    color: #fa8b22;
}
.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_wrapper {
    padding: 50px 0 0;
}
.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:nth-child(3n + 1) {
    clear: left;
}
.scheme_2 .product_wishlist:nth-child(3n + 1) .product_wrapper:before {
    display: none;
}
.scheme_2 .wishlist_form {
    display: inline-block;
}
.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: #3ad1d1;
}
.scheme_2 #scheme_1 .color_2 {
    background: #313041;
}
.scheme_2 #scheme_2 .color_1 {
    background: #fa8b22;
}
.scheme_2 #scheme_2 .color_2 {
    background: #30353c;
}
.scheme_2 #scheme_3 .color_1 {
    background: #28d793;
}
.scheme_2 #scheme_3 .color_2 {
    background: #30353c;
}
.scheme_2 #scheme_4 .color_1 {
    background: #f4522c;
}
.scheme_2 #scheme_4 .color_2 {
    background: #33393f;
}
.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 .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: -22px 0 0 -22px;
    top: 50%;
}
.scheme_3 #page_preloader.off {
    opacity: 0;
}
.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 .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: #28d793;
    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: #28d793;
}
.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;
    height: 40px;
    line-height: 40px;
}
.scheme_3 .fancybox_alert .btn ~ .btn {
    margin: 15px 0 0 5px;
}
.scheme_3 #cart_added .cart_added__row {
    height: 130px;
    display: table;
}
.scheme_3 #cart_added h4 {
    margin: 0 0 15px 0;
    text-align: center;
    max-width: 420px;
}
.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 #e8ebec;
}
.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;
    text-transform: none;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 .cart_added__2 .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 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 #e8ebec;
}
.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: #31373d;
}
.scheme_3 #quick_view__name {
    margin: 0;
    font-size: 22px;
}
.scheme_3 #quick_view__name a {
    color: #28d793;
}
.scheme_3 #quick_view__name a:hover {
    color: #30353c;
}
.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: #b6b6b6;
    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;
    line-height: 50px;
    margin: 10px 10px 0 0;
    padding: 0 20px;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 body {
    font: normal 18px Roboto Condensed;
    color: #b6b6b6;
    line-height: 1.388;
}
.scheme_3 h1,
.scheme_3 h2,
.scheme_3 h3,
.scheme_3 h4,
.scheme_3 h5,
.scheme_3 h6 {
    margin: 15px 0;
    font: bold 40px Roboto Condensed;
    line-height: 1.12;
    color: #30353c;
    text-transform: uppercase;
    font-style: italic;
}
.scheme_3 h2 {
    font-size: 30px;
}
.scheme_3 h3 {
    font-size: 28px;
}
.scheme_3 h4 {
    font-size: 26px;
}
.scheme_3 h5 {
    font-size: 24px;
}
.scheme_3 h6 {
    font-size: 22px;
}
.scheme_3 h2 {
    font-size: 30px;
}
.scheme_3 h3 {
    font-size: 28px;
}
.scheme_3 h4 {
    font-size: 26px;
}
.scheme_3 h5 {
    font-size: 24px;
}
.scheme_3 h6 {
    font-size: 22px;
}
.scheme_3 .page_heading {
    font-size: 30px;
}
.scheme_3 .section_heading {
    font-size: 40px;
}
.scheme_3 .section_heading,
.scheme_3 .page_heading {
    margin: 0;
}
.scheme_3 .section_heading a,
.scheme_3 .page_heading a {
    font-weight: inherit;
}
.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: #3ad1d1;
    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: #30353c;
}
.scheme_3 .product_name {
    font-weight: bold;
    font-size: 20px;
    color: #30353c;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}
.scheme_3 .product_name a {
    color: #30353c;
    -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: #28d793;
}
.scheme_3 .product_desc {
    font-size: 15px;
    color: #b6b6b6;
}
.scheme_3 .money {
    color: #28d793;
}
.scheme_3 .money_sale,
.scheme_3 .compare-at-price {
    color: #b6b6b6;
    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 h2 {
    font-size: 30px;
}
.scheme_3 .rte h3 {
    font-size: 28px;
}
.scheme_3 .rte h4 {
    font-size: 26px;
}
.scheme_3 .rte h5 {
    font-size: 24px;
}
.scheme_3 .rte h6 {
    font-size: 22px;
}
.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: #b6b6b6;
    text-transform: uppercase;
}
.scheme_3 .page_content .rte table h4 {
    font-size: 18px;
}
.scheme_3 label {
    font-weight: bold;
    font-size: 18px;
}
.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 #e8ebec;
    font: normal 13px "Arial";
    color: #b6b6b6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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: 72px;
    line-height: 72px;
    padding: 0px 35px;
    font-weight: 700;
    background: #28d793;
    border: 0;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -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;
    -webkit-box-shadow: 0 15px 20px 5px rgba(40, 215, 147, 0.35);
    -moz-box-shadow: 0 15px 20px 5px rgba(40, 215, 147, 0.35);
    box-shadow: 0 15px 20px 5px rgba(40, 215, 147, 0.35);
}
.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: #28d793;
    color: #fff;
}
.scheme_3 .btn:hover,
.scheme_3 .btn:hover a,
.scheme_3 .btn-info:hover,
.scheme_3 .btn-primary:hover {
    background: #30353c;
    color: #fff;
    -webkit-box-shadow: 0 15px 20px 5px rgba(48, 53, 60, 0.35);
    -moz-box-shadow: 0 15px 20px 5px rgba(48, 53, 60, 0.35);
    box-shadow: 0 15px 20px 5px rgba(48, 53, 60, 0.35);
}
.scheme_3 .btn-alt,
.scheme_3 .btn-alt a {
    background: #28d793;
}
.scheme_3 .btn-alt:hover,
.scheme_3 .btn-alt:hover a {
    background: #30353c;
}
.scheme_3 .btn_icon {
    font-size: 28px;
    color: #30353c;
}
.scheme_3 .btn_icon:hover {
    color: #28d793;
}
.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 .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.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: 782px !important;
    max-width: 100% !important;
    background: #31373d;
}
.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 {
    margin: 0;
    background: none;
    color: #fff;
    right: 5px;
    top: 5px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.scheme_3 #newsletter_popup__wrap .fancybox-close:before {
    font-size: 20px;
}
.scheme_3 #newsletter_popup__wrap .fancybox-close:hover {
    color: #28d793;
}
.scheme_3 #newsletter_popup {
    height: 100% !important;
    padding: 60px 90px 70px;
    text-align: center;
}
.scheme_3 #newsletter_popup h2 {
    color: #fff;
}
.scheme_3 #newsletter_popup p {
    color: #fff;
}
.scheme_3 #newsletter_popup form {
    padding: 8px 9px 0;
    text-align: center;
    font-size: 0;
}
.scheme_3 #newsletter_popup form input {
    width: 280px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
}
.scheme_3 #newsletter_popup form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
}
.scheme_3 #newsletter_popup .form_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.scheme_3 #newsletter_popup .form_wrapper input {
    border-color: #fff;
    color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
    -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;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.scheme_3 #newsletter_popup .form_wrapper .btn {
    margin-left: 10px;
    padding: 0 35px;
    -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 #newsletter_popup .form_wrapper .btn:hover {
    background: #fff;
    color: #30353c;
}
.scheme_3 #newsletter_popup .newsletter_off__wrap {
    margin: 30px 0 0 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.scheme_3 #newsletter_popup #newsletter_off {
    height: auto;
    padding: 10px 15px;
    background: none !important;
    border: none !important;
    font-size: 12px;
    color: #28d793 !important;
    cursor: pointer;
}
.scheme_3 #newsletter_popup #newsletter_off:hover {
    color: #fff !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: 46px;
}
.scheme_3 #newsletter_popup .newsletter_success {
    font-weight: bold;
    color: #119000;
    text-align: center;
}
.scheme_3 #promobanner {
    height: 160px;
    background: url(//cdn.shopify.com/s/files/1/1774/5405/t/2/assets/promobanner_bg.png?10628411636169180956) 50% 0 no-repeat;
    background-color: #3ad1d1;
    position: relative;
}
.scheme_3 #promobanner_close {
    display: block;
    vertical-align: top;
    color: #fff;
    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: #31373d;
}
.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;
    float: left;
}
.scheme_3 .promobanner_content img {
    float: left;
}
.scheme_3 .promobanner_text {
    min-width: 700px;
    float: left;
    text-align: center;
    text-transform: uppercase;
}
.scheme_3 .promobanner_text h2 {
    margin: 25px 0 0 0;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}
.scheme_3 .promobanner_text h3 {
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.scheme_3 .promobanner_text .btn {
    height: 40px;
    line-height: 40px;
    margin: 16px 0 0 0;
    background: #fff !important;
    border-color: #fff !important;
    color: #31373d !important;
}
.scheme_3 .promobanner_text .btn:hover {
    background: #31373d !important;
    border-color: #31373d !important;
    color: #fff !important;
}
.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: #fff;
    text-align: center;
}
.scheme_3 #promobanner_countdown span {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 54px 0 0 -100px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.scheme_3 header {
    padding-bottom: 35px;
}
.scheme_3 .header_top {
    height: 52px;
    margin-bottom: 30px;
    line-height: 52px;
    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;
    border-bottom: 2px solid #e8ebec;
}
.scheme_3 .header_user {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0px 10px 0px 30px;
}
.scheme_3 .header_user li {
    display: inline-block;
    padding-right: 16px;
    font-size: 13px;
    text-transform: uppercase;
}
.scheme_3 .header_user li a {
    color: #30353c;
}
.scheme_3 .header_user li a:hover {
    color: #28d793;
}
.scheme_3 .header_user li a i {
    margin: 0 5px 0 0;
    line-height: 52px;
}
.scheme_3 .header_social {
    -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;
    height: 51px;
    padding: 0 17px;
    border-left: 2px solid #e8ebec;
    white-space: nowrap;
}
.scheme_3 .header_social li {
    display: inline-block;
    padding: 0 10px;
}
.scheme_3 .header_social li a {
    display: inline-block;
    font-size: 11px;
    color: #30353c;
}
.scheme_3 .header_social li a i {
    line-height: 52px;
}
.scheme_3 .header_social li a:hover {
    color: #28d793;
}
.scheme_3 .header_currency {
    -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;
    height: 51px;
    border-left: 2px solid #e8ebec;
}
.scheme_3 .header_currency select {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.scheme_3 .header_currency .jq-selectbox {
    width: 105px;
    padding: 0 28px 0 27px;
}
.scheme_3 .header_currency .jq-selectbox__select {
    padding: 0;
}
.scheme_3 .header_currency .jq-selectbox__select-text {
    font-size: 13px;
    text-transform: uppercase;
    color: #30353c;
    letter-spacing: 0.78px;
}
.scheme_3 .header_currency .jq-selectbox__trigger i {
    right: 0px;
    top: 50%;
    margin-top: -8px;
    font-size: 13px;
    color: #28d793;
}
.scheme_3 .header_currency .jq-selectbox__dropdown {
    width: 105px;
    top: 52px !important;
    right: 0;
    margin-right: 2px;
    background: #fff;
    border: 2px solid #e8ebec;
    border-top: 0;
}
.scheme_3 .header_currency .jq-selectbox__dropdown ul {
    padding: 7px 5px;
    text-align: center;
}
.scheme_3 .header_currency .jq-selectbox__dropdown ul li {
    font-size: 13px;
    color: #b6b6b6;
    line-height: 2;
}
.scheme_3 .header_currency .jq-selectbox__dropdown ul li.sel,
.scheme_3 .header_currency .jq-selectbox__dropdown ul li:hover {
    color: #28d793;
}
.scheme_3 .header_center {
    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;
    height: 66px;
    padding: 0 65px;
    background: #fff;
    position: relative;
    z-index: 999;
}
.scheme_3 .header_center.megamenu_stuck {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.scheme_3 .header_center.megamenu_stuck .menu_badge {
    display: none !important;
}
.scheme_3 .header_center.megamenu_stuck #megamenu.megamenu_desktop .level_2_wrap {
    top: 66px;
}
.scheme_3 .logo_main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -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%;
}
.scheme_3 .logo_main a {
    color: #30353c;
    display: inline-block;
}
.scheme_3 .logo_main b {
    font-size: 30px;
    font-style: italic;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    line-height: 1em;
}
.scheme_3 .logo_main span {
    display: block;
    font-size: 12px;
    color: #28d793;
    font-style: italic;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    line-height: 1em;
}
.scheme_3 .logo_main img {
    margin-right: 11px;
}
.scheme_3 .header_search {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 43%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 43%;
    -ms-flex: 1 1 43%;
    flex: 1 1 43%;
    margin: 0 10px;
}
.scheme_3 .header_search form {
    position: relative;
    margin: 0 auto;
    max-width: 270px;
    padding-left: 54px;
    border: 2px solid #e8ebec;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
}
.scheme_3 .header_search form:before {
    content: "\e13d";
    font-family: "material-design";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    line-height: 55px;
    font-size: 30px;
    width: 54px;
    text-align: center;
    color: #30353c;
}
.scheme_3 .header_search #search-field {
    border: none;
    padding: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    font-family: Roboto Condensed;
}
.scheme_3 .header_search #search-field:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 .header_search #search-submit:hover {
    color: #30353c;
}
.scheme_3 .header_cart {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 7%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 7%;
    -ms-flex: 1 1 7%;
    flex: 1 1 7%;
}
.scheme_3 .header_cart a {
    position: relative;
    display: inline-block;
    min-width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #30353c;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.scheme_3 .header_cart a:hover {
    background: #28d793;
}
.scheme_3 .header_cart a:hover .icon + span {
    background: #30353c;
}
.scheme_3 .header_cart a .icon {
    font-size: 30px;
}
.scheme_3 .header_cart a .icon + span {
    display: block;
    position: absolute;
    right: -10px;
    top: -4px;
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 10px;
    background: #28d793;
    color: #fff;
    -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 #megamenu {
    z-index: 999;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -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 #megamenu.megamenu_desktop h2 {
    display: none;
}
.scheme_3 #megamenu.megamenu_desktop .level_1_item {
    display: inline-block;
    padding: 0 23px;
}
.scheme_3 #megamenu.megamenu_desktop .level_1_link {
    height: 66px;
    display: block;
    font-size: 15px;
    line-height: 66px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #30353c;
    font-family: 40px;
}
.scheme_3 #megamenu.megamenu_desktop .menu_badge {
    height: 16px;
    line-height: 16px;
    display: block;
    padding: 0 5px;
    background: #30353c;
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 0;
    top: -8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.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: #28d793;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_small__wrap {
    position: relative;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_wrap {
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 119px;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.scheme_3 #megamenu.megamenu_desktop .level_2_small li + li {
    margin-top: 12px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_small a {
    text-transform: uppercase;
    white-space: nowrap;
    color: #b6b6b6;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_small a:hover {
    color: #28d793;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big {
    width: 1170px;
    padding: 44px 30px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .column_item {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .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_big .level_2_links .column_item {
    width: 19%;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_links li {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_links li + li {
    margin-top: 12px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_links li a {
    color: #b6b6b6;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_links li a:hover {
    color: #28d793;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_links .level_3 {
    margin-top: 32px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog {
    padding-top: 3px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .column_item {
    width: 33.33333333333333%;
    overflow: hidden;
    padding: 0;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .column_item:nth-child(1) .blog_title a:hover {
    color: #31373d;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img {
    position: relative;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #28d793;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img img {
    opacity: 0.3;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
}
@supports (object-fit: cover) {
    .scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img img {
        object-fit: cover;
    }
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img + .blog_info {
    min-height: 550px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_info {
    position: relative;
    padding: 16px 50px 40px;
    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 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_info * {
    color: #fff;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_title {
    margin-bottom: 0;
    font-size: 40px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_title a:hover {
    color: #28d793;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_date {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.6px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_content {
    margin-top: 20px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .btn {
    margin-top: 30px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(1) .btn {
    background: #30353c;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(1) .btn:hover {
    background: #fff;
    color: #30353c;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(2) .blog_img {
    background: black;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(3) .blog_img {
    background: #30353c;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(3) .btn {
    background: #fff;
    color: #31373d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(3) .btn:hover {
    background: #28d793;
    color: #fff;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_products .product_name {
    margin-top: 40px;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .level_2_products .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 #megamenu.megamenu_desktop .level_2_big .level_2_products .product_img a:hover {
    opacity: 0.7;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_big .column_item {
    width: 33.3333333%;
}
.scheme_3 #megamenu.megamenu_desktop .level_2_trigger {
    margin: 0;
    font-size: 20px;
    color: #28d793;
}
.scheme_3 #megamenu.megamenu_mobile {
    position: relative;
    margin-top: 30px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
.scheme_3 #megamenu.megamenu_mobile .container {
    position: relative;
}
.scheme_3 #megamenu.megamenu_mobile h2 {
    height: 59px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 40px 0 30px;
    font-size: 20px;
    line-height: 59px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
    background: #30353c;
    color: #fff;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
}
.scheme_3 #megamenu.megamenu_mobile h2 i {
    position: absolute;
    right: 15px;
    top: 0;
}
.scheme_3 #megamenu.megamenu_mobile h2 i:before {
    content: "\f107";
    font: 30px/59px "FontAwesome";
}
.scheme_3 #megamenu.megamenu_mobile h2.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: 66px;
    padding: 10px 0;
    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);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.scheme_3 #megamenu.megamenu_mobile .level_1 a {
    color: #b6b6b6;
}
.scheme_3 #megamenu.megamenu_mobile .level_1 a:hover {
    color: #28d793;
}
.scheme_3 #megamenu.megamenu_mobile .level_1 a.btn_with_icon {
    color: #fff;
}
.scheme_3 #megamenu.megamenu_mobile .level_1 .btn {
    color: #30353c;
}
.scheme_3 #megamenu.megamenu_mobile .level_1 .btn:hover {
    color: #fff;
}
.scheme_3 #megamenu.megamenu_mobile .level_1_item + .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: 16px;
    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;
    width: 100%;
}
.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 #e8ebec;
}
.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 #e8ebec;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    color: #b6b6b6;
    -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 i {
    display: block;
    margin: -15px 0 0 0;
    font: 30px/1em "FontAwesome";
    position: absolute;
    right: 15px;
    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_trigger:hover {
    color: #28d793;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .column_item {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #e8ebec;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_img {
    width: 100px;
    float: left;
    margin-right: 14px;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_img .img_1_wrapper {
    padding: 5px;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_img a {
    display: block;
    padding: 5px;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_info {
    overflow: hidden;
    padding-top: 0;
    text-align: left;
    color: #b6b6b6;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_sale {
    margin-top: 0;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_name {
    min-height: 0;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_links {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .btn_icon {
    height: auto;
    margin: 5px 10px 0;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_products .product_price {
    min-height: 0;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_blog .column_item {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #e8ebec;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_blog .item_with_img .blog_img {
    width: 100px;
    max-height: 100px;
    float: left;
    margin-right: 14px;
    overflow: hidden;
}
.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;
    text-transform: none;
    font-size: 18px;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_blog .blog_content {
    margin: 10px 0 0 0;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_blog .btn {
    margin: 10px 0 0 0;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 #megamenu.megamenu_mobile .level_2_blog .btn:hover {
    color: #fff;
}
.scheme_3 #swiper {
    height: auto;
}
.scheme_3 #swiper .swiper-slide > a {
    display: block !important;
}
.scheme_3 #swiper .swiper-slide > a > img {
    width: 100%;
    max-width: 100%;
}
.scheme_3 #swiper .swiper-slide .slider_caption {
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scheme_3 #swiper .swiper-slide .slider_caption p {
    margin: 0;
    color: #fff;
}
.scheme_3 #swiper .swiper-slide .textblock1,
.scheme_3 #swiper .swiper-slide .textblock2 {
    width: 50%;
}
.scheme_3 #swiper .swiper-slide .textblock1 h2 {
    margin: 0;
    font-size: 80px;
    color: #fff;
}
.scheme_3 #swiper .swiper-slide .textblock1 h3 {
    margin: -3px 0 0;
    font-size: 40px;
    color: #28d793;
}
.scheme_3 #swiper .swiper-slide .textblock1 {
    float: left;
    width: 40%;
}
.scheme_3 #swiper .swiper-slide .textblock1 img {
    margin-top: 66px;
}
.scheme_3 #swiper .swiper-slide .textblock2 {
    float: right;
    width: 40%;
}
.scheme_3 #swiper .swiper-slide .textblock2 h2 {
    font-size: 40px;
    color: #fff;
}
.scheme_3 #swiper .swiper-slide .textblock2 p {
    margin-top: 26px;
    opacity: 0.7;
}
.scheme_3 #swiper .swiper-slide .textblock2 .btn {
    margin-top: 70px;
    padding: 0 60px;
}
.scheme_3 #swiper .swiper_btn {
    position: absolute;
    bottom: 30px;
    width: 35px;
    height: 70px;
    color: #fff;
    font-size: 50px;
    -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;
    opacity: 0.5;
    cursor: pointer;
    z-index: 10;
}
.scheme_3 #swiper .swiper_btn:hover {
    opacity: 1;
}
.scheme_3 #swiper_btn_prev {
    left: 50%;
    margin-left: -100px;
}
.scheme_3 #swiper_btn_prev:before {
    content: "\f053";
    font-family: "FontAwesome";
}
.scheme_3 #swiper_btn_next {
    right: 50%;
    margin-right: -100px;
}
.scheme_3 #swiper_btn_next:before {
    content: "\f054";
    font-family: "FontAwesome";
}
.scheme_3 #swiper_pagination {
    width: 75px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 40%;
    padding: 30px 0;
    z-index: 10;
    background: #28d793;
    -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;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
@media (max-width: 767px) {
    .scheme_3 #swiper_pagination {
        background: rgba(40, 215, 147, 0.5);
    }
}
.scheme_3 #swiper_pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    display: block;
    margin: 22px auto;
    vertical-align: top;
    background: transparent;
    font-size: 0;
    cursor: pointer;
    border: 3px solid #fff;
    -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: border-width 0.3s ease-in-out;
    -moz-transition: border-width 0.3s ease-in-out;
    transition: border-width 0.3s ease-in-out;
}
.scheme_3 #swiper_pagination .swiper-pagination-bullet:hover {
    background: #28d793;
    border-width: 7px;
}
.scheme_3 #swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #28d793;
    border-width: 7px;
    cursor: default;
}
.scheme_3 .section_bg {
    position: relative;
}
.scheme_3 .rd-parallax {
    -webkit-transform: translateZ(0);
}
.scheme_3 .rd-parallax .bg_img {
    z-index: -1;
}
.scheme_3 .rd-parallax-layer > img {
    max-width: none;
}
.scheme_3 .rd-parallax-inner {
    overflow: hidden;
    -webkit-transform: translateZ(0) !important;
}
.scheme_3 .rd-parallax-inner img {
    -webkit-transform: translateZ(0);
}
.scheme_3 .bg_img {
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scheme_3 .bg_img > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.scheme_3 .homepage_brands .flexbox {
    padding: 65px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.scheme_3 .homepage_brands .item {
    margin-top: 69px;
    text-align: center;
}
.scheme_3 .homepage_brands .item a {
    display: block;
    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 .homepage_brands .item a:hover {
    opacity: 0.6;
}
.scheme_3 .homepage_brands .btn_wrapper {
    text-align: center;
    padding: 10px 0 134px;
}
.scheme_3 .section_bg {
    margin-top: 49px;
}
.scheme_3 .section_bg h2 {
    color: #fff;
}
.scheme_3 header + .section_bg,
.scheme_3 .section_bg + .section_bg {
    margin-top: 0;
    background: #28d793;
}
.scheme_3 .section_bg:nth-child(2n) {
    background: #30353c;
}
.scheme_3 .showcase {
    padding-top: 98px;
}
.scheme_3 .showcase .flexbox {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.scheme_3 .custom_showcase {
    z-index: 1;
}
.scheme_3 .custom_showcase:hover {
    z-index: 2;
}
.scheme_3 .custom_showcase a {
    display: block;
    -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-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0);
    box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0);
}
.scheme_3 .custom_showcase a:hover {
    -webkit-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0.5);
}
.scheme_3 .custom_showcase .inside {
    position: relative;
    color: #fff;
    background: #30353c;
}
.scheme_3 .custom_showcase .inside img {
    min-width: 0;
    width: 100%;
}
.scheme_3 .custom_showcase .inside h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
}
.scheme_3 .custom_showcase .inside .btn {
    margin-top: 26px;
    letter-spacing: 0.3px;
}
.scheme_3 .custom_showcase .textblock {
    padding: 100px 50px 100px 100px;
}
.scheme_3 .custom_showcase .textblock .btn:hover {
    background: #fff;
    color: #30353c;
}
.scheme_3 .custom_showcase img + .textblock {
    position: absolute;
    left: 0px;
    top: 49%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.scheme_3 .custom_showcase img + .textblock .btn:hover {
    background: #fff;
    color: #30353c;
}
.scheme_3 .custom_showcase:nth-child(1),
.scheme_3 .custom_showcase:nth-child(4) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 32%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 32%;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
}
.scheme_3 .custom_showcase:nth-child(1) img + .textblock .btn,
.scheme_3 .custom_showcase:nth-child(4) img + .textblock .btn {
    background: #dfdfdf;
    color: #30353c;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_3 .custom_showcase:nth-child(1) img + .textblock .btn:hover,
.scheme_3 .custom_showcase:nth-child(4) img + .textblock .btn:hover {
    background: #30353c;
    color: #fff;
}
.scheme_3 .custom_showcase:nth-child(2),
.scheme_3 .custom_showcase:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
}
.scheme_3 .custom_showcase:nth-child(2) .textblock,
.scheme_3 .custom_showcase:nth-child(3) .textblock {
    padding-left: 115px;
}
.scheme_3 .showcase_img {
    position: relative;
}
.scheme_3 .showcase_img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
}
.scheme_3 .showcase_img .textblock {
    position: relative;
    z-index: 2;
}
.scheme_3 .homepage_newsletter .newsletter_wrapper {
    max-width: 970px;
    padding: 78px 0 64px;
    margin: 0 auto;
}
.scheme_3 .homepage_newsletter h2 {
    text-transform: none;
}
.scheme_3 .homepage_newsletter p {
    margin: 9px 0;
}
.scheme_3 .homepage_newsletter .newsletter_flex {
    margin-top: 14px;
    border: 3px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.scheme_3 .homepage_newsletter .newsletter_flex input {
    height: 65px;
    padding: 0 7px 0 12px;
    line-height: 65px;
    font-weight: 400;
    background: none;
    font-size: 18px;
    color: #fff;
    border: 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;
}
.scheme_3 .homepage_newsletter .newsletter_flex input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 .homepage_newsletter .newsletter_flex button {
    margin: -4px -4px -4px 0;
    height: 73px;
    line-height: 72px;
    min-width: 165px;
    text-align: center;
    -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: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 .homepage_newsletter .newsletter_flex button:hover {
    background: #fff;
    color: #31373d;
}
.scheme_3 .homepage_newsletter .form_status {
    margin: 10px 0 0 0;
    font-weight: bold;
}
.scheme_3 .homepage_newsletter .form_status.error {
    color: #f00;
}
.scheme_3 .homepage_newsletter .form_status.success {
    color: #119000;
}
.scheme_3 .homepage_newsletter .bg_img .btn:hover {
    background: #fff;
    color: #31373d;
}
.scheme_3 .product .product_img {
    text-align: center;
}
.scheme_3 .product .product_img a {
    display: block;
    background: #f7f7f7;
}
.scheme_3 .product .product_sale {
    margin-top: 17px;
    font-weight: 700;
    font-size: 15px;
    color: #b6b6b6;
    text-transform: uppercase;
}
.scheme_3 .product .product_sale .icon {
    margin-right: 5px;
    font-size: 18px;
}
.scheme_3 .product .product_sale.active {
    color: #30353c;
}
.scheme_3 .product .product_collection span {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.scheme_3 .product .product_collection span:after {
    content: ",";
}
.scheme_3 .product .product_collection span:last-child:after {
    content: "";
}
.scheme_3 .product .product_links .btn {
    -webkit-box-shadow: 0 12px 12px 2px rgba(40, 215, 147, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(40, 215, 147, 0.35);
    box-shadow: 0 12px 12px 2px rgba(40, 215, 147, 0.35);
}
.scheme_3 .product .product_links .btn:hover {
    -webkit-box-shadow: 0 12px 12px 2px rgba(48, 53, 60, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(48, 53, 60, 0.35);
    box-shadow: 0 12px 12px 2px rgba(48, 53, 60, 0.35);
}
.scheme_3 .product_wrapper .product_img a {
    padding: 70px;
}
.scheme_3 .product_wrapper .product_img a img {
    background: #f7f7f7;
}
.scheme_3 .product_wrapper .product_info {
    position: relative;
}
.scheme_3 .product_wrapper .product_price {
    margin-top: 15px;
    min-height: 61px;
    font-size: 30px;
    color: #28d793;
}
.scheme_3 .product_wrapper .product_price span {
    font-weight: 700;
}
.scheme_3 .product_wrapper .product_price span + span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    color: #b6b6b6;
}
.scheme_3 .product_wrapper .product_links {
    margin-top: 28px;
}
.scheme_3 .product_wrapper .product_links_abs {
    position: absolute;
    top: -82px;
    left: 38px;
}
.scheme_3 .product_wrapper .product_links_abs .btn_icon {
    margin-right: 10px;
}
.scheme_3 .product_listing_main .product_wrapper {
    padding: 94px 0 50px 0;
}
.scheme_3 .product_listing_main .product_img a {
    display: block;
    position: relative;
}
.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: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
}
.scheme_3 .product_listing_main .product_img .product_img_wrapper {
    display: block;
    position: relative;
}
.scheme_3 .product_listing_main .product_img span.product_badge {
    display: block;
    padding: 5px 10px;
    position: absolute;
    top: 0px;
    min-width: 55px;
    font-size: 14px;
    text-transform: uppercase;
    height: 29px;
    line-height: 29px;
    padding: 0 9px;
    letter-spacing: 1px;
    color: #fff;
    z-index: 100;
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 0 0;
}
.scheme_3 .product_listing_main .product_img span.product_badge:after,
.scheme_3 .product_listing_main .product_img span.product_badge:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 11px;
    border-color: transparent transparent transparent #28d793;
    position: absolute;
    right: -10px;
    top: 14px;
}
.scheme_3 .product_listing_main .product_img span.product_badge:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 11px;
}
.scheme_3 .product_listing_main .product_img span.product_badge:before {
    width: 0;
    height: 0;
    left: auto;
    top: 0;
    right: -10px;
    border-style: solid;
    border-width: 15px 11px 0 0;
}
.scheme_3 .product_listing_main .product_img span.new {
    background: #31373d;
    left: 59px;
}
.scheme_3 .product_listing_main .product_img span.new:after {
    border-color: transparent transparent transparent #30353c;
}
.scheme_3 .product_listing_main .product_img span.new:before {
    border-color: #30353c transparent transparent transparent;
}
.scheme_3 .product_listing_main .product_img span.sale {
    background: #b6b6b6;
    left: 112px;
}
.scheme_3 .product_listing_main .product_img span.sale:after {
    border-color: transparent transparent transparent #b6b6b6;
}
.scheme_3 .product_listing_main .product_img span.sale:before {
    border-color: #b6b6b6 transparent transparent transparent;
}
.scheme_3 .product_listing_main .product_name {
    padding-top: 35px;
}
.scheme_3 .product_listing_main .product_desc {
    display: none;
}
.scheme_3 .product_listing_main .product_links form {
    display: inline-block;
}
.scheme_3 .homepage_carousel_title {
    margin-top: 89px;
    line-height: 1;
    letter-spacing: 1.8px;
}
.scheme_3 .homepage_carousel_title span {
    display: block;
}
.scheme_3 .homepage_carousel {
    position: relative;
}
.scheme_3 .homepage_carousel .swiper-container {
    margin: 0 -50px;
    padding: 0 50px;
}
.scheme_3 .homepage_carousel .swiper-container:before,
.scheme_3 .homepage_carousel .swiper-container:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 35px;
    right: 0;
    background: #fff;
    z-index: 99;
}
.scheme_3 .homepage_carousel .swiper-container:before {
    left: 0px;
}
.scheme_3 .homepage_carousel .swiper_btn {
    margin: -15px 0 0 0;
    position: absolute;
    top: 50%;
    bottom: 30px;
    width: 35px;
    height: 70px;
    color: #28d793;
    font-size: 50px;
    -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;
    opacity: 0.5;
    z-index: 11;
    cursor: pointer;
}
.scheme_3 .homepage_carousel .swiper_btn:hover {
    opacity: 1;
}
.scheme_3 .homepage_carousel .swiper_btn:before {
    display: block;
    font: 50px/70px "FontAwesome";
}
.scheme_3 .homepage_carousel .btn_prev {
    left: -50px;
}
.scheme_3 .homepage_carousel .btn_prev:before {
    content: "\f053";
}
.scheme_3 .homepage_carousel .btn_next {
    right: -50px;
    text-align: right;
}
.scheme_3 .homepage_carousel .btn_next:before {
    content: "\f054";
}
.scheme_3 .product_collection.item3_1 {
    clear: left;
}
.scheme_3 .product_collection .product_img a {
    padding: 20px;
}
.scheme_3 .product_collection .product_wrapper {
    padding-top: 40px;
    padding-bottom: 0px;
}
.scheme_3 .view_list .product {
    width: 100%;
    float: none;
    overflow: hidden;
}
.scheme_3 .view_list .product_img {
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
}
.scheme_3 .view_list .product_img .img_1_wrapper,
.scheme_3 .view_list .product_img .img_2_wrapper img {
    padding: 10px;
}
.scheme_3 .view_list .product_sale {
    margin-top: 0;
}
.scheme_3 .view_list .product_name {
    padding-top: 10px;
}
.scheme_3 .view_list .product_info {
    padding-top: 0;
    overflow: hidden;
    text-align: left;
}
.scheme_3 .view_list .product_info .btn {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_3 .view_list .product_info .btn:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_3 .view_list .product_desc__long {
    display: block;
}
.scheme_3 .view_list .product_price {
    margin-top: 5px;
    min-height: 0;
}
.scheme_3 .view_list .product_links {
    margin-top: 15px;
}
.scheme_3 .view_list .product_links .btn {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}
.scheme_3 .section_bg + footer {
    margin-top: 0;
}
.scheme_3 footer {
    position: relative;
    margin: 90px 0 0 0;
    color: #28d793;
    background: #30353c;
}
.scheme_3 footer h6 {
    margin: 0;
    font-size: 20px;
    color: #28d793;
    letter-spacing: 1.2px;
}
.scheme_3 footer .footer_block {
    padding-top: 127px;
}
.scheme_3 footer .footer_top {
    padding-bottom: 86px;
}
.scheme_3 footer .footer_contacts,
.scheme_3 footer .footer_links {
    margin-top: 27px;
}
.scheme_3 footer .footer_links li {
    margin-top: 8px;
}
.scheme_3 footer .footer_links li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}
.scheme_3 footer .footer_links li.active a,
.scheme_3 footer .footer_links li a:hover {
    color: #28d793;
}
.scheme_3 footer .footer_contacts {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.scheme_3 footer .footer_contacts li {
    margin-top: 20px;
    position: relative;
    padding-left: 47px;
}
.scheme_3 footer .footer_contacts a {
    color: #fff;
}
.scheme_3 footer .footer_contacts a:hover {
    color: #28d793;
}
.scheme_3 footer .footer_contacts .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.scheme_3 footer .contacts_phone_text {
    display: block;
}
.scheme_3 footer .contacts_phone a {
    margin-top: -4px;
    display: inline-block;
    font-size: 30px;
    font-style: italic;
}
.scheme_3 footer .footer_social {
    margin-top: 34px;
}
.scheme_3 footer .footer_social li {
    display: inline-block;
    margin-right: 25px;
}
.scheme_3 footer .footer_social a {
    font-size: 26px;
    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 footer .footer_social a:hover {
    color: #28d793;
}
.scheme_3 footer .footer_bottom {
    padding-bottom: 40px;
}
.scheme_3 footer .footer_logo {
    margin-left: -23px;
    float: left;
}
.scheme_3 footer .copyright {
    float: right;
    color: #fff;
    font-size: 16px;
}
.scheme_3 footer .copyright a {
    color: #28d793;
}
.scheme_3 footer .copyright a:hover {
    color: #fff;
}
.scheme_3 footer .copyright p {
    margin-top: 27px;
}
.scheme_3 #back_top {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 0 0 615px;
    background: #28d793;
    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;
    -webkit-box-shadow: 0 12px 12px 2px rgba(40, 215, 147, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(40, 215, 147, 0.35);
    box-shadow: 0 12px 12px 2px rgba(40, 215, 147, 0.35);
}
.scheme_3 #back_top:before {
    content: "\f106";
    font: 25px/48px "FontAwesome";
}
.scheme_3 #back_top:hover {
    background: #30353c;
    -webkit-box-shadow: 0 12px 12px 2px rgba(48, 53, 60, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(48, 53, 60, 0.35);
    box-shadow: 0 12px 12px 2px rgba(48, 53, 60, 0.35);
}
.scheme_3 .breadcrumb_wrap {
    margin: 15px 0 30px;
}
.scheme_3 .breadcrumb {
    margin: 0;
    padding: 7px 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.scheme_3 .breadcrumb a,
.scheme_3 .breadcrumb > li + li:before {
    color: #b6b6b6;
}
.scheme_3 .breadcrumb a:hover {
    color: #28d793;
}
.scheme_3 .collection_info {
    margin: 0;
}
.scheme_3 .collection_info .collection_img {
    margin-top: 25px;
    padding: 4px;
    text-align: center;
    border: 1px solid #e8ebec;
}
.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: #31373d;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -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: #28d793;
    color: #fff;
}
.scheme_3 .product_listing_controls {
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0 10px 10px 10px;
    background: rgba(0, 0, 0, 0.01);
    border: 1px solid #e8ebec;
}
.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: #b6b6b6;
    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:hover {
    color: #28d793;
}
.scheme_3 .product_listing_toggle li.active {
    background: #fff;
    border-color: #e8ebec;
    color: #31373d;
    cursor: default;
}
.scheme_3 .product_listing_toggle li i {
    font-size: 17px;
    line-height: 30px;
}
.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;
}
.scheme_3 .collection_listing_item.item_4_1 {
    clear: left;
}
.scheme_3 .collection_listing_item .collection_img {
    text-align: center;
}
.scheme_3 .collection_listing_item .collection_img a {
    display: block;
    padding: 10px;
    background: #f7f7f7;
}
.scheme_3 .collection_listing_item .collection_img a:hover {
    background: #e1e1e1;
}
.scheme_3 .collection_listing_item .collection_name {
    margin: 15px 0 0 0;
    text-transform: none;
}
.scheme_3 .collection_listing_item .collection_products {
    margin: 5px 0 0 0;
    color: #30353c;
}
.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: #31373d;
    font-size: 13px;
    line-height: 29px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.scheme_3 #pagination span.page a {
    width: 30px;
    padding: 0;
    text-align: center;
}
.scheme_3 #pagination span a:hover {
    background: #28d793;
    color: #fff;
}
.scheme_3 #pagination span.current {
    width: 30px;
    height: 30px;
    background: #28d793;
    font-size: 13px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    cursor: default;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.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 .sidebar_widget__products .widget_content {
    margin-top: 20px;
}
.scheme_3 .list_links li {
    padding: 5px 0px;
}
.scheme_3 .list_links li a {
    color: #b6b6b6;
}
.scheme_3 .list_links li a.active,
.scheme_3 .list_links li a:hover {
    color: #28d793;
}
.scheme_3 .list_products .product {
    margin-top: 10px;
    overflow: hidden;
    padding: 15px;
    background: #f7f7f7;
}
.scheme_3 .list_products .product_img {
    width: 100px;
    float: left;
    margin-right: 15px;
    text-align: center;
}
.scheme_3 .list_products .product_img a {
    display: block;
    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_name {
    padding: 0;
    font-size: 15px;
}
.scheme_3 .list_products .product_info {
    overflow: hidden;
}
.scheme_3 .list_products .product_links {
    margin-top: 0;
    padding: 10px 0 0;
    text-align: left;
    width: auto;
}
.scheme_3 .list_products .product_links .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_3 .list_products .product_links .btn:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_3 .list_products .product_price {
    padding: 5px 0 0;
}
.scheme_3 .list_products .product_price .money {
    font-size: 20px;
}
.scheme_3 .list_products .product_price .compare-at-price {
    font-size: 14px;
}
.scheme_3 .sidebar_widget__search {
    height: 40px;
    padding: 0 38px 0 0;
    border: 1px solid #e8ebec;
    margin-top: -3px;
}
.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: #31373d;
    -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: #28d793;
}
.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 #e8ebec;
}
.scheme_3 .sidebar_widget__articles img {
    width: 145px;
    float: left;
    margin: 0 15px 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_title a {
    color: #28d793;
}
.scheme_3 .sidebar_widget__articles .article_title a:hover {
    color: #30353c;
}
.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 #e8ebec;
}
.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: #b6b6b6;
}
.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 #e8ebec;
}
.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: #3ad1d1;
    -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: #30353c;
}
.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 0px;
    border-bottom: 1px solid #e8ebec;
}
.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;
    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 #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 #e8ebec;
}
.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 {
    background: rgba(0, 0, 0, 0.05);
}
.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;
    border: 1px solid #e8ebec;
}
.scheme_3 .product_images a img {
    max-width: 100%;
    background: rgba(0, 0, 0, 0.05);
    -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_images a:hover img {
    background: rgba(0, 0, 0, 0.01);
}
.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;
    -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;
    opacity: 0.5;
}
.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 #e8ebec;
}
.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 #e8ebec;
}
.scheme_3 .product_info__wrapper .product_details b {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    color: #31373d;
    cursor: default;
}
.scheme_3 .product_info__wrapper .product_details__item {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #b6b6b6;
}
.scheme_3 .product_info__wrapper .product_details__item a {
    color: #b6b6b6;
    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: #ff0000;
    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: #31373d;
    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 #e8ebec !important;
    font-size: 15px;
    text-align: center;
    color: #31373d;
    -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 #e8ebec;
    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: #31373d;
}
.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: #28d793;
}
.scheme_3 .quantity_box .quantity_modifier:hover:hover {
    color: #28d793;
}
.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;
    line-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: 4px 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 #e8ebec;
}
.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;
    font-size: 40px;
}
.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 .product_pagination .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 .product_pagination .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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 {
    padding-top: 40px;
}
.scheme_3 ul.product_listing_related .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 ul.product_listing_related .product_img a:hover {
    opacity: 0.7;
}
.scheme_3 ul.product_listing_related .product_wrapper:hover:after {
    bottom: -15px;
}
.scheme_3 .article_title {
    font-weight: normal;
    font-size: 16px;
    color: #31373d;
    text-transform: none;
}
.scheme_3 .article_title a {
    color: #30353c;
}
.scheme_3 .article_title a:hover {
    color: #28d793;
}
.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 #e8ebec;
}
.scheme_3 .blog_tags {
    font-size: 0;
}
.scheme_3 .blog_tags a {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 5px 10px;
    background: none;
    font-size: 18px;
    color: #b6b6b6;
    border: 2px solid #e8ebec;
}
.scheme_3 .blog_tags a:before {
    content: "\f02b";
    margin: 0 5px 0 0;
    font: 12px "FontAwesome";
    color: #b6b6b6;
    -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: #28d793;
    border-color: #28d793;
    color: #fff;
}
.scheme_3 .blog_tags a:hover:before {
    color: #fff;
}
.scheme_3 .blog_tags a.tag_active {
    background: #28d793;
    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 #e8ebec;
}
.scheme_3 .blog_listing__article .article_img {
    margin-bottom: 20px;
}
.scheme_3 .blog_listing__article .article_img img {
    max-height: 300px;
}
.scheme_3 .blog_listing__article .article_title {
    margin: -6px 0 0;
    font-size: 30px;
}
.scheme_3 .blog_listing__article .article_title a {
    color: #28d793;
}
.scheme_3 .blog_listing__article .article_title a:hover {
    color: #b6b6b6;
}
.scheme_3 .blog_listing__article .article_body {
    margin: 30px 0;
    overflow: hidden;
}
.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 #e8ebec;
}
.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);
}
.scheme_3 .article_comments__list ul li time span {
    margin: 0 0 0 12px;
    padding: 0 0 0 12px;
    border-left: 1px solid #e8ebec;
}
.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 #e8ebec;
}
.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: 25px 0 0 5px;
}
.scheme_3 .account_section {
    margin: 30px 0 0 0;
    padding: 30px;
    border: 1px solid #e8ebec;
    border-top: 2px solid #b6b6b6;
}
.scheme_3 .account_section h4 {
    overflow: hidden;
    margin: 0;
}
.scheme_3 .account_section h4 span {
    margin-top: 5px;
    float: right;
    vertical-align: top;
    font-size: 18px;
}
.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: 2px 5px 0 0;
    font: 16px/21px "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;
    margin-bottom: 5px;
}
.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 #b6b6b6;
    font: 15px/25px "FontAwesome";
    color: #31373d;
    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 #address_add__close {
    margin-left: 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 #e8ebec;
    border-top: 2px solid #30353c;
    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 #e8ebec;
    border-top: 2px solid #30353c;
    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: #31373d;
    text-transform: uppercase;
}
.scheme_3 #account_login .account_left ul li:before {
    content: "\f00c";
    margin: 0 7px 0 0;
    font: 14px "FontAwesome";
    color: #b6b6b6;
}
.scheme_3 #account_login .account_left .btn {
    margin-top: 15px;
}
.scheme_3 #account_guest {
    margin: 30px 0 0 0;
    padding: 30px;
    border: 1px solid #e8ebec;
}
.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 #e8ebec;
    position: relative;
}
.scheme_3 .account_area .page_heading a {
    display: block;
    float: right;
    margin: 3px 0 0 10px;
    font-size: 14px;
}
.scheme_3 .account_area .page_heading a.link_logout {
    position: absolute;
    right: 0;
    top: 5px;
}
.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: #b6b6b6;
}
.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 #e8ebec;
}
.scheme_3 .table_info td {
    padding: 5px 0;
}
.scheme_3 .table_info td ~ td {
    padding: 5px 0 5px 5px;
    color: #31373d;
    text-align: right;
}
.scheme_3 .table_orders thead {
    border-bottom: 2px solid #e8ebec;
}
.scheme_3 .table_orders th {
    padding: 5px 7px;
    border: 1px solid #e8ebec;
    color: #31373d;
    text-transform: uppercase;
}
.scheme_3 .table_orders td {
    padding: 5px 7px;
    border: 1px solid #e8ebec;
}
.scheme_3 .table_orders tfoot {
    border-top: 2px solid #e8ebec;
}
.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 #e8ebec;
    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 #e8ebec;
}
.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 #e8ebec;
    font-size: 14px;
    color: #31373d;
    text-transform: uppercase;
}
.scheme_3 .cart_list th ~ th {
    text-align: center;
}
.scheme_3 .cart_list td {
    padding: 20px;
    border: 1px solid #e8ebec;
}
.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__img a {
    display: block;
    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 .cart_item__img a:hover {
    opacity: 0.7;
}
.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: #31373d;
}
.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: #31373d;
}
.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;
    height: 30px;
    line-height: 26px;
    margin: 5px 0 0 0;
    font-size: 11px;
    padding: 0 7px;
    font-weight: 400;
    text-transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 .cart_item .cart_update:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 .cart_item__remove {
    font-size: 14px;
    color: #28d793;
}
.scheme_3 .cart_item__remove i {
    vertical-align: baseline;
}
.scheme_3 .cart_item__remove:hover {
    color: #31373d;
}
.scheme_3 .cart_list .cart_buttons .btn {
    float: right;
    margin: 0 0 0 20px;
    font-size: 15px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 .cart_list .cart_buttons .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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 #e8ebec;
    font-size: 16px;
    color: #31373d;
}
.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: #31373d;
}
.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: 21px 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;
    height: 38px;
    line-height: 38px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_3 .cart_list .cart_summary .cart_summary__checkout .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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 #e8ebec;
}
.scheme_3 #contact_page #google_map iframe {
    width: 100%;
}
.scheme_3 #contact_page .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 #e8ebec;
}
.scheme_3 .page_sitemap ul {
    list-style-type: disc;
    padding-left: 15px;
}
.scheme_3 .page_sitemap ul li {
    margin-top: 7px;
}
.scheme_3 .page_sitemap ul li a {
    color: #b6b6b6;
}
.scheme_3 .page_sitemap ul li a:hover {
    color: #28d793;
}
.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_wrapper {
    padding: 50px 0 0;
}
.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:nth-child(3n + 1) {
    clear: left;
}
.scheme_3 .product_wishlist:nth-child(3n + 1) .product_wrapper:before {
    display: none;
}
.scheme_3 .wishlist_form {
    display: inline-block;
}
.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: #3ad1d1;
}
.scheme_3 #scheme_1 .color_2 {
    background: #313041;
}
.scheme_3 #scheme_2 .color_1 {
    background: #fa8b22;
}
.scheme_3 #scheme_2 .color_2 {
    background: #30353c;
}
.scheme_3 #scheme_3 .color_1 {
    background: #28d793;
}
.scheme_3 #scheme_3 .color_2 {
    background: #30353c;
}
.scheme_3 #scheme_4 .color_1 {
    background: #f4522c;
}
.scheme_3 #scheme_4 .color_2 {
    background: #33393f;
}
.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 .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: -22px 0 0 -22px;
    top: 50%;
}
.scheme_4 #page_preloader.off {
    opacity: 0;
}
.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 .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: #f4522c;
    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: #f4522c;
}
.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;
    height: 40px;
    line-height: 40px;
}
.scheme_4 .fancybox_alert .btn ~ .btn {
    margin: 15px 0 0 5px;
}
.scheme_4 #cart_added .cart_added__row {
    height: 130px;
    display: table;
}
.scheme_4 #cart_added h4 {
    margin: 0 0 15px 0;
    text-align: center;
    max-width: 420px;
}
.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 #e8ebec;
}
.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;
    text-transform: none;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 .cart_added__2 .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 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 #e8ebec;
}
.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: #31373d;
}
.scheme_4 #quick_view__name {
    margin: 0;
    font-size: 22px;
}
.scheme_4 #quick_view__name a {
    color: #f4522c;
}
.scheme_4 #quick_view__name a:hover {
    color: #33393f;
}
.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: #b6b6b6;
    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;
    line-height: 50px;
    margin: 10px 10px 0 0;
    padding: 0 20px;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 body {
    font: normal 18px Roboto Condensed;
    color: #b6b6b6;
    line-height: 1.388;
}
.scheme_4 h1,
.scheme_4 h2,
.scheme_4 h3,
.scheme_4 h4,
.scheme_4 h5,
.scheme_4 h6 {
    margin: 15px 0;
    font: bold 40px Roboto Condensed;
    line-height: 1.12;
    color: #30353c;
    text-transform: uppercase;
    font-style: italic;
}
.scheme_4 h2 {
    font-size: 30px;
}
.scheme_4 h3 {
    font-size: 28px;
}
.scheme_4 h4 {
    font-size: 26px;
}
.scheme_4 h5 {
    font-size: 24px;
}
.scheme_4 h6 {
    font-size: 22px;
}
.scheme_4 h2 {
    font-size: 30px;
}
.scheme_4 h3 {
    font-size: 28px;
}
.scheme_4 h4 {
    font-size: 26px;
}
.scheme_4 h5 {
    font-size: 24px;
}
.scheme_4 h6 {
    font-size: 22px;
}
.scheme_4 .page_heading {
    font-size: 30px;
}
.scheme_4 .section_heading {
    font-size: 40px;
}
.scheme_4 .section_heading,
.scheme_4 .page_heading {
    margin: 0;
}
.scheme_4 .section_heading a,
.scheme_4 .page_heading a {
    font-weight: inherit;
}
.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: #3ad1d1;
    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: #30353c;
}
.scheme_4 .product_name {
    font-weight: bold;
    font-size: 20px;
    color: #33393f;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}
.scheme_4 .product_name a {
    color: #33393f;
    -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: #f4522c;
}
.scheme_4 .product_desc {
    font-size: 15px;
    color: #b6b6b6;
}
.scheme_4 .money {
    color: #f4522c;
}
.scheme_4 .money_sale,
.scheme_4 .compare-at-price {
    color: #b6b6b6;
    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 h2 {
    font-size: 30px;
}
.scheme_4 .rte h3 {
    font-size: 28px;
}
.scheme_4 .rte h4 {
    font-size: 26px;
}
.scheme_4 .rte h5 {
    font-size: 24px;
}
.scheme_4 .rte h6 {
    font-size: 22px;
}
.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: #b6b6b6;
    text-transform: uppercase;
}
.scheme_4 .page_content .rte table h4 {
    font-size: 18px;
}
.scheme_4 label {
    font-weight: bold;
    font-size: 18px;
}
.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 #e8ebec;
    font: normal 13px "Arial";
    color: #b6b6b6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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: 72px;
    line-height: 72px;
    padding: 0px 35px;
    font-weight: 700;
    background: #f4522c;
    border: 0;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -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;
    -webkit-box-shadow: 0 15px 20px 5px rgba(244, 82, 44, 0.35);
    -moz-box-shadow: 0 15px 20px 5px rgba(244, 82, 44, 0.35);
    box-shadow: 0 15px 20px 5px rgba(244, 82, 44, 0.35);
}
.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: #f4522c;
    color: #fff;
}
.scheme_4 .btn:hover,
.scheme_4 .btn:hover a,
.scheme_4 .btn-info:hover,
.scheme_4 .btn-primary:hover {
    background: #33393f;
    color: #fff;
    -webkit-box-shadow: 0 15px 20px 5px rgba(51, 57, 63, 0.35);
    -moz-box-shadow: 0 15px 20px 5px rgba(51, 57, 63, 0.35);
    box-shadow: 0 15px 20px 5px rgba(51, 57, 63, 0.35);
}
.scheme_4 .btn-alt,
.scheme_4 .btn-alt a {
    background: #f4522c;
}
.scheme_4 .btn-alt:hover,
.scheme_4 .btn-alt:hover a {
    background: #33393f;
}
.scheme_4 .btn_icon {
    font-size: 28px;
    color: #33393f;
}
.scheme_4 .btn_icon:hover {
    color: #f4522c;
}
.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 .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.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: 782px !important;
    max-width: 100% !important;
    background: #31373d;
}
.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 {
    margin: 0;
    background: none;
    color: #fff;
    right: 5px;
    top: 5px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.scheme_4 #newsletter_popup__wrap .fancybox-close:before {
    font-size: 20px;
}
.scheme_4 #newsletter_popup__wrap .fancybox-close:hover {
    color: #f4522c;
}
.scheme_4 #newsletter_popup {
    height: 100% !important;
    padding: 60px 90px 70px;
    text-align: center;
}
.scheme_4 #newsletter_popup h2 {
    color: #fff;
}
.scheme_4 #newsletter_popup p {
    color: #fff;
}
.scheme_4 #newsletter_popup form {
    padding: 8px 9px 0;
    text-align: center;
    font-size: 0;
}
.scheme_4 #newsletter_popup form input {
    width: 280px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
}
.scheme_4 #newsletter_popup form .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
}
.scheme_4 #newsletter_popup .form_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.scheme_4 #newsletter_popup .form_wrapper input {
    border-color: #fff;
    color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
    -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;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.scheme_4 #newsletter_popup .form_wrapper .btn {
    margin-left: 10px;
    padding: 0 35px;
    -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 #newsletter_popup .form_wrapper .btn:hover {
    background: #fff;
    color: #33393f;
}
.scheme_4 #newsletter_popup .newsletter_off__wrap {
    margin: 30px 0 0 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.scheme_4 #newsletter_popup #newsletter_off {
    height: auto;
    padding: 10px 15px;
    background: none !important;
    border: none !important;
    font-size: 12px;
    color: #f4522c !important;
    cursor: pointer;
}
.scheme_4 #newsletter_popup #newsletter_off:hover {
    color: #fff !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: 46px;
}
.scheme_4 #newsletter_popup .newsletter_success {
    font-weight: bold;
    color: #119000;
    text-align: center;
}
.scheme_4 #promobanner {
    height: 160px;
    background: url(//cdn.shopify.com/s/files/1/1774/5405/t/2/assets/promobanner_bg.png?10628411636169180956) 50% 0 no-repeat;
    background-color: #3ad1d1;
    position: relative;
}
.scheme_4 #promobanner_close {
    display: block;
    vertical-align: top;
    color: #fff;
    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: #31373d;
}
.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;
    float: left;
}
.scheme_4 .promobanner_content img {
    float: left;
}
.scheme_4 .promobanner_text {
    min-width: 700px;
    float: left;
    text-align: center;
    text-transform: uppercase;
}
.scheme_4 .promobanner_text h2 {
    margin: 25px 0 0 0;
    font-weight: bold;
    font-size: 26px;
    color: #fff;
}
.scheme_4 .promobanner_text h3 {
    margin: 10px 0 0 0;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.scheme_4 .promobanner_text .btn {
    height: 40px;
    line-height: 40px;
    margin: 16px 0 0 0;
    background: #fff !important;
    border-color: #fff !important;
    color: #31373d !important;
}
.scheme_4 .promobanner_text .btn:hover {
    background: #31373d !important;
    border-color: #31373d !important;
    color: #fff !important;
}
.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: #fff;
    text-align: center;
}
.scheme_4 #promobanner_countdown span {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin: 54px 0 0 -100px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.scheme_4 header {
    padding-bottom: 35px;
}
.scheme_4 .header_top {
    height: 52px;
    margin-bottom: 30px;
    line-height: 52px;
    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;
    border-bottom: 2px solid #e8ebec;
}
.scheme_4 .header_user {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0px 10px 0px 30px;
}
.scheme_4 .header_user li {
    display: inline-block;
    padding-right: 16px;
    font-size: 13px;
    text-transform: uppercase;
}
.scheme_4 .header_user li a {
    color: #30353c;
}
.scheme_4 .header_user li a:hover {
    color: #f4522c;
}
.scheme_4 .header_user li a i {
    margin: 0 5px 0 0;
    line-height: 52px;
}
.scheme_4 .header_social {
    -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;
    height: 51px;
    padding: 0 17px;
    border-left: 2px solid #e8ebec;
    white-space: nowrap;
}
.scheme_4 .header_social li {
    display: inline-block;
    padding: 0 10px;
}
.scheme_4 .header_social li a {
    display: inline-block;
    font-size: 11px;
    color: #33393f;
}
.scheme_4 .header_social li a i {
    line-height: 52px;
}
.scheme_4 .header_social li a:hover {
    color: #f4522c;
}
.scheme_4 .header_currency {
    -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;
    height: 51px;
    border-left: 2px solid #e8ebec;
}
.scheme_4 .header_currency select {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.scheme_4 .header_currency .jq-selectbox {
    width: 105px;
    padding: 0 28px 0 27px;
}
.scheme_4 .header_currency .jq-selectbox__select {
    padding: 0;
}
.scheme_4 .header_currency .jq-selectbox__select-text {
    font-size: 13px;
    text-transform: uppercase;
    color: #30353c;
    letter-spacing: 0.78px;
}
.scheme_4 .header_currency .jq-selectbox__trigger i {
    right: 0px;
    top: 50%;
    margin-top: -8px;
    font-size: 13px;
    color: #f4522c;
}
.scheme_4 .header_currency .jq-selectbox__dropdown {
    width: 105px;
    top: 52px !important;
    right: 0;
    margin-right: 2px;
    background: #fff;
    border: 2px solid #e8ebec;
    border-top: 0;
}
.scheme_4 .header_currency .jq-selectbox__dropdown ul {
    padding: 7px 5px;
    text-align: center;
}
.scheme_4 .header_currency .jq-selectbox__dropdown ul li {
    font-size: 13px;
    color: #b6b6b6;
    line-height: 2;
}
.scheme_4 .header_currency .jq-selectbox__dropdown ul li.sel,
.scheme_4 .header_currency .jq-selectbox__dropdown ul li:hover {
    color: #f4522c;
}
.scheme_4 .header_center {
    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;
    height: 66px;
    padding: 0 65px;
    background: #fff;
    position: relative;
    z-index: 999;
}
.scheme_4 .header_center.megamenu_stuck {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.scheme_4 .header_center.megamenu_stuck .menu_badge {
    display: none !important;
}
.scheme_4 .header_center.megamenu_stuck #megamenu.megamenu_desktop .level_2_wrap {
    top: 66px;
}
.scheme_4 .logo_main {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -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%;
}
.scheme_4 .logo_main a {
    color: #33393f;
    display: inline-block;
}
.scheme_4 .logo_main b {
    font-size: 30px;
    font-style: italic;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    line-height: 1em;
}
.scheme_4 .logo_main span {
    display: block;
    font-size: 12px;
    color: #f4522c;
    font-style: italic;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    line-height: 1em;
}
.scheme_4 .logo_main img {
    margin-right: 11px;
}
.scheme_4 .header_search {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 43%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 43%;
    -ms-flex: 1 1 43%;
    flex: 1 1 43%;
    margin: 0 10px;
}
.scheme_4 .header_search form {
    position: relative;
    margin: 0 auto;
    max-width: 270px;
    padding-left: 54px;
    border: 2px solid #e8ebec;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
}
.scheme_4 .header_search form:before {
    content: "\e13d";
    font-family: "material-design";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    line-height: 55px;
    font-size: 30px;
    width: 54px;
    text-align: center;
    color: #33393f;
}
.scheme_4 .header_search #search-field {
    border: none;
    padding: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
    font-family: Roboto Condensed;
}
.scheme_4 .header_search #search-field:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 .header_search #search-submit:hover {
    color: #33393f;
}
.scheme_4 .header_cart {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 7%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 7%;
    -ms-flex: 1 1 7%;
    flex: 1 1 7%;
}
.scheme_4 .header_cart a {
    position: relative;
    display: inline-block;
    min-width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #33393f;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.scheme_4 .header_cart a:hover {
    background: #f4522c;
}
.scheme_4 .header_cart a:hover .icon + span {
    background: #33393f;
}
.scheme_4 .header_cart a .icon {
    font-size: 30px;
}
.scheme_4 .header_cart a .icon + span {
    display: block;
    position: absolute;
    right: -10px;
    top: -4px;
    min-width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 10px;
    background: #f4522c;
    color: #fff;
    -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 #megamenu {
    z-index: 999;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -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 #megamenu.megamenu_desktop h2 {
    display: none;
}
.scheme_4 #megamenu.megamenu_desktop .level_1_item {
    display: inline-block;
    padding: 0 23px;
}
.scheme_4 #megamenu.megamenu_desktop .level_1_link {
    height: 66px;
    display: block;
    font-size: 15px;
    line-height: 66px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #33393f;
    font-family: 40px;
}
.scheme_4 #megamenu.megamenu_desktop .menu_badge {
    height: 16px;
    line-height: 16px;
    display: block;
    padding: 0 5px;
    background: #33393f;
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 0;
    top: -8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.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: #f4522c;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_small__wrap {
    position: relative;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_wrap {
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 119px;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.scheme_4 #megamenu.megamenu_desktop .level_2_small li + li {
    margin-top: 12px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_small a {
    text-transform: uppercase;
    white-space: nowrap;
    color: #b6b6b6;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_small a:hover {
    color: #f4522c;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big {
    width: 1170px;
    padding: 44px 30px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .column_item {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .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_big .level_2_links .column_item {
    width: 19%;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_links li {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_links li + li {
    margin-top: 12px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_links li a {
    color: #b6b6b6;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_links li a:hover {
    color: #f4522c;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_links .level_3 {
    margin-top: 32px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog {
    padding-top: 3px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .column_item {
    width: 33.33333333333333%;
    overflow: hidden;
    padding: 0;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .column_item:nth-child(1) .blog_title a:hover {
    color: #31373d;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img {
    position: relative;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f4522c;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img img {
    opacity: 0.3;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
}
@supports (object-fit: cover) {
    .scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img img {
        object-fit: cover;
    }
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_img + .blog_info {
    min-height: 550px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_info {
    position: relative;
    padding: 16px 50px 40px;
    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 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img .blog_info * {
    color: #fff;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_title {
    margin-bottom: 0;
    font-size: 40px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_title a:hover {
    color: #f4522c;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_date {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.6px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .blog_content {
    margin-top: 20px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .btn {
    margin-top: 30px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(1) .btn {
    background: #33393f;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(1) .btn:hover {
    background: #fff;
    color: #33393f;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(2) .blog_img {
    background: black;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(3) .blog_img {
    background: #33393f;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(3) .btn {
    background: #fff;
    color: #31373d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_blog .item_with_img:nth-child(3) .btn:hover {
    background: #f4522c;
    color: #fff;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_products .product_name {
    margin-top: 40px;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .level_2_products .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 #megamenu.megamenu_desktop .level_2_big .level_2_products .product_img a:hover {
    opacity: 0.7;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_big .column_item {
    width: 33.3333333%;
}
.scheme_4 #megamenu.megamenu_desktop .level_2_trigger {
    margin: 0;
    font-size: 20px;
    color: #f4522c;
}
.scheme_4 #megamenu.megamenu_mobile {
    position: relative;
    margin-top: 30px;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
.scheme_4 #megamenu.megamenu_mobile .container {
    position: relative;
}
.scheme_4 #megamenu.megamenu_mobile h2 {
    height: 59px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 40px 0 30px;
    font-size: 20px;
    line-height: 59px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
    background: #33393f;
    color: #fff;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
}
.scheme_4 #megamenu.megamenu_mobile h2 i {
    position: absolute;
    right: 15px;
    top: 0;
}
.scheme_4 #megamenu.megamenu_mobile h2 i:before {
    content: "\f107";
    font: 30px/59px "FontAwesome";
}
.scheme_4 #megamenu.megamenu_mobile h2.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: 66px;
    padding: 10px 0;
    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);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.scheme_4 #megamenu.megamenu_mobile .level_1 a {
    color: #b6b6b6;
}
.scheme_4 #megamenu.megamenu_mobile .level_1 a:hover {
    color: #f4522c;
}
.scheme_4 #megamenu.megamenu_mobile .level_1 a.btn_with_icon {
    color: #fff;
}
.scheme_4 #megamenu.megamenu_mobile .level_1 .btn {
    color: #30353c;
}
.scheme_4 #megamenu.megamenu_mobile .level_1 .btn:hover {
    color: #fff;
}
.scheme_4 #megamenu.megamenu_mobile .level_1_item + .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: 16px;
    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;
    width: 100%;
}
.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 #e8ebec;
}
.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 #e8ebec;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    color: #b6b6b6;
    -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 i {
    display: block;
    margin: -15px 0 0 0;
    font: 30px/1em "FontAwesome";
    position: absolute;
    right: 15px;
    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_trigger:hover {
    color: #f4522c;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .column_item {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #e8ebec;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_img {
    width: 100px;
    float: left;
    margin-right: 14px;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_img .img_1_wrapper {
    padding: 5px;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_img a {
    display: block;
    padding: 5px;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_info {
    overflow: hidden;
    padding-top: 0;
    text-align: left;
    color: #b6b6b6;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_sale {
    margin-top: 0;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_name {
    min-height: 0;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_links {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .btn_icon {
    height: auto;
    margin: 5px 10px 0;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_products .product_price {
    min-height: 0;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_blog .column_item {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #e8ebec;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_blog .item_with_img .blog_img {
    width: 100px;
    max-height: 100px;
    float: left;
    margin-right: 14px;
    overflow: hidden;
}
.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;
    text-transform: none;
    font-size: 18px;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_blog .blog_content {
    margin: 10px 0 0 0;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_blog .btn {
    margin: 10px 0 0 0;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 #megamenu.megamenu_mobile .level_2_blog .btn:hover {
    color: #fff;
}
.scheme_4 #swiper {
    height: auto;
}
.scheme_4 #swiper .swiper-slide > a {
    display: block !important;
}
.scheme_4 #swiper .swiper-slide > a > img {
    width: 100%;
    max-width: 100%;
}
.scheme_4 #swiper .swiper-slide .slider_caption {
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.scheme_4 #swiper .swiper-slide .slider_caption p {
    margin: 0;
    color: #fff;
}
.scheme_4 #swiper .swiper-slide .textblock1,
.scheme_4 #swiper .swiper-slide .textblock2 {
    width: 50%;
}
.scheme_4 #swiper .swiper-slide .textblock1 h2 {
    margin: 0;
    font-size: 80px;
    color: #fff;
}
.scheme_4 #swiper .swiper-slide .textblock1 h3 {
    margin: -3px 0 0;
    font-size: 40px;
    color: #f4522c;
}
.scheme_4 #swiper .swiper-slide .textblock1 {
    float: left;
    width: 40%;
}
.scheme_4 #swiper .swiper-slide .textblock1 img {
    margin-top: 66px;
}
.scheme_4 #swiper .swiper-slide .textblock2 {
    float: right;
    width: 40%;
}
.scheme_4 #swiper .swiper-slide .textblock2 h2 {
    font-size: 40px;
    color: #fff;
}
.scheme_4 #swiper .swiper-slide .textblock2 p {
    margin-top: 26px;
    opacity: 0.7;
}
.scheme_4 #swiper .swiper-slide .textblock2 .btn {
    margin-top: 70px;
    padding: 0 60px;
}
.scheme_4 #swiper .swiper_btn {
    position: absolute;
    bottom: 30px;
    width: 35px;
    height: 70px;
    color: #fff;
    font-size: 50px;
    -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;
    opacity: 0.5;
    cursor: pointer;
    z-index: 10;
}
.scheme_4 #swiper .swiper_btn:hover {
    opacity: 1;
}
.scheme_4 #swiper_btn_prev {
    left: 50%;
    margin-left: -100px;
}
.scheme_4 #swiper_btn_prev:before {
    content: "\f053";
    font-family: "FontAwesome";
}
.scheme_4 #swiper_btn_next {
    right: 50%;
    margin-right: -100px;
}
.scheme_4 #swiper_btn_next:before {
    content: "\f054";
    font-family: "FontAwesome";
}
.scheme_4 #swiper_pagination {
    width: 75px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 40%;
    padding: 30px 0;
    z-index: 10;
    background: #f4522c;
    -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;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
@media (max-width: 767px) {
    .scheme_4 #swiper_pagination {
        background: rgba(244, 82, 44, 0.5);
    }
}
.scheme_4 #swiper_pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    display: block;
    margin: 22px auto;
    vertical-align: top;
    background: transparent;
    font-size: 0;
    cursor: pointer;
    border: 3px solid #fff;
    -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: border-width 0.3s ease-in-out;
    -moz-transition: border-width 0.3s ease-in-out;
    transition: border-width 0.3s ease-in-out;
}
.scheme_4 #swiper_pagination .swiper-pagination-bullet:hover {
    background: #f4522c;
    border-width: 7px;
}
.scheme_4 #swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f4522c;
    border-width: 7px;
    cursor: default;
}
.scheme_4 .section_bg {
    position: relative;
}
.scheme_4 .rd-parallax {
    -webkit-transform: translateZ(0);
}
.scheme_4 .rd-parallax .bg_img {
    z-index: -1;
}
.scheme_4 .rd-parallax-layer > img {
    max-width: none;
}
.scheme_4 .rd-parallax-inner {
    overflow: hidden;
    -webkit-transform: translateZ(0) !important;
}
.scheme_4 .rd-parallax-inner img {
    -webkit-transform: translateZ(0);
}
.scheme_4 .bg_img {
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scheme_4 .bg_img > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
.scheme_4 .homepage_brands .flexbox {
    padding: 65px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.scheme_4 .homepage_brands .item {
    margin-top: 69px;
    text-align: center;
}
.scheme_4 .homepage_brands .item a {
    display: block;
    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 .homepage_brands .item a:hover {
    opacity: 0.6;
}
.scheme_4 .homepage_brands .btn_wrapper {
    text-align: center;
    padding: 10px 0 134px;
}
.scheme_4 .section_bg {
    margin-top: 49px;
}
.scheme_4 .section_bg h2 {
    color: #fff;
}
.scheme_4 header + .section_bg,
.scheme_4 .section_bg + .section_bg {
    margin-top: 0;
    background: #f4522c;
}
.scheme_4 .section_bg:nth-child(2n) {
    background: #33393f;
}
.scheme_4 .showcase {
    padding-top: 98px;
}
.scheme_4 .showcase .flexbox {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.scheme_4 .custom_showcase {
    z-index: 1;
}
.scheme_4 .custom_showcase:hover {
    z-index: 2;
}
.scheme_4 .custom_showcase a {
    display: block;
    -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-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0);
    box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0);
}
.scheme_4 .custom_showcase a:hover {
    -webkit-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 40px 15px rgba(0, 0, 0, 0.5);
}
.scheme_4 .custom_showcase .inside {
    position: relative;
    color: #fff;
    background: #33393f;
}
.scheme_4 .custom_showcase .inside img {
    min-width: 0;
    width: 100%;
}
.scheme_4 .custom_showcase .inside h2 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    letter-spacing: 2px;
}
.scheme_4 .custom_showcase .inside .btn {
    margin-top: 26px;
    letter-spacing: 0.3px;
}
.scheme_4 .custom_showcase .textblock {
    padding: 100px 50px 100px 100px;
}
.scheme_4 .custom_showcase .textblock .btn:hover {
    background: #fff;
    color: #33393f;
}
.scheme_4 .custom_showcase img + .textblock {
    position: absolute;
    left: 0px;
    top: 49%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.scheme_4 .custom_showcase img + .textblock .btn:hover {
    background: #fff;
    color: #33393f;
}
.scheme_4 .custom_showcase:nth-child(1),
.scheme_4 .custom_showcase:nth-child(4) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 32%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 32%;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
}
.scheme_4 .custom_showcase:nth-child(1) img + .textblock .btn,
.scheme_4 .custom_showcase:nth-child(4) img + .textblock .btn {
    background: #dfdfdf;
    color: #33393f;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_4 .custom_showcase:nth-child(1) img + .textblock .btn:hover,
.scheme_4 .custom_showcase:nth-child(4) img + .textblock .btn:hover {
    background: #33393f;
    color: #fff;
}
.scheme_4 .custom_showcase:nth-child(2),
.scheme_4 .custom_showcase:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 66%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 66%;
    -ms-flex: 1 1 66%;
    flex: 1 1 66%;
}
.scheme_4 .custom_showcase:nth-child(2) .textblock,
.scheme_4 .custom_showcase:nth-child(3) .textblock {
    padding-left: 115px;
}
.scheme_4 .showcase_img {
    position: relative;
}
.scheme_4 .showcase_img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
}
.scheme_4 .showcase_img .textblock {
    position: relative;
    z-index: 2;
}
.scheme_4 .homepage_newsletter .newsletter_wrapper {
    max-width: 970px;
    padding: 78px 0 64px;
    margin: 0 auto;
}
.scheme_4 .homepage_newsletter h2 {
    text-transform: none;
}
.scheme_4 .homepage_newsletter p {
    margin: 9px 0;
}
.scheme_4 .homepage_newsletter .newsletter_flex {
    margin-top: 14px;
    border: 3px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.scheme_4 .homepage_newsletter .newsletter_flex input {
    height: 65px;
    padding: 0 7px 0 12px;
    line-height: 65px;
    font-weight: 400;
    background: none;
    font-size: 18px;
    color: #fff;
    border: 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;
}
.scheme_4 .homepage_newsletter .newsletter_flex input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 .homepage_newsletter .newsletter_flex button {
    margin: -4px -4px -4px 0;
    height: 73px;
    line-height: 72px;
    min-width: 165px;
    text-align: center;
    -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: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 .homepage_newsletter .newsletter_flex button:hover {
    background: #fff;
    color: #31373d;
}
.scheme_4 .homepage_newsletter .form_status {
    margin: 10px 0 0 0;
    font-weight: bold;
}
.scheme_4 .homepage_newsletter .form_status.error {
    color: #f00;
}
.scheme_4 .homepage_newsletter .form_status.success {
    color: #119000;
}
.scheme_4 .homepage_newsletter .bg_img .btn:hover {
    background: #fff;
    color: #31373d;
}
.scheme_4 .product .product_img {
    text-align: center;
}
.scheme_4 .product .product_img a {
    display: block;
    background: #f7f7f7;
}
.scheme_4 .product .product_sale {
    margin-top: 17px;
    font-weight: 700;
    font-size: 15px;
    color: #b6b6b6;
    text-transform: uppercase;
}
.scheme_4 .product .product_sale .icon {
    margin-right: 5px;
    font-size: 18px;
}
.scheme_4 .product .product_sale.active {
    color: #33393f;
}
.scheme_4 .product .product_collection span {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.scheme_4 .product .product_collection span:after {
    content: ",";
}
.scheme_4 .product .product_collection span:last-child:after {
    content: "";
}
.scheme_4 .product .product_links .btn {
    -webkit-box-shadow: 0 12px 12px 2px rgba(244, 82, 44, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(244, 82, 44, 0.35);
    box-shadow: 0 12px 12px 2px rgba(244, 82, 44, 0.35);
}
.scheme_4 .product .product_links .btn:hover {
    -webkit-box-shadow: 0 12px 12px 2px rgba(51, 57, 63, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(51, 57, 63, 0.35);
    box-shadow: 0 12px 12px 2px rgba(51, 57, 63, 0.35);
}
.scheme_4 .product_wrapper .product_img a {
    padding: 70px;
}
.scheme_4 .product_wrapper .product_img a img {
    background: #f7f7f7;
}
.scheme_4 .product_wrapper .product_info {
    position: relative;
}
.scheme_4 .product_wrapper .product_price {
    margin-top: 15px;
    min-height: 61px;
    font-size: 30px;
    color: #f4522c;
}
.scheme_4 .product_wrapper .product_price span {
    font-weight: 700;
}
.scheme_4 .product_wrapper .product_price span + span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    color: #b6b6b6;
}
.scheme_4 .product_wrapper .product_links {
    margin-top: 28px;
}
.scheme_4 .product_wrapper .product_links_abs {
    position: absolute;
    top: -82px;
    left: 38px;
}
.scheme_4 .product_wrapper .product_links_abs .btn_icon {
    margin-right: 10px;
}
.scheme_4 .product_listing_main .product_wrapper {
    padding: 94px 0 50px 0;
}
.scheme_4 .product_listing_main .product_img a {
    display: block;
    position: relative;
}
.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: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
}
.scheme_4 .product_listing_main .product_img .product_img_wrapper {
    display: block;
    position: relative;
}
.scheme_4 .product_listing_main .product_img span.product_badge {
    display: block;
    padding: 5px 10px;
    position: absolute;
    top: 0px;
    min-width: 55px;
    font-size: 14px;
    text-transform: uppercase;
    height: 29px;
    line-height: 29px;
    padding: 0 9px;
    letter-spacing: 1px;
    color: #fff;
    z-index: 100;
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: 0 0;
}
.scheme_4 .product_listing_main .product_img span.product_badge:after,
.scheme_4 .product_listing_main .product_img span.product_badge:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 11px;
    border-color: transparent transparent transparent #f4522c;
    position: absolute;
    right: -10px;
    top: 14px;
}
.scheme_4 .product_listing_main .product_img span.product_badge:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 11px;
}
.scheme_4 .product_listing_main .product_img span.product_badge:before {
    width: 0;
    height: 0;
    left: auto;
    top: 0;
    right: -10px;
    border-style: solid;
    border-width: 15px 11px 0 0;
}
.scheme_4 .product_listing_main .product_img span.new {
    background: #31373d;
    left: 59px;
}
.scheme_4 .product_listing_main .product_img span.new:after {
    border-color: transparent transparent transparent #33393f;
}
.scheme_4 .product_listing_main .product_img span.new:before {
    border-color: #33393f transparent transparent transparent;
}
.scheme_4 .product_listing_main .product_img span.sale {
    background: #b6b6b6;
    left: 112px;
}
.scheme_4 .product_listing_main .product_img span.sale:after {
    border-color: transparent transparent transparent #b6b6b6;
}
.scheme_4 .product_listing_main .product_img span.sale:before {
    border-color: #b6b6b6 transparent transparent transparent;
}
.scheme_4 .product_listing_main .product_name {
    padding-top: 35px;
}
.scheme_4 .product_listing_main .product_desc {
    display: none;
}
.scheme_4 .product_listing_main .product_links form {
    display: inline-block;
}
.scheme_4 .homepage_carousel_title {
    margin-top: 89px;
    line-height: 1;
    letter-spacing: 1.8px;
}
.scheme_4 .homepage_carousel_title span {
    display: block;
}
.scheme_4 .homepage_carousel {
    position: relative;
}
.scheme_4 .homepage_carousel .swiper-container {
    margin: 0 -50px;
    padding: 0 50px;
}
.scheme_4 .homepage_carousel .swiper-container:before,
.scheme_4 .homepage_carousel .swiper-container:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 35px;
    right: 0;
    background: #fff;
    z-index: 99;
}
.scheme_4 .homepage_carousel .swiper-container:before {
    left: 0px;
}
.scheme_4 .homepage_carousel .swiper_btn {
    margin: -15px 0 0 0;
    position: absolute;
    top: 50%;
    bottom: 30px;
    width: 35px;
    height: 70px;
    color: #f4522c;
    font-size: 50px;
    -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;
    opacity: 0.5;
    z-index: 11;
    cursor: pointer;
}
.scheme_4 .homepage_carousel .swiper_btn:hover {
    opacity: 1;
}
.scheme_4 .homepage_carousel .swiper_btn:before {
    display: block;
    font: 50px/70px "FontAwesome";
}
.scheme_4 .homepage_carousel .btn_prev {
    left: -50px;
}
.scheme_4 .homepage_carousel .btn_prev:before {
    content: "\f053";
}
.scheme_4 .homepage_carousel .btn_next {
    right: -50px;
    text-align: right;
}
.scheme_4 .homepage_carousel .btn_next:before {
    content: "\f054";
}
.scheme_4 .product_collection.item3_1 {
    clear: left;
}
.scheme_4 .product_collection .product_img a {
    padding: 20px;
}
.scheme_4 .product_collection .product_wrapper {
    padding-top: 40px;
    padding-bottom: 0px;
}
.scheme_4 .view_list .product {
    width: 100%;
    float: none;
    overflow: hidden;
}
.scheme_4 .view_list .product_img {
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
}
.scheme_4 .view_list .product_img .img_1_wrapper,
.scheme_4 .view_list .product_img .img_2_wrapper img {
    padding: 10px;
}
.scheme_4 .view_list .product_sale {
    margin-top: 0;
}
.scheme_4 .view_list .product_name {
    padding-top: 10px;
}
.scheme_4 .view_list .product_info {
    padding-top: 0;
    overflow: hidden;
    text-align: left;
}
.scheme_4 .view_list .product_info .btn {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_4 .view_list .product_info .btn:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_4 .view_list .product_desc__long {
    display: block;
}
.scheme_4 .view_list .product_price {
    margin-top: 5px;
    min-height: 0;
}
.scheme_4 .view_list .product_links {
    margin-top: 15px;
}
.scheme_4 .view_list .product_links .btn {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}
.scheme_4 .section_bg + footer {
    margin-top: 0;
}
.scheme_4 footer {
    position: relative;
    margin: 90px 0 0 0;
    color: #f4522c;
    background: #33393f;
}
.scheme_4 footer h6 {
    margin: 0;
    font-size: 20px;
    color: #f4522c;
    letter-spacing: 1.2px;
}
.scheme_4 footer .footer_block {
    padding-top: 127px;
}
.scheme_4 footer .footer_top {
    padding-bottom: 86px;
}
.scheme_4 footer .footer_contacts,
.scheme_4 footer .footer_links {
    margin-top: 27px;
}
.scheme_4 footer .footer_links li {
    margin-top: 8px;
}
.scheme_4 footer .footer_links li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
}
.scheme_4 footer .footer_links li.active a,
.scheme_4 footer .footer_links li a:hover {
    color: #f4522c;
}
.scheme_4 footer .footer_contacts {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.scheme_4 footer .footer_contacts li {
    margin-top: 20px;
    position: relative;
    padding-left: 47px;
}
.scheme_4 footer .footer_contacts a {
    color: #fff;
}
.scheme_4 footer .footer_contacts a:hover {
    color: #f4522c;
}
.scheme_4 footer .footer_contacts .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 30px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.scheme_4 footer .contacts_phone_text {
    display: block;
}
.scheme_4 footer .contacts_phone a {
    margin-top: -4px;
    display: inline-block;
    font-size: 30px;
    font-style: italic;
}
.scheme_4 footer .footer_social {
    margin-top: 34px;
}
.scheme_4 footer .footer_social li {
    display: inline-block;
    margin-right: 25px;
}
.scheme_4 footer .footer_social a {
    font-size: 26px;
    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 footer .footer_social a:hover {
    color: #f4522c;
}
.scheme_4 footer .footer_bottom {
    padding-bottom: 40px;
}
.scheme_4 footer .footer_logo {
    margin-left: -23px;
    float: left;
}
.scheme_4 footer .copyright {
    float: right;
    color: #fff;
    font-size: 16px;
}
.scheme_4 footer .copyright a {
    color: #f4522c;
}
.scheme_4 footer .copyright a:hover {
    color: #fff;
}
.scheme_4 footer .copyright p {
    margin-top: 27px;
}
.scheme_4 #back_top {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 0 0 615px;
    background: #f4522c;
    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;
    -webkit-box-shadow: 0 12px 12px 2px rgba(244, 82, 44, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(244, 82, 44, 0.35);
    box-shadow: 0 12px 12px 2px rgba(244, 82, 44, 0.35);
}
.scheme_4 #back_top:before {
    content: "\f106";
    font: 25px/48px "FontAwesome";
}
.scheme_4 #back_top:hover {
    background: #33393f;
    -webkit-box-shadow: 0 12px 12px 2px rgba(51, 57, 63, 0.35);
    -moz-box-shadow: 0 12px 12px 2px rgba(51, 57, 63, 0.35);
    box-shadow: 0 12px 12px 2px rgba(51, 57, 63, 0.35);
}
.scheme_4 .breadcrumb_wrap {
    margin: 15px 0 30px;
}
.scheme_4 .breadcrumb {
    margin: 0;
    padding: 7px 0;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.scheme_4 .breadcrumb a,
.scheme_4 .breadcrumb > li + li:before {
    color: #b6b6b6;
}
.scheme_4 .breadcrumb a:hover {
    color: #f4522c;
}
.scheme_4 .collection_info {
    margin: 0;
}
.scheme_4 .collection_info .collection_img {
    margin-top: 25px;
    padding: 4px;
    text-align: center;
    border: 1px solid #e8ebec;
}
.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: #31373d;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -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: #f4522c;
    color: #fff;
}
.scheme_4 .product_listing_controls {
    overflow: hidden;
    margin: 30px 0 0 0;
    padding: 0 10px 10px 10px;
    background: rgba(0, 0, 0, 0.01);
    border: 1px solid #e8ebec;
}
.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: #b6b6b6;
    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:hover {
    color: #f4522c;
}
.scheme_4 .product_listing_toggle li.active {
    background: #fff;
    border-color: #e8ebec;
    color: #31373d;
    cursor: default;
}
.scheme_4 .product_listing_toggle li i {
    font-size: 17px;
    line-height: 30px;
}
.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;
}
.scheme_4 .collection_listing_item.item_4_1 {
    clear: left;
}
.scheme_4 .collection_listing_item .collection_img {
    text-align: center;
}
.scheme_4 .collection_listing_item .collection_img a {
    display: block;
    padding: 10px;
    background: #f7f7f7;
}
.scheme_4 .collection_listing_item .collection_img a:hover {
    background: #e1e1e1;
}
.scheme_4 .collection_listing_item .collection_name {
    margin: 15px 0 0 0;
    text-transform: none;
}
.scheme_4 .collection_listing_item .collection_products {
    margin: 5px 0 0 0;
    color: #33393f;
}
.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: #31373d;
    font-size: 13px;
    line-height: 29px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.scheme_4 #pagination span.page a {
    width: 30px;
    padding: 0;
    text-align: center;
}
.scheme_4 #pagination span a:hover {
    background: #f4522c;
    color: #fff;
}
.scheme_4 #pagination span.current {
    width: 30px;
    height: 30px;
    background: #f4522c;
    font-size: 13px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    cursor: default;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.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 .sidebar_widget__products .widget_content {
    margin-top: 20px;
}
.scheme_4 .list_links li {
    padding: 5px 0px;
}
.scheme_4 .list_links li a {
    color: #b6b6b6;
}
.scheme_4 .list_links li a.active,
.scheme_4 .list_links li a:hover {
    color: #f4522c;
}
.scheme_4 .list_products .product {
    margin-top: 10px;
    overflow: hidden;
    padding: 15px;
    background: #f7f7f7;
}
.scheme_4 .list_products .product_img {
    width: 100px;
    float: left;
    margin-right: 15px;
    text-align: center;
}
.scheme_4 .list_products .product_img a {
    display: block;
    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_name {
    padding: 0;
    font-size: 15px;
}
.scheme_4 .list_products .product_info {
    overflow: hidden;
}
.scheme_4 .list_products .product_links {
    margin-top: 0;
    padding: 10px 0 0;
    text-align: left;
    width: auto;
}
.scheme_4 .list_products .product_links .btn {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_4 .list_products .product_links .btn:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
}
.scheme_4 .list_products .product_price {
    padding: 5px 0 0;
}
.scheme_4 .list_products .product_price .money {
    font-size: 20px;
}
.scheme_4 .list_products .product_price .compare-at-price {
    font-size: 14px;
}
.scheme_4 .sidebar_widget__search {
    height: 40px;
    padding: 0 38px 0 0;
    border: 1px solid #e8ebec;
    margin-top: -3px;
}
.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: #31373d;
    -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: #f4522c;
}
.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 #e8ebec;
}
.scheme_4 .sidebar_widget__articles img {
    width: 145px;
    float: left;
    margin: 0 15px 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_title a {
    color: #f4522c;
}
.scheme_4 .sidebar_widget__articles .article_title a:hover {
    color: #33393f;
}
.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 #e8ebec;
}
.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: #b6b6b6;
}
.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 #e8ebec;
}
.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: #3ad1d1;
    -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: #30353c;
}
.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 0px;
    border-bottom: 1px solid #e8ebec;
}
.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;
    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 #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 #e8ebec;
}
.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 {
    background: rgba(0, 0, 0, 0.05);
}
.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;
    border: 1px solid #e8ebec;
}
.scheme_4 .product_images a img {
    max-width: 100%;
    background: rgba(0, 0, 0, 0.05);
    -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_images a:hover img {
    background: rgba(0, 0, 0, 0.01);
}
.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;
    -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;
    opacity: 0.5;
}
.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 #e8ebec;
}
.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 #e8ebec;
}
.scheme_4 .product_info__wrapper .product_details b {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5em;
    color: #31373d;
    cursor: default;
}
.scheme_4 .product_info__wrapper .product_details__item {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #b6b6b6;
}
.scheme_4 .product_info__wrapper .product_details__item a {
    color: #b6b6b6;
    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: #ff0000;
    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: #31373d;
    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 #e8ebec !important;
    font-size: 15px;
    text-align: center;
    color: #31373d;
    -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 #e8ebec;
    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: #31373d;
}
.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: #f4522c;
}
.scheme_4 .quantity_box .quantity_modifier:hover:hover {
    color: #f4522c;
}
.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;
    line-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: 4px 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 #e8ebec;
}
.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;
    font-size: 40px;
}
.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 .product_pagination .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 .product_pagination .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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 {
    padding-top: 40px;
}
.scheme_4 ul.product_listing_related .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 ul.product_listing_related .product_img a:hover {
    opacity: 0.7;
}
.scheme_4 ul.product_listing_related .product_wrapper:hover:after {
    bottom: -15px;
}
.scheme_4 .article_title {
    font-weight: normal;
    font-size: 16px;
    color: #31373d;
    text-transform: none;
}
.scheme_4 .article_title a {
    color: #30353c;
}
.scheme_4 .article_title a:hover {
    color: #f4522c;
}
.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 #e8ebec;
}
.scheme_4 .blog_tags {
    font-size: 0;
}
.scheme_4 .blog_tags a {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 5px 10px;
    background: none;
    font-size: 18px;
    color: #b6b6b6;
    border: 2px solid #e8ebec;
}
.scheme_4 .blog_tags a:before {
    content: "\f02b";
    margin: 0 5px 0 0;
    font: 12px "FontAwesome";
    color: #b6b6b6;
    -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: #f4522c;
    border-color: #f4522c;
    color: #fff;
}
.scheme_4 .blog_tags a:hover:before {
    color: #fff;
}
.scheme_4 .blog_tags a.tag_active {
    background: #f4522c;
    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 #e8ebec;
}
.scheme_4 .blog_listing__article .article_img {
    margin-bottom: 20px;
}
.scheme_4 .blog_listing__article .article_img img {
    max-height: 300px;
}
.scheme_4 .blog_listing__article .article_title {
    margin: -6px 0 0;
    font-size: 30px;
}
.scheme_4 .blog_listing__article .article_title a {
    color: #f4522c;
}
.scheme_4 .blog_listing__article .article_title a:hover {
    color: #b6b6b6;
}
.scheme_4 .blog_listing__article .article_body {
    margin: 30px 0;
    overflow: hidden;
}
.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 #e8ebec;
}
.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);
}
.scheme_4 .article_comments__list ul li time span {
    margin: 0 0 0 12px;
    padding: 0 0 0 12px;
    border-left: 1px solid #e8ebec;
}
.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 #e8ebec;
}
.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: 25px 0 0 5px;
}
.scheme_4 .account_section {
    margin: 30px 0 0 0;
    padding: 30px;
    border: 1px solid #e8ebec;
    border-top: 2px solid #b6b6b6;
}
.scheme_4 .account_section h4 {
    overflow: hidden;
    margin: 0;
}
.scheme_4 .account_section h4 span {
    margin-top: 5px;
    float: right;
    vertical-align: top;
    font-size: 18px;
}
.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: 2px 5px 0 0;
    font: 16px/21px "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;
    margin-bottom: 5px;
}
.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 #b6b6b6;
    font: 15px/25px "FontAwesome";
    color: #31373d;
    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 #address_add__close {
    margin-left: 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 #e8ebec;
    border-top: 2px solid #33393f;
    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 #e8ebec;
    border-top: 2px solid #33393f;
    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: #31373d;
    text-transform: uppercase;
}
.scheme_4 #account_login .account_left ul li:before {
    content: "\f00c";
    margin: 0 7px 0 0;
    font: 14px "FontAwesome";
    color: #b6b6b6;
}
.scheme_4 #account_login .account_left .btn {
    margin-top: 15px;
}
.scheme_4 #account_guest {
    margin: 30px 0 0 0;
    padding: 30px;
    border: 1px solid #e8ebec;
}
.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 #e8ebec;
    position: relative;
}
.scheme_4 .account_area .page_heading a {
    display: block;
    float: right;
    margin: 3px 0 0 10px;
    font-size: 14px;
}
.scheme_4 .account_area .page_heading a.link_logout {
    position: absolute;
    right: 0;
    top: 5px;
}
.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: #b6b6b6;
}
.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 #e8ebec;
}
.scheme_4 .table_info td {
    padding: 5px 0;
}
.scheme_4 .table_info td ~ td {
    padding: 5px 0 5px 5px;
    color: #31373d;
    text-align: right;
}
.scheme_4 .table_orders thead {
    border-bottom: 2px solid #e8ebec;
}
.scheme_4 .table_orders th {
    padding: 5px 7px;
    border: 1px solid #e8ebec;
    color: #31373d;
    text-transform: uppercase;
}
.scheme_4 .table_orders td {
    padding: 5px 7px;
    border: 1px solid #e8ebec;
}
.scheme_4 .table_orders tfoot {
    border-top: 2px solid #e8ebec;
}
.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 #e8ebec;
    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 #e8ebec;
}
.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 #e8ebec;
    font-size: 14px;
    color: #31373d;
    text-transform: uppercase;
}
.scheme_4 .cart_list th ~ th {
    text-align: center;
}
.scheme_4 .cart_list td {
    padding: 20px;
    border: 1px solid #e8ebec;
}
.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__img a {
    display: block;
    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 .cart_item__img a:hover {
    opacity: 0.7;
}
.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: #31373d;
}
.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: #31373d;
}
.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;
    height: 30px;
    line-height: 26px;
    margin: 5px 0 0 0;
    font-size: 11px;
    padding: 0 7px;
    font-weight: 400;
    text-transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 .cart_item .cart_update:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 .cart_item__remove {
    font-size: 14px;
    color: #f4522c;
}
.scheme_4 .cart_item__remove i {
    vertical-align: baseline;
}
.scheme_4 .cart_item__remove:hover {
    color: #31373d;
}
.scheme_4 .cart_list .cart_buttons .btn {
    float: right;
    margin: 0 0 0 20px;
    font-size: 15px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 .cart_list .cart_buttons .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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 #e8ebec;
    font-size: 16px;
    color: #31373d;
}
.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: #31373d;
}
.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: 21px 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;
    height: 38px;
    line-height: 38px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.scheme_4 .cart_list .cart_summary .cart_summary__checkout .btn:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.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 #e8ebec;
}
.scheme_4 #contact_page #google_map iframe {
    width: 100%;
}
.scheme_4 #contact_page .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 #e8ebec;
}
.scheme_4 .page_sitemap ul {
    list-style-type: disc;
    padding-left: 15px;
}
.scheme_4 .page_sitemap ul li {
    margin-top: 7px;
}
.scheme_4 .page_sitemap ul li a {
    color: #b6b6b6;
}
.scheme_4 .page_sitemap ul li a:hover {
    color: #f4522c;
}
.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_wrapper {
    padding: 50px 0 0;
}
.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:nth-child(3n + 1) {
    clear: left;
}
.scheme_4 .product_wishlist:nth-child(3n + 1) .product_wrapper:before {
    display: none;
}
.scheme_4 .wishlist_form {
    display: inline-block;
}
.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: #3ad1d1;
}
.scheme_4 #scheme_1 .color_2 {
    background: #313041;
}
.scheme_4 #scheme_2 .color_1 {
    background: #fa8b22;
}
.scheme_4 #scheme_2 .color_2 {
    background: #30353c;
}
.scheme_4 #scheme_3 .color_1 {
    background: #28d793;
}
.scheme_4 #scheme_3 .color_2 {
    background: #30353c;
}
.scheme_4 #scheme_4 .color_1 {
    background: #f4522c;
}
.scheme_4 #scheme_4 .color_2 {
    background: #33393f;
}
