body {
    color: #17191e;
}

body._lock {
    overflow: hidden;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}

/* ----------------------------------------
// Global
// ---------------------------------------- */

body {
    color: #17191e;
}

body._lock {
    overflow: hidden;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html {
    font-size: 16px;
}

html,
body {
    min-width: 320px;
    height: 100%;
}

body {
    font-family: "Manrope", sans-serif;
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-size: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    background-color: inherit;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "icons";
    src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2#icons") format("woff2");
    font-display: swap;
    font-display: block;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "icons";
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
    display: block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

._icon-quick-view:before {
    content: "\e907";
}

._icon-arrow-down:before {
    content: "\e900";
}

._icon-burger:before {
    content: "\e901";
}

._icon-chat:before {
    content: "\e902";
}

._icon-close:before {
    content: "\e903";
}

._icon-compare:before {
    content: "\e904";
}

._icon-delete:before {
    content: "\e905";
}

._icon-email:before {
    content: "\e906";
}

._icon-instagram:before {
    content: "\e908";
}

._icon-long-arrow-right:before {
    content: "\e909";
}

._icon-profile:before {
    content: "\e90a";
}

._icon-refresh:before {
    content: "\e90b";
}

._icon-search:before {
    content: "\e90c";
}

._icon-shopping-cart:before {
    content: "\e90d";
}

._icon-telephone:before {
    content: "\e90e";
}

._icon-wishlist:before {
    content: "\e90f";
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

figure {
    margin: 0;
}

body {
    margin: 0;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    line-height: 150%;
}

body.fancybox-active {
    margin-right: 17px !important;
}

h1,
.h1 {
    font-size: 40px;
    line-height: 46px;
}

h2,
.h2 {
    font-size: 30px;
    line-height: 36px;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 30px;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 26px;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 24px;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    clear: both;
    margin-bottom: 15px;
    color: #17191e;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    line-height: 1.3;
}

img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

svg {
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a.link {
    color: #FDA822;
}

a.link:hover {
    color: #17191e;
}

a:hover {
    color: #FDA822;
}

p {
    margin-bottom: 20px;
}

._primary-color {
    color: #FDA822;
}

.limit-1-line-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.limit-2-line-text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wrapper {
    overflow: hidden;
    padding: 0;
}

.container {
    min-width: 320px;
}

ul {
    padding: 0;
    list-style: none;

}

.is-outer {
    position: relative !important;
    left: -9999px !important;
}

.is-hidden {
    display: none !important;
}

.is-overflow-hidden {
    overflow: hidden !important;
}

.w-100 {
    width: 100%;
}

section,
.section {
    padding: 35px 0;
}

.hover-shine .shine-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    pointer-events: none;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover-shine .shine-block:hover::after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.for-mobile {
    display: none;
}

.for-desctop {
    display: block;
}

.text-color-primary {
    color: #365edc;
}

svg.text-color-primary {
    fill: #365edc !important;
}


.btn-reset {
    border: none;
    background: transparent;
    cursor: pointer;
}

.border-bottom-primary {
    position: relative;
    padding-bottom: 14px;
    border-bottom: 1px solid #ededed;
}

.border-bottom-primary:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 90px;
    height: 3px;
    background: #FDA822;
}

.fancybox-content {
    border-radius: 3px;
}

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

.hover-primary:hover {
    color: #FDA822;
}

.hover-primary:hover:after {
    color: #FDA822;
}

.hover-white:hover {
    color: #fff;
}

.hover-white:hover:after {
    color: #fff;
}

.hover-dark:hover {
    color: #17191e;
}

.hover-dark:hover:after {
    color: #17191e;
}

.fs-10 {
    font-size: 10px;
}

.fs-13 {
    font-size: 13px;
}

.fs-18 {
    font-size: 18px;
}

.section-title {
    margin-bottom: 35px;
    text-align: center;
}

.section-title .title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 34px;
    text-transform: capitalize;
}

.section-title .sub-title {
    padding: 0 30%;
    color: #474747;
}

.content {
    padding: 30px 0 40px;
}

.content .comments-block {
    padding-top: 60px;
}

.typography-block ul {
    padding-bottom: 15px;
    padding-left: 0;
}

.typography-block ul li {
    position: relative;
    padding: 0 0 0 27px;
}

.seo-text ul li::before {
    content: "x";
    position: absolute;
    left: 0px;
    color: rgb(253, 168, 34);
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
}

.typography-block ul li:before {
    content: "\eb0c";
    position: absolute;
    left: 0;
    color: #FDA822;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-size: 22px;
    font-family: tabler-icons !important;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.typography-block .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 10px;
    border-bottom: 1px solid #ededed;
}

.typography-block .tags .tags__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    padding-top: 3px;
    color: #999;
    font-size: 26px;
}

.typography-block .tags a {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 3px 15px;
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #999;
    text-decoration: none;
    -webkit-transition: border-color 0.3s ease, color 0.3s ease;
    -o-transition: border-color 0.3s ease, color 0.3s ease;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.typography-block .tags a:last-child {
    margin-right: 0;
}

.typography-block .tags a:hover {
    border-color: #FDA822;
    color: #FDA822;
}

/*.typography-block a {*/
/*    color: #FDA822;*/
/*    text-decoration: underline;*/
/*}*/

/*.typography-block a:hover {*/
/*    text-decoration: none;*/
/*}*/

.nav-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
}

.block__quote {
    padding: 15px 0 15px 35px;
    border-left: 4px solid #365edc;
    font-weight: 700;
}

.border-round {
    border-radius: 3px;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

main:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    height: 100%;
    background: rgba(23, 25, 30, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
}

main._isActive:before {
    opacity: 1;
    visibility: visible;
}

._accordion-parent ._accordion-item {
    overflow: hidden;
}

.border-block--small {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.border-block--small .border-block--small--icon {
    text-align: center;
}

.border-block--small .border-block--small--icon img {
    width: 120px;
}

.border-block--small .border-block--title {
    margin: 0;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.block-title {
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: uppercase;
}

.border-block {
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.fc-example-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fc-example-icons .fc-example-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20%;
    margin-top: -1px;
    margin-left: -1px;
    padding: 15px;
    border: 1px solid #ededed;
    text-align: center;
}

.fc-example-icons .fc-example-icon i {
    font-size: 40px;
}

code {
    padding: 2px 5px;
    border-radius: 4px;
    background-color: #f9f2f4;
}

code {
    color: #e83e8c;
    font-size: 80%;
    word-wrap: break-word;
}

/* --------- Pagination --------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #ededed;
    text-align: center;
    -webkit-transition: opacity 0.3s ease, z-index 0.3s ease;
    -o-transition: opacity 0.3s ease, z-index 0.3s ease;
    transition: opacity 0.3s ease, z-index 0.3s ease;
}

#preloader.stop-preloader {
    z-index: -999999;
    opacity: 0;
}

#preloader .preloader-icon {
    width: 60px;
    height: 60px;
}

#preloader .loading-bar {
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 4px;
    margin-top: 30px;
    border-radius: 3px;
    background: #fff;
}

#preloader .loading-bar:before {
    content: "";
    position: absolute;
    left: -40px;
    width: 80px;
    height: 4px;
    background: #365edc;
    -webkit-animation: loadbar 1.5s infinite ease;
    animation: loadbar 1.5s infinite ease;
}

@-webkit-keyframes loadbar {
    50% {
        left: 120px;
    }
}

@keyframes loadbar {
    50% {
        left: 120px;
    }
}

/* --------- Header --------- */

header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 62;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 50px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
    -webkit-transition: padding-top 0.3s ease, padding-bottom 0.3s ease, z-index 2.1s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: padding-top 0.3s ease, padding-bottom 0.3s ease, z-index 2.1s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: padding-top 0.3s ease, padding-bottom 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, z-index 2.1s ease, background 0.3s ease;
    transition: padding-top 0.3s ease, padding-bottom 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, z-index 2.1s ease, background 0.3s ease;
    transition: padding-top 0.3s ease, padding-bottom 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, z-index 2.1s ease, background 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    /* supports backdrop-filter */
}

@supports ((-webkit-backdrop-filter: blur(31px)) or (backdrop-filter: blur(31px))) {
    header {
        background: rgba(255, 255, 255, 0.9);
        -webkit-backdrop-filter: blur(31px);
        backdrop-filter: blur(31px);
    }
}

header._isActive {
    background: white;
}

header._fixed--height {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

header._fixed--height .header__logo a {
    width: 150px;
}

header._fixed--height .header__phone-top {
    font-size: 12px;
}

header._fixed--height .header__phone-number {
    font-size: 18px;
}

header._fixed--height-hide {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .header .header__drops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header__logo a {
    display: block;
    width: 190px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .header__search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 630px;
}

header .header__search form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header__search form input {
    height: 40px;
}

header .header__search form .button-search {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

header .header__search form .button-search:before {
    color: #575757;
    font-size: 22px;
}

header .header__search form .button-search:hover:before {
    color: #fda822;
}

header .header__search .header__search-hide-search {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    border-left: 1px solid #ededed;
}

header .header__user-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header__user-menu a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 25px;
    font-size: 20px;
}

header .header__user-menu a .for-desctop {
    font-size: 14px;
}

header .header__user-menu a:first-child {
    margin-left: 0;
}

header .header__user-menu a._icon-profile:before {
    margin-right: 15px;
    font-size: 20px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

header .header__user-menu a.search-mobile {
    display: none;
}

header .header__user-menu a:first-child {
    margin-left: 0;
}

header .header__user-menu a span {
    position: absolute;
    top: -11px;
    right: -13px;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fa9a02;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
}

header .header__user-menu a._icon-shopping-cart {
    margin-right: 13px;
}

header .header__user-menu .search-mobile {
    display: none;
}

header .header.header-2 .header__search {
    max-width: 480px;
}

header .header.header-2 .header__user-menu a._icon-profile:before {
    margin-right: 0;
}

/* --------- Button Default --------- */

.btn {
    display: inline-block;
    padding: 17px 30px;
    border-color: transparent;
    border-radius: 3px;
    background: #FDA822;
    color: #fff;
    outline: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.btn:hover {
    background: #fa9a02;
    color: #fff;
}

.btn._red {
    background: #dc3636;
}

.btn._red:hover {
    background: #be2121;
}

.btn._green {
    background: #62d100;
}

.btn._green:hover {
    background: #4a9e00;
}

.btn-100 {
    display: block;
    width: 100%;
    text-align: center;
}

/* --------- Button Border Line --------- */

.btn-border {
    display: inline-block;
    padding: 16px 29px;
    border: 2px solid #FDA822;
    border-radius: 3px;
    background: transparent;
    color: #FDA822;
    outline: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-border:hover {
    border-color: #FDA822;
    background: #FDA822;
    color: #fff;
}

/* --------- Button Border Dark Line --------- */

.btn-border-dark {
    display: inline-block;
    padding: 15px 29px;
    border: 2px solid #17191e;
    border-radius: 3px;
    background: transparent;
    color: #17191e;
    outline: none;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-border-dark:hover {
    border-color: #17191e;
    background: #17191e;
    color: #fff;
}

.btn-border-dark.btn-small {
    border-width: 1px;
}

/* --------- Button Small --------- */

.btn-small {
    padding: 10px 20px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.btn-small.btn-arrow-right:after,
.btn-small.btn-arrow-left:before {
    font-size: 16px;
}

.btn-small.btn-arrow-right:hover:after {
    left: 7px;
}

.btn-small.btn-arrow-left:hover:before {
    right: 7px;
}

/* --------- Button With Arrow --------- */

.btn-arrow-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
}

.btn-arrow-right:after {
    content: "\e909";
    position: relative;
    top: 0;
    left: 0;
    padding-left: 12px;
    font-weight: 400;
    font-size: 19px;
    font-family: "icons";
    line-height: 10px;
    -webkit-transition: left 0.2s ease, color 0.1s ease;
    -o-transition: left 0.2s ease, color 0.1s ease;
    transition: left 0.2s ease, color 0.1s ease;
}

.btn-arrow-right:hover:after {
    left: 10px;
}

.btn-arrow-left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
}

.btn-arrow-left:before {
    content: "\e909";
    position: relative;
    top: 0;
    right: 0;
    padding-left: 12px;
    font-weight: 400;
    font-size: 19px;
    font-family: "icons";
    line-height: 10px;
    -webkit-transition: right 0.2s ease, color 0.1s ease;
    -o-transition: right 0.2s ease, color 0.1s ease;
    transition: right 0.2s ease, color 0.1s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-arrow-left:hover:before {
    right: 10px;
}

/* --------- Button Inline --------- */

.btn-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    font-weight: 700;
    font-size: 16px;
    color: #FDA822;
    line-height: normal;
    text-decoration: none !important;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-inline:after {
    content: "\e909";
    position: relative;
    color: #FDA822;
    top: 0;
    left: 0;
    padding-left: 12px;
    font-weight: 400;
    font-size: 21px;
    font-family: "icons";
    -webkit-transition: left 0.2s ease, color 0.1s ease;
    -o-transition: left 0.2s ease, color 0.1s ease;
    transition: left 0.2s ease, color 0.1s ease;
}
.btn-inline:hover{
    color: #fa9a02;
}


.btn-inline:hover:after {
    left: 10px;
}

/* --------- Button Small Inline --------- */

.btn-inline-small {
    padding-right: 15px;
    font-size: 12px;
}

.btn-inline-small:after {
    left: 0;
    padding-left: 8px;
    font-size: 16px;
}

.btn-inline-small:hover:after {
    left: 7px;
}

/* --------- Button Background White Style --------- */

.btn-bg-white {
    border-color: #fff;
    color: #fff;
}

/* --------- Checkbox Default Styles --------- */

.checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}

.checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
}

.checkbox input,
.checkbox svg {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21px;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
}

.checkbox input {
    position: relative;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #dbdbdb;
    box-shadow: inset 0 0 0 1px #dbdbdb;
    outline: none;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.checkbox input:hover {
    -webkit-box-shadow: inset 0 0 0 2px #dbdbdb;
    box-shadow: inset 0 0 0 2px #dbdbdb;
}

.checkbox input:checked {
    -webkit-box-shadow: inset 0 0 0 2px #FDA822;
    box-shadow: inset 0 0 0 2px #FDA822;
}

.checkbox svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    margin-right: 20px;
    opacity: 0;
    pointer-events: none;
    fill: none;
    stroke: #FDA822;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.checkbox._default svg {
    stroke-dasharray: 16.1 86.12;
    stroke-dashoffset: 0;
}

.checkbox._default input:checked + svg {
    stroke-dasharray: 16.1 86.12;
    stroke-dashoffset: 0;
}

.checkbox._custom svg,
.checkbox input:checked + svg {
    opacity: 1;
}

/* --------- Checkbox Custom Style --------- */

.checkbox._custom input:checked {
    -webkit-box-shadow: inset 0 0 0 2px #FDA822;
    box-shadow: inset 0 0 0 2px #FDA822;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.checkbox._custom input:checked + svg {
    stroke-dasharray: 16.1 86.12;
    stroke-dashoffset: 102.22;
}

.checkbox._custom input:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.checkbox._custom input:disabled:hover {
    -webkit-box-shadow: inset 0 0 0 1px #dbdbdb;
    box-shadow: inset 0 0 0 1px #dbdbdb;
}

.checkbox._custom input:disabled:checked:hover {
    -webkit-box-shadow: inset 0 0 0 2px #dbdbdb;
    box-shadow: inset 0 0 0 2px #dbdbdb;
}

.checkbox._custom input:checked:disabled,
.checkbox._custom input:checked:disabled + svg {
    opacity: 0.3;
}

.checkbox._custom svg {
    -webkit-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
    -o-transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
    stroke-dasharray: 86.12;
    stroke-dashoffset: 86.12;
}

/* --------- Checkbox Color Property Style --------- */

.checkbox._color-property input,
.checkbox._color-property input:hover,
.checkbox._color-property input:checked {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox._color-property svg {
    stroke: #fff;
}

.checkbox._color-property:not(._custom) svg {
    stroke: #fff;
    stroke-dasharray: 16.1 86.12;
    stroke-dashoffset: 0;
}

.checkbox._color-property:not(._custom) input:checked + svg {
    stroke-dasharray: 16.1 86.12;
    stroke-dashoffset: 0;
}

/* --------- Checkbox Switch Styles --------- */

.checkbox-switch input {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: 5px auto 0;
    opacity: 0;
}

.checkbox-switch {
    margin-bottom: 15px;
    position: relative;
}

.checkbox-switch-label {
    position: relative;
    display: block;
    padding-left: 50px;
    cursor: pointer;
}

.checkbox-switch-label a {
    color: #fda822;
}

.checkbox-switch-label a:hover {
    text-decoration: underline;
}

.checkbox-switch-label:before {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    width: 35px;
    height: 18px;
    border-radius: 20px;
    background: #e0e0e0;
}

.checkbox-switch-label:after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: left 0.1s ease-in;
    -o-transition: left 0.1s ease-in;
    transition: left 0.1s ease-in;
}

.checkbox-switch input:checked + label:before {
    border-color: #fda822 !important;
}

.checkbox-switch input:checked + label:before {
    background: #fda822 !important;
}

.checkbox-switch input:checked + label:after {
    left: 18px;
}

.checkbox-switch input:checked:disabled + label:before,
.checkbox-switch input:disabled + label:before,
.checkbox-switch input:checked:disabled + label:before,
.checkbox-switch input:disabled + label:before {
    opacity: 0.3;
    cursor: not-allowed;
}

.checkbox-switch input:checked:disabled + label:after,
.checkbox-switch input:disabled + label:after {
    opacity: 0.9;
    cursor: not-allowed;
}

/* --------- Radio Custom Styles --------- */

.radio {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}

.radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.radio input {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21px;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
}

.radio input {
    position: relative;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #dbdbdb;
    box-shadow: inset 0 0 0 1px #dbdbdb;
    outline: none;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.radio input:hover {
    -webkit-box-shadow: inset 0 0 0 2px #dbdbdb;
    box-shadow: inset 0 0 0 2px #dbdbdb;
}

.radio input:before {
    content: "";
    position: relative;
    top: 7px;
    left: 7px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fda822;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.radio input:checked {
    -webkit-box-shadow: inset 0 0 0 2px #fda822;
    box-shadow: inset 0 0 0 2px #fda822;
}

.radio input:checked:before {
    opacity: 1;
}

.radio._custom input:checked {
    -webkit-box-shadow: inset 0 0 0 2px #dbdbdb;
    box-shadow: inset 0 0 0 2px #dbdbdb;
}

.radio._custom input:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.radio._custom input:disabled:hover {
    -webkit-box-shadow: inset 0 0 0 1px #dbdbdb;
    box-shadow: inset 0 0 0 1px #dbdbdb;
}

.radio._custom input:disabled:checked:hover {
    -webkit-box-shadow: inset 0 0 0 2px #dbdbdb;
    box-shadow: inset 0 0 0 2px #dbdbdb;
}

.radio._custom input:checked:disabled {
    opacity: 0.3;
}

/* --------- Cookies --------- */

.cookies {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 202;
    max-width: 400px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.close-cookie {
    position: absolute;
    top: 0;
    right: 9px;
    z-index: 3;
    color: #999;
    font-size: 13px;
}

.fs--18 {
    font-size: 18px;
}

.text-cookie {
    color: #999;
    line-height: 1.7;
}

.color-gray {
    color: #999;
}

/* --------- Side Fly Panel --------- */

.fly-panel {
    position: fixed;
    top: 140px;
    right: 0;
    z-index: 60;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
    background: #fff;
    -webkit-box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}

.fly-panel._isActive {
    right: 700px;
}

.fly-panel .fly-panel__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border-bottom: 1px solid #ededed;
}

.fly-panel .fly-panel__item:last-child {
    border-bottom: 0;
}

.fly-panel .fly-panel__item span {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #FDA822;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
}

.fly-panel .fly-panel__item:before {
    font-size: 20px;
}

/* --------- Side Fly Slide Block --------- */

.fly-panel__block {
    position: fixed;
    top: 0;
    right: -700px;
    z-index: 70;
    width: 100%;
    max-width: 700px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 6px 18px rgba(44, 44, 44, 0);
    box-shadow: 0 6px 18px rgba(44, 44, 44, 0);
    -webkit-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}

.fly-panel__block._isActive {
    right: 0;
    -webkit-box-shadow: 0 6px 18px rgba(44, 44, 44, 0.4);
    box-shadow: 0 6px 18px rgba(44, 44, 44, 0.4);
}

.fly-panel__block .fly-panel__title {
    position: relative;
    width: 100%;
    padding: 15px 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    font-weight: 500;
    font-size: 24px;
}

.fly-panel__block .fly-panel__title .close-cart {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 15px;
    color: #999;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.fly-panel__block .fly-panel__title .close-cart:hover {
    color: #17191e;
}

.fly-panel__block .shopping-cart {
    height: 100%;
}

.fly-panel__block .shopping-cart .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 69px);
}

.fly-panel__block .shopping-cart .cart .fly-panel__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #ededed;
    background: #fafafa;
}

.fly-panel__block .shopping-cart .cart .fly-panel__footer .cart-table__foot {
    font-weight: 600;
    font-size: 25px;
}

.fly-panel__block .shopping-cart .cart .fly-panel__footer .cart_buttons {
    padding: 0;
}

.fly-panel__block .shopping-cart .cart .fly-panel__footer .cart_buttons .btn-border-dark {
    margin-right: 15px;
}

.fly-panel__block .shopping-cart .cart .cart__table {
    overflow-y: auto;
    height: 100%;
}

.fly-panel__block .shopping-cart .cart .cart__table .cart-table__table {
    padding: 15px 0;
}

.fly-panel__block .shopping-cart .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.product-control .counter-control {
    height: 40px;
}

.fly-panel__block .shopping-cart .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item {
    -ms-grid-columns: 80px minmax(40%, -webkit-min-content) 1fr 100px 1fr 40px;
    -ms-grid-columns: 80px minmax(40%, min-content) 1fr 100px 1fr 40px;
    grid-template-columns: 80px minmax(40%, -webkit-min-content) 1fr 100px 1fr 40px;
    grid-template-columns: 80px minmax(40%, min-content) 1fr 100px 1fr 40px;
    padding: 0 10px;
}

.fly-panel__block .shopping-cart .cart .cart__table .cart-table__table .cart-table__column {
    padding: 15px 10px;
}

.fly-panel__block .shopping-cart .cart .cart__table .cart-table__table .cart-table__column.cart-table__column--total {
    text-align: right;
}

.fly-panel__block .shopping-cart .cart .cart__table .cart-table__table .cart-table__column.cart-table__column--total,
.fly-panel__block .shopping-cart .cart .cart__table .cart-table__table .cart-table__column.cart-table__column--price {
    font-size: 15px;
}

.fly-panel__block .shopping-cart .cart .cart__table .cart-table__table .cart-table__column a.cart-table__product-name {
    color: #365edc;
    font-size: 15px;
}

.fly-panel__block .shopping-cart .cart .counter-control .counter-control__minus,
.fly-panel__block .shopping-cart .cart .counter-control .counter-control__plus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
}

.fly-panel__block .shopping-cart .cart .counter-control input {
    font-size: 14px;
}

/* --------- Navigation Menu --------- */

nav {
    margin-bottom: 20px;
    padding: 0;
}

nav .main-menu__megamenu,
nav .main-menu__submenu--list {
    z-index: 40;
}

/* --------- Mobile Burger --------- */

.burger-icon {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 26px;
    cursor: pointer;
}

.burger-icon span {
    height: 2px;
    margin: 3px 0;
    background: #575757;
    -webkit-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    -o-transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.burger-icon span:nth-of-type(1) {
    width: 50%;
}

.burger-icon span:nth-of-type(2) {
    width: 100%;
}

.burger-icon span:nth-of-type(3) {
    width: 75%;
}

.burger-icon.active span:nth-of-type(1) {
    -webkit-transform: rotatez(45deg) translate(4px, 0px);
    -ms-transform: rotate(45deg) translate(4px, 0px);
    transform: rotatez(45deg) translate(4px, 0px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.burger-icon.active span:nth-of-type(2) {
    -webkit-transform: rotatez(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotatez(-45deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.burger-icon.active span:nth-of-type(3) {
    width: 50%;
    -webkit-transform: translate(12px, -4px) rotatez(45deg);
    -ms-transform: translate(12px, -4px) rotate(45deg);
    transform: translate(12px, -4px) rotatez(45deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

/* --------- Features --------- */

.features-block .features-block__body {
    overflow: hidden;
    border-radius: 3px;
    background: #fbfbfb;
}

.features-block .features-block__body .col-xl {
    border-right: 1px solid #ededed;
}

.features-block .features-block__body .col-xl:last-child {
    border-right: 0;
}

.features-block .features-block__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 50px 5px;
    text-align: center;
}

.features-block .features-block__block .features-block__icon {
    position: relative;
}

.features-block .features-block__block .features-block__icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
    width: 108px;
    height: 80px;
    background: url(../img/ani-bg.png);
    -webkit-animation: rotation infinite 7s linear;
    animation: rotation infinite 7s linear;
}

.features-block .features-block__block img {
    width: 80px;
    height: 80px;
}

.features-block .features-block__block .features-block__title {
    margin-bottom: 0;
    padding: 10px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.features-block .features-block__block .features-block__subtitle {
    font-size: 14px;
}

@-webkit-keyframes rotation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------- Footer --------- */

footer {
    margin: 35px 0 0 0;
}

footer .footer__top {
    padding: 55px 30px 75px 30px;
    border-radius: 3px 3px 0 0;

    color: #fff;
    font-size: 14px;
}

footer .footer__top .footer__top-title {
    padding: 0 0 30px 0;
    margin-bottom: 0;
    color: #17191E;
    font-weight: 600;
    font-size: 18px;
}

footer .footer__top .footer__top-subtitle {
    font-weight: 700;
}

footer .footer__top .btn-inline {
    border: 0;
    background: transparent;
    color: #fff;
    outline: none;
}

footer .footer__top .subscribe-form input {
    margin: 20px 0 10px;
}

footer .footer__top ul li {
    margin-bottom: 10px;
}

footer .footer__top ul li:last-child {
    margin-bottom: 0;
}

footer .footer__top .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}

footer .footer__top .social li {
    margin-right: 10px;
    margin-bottom: 0;
}

footer .footer__top .social li:last-child {
    margin-right: 0;
}

footer .footer__top .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

footer .footer__top .social a svg {
    width: 20px;
    height: 20px;
}

footer .footer__top .social a:hover {
    border: 1px solid #365edc;
    background: #365edc;
    color: #fff;
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

footer .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 27px 0;
    font-size: 14px;
    border-top: 1px solid #EEE;
    flex-wrap: wrap;
}

footer .footer__bottom .fa-heart {
    margin: 0 3px;
    color: #dc3545;
    font-size: 16px;
}

footer .footer__bottom .footer__bottom-payment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
}

footer .footer__bottom .footer__bottom-payment li {
    width: 40px;
    height: 24px;
    margin-left: 5px;
}

footer .footer__bottom .footer__bottom-payment li img {
    opacity: 0.7;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

footer .footer__bottom .footer__bottom-payment li:hover img {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

footer.footer-full {
    margin-bottom: 0;
    background: #292c37;
}

footer.footer-full .footer__bottom {
    margin-bottom: 15px;
    border-radius: 3px;
}

footer.footer-full .footer__top {
    padding-right: 0;
    padding-left: 0;
}

/* --------- Form Elements --------- */

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.65rem 1rem;
    border: 1px solid #ededed;
    border-radius: 3px;
    background-color: #fbfbfb;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control.form-control-sm {
    height: 40px;
}

.form-control.active,
.form-control.focus,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: #FDA822;
    outline: 0;
}

.form-control.not-empty {
    border-color: #FDA822;
    background: #fff;
}

.form-control-select {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 50px;
    padding: 0.65rem 2rem 0.65rem 1rem;
    border: 1px solid #ededed;
    border-radius: 3px;
    background-color: transparent;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control-select.form-control-sm {
    height: 40px;
}

.form-control-select:focus {
    border-color: #FDA822;
    outline: 0;
}

textarea.form-control {
    min-height: 150px;
    padding-top: 14px;
    resize: vertical;
}

.form-item {
    position: relative;
    margin: 0 0 20px 0;
}

.form-item .label-fixed {
    position: absolute;
    top: 26px;
    left: 18px;
    color: #999;
    font-size: 14px;
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-item .label-fixed.is_focused {
    top: 1px;
    left: 6px;
    padding: 2px 10px;
    border-radius: 3px;
    background: #fff;
    color: #FDA822;
    font-size: 11px;
}

.form-item label.checkbox-switch-label {
    color: #999;
}

.form-item.form-item-inline {
    font-size: 13px;
}

.form-item .nice-select {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 1rem;
    border: 1px solid #ededed;
    border-radius: 3px;
    background-color: #fbfbfb;
    background-clip: padding-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
}

.form-item .nice-select .nice-select-dropdown {
    width: 100%;
}

.form-item .nice-select.open {
    border-color: #365edc;
    background: #fff;
}

/* --------- Modals --------- */

.modal-body {
    width: 100%;
    max-width: 550px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.modal-body .modal-title {
    margin-bottom: 30px;
    font-size: 18px;
}

.modal-body .modal-body-footer {
    width: calc(100% + 52px);
    margin-left: -26px;
    border-top: 1px solid #ededed;
}

.modal-body .modal-body-footer a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding: 15px;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    text-align: center;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
}

.modal-body .modal-body-footer a:hover {
    background: #365edc;
    color: #fff;
}

.modal-body.product-modal {
    padding: 26px 26px 0 26px;
}

.modal-body.product-modal .product__body {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 700px;
    padding: 10px 10px 0 10px;
}

/* --------- Progress Bar --------- */

.progress-bar .progress-bar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
}

.progress-bar .progress-bar__item .progress-bar__name {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
}

.progress-bar .progress-bar__item .progress-bar__line {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 3px;
    background: #ededed;
}

.progress-bar .progress-bar__item .progress-bar__line span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 3px;
    background: #365edc;
}

/* --------- Page Title --------- */

.page-title .page-title__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 60px 15px;
    border-radius: 3px;
    background: url("../img/page-title-bg.jpg");
    text-align: center;
}

.page-title .page-title__block._product {
    padding: 15px;
}

.page-title .page-title__block h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 500;
    font-size: 40px;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.breadcrumb li span {
    display: inline-block;
    margin: 0 5px;
}

/* --------- Banners --------- */

.banner-body .row .banner-body__item:first-child .banner-body__block {
    margin-bottom: 30px;
}

.banner-body .row .banner-body__item:last-child .banner-body__block {
    margin-bottom: 35px;
}

.banner-body.banner-2line .banner-body__block {
    height: 100%;
}

.banner-body .banner-body__block {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
}

.banner-body .banner-body__block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, transparent), to(rgba(23, 25, 30, 0.7)));
    background: -o-linear-gradient(right, transparent 30%, rgba(23, 25, 30, 0.7) 100%);
    background: linear-gradient(to left, transparent 30%, rgba(23, 25, 30, 0.7) 100%);
}

.banner-body .banner-body__block img {
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.banner-body .banner-body__block .banner-body__description {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 35px 40px;
    color: #fff;
}

.banner-body .banner-body__block .banner-body__description .banner-body__title {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
}

.banner-body .banner-body__block .banner-body__description .banner-body__feature ul {
    margin: 0;
}

.banner-body .banner-body__block .banner-body__description .banner-body__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner-body .banner-body__block .banner-body__description .banner-body__btn .btn-inline {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

.banner-body .banner-body__block .banner-body__description .btn-inline:hover {
    color: inherit;
}

.banner-body .banner-body__block:hover .banner-body__btn .btn-inline {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.banner-body .banner-body__block:hover img {
    -webkit-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}

.banner-body .banner-2line-item,
.banner-body .banner-1col-item {
    height: 100%;
}

.banner-long .banner-long__item {
    position: relative;
    display: block;
    overflow: hidden;
    height: 170px;
    border-radius: 3px;
    color: #17191e;
}

.banner-long .banner-long__item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.banner-long .banner-long__item .btn-inline {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

.banner-long .banner-long__item .banner-long__info {
    position: absolute;
    top: 30px;
    left: 90px;
    z-index: 5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

.banner-long .banner-long__item .banner-long__info h3 {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
}

.banner-long .banner-long__item .banner-log__price {
    padding: 10px 0 10px 0;
    font-weight: 700;
    font-size: 20px;
}

.banner-long .banner-long__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.banner-long .banner-long__item:hover .btn-inline {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.banner-long .banner-long__item:hover .banner-long__info {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* --------- Pagination --------- */

.pagination-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 35px 0 0 0;
}

.pagination-block ul li.page-item {
    font-weight: 500;
    font-size: 15px;
}

.pagination-block ul li.page-item ._icon-arrow-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-block ul li.page-item ._icon-arrow-down:before {
    font-size: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pagination-block ul li.page-item ._icon-arrow-down._next:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.pagination-block ul li.page-item a {
    display: block;
    height: 30px;
    margin: 0 5px;
    padding: 0 11px;
    border-radius: 3px;
    background: #ededed;
    color: #17191e;
    line-height: 30px;
    text-decoration: none;
}
.pagination-block ul li.page-item .page-link{
    display: block;
    height: 30px;
    margin: 0 5px;
    padding: 0 11px;
    border-radius: 3px;
    background: #ededed;
    color: #17191e;
    line-height: 30px;
    text-decoration: none;
}
.pagination-block ul li.page-item.disabled{
    opacity: .5;
}


.pagination-block ul li.page-item a:hover {
    background: #e0e0e0;
}

.pagination-block ul li.page-item.active .page-link {
    display: block;
    height: 30px;
    margin: 0 5px;
    padding: 0 11px;
    border-radius: 3px;
    background: #FDA822;
    color: #fff;
    line-height: 30px;
    cursor: default;
}

.pagination-block ul li.page-item.disabled a {
    background: #fafafa;
    cursor: auto;
    pointer-events: none;
}

.pagination-block ul li.page-item.disabled a:before {
    opacity: 0.5;
}

/* --------- Reviews --------- */

.block_reviews .block_reviews-top {
    position: relative;
}

.block_reviews .block_reviews-top .block_reviews-write {
    position: absolute;
    right: 0;
    bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block_reviews .block_reviews-top .block_reviews-write .product__rating-label {
    color: #868686;
    font-size: 14px;
    line-height: 1;
}

.block_reviews .block_reviews-top .block_reviews-write .block_reviews-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px 15px 2px 0;
}

.block_reviews .block_reviews-list--content {
    padding: 0;
}

.block_reviews .block_reviews-list--content .block_reviews-list--item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ededed;
}

.block_reviews .block_reviews-list--content .block_reviews-list--item:last-child {
    margin-bottom: 0;
}

.block_reviews .block_reviews-list--content .block_reviews-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block_reviews .block_reviews-list--content .block_reviews-body.level--2 {
    padding-left: 40px;
}

.block_reviews .block_reviews-list--content .block_reviews-body .block_reviews-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

.block_reviews .block_reviews-list--content .block_reviews-body .block_reviews-text {
    width: 100%;
    padding-left: 25px;
}

.block_reviews .block_reviews-list--content .block_reviews-body .block_reviews-text .block_reviews-text--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block_reviews .block_reviews-list--content .block_reviews-body .block_reviews-text .block_reviews-text--top .block_reviews-name-date {
    color: #868686;
    font-size: 14px;
}

.block_reviews .block_reviews-list--content .block_reviews-body .block_reviews-text .block_reviews-text--review {
    padding-top: 5px;
    font-size: 14px;
}

.block_reviews .block_reviews-add {
    padding-top: 30px;
}

.block_reviews .block_reviews-add .block_reviews-form {
    padding: 70px 0 15px 0;
    margin-top: -70px;
}
.block_reviews-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0;
}

.block_reviews-rating .rating-result {
    color: #868686;
    font-size: 14px;
}

.block_reviews-rating .star-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 10px;
}

.block_reviews-rating .star {
    margin-right: 2px;
    cursor: pointer;
}

.block_reviews-rating .star:first-child {
    margin-right: 0;
}

.block_reviews-rating .star:before {
    content: "\f005";
    position: relative;
    display: block;
    color: #dbdbdb;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
}

.block_reviews-rating .star:after {
    content: "\f005";
    position: absolute;
    top: 0;
    color: #ffc618;
    font-weight: 900;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    opacity: 0;
    -webkit-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.block_reviews-rating .star:hover:after,
.block_reviews-rating .star:hover ~ .star:after,
.block_reviews-rating .star.star__checked:after,
.block_reviews-rating .star.star__checked ~ .star:after {
    opacity: 1;
}

/* ----------------------------------------
// Home Components
// ---------------------------------------- */

/* --------- Main Slider Header --------- */

.slider-top .swiper-slide {
    overflow: hidden;
    border-radius: 3px;
}

.slider-top .swiper-slide img {
    vertical-align: middle;
}

.slider-top .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(30%, transparent), to(rgba(23, 25, 30, 0.7)));
    background: -o-linear-gradient(right, transparent 30%, rgba(23, 25, 30, 0.7) 100%);
    background: linear-gradient(to left, transparent 30%, rgba(23, 25, 30, 0.7) 100%);
}

.slider-top__description {
    position: absolute;
    top: 150px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 70px;
    color: #fff;
}

.slider-top__description .slider-top__title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    text-transform: uppercase;
}

.slider-top__description .slider-top__subtitle {
    display: -webkit-box;
    overflow: hidden;
    width: 50%;
    max-height: 140px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 28px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.slider-top:hover .slider-control__arrows > div {
    opacity: 1 !important;
}

.slider-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
}

.slider-control .slider-control__arrows > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-left: 12px;
    border: 1px solid #ededed;
    border-radius: 50%;
    color: #999;
    font-size: 34px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider-control .slider-control__arrows > div:first-child {
    margin-left: 0;
}

.slider-control .slider-control__arrows > div.swiper-button-disabled {
    opacity: 0.4 !important;
    cursor: no-drop;
}

.slider-control .slider-control__arrows > div.swiper-button-disabled:active i {
    left: 0 !important;
}

.slider-control .slider-control__arrows > div.swiper-button-disabled:hover {
    border-color: #ededed;
}

.slider-control .slider-control__arrows > div.slider-control__next {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.slider-control .slider-control__arrows > div.slider-control__prev {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slider-control .slider-control__arrows > div:hover {
    border-color: #365edc;
}

.slider-control .slider-control__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}

.slider-control .slider-control__pagination .slider-control__separator {
    width: 30px;
    height: 1px;
    margin: 0;
    background: #d6d6d6;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.slider-control .slider-control__pagination .slider-control__current {
    width: 25px;
    font-weight: 700;
}

.slider-control .slider-control__pagination .slider-control__total {
    width: 25px;
    padding-left: 5px;
}

.slider-control.slider-2-banners {
    position: absolute;
    bottom: 15px;
    z-index: 10;
    padding: 0 22px;
    color: #fff;
}

.slider-control.slider-2-banners .slider-control__arrows > div {
    border: 0;
    background: #fff;
    opacity: 0.8;
}

.slider-control.slider-2-banners .slider-control__arrows > div.slider-control__prev,
.slider-control.slider-2-banners .slider-control__arrows > div.slider-control__next {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* --------- Main Categories --------- */

.categories-block {
    padding-top: 5px;
}

.categories-block .categories-block__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 220px;
    margin-top: 30px;
    padding: 24px 30px;
    border-radius: 3px;
    background: #f5f7fd;
}

.categories-block .categories-block__item .categories-block__number {
    position: absolute;
    top: 10px;
    left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 60px;
    padding: 15px;
    color: #8f98a0;
    font-weight: 200;
    font-size: 30px;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.categories-block .categories-block__item .categories-block__number:before {
    content: "";
    position: absolute;
    top: 22px;
    right: 100%;
    display: block;
    width: 100px;
    height: 1px;
    background: #8f98a0;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
@media(max-width: 1400px) and (min-width: 1200px){
    .categories-block .categories-block__item .categories-block__number:before{
        width: 60px;
    }
}
.categories-block .categories-block__item .categories-block__name {
    position: relative;
    margin-bottom: 0;
    margin-left: 30px;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categories-block .categories-block__item .categories-block__icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categories-block .categories-block__item .categories-block__icon img {
    width: 90px;
    height: 90px;
}

.categories-block .categories-block__item .categories-block__btn {
    position: absolute;
    bottom: 52px;
    left: 61px;
}

.categories-block .categories-block__item .categories-block__btn .btn-inline {
    color: #fff;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
}

.categories-block .categories-block__item .categories-block__image {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.categories-block .categories-block__item .categories-block__image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(54, 94, 220, 0.5);
}

.categories-block .categories-block__item .categories-block__image img {
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.categories-block .categories-block__item:hover .categories-block__number {
    color: #fff;
}

.categories-block .categories-block__item:hover .categories-block__number:before {
    background: #fff;
}

.categories-block .categories-block__item.categories-block__item_main-page:hover .categories-block__number {
    color: #8F98A0;
}

.categories-block .categories-block__item.categories-block__item_main-page:hover .categories-block__number:before {
    background: #8F98A0;
}

.categories-block .categories-block__item:hover .btn-inline {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.categories-block .categories-block__item:hover .categories-block__name {
    color: #17191E;
}

.categories-block .categories-block__item:hover .categories-block__btn .btn-inline {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.categories-block .categories-block__item:hover .categories-block__image {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}

.categories-block .categories-block__item:hover .categories-block__icon {
    opacity: 0;
}

.categories-block .categories-block__item.categories-block-last-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #365edc;
}

.categories-block .categories-block__item.categories-block-last-item .btn-inline {
    position: relative;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.categories-block .categories-block__item.categories-block-last-item .categories-block__last {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: #f5f7fd;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.categories-block .categories-block__item.categories-block-last-item .categories-block__last img {
    vertical-align: middle;
}

.categories-block .categories-block__item.categories-block-last-item:hover .categories-block__last {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}

.categories-block .categories-block__item.categories-block-last-item:hover .btn-inline {
    color: #17191e;
    -webkit-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}

/* --------- Main Our Products --------- */

.our-products {
    background: #fbfbfb;
}

.our-products__tab .our-products__tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 16px 0;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
    position: relative;
}

.our-products__tab .our-products__tab-list:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #EDEDED;
}

.our-products__tab .our-products__tab-list .our-products__tab-list-item {
    position: relative;
    margin: 0 20px;
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.our-products__tab .our-products__tab-list .our-products__tab-list-item:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.our-products__tab .our-products__tab-list .our-products__tab-list-item:first-child {
    margin-left: 0;
}

.our-products__tab .our-products__tab-list .our-products__tab-list-item:last-child {
    margin-right: 0;
}

.our-products__tab .our-products__tab-list .our-products__tab-list-item.active {
    color: #FDA822;
}

.our-products__tab .our-products__tab-list .our-products__tab-list-item.active:after {
    background-color: #FDA822;
}



.our-products__tab .our-products__tab-list .our-products__tab-list-item:hover {
    color: #FDA822;
}

@-webkit-keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
    }

    100% {
        opacity: 1;
    }
}

@keyframes display-none-transition {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
    }

    100% {
        opacity: 1;
    }
}

.our-products__tab-content-item {
    display: none;
    -webkit-animation: display-none-transition 0.3s ease;
    animation: display-none-transition 0.3s ease;
}

.our-products__tab-content-item.active {
    display: block;
}

.our-products__tab-content-item .products-list {
    position: relative;
}

.our-products__tab-content-item:hover .our-products-carousel__control .our-products-carousel__prev {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.our-products__tab-content-item:hover .our-products-carousel__control .our-products-carousel__next {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.our-products-carousel__control .our-products-carousel__prev {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    font-size: 33px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-30px, -50%);
    -ms-transform: translate(-30px, -50%);
    transform: translate(-30px, -50%);
}

.our-products-carousel__control .our-products-carousel__prev.swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: no-drop;
}

.our-products-carousel__control .our-products-carousel__next {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    font-size: 33px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(30px, -50%);
    -ms-transform: translate(30px, -50%);
    transform: translate(30px, -50%);
}

.our-products-carousel__control .our-products-carousel__next.swiper-button-disabled {
    opacity: 0.5 !important;
    cursor: no-drop;
}

/* --------- News/Blog List Style 1 --------- */

.news__block.news__block-v1 .news__item {
    position: relative;
}

.news__block.news__block-v1 .news__item .news__image {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.news__block.news__block-v1 .news__item .news__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news__block.news__block-v1 .news__item .news__info {
    position: relative;
    padding: 0 15px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
}

.news__block.news__block-v1 .news__item .news__info .news__info-body {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.news__block.news__block-v1 .news__item .news__info .news__date {
    color: #999;
    font-size: 12px;
}

.news__block.news__block-v1 .news__item .news__info h3 {
    margin: 10px 0;
    font-size: 18px;
    line-height: 24px;
}

.news__block.news__block-v1 .news__item .news__info .btn-inline {
    color: #FDA822;
}

.news__block.news__block-v1 .news__item .news__info-v2 {
    position: absolute;
    bottom: 0;
    z-index: 5;
    padding: 25px;
    color: #fff;
}

.news__block.news__block-v1 .news__item .news__info-v2 .news__date {
    font-size: 12px;
}

.news__block.news__block-v1 .news__item .news__info-v2 h3 {
    margin: 10px 0;
    font-size: 18px;
    line-height: 24px;
}

.news__block.news__block-v1 .news__item .news__info-v2 h3 a {
    color: #fff;
}

.news__block.news__block-v1 .news__item:hover .news__info {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}

.news__block.news__block-v1 .news__item:hover .news__info .news__info-body {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
}

/* --------- News/Blog List Style 2 --------- */

.news__block.news__block-v2 .news__item {
    position: relative;
    margin-bottom: 25px;
}

.news__block.news__block-v2 .news__item a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
}

.news__block.news__block-v2 .news__item a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(rgba(23, 25, 30, 0.7)));
    background: -o-linear-gradient(top, transparent 30%, rgba(23, 25, 30, 0.7) 100%);
    background: linear-gradient(to bottom, transparent 30%, rgba(23, 25, 30, 0.7) 100%);
}

.news__block.news__block-v2 .news__item .news__image {
    position: relative;
}

.news__block.news__block-v2 .news__item .news__image img {
    width: 100%;
    height: auto;
}

.news__block.news__block-v2 .news__item .news__info {
    position: absolute;
    bottom: 0;
    z-index: 5;
    padding: 25px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

.news__block.news__block-v2 .news__item .news__info .news__date {
    color: #fbfbfb;
    font-size: 12px;
}

.news__block.news__block-v2 .news__item .news__info h3 {
    margin: 10px 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.news__block.news__block-v2 .news__item .btn-inline {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

.news__block.news__block-v2 .news__item:hover .news__info {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.news__block.news__block-v2 .news__item:hover .btn-inline {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* --------- Main Instagram --------- */

.instagram__block .instagram__block-item {
    position: relative;
    display: block;
    border-radius: 3px;
    background: #f5f7fd;
}

.instagram__block .instagram__block-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(54, 94, 220, 0.5)));
    background: -o-linear-gradient(top, transparent 0%, rgba(54, 94, 220, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(54, 94, 220, 0.5) 100%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.instagram__block .instagram__block-item ._icon-instagram {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    font-size: 24px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.instagram__block .instagram__block-item img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.instagram__block .instagram__block-item:hover img {
    -webkit-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}

.instagram__block .instagram__block-item:hover:before {
    -webkit-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}

.instagram__block .instagram__block-item:hover ._icon-instagram {
    opacity: 1;
    -webkit-transform: translate(calc(-50% + 10px), calc(-50% - 10px));
    -ms-transform: translate(calc(-50% + 10px), calc(-50% - 10px));
    transform: translate(calc(-50% + 10px), calc(-50% - 10px));
}

/* ----------------------------------------
// About Page
// ---------------------------------------- */

/* --------- About Page --------- */

.page-title-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
}

.page-title-subtitle span {
    font-weight: 400;
    font-size: 30px;
}

.about-functionality {
    margin: 90px 0 0;
    padding: 35px 15px;
    background: #fbfbfb;
}

.about-functionality h3 {
    font-weight: 400;
    font-size: 34px;
    text-align: center;
}

.about__gallery {
    padding: 70px 0;
}

.about__gallery a {
    position: relative;
    display: block;
    overflow: hidden;
}

.about__gallery .about-gallery-small:first-child {
    margin-bottom: 30px;
}

.about__team .about__team--block .about__team--item {
    height: 100%;
    padding: 15px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.about__team .about__team--block .about__team--item .about__team--image {
    position: relative;
    overflow: hidden;
    width: 100%;
    //height: 260px;
    border-radius: 3px;
}

.about__team .about__team--block .about__team--item .about__team--image .about__team--social {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.about__team .about__team--block .about__team--item .about__team--image .about__team--social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about__team .about__team--block .about__team--item .about__team--image .about__team--social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 9px;
    padding: 6px;
    border-radius: 3px;
    background: #fff;
    font-size: 18px;
}

.about__team .about__team--block .about__team--item .about__team--image .about__team--social ul li a:hover {
    background: #365edc;
    color: #fff;
}

.about__team .about__team--block .about__team--item .about__team--image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about__team .about__team--block .about__team--item .about__team--info {
    padding-top: 25px;
    text-align: center;
}

.about__team .about__team--block .about__team--item .about__team--info h4 {
    font-weight: 400;
    font-size: 18px;
}

.about__team .about__team--block .about__team--item .about__team--info h6 {
    margin-bottom: 0;
    font-size: 14px;
}

.about__team .about__team--block .about__team--item:hover .about__team--image .about__team--social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px);
}

/* ----------------------------------------
// Shop Catalog Page
// ---------------------------------------- */

/* --------- Product/Catalog Sidebar --------- */

.sidebar {
    position: relative;
}

.sidebar .filter-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #ededed;
}

.sidebar .filter-buttons ._reset-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    padding-right: 10px;
    padding-left: 10px;
    color: #dc3545;
}

.sidebar .filter-buttons ._reset-btn:after {
    display: none;
}

.sidebar .filter-buttons ._reset-btn:before {
    margin-right: 5px;
    font-size: 15px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar .filter-buttons ._reset-btn:hover:before {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.sidebar .sidebar-top {
    display: none;
}

.sidebar .close-filter {
    position: absolute;
    top: 18px;
    right: 20px;
    z-index: 5;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #ededed;
    font-size: 10px;
}

.sidebar .sidebar__block {
    margin-bottom: 40px;
}

.sidebar .sidebar__block .sidebar__item {
    margin-bottom: 30px;
}

.sidebar .sidebar__block._category-list .category__links li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}

.sidebar .sidebar__block._category-list .category__links li > a ._icon-arrow-down {
    background: #fbfbfb;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .sidebar__block._category-list .category__links li > a:hover ._icon-arrow-down {
    background: #ededed;
}

.sidebar .sidebar__block._category-list .category__links li ._icon-arrow-down:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar .sidebar__block._category-list .category__links li .category__links-sub {
    padding-left: 15px;
}

.sidebar .sidebar__block._category-list .category__links li .category__links-sub li {
    padding-left: 5px;
}

.sidebar .sidebar__block._category-list .category__links li .category__links-sub li a {
    position: relative;
    font-size: 14px;
}

.sidebar .sidebar__block._category-list .category__links li .category__links-sub li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ededed;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.sidebar .sidebar__block._category-list .category__links li .category__links-sub li a:hover:before {
    background: #365edc;
}

.sidebar .sidebar__block._category-list .category__links li._isActive > a {
    color: #365edc;
}

.sidebar .sidebar__block._category-list .category__links li._isActive ._icon-arrow-down {
    background: #ededed;
}

.sidebar .sidebar__block._category-list .category__links li._isActive ._icon-arrow-down:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar .sidebar__block .filter-title {
    margin-bottom: 15px;
}

.sidebar .sidebar__block .price-range .price-range--input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

.sidebar .sidebar__block .price-range .price-range--input .price-range--line {
    width: 10%;
    height: 1px;
    background: #17191e;
}

.sidebar .sidebar__block .price-range .price-range--input input {
    width: 40%;
    height: 40px;
    text-align: center;
}

.sidebar .sidebar__block .price-range .price-range-styled,
.sidebar .sidebar__block .price-range .price-range-styled .noUi-handle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar .sidebar__block .price-range .price-range-styled .noUi-handle::after {
    display: none;
}

.sidebar .sidebar__block .price-range .price-range-styled .noUi-handle::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #365edc;
}

.sidebar .sidebar__block .price-range .price-range-styled .noUi-handle .noUi-touch-area {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    width: auto;
    height: auto;
    border: 1px solid transparent;
}

.sidebar .sidebar__block .price-range #price-range {
    padding: 0 10px;
    border-radius: 0;
}

.sidebar .sidebar__block .price-range #price-range.noUi-horizontal {
    height: 4px;
    border: 0;
    background: #ededed;
}

.sidebar .sidebar__block .price-range #price-range.noUi-horizontal .noUi-connect {
    background: #365edc;
}

.sidebar .sidebar__block .price-range #price-range .noUi-handle {
    top: -8px;
    right: -9px;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.sidebar .sidebar__block .sidebar-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sidebar .sidebar__block .sidebar-tags a {
    margin: 5px 5px 0 0;
    padding: 3px 10px;
    border: 1px solid #ededed;
    border-radius: 3px;
    font-size: 12px;
    -webkit-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
    -o-transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
    transition: background-color ease 0.3s, color ease 0.3s, border-color ease 0.3s;
}

.sidebar .sidebar__block .sidebar-tags a:hover {
    border-color: #365edc;
    background-color: #365edc;
    color: #fff;
}

.sidebar.sidebar-full {
    position: fixed !important;
    top: 0;
    left: -100%;
    z-index: 63;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    padding: 65px 0 65px 20px;
    background: #fff;
    -webkit-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
}

.sidebar.sidebar-full .side-scroll {
    overflow-y: auto;
    height: 100%;
    padding-right: 20px;
}

.sidebar.sidebar-full .border-bottom-primary {
    padding-bottom: 8px;
}

.sidebar.sidebar-full .sidebar-top {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    height: 50px;
    padding-left: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    -webkit-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
}

.sidebar.sidebar-full .sidebar-top._isActive {
    left: 0;
}

.sidebar.sidebar-full .sidebar-top .close-filter {
    position: relative;
    top: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 48px;
    background: #fff;
    color: #17191e;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.sidebar.sidebar-full .sidebar-top .close-filter:hover {
    background: #ededed;
}

.sidebar.sidebar-full._isActive {
    left: 0;
}

.sidebar.sidebar-full .border-bottom-primary {
    font-weight: 500;
    font-size: 15px;
}

.sidebar.sidebar-full .sidebar__block {
    margin-bottom: 20px;
}

.sidebar.sidebar-full .sidebar__block .sidebar__item.filter-buttons {
    margin-bottom: 0;
}

/* --------- Shop Catalog List --------- */

.products-list .products-list__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background: #fff;
    height: auto;
    padding-top: 1px;
    display: flex;
    flex-direction: column;
}

.products-list .products-list__item .products-list__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.products-list .products-list__item .products-list__image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    margin: -1px 0 0 0;
    border-radius: 3px 3px 0 0;
}

.products-list .products-list__item .products-list__image img {
    width: 100%;
    height: 270px;
    object-fit: contain;
}
.products-list .products-list__content_subcategory .products-list__item .products-list__image img{
    height: 235px;
}
.products-list .products-list__item .products-list__image .products-list__action {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
}

.products-list .products-list__item .products-list__image .products-list__action-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 5px 0 0;
    padding: 6px;
    border-radius: 3px;
    background: white;
    -webkit-transition: background-color 0.3s ease, right 0.3s ease;
    -o-transition: background-color 0.3s ease, right 0.3s ease;
    transition: background-color 0.3s ease, right 0.3s ease;
    border: 1px solid #DDD;
}

.products-list .products-list__item .products-list__image .products-list__action-btn:hover {
    background:#FDA822;
}

.products-list .products-list__item .products-list__image .products-list__action-btn:hover:before {
    color: #fff;
}
.products-list .products-list__item .products-list__image .products-list__action-btn.voted{
    background:#FDA822;
}

.products-list .products-list__item .products-list__image .products-list__action._list-layout {
    display: none;
}

.products-list .products-list__item .products-list__info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    padding: 15px;
}

.products-list .products-list__item .products-list__info:after {
    content: "";
    position: static;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.products-list .products-list__item .products-list__info .add-to-cart {
    display: none;
}

.products-list .products-list__item .products-list__text {
    display: none;
}

.products-list .products-list__item .products-list__category {
    margin-bottom: 5px;
    color: #365edc;
    font-size: 14px;
}

.products-list .products-list__item .products-list__category a {
    color: #999;
}

.products-list .products-list__item .products-list__category a:hover {
    color: inherit;
}

.products-list .products-list__item .products-list__title {
    margin: 0 0 5px 0;
    font-size: 18px;
    width: 100%;
}

.products-list .products-list__item .products-list__block-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    /*-ms-flex-order: 2;*/
    /*order: 2;*/
    font-weight: 600;
    font-size: 17px;
}


.products-list .products-list__item .products-list__block-price .old-price {
    position: relative;
    margin-left: 5px;
    color: #999;
    font-weight: 400;
    font-size: 15px;
}

.products-list .products-list__item .products-list__block-price .old-price:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 12px;
    border-top: 2px solid #999;
}

.products-list .products-list__item .products-list__item-bottom {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    border: 1px solid #ededed;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, z-index 0.2s ease, visibility 0.2s ease;
    -o-transition: opacity 0.2s ease, z-index 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, z-index 0.2s ease, visibility 0.2s ease;
}

.products-list .products-list__item .products-list__item-bottom ._list-layout {
    display: none;
}

.products-list .products-list__item .products-list__item-bottom .bm-1 {
    margin-bottom: -1px;
}

.products-list .products-list__item .products-list__item-bottom .add-to-cart {
    width: calc(100% + 1px);
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
    text-align: center;
}

.products-list .products-list__item .products-list__item-bottom .products-list__item-total {
    overflow: hidden;
    height: 0;
    margin-top: -1px;
    padding: 0;
    border-bottom: 1px solid #ededed;
    color: #999;
    font-size: 14px;
    text-align: center;
    opacity: 0;
}

.products-list .products-list__item .products-list__item-bottom .products-list__item-total .products-list__item-total-block {
    color: #17191e;
    font-weight: 700;
}

.products-list .products-list__item .products-list__item-bottom .counter-btn {
    margin-bottom: -1px;
}

.products-list .products-list__item:hover {
    border-radius: 3px 3px 0 0;
    background: white;
}

.products-list .products-list__item:hover .products-list__item-bottom {
    z-index: 5;
    opacity: 1;
    visibility: visible;
}

.products-list .swiper-container {
    overflow: hidden;
}

.products-list__availability {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.products-list__availability:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
}

.products-list__availability.in-stock {
    color: #5fa800;
}

.products-list__availability.in-stock:before {
    background-color: #5fa800;
}

.products-list__availability.out-stock {
    color: #bd351f;
}

.products-list__availability.out-stock:before {
    background-color: #bd351f;
}

.products-list__availability.in-compound {
    color: #6392fc;
}

.products-list__availability.in-compound:before {
    background-color: #6392fc;
}

.product__availability.in-compound {
    color: #6392fc;
}

.product-tabs .product__availability.in-compound {
    color: #000 !important;
}


.product__body .product__info .product__availability.in-compound:before {
    background-color: #6392fc;
}*/

.products-list__ratings {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    font-family: "Font Awesome 5 Pro";
    line-height: 1;
    letter-spacing: 0.2em;
}

.products-list__ratings:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: #ffc618;
}

.products-list__ratings .ratings {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.products-list__ratings .ratings:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: #ffc618;
    font-weight: 800;
}

.products-list__labels {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    pointer-events: none;
}

.products-list__labels-item {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 3px 10px;
    border-radius: 3px;
    background: #17191e;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.products-list__labels-item.label-new {
    background: #33C050;
}

.products-list__labels-item.label-sale {
    background: #F93B3B;
}

.products-list__labels-item.label-hot {
    background: #6D48DD;
}

#quick-view {
    width: 100%;
    max-width: 1200px;
}

/* --------- Shop Catalog View Grid Style --------- */

.products-view__list.products-list[data-layout=grid] .products-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.products-view__list.products-list[data-layout=grid][data-features=true] .products-list__item .products-list__text {
    display: block;
    width: 100%;
    margin: -10px 0 10px 0;
    font-size: 14px;
}

.products-view__list.products-list[data-layout=grid][data-features=true] .products-list__item .products-list__text ul {
    list-style: none;
}

.products-view__list.products-list[data-layout=grid][data-features=true] .products-list__item .products-list__text ul li {
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    line-height: 23px;
}

.products-view__list.products-list[data-layout=grid][data-features=true] .products-list__item .products-list__text ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 3px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background: #999;
    opacity: 0.7;
}

.products-view__list.products-list[data-column="1"][data-layout=grid] .products-list__item {
    width: calc((100% - 80px) / 4);
    margin: 10px;
}

.products-view__list.products-list[data-column="3"][data-layout=grid] .products-list__item {
    width: calc((100% - 60px) / 3);
    margin: 10px;
}

.products-view__list.products-list[data-column="4"][data-layout=grid] .products-list__item {
    width: calc((100% ) / 4);
    margin: 10px;
}

.products-view__list.products-list[data-column="4"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__item-bottom .add-to-cart {
    padding: 12px 5px;
    font-size: 13px;
}

.products-view__list.products-list[data-column="4"][data-layout=grid][data-split=sidebar] .products-list__item .counter-control input {
    font-size: 15px;
}

.products-view__list.products-list[data-column="5"][data-layout=grid] .products-list__item {
    width: calc((100%) / 5);
    margin: 10px;
}

.products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__labels-item {
    padding: 2px 8px;
    font-size: 9px;
}

.products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__category {
    font-size: 13px;
}

.products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__availability {
    margin-bottom: 10px;
    font-size: 13px;
}

.products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__title {
    font-weight: 600;
    font-size: 15px;
}

.products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__ratings {
    font-size: 13px;
}

.products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__block-price .old-price {
    margin-left: 10px;
}

.products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__info {
    padding: 10px;
}

.products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__item-bottom {
    display: none;
}

.products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__info .add-to-cart {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 10px;
    font-size: 13px;
}

.products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__block-price {
    font-weight: 600;
    font-size: 17px;
}

.products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__item-bottom .add-to-cart {
    padding: 12px 5px;
    font-size: 13px;
}

.products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item .counter-control input {
    font-size: 15px;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item {
    width: calc((100% - 120px) / 6);
    margin: 10px;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item .products-list__category {
    font-size: 13px;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item .products-list__availability {
    margin-bottom: 10px;
    font-size: 13px;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item .products-list__title {
    font-weight: 600;
    font-size: 15px;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item .products-list__ratings {
    font-size: 13px;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item .products-list__block-price .old-price {
    margin-left: 10px;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item .products-list__info {
    padding: 10px;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item .products-list__item-bottom {
    display: none;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item .products-list__info .add-to-cart {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 10px;
    font-size: 13px;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item .products-list__block-price {
    font-weight: 600;
    font-size: 17px;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item .products-list__labels-item {
    padding: 2px 8px;
    font-size: 9px;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item .products-list__item-bottom .add-to-cart {
    padding: 12px 5px;
    font-size: 13px;
}

.products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item .counter-control input {
    font-size: 15px;
}

/* --------- Shop Catalog View List Style --------- */

.products-view__list.products-list[data-layout=list] {
    padding-top: 18px;
}

.products-view__list.products-list[data-layout=list] .products-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__info .products-list__block-price {
    display: none;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__block-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__block-price .old-price {
    margin-left: 0;
    font-size: 16px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__block-price .old-price:before {
    bottom: 3px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__item-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    width: 210px;
    margin-right: 15px;
    padding: 15px 0 15px 15px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__image img {
    border-radius: 3px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__image .products-list__action-btn:first-child {
    margin-top: 5px;
}

/*.products-view__list.products-list[data-layout=list] .products-list__item .products-list__image .products-list__action-btn.add-to-wishlist {*/
/*    display: none;*/
/*}*/

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__image .products-list__action-btn.add-to-compare {
    display: none;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__image .products-list__labels {
    padding-top: 20px;
    padding-left: 20px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__image .products-list__labels-item {
    padding: 2px 8px;
    font-size: 9px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__item-bottom {
    position: relative;
    top: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 220px;
    padding: 20px;
    border: 0;
    border-left: 1px solid #ededed;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__item-bottom ._list-layout {
    display: block;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__item-bottom ._list-layout.products-list__block-price {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    display: flex;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__item-bottom .products-list__action._list-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__item-bottom .products-list__action._list-layout .products-list__action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
    border-radius: 3px;
    color: inherit;
    font-size: 12px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__item-bottom .products-list__action._list-layout .products-list__action-btn:before {
    margin-right: 5px;
    font-size: 14px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__item-bottom .products-list__action._list-layout .products-list__action-btn:hover {
    background: #ededed;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__text {
    display: block;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    font-size: 14px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__text ul {
    list-style: none;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__text ul li {
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    line-height: 23px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__text ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 3px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background: #999;
    opacity: 0.7;
}

.products-view__list.products-list[data-layout=list] .products-list__item .product-options {
    display: none;
}

.products-view__list.products-list[data-layout=list] .products-list__item .row.g-0.bm-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__category {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__ratings {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 12px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__availability {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 10px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .counter-control {
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .add-to-cart {
    border-radius: 3px;
}

.products-view__list.products-list[data-layout=list] .products-list__item .products-list__item-total {
    margin: 0 -20px;
}

/* --------- Shop Catalog View Table Style --------- */

.products-view__list.products-list[data-layout=table-list] {
    padding-top: 18px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -1px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-top {
    width: 50%;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__action {
    display: none !important;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px 7px 15px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__category {
    font-size: 12px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__category,
.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__title {
    width: 100%;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__category {
    font-size: 12px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__title {
    font-weight: 500;
    font-size: 16px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__availability {
    margin-bottom: 5px;
    margin-left: 10px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__block-price {
    display: none;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__block-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__block-price .old-price {
    margin-left: 0;
    font-size: 14px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__block-price .old-price:before {
    bottom: 0;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    width: 85px;
    margin-right: 0;
    padding: 15px 0 15px 15px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__image img {
    border-radius: 3px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__image .products-list__labels {
    padding-top: 20px;
    padding-left: 20px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__image .products-list__labels-item {
    padding: 2px 8px;
    font-size: 9px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-bottom {
    position: relative;
    top: 0;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
    padding: 0 15px 0 0;
    border: 0;
    opacity: 1;
    visibility: visible;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-bottom .counter-control {
    height: 40px;
    margin-bottom: 0;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-bottom .counter-control .counter-control__minus,
.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-bottom .counter-control .counter-control__plus {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-bottom .counter-control input {
    font-size: 13px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-bottom .add-to-cart {
    height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 11px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-bottom .products-list__item-total {
    display: none;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-bottom ._list-layout {
    display: block;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-bottom ._list-layout.products-list__block-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    min-height: 50px;
    margin-right: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    border-right: 1px solid #ededed;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__text {
    display: none;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .product-options {
    display: none;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .row.g-0.bm-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .row.g-0.bm-1 .col:first-child {
    width: 110px;
    margin-right: 10px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .row.g-0.bm-1 .col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 140px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__category {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__ratings {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 12px;
}

.products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__availability {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-bottom: 10px;
}

/* --------- Product/Catalog Counter Control --------- */

.counter-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background: #fbfbfb;
}

.counter-control input {
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
    outline: none;
    font-size: 17px;
    text-align: center;
}

.counter-control input:focus {
    border: 0;
}

.counter-control .counter-control__minus,
.counter-control .counter-control__plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    border: 0;
    border-radius: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
}

.counter-control .counter-control__minus svg,
.counter-control .counter-control__plus svg {
    fill: #999;
}

.counter-control .counter-control__minus:hover svg,
.counter-control .counter-control__plus:hover svg {
    fill:#FDA822;
}

/* --------- Product/Catalog Options --------- */

.product-options {
    padding: 15px;
}

.product-options .product-options__item {
    margin-bottom: 15px;
}

.product-options .product-options__item:last-child {
    margin-bottom: 0;
}

.product-options .product-options__item label {
    display: inline-block;
    margin-bottom: 5px;
    color: #999;
    font-size: 13px;
}

.product-options .product-options__item .product-options__color-text {
    color: #17191e;
    font-weight: 600;
}

.product-options .product-options__item .product-options__default-text {
    color: #17191e;
    font-weight: 600;
}

.product-options ul {
    margin: 0;
}

.product-options .product-options__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-options .product-options__list label {
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #17191e;
    font-size: 13px;
    cursor: pointer;
}

.product-options .product-options__list label:last-child {
    margin-right: 0;
}

.product-options .product-options__list label .options__default-label--item--input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product-options .product-options__list label .options__default-label--item--title {
    position: relative;
    display: block;
    padding: 3px 8px;
    border: 2px solid #f1f4fd;
    border-radius: 3px;
    -webkit-transition: border-color 0.3s, color 0.3s;
    -o-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
}

.product-options .product-options__list label .options__default-label--item--title:hover {
    border-color: #9aaeed;
}

.product-options .product-options__list label .options__default-label--item--input:checked ~ .options__default-label--item--title {
    border-color: #365edc;
    color: #17191e;
}

.product-options .product-options__list label .options__default-label--item--input:disabled ~ .options__default-label--item--title {
    border: 2px solid #ededed;
    background: #ededed;
    color: #17191e;
    opacity: 1;
    cursor: default;
}

.product-options .product-options__list label .options__default-label--item--input:disabled ~ .options__default-label--item--title:hover {
    border-color: #ededed;
}

.product-options .product-options__list.options__color label {
    position: relative;
    margin-right: 5px;
    padding: 3px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-options .product-options__list.options__color label:last-child {
    margin-right: 0;
}

.product-options .product-options__list.options__color label .options__color-label--item--input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.product-options .product-options__list.options__color label .options__color-label--item--title {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #17191e;
}

.product-options .product-options__list.options__color label .options__color-label--item--input:disabled ~ .options__color-label--item--title {
    opacity: 1;
    cursor: default;
}

.product-options .product-options__list.options__color label .options__color-label--item--input:disabled ~ .options__color-label--item--title:before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: -2px;
    z-index: 1;
    display: block;
    width: 30px;
    height: 1px;
    margin: 0;
    background: #17191e;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.product-options .product-options__list.options__color label .options__color-label--item--input:disabled ~ .options__color-label--item--title:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -2px;
    z-index: 0;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    border: 2px solid #fff;
    border-radius: 50%;
}

.product-options .product-options__list.options__color label .options__color-label--item--input:disabled ~ .options__color-label--item--title:hover {
    border-color: transparent;
}

.product-options .product-options__list.options__color label:hover {
    border-color: #ededed;
}

/* --------- Products List Options --------- */

.products-view .products-view__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.products-view .products-view__options .products-view__options--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-view .products-view__options .products-view__options--body .products-view__options--icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-view .products-view__options .products-view__options--body .view-options__filters-button {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px;
    padding: 4px 10px;
    border-radius: 3px;
    background: #ededed;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.products-view .products-view__options .products-view__options--body .view-options__filters-button.view-options__filters-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.products-view .products-view__options .products-view__options--body .view-options__filters-button .filters-button__counter {
    height: 14px;
    margin-left: 6px;
    padding: 0 4px;
    border-radius: 3px;
    background: #365edc;
    color: #fff;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
}

.products-view .products-view__options .products-view__options--body .view-options__filters-button svg {
    margin-right: 5px;
}

.products-view .products-view__options .products-view__options--body .view-options__filters-button:hover,
.products-view .products-view__options .products-view__options--body .view-options__filters-button._isActive {
    background: #FDA822;
    color: #fff;
}

.products-view .products-view__options .products-view__options--body .view-options__filters-button:hover svg,
.products-view .products-view__options .products-view__options--body .view-options__filters-button._isActive svg {
    fill: #fff;
}

.products-view .products-view__options .products-view__options--body .products-view__options--item button {
    padding: 2px 6px;
}

.products-view .products-view__options .products-view__options--body .products-view__options--item button._isActive {
    fill: #FDA822;
}

.products-view .products-view__options .products-view__options--body .products-view__options--item button._col-1 {
    display: none;
}

.products-view .products-view__options .products-view__options--body .products-view__options--item button._col-2 {
    display: none;
}

.products-view .products-view__options .products-view__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.products-view .products-view__options .products-view__sort select {
    height: auto;
    margin-left: 12px;
    padding: 5px 10px;
}

/* ----------------------------------------
// Shop Product Page
// ---------------------------------------- */

/* --------- Product Page Style 1 --------- */

.content .product.product-full {
    width: 100%;
    margin-right: calc(var(--bs-gutter-x) / 2);
    margin-left: calc(var(--bs-gutter-x) / 2);
    padding: 0;
}

.content .product.product-full .product__body {
    -ms-grid-columns: auto 535px;
    grid-template-columns: auto 535px;
}

.product__body {
    -ms-grid-rows: -webkit-max-content auto 1fr;
    -ms-grid-rows: max-content auto 1fr;
    grid-template-rows: -webkit-max-content auto 1fr;
    grid-template-rows: max-content auto 1fr;
    -ms-grid-columns: auto 335px;
    grid-template-columns: auto 335px;
}

.product__body .product__gallery {
    position: relative;
    margin-right: 30px;
    padding: 70px 100px 20px;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.product__body .product__gallery .product__gallery-top {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}

.product__body .product__gallery .product__gallery-top .product__gallery-top--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__body .product__gallery .product__gallery-top .product__rating-block {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.product__body .product__gallery .gallery {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.product__body .product__gallery .gallery .zoom-view {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.product__body .product__gallery .gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.product__body .product__gallery .gallery-slider .swiper-slide {
    overflow: hidden;
    width: auto;
    height: 390px;
    cursor: pointer;
}

.product__body .product__gallery .gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    border-radius: 3px;
}

.product__body .product__gallery .gallery-thumbs {
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.product__body .product__gallery .gallery-thumbs .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 110px;
    height: 80px;
    text-align: center;
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.product__body .product__gallery .gallery-thumbs .swiper-slide-active,
.product__body .product__gallery .gallery-thumbs .swiper-slide:hover {
    opacity: 1;
}

.product__body .product__gallery .gallery-thumbs .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.product__body .product__gallery .gallery .gallery-thumbs-body {
    position: relative;
}

.product__body .product__gallery .gallery .gallery-thumbs-body .slider-control {
    padding: 0;
}

.product__body .product__gallery .gallery .gallery-thumbs-body .slider-control__prev {
    position: absolute;
    top: 17px;
    left: -42px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    background: #fff;
    opacity: 0;
}

.product__body .product__gallery .gallery .gallery-thumbs-body .slider-control__next {
    position: absolute;
    top: 17px;
    right: -42px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    background: #fff;
    opacity: 0;
}

.product__body .product__gallery:hover .gallery .gallery-thumbs-body .slider-control__prev {
    left: -21px;
    opacity: 1;
}

.product__body .product__gallery:hover .gallery .gallery-thumbs-body .slider-control__next {
    right: -21px;
    opacity: 1;
}

.product__body .product__gallery:hover .zoom-view {
    opacity: 1;
}

.product__body .product__tabs {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    grid-column: 1;
    margin-right: 30px;
    padding: 60px 0 0 0;
}

.product__body .product__tabs .product__tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #ededed;
}

.product__body .product__tabs .product__tabs-list-item {
    margin-bottom: -1px;
    padding: 10px 20px 9px;
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 3px 7px rgba(54, 94, 220, 0);
    box-shadow: 0 3px 7px rgba(54, 94, 220, 0);
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.product__body .product__tabs .product__tabs-list-item span.product__tabs-list-item--counter {
    position: relative;
    top: -4px;
    margin-right: -3px;
    margin-left: 3px;
    color: #365edc;
    font-size: 14px;
    -webkit-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
    transition: color ease 0.3s;
}

.product__body .product__tabs .product__tabs-list-item:hover {
    color: #365edc;
}

.product__body .product__tabs .product__tabs-list-item.active {
    border-color: #365edc;
    border-bottom: 1px solid #365edc;
    background: #365edc;
    color: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(54, 94, 220, 0.55);
    box-shadow: 0 3px 7px rgba(54, 94, 220, 0.55);
}

.product__body .product__tabs .product__tabs-list-item.active span.product__tabs-list-item--counter {
    color: #fff;
}

.product__body .product__tabs .product__tabs-content {
    padding: 40px 0 0;
}

.product__body .product__tabs .product__tabs-content-item {
    display: none;
    opacity: 0;
    -webkit-animation: display-none-transition 0.3s ease;
    animation: display-none-transition 0.3s ease;
}

.product__body .product__tabs .product__tabs-content-item.active {
    display: block;
    opacity: 1;
}

.product__body .product__tabs .product__specification ul {
    padding: 15px 0;
}

.product__body .product__tabs .product__specification ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    border-bottom: 1px dashed #ededed;
    font-size: 14px;
}

.product__body .product__tabs .product__specification ul li:before {
    display: none;
}

.product__body .product__tabs .product__specification ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.product__body .product__tabs .product__specification ul li .product__specification-key {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
}

.product__body .product__tabs .product__specification ul li .product__specification-val {
    font-weight: 500;
}

.product__body .product__tabs .product__specification .product__specification-disclaimer {
    font-size: 14px;
}

.product__body .product__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    text-transform: capitalize;
}

.product__body .product__title .product-title {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.product__body .product__info {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    grid-row: 2/5;
    -ms-grid-column: 2;
    grid-column: 2;
}

.product__body .product__info .product__block-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-weight: 700;
    font-size: 23px;
}

.product__body .product__info .product__block-price .old-price {
    position: relative;
    margin-left: 8px;
    color: #999;
    font-size: 17px;
    font-weight: 400;
    text-decoration: line-through;
}


.product__body .product__info .product__availability {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.product__body .product__info .product__availability:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
}

.product__body .product__info .product__availability.in-stock {
    color: #5fa800;
}

.product__body .product__info .product__availability.in-stock:before {
    background-color: #5fa800;
}

.product__body .product__info .product__availability.out-stock {
    color: #bd351f;
}

.product__body .product__info .product__availability.out-stock:before {
    background-color: #bd351f;
}

.product__body .product__info .product-options {
    padding: 15px 0;
}

.product__body .product__info .product-options .product-options__item {
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
}

.product__body .product__info .product-options .product-options__item:last-child {
    padding-bottom: 0;
    border: 0;
}

.product__body .product__info .product-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0 30px 0;
}

.product__body .product__info .product-control .counter-control {
    z-index: 10;
    width: 45%;
    height: 50px;
    border: 1px solid #ededed;
}

.product__body .product__info .product-control .add-to-cart {
    z-index: 10;
    width: 45%;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
}

.product__body .product__info .product-brand {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #868686;
    font-size: 14px;
}

.product__body .product__info .product-brand .product-brand__img {
    margin-bottom: 20px;
}

.product__body .product__info .product-brand .product-brand__link {
    color: #365edc;
    text-decoration: underline;
}

.product__body .product__info .product-brand .product-brand__link:hover {
    text-decoration: none;
}

.product__body .product-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

.product__body .product-features .product-features__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.product__body .product-features .product-features__block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.product__body .product-features .product-features__block .product-features__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
}

.product__body .product-features .product-features__block .product-features__icon img {
    width: 100%;
}

.product__body .product-features .product-features__block .product-features__text {
    padding-left: 15px;
}

.product__body .product-features .product-features__block .product-features__text .product-features__title {
    font-weight: 700;
    font-size: 16px;
}

.product__body .product-features .product-features__block .product-features__text .product-features__subtitle {
    font-size: 14px;
}

.product__body .product-support {
    padding: 20px 40px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background: #fbfbfb;
    color: #868686;
    font-size: 14px;
    text-align: center;
}

.product__body .product-support .product-support__img {
    width: 100px;
    margin: 0 auto;
}

.product__body .product-support .product-support__title {
    padding: 20px 0 0 0;
    font-size: 20px;
}

.product__body .product__rating {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    font-family: "Font Awesome 5 Pro";
    line-height: 1;
    letter-spacing: 0.2em;
}

.product__body .product__rating:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: #ffc618;
}

.product__body .product__rating .ratings {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.product__body .product__rating .ratings:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: #ffc618;
    font-weight: 800;
}

.product__body .product__meta {
    padding: 10px 0;
    border: 1px solid #ededed;
    font-size: 14px;
}

.product__body .product__meta-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
}

.product__body .product__meta-item .specification-key {
    font-weight: 600;
}

.product__body .product__meta-item .specification-key,
.product__body .product__meta-item .specification-val {
    position: relative;
    padding: 0 15px;
    background: #fff;
}

.product__body .product__meta-item .specification-val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 200px;
    text-align: right;
}

.product__body .product__meta-item .specification-val img {
    width: 18px;
    margin-right: 5px;
}

.product__body .product__meta-item:before {
    content: "";
    position: absolute;
    top: 16px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d4d4d4;
}

.product__body .product__meta-item a {
    border-bottom: 1px solid #fff;
    color: #365edc;
    -webkit-transition: color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.product__body .product__meta-item a:hover {
    border-color: #365edc;
}

.product__body .product__rating-label {
    margin-left: 5px;
    line-height: 1;
}

.product__body .product__rating-label a {
    color: inherit;
    line-height: 100%;
    text-decoration: none;
}

.product__body .product__brand {
    width: 80px;
}

.product__body .product__brand img {
    width: 100%;
}

.product__body .product__labels {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
    pointer-events: none;
}

.product__body .product__labels-item {
    margin-right: 5px;
    padding: 3px 10px;
    border-radius: 3px;
    background: #17191e;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.product__body .product__labels-item.label-new {
    background: #33C050;
}

.product__body .product__labels-item.label-sale {
    background: #F93B3B;
}

.product__body .product__labels-item.label-hot {
    background: #6D48DD;
}

.product__body .product__action {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-left: 20px;
}

.product__body .product__action-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
    padding: 6px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background: white;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.product__body .product__action-btn:hover {
    background: #FDA822;
}

.product__body .product__action-btn:hover:before {
    color: #fff;
}

.product__body .product__action._list-layout {
    display: none;
}

.product__fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 66;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.product__fixed-top._fixed--show {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.product__fixed-top .product__fixed-top--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col {
    max-width: 100%;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col .product-name {
    display: block;
    overflow: hidden;
    width: 100%;
    color: #868686;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col img {
    width: auto;
    height: 44px;
    margin-right: 15px;
    border-radius: 3px;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col .product__action {
    margin-left: 15px;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col .product__fixed-top--item---rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col .product__rating-block {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col .product__availability {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
    font-size: 14px;
    line-height: 1;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col .product__availability:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    border-radius: 50%;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col .product__availability.in-stock {
    color: #5fa800;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col .product__availability.in-stock:before {
    background-color: #5fa800;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col .product__availability.out-stock {
    color: #bd351f;
}

.product__fixed-top .product__fixed-top--item .product__fixed-top--item---col .product__availability.out-stock:before {
    background-color: #bd351f;
}

.product__fixed-top .product__fixed-top--item.__product__fixed-last--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product__fixed-top .product__fixed-top--item.__product__fixed-last--item .product__block-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    font-weight: 600;
    font-size: 18px;
}

.product__fixed-top .product__fixed-top--item.__product__fixed-last--item .product__block-price .old-price {
    position: relative;
    margin-left: 15px;
    color: #999;
}

.product__fixed-top .product__fixed-top--item.__product__fixed-last--item .product__block-price .old-price:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    display: block;
    width: 100%;
    height: 12px;
    border-top: 2px solid rgba(255, 0, 0, 0.8);
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

/* --------- Product Page Style 2 --------- */

.content .product.product-col--3.product-full {
    width: 100%;
    padding: 0;
}

.content .product.product-col--3.product-full .product__body .product__gallery .gallery {
    max-width: none;
}

.content .product.product-col--3 .product__body {
    -ms-grid-rows: -webkit-max-content auto 1fr;
    -ms-grid-rows: max-content auto 1fr;
    grid-template-rows: -webkit-max-content auto 1fr;
    grid-template-rows: max-content auto 1fr;
    -ms-grid-columns: 40% 30% 30%;
    grid-template-columns: 40% 30% 30%;
}

.content .product.product-col--3 .product__body .product__center {
    padding-top: 25px;
    padding-left: 30px;
    flex: 1 1 auto;
}

.content .product.product-col--3 .product__body .product__center .product-key .product-key__text {
    overflow-y: auto;
    max-height: 220px;
    color: #868686;
    font-size: 14px;
}

.content .product.product-col--3 .product__body .product__center .product-key .product__meta {
    margin: 15px 0;
}

.content .product.product-col--3 .product__body .product__center-top {
    padding-left: 30px;
}

.content .product.product-col--3 .product__body .product__center-top .product__center-top--col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.content .product.product-col--3 .product__body .product__center-top .product__center-top--col .product__rating-block {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

.content .product.product-col--3 .product__body .product__gallery {
    margin-right: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.content .product.product-col--3 .product__body .product__gallery .gallery {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.content .product.product-col--3 .product__body .product__gallery .gallery .zoom-view {
    top: 15px;
    right: 15px;
}

.content .product.product-col--3 .product__body .product__gallery .gallery-slider .swiper-slide {
    height: 300px;
}

.content .product.product-col--3 .product__body .product__gallery .gallery-slider .swiper-slide img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 400px;
}
.content .product.product-col--3 .product__body .product__gallery .gallery-slider .swiper-slide video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.content .product.product-col--3 .product__body .product__gallery .gallery-thumbs .swiper-slide {
    width: 100px;
    height: 70px;
}

.content .product.product-col--3 .product__body .product__tabs {

    grid-column: 1/3;
}

.content .product.product-col--3 .product__body .product__title {

    padding-left: 30px;
}

.content .product.product-col--3 .product__body .product__info {
    flex: 1 0 440px;
    padding-left: 30px;
}

.content .product.product-col--3 .product__body .product-right-row {

    padding: 60px 0 0 30px;
}

/* ----------------------------------------
// Shop Cart Page
// ---------------------------------------- */

/* --------- Shopping Cart Page --------- */

.cart .cart__table {
    width: 100%;
}

.cart .cart__table .cart-table__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.cart .cart__table .cart-table__table .cart-table__column {
    padding: 14px 16px;
    text-align: center;
}

.cart .cart__table .cart-table__table .cart-table__column.cart-table__column--product {
    text-align: left;
}

.cart .cart__table .cart-table__table .cart-table__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px minmax(50%, -webkit-min-content) 1fr 1fr 1fr 40px;
    -ms-grid-columns: 120px minmax(50%, min-content) 1fr 1fr 1fr 40px;
    grid-template-columns: 120px minmax(50%, -webkit-min-content) 1fr 1fr 1fr 40px;
    grid-template-columns: 120px minmax(50%, min-content) 1fr 1fr 1fr 40px;
    background: #fbfbfb;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.cart .cart__table .cart-table__table .cart-table__body {
    width: 100%;
}

.cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px minmax(50%, -webkit-min-content) 1fr 1fr 1fr 40px;
    -ms-grid-columns: 120px minmax(50%, min-content) 1fr 1fr 1fr 40px;
    grid-template-columns: 120px minmax(50%, -webkit-min-content) 1fr 1fr 1fr 40px;
    grid-template-columns: 120px minmax(50%, min-content) 1fr 1fr 1fr 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ededed;
}

.cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column .cart-table__options {
    display: block;
    width: 100%;
    list-style: none;
    font-size: 14px;
}

.cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column .cart-table__options li {
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    line-height: 23px;
}

.cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column .cart-table__options li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 3px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background: #999;
    opacity: 0.7;
}

.cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.product-control .counter-control {
    width: 100%;
    height: 50px;
    border: 1px solid #ededed;
}

.cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.cart-table__column--remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 12px;
}

.cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.cart-table__column--remove button {
    color: #999;
}

.cart .cart__table .cart-table__table .cart-table__foot {
    width: 100%;
    padding: 14px 16px;
    background: #fbfbfb;
}

.cart .cart__table .cart-table__table .cart-table__foot .cart-table__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart .cart__table .cart-table__table .cart-table__foot .cart-table__actions .cart-table__coupon-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    font-size: 14px;
}

.cart .cart__table .cart-table__table .cart-table__foot .cart-table__actions .cart-table__coupon-form .cart-table__coupon-form--text {
    font-weight: 600;
}

.cart .cart__table .cart-table__table .cart-table__foot .cart-table__actions .cart-table__coupon-form .form-group {
    margin: 0 0 0 15px;
}

.cart .cart__table .cart-table__table .cart-table__foot .cart-table__actions .cart-table__coupon-form input.form-control {
    background: #fff;
}

.cart .cart__table .cart-table__table .cart-table__foot .cart-table__actions .cart-table__coupon-form .btn {
    height: 40px;
}

.cart .cart__table .cart-table__table .cart-table__foot .cart-table__actions .cart-table__total {
    font-weight: 700;
    font-size: 24px;
}

.cart_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
}

/* --------- Shopping Checkout Page --------- */

.checkout .checkout__body .checkout__check {
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.checkout .checkout__body .checkout__check .checkout__check-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #ededed;
}

.checkout .checkout__body .checkout__check .checkout__check-top h5.checkout-title {
    margin: 0;
    font-size: 16px;
}

.checkout .checkout__body .checkout__check .checkout__check-top .checkout__check-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout .checkout__body .checkout__check .checkout__check-top .checkout__check-radio .radio {
    margin-bottom: 0;
    margin-left: 40px;
    font-weight: 600;
    font-size: 16px;
}

.checkout .checkout__body .checkout__check .checkout__check-top .checkout__check-radio .radio label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout .checkout__body .checkout__check .checkout__check-bottom {
    padding-top: 25px;
}

.checkout .checkout__body .checkout__check .checkout__check-bottom h6.checkout-title {
    margin: 0 0 5px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.checkout .checkout__body .checkout__check .checkout__check-bottom p {
    margin: 0;
    color: #868686;
}

.checkout .checkout__body .checkout__form {
    margin-bottom: 30px;
}

.checkout .checkout__body .checkout__methods .checkout__payment-methods,
.checkout .checkout__body .checkout__methods .checkout__delivery-methods {
    margin-bottom: 30px;
    padding: 20px 40px;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.checkout .checkout__body .checkout__methods .checkout__payment-methods .checkout__methods-item,
.checkout .checkout__body .checkout__methods .checkout__delivery-methods .checkout__methods-item {
    margin-bottom: 15px;
    border: 1px solid #ededed;
    border-radius: 3px;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.checkout .checkout__body .checkout__methods .checkout__payment-methods .checkout__methods-item._isActive,
.checkout .checkout__body .checkout__methods .checkout__payment-methods .checkout__methods-item:hover,
.checkout .checkout__body .checkout__methods .checkout__delivery-methods .checkout__methods-item._isActive,
.checkout .checkout__body .checkout__methods .checkout__delivery-methods .checkout__methods-item:hover {
    background: #fbfbfb;
}

.checkout .checkout__body .checkout__methods .checkout__payment-methods .checkout__methods-item .radio,
.checkout .checkout__body .checkout__methods .checkout__delivery-methods .checkout__methods-item .radio {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
}

.checkout .checkout__body .checkout__methods .checkout__payment-methods .checkout__methods-item .radio label,
.checkout .checkout__body .checkout__methods .checkout__delivery-methods .checkout__methods-item .radio label {
    width: 100%;
    padding: 10px;
}

.checkout .checkout__body .checkout__methods .checkout__payment-methods .checkout__methods-item .checkout__methods-text,
.checkout .checkout__body .checkout__methods .checkout__delivery-methods .checkout__methods-item .checkout__methods-text {
    height: auto;
    padding: 0 20px 0 41px;
    color: #868686;
    font-size: 14px;
}

.checkout .checkout__body .checkout__methods .checkout__payment-methods .checkout__methods-item .checkout__methods-text p,
.checkout .checkout__body .checkout__methods .checkout__delivery-methods .checkout__methods-item .checkout__methods-text p {
    margin-bottom: 10px;
}

.cart__order-totals {
    margin-bottom: 25px;
    padding: 25px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background: #fbfbfb;
}

.cart__order-list .cart__order-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.cart__order-list .cart__order-header .cart__order-item--total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    text-align: right;
}

.cart__order-list .cart__order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
}

.cart__order-list .cart__order-item .cart__order-item--product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart__order-list .cart__order-item .cart__order-item--product .cart__order-item--image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin-right: 15px;
}

.cart__order-list .cart__order-item .cart__order-item--product .cart__order-item--title {
    line-height: 1.3;
}

.cart__order-list .cart__order-item .cart__order-item--product .cart__order-item--options {
    padding-top: 10px;
}

.cart__order-list .cart__order-item .cart__order-item--product .cart__order-item--options li {
    position: relative;
    padding-left: 8px;
    color: #868686;
    font-size: 13px;
    line-height: 18px;
}

.cart__order-list .cart__order-item .cart__order-item--product .cart__order-item--options li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 1.5px;
    background: #868686;
    opacity: 0.7;
}

.cart__order-list .cart__order-item .cart__order-item--price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    text-align: right;
}

.cart__order-totals--subtotals {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
}

.cart__order-totals--subtotals .cart__order-totals--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
}

.cart__order-totals--subtotals .cart__order-totals--list .cart__order-totals--name {
    font-weight: 600;
}

.cart__order-totals--subtotals .cart__order-totals--list .cart__order-totals--total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    text-align: right;
}

.cart__order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
}

.cart__order-agree {
    margin-bottom: 45px;
    font-size: 14px;
}

.cart__order-btn .btn {
    font-size: 16px;
}

/* --------- Order Success Page --------- */

.order-success .order-success__body {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

.order-success .order-success__body .order-success__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.order-success .order-success__body .order-success__top .order-success__top-icon {
    width: 150px;
    height: 150px;
    margin-bottom: 25px;
}

.order-success .order-success__body .order-success__top .order-success__top-icon svg {
    fill: #62d100;
}

.order-success .order-success__body .order-success__top .order-success__top-title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
}

.order-success .order-success__body .order-success__top .order-success__top-subtitle {
    margin-bottom: 25px;
    padding-left: 0.38em;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.38em;
    text-transform: uppercase;
}

.order-success .order-success__body .order-success__top .order-success__top-text {
    padding: 0 70px;
}

.order-success .order-success__body .order-success__top .order-success__top-order--number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    text-align: center;
}

.order-success .order-success__body .order-success__top .order-success__top-order--number span.order-number {
    margin-top: 15px;
    padding: 7px 25px;
    border: 1px dashed #999;
    border-radius: 3px;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

/* ----------------------------------------
// Shop Cart Page
// ---------------------------------------- */

/* --------- Wishlist Page --------- */

.wishlist .wishlist__body .products-view .products-list .products-list__item button._icon-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    padding: 5px;
    border-radius: 3px;
    background-color: #d74949;
    color: #fff;
    font-size: 10px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.wishlist .wishlist__body .products-view .products-list .products-list__item button._icon-close:hover {
    background-color: #f11616;
}

/* --------- Compare Page --------- */

.compare .compare__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.compare .compare__body._fixed-el {
    padding-top: 93px;
}

.compare .compare__body .compare__static._fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    border-bottom: 1px solid #ededed;
    background: #fff;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.compare .compare__body .compare__static._fixed .container {
    padding: 5px 15px;
    border-bottom: 0;
}

.compare .compare__body .compare__static._fixed--show {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.compare .compare__body .compare__static .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-width: auto;
    padding: 15px;
    border-bottom: 1px solid #ededed;
}

.compare .compare__body .compare__static .compare__static-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #365edc;
    font-size: 14px;
    line-height: initial;
    text-align: left;
    text-transform: uppercase;
}

.compare .compare__body .compare__static .compare__static-count span {
    font-weight: 600;
}

.compare .compare__body .compare__static .compare__static-count .count {
    margin-right: 10px;
    font-weight: 600;
    font-size: 42px;
    line-height: 31px;
}

.compare .compare__body .compare__static .compare__static-count .count-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 20px;
    border-right: 1px solid #ededed;
}

.compare .compare__body .compare__static .compare__static-count .compare__static-count--only {
    margin-left: 20px;
    border-bottom: 1px dashed;
    color: #999;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
    -o-transition: color 0.3s ease, border 0.3s ease;
    transition: color 0.3s ease, border 0.3s ease;
}

.compare .compare__body .compare__static .compare__static-count .compare__static-count--only:hover {
    color: #365edc;
}

.compare .compare__body .compare__static .slider-control {
    width: auto;
}

.compare .compare__body .compare__items {
    width: 100%;
    margin-right: -1px;
}

.compare .compare__body .compare__items .compare__items-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border-right: 1px solid #ededed;
}

.compare .compare__body .compare__items .compare__items-item button._icon-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    padding: 5px;
    border-radius: 3px;
    background-color: #d74949;
    color: #fff;
    font-size: 10px;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.compare .compare__body .compare__items .compare__items-item button._icon-close:hover {
    background-color: #f11616;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-top {
    height: 360px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-flex: 0;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--image a {
    width: 100%;
    height: 100%;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--image a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--image .products-list__labels-item {
    padding: 2px 8px;
    font-size: 9px;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--info .compare__items-item--title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    overflow: hidden;
    height: 42px;
    margin: 10px 0;
    font-weight: 500;
    font-size: 16px;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--info .compare__items-item--block--price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 50%;
    font-weight: 600;
    line-height: initial;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--info .compare__items-item--block--price .old-price {
    position: relative;
    margin-left: 0;
    color: #999;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--info .compare__items-item--block--price .old-price:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 12px;
    border-top: 2px solid rgba(255, 0, 0, 0.8);
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--info .add-to-cart {
    width: 50%;
    padding: 10px;
    font-size: 12px;
    line-height: 100%;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
    border-bottom: 1px dashed #ededed;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-list:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-list .compare__items-item-list--title {
    padding-bottom: 3px;
    color: #999;
    font-size: 12px;
}

.compare .compare__body .compare__items .compare__items-item .compare__items-item-list .compare__items-item-list--text {
    margin-bottom: 0;
    font-size: 14px;
}

/* ----------------------------------------
// Contact Page
// ---------------------------------------- */

/* --------- Contact Page --------- */

.contact .block-map {
    position: relative;
    display: block;
    overflow: hidden;
    height: 370px;
    border-radius: 3px;
}

.contact .block-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact._contact_v1 .block-map {
    margin-bottom: 40px;
}

.contact h3.checkout-title {
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: uppercase;
}

.contact .contact__block-text li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
}

.contact .contact__block-text li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.contact .contact__block-text li h6 {
    margin-bottom: 5px;
}

/* ----------------------------------------
// Blog Pages
// ---------------------------------------- */

/* --------- Blog Page --------- */

.sidebar .sidebar__block .search-blog {
    position: relative;
}

.sidebar .sidebar__block .search-blog .search-blog-button {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    padding: 0;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 20px;
}

.sidebar .sidebar__block .recent-posts {
    padding: 10px 0;
}

.sidebar .sidebar__block .recent-posts .recent-posts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.sidebar .sidebar__block .recent-posts .recent-posts-item:last-child {
    margin-bottom: 0;
}

.sidebar .sidebar__block .recent-posts .recent-posts-item .recent-posts-img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 120px;
    overflow: hidden;
    margin-right: 15px;
}

.sidebar .sidebar__block .recent-posts .recent-posts-item .recent-posts-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar .sidebar__block .recent-posts .recent-posts-item .recent-posts-text .recent-posts-title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.sidebar .sidebar__block .recent-posts .recent-posts-item .recent-posts-text .recent-posts-title a {
    color: #17191E;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}

.sidebar .sidebar__block .recent-posts .recent-posts-item .recent-posts-text .recent-posts-title a:hover {
    color: #FDA822;
}

.sidebar .sidebar__block .recent-posts .recent-posts-item .recent-posts-text .recent-posts-date {
    color: #999;
    font-size: 12px;
}


.blog .blog__body h1.blog-title {
    margin-bottom: 5px;
    font-size: 30px;
}

.blog .blog__body .blog__date {
    margin-bottom: 25px;
    color: #999;
    font-size: 14px;
}

/* ----------------------------------------
// Profile Pages
// ---------------------------------------- */

/* --------- Profile Page --------- */

.profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.profile .profile__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    overflow: hidden;
    margin-right: 30px;
    padding: 0 0 20px 0;
}

.profile .profile__nav .profile__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    font-size: 14px;
    flex-wrap: wrap;
}

.profile .profile__nav .profile__user img {
    width: 50px;
    margin-right: 15px;
}

.profile .profile__nav .profile__links {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ededed;
}

.profile .profile__nav .profile__links li {
    font-size: 15px;
}

.profile .profile__nav .profile__links li a {
    position: relative;
    display: block;
    padding: 7px 20px 7px 38px;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
}

.profile .profile__nav .profile__links li a:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ededed;
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.profile .profile__nav .profile__links li a:hover {
    background: #ededed;
    color: #17191e;
}

.profile .profile__nav .profile__links li a:hover:before {
    background: #17191e;
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.profile .profile__nav .profile__links li.active a {
    color: #17191e;
    font-weight: 600;
}

.profile .profile__nav .profile__links li.active a:before {
    background: #FDA822;
}
.profile .profile__nav .profile__nav--title {
    padding: 0 20px;
}

.profile .profile__nav .profile__nav--title h6 {
    padding-bottom: 9px;
}

.profile .profile__nav .logout-btn {
    padding: 0 20px;
}

.profile .profile__content {
    width: 100%;
}

.profile .profile__content .profile__content--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile .profile__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin: 0 30px 30px 0;
}

.profile .profile__info .profile__info--avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
}

.profile .profile__info .profile__info--list {
    width: 100%;
    padding-left: 0;
    font-size: 15px;
}

.profile .profile__info .profile__info--list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.profile .profile__info .profile__info--list li:last-child {
    margin-bottom: 0;
    padding-left: 20px;
}

.profile .profile__info .profile__info--list li:last-child:before {
    display: none;
}

.profile .profile__info .profile__info--list li:before {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ededed;
}

.profile .profile__info .profile__info--list li > span {
    padding: 0 20px;
    background: #fff;
}

.profile .profile__info .profile__info--list li > span:last-child {
    font-weight: 600;
}

.profile .profile__address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 15px;
}

.profile .profile__address .profile__address--name {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
}

.profile .profile__address .profile__address--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
}

.profile .profile__address .profile__address--row .profile__address--title {
    color: #999;
    font-size: 13px;
}

.profile .profile__recent-orders .profile__recent-orders--table table {
    width: 100%;
    border-collapse: collapse;
}

.profile .profile__recent-orders .profile__recent-orders--table tr:nth-of-type(odd) {
    background: #fafafa;
}

.profile .profile__recent-orders .profile__recent-orders--table thead tr {
    background: #fff !important;
}

.profile .profile__recent-orders .profile__recent-orders--table th {
    font-weight: 600;
}

.profile .profile__recent-orders .profile__recent-orders--table td,
.profile .profile__recent-orders .profile__recent-orders--table th {
    padding: 10px 15px;
    border-bottom: 1px solid #ededed;
    font-size: 15px;
    text-align: left;
}

.profile .profile__recent-orders .profile__recent-orders--table td a,
.profile .profile__recent-orders .profile__recent-orders--table th a {
    color: #365edc;
}

.profile .profile__recent-orders .profile__recent-orders--table td a:hover,
.profile .profile__recent-orders .profile__recent-orders--table th a:hover {
    text-decoration: underline;
}

.profile .order-detail .cart__order-totals {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
}

.profile .order-detail .cart__order-list .order__order-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.profile .order-info {
    margin-left: 30px;
}

.profile .order-info .order__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}

.profile .order-info .order__info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.profile .order-info .order__info li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.profile .order-info .order__info li > span {
    width: 55%;
    font-weight: 600;
    text-align: right;
}

/* ----------------------------------------
// Other Pages
// ---------------------------------------- */

/* --------- Page Wrapper --------- */

.page__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

/* --------- FAQ Page --------- */

.faq-page .faq__block {
    margin-bottom: 40px;
}

.faq-page .faq__block:last-child {
    margin-bottom: 0;
}

.faq-page .faq__block .faq__item {
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #ededed;
    border-radius: 3px;
}

.faq-page .faq__block .faq__item .faq__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 15px 45px 14px 25px;
    border-bottom: 1px solid #fff;
    font-weight: 500;
    line-height: 1.625;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.faq-page .faq__block .faq__item .faq__button ._icon-arrow-down {
    margin-right: -30px;
}

.faq-page .faq__block .faq__item .faq__text {
    padding: 0 25px;
}

.faq-page .faq__block .faq__item .faq__text p:last-child {
    margin-bottom: 0;
}

.faq-page .faq__block .faq__item._isActive .faq__button {
    border-bottom: 1px solid #ededed;
    background: #fbfbfb;
}

.faq-page .faq__block .faq__item._isActive .faq__text {
    margin: 15px 0;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }



@media (min-width: 992px) {
    .dropdown-list {
        position: relative;
    }

    .dropdown-list-item {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 60;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 226px;
        margin: 0;
        padding-top: 10px;
        border-radius: 0 0 3px 3px;
        background: #fff;
        -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    .dropdown-list-item li a {
        padding: 5px 10px;
        border-bottom: 1px solid #fbfbfb;
    }

    .dropdown-list-item li:last-child a {
        margin-bottom: 0;
        border-bottom: 0;
    }

    .dropdown-list:hover .dropdown-list-item {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .content .block-sidebar {
        width: 240px;
    }

    .content .block-content {
        width: calc(100% - 280px);
        margin-left: 40px;
    }

    .content .block-content.block-content--right-sidebar {
        margin-right: 40px;
        margin-left: 0;
    }

    header .header__language {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 30px;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 14px;
        cursor: pointer;
    }

    header .header__language .dropdown-list-item {
        left: -10px;
        height: auto !important;
        font-size: 14px;
    }

    header .header__language .dropdown-list-item._accordion-item {
        max-height: inherit;
    }

    header .header__language span[class^=header__language-flag] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header .header__language span[class^=header__language-flag]._icon-arrow-down:before {
        margin-left: 5px;
    }

    header .header__language a[class^=header__language-flag] {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    header .header__language a[class^=header__language-flag]:hover {
        color: #365edc;
    }

    header .header__language a[class^=header__language-flag].active {
        color: #365edc;
    }

    header .header__language [class^=header__language-flag]:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        border-radius: 0;
        background: url(../img/flags/united.svg) no-repeat;
    }

    header .header__language [class^=header__language-flag--english]:after {
        background: url(../img/flags/united.svg) no-repeat;
    }

    header .header__language [class^=header__language-flag--france]:after {
        background: url(../img/flags/france.svg) no-repeat;
    }

    header .header__language [class^=header__language-flag--germany]:after {
        background: url(../img/flags/germany.svg) no-repeat;
    }

    header .header__language [class^=header__language-flag--italy]:after {
        background: url(../img/flags/italy.svg) no-repeat;
    }

    header .header__language [class^=header__language-flag--japan]:after {
        background: url(../img/flags/japan.svg) no-repeat;
    }

    header .header__language [class^=header__language-flag--china]:after {
        background: url(../img/flags/china.svg) no-repeat;
    }

    header .header__language [class^=header__language-flag--russia]:after {
        background: url(../img/flags/russia.svg) no-repeat;
    }

    header .header__language [class^=header__language-flag--spain]:after {
        background: url(../img/flags/spain.svg) no-repeat;
    }

    header .header__currency {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 14px;
        cursor: pointer;
    }

    header .header__currency .dropdown-list-item {
        left: -10px;
        height: auto !important;
        font-size: 14px;
    }

    header .header__currency .dropdown-list-item._accordion-item {
        max-height: inherit;
    }

    header .header__currency span[class^=header__currency-type] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    header .header__currency span[class^=header__currency-type]:before {
        margin-left: 5px;
    }

    header .header__currency a[class^=header__currency-type] {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    header .header__currency a[class^=header__currency-type]:hover {
        color: #365edc;
    }

    header .header__currency a[class^=header__currency-type].active {
        color: #365edc;
    }

    header .header__phone-top {
        font-size: 14px;
        line-height: 10px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    header .header__phone-number {
        font-weight: 700;
        font-size: 20px;
    }

    header .header__phone-number a {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .fly-panel__block .shopping-cart .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item:last-child {
        border-bottom: 0;
    }

    nav .main-menu__list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 0;
    }

    nav .main-menu__list > li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    nav .main-menu__list > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 18px 5px;
        background: #365edc;
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        text-transform: uppercase;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    nav .main-menu__list > li > a ._icon-arrow-down {
        margin-left: 10px;
    }

    nav .main-menu__list > li.main-menu__megamenu ._icon-burger {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    nav .main-menu__list > li.main-menu__megamenu ._icon-burger:before {
        margin-right: 15px;
        font-size: 16px;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--dropdown {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 30px;
        border-bottom: 3px solid #365edc;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transform: translate(0, 30px);
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--dropdown .main-menu__megamenu--banner:after {
        left: -95%;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--root {
        font-size: 14px;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--root > li > a {
        display: block;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 16px;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--sub {
        margin-bottom: 20px;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--sub li {
        line-height: 26px;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--sub li a {
        color: #4a4a4a;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--sub li a:hover {
        color: #FDA822;
    }

    nav .main-menu__list > li.main-menu__megamenu:hover .main-menu__megamenu--dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    nav .main-menu__list > li.main-menu__megamenu:hover ._icon-burger:before {
        color: #e9f107;
    }

    nav .main-menu__list > li.main-menu__submenu {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        min-width: 230px;
        height: auto !important;
        padding: 15px 0;
        border-bottom: 3px solid #365edc;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        font-size: 15px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translate(0, 30px);
        -ms-transform: translate(0, 30px);
        transform: translate(0, 30px);
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list._accordion-item {
        overflow: visible;
        max-height: inherit;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list > ul > ._accordion-parent > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list > ul > ._accordion-parent > a ._accordion-target {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list li {
        position: relative;
        padding: 0 15px;
        line-height: 36px;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list li a {
        display: block;
        color: #4a4a4a;
        font-weight: 700;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list li a:hover {
        color: #365edc;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list li .menu__submenu {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 230px;
        height: auto !important;
        border-bottom: 3px solid #365edc;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translate(15px, 0);
        -ms-transform: translate(15px, 0);
        transform: translate(15px, 0);
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list li .menu__submenu._accordion-item {
        overflow: visible;
        max-height: inherit;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list li:hover > a {
        color: #365edc;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list li:hover .menu__submenu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    nav .main-menu__list > li.main-menu__submenu:hover .main-menu__submenu--list {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--root-list {
        position: relative;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--root-list a {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--root-list:hover .main-menu__submenu--sub-list {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--sub-list {
        position: absolute;
        top: -15px;
        left: 100%;
        min-width: 200px;
        padding: 15px 0;
        border-bottom: 3px solid #fff;
        background: #fff;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
        font-size: 14px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translate(-10px, 0);
        -ms-transform: translate(-10px, 0);
        transform: translate(-10px, 0);
    }

    nav .main-menu__list > li i {
        margin-left: 10px;
    }

    nav .main-menu__list > li:first-child a {
        border-radius: 3px 0 0 3px;
    }

    nav .main-menu__list > li:last-child a {
        border-radius: 0 3px 3px 0;
    }

    nav .main-menu__list > li:hover > a {
        background: #2147be;
    }
}

@media (min-width: 1201px) {

    .products-view__list.products-list[data-column="3"][data-layout=grid][data-split=full] .products-list__item .products-list__image {
        padding: 40px;
    }

    .products-view__list.products-list[data-column="3"][data-layout=grid][data-split=full] .products-list__item .products-list__image img {
        border-radius: 3px;
    }

    .products-view__list.products-list[data-column="3"][data-layout=grid][data-split=full] .products-list__item .products-list__image .products-list__labels {
        top: 40px;
        left: 40px;
    }

    .products-view__list.products-list[data-column="3"][data-layout=grid][data-split=full] .products-list__item .products-list__image .products-list__action {
        top: 40px;
        right: 40px;
        overflow: hidden;
    }
}
@media (min-width: 1440px) {
    .content .block-sidebar {
        width: 340px;
    }

    .content .block-content {
        width: calc(100% - 360px);
        margin-left: 20px;
    }
}
@media (max-width: 1400px) {
    header .header__search {
        max-width: 400px;
    }

    header .header.header-2 .header__search {
        max-width: 300px;
    }

    .banner-body .row .banner-body__item:first-child .banner-body__block {
        margin-bottom: 26px;
    }

    .banner-body .banner-body__block .banner-body__description .banner-body__title {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .banner-long .banner-long__item .banner-long__info {
        left: 30px;
    }

    .slider-top__description {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .about__team .about__team--block .about__team--item {
        padding: 15px;
    }

    .about__team .about__team--block .about__team--item .about__team--image {
        //height: 300px;
    }

    .products-view__list.products-list[data-column="4"][data-layout=grid] .products-list__item .products-list__title {
        font-weight: 600;
        font-size: 18px;
    }

    .products-view__list.products-list[data-column="4"][data-layout=grid] .products-list__item .products-list__category {
        font-size: 14px;
    }

    .products-view__list.products-list[data-column="4"][data-layout=grid] .products-list__item .products-list__block-price .old-price {
        margin-left: 10px;
    }

    .products-view__list.products-list[data-column="4"][data-layout=grid] .products-list__item .products-list__info {
        padding: 10px;
    }


    .products-view__list.products-list[data-column="4"][data-layout=grid] .products-list__item .products-list__info .add-to-cart {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: center;
        padding: 17px 15px;
    }

    .products-view__list.products-list[data-column="4"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__block-price {
        font-weight: 600;
        font-size: 20px;
    }

    .products-view__list.products-list[data-column="4"][data-layout=grid][data-split=sidebar] .products-list__item .btn {
        padding: 14px 24px;
        font-weight: 600;
        font-size: 12px;
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid] .products-list__item {
        width: calc((100%) / 4);
        margin: 10px;
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid] .products-list__item .products-list__category {
        font-size: 13px;
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid] .products-list__item .products-list__availability {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid] .products-list__item .products-list__title {
        font-weight: 600;
        font-size: 15px;
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid] .products-list__item .products-list__block-price .old-price {
        margin-left: 10px;
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid] .products-list__item .products-list__info {
        padding: 10px;
    }



    .products-view__list.products-list[data-column="5"][data-layout=grid] .products-list__item .products-list__info .add-to-cart {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        padding: 14px 24px;
        font-weight: 600;
        font-size: 12px;
        text-align: center;
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid] .products-list__item .products-list__block-price {
        font-weight: 600;
        font-size: 17px;
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item {
        width: calc((100% - 80px) / 4);
    }

    .product__body {
        -ms-grid-columns: auto 245px;
        grid-template-columns: auto 245px;
    }

    .product__body .product__gallery {
        padding: 50px 20px 20px;
    }

    .product__body .product__gallery .product__gallery-top {
        padding: 10px 20px;
    }

    .product__body .product__info .product-control .counter-control {
        width: 47%;
    }

    .product__body .product__info .product-control .add-to-cart {
        width: 47%;
    }

    .content .product.product-col--3.product-full .product__body {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    }

    .content .product.product-col--3 .product__body {
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%;
    }

    .content .product.product-col--3 .product__body .product__center {
        padding: 0;
    }



    .content .product.product-col--3 .product__body .product__center-top {
        margin-top: -10px;
    }

    .content .product.product-col--3 .product__body .product__gallery .product__gallery-top {
        padding: 20px;
    }

    .content .product.product-col--3 .product__body .product__tabs {
        -ms-grid-row: 5;
        grid-row: 5;
    }

    .content .product.product-col--3 .product__body .product__title {
        -ms-grid-column: 2;
        grid-column: 2;
    }


    .content .product.product-col--3 .product__body .product__info .product__availability {
        margin-bottom: 0;
    }

    .content .product.product-col--3 .product__body .product-right-row {
        display: none;
    }

    .cart .cart__table .cart-table__table .cart-table__head {
        -ms-grid-columns: 120px minmax(40%, -webkit-min-content) 1fr 1fr 1fr 40px;
        -ms-grid-columns: 120px minmax(40%, min-content) 1fr 1fr 1fr 40px;
        grid-template-columns: 120px minmax(40%, -webkit-min-content) 1fr 1fr 1fr 40px;
        grid-template-columns: 120px minmax(40%, min-content) 1fr 1fr 1fr 40px;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item {
        -ms-grid-columns: 120px minmax(40%, -webkit-min-content) 1fr 1fr 1fr 40px;
        -ms-grid-columns: 120px minmax(40%, min-content) 1fr 1fr 1fr 40px;
        grid-template-columns: 120px minmax(40%, -webkit-min-content) 1fr 1fr 1fr 40px;
        grid-template-columns: 120px minmax(40%, min-content) 1fr 1fr 1fr 40px;
    }
    .products-view__list.products-list[data-column="4"][data-layout=grid] .products-list__item {
        width: calc((100%) / 3);
    }
}

@media (max-width: 1200px) {
    .section-title .sub-title {
        padding: 0 20%;
    }

    header .header__logo a {
        width: 140px;
    }

    header .header__search {
        max-width: 300px;
    }

    header .header.header-2 .header__search {
        max-width: 220px;
    }

    .features-block .features-block__body {
        border: 1px solid #ededed;
    }

    .features-block .features-block__body .col-xl {
        margin-top: -1px;
        margin-bottom: -1px;
        margin-left: -1px;
        border: 1px solid #ededed;
        border-top: 0;
    }

    .features-block .features-block__body .col-xl:last-child {
        border-right: 1px solid #ededed;
    }

    .features-block .features-block__block {
        padding: 35px 5px;
    }

    .banner-body .row .banner-body__item:first-child .banner-body__block {
        margin: 24px 0 35px 0;
    }

    .banner-body .row .banner-body__item:last-child .banner-body__block {
        margin: 24px 0 35px 0;
    }

    .slider-top__description .slider-top__title {
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 30px;
    }

    .slider-top__description .slider-top__subtitle {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .news__block {
        margin-bottom: -24px;
    }

    .news__block.news__block-v2 .news__item a {
        margin-bottom: 24px;
    }

    .instagram__block {
        margin-bottom: -24px;
    }

    .instagram__block .instagram__block-item {
        margin-bottom: 24px;
    }

    .about__gallery .about-gallery-small:first-child {
        margin-bottom: 21px;
    }

    .products-list .products-list__item .products-list__category {
        font-size: 13px;
    }

    .products-list .products-list__item .products-list__title {
        font-size: 16px;
    }

    .products-list .products-list__item .products-list__block-price {
        font-weight: 600;
        font-size: 16px;
    }

    .products-list__availability {
        margin-bottom: 10px;
    }

    .products-list__ratings {
        font-size: 13px;
    }

    .products-view__list.products-list[data-layout=grid] .products-list__content .products-list__title {
        font-weight: 600;
        font-size: 18px;
    }

    .products-view__list.products-list[data-layout=grid] .products-list__content .products-list__block-price .old-price {
        margin-left: 10px;
    }

    .products-view__list.products-list[data-layout=grid] .products-list__content .products-list__info {
        padding: 10px;
    }



    .products-view__list.products-list[data-layout=grid] .products-list__content .products-list__info .add-to-cart {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .products-view__list.products-list[data-layout=grid] .products-list__content .products-list__block-price {
        font-weight: 600;
        font-size: 20px;
    }

    .products-view__list.products-list[data-column="1"][data-layout=grid] .products-list__item {
        width: calc((100% - 60px) / 3);
    }



    .products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item {
        width: calc((100% - 60px) / 3);
    }

    .products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item {
        width: calc((100% - 80px) / 4);
    }

    .products-view .products-view__options .products-view__sort {
        font-size: 14px;
    }

    .content .product.product-full .product__body {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .product__body {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .product__body .product__gallery {
        margin-right: 0;
    }

    .product__body .product__tabs {
        -ms-grid-row: 4;
        grid-row: 4;
        margin-right: 0;
        padding: 15px 0 0 0;
    }

    .product__body .product__title {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
    }

    .product__body .product__info {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1;
        grid-column: 1;
        padding-top: 15px;
        padding-bottom: 40px;
    }


    .product__body .product__info .product-brand {
        display: none;
    }

    .product__body .product-features {
        display: none;
    }

    .product__body .product-support {
        display: none;
    }

    .product__body .product__rating {
        font-size: 12px;
    }

    .compare .compare__body .compare__items .compare__items-item .compare__items-item-top {
        height: auto;
    }

    .profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .profile .profile__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow-x: auto;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        padding: 0;
    }

    .profile .profile__nav .profile__user {
        display: none;
        margin-bottom: 0;
    }

    .profile .profile__nav .profile__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
        padding: 10px 0;
        border-bottom: 0;
        white-space: nowrap;
    }

    .profile .profile__nav .profile__links li a {
        padding: 5px 20px 4px 30px;
    }

    .profile .profile__nav .profile__links li a:before {
        top: 14px;
        left: 12px;
    }

    .profile .profile__content .profile__content--block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .profile .profile__address {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .profile .order-detail {
        margin-bottom: 30px;
    }

    .profile .order-info {
        margin-left: 0;
    }

    .page__wrapper {
        padding: 0;
    }
    .products-view__list.products-list[data-column="4"][data-layout=grid] .products-list__item {
        width: calc((100%) / 2);
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding: 0;
    }

    section,
    .section {
        padding: 25px 0;
    }

    .for-mobile {
        display: block;
    }

    .for-desctop {
        display: none;
    }

    .section-title {
        margin-bottom: 25px;
    }

    .content {
        padding: 16px 0;
    }

    .content .block-content {
        padding: 0;
    }

    .content .block-content {
        width: 100%;
    }

    header {
        padding: 10px 0;
        -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.05);
    }

    header .header__language {
        display: none;
    }

    header .header__currency {
        display: none;
    }

    header .header__phone {
        display: none;
    }

    header .header__search {
        position: absolute;
        top: -12px;
        left: 0;
        z-index: 20;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 10px 12px;
        background: #fff;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translate(0, -30px);
        -ms-transform: translate(0, -30px);
        transform: translate(0, -30px);
    }

    header .header__search.is-active-search {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
    }

    header .header__search form .button-search {
        right: 40px;
    }

    header .header__search .header__search-hide-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    header .header__user-menu a {
        margin-left: 15px;
    }

    header .header__user-menu a._icon-shopping-cart {
        margin-right: 5px;
    }



    header .header__user-menu a.search-mobile {
        display: block;
    }

    header .header__user-menu a:first-child {
        margin-left: 15px;
    }

    header .header__user-menu a span {
        right: -11px;
    }

    header .header__user-menu .search-mobile {
        display: block;
        font-size: 20px;
    }

    header .header.header-2 .header__logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    header .header.header-2 .header__currency {
        margin-left: 15px;
    }

    header .header.header-2 .header__search {
        max-width: 100%;
    }

    header .header.header-2 .header__phone {
        display: none;
    }

    .is-mobile-el .container {
        padding: 15px 30px;
        border-top: 1px solid #ededed;
        background: #fbfbfb;
    }

    .is-mobile-el .header__language {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        padding: 10px 0;
        font-size: 15px;
        cursor: pointer;
    }

    .is-mobile-el .header__language .dropdown-list-item {
        width: 100%;
        padding: 0;
    }

    .is-mobile-el .header__language .dropdown-list-item li {
        display: block;
        width: 100%;
        padding: 10px 0 10px 25px;
        border-bottom: 1px solid #ededed;
        font-weight: 400;
        font-size: 14px;
    }

    .is-mobile-el .header__language .dropdown-list-item li:first-child {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #ededed;
    }

    .is-mobile-el .header__language .dropdown-list-item li:last-child {
        padding-bottom: 0;
        border: 0;
    }

    .is-mobile-el .header__language span[class^=header__language-flag] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        font-weight: 600;
    }

    .is-mobile-el .header__language span[class^=header__language-flag]._icon-arrow-down:before {
        margin-left: auto;
    }

    .is-mobile-el .header__language a[class^=header__language-flag] {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .is-mobile-el .header__language a[class^=header__language-flag]:hover {
        color: #365edc;
    }

    .is-mobile-el .header__language a[class^=header__language-flag].active {
        color: #365edc;
    }

    .is-mobile-el .header__language [class^=header__language-flag]:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        border-radius: 0;
        background: url("../img/flags/united.svg") no-repeat;
    }

    .is-mobile-el .header__language [class^=header__language-flag--english]:after {
        background: url("../img/flags/united.svg") no-repeat;
    }

    .is-mobile-el .header__language [class^=header__language-flag--france]:after {
        background: url("../img/flags/france.svg") no-repeat;
    }

    .is-mobile-el .header__language [class^=header__language-flag--germany]:after {
        background: url("../img/flags/germany.svg") no-repeat;
    }

    .is-mobile-el .header__language [class^=header__language-flag--italy]:after {
        background: url("../img/flags/italy.svg") no-repeat;
    }

    .is-mobile-el .header__language [class^=header__language-flag--japan]:after {
        background: url("../img/flags/japan.svg") no-repeat;
    }

    .is-mobile-el .header__language [class^=header__language-flag--china]:after {
        background: url("../img/flags/china.svg") no-repeat;
    }

    .is-mobile-el .header__language [class^=header__language-flag--russia]:after {
        background: url("../img/flags/russia.svg") no-repeat;
    }

    .is-mobile-el .header__language [class^=header__language-flag--spain]:after {
        background: url("../img/flags/spain.svg") no-repeat;
    }

    .is-mobile-el .header__currency {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        padding: 10px 0;
        font-size: 15px;
        cursor: pointer;
    }

    .is-mobile-el .header__currency .dropdown-list-item {
        width: 100%;
        padding: 10px 0 0 0;
    }

    .is-mobile-el .header__currency .dropdown-list-item li {
        display: block;
        width: 100%;
        padding: 10px 0 10px 25px;
        border-bottom: 1px solid #ededed;
        font-weight: 400;
        font-size: 14px;
    }

    .is-mobile-el .header__currency .dropdown-list-item li:first-child {
        border-top: 1px solid #ededed;
    }

    .is-mobile-el .header__currency .dropdown-list-item li:last-child {
        padding-bottom: 0;
        border: 0;
    }

    .is-mobile-el .header__currency span[class^=header__currency-type] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        font-weight: 600;
    }

    .is-mobile-el .header__currency span[class^=header__currency-type]:before {
        margin-left: auto;
    }

    .is-mobile-el .header__currency a[class^=header__currency-type] {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .is-mobile-el .header__currency a[class^=header__currency-type]:hover {
        color: #365edc;
    }

    .is-mobile-el .header__currency a[class^=header__currency-type].active {
        color: #365edc;
    }


    .is-mobile-el .header__phone-top {
        margin-bottom: 0;
        font-size: 14px;
    }

    .is-mobile-el .header__phone-number {
        font-weight: 700;
        font-size: 20px;
    }

    .btn {
        padding: 14px 24px;
        font-weight: 600;
        font-size: 12px;
    }

    .btn-arrow-right {
        font-size: 13px;
    }

    .btn-arrow-left {
        font-size: 13px;
    }

    .btn-inline {
        font-size: 13px;
    }

    .fly-panel {
        top: auto;
        right: 15px;
        bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% - 30px);
        border-radius: 3px;
        -webkit-box-shadow: 0 -4px 9px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 -4px 9px 0 rgba(0, 0, 0, 0.05);
    }

    .fly-panel._isActive {
        right: 15px;
    }

    .fly-panel .fly-panel__item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 55px;
        border-right: 1px solid #ededed;
        border-bottom: 0;
    }

    .fly-panel .fly-panel__item:last-child {
        border-right: 0;
    }

    .fly-panel .fly-panel__item span {
        top: 5px;
        right: auto;
        width: 22px;
        height: 22px;
        line-height: 18px;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .fly-panel__block {
        right: -100%;
        max-width: none;
    }

    .fly-panel__block .shopping-cart .cart .cart__table .cart-table__table .cart-table__body {
        padding: 0 15px;
    }

    .fly-panel__block .shopping-cart .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column--image {
        height: 100px;
    }

    .fly-panel__block .shopping-cart .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item {
        padding: 14px 0 0 0;
    }

    .fly-panel__block .shopping-cart .cart .cart__table .cart-table__table .cart-table__column.cart-table__column--total {
        text-align: left;
    }

    nav {
        position: fixed;
        top: 58px;
        right: -100%;
        z-index: 61;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        max-width: 550px;
        height: 100%;
        padding: 0 0 58px 0;
        border-top: 3px solid #365edc;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    }

    nav.is-open {
        right: 0;
    }

    nav .container {
        padding: 0;
    }

    nav.is-overflow-hidden {
        overflow: hidden !important;
    }

    nav .main-menu__list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 0;
    }

    nav .main-menu__list > li {
        width: 100%;
        padding: 0 30px;
        border-bottom: 1px solid #fbfbfb;
    }

    nav .main-menu__list > li:last-child {
        border: 0;
    }

    nav .main-menu__list > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 10px 0;
        color: #17191e;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
    }

    nav .main-menu__list > li > a._icon-arrow-down {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    nav .main-menu__list > li.main-menu__megamenu {
        position: relative;
        z-index: 45;
    }

    nav .main-menu__list > li.main-menu__megamenu ._icon-burger {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    nav .main-menu__list > li.main-menu__megamenu ._icon-burger:before {
        margin-right: 15px;
        font-size: 16px;
    }

    nav .main-menu__list > li.main-menu__megamenu:before {
        content: "\e909";
        position: absolute;
        top: 50%;
        right: -100%;
        color: #999;
        font-weight: normal;
        font-size: 19px;
        font-family: "icons";
        -webkit-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-transform: translate(0px, -50%) rotate(180deg);
        -ms-transform: translate(0px, -50%) rotate(180deg);
        transform: translate(0px, -50%) rotate(180deg);
    }

    nav .main-menu__list > li.main-menu__megamenu:after {
        content: "Назад";
        position: absolute;
        top: 50%;
        right: -100%;
        color: #999;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
    }

    nav .main-menu__list > li.main-menu__megamenu > a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    nav .main-menu__list > li.main-menu__megamenu.open svg {
        fill: #365edc;
    }

    nav .main-menu__list > li.main-menu__megamenu.open .main-menu__megamenu--dropdown {
        right: 0;
    }

    nav .main-menu__list > li.main-menu__megamenu.open:before {
        right: 100px;
    }

    nav .main-menu__list > li.main-menu__megamenu.open:after {
        right: 30px;
    }

    nav .main-menu__list > li.main-menu__megamenu svg {
        width: 20px;
        height: 16px;
        margin-right: 15px;
        fill: #17191e;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--dropdown {
        position: fixed;
        right: -550px;
        z-index: 20;
        overflow: auto;
        width: 100%;
        max-width: 550px;
        height: 100%;
        padding: 10px 29px 150px 29px;
        background: #fff;
        -webkit-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
        transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--root {
        font-size: 14px;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--root > li > a {
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 14px;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--sub {
        margin-bottom: 20px;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--sub li {
        line-height: 26px;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--sub li a {
        color: #4a4a4a;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--sub li a:hover {
        color: #FDA822;
    }

    nav .main-menu__list > li.main-menu__submenu {
        position: relative;
    }

    nav .main-menu__list > li.main-menu__submenu ._icon-arrow-down:before {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background: #ededed;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list {
        position: relative;
        width: 100%;
        padding: 0;
        background: #fff;
        font-size: 14px;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list li {
        padding: 0 0 0 15px;
        line-height: 30px;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list li a {
        display: block;
        color: #4a4a4a;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list li a:hover {
        color: #365edc;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--list > ul > ._accordion-parent > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    nav .main-menu__list > li.main-menu__submenu:hover .main-menu__submenu--list {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--root-list {
        position: relative;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--root-list a {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--root-list:hover .main-menu__submenu--sub-list {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    nav .main-menu__list > li.main-menu__submenu .main-menu__submenu--sub-list {
        padding: 0 0 10px 0;
        background: #fff;
        font-size: 14px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    nav .main-menu__list > li i {
        margin-left: 10px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    nav .main-menu__list > li.open i {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .burger-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 15px;
    }

    footer {
        margin-top: 25px;
    }

    footer .footer__top {
        padding: 24px 15px;
    }

    footer .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        text-align: left;
    }

    footer .footer__bottom .footer__bottom-payment {
        padding-top: 15px;
    }

    .progress-bar .progress-bar__item .progress-bar__name {
        font-size: 16px;
    }

    .banner-body .row .banner-body__item:first-child .banner-body__block {
        margin: 24px 0 25px 0;
    }

    .banner-body .row .banner-body__item:last-child .banner-body__block {
        margin: 24px 0 25px 0;
    }

    .banner-body .banner-body__block:before {
        background: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(23, 25, 30, 0.7)));
        background: -o-linear-gradient(right, transparent 0%, rgba(23, 25, 30, 0.7) 100%);
        background: linear-gradient(to left, transparent 0%, rgba(23, 25, 30, 0.7) 100%);
    }

    .banner-body .banner-body__block .banner-body__description {
        padding: 40px 20px 20px 20px;
    }

    .banner-body .banner-body__block .banner-body__description .banner-body__btn .btn-inline {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .banner-body .banner-1col-item {
        height: 100%;
        max-height: 300px;
    }

    .banner-long .banner-long__item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.7)));
        background: -o-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.7) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.7) 100%);
    }

    .banner-long .banner-long__item .btn-inline {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .banner-long .banner-long__item .banner-long__info {
        top: 50%;
        left: 0;
        width: 100%;
        padding: 0 15px;
        text-align: center;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .banner-long .banner-long__item:hover .banner-long__info {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .slider-top .swiper-slide {
        height: 290px;
    }

    .slider-top .swiper-slide img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .slider-top .swiper-slide:before {
        background: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(23, 25, 30, 0.5)));
        background: -o-linear-gradient(right, transparent 0%, rgba(23, 25, 30, 0.5) 100%);
        background: linear-gradient(to left, transparent 0%, rgba(23, 25, 30, 0.5) 100%);
    }

    .slider-top__description {
        padding: 0 20px;
    }

    .slider-top__description .slider-top__title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .slider-top__description .slider-top__subtitle {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .slider-control {
        padding: 5px 0;
    }

    .slider-control .slider-control__arrows > div {
        width: 32px;
        height: 32px;
        margin-left: 8px;
        font-size: 24px;
    }

    .slider-control .slider-control__pagination {
        font-size: 13px;
    }

    .slider-control.slider-2-banners {
        bottom: 8px;
        padding: 0 10px;
    }

    .categories-block .categories-block__item {
        height: 180px;
    }

    .categories-block .categories-block__item .categories-block__number {
        top: 4px;
        font-size: 24px;
    }

    .categories-block .categories-block__item .categories-block__name {
        font-size: 16px;
    }

    .categories-block .categories-block__item .categories-block__icon img {
        width: 75px;
        height: 75px;
    }

    .categories-block .categories-block__item.categories-block-last-item .btn-inline {
        font-size: 14px;
    }

    .categories-block .categories-block__item.categories-block-last-item .btn-inline:after {
        font-size: 19px;
    }

    .our-products__tab .our-products__tab-list {
        padding: 0 0 20px 0;
    }
    .our-products__tab .our-products__tab-list:before{
        content: none;
    }

    .about__gallery .about-gallery-small:first-child {
        margin-bottom: 17px;
    }

    .about__team .about__team--block {
        margin-bottom: -32px;
    }

    .about__team .about__team--block .about__team--item {
        height: auto;
        margin-bottom: 32px;
        -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .about__team .about__team--block .about__team--item .about__team--image .about__team--social {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, -15px);
        -ms-transform: translate(0, -15px);
        transform: translate(0, -15px);
    }

    .sidebar .close-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .sidebar {
        position: fixed !important;
        top: 0;
        left: -100%;
        z-index: 63;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        padding: 65px 0 65px 20px;
        background: #fff;
        -webkit-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    }

    .sidebar .border-bottom-primary {
        padding-bottom: 8px;
    }

    .sidebar .side-scroll {
        overflow-y: auto;
        height: 100%;
        padding-right: 20px;
    }

    .sidebar .sidebar-top {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 100;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        max-width: 400px;
        height: 50px;
        padding-left: 20px;
        background: #fff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
        -webkit-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    }

    .sidebar .sidebar-top._isActive {
        left: 0;
    }

    .sidebar .sidebar-top .close-filter {
        position: relative;
        top: auto;
        right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 48px;
        background: #fff;
        color: #17191e;
        cursor: pointer;
        -webkit-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }

    .sidebar .sidebar-top .close-filter:hover {
        background: #ededed;
    }

    .sidebar .filter-buttons {
        position: fixed;
        bottom: 0;
        left: -100%;
        z-index: 100;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 400px;
        height: 50px;
        padding-top: 30px !important;
        padding-bottom: 30px;
        padding-left: 20px;
        border-top: 1px solid #ededed;
        background: #fafafa;
        -webkit-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        -o-transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
        transition: 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    }

    .sidebar .filter-buttons._isActive {
        left: 0;
    }

    .sidebar._isActive {
        left: 0;
    }

    .sidebar .border-bottom-primary {
        font-weight: 500;
        font-size: 15px;
    }

    .sidebar .sidebar__block {
        margin-bottom: 20px;
    }

    .sidebar .sidebar__block .sidebar__item.filter-buttons {
        margin-bottom: 0;
    }

    .products-list__labels-item {
        font-size: 10px;
    }

    .products-view__list.products-list[data-column="1"][data-layout=grid] .products-list__item {
        width: calc((100% - 40px) / 2);
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid] .products-list__item {
        width: calc((100%) / 3);
    }

    .products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item {
        width: calc((100% - 60px) / 3);
    }

    .products-view .products-view__options .products-view__options--body .view-options__filters-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .products-view .products-view__options .products-view__options--body .products-view__options--item button._col-2 {
        display: block;
    }

    .product__body .product__gallery .gallery .gallery-thumbs-body .slider-control__prev {
        top: 50%;
        left: -21px;
        opacity: 1;
        -webkit-transform: translate(0, -50%) rotate(90deg);
        -ms-transform: translate(0, -50%) rotate(90deg);
        transform: translate(0, -50%) rotate(90deg);
    }

    .product__body .product__gallery .gallery .gallery-thumbs-body .slider-control__next {
        top: 50%;
        right: -21px;
        opacity: 1;
        -webkit-transform: translate(0, -50%) rotate(270deg);
        -ms-transform: translate(0, -50%) rotate(270deg);
        transform: translate(0, -50%) rotate(270deg);
    }

    .product__body .product__info .product-control .add-to-cart {
        padding: 17px 30px;
        font-weight: 700;
        font-size: 15px;
    }

    .product__body .product__labels-item {
        font-size: 10px;
    }

    .cart .cart__table .cart-table__table {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart .cart__table .cart-table__table .cart-table__column.cart-table__column--price:before,
    .cart .cart__table .cart-table__table .cart-table__column.cart-table__column--quantity:before,
    .cart .cart__table .cart-table__table .cart-table__column.cart-table__column--total:before {
        content: attr(data-title) ":";
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: calc(40% - 6px);
        font-weight: 500;
    }

    .cart .cart__table .cart-table__table .cart-table__head {
        display: none;
    }

    .cart .cart__table .cart-table__table .cart-table__body {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill, 33.33333%);
        margin-bottom: 30px;
        padding-left: 1px;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
        margin-bottom: 20px;
        margin-left: -1px;
        border: 1px solid #ededed;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column--image {
        height: 140px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column--image a {
        width: 100%;
        height: 100%;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column--image img {
        width: auto;
        height: 100%;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #ededed;
        text-align: left;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column:last-child {
        border: 0;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.cart-table__column--image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 0;
        text-align: center;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.cart-table__column--product {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: center;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.cart-table__column--total {
        border-bottom: 0;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.cart-table__column--remove {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        border: 0;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.cart-table__column--remove button {
        padding: 8px;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column .cart-table__options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column .cart-table__options li {
        display: inline-block;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.product-control .counter-control {
        width: 100px;
        height: 40px;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.product-control .counter-control input {
        font-size: 14px;
        line-height: 41px;
    }

    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.product-control .counter-control .counter-control__minus,
    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item .cart-table__column.product-control .counter-control .counter-control__plus {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
    }

    .cart .cart__table .cart-table__table .cart-table__foot .cart-table__actions .cart-table__coupon-form .cart-table__coupon-form--text {
        display: none;
    }

    .cart .cart__table .cart-table__table .cart-table__foot .cart-table__actions .cart-table__coupon-form .form-group {
        margin: 0;
    }

    .cart .cart__table .cart-table__table .cart-table__foot .cart-table__actions .cart-table__coupon-form .form-group:last-child {
        margin: 0 0 0 15px;
    }

    .order-success .order-success__body .order-success__top .order-success__top-icon {
        width: 100px;
        height: 100px;
    }

    .compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--info .compare__items-item--block--price {
        width: 70%;
    }

    .compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--info .add-to-cart {
        width: 30%;
    }

    .compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--info .add-to-cart span {
        display: none;
    }

    .compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--info .add-to-cart:before {
        content: "\e90d";
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        font-size: 15px;
        font-family: icons;
        line-height: 1;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
    }

    .profile .profile__recent-orders .profile__recent-orders--table table,
    .profile .profile__recent-orders .profile__recent-orders--table thead,
    .profile .profile__recent-orders .profile__recent-orders--table tbody,
    .profile .profile__recent-orders .profile__recent-orders--table th,
    .profile .profile__recent-orders .profile__recent-orders--table td,
    .profile .profile__recent-orders .profile__recent-orders--table tr {
        display: block;
    }

    .profile .profile__recent-orders .profile__recent-orders--table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .profile .profile__recent-orders .profile__recent-orders--table tr {
        margin-bottom: 20px;
        border: 1px solid #ededed;
        border-radius: 3px;
    }

    .profile .profile__recent-orders .profile__recent-orders--table td {
        position: relative;
        padding-left: 40%;
        border: none;
        border-bottom: 1px solid #ededed;
    }

    .profile .profile__recent-orders .profile__recent-orders--table td:last-child {
        border: 0;
    }

    .profile .profile__recent-orders .profile__recent-orders--table td:before {
        /* Label the data */
        content: attr(data-column);
        position: absolute;
        top: 10px;
        left: 15px;
        width: 32%;
        padding-right: 10px;
        font-weight: 600;
        white-space: nowrap;
    }
    .content .product.product-col--3 .product__body .product__info {
        padding-left: 0;
    }
    .products-list .products-list__item .products-list__item-bottom{
        opacity: 1;
        visibility: visible;
        position: relative;
        top: 0;
        z-index: 5;
    }
}

@media (max-width: 991px) and (max-width: 767px) {
    .is-mobile-el .container {
        padding: 15px 15px;
    }

    nav .main-menu__list > li {
        padding: 0 15px;
    }

    nav .main-menu__list > li.main-menu__megamenu.open:before {
        right: 65px;
    }

    nav .main-menu__list > li.main-menu__megamenu.open:after {
        right: 15px;
    }

    nav .main-menu__list > li.main-menu__megamenu .main-menu__megamenu--dropdown {
        right: -100%;
        max-width: 100%;
        padding: 10px 10px 150px 20px;
    }
}

@media (max-width: 991px) and (max-width: 575px) {
    nav {
        top: 50px;
        padding: 0 0 50px 0;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .cart .cart__table .cart-table__table .cart-table__body .cart-table__body--item {
        padding-top: 14px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    h1,
    .h1 {
        font-size: 36px;
        line-height: 42px;
    }

    h2,
    .h2 {
        font-size: 26px;
        line-height: 32px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 26px;
    }

    h4,
    .h4 {
        font-size: 16px;
        line-height: 22px;
    }

    h5,
    .h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .wrapper {
        padding: 0 0 55px 0;
    }

    .border-bottom-primary h5 {
        font-size: 15px;
    }

    .section-title .title {
        font-size: 26px;
    }

    .section-title .sub-title {
        padding: 0;
        font-size: 14px;
        line-height: 1.4;
    }

    .typography-block ul li:before {
        top: -2px;
    }

    .block__quote {
        padding: 10px 0 10px 25px;
    }

    .border-block--small .border-block--small--icon img {
        width: 90px;
    }

    .border-block--small {
        padding: 25px 15px;
    }

    .block-title {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .border-block {
        padding: 15px;
    }

    .border-block--small {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    header .header__logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    header .header__user-menu a span {
        width: 22px;
        height: 22px;
        line-height: 18px;
    }

    header .header.header-2 .header__language,
    header .header.header-2 .header__currency {
        display: none;
    }

    .cookies {
        bottom: 55px;
    }

    .fly-panel__block .fly-panel__title {
        padding: 10px 20px;
        font-size: 18px;
    }

    .fly-panel__block .shopping-cart .cart {
        height: calc(100% - 49px);
    }

    .fly-panel__block .shopping-cart .cart .fly-panel__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
    }

    .fly-panel__block .shopping-cart .cart .fly-panel__footer .cart-table__foot {
        margin-bottom: 15px;
        font-size: 18px;
    }

    nav {
        max-width: 100%;
    }

    .burger-icon {
        width: 26px;
    }

    .features-block .features-block__block {
        padding: 25px 5px;
    }

    .features-block .features-block__block img {
        width: 60px;
        height: 60px;
    }

    .page-title .page-title__block {
        padding: 30px 15px;
    }

    .page-title .page-title__block h1 {
        font-size: 28px;
    }

    .banner-body .banner-body__block .banner-body__description .banner-body__title {
        font-weight: 700;
        font-size: 16px;
    }

    .banner-body .banner-body__block .banner-body__description .banner-body__feature {
        display: none;
    }

    .banner-long .banner-long__item .banner-long__info h3 {
        font-weight: 600;
        font-size: 18px;
    }

    .banner-long .banner-long__item .banner-log__price {
        padding: 5px 0 5px 0;
        font-size: 18px;
    }

    .block_reviews .block_reviews-list--content {
        padding: 15px 0;
    }

    .categories-block .categories-block__item {
        margin-top: 20px;
    }

    .categories-block .categories-block__item .categories-block__number:before {
        width: 70px;
    }

    .our-products__tab .our-products__tab-list .our-products__tab-list-item {
        margin: 0 10px;
    }



    .our-products-carousel__control .our-products-carousel__prev {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .our-products-carousel__control .our-products-carousel__next {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .news__block.news__block-v1 .news__item .news__info {
        padding: 0 5px;
    }

    .news__block.news__block-v1 .news__item .news__info .news__info-body {
        padding: 10px;
    }

    .news__block.news__block-v1 .news__item .news__info h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .news__block.news__block-v1 .news__item .news__info-v2 h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .news__block.news__block-v2 .news__item a:before {
        background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(23, 25, 30, 0.7)));
        background: -o-linear-gradient(top, transparent 0%, rgba(23, 25, 30, 0.7) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(23, 25, 30, 0.7) 100%);
    }

    .news__block.news__block-v2 .news__item .news__info {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .news__block.news__block-v2 .news__item .news__info {
        padding: 15px;
    }

    .news__block.news__block-v2 .news__item .btn-inline {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .instagram__block .instagram__block-item:hover img {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .instagram__block .instagram__block-item:hover:before {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .instagram__block .instagram__block-item:hover ._icon-instagram {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .page-title-subtitle {
        font-size: 30px;
    }

    .page-title-subtitle span {
        font-size: 24px;
    }

    .about-functionality h3 {
        font-size: 26px;
    }

    .about__gallery .about-gallery-small:first-child,
    .about__gallery .about-gallery-small {
        margin-bottom: 20px;
    }

    .products-list .products-list__item .products-list__info .add-to-cart {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .products-view__list.products-list[data-column="1"][data-layout=grid] .products-list__item {
        width: calc((100% - 20px) / 1);
    }

    .products-view__list.products-list[data-column="1"][data-layout=grid] .products-list__item .products-list__block-price .old-price:before {
        bottom: 2px;
    }

    .products-view__list.products-list[data-column="3"][data-layout=grid] .products-list__item {
        width: calc((100% - 40px) / 2);
    }

    .products-view__list.products-list[data-column="4"][data-layout=grid] .products-list__item {
        width: calc((100%) / 2);
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid] .products-list__item {
        width: calc((100%) / 2);
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item {
        width: calc((100% - 40px) / 2);
    }

    .products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item {
        width: calc((100% - 40px) / 2);
    }

    .products-view__list.products-list[data-layout=list] .products-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .products-view__list.products-list[data-layout=list] .products-list__item .products-list__info .add-to-cart {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .products-view__list.products-list[data-layout=list] .products-list__item .products-list__info .products-list__block-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .products-view__list.products-list[data-layout=list] .products-list__item .products-list__info .products-list__block-price .old-price {
        margin-left: 15px;
    }

    .products-view__list.products-list[data-layout=list] .products-list__item .products-list__image .products-list__action-btn.add-to-wishlist {
        display: block;
    }

    .products-view__list.products-list[data-layout=list] .products-list__item .products-list__image .products-list__action-btn.add-to-compare {
        display: block;
    }

    .products-view__list.products-list[data-layout=list] .products-list__item .products-list__item-bottom {
        display: none;
    }

    .products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-top {
        width: 100%;
    }

    .products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info {
        padding: 12px 15px 15px 15px;
    }

    .products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .add-to-cart {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        max-width: 140px;
        margin-top: 5px !important;
    }

    .products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__category {
        margin-bottom: 0;
    }

    .products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__title {
        margin-bottom: 0;
        font-weight: 600;
        font-size: 14px;
    }

    .products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__availability {
        width: 50%;
    }

    .products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__block-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        text-align: left;
    }

    .products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__block-price .old-price {
        margin-left: 10px;
    }

    .products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        width: 150px;
    }

    .products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__item-bottom {
        display: none;
    }

    .products-view .products-view__options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .products-view .products-view__options .products-view__options--body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .products-view .products-view__options .products-view__options--body .products-view__options--item button._col-1 {
        display: block;
    }

    .product__body .product__gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        border: 0;
        border-radius: 0;
    }

    .product__body .product__gallery .product__gallery-top {
        position: relative;
        padding: 0 0 15px;
    }

    .product__body .product__gallery .gallery {
        max-width: none;
    }

    .product__body .product__gallery .gallery-slider .swiper-slide {
        height: 100%;
    }

    .product__body .product__gallery .gallery-slider .swiper-slide img {
        width: 100%;
    }

    .product__body .product__gallery .gallery-thumbs .swiper-slide {
        height: 100%;
    }

    .product__body .product__title .product-title {
        margin-bottom: 15px;
    }

    .content .product.product-col--3.product-full .product__body {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .content .product.product-col--3 .product__body {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }

    .content .product.product-col--3 .product__body .product__center {
        padding-left: 0;
    }


    .content .product.product-col--3 .product__body .product__center .product-key .product__meta {
        width: 100%;
        margin: 0;
    }

    .content .product.product-col--3 .product__body .product__center .product-key .product-key__text {
        display: none;
    }

    .content .product.product-col--3 .product__body .product__center-top {
        padding: 10px 0;
    }

    .content .product.product-col--3 .product__body .product__gallery {
        padding-bottom: 25px;
    }

    .content .product.product-col--3 .product__body .product__gallery .product__gallery-top {
        position: absolute;
    }

    .content .product.product-col--3 .product__body .product__gallery .gallery-slider .swiper-slide {
        height: 100%;
    }

    .content .product.product-col--3 .product__body .product__gallery .gallery-slider .swiper-slide img {
        width: 100%;
    }


    .content .product.product-col--3 .product__body .product__title {

        padding-left: 0;
    }

    .content .product.product-col--3 .product__body .product__info {

        padding-left: 0;
    }

    .content .product.product-col--3 .product__body .product__info .product-options .product-options__item:first-child {
        padding-top: 15px;
        border-top: 1px solid #ededed;
    }

    .cart .cart__table .cart-table__table .cart-table__body {
        grid-template-columns: repeat(auto-fill, 50%);
    }

    .cart .cart__table .cart-table__table .cart-table__foot .cart-table__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart .cart__table .cart-table__table .cart-table__foot .cart-table__actions .cart-table__coupon-form {
        width: 100%;
        margin-bottom: 15px;
    }

    .checkout .checkout__body .checkout__check {
        padding: 15px;
    }

    .checkout .checkout__body .checkout__check .checkout__check-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 0;
    }

    .checkout .checkout__body .checkout__check .checkout__check-top h5.checkout-title {
        margin-bottom: 15px;
    }

    .checkout .checkout__body .checkout__check .checkout__check-top .checkout__check-radio .radio {
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 14px;
    }

    .checkout .checkout__body .checkout__check .checkout__check-top .checkout__check-radio .radio {
        margin-right: 20px;
        margin-left: 0;
    }

    .checkout .checkout__body .checkout__check .checkout__check-top .checkout__check-radio .radio:last-child {
        margin-right: 0;
    }

    .checkout .checkout__body .checkout__check .checkout__check-bottom {
        padding-top: 15px;
    }

    .checkout .checkout__body .checkout__methods .checkout__payment-methods,
    .checkout .checkout__body .checkout__methods .checkout__delivery-methods {
        padding: 15px;
    }

    .cart__order-totals {
        padding: 15px;
    }

    .order-success .order-success__body .order-success__top .order-success__top-title {
        font-size: 28px;
    }

    .order-success .order-success__body .order-success__top .order-success__top-subtitle {
        padding-left: 0.2em;
        letter-spacing: 0.2em;
    }

    .order-success .order-success__body .order-success__top .order-success__top-text {
        padding: 0;
    }

    .compare .compare__body .compare__items .compare__items-item {
        padding: 10px;
    }

    .compare .compare__body .compare__items .compare__items-item .compare__items-item-top .compare__items-item--info .compare__items-item--title {
        font-size: 14px;
        line-height: 1.2;
    }

    .contact .block-map {
        height: 270px;
    }

    .profile .profile__nav .profile__user {
        padding: 15px;
    }

    .profile .profile__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .profile .profile__info .profile__info--avatar {
        width: 70px;
    }

    .profile .profile__info .profile__info--list {
        padding-top: 20px;
    }

    .profile .profile__info .profile__info--list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 10px;
        padding: 0 0 10px 0;
        border-bottom: 1px dashed #ededed;
    }

    .profile .profile__info .profile__info--list li:last-child {
        margin-bottom: 0;
        padding: 0;
        border-bottom: 0;
    }

    .profile .profile__info .profile__info--list li:before {
        display: none;
    }

    .profile .profile__info .profile__info--list li > span {
        padding: 0;
    }

    .profile .order-info .order__info li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .profile .order-info .order__info li > span {
        width: 100%;
        text-align: left;
    }

    .faq-page .faq__block .faq__item .faq__button {
        padding: 15px 35px 14px 15px;
    }

    .faq-page .faq__block .faq__item .faq__button ._icon-arrow-down {
        margin-right: -20px;
    }

    .faq-page .faq__block .faq__item .faq__text {
        padding: 0 15px;
    }
    .content .product.product-col--3 .product__body .product__info{
        flex: 1;
    }
}

@media (max-width: 575px) {
    .hidden--sm {
        display: none !important;
    }

    header .header__logo a {
        width: 110px;
    }

    header .header__search form .button-search:before {
        font-size: 16px;
    }

    header .header__search .header__search-hide-search {
        font-size: 10px;
    }

    header .header__user-menu a._icon-profile:before {
        font-size: 16px;
        margin-right: 0;
    }
    header .header__user-menu .search-mobile {
        display: block;
        font-size: 16px;
    }

    .fly-panel__block .shopping-cart .cart .fly-panel__footer .cart_buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .fly-panel__block .shopping-cart .cart .fly-panel__footer .cart_buttons .btn {
        width: auto;
    }

    .fly-panel__block .shopping-cart .cart .fly-panel__footer .cart_buttons .btn:last-child {
        margin-bottom: 0;
    }

    .burger-icon {
        width: 22px;
    }

    .burger-icon span {
        margin: 2px 0;
    }

    .burger-icon.active span:nth-of-type(1) {
        -webkit-transform: rotatez(45deg) translate(2px, 0px);
        -ms-transform: rotate(45deg) translate(2px, 0px);
        transform: rotatez(45deg) translate(2px, 0px);
    }

    .burger-icon.active span:nth-of-type(3) {
        -webkit-transform: translate(10px, -3px) rotatez(45deg);
        -ms-transform: translate(10px, -3px) rotate(45deg);
        transform: translate(10px, -3px) rotatez(45deg);
    }

    .modal-body.product-modal .product__body {
        max-height: 600px;
    }

    .banner-body .row .banner-body__item:first-child .banner-body__block {
        margin: 24px 0 0 0;
    }

    .banner-body .banner-body__block {
        height: 150px;
    }

    .block_reviews .block_reviews-top .block_reviews-write {
        position: relative;
        bottom: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .block_reviews .block_reviews-list--content .block_reviews-body.level--2 {
        padding-left: 25px;
    }

    .block_reviews .block_reviews-list--content .block_reviews-body .block_reviews-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
    }

    .block_reviews .block_reviews-list--content .block_reviews-body .block_reviews-text {
        padding-left: 15px;
    }

    .block_reviews .block_reviews-list--content .block_reviews-body .block_reviews-text .block_reviews-text--top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .categories-block .categories-block__item {
        height: 150px;
        padding: 19px 15px;
    }

    .categories-block .categories-block__item .categories-block__number {
        top: 0;
        width: 40px;
        padding: 15px 8px;
        font-size: 20px;
    }

    .categories-block .categories-block__item .categories-block__name {
        margin-left: 22px;
        font-size: 14px;
        line-height: 16px;
    }

    .categories-block .categories-block__item .categories-block__icon img {
        width: 60px;
        height: 60px;
    }

    .categories-block .categories-block__item .categories-block__btn {
        display: none;
    }

    .categories-block .categories-block__item .categories-block__image {
        display: none;
    }

    .categories-block .categories-block__item:hover .categories-block__number {
        color: #17191e;
    }

    .categories-block .categories-block__item:hover .categories-block__number:before {
        background: #17191e;
    }

    .categories-block .categories-block__item:hover .categories-block__name {
        color: #17191e;
    }

    .categories-block .categories-block__item:hover .categories-block__btn .btn-inline {
        opacity: 0;
        visibility: hidden;
    }

    .categories-block .categories-block__item:hover .categories-block__icon {
        opacity: 1;
    }

    .categories-block .categories-block__item.categories-block-last-item .btn-inline {
        font-size: 13px;
    }

    .categories-block .categories-block__item.categories-block-last-item .btn-inline:after {
        font-size: 16px;
    }

    .categories-block .categories-block__item.categories-block-last-item .categories-block__last {
        display: none;
    }

    .categories-block .categories-block__item.categories-block-last-item:hover .btn-inline {
        color: #fff;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }


    .products-view__list.products-list[data-column="3"][data-layout=grid] .products-list__item {
        width: calc((100% - 20px) / 1);
    }

    .products-view__list.products-list[data-column="4"][data-layout=grid] .products-list__item {
        width: calc((100%) / 1);
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid] .products-list__item {
        width: calc((100%) / 1);
    }

    .products-view__list.products-list[data-column="5"][data-layout=grid][data-split=sidebar] .products-list__item {
        width: calc((100% - 20px) / 1);
    }

    .products-view__list.products-list[data-column="6"][data-layout=grid][data-split=full] .products-list__item {
        width: calc((100% - 20px) / 1);
    }

    .product__body .product__gallery .product__gallery-top .product__gallery-top--col {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .product__body .product__gallery .product__gallery-top .product__gallery-top--col:first-child {
        margin-bottom: 10px;
    }

    .product__body .product__tabs .product__specification ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product__body .product__tabs .product__specification ul li .product__specification-key {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .cart_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart_buttons .btn {
        width: 100%;
    }

    .cart_buttons .btn:last-child {
        margin-bottom: 15px;
    }

    .cart__order-list .cart__order-item .cart__order-item--product .cart__order-item--image {
        display: none;
    }

    .compare .compare__body .compare__static .compare__static-count .count-text {
        padding-right: 0;
        border-right: 0;
    }

    .compare .compare__body .compare__static .compare__static-count .compare__static-count--only {
        display: none;
    }
    .product__body .product__action{
        margin-left: 0;
        flex: 1 1 100%;
    }
    .product-body__top .product__center-top--col{
        flex-wrap: wrap;
    }
    .content .product.product-col--3 .product__body .product__center-top{
        padding: 0;
    }
}

@media (max-width: 500px) {
    .wrapper {
        padding: 0 0 55px 0;
    }
    .products-view__list.products-list[data-layout=list] .products-list__item .products-list__image{
        width: auto;
    }
}

@media (max-width: 480px) {
    .cookies {
        left: 0;
        width: 100%;
        max-width: none;
    }

    .products-view__list.products-list[data-layout=list] .products-list__item .products-list__item-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .products-view__list.products-list[data-layout=list] .products-list__item .products-list__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 0;
        padding: 15px 0 0 15px;
    }

    .products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__info .products-list__availability {
        width: 100%;
        margin-left: 0;
    }

    .products-view__list.products-list[data-layout=table-list] .products-list__item .products-list__image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        width: 110px;
    }

    .product__body .product__info .product-control {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product__body .product__info .product-control .counter-control {
        width: 100%;
        margin-bottom: 10px;
    }

    .product__body .product__info .product-control .add-to-cart {
        width: 100%;
    }

    .cart .cart__table .cart-table__table .cart-table__body {
        grid-template-columns: repeat(auto-fill, 100%);
    }

    .order-success .order-success__body .order-success__top .order-success__top-title {
        font-size: 24px;
    }

    .order-success .order-success__body .order-success__top .order-success__top-subtitle {
        padding-left: 0.18em;
        font-size: 14px;
        letter-spacing: 0.18em;
    }
    .product__body .product__info .product__block-price{
        flex-direction: column;
        align-items: flex-start;
    }
    .product__body .product__info .product__block-price .old-price{
        margin-left: 0;
    }
    .product__block-price .product-old-price-wrap{
        margin-top: 10px;
    }
}

@media (max-width: 320px) {
    .block_reviews .block_reviews-top .block_reviews-write {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden--lg {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .hidden--md {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    header .header__phone-top {
        font-size: 12px;
    }

    header .header__phone-number {
        font-size: 16px;
    }
}

@media (max-width: 1400px) and (min-width: 992px) {
    .products-view__list.products-list[data-column="3"][data-layout=grid] .products-list__item .products-list__item-bottom .add-to-cart {
        padding: 12px 5px;
        font-size: 13px;
    }

    .products-view__list.products-list[data-column="3"][data-layout=grid] .products-list__item .btn {
        padding: 14px 24px;
        font-weight: 600;
        font-size: 12px;
    }

    .products-view__list.products-list[data-column="4"][data-layout=grid][data-split=sidebar] .products-list__item .products-list__block-price {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .product__body .product__title .product-title {
        margin-bottom: 0;
        border: 0;
    }

    .product__body .product__title .product-title:before {
        display: none;
    }
}

@media (hover: hover) {


    .products-list .products-list__item:hover .products-list__action-btn.add-to-wishlist {
        right: 0;
    }

    .products-list .products-list__item:hover .products-list__action-btn.add-to-compare {
        right: 0;
    }
}
.simplebar-content .smooth-block-catalog-aside {
    max-height: 203px;
}
ol {
    margin-left: 30px;
}

.blog .seo-text a {
    color: #fa9a02;
}
.typography-block li>a {
    color: #fa9a02;
}