@media (max-width:1249px) {
    .navigation {
        padding: 0
    }
    .navigation .parent .level-top {
        position: relative;
        display: block;
        text-decoration: none
    }
    .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .navigation .parent .level-top:after {
        position: absolute;
        right: 7px;
        top: -8px
    }
    .navigation .parent .level-top.ui-state-active:after {
        content: '\e621'
    }
    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: -80%;
        left: calc(-1*(100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        width: calc(100% - 54px)
    }
    .nav-sections .hidden-xs {
        display: none !important
    }
    .nav-sections .switcher {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
        padding: .8rem 3.5rem .8rem 2rem
    }
    .nav-sections .switcher .label {
        display: block;
        margin-bottom: 5px
    }
    .nav-sections .switcher:last-child {
        border-bottom: 1px solid #d1d1d1
    }
    .nav-sections .switcher-trigger strong {
        position: relative;
        display: block;
        text-decoration: none
    }
    .nav-sections .switcher-trigger strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .nav-sections .switcher-trigger strong:after {
        position: absolute;
        right: -40px;
        top: -16px
    }
    .nav-sections .switcher-trigger.active strong:after {
        content: '\e621'
    }
    .nav-sections .switcher-dropdown {
        margin: 0;
        padding: 0;
        list-style: none none;
        display: none;
        padding: 10px 0
    }
    .nav-sections .switcher-options.active .switcher-dropdown {
        display: block
    }
    .nav-sections .header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
        border-bottom: 1px solid #d1d1d1
    }
    .nav-sections .header.links li {
        font-size: 1.6rem;
        margin: 0
    }
    .nav-sections .header.links li.greet.welcome {
        border-top: 1px solid #d1d1d1;
        font-weight: 700;
        padding: .8rem 20px
    }
    .nav-sections .header.links li>a {
        border-top: 1px solid #d1d1d1
    }
    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #575757;
        text-decoration: none;
        display: block;
        font-weight: 700;
        padding: .8rem 20px
    }
    .nav-sections .header.links .header.links {
        border: 0
    }
    .nav-before-open {
        height: 100%;
        overflow-x: hidden;
        width: 100%
    }
    .nav-before-open .page-wrapper {
        -webkit-transition: left .3s;
        -moz-transition: left .3s;
        -ms-transition: left .3s;
        transition: left .3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative
    }
    .nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%
    }
    .nav-open .page-wrapper {
        left: 0;
        width: 100%
    }
    .nav-open .nav-sections {
        -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        left: 0;
        z-index: 99
    }
    .nav-sections-items {
        position: relative;
        z-index: 1
    }
    .nav-sections-items:before,
    .nav-sections-items:after {
        content: '';
        display: table
    }
    .nav-sections-items:after {
        clear: both
    }
    .nav-sections-item-title {
        background: #e3e3e3;
        border: solid #d7d7d7;
        border-width: 0 0 1px 1px;
        box-sizing: border-box;
        float: left;
        height: 71px;
        padding-top: 24px;
        text-align: center;
        width: 33.33%
    }
    .nav-sections-item-title.active {
        background: 0 0;
        border-bottom: 0
    }
    .nav-sections-item-title .nav-sections-item-switch:hover {
        text-decoration: none
    }
    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;
        padding: 25px 0
    }
    .nav-sections-item-content:before,
    .nav-sections-item-content:after {
        content: '';
        display: table
    }
    .nav-sections-item-content:after {
        clear: both
    }
    .nav-sections-item-content.active {
        display: block
    }
    .navigation {
        background: #f0f0f0;
        box-sizing: border-box
    }
    .navigation ul {
        margin: 0;
        padding: 0
    }
    .navigation li {
        margin: 0
    }
    .navigation a {
        display: block;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 15px
    }
    .navigation a,
    .navigation a:hover {
        color: #575757;
        text-decoration: none
    }
    .navigation .level0 {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem
    }
    .navigation .level0>.level-top {
        font-weight: 700;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word
    }
    .navigation .level0>.level-top:hover {
        color: #333
    }
    .navigation .level0.active .all-category .ui-state-focus {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
        padding-left: 7px;
        display: inline-block
    }
    .navigation .level0>.level1 {
        font-weight: 600
    }
    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active) {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333
    }
    .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
    .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: -8px
    }
    .navigation li.level0:last-child {
        border-bottom: 1px solid #d1d1d1
    }
    .navigation .submenu>li {
        word-wrap: break-word
    }
    .navigation .submenu>li>a:hover {
        color: #333
    }
    .navigation .submenu:not(:first-child) {
        font-weight: 400;
        line-height: 1.3;
        left: auto !important;
        overflow-x: hidden;
        padding: 0;
        position: relative;
        top: auto !important;
        transition: left .3s ease-out
    }
    .navigation .submenu:not(:first-child)>li>a {
        padding-left: 15px
    }
    .navigation .submenu:not(:first-child)>li:last-child {
        margin-bottom: 0
    }
    .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px
    }
    .navigation .submenu:not(:first-child) ul>li {
        margin: 0
    }
    .navigation .submenu:not(:first-child) ul>li a {
        color: #575757;
        display: block;
        line-height: normal
    }
    .navigation .submenu:not(:first-child) ul>li a:hover {
        color: #333
    }
    .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important
    }
    .navigation .submenu:not(:first-child) .active>a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
        padding-left: 7px
    }
    .navigation .submenu:not(:first-child) .level1.active>a {
        padding-left: 7px
    }
}

@media (min-width:1250px) {
    .nav-toggle {
        display: none
    }
    .nav-sections {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        flex-basis: auto;
        margin-bottom: 25px
    }
    .nav-sections-item-title {
        display: none
    }
    .nav-sections-item-content {
        display: block !important
    }
    .nav-sections-item-content>* {
        display: none;
        background: green
    }
    .nav-sections-item-content>.navigation {
        display: block
    }
    .navigation {
        background: #f0f0f0;
        font-weight: 700;
        height: inherit;
        left: auto;
        overflow: inherit;
        padding: 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 3
    }
    .navigation:empty {
        display: none
    }
    .navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        position: relative
    }
    .navigation li.level0 {
        border-top: none
    }
    .navigation li.level1 {
        position: relative
    }
    .navigation .level0 {
        margin: 0 10px 0 0;
        display: inline-block;
        position: relative
    }
    .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0
    }
    .navigation .level0:hover:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 10px;
        height: calc(103%);
        z-index: 1
    }
    .navigation .level0>.level-top {
        color: #575757;
        line-height: 47px;
        padding: 0 12px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
        display: inline-block
    }
    .navigation .level0>.level-top:hover,
    .navigation .level0>.level-top.ui-state-focus {
        color: #333;
        text-decoration: none
    }
    .navigation .level0.active>.level-top,
    .navigation .level0.has-active>.level-top {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 3px;
        color: #333;
        text-decoration: none;
        display: inline-block
    }
    .navigation .level0.parent:hover>.submenu {
        overflow: visible !important
    }
    .navigation .level0.parent>.level-top {
        padding-right: 20px
    }
    .navigation .level0.parent>.level-top>.ui-menu-icon {
        position: absolute;
        right: 0;
        display: inline-block;
        text-decoration: none
    }
    .navigation .level0.parent>.level-top>.ui-menu-icon>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .navigation .level0.parent>.level-top>.ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .navigation .level0 .submenu {
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .19);
        font-weight: 400;
        min-width: 230px;
        padding: 15px 0;
        display: none;
        left: 0;
        margin: 0 !important;
        padding: 0;
        position: absolute;
        z-index: 1;
        margin-top: 11px
    }
    .navigation .level0 .submenu>ul {
        margin-top: 11px
    }
    .navigation .level0 .submenu>ul:before,
    .navigation .level0 .submenu>ul:after {
        content: '';
        display: block;
        overflow: hidden;
        position: absolute
    }
    .navigation .level0 .submenu>ul:before {
        color: #fff;
        left: 20px;
        top: -20px;
        border: 10px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #fff;
        z-index: 4
    }
    .navigation .level0 .submenu>ul:after {
        border: 11px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #ccc;
        color: #ccc;
        left: 19px;
        top: -22px;
        z-index: 3
    }
    .navigation .level0 .submenu:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: -4px;
        z-index: 1
    }
    .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        color: #575757;
        padding: 8px 20px
    }
    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus {
        background: #e8e8e8;
        color: #333;
        text-decoration: none
    }
    .navigation .level0 .submenu .active>a {
        border-color: #ff5501;
        border-style: solid;
        border-width: 0 0 0 3px;
        color: #333
    }
    .navigation .level0 .submenu .submenu {
        top: 0 !important;
        left: 100% !important
    }
    .navigation .level0 .submenu .submenu-reverse {
        left: auto !important;
        right: 100%
    }
    .navigation .level0 .submenu li {
        margin: 0
    }
    .navigation .level0 .submenu li.parent>a>.ui-menu-icon {
        position: absolute;
        right: 3px;
        display: inline-block;
        text-decoration: none
    }
    .navigation .level0 .submenu li.parent>a>.ui-menu-icon>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .navigation .level0 .submenu li.parent>a>.ui-menu-icon:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        line-height: 20px;
        color: inherit;
        content: '\e608';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .navigation .level0.more {
        position: relative;
        display: inline-block;
        text-decoration: none
    }
    .navigation .level0.more:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 26px;
        line-height: inherit;
        color: inherit;
        content: '\e607';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .navigation .level0.more:before {
        display: none
    }
    .navigation .level0.more:after {
        cursor: pointer;
        padding: 8px 12px;
        position: relative;
        z-index: 1
    }
    .navigation .level0.more:hover>.submenu {
        overflow: visible !important
    }
    .navigation .level0.more li {
        display: block
    }
    .panel.header .links,
    .panel.header .switcher {
        display: inline-block
    }
}

.login-container .g-recaptcha,
.form-login .g-recaptcha {
    margin-bottom: 10px !important
}

.required-captcha.checkbox {
    position: absolute;
    display: block;
    visibility: visible;
    overflow: hidden;
    opacity: 0;
    width: 1px;
    height: 1px
}

.review-form .field-recaptcha {
    margin-bottom: 10px
}

@media all and (max-width:768px) {
    .amazon-button-container {
        width: 100%
    }
}

.amazon-logout-widget {
    display: none
}

@media all and (max-width:768px) {
    .amazon-minicart-container .amazon-button-container {
        width: auto
    }
}

.mp-blog-view a,
.mp-sidebar a {
    text-decoration: none
}

.mp-blog-rss {
    text-align: right
}

.mp-post-info {
    color: #999;
    font-size: 10px;
    line-height: 18px;
    margin: 0
}

.mp-post-info span {
    color: #6f6f6f
}

.post-item-wraper {
    border: 1px solid #eee
}

.post-item-wraper:hover {
    border: 1px solid #eee;
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, .3)
}

.post-info-wraper {
    padding: 20px 15px 10px
}

.post-list-item {
    margin-bottom: 20px
}

.post-short-description {
    max-width: 100%
}

.post-short-description p {
    max-width: 100%
}

.post-post_content {
    margin: 10px 0
}

@media (min-width:768px) {
    .post-sharing-button {
        text-align: center
    }
}

#sharing {
    padding: 20px 30px;
    background: #f6f6f6;
    margin-top: 40px
}

@media (min-width:768px) {
    #sharing .share-col-left {
        float: left;
        width: 50%
    }
}

.about-admin h4.admin-title {
    width: 215px;
    float: left
}

.block-blog-related {
    margin-top: 35px
}

.block-blog-related .related-content-container {
    padding: 0 10px
}

.block-blog-related .related-content-container .author-content-image {
    float: left;
    width: 135px
}

.block-blog-related .related-content-container .author-content-information {
    float: left;
    padding-left: 20px;
    width: calc(100% - 155px)
}

.block-blog-related .related-content-container .author-content-information .author-name {
    font-size: 20px
}

#post-reviews {
    margin-top: 50px
}

a.mp-relate-link {
    background: #f55567;
    color: #0a0a0a
}

a.mp-relate-link img.img-responsive {
    margin: 0 auto;
    height: 200px;
    display: block
}

.menu-archives {
    list-style: none;
    padding-left: 8px
}

.menu-archives a.list-archives {
    color: inherit
}

.author-image {
    text-align: center
}

.author-image img.img-responsive {
    border: none;
    padding-right: 7px;
    padding-left: 7px;
    margin-top: 15px;
    margin-bottom: 20px
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none
}

.pager {
    text-align: center
}

.pager span.toolbar-number {
    display: none
}

.block-title p {
    font-size: 18px;
    font-weight: 300
}

.mp-sidebar {
    margin-bottom: 25px
}

.mp-sidebar .block-content {
    padding-left: 10px
}

.mp-sidebar .data.item.title {
    cursor: pointer
}

.mp-sidebar .product.data.items>.item.content {
    padding: 20px 0 20px 10px !important
}

.sidebar-tags {
    margin-bottom: 15px
}

a.label.label-default.tags-list {
    background: #fff;
    border: 1px solid #bbb;
    color: inherit;
    font-weight: 400;
    font-size: 100%;
    border-radius: 1px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 10px;
    margin-right: 5px
}

ul.menu-categories li.category-item {
    list-style: none
}

ul.menu-categories .category-level3 {
    display: none;
    padding-left: 15px
}

ul.menu-categories .category-level4 {
    display: none;
    padding-left: 30px
}

ul.menu-categories a.list-categories {
    color: inherit;
    margin-left: 8px
}

ul.menu-categories i {
    cursor: pointer
}

h2.list-title {
    margin-bottom: 30px
}

.list-post-tabs {
    padding: 5px 10px 5px 0
}

.list-post-tabs:hover {
    background-color: #eee
}

.list-post-tabs .post-left {
    float: left;
    width: 25%
}

.list-post-tabs .post-right {
    float: left;
    width: 75%;
    padding-left: 10px;
    box-sizing: border-box
}

.list-post-tabs .post-right span {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.list-post-tabs .post-right span.create-at {
    font-size: 12px
}

.tab-pane.fade {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.fa.fa-angle-right {
    font-size: larger
}

.sidebar .mpblog-search {
    float: none !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
    width: 100%
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, .64);
    border-top: 0;
    padding: 10px 0;
    overflow-x: hidden
}

.autocomplete-suggestions strong {
    font-weight: 700;
    color: #000
}

.autocomplete-suggestion {
    padding: 2px 5px;
    border-bottom: 1px solid #eee
}

.autocomplete-suggestion:last-child {
    border-bottom: none
}

.autocomplete-suggestion .mpblog-suggestion {
    display: block
}

.autocomplete-suggestion .mpblog-suggestion:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
    float: left;
    padding: 5px 10px
}

.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
    max-width: 25%
}

.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
    max-width: calc(75% - 40px)
}

.autocomplete-no-suggestion {
    padding: 2px 5px
}

.autocomplete-selected {
    background: #f0f0f0
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000
}

.mpblog-product-des {
    color: #333
}

.mpblog-product-des p {
    margin: 0;
    font-size: 12px
}

.mpblog-search {
    position: relative
}

.mpblog-search button.action.search {
    display: inline-block;
    background: 0 0 !important;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 2px;
    z-index: 1
}

.mpblog-search button.action.search :before {
    -webkit-font-smoothing: antialiased;
    color: #8f8f8f
}

.mpblog-search button.action.search span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.mpblog-search label[for=mpblog-search-box] {
    display: none
}

textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
    overflow: hidden !important;
    resize: none;
    min-height: 80px;
    border-radius: 4px;
    margin-bottom: 15px
}

.default-cmt__content__cmt-block__guest-box {
    margin-bottom: 20px
}

.show-cmt__cmt-row.is-reply {
    padding-left: 50px !important
}

.default-cmt__content__cmt-block__cmt-box__cmt-btn {
    float: right
}

.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px
}

.cmt-row__reply-row {
    margin-top: 10px
}

.default-cmt__cmt-login {
    float: right;
    margin-top: 20px;
    margin-bottom: 10px
}

div.default-cmt__content__cmt-content {
    width: 100%;
    margin-top: 50px;
    float: left
}

ul.default-cmt__content__cmt-content {
    list-style: none !important
}

.cmt-row__cmt-content {
    font-size: 13px
}

.cmt-row__cmt-interactions {
    font-size: 13px
}

.cmt-row__cmt-content p {
    margin: 3px 0 !important
}

.interactions__btn-actions {
    display: inline-block;
    margin-right: 10px
}

a.interactions__btn-actions.action {
    cursor: pointer
}

.interactions__cmt-createdat {
    display: inline-block;
    color: #999;
    font-size: 13px
}

.cmt-row.reply-row {
    margin-bottom: 0 !important
}

.reply-form__form-input {
    margin-bottom: 0 !important;
    position: relative
}

.reply-form__form-input .default-cmt_loading {
    width: 20px;
    position: absolute;
    top: 5px;
    right: 5px
}

.default-cmt__content__cmt-row.reply-row {
    margin-top: 0 !important
}

li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
    margin-top: 5px;
    padding-bottom: 0
}

li.default-cmt__content__cmt-content__cmt-row.cmt-row {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-top: 1px solid #f5f5f5
}

.default-cmt__content__cmt-content ul:first-child {
    padding-left: 5px !important
}

.widget-title {
    margin-bottom: 20px
}

.author-social img.img-responsive {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
    height: 25px;
    width: 25px
}

.share-col-right {
    display: inline-block;
    width: 50%
}

.page-layout-1column .column.main {
    width: 100% !important
}

.mp-footer {
    margin-top: 50px;
    font-size: 8px !important;
    display: block;
    clear: both;
    float: right;
    text-transform: inherit
}

.mp-footer h3 {
    margin-top: 50px;
    font-size: 8px !important;
    display: block;
    clear: both;
    float: right;
    text-transform: inherit
}

.mp-footer-links-light {
    color: #e8e8e8 !important;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

.mp-footer-links-light a {
    color: #e8e8e8 !important
}

.post-image {
    min-height: 250px;
    position: relative
}

.post-image img.img-responsive {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border: none
}

.mpblog-post-view .post-view-image {
    text-align: center
}

.post-item-wraper {
    padding: 10px !important
}

@media only screen and (min-width:600px) {
    .post-item-list .post-image {
        min-width: 250px;
        display: table-cell
    }
    .post-item-list .post-info-wraper {
        display: table-cell;
        vertical-align: top
    }
}

.post-info-wraper {
    display: table-cell;
    vertical-align: top
}

.post-info-wraper h2.mp-post-title {
    margin-top: 0
}

.post-list-content .limiter {
    display: block !important
}

.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
    width: 85%;
    margin: auto
}

.mpblog-etheme-yourstore .block-blog-related {
    border-bottom: solid 1px #dfdfdf
}

@media (min-width:768px) {
    .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
        border-right: solid 1px #dfdfdf
    }
    .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
        border-left: solid 1px #dfdfdf
    }
}

@media (min-width:1024px) {
    .mpblog-etheme-yourstore .products-same-post li {
        height: 400px;
        width: 24.5% !important
    }
}

@media (min-width:1440px) {
    .mpblog-etheme-yourstore .products-same-post li {
        height: 500px;
        width: 16.67% !important
    }
}

#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important
}

.block-search {
    z-index: 10000
}

@media (min-width:1250px) {
    .block-search {
        z-index: 1000
    }
}

.mst-searchautocomplete__autocomplete._active {
    width: calc(100% - 50px) !important
}

@media (max-width:1249px) {
    .mst-searchautocomplete__autocomplete._active {
        left: 0 !important;
        top: 17.188vw !important;
        padding: 0;
        background: #fff;
        width: calc(100% - 17.188vw) !important
    }
    .mst-searchautocomplete__autocomplete._active:before {
        content: '';
        background: rgba(0, 0, 0, .3);
        position: absolute;
        top: 0;
        left: 0;
        right: -999px;
        bottom: -9999px;
        z-index: -1
    }
}

@media (min-width:1250px) {
    .mst-searchautocomplete__autocomplete._active {
        width: 738px !important;
        left: 44% !important;
        transform: translateX(-50%)
    }
}

@media (min-width:1024px) {
    .mst-searchautocomplete__autocomplete._active {
        left: -3px !important;
        transform: none
    }
}

.mst-searchautocomplete__autocomplete._active .mst-searchautocomplete__wrapper {
    width: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 50px)
}

@media (min-width:1250px) {
    .mst-searchautocomplete__autocomplete._active .mst-searchautocomplete__wrapper {
        position: relative;
        max-height: 75vh;
        padding: 0
    }
}

.mst-searchautocomplete__autocomplete._active .autocomplete-title {
    font-size: 12px;
    line-height: 14px;
    margin: 0 35px;
    padding: 11px 0
}

@media (max-width:1249px) {
    .mst-searchautocomplete__autocomplete._active .autocomplete-title {
        font-size: 2.813vw;
        line-height: 3.125vw;
        margin: 0 3.125vw;
        padding: 1.719vw 0
    }
    .mst-searchautocomplete__autocomplete._active .autocomplete-title+div {
        display: flex;
        flex-direction: column
    }
}

@media (min-width:1250px) {
    .mst-searchautocomplete__autocomplete._active .autocomplete-title {
        padding: 11px 0;
        border-bottom: 1px solid #dfdfdf;
        color: #505050;
        font-size: 17px;
        line-height: 27px
    }
}

@media (max-width:1249px) {
    .mst-searchautocomplete__autocomplete._active .autocomplete-columns {
        order: 2;
        border-top: 1px solid #dfdfdf;
        display: flex;
        flex-direction: column
    }
}

@media (min-width:1250px) {
    .mst-searchautocomplete__autocomplete._active .autocomplete-columns {
        position: relative;
        z-index: 0;
        padding: 0 0 23px
    }
    .mst-searchautocomplete__autocomplete._active .autocomplete-columns:after {
        content: '';
        display: table;
        clear: both
    }
    .mst-searchautocomplete__autocomplete._active .autocomplete-columns:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 50%;
        border-left: 1px solid #f5f5f5;
        background: #fafafa;
        z-index: -1
    }
}

@media (max-width:1249px) {
    .mst-searchautocomplete__autocomplete._active .autocomplete-column {
        z-index: 0;
        order: 4;
        position: relative;
        margin-top: 1.875vw;
        padding: 1.094vw 3.125vw 12.5vw
    }
    .mst-searchautocomplete__autocomplete._active .autocomplete-column:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-top: 1px solid #f5f5f5;
        background: #fafafa;
        z-index: -1
    }
    .mst-searchautocomplete__autocomplete._active .autocomplete-column .index-title {
        padding-bottom: 19px
    }
}

@media (min-width:1250px) {
    .mst-searchautocomplete__autocomplete._active .autocomplete-column {
        float: right;
        width: 50%;
        padding: 0 34px 39px
    }
    .mst-searchautocomplete__autocomplete._active .autocomplete-column .index-title {
        padding-bottom: 18px
    }
}

.mst-searchautocomplete__autocomplete._active .autocomplete-column ul li {
    display: flex;
    align-items: center;
    padding: 5px 0
}

@media (max-width:1249px) {
    .mst-searchautocomplete__autocomplete._active .searchautocomplete__index-mageplaza_blog_post {
        order: 2;
        padding: 0 3.125vw
    }
}

@media (min-width:1250px) {
    .mst-searchautocomplete__autocomplete._active .searchautocomplete__index-mageplaza_blog_post {
        float: left;
        width: 50%;
        padding: 0 27px 0 35px
    }
}

@media (max-width:1249px) {
    .mst-searchautocomplete__autocomplete._active .searchautocomplete__index-magento_search_query {
        order: 3;
        padding: 0 3.125vw
    }
}

@media (min-width:1250px) {
    .mst-searchautocomplete__autocomplete._active .searchautocomplete__index-magento_search_query {
        float: left;
        width: 50%;
        padding: 0 27px 0 35px
    }
}

@media (max-width:1249px) {
    .mst-searchautocomplete__autocomplete._active .searchautocomplete__index-magento_catalog_categoryproduct {
        order: 1;
        padding: 0 3.125vw
    }
}

@media (min-width:1250px) {
    .mst-searchautocomplete__autocomplete._active .searchautocomplete__index-magento_catalog_categoryproduct {
        float: left;
        width: 50%;
        padding: 0 27px 0 35px
    }
}

.multi-checkout-fields label {
    display: block;
    margin-bottom: 7px
}

.multi-checkout-fields .field {
    margin: 1.5em 0
}

.multi-checkout-fields .field.checkbox label {
    display: inline-block;
    margin: 0 0 0 12px
}

.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
    display: inline-block;
    padding: 20px 10px 0 0
}

.collection-point-postalcode {
    max-width: 9em;
    vertical-align: top
}

.field-error {
    color: #e02b27;
    font-size: 1.2rem;
    margin-top: 7px
}

.box-order-shipping-address .box-subtitle {
    font-weight: 600
}

.box-order-shipping-address .order-shipping-secondary-address {
    margin-top: 1rem
}

#delivery-options-fields-block {
    max-width: 100%
}

.pickup-locations-headline {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 25px
}

.delivery-locations-form .delivery-locations-list {
    border: 1px solid #c2c2c2;
    max-height: 500px;
    overflow: auto
}

.delivery-locations-form .delivery-locations-list table.location {
    margin-top: 28px
}

.delivery-locations-form .delivery-locations-list table.location .first-column {
    padding: 0 14px;
    width: 14px
}

.delivery-locations-form .delivery-locations-list table.location .second-column {
    padding: 0
}

.opening-hour-wrapper {
    font-size: 12px
}

.opening-hour-wrapper table thead {
    cursor: pointer;
    font-weight: 700
}

.opening-hour-wrapper table thead tr td {
    padding: 10px 0 0;
    display: inline-block;
    text-decoration: none
}

.opening-hour-wrapper table thead tr td:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2rem;
    line-height: 20px;
    color: #757575;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.opening-hour-wrapper table thead tr td:hover:after {
    color: #333
}

.opening-hour-wrapper table thead tr td:active:after {
    color: #757575
}

.opening-hour-wrapper table tbody {
    display: none
}

.opening-hour-wrapper table tbody.special-hours-heading {
    padding-top: 10px;
    font-weight: 700
}

.opening-hour-wrapper table tbody tr td {
    padding: 0 10px 0 0
}

.opening-hour-wrapper table tbody tr td.time-span {
    font-weight: 600
}

.opening-hour-wrapper table._active thead tr td:after {
    content: '\e621'
}

.opening-hour-wrapper table._active tbody {
    display: block
}

.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
    padding: 0;
    border-top: none
}

@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape) {
    .product-video {
        height: 100%;
        width: 81%
    }
}

.file-uploader-area {
    position: relative
}

.file-uploader-area input[type=file] {
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 0
}

.file-uploader-area input[type=file]:focus+.file-uploader-button {
    box-shadow: 0 0 0 1px #006bb4
}

.file-uploader-area input[type=file]:disabled+.file-uploader-button {
    cursor: default;
    opacity: .5;
    pointer-events: none
}

.file-uploader-summary {
    display: inline-block;
    vertical-align: top
}

.file-uploader-button {
    background: #eee;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.6rem;
    margin: 0;
    padding: 7px 15px;
    vertical-align: middle
}

.file-uploader-button._is-dragover {
    background: #d4d4d4;
    border: 1px solid #006bb4
}

.file-uploader-spinner {
    background-image: url('../images/loader-1.gif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    display: none;
    height: 30px;
    margin-left: 10px;
    vertical-align: top;
    width: 15px
}

.file-uploader-preview .action-remove {
    bottom: 4px;
    cursor: pointer;
    display: block;
    height: 27px;
    left: 6px;
    padding: 2px;
    position: absolute;
    text-decoration: none;
    width: 25px;
    z-index: 2
}

.file-uploader-preview .action-remove>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.file-uploader-preview .action-remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    line-height: inherit;
    color: #514943;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-preview .action-remove:hover:before {
    color: #736963
}

.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
    opacity: .7
}

.file-uploader-preview .preview-link {
    display: block;
    height: 100%
}

.file-uploader-preview .preview-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.file-uploader-preview .preview-video {
    display: inline-block;
    text-decoration: none
}

.file-uploader-preview .preview-video:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 4rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-preview .preview-video:hover:before {
    color: #ccc
}

.file-uploader-preview .preview-video:before {
    left: 0;
    margin-top: -2rem;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2
}

.file-uploader-preview .preview-document {
    display: inline-block;
    text-decoration: none
}

.file-uploader-preview .preview-document:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-preview .preview-document:hover:before {
    color: #ccc
}

.file-uploader-preview .preview-document:before {
    left: 0;
    margin-top: -3.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2
}

.file-uploader-preview,
.file-uploader-placeholder {
    background: #fff;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 150px;
    line-height: 1;
    margin: 10px 25px 10px 0;
    overflow: hidden;
    position: relative;
    width: 150px
}

.file-uploader._loading .file-uploader-spinner {
    display: inline-block
}

.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
    margin-bottom: 10px
}

.file-uploader .file-uploader-filename {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    word-break: break-all
}

.file-uploader .file-uploader-filename:first-child {
    margin-bottom: 10px
}

.file-uploader .file-uploader-meta {
    color: #9e9e9e
}

.file-uploader .admin__field-fallback-reset {
    margin-left: 10px
}

._keyfocus .file-uploader .action-remove:focus {
    box-shadow: 0 0 0 1px #006bb4
}

.file-uploader-placeholder.placeholder-document {
    display: inline-block;
    text-decoration: none
}

.file-uploader-placeholder.placeholder-document:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-placeholder.placeholder-document:hover:before {
    color: #ccc
}

.file-uploader-placeholder.placeholder-document:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2
}

.file-uploader-placeholder.placeholder-image {
    display: inline-block;
    text-decoration: none
}

.file-uploader-placeholder.placeholder-image:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 5rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-placeholder.placeholder-image:hover:before {
    color: #ccc
}

.file-uploader-placeholder.placeholder-image:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2
}

.file-uploader-placeholder.placeholder-video {
    display: inline-block;
    text-decoration: none
}

.file-uploader-placeholder.placeholder-video:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3rem;
    line-height: inherit;
    color: #ccc;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.file-uploader-placeholder.placeholder-video:hover:before {
    color: #ccc
}

.file-uploader-placeholder.placeholder-video:before {
    left: 0;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 2
}

.file-uploader-placeholder-text {
    bottom: 0;
    color: #008bdb;
    font-size: 1.1rem;
    left: 0;
    line-height: 1.42857143;
    margin-bottom: 15%;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: center
}

.data-grid-file-uploader {
    min-width: 7rem
}

.data-grid-file-uploader._loading .file-uploader-spinner {
    display: block
}

.data-grid-file-uploader._loading .file-uploader-button:before {
    display: none
}

.data-grid-file-uploader .file-uploader-image {
    background: 0 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.data-grid-file-uploader .file-uploader-image+.file-uploader-area .file-uploader-button:before {
    display: none
}

.data-grid-file-uploader .file-uploader-area {
    z-index: 2
}

.data-grid-file-uploader .file-uploader-spinner {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.data-grid-file-uploader .file-uploader-button {
    height: 48px;
    text-align: center;
    display: block;
    text-decoration: none
}

.data-grid-file-uploader .file-uploader-button>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.data-grid-file-uploader .file-uploader-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.3rem;
    line-height: 48px;
    color: #8a837f;
    content: '\e626';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.data-grid-file-uploader .file-uploader-button:hover:before {
    color: #666
}

.data-grid-file-uploader .action-select-wrap {
    float: left
}

.data-grid-file-uploader .action-select-wrap .action-select {
    border: 1px solid #cacaca;
    display: block;
    height: 5rem;
    margin-left: -1px;
    padding: 0;
    width: 2rem
}

.data-grid-file-uploader .action-select-wrap .action-select:after {
    border-color: #8a837f transparent transparent;
    left: 50%;
    margin: 0 0 0 -5px
}

.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
    border-color: #666 transparent transparent
}

.data-grid-file-uploader .action-select-wrap .action-select>span {
    display: none
}

.data-grid-file-uploader .action-select-wrap .action-menu {
    left: 4rem;
    right: auto;
    z-index: 2
}

.data-grid-file-uploader-inner {
    border: 1px solid #cacaca;
    float: left;
    height: 5rem;
    position: relative;
    width: 5rem
}

@media only screen and (max-width:768px) {
    .field-tooltip .field-tooltip-content {
        left: auto;
        right: -10px;
        top: 40px
    }
    .field-tooltip .field-tooltip-content:before,
    .field-tooltip .field-tooltip-content:after {
        border: 10px solid transparent;
        height: 0;
        left: auto;
        margin-top: -21px;
        right: 10px;
        top: 0;
        width: 0
    }
    .field-tooltip .field-tooltip-content:before {
        border-bottom-color: #999
    }
    .field-tooltip .field-tooltip-content:after {
        border-bottom-color: #f4f4f4;
        top: 1px
    }
}

@media only screen and (max-width:768px) {
    .opc-block-summary .product-item .product-item-inner {
        display: block
    }
    .opc-block-summary .product-item .product-item-name-block {
        display: block;
        text-align: left
    }
    .opc-block-summary .product-item .subtotal {
        display: block;
        text-align: left
    }
}

.custom-compare {
    position: relative;
    margin: 0 -20px
}

@media (min-width:768px) {
    .custom-compare {
        margin: 0
    }
}

.custom-compare .wrap {
    width: 100%;
    overflow-x: auto;
    background: #fff
}

@media (min-width:768px) {
    .custom-compare .wrap {
        border-radius: 5px
    }
}

.custom-compare .custom-compare-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:768px) {
    .custom-compare .custom-compare-list .message.info {
        margin: 0
    }
}

.custom-compare .compare-item {
    flex-shrink: 0;
    width: 190px;
    padding: 0 20px 20px
}

@media (min-width:768px) {
    .custom-compare .compare-item {
        width: 390px;
        border-right: 1px solid #dfdfdf;
        padding: 40px 60px
    }
    .custom-compare .compare-item:last-child {
        border-right: none
    }
}

@media (min-width:1600px) {
    .custom-compare .compare-item:first-child .info-boxes .info-title {
        display: block;
        position: absolute;
        left: -134px;
        background: #fff;
        border-radius: 5px 0 0 5px;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        width: 134px;
        padding: 12px 10px 12px 20px;
        margin-top: 2px
    }
}

.custom-compare .action-box {
    position: relative;
    border: 1px solid #aaa;
    border-left: none;
    text-align: center;
    padding: 20px;
    margin: 0 -20px 24px
}

.custom-compare .action-box .product-image {
    margin: -20px -20px 0
}

.custom-compare .action-box .product-image .product-image-container {
    width: 100% !important
}

.custom-compare .action-box .product-image .product-image-container .product-image-wrapper {
    padding-bottom: 60% !important
}

@media (min-width:768px) {
    .custom-compare .action-box .product-image .product-image-container .product-image-wrapper {
        padding-bottom: 84% !important
    }
}

.custom-compare .action-box .product-image img {
    margin: auto
}

@media (min-width:768px) {
    .custom-compare .action-box {
        border: 1px solid #dfdfdf;
        margin: 0 0 32px;
        padding-bottom: 33px
    }
}

.custom-compare .action.towishlist {
    position: absolute;
    width: 25px;
    height: 25px;
    color: #888;
    top: 9px;
    left: 16px;
    font-size: 0;
    line-height: 0;
    z-index: 2
}

.custom-compare .action.towishlist:hover,
.custom-compare .action.towishlist:focus,
.custom-compare .action.towishlist.active {
    color: #d71921
}

.custom-compare .action.towishlist:focus:before,
.custom-compare .action.towishlist.active:before {
    content: '\e91c'
}

.custom-compare .action.towishlist:before {
    font-family: 'icomoon';
    font-size: 24px !important;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '\e905'
}

@media (min-width:768px) {
    .custom-compare .action.towishlist {
        top: 16px
    }
}

.custom-compare .action.delete {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 9px;
    right: 16px;
    z-index: 2;
    width: 18px;
    height: 18px;
    text-decoration: none;
    background: #fff
}

@media (min-width:768px) {
    .custom-compare .action.delete {
        top: 16px
    }
}

.custom-compare .action.delete span {
    display: none
}

.custom-compare .action.delete:before {
    webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 1;
    color: #888;
    content: '\e616';
    font-family: 'luma-icons';
    display: inline-block;
    font-weight: 400;
    speak: none
}

.custom-compare .action.delete:hover:before {
    color: #494949
}

.custom-compare .product-image img {
    display: block;
    margin: 0 auto
}

.custom-compare .product-item-name {
    display: block;
    margin: 1px 0 5px;
    font: 14px/1.2 'FSMeWeb-Light', Arial, sans-serif
}

@media (min-width:768px) {
    .custom-compare .product-item-name {
        margin: 6px 0;
        font-size: 16px
    }
}

.custom-compare .star-rating {
    margin: 0 0 2px
}

.custom-compare .star-rating .rating-result {
    margin: 0 auto
}

@media (min-width:768px) {
    .custom-compare .star-rating {
        margin: 0 0 9px
    }
}

.custom-compare .action.tocart.primary {
    font-size: 12px;
    line-height: 16px;
    border: 1px solid #333;
    padding: 9px 28px 8px;
    background: #fff;
    color: #333;
    min-width: 130px
}

@media (min-width:768px) {
    .custom-compare .action.tocart.primary {
        font-size: 14px;
        min-width: 200px;
        padding: 15px 32px 14px
    }
}

.custom-compare .action.tocart.primary:hover {
    background: #333;
    color: #fff
}

.custom-compare .info-boxes .info-box {
    padding: 0 0 12px
}

@media (min-width:768px) {
    .custom-compare .info-boxes .info-box {
        padding: 0 0 22px
    }
}

.custom-compare .info-boxes .info-title {
    display: block;
    padding: 0 0 3px;
    font-weight: 400
}

@media (min-width:768px) {
    .custom-compare .info-boxes .info-title {
        padding: 0 0 5px
    }
}

@media (min-width:1600px) {
    .custom-compare .info-boxes .info-title {
        display: none
    }
}

.custom-compare .info-boxes .info-content {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    padding: 0 0 15px
}

@media (max-width:767px) {
    .custom-compare .product-price {
        display: block
    }
    .custom-compare .product-price .price-container .price {
        font-size: 16px
    }
}

.catalog-product-compare-index .page-title-wrapper {
    padding-top: 27px;
    padding-bottom: 33px
}

.catalog-product-compare-index .page-title-wrapper .page-title {
    font-size: 30px;
    line-height: 1.2;
    text-align: left;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif
}

@media (max-width:767px) {
    .catalog-product-compare-index .page-title-wrapper {
        padding-top: 12px;
        padding-bottom: 25px
    }
    .catalog-product-compare-index .page-title-wrapper .page-title {
        font-size: 22px
    }
}

.no-stock-on-item {
    color: #d71921;
    font-size: 16px;
    display: none
}

@media (max-width:1249px) {
    .block-search {
        margin-top: 10px
    }
}

@media (min-width:1250px) {
    .block-search {
        float: right;
        padding-left: 15px;
        position: relative;
        width: 250px;
        z-index: 4
    }
    .block-search .control {
        border-top: 0;
        margin: 0;
        padding: 0
    }
    .block-search input {
        margin: 0;
        padding-right: 35px;
        position: static
    }
    .block-search input::-webkit-input-placeholder {
        color: #575757
    }
    .block-search input:-moz-placeholder {
        color: #575757
    }
    .block-search input::-moz-placeholder {
        color: #575757
    }
    .block-search input:-ms-input-placeholder {
        color: #575757
    }
    .block-search .action.search {
        display: inline-block;
        background-image: none;
        background: 0 0;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 1
    }
    .block-search .action.search>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .block-search .action.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 32px;
        color: #757575;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .block-search .action.search:hover:before {
        color: #333
    }
    .block-search .action.search:active:before {
        color: inherit
    }
    .block-search .action.search:focus,
    .block-search .action.search:active {
        background: 0 0;
        border: none
    }
    .block-search .action.search:hover {
        background: 0 0;
        border: none
    }
    .block-search .action.search.disabled,
    .block-search .action.search[disabled],
    fieldset[disabled] .block-search .action.search {
        pointer-events: none;
        opacity: .5
    }
    .block-search .action.search:focus:before {
        color: #333
    }
    .search-autocomplete {
        margin-top: 0
    }
}

@media all and (min-width:768px),
print {
    .abs-product-options-list-desktop dt,
    .block-giftregistry-shared .item-options dt {
        clear: left;
        float: left;
        margin: 0 10px 5px 0
    }
    .block-giftregistry-shared .item-options dt:after {
        content: ': '
    }
    .abs-product-options-list-desktop dd,
    .block-giftregistry-shared .item-options dd {
        display: inline-block;
        float: left;
        margin: 0 0 5px
    }
    .abs-button-desktop {
        width: auto
    }
    .abs-blocks-2columns,
    .abs-discount-block-desktop .block,
    .amazon-addresses .amazon-address,
    .login-container .block,
    .account .column.main .block:not(.widget) .block-content .box,
    .form-address-edit>.fieldset,
    .form-edit-account .fieldset,
    .storecredit .block,
    .paypal-review-discount .block,
    .cart-discount .block {
        width: 48%
    }
    .abs-discount-block-desktop .block:nth-child(1),
    .amazon-addresses .amazon-address:nth-child(1),
    .login-container .block:nth-child(1),
    .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
    .form-address-edit>.fieldset:nth-child(1),
    .form-edit-account .fieldset:nth-child(1),
    .storecredit .block:nth-child(1),
    .paypal-review-discount .block:nth-child(1),
    .cart-discount .block:nth-child(1) {
        clear: left;
        float: left
    }
    .abs-discount-block-desktop .block:nth-child(2),
    .amazon-addresses .amazon-address:nth-child(2),
    .login-container .block:nth-child(2),
    .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
    .form-address-edit>.fieldset:nth-child(2),
    .form-edit-account .fieldset:nth-child(2),
    .storecredit .block:nth-child(2),
    .paypal-review-discount .block:nth-child(2),
    .cart-discount .block:nth-child(2) {
        float: right
    }
    .abs-discount-block-desktop .block:nth-child(2)+*,
    .amazon-addresses .amazon-address:nth-child(2)+*,
    .login-container .block:nth-child(2)+*,
    .account .column.main .block:not(.widget) .block-content .box:nth-child(2)+*,
    .form-address-edit>.fieldset:nth-child(2)+*,
    .form-edit-account .fieldset:nth-child(2)+*,
    .storecredit .block:nth-child(2)+*,
    .paypal-review-discount .block:nth-child(2)+*,
    .cart-discount .block:nth-child(2)+* {
        clear: both
    }
    .abs-margin-for-blocks-and-widgets-desktop,
    .page-main .block,
    .customer-review .product-details {
        margin-bottom: 50px
    }
    .abs-reset-left-margin-desktop,
    .column.main .paypal-review .actions-toolbar,
    .column.main .block-giftregistry-shared-items .actions-toolbar {
        margin-left: 0
    }
    .abs-action-remove-desktop,
    .abs-add-fields-desktop .fieldset .additional .action.remove,
    .form-giftregistry-share .fieldset .additional .action.remove,
    .form-giftregistry-edit .fieldset .additional .action.remove,
    .form-create-return .fieldset .additional .action.remove,
    .form.send.friend .fieldset .additional .action.remove {
        margin-left: 90%
    }
    .abs-add-fields-desktop .fieldset .field .control,
    .form-giftregistry-share .fieldset .field .control,
    .form-giftregistry-edit .fieldset .field .control,
    .form-create-return .fieldset .field .control,
    .form.send.friend .fieldset .field .control {
        width: auto
    }
    .abs-margin-for-forms-desktop {
        margin-left: 25.8%
    }
    .abs-visually-hidden-desktop,
    .block-collapsible-nav .title,
    .modes-label {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .abs-add-clearfix-desktop:before,
    .abs-add-clearfix-desktop:after,
    .amazon-addresses:before,
    .amazon-addresses:after,
    .paypal-review .block-content:before,
    .paypal-review .block-content:after,
    .paypal-review-discount:before,
    .paypal-review-discount:after,
    .order-review-form:before,
    .order-review-form:after,
    .block-cart-failed .block-content:before,
    .block-cart-failed .block-content:after,
    .cart-container:before,
    .cart-container:after,
    .login-container:before,
    .login-container:after,
    .account .page-title-wrapper:before,
    .account .page-title-wrapper:after,
    .account .column.main .block:not(.widget) .block-content:before,
    .account .column.main .block:not(.widget) .block-content:after,
    .block-addresses-list .items.addresses:before,
    .block-addresses-list .items.addresses:after,
    .block-giftregistry-shared .item-options:before,
    .block-giftregistry-shared .item-options:after,
    .data.table .gift-wrapping .nested:before,
    .data.table .gift-wrapping .nested:after,
    .data.table .gift-wrapping .content:before,
    .data.table .gift-wrapping .content:after,
    .block-wishlist-management:before,
    .block-wishlist-management:after,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
    .page-header .header.panel:before,
    .page-header .header.panel:after,
    .header.content:before,
    .header.content:after,
    .order-links:before,
    .order-links:after,
    .account .column.main .block.block-order-details-view:before,
    .account .column.main .block.block-order-details-view:after,
    [class^=sales-guest-] .column.main .block.block-order-details-view:before,
    [class^=sales-guest-] .column.main .block.block-order-details-view:after,
    .sales-guest-view .column.main .block.block-order-details-view:before,
    .sales-guest-view .column.main .block.block-order-details-view:after {
        content: '';
        display: table
    }
    .abs-add-clearfix-desktop:after,
    .amazon-addresses:after,
    .paypal-review .block-content:after,
    .paypal-review-discount:after,
    .order-review-form:after,
    .block-cart-failed .block-content:after,
    .cart-container:after,
    .login-container:after,
    .account .page-title-wrapper:after,
    .account .column.main .block:not(.widget) .block-content:after,
    .block-addresses-list .items.addresses:after,
    .block-giftregistry-shared .item-options:after,
    .data.table .gift-wrapping .nested:after,
    .data.table .gift-wrapping .content:after,
    .block-wishlist-management:after,
    .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
    .page-header .header.panel:after,
    .header.content:after,
    .order-links:after,
    .account .column.main .block.block-order-details-view:after,
    [class^=sales-guest-] .column.main .block.block-order-details-view:after,
    .sales-guest-view .column.main .block.block-order-details-view:after {
        clear: both
    }
    .abs-add-box-sizing-desktop,
    .abs-shopping-cart-items-desktop,
    .column.main,
    .sidebar-main,
    .sidebar-additional,
    .bundle-options-container .block-bundle-summary,
    .block.crosssell,
    .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    [class^=sales-guest-] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        box-sizing: border-box
    }
    .abs-add-box-sizing-desktop-m,
    .opc-wrapper {
        box-sizing: border-box
    }
    .abs-revert-field-type-desktop .fieldset>.field,
    .abs-revert-field-type-desktop .fieldset .fields>.field,
    .product-add-form .fieldset>.field,
    .product-add-form .fieldset .fields>.field {
        margin: 0 0 20px
    }
    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.label,
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.label,
    .product-add-form .fieldset>.field:not(.choice)>.label,
    .product-add-form .fieldset .fields>.field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0
    }
    .abs-revert-field-type-desktop .fieldset>.field:not(.choice)>.control,
    .abs-revert-field-type-desktop .fieldset .fields>.field:not(.choice)>.control,
    .product-add-form .fieldset>.field:not(.choice)>.control,
    .product-add-form .fieldset .fields>.field:not(.choice)>.control {
        float: none;
        width: auto
    }
    .abs-revert-field-type-desktop .fieldset>.field>.label,
    .abs-revert-field-type-desktop .fieldset .fields>.field>.label,
    .product-add-form .fieldset>.field>.label,
    .product-add-form .fieldset .fields>.field>.label {
        margin: 0 0 8px;
        display: inline-block
    }
    .abs-revert-field-type-desktop .fieldset>.field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields>.field.choice:before,
    .abs-revert-field-type-desktop .fieldset>.field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields>.field.no-label:before,
    .product-add-form .fieldset>.field.choice:before,
    .product-add-form .fieldset .fields>.field.choice:before,
    .product-add-form .fieldset>.field.no-label:before,
    .product-add-form .fieldset .fields>.field.no-label:before {
        display: none
    }
    .product-add-form .fieldset>.field:not(:first-child):last-of-type,
    .product-add-form .fieldset .fields>.field:not(:first-child):last-of-type {
        margin-bottom: 0
    }
    .abs-form-field-column-2 .fieldset .field,
    .form-giftregistry-share .fieldset .field,
    .form-giftregistry-edit .fieldset .field,
    .form-create-return .fieldset .field,
    .form.send.friend .fieldset .field {
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top
    }
    .abs-form-field-column-2 .fieldset .field+.fieldset,
    .form-giftregistry-share .fieldset .field+.fieldset,
    .form-giftregistry-edit .fieldset .field+.fieldset,
    .form-create-return .fieldset .field+.fieldset,
    .form.send.friend .fieldset .field+.fieldset {
        clear: both
    }
    .form-giftregistry-share .fieldset .field:nth-last-child(1),
    .form-giftregistry-share .fieldset .field:nth-last-child(2),
    .form-giftregistry-edit .fieldset .field:nth-last-child(1),
    .form-giftregistry-edit .fieldset .field:nth-last-child(2),
    .form-create-return .fieldset .field:nth-last-child(1),
    .form-create-return .fieldset .field:nth-last-child(2),
    .form.send.friend .fieldset .field:nth-last-child(1),
    .form.send.friend .fieldset .field:nth-last-child(2) {
        margin-bottom: 0
    }
    .abs-form-field-column-2 .fieldset .field .field,
    .form-giftregistry-share .fieldset .field .field,
    .form-giftregistry-edit .fieldset .field .field,
    .form-create-return .fieldset .field .field,
    .form.send.friend .fieldset .field .field {
        padding: 0;
        width: 100%
    }
    .abs-form-field-revert-column-1 {
        width: 100%
    }
    .abs-forms-general-desktop,
    .form-giftcard-redeem,
    .form-giftregistry-create {
        max-width: 500px
    }
    .abs-forms-general-desktop .legend,
    .form-giftcard-redeem .legend,
    .form-giftregistry-create .legend {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .abs-forms-general-desktop .legend+br,
    .form-giftcard-redeem .legend+br,
    .form-giftregistry-create .legend+br {
        display: none
    }
    .abs-revert-side-paddings,
    .checkout-cart-index .page-title-wrapper,
    .cart-summary .block .content,
    .cart-empty {
        padding-left: 0;
        padding-right: 0
    }
    .abs-account-block-font-size,
    .block-addresses-list address,
    .box-billing-address .box-content,
    .box-shipping-address .box-content,
    .box-address-billing .box-content,
    .box-address-shipping .box-content,
    .box-information .box-content,
    .block-balance-giftcard .block-content,
    .block-reviews-dashboard .product-name {
        font-size: 1.6rem
    }
    .abs-account-table-margin-desktop,
    .table-wrapper.balance-history,
    .table-wrapper.reward-history,
    .table-wrapper.orders-recent {
        margin-top: -25px
    }
    .abs-action-print {
        display: inline-block;
        text-decoration: none
    }
    .abs-action-print:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 16px;
        color: inherit;
        content: '\e624';
        font-family: 'luma-icons';
        margin: 0 4px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .abs-no-display-desktop,
    .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
        display: none
    }
    .abs-status-desktop,
    .return-status,
    .order-status {
        margin-top: 6px;
        padding: 5px 10px
    }
    .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
    .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
    .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
    .account .page-main .page-title-wrapper .order-date,
    [class^=sales-guest-] .page-main .page-title-wrapper .order-date,
    .sales-guest-view .page-main .page-title-wrapper .order-date {
        margin: -14px 0 18px
    }
    .abs-table-bordered-desktop {
        border: none
    }
    .abs-table-bordered-desktop>thead>tr>th,
    .abs-table-bordered-desktop>tbody>tr>th,
    .abs-table-bordered-desktop>tfoot>tr>th,
    .abs-table-bordered-desktop>thead>tr>td,
    .abs-table-bordered-desktop>tbody>tr>td,
    .abs-table-bordered-desktop>tfoot>tr>td {
        border: none
    }
    .abs-table-bordered-desktop>thead>tr>th,
    .abs-table-bordered-desktop>thead>tr>td {
        border-bottom: 1px solid #ccc
    }
    .abs-pager-toolbar,
    .account .toolbar,
    .toolbar-giftregistry-results,
    .toolbar-wishlist-results {
        position: relative
    }
    .abs-pager-toolbar .toolbar-amount,
    .abs-pager-toolbar .limiter,
    .account .toolbar .toolbar-amount,
    .account .toolbar .limiter,
    .toolbar-giftregistry-results .toolbar-amount,
    .toolbar-giftregistry-results .limiter,
    .toolbar-wishlist-results .toolbar-amount,
    .toolbar-wishlist-results .limiter {
        position: relative;
        z-index: 1
    }
    .abs-pager-toolbar .limiter,
    .account .toolbar .limiter,
    .toolbar-giftregistry-results .limiter,
    .toolbar-wishlist-results .limiter {
        display: inline-block;
        float: right
    }
    .abs-pager-toolbar .toolbar-amount,
    .account .toolbar .toolbar-amount,
    .toolbar-giftregistry-results .toolbar-amount,
    .toolbar-wishlist-results .toolbar-amount {
        line-height: 30px;
        padding: 0
    }
    .abs-pager-toolbar .pages,
    .account .toolbar .pages,
    .toolbar-giftregistry-results .pages,
    .toolbar-wishlist-results .pages {
        position: absolute;
        width: 100%;
        z-index: 0
    }
    .abs-shopping-cart-items-desktop,
    .block-cart-failed,
    .cart-container .form-cart,
    .cart-container .cart-gift-item {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding-right: 4%;
        position: relative
    }
    .abs-discount-block-desktop .block>.title,
    .paypal-review-discount .block>.title,
    .cart-discount .block>.title {
        border: 0;
        padding: 0 0 10px
    }
    .abs-discount-block-desktop .block>.title strong,
    .paypal-review-discount .block>.title strong,
    .cart-discount .block>.title strong {
        font-size: 1.6rem
    }
    .abs-discount-block-desktop .block .content,
    .paypal-review-discount .block .content,
    .cart-discount .block .content {
        padding: 0 0 20px
    }
    .abs-discount-block-desktop .actions-toolbar .secondary,
    .paypal-review-discount .actions-toolbar .secondary,
    .cart-discount .actions-toolbar .secondary {
        bottom: -30px;
        left: 0;
        position: absolute
    }
    h1 {
        font-size: 40px;
        margin-bottom: 40px
    }
    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto
    }
    .page-main {
        width: 100%
    }
    .columns {
        display: block
    }
    .column.main {
        min-height: 300px
    }
    .page-layout-1column .column.main {
        width: 100%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .page-layout-3columns .column.main {
        width: 58.33333333%;
        display: inline-block;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .page-layout-2columns-left .column.main {
        width: 79.16666667%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .page-layout-2columns-right .column.main {
        width: 79.16666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .sidebar-main {
        padding-right: 2%
    }
    .page-layout-3columns .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .page-layout-2columns-left .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .page-layout-2columns-right .sidebar-main {
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .page-layout-2columns-right .sidebar-main {
        padding-left: 2%;
        padding-right: 0
    }
    .sidebar-additional {
        clear: right;
        padding-left: 2%
    }
    .page-layout-3columns .sidebar-additional {
        width: 20.83333333%;
        float: right;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }
    .page-layout-2columns-left .sidebar-additional {
        width: 20.83333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .page-layout-2columns-right .sidebar-additional {
        width: 20.83333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .page-layout-2columns-left .sidebar-additional {
        clear: left;
        float: left;
        padding-left: 0;
        padding-right: 2%
    }
    .panel.header {
        padding: 10px 20px
    }
    .legend {
        border-bottom: 1px solid #c5c5c5
    }
    .product.data.items {
        position: relative;
        z-index: 1;
        border-bottom: 0;
        margin-left: 0;
        margin-right: 0
    }
    .product.data.items:before,
    .product.data.items:after {
        content: '';
        display: table
    }
    .product.data.items:after {
        clear: both
    }
    .product.data.items>.item.title {
        float: left;
        width: auto
    }
    .product.data.items>.item.title>.switch {
        height: 20px;
        display: block;
        position: relative;
        z-index: 2
    }
    .product.data.items>.item.content {
        margin-top: 20px;
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%
    }
    .product.data.items>.item.content:before,
    .product.data.items>.item.content:after {
        content: '';
        display: table
    }
    .product.data.items>.item.content:after {
        clear: both
    }
    .product.data.items>.item.content.active {
        display: block
    }
    .product.data.items>.item.title {
        margin: 0 -1px 0 0
    }
    .product.data.items>.item.title>.switch {
        font-weight: 400;
        line-height: 40px;
        font-size: 1.4rem;
        color: #6d6d6d;
        text-decoration: none;
        background: #f6f6f6;
        border: 1px solid #ccc;
        border-bottom: none;
        height: 40px;
        padding: 1px 35px
    }
    .product.data.items>.item.title>.switch:visited {
        color: #6d6d6d;
        text-decoration: none
    }
    .product.data.items>.item.title>.switch:hover {
        color: #6d6d6d;
        text-decoration: none
    }
    .product.data.items>.item.title>.switch:active {
        color: #333;
        text-decoration: none
    }
    .product.data.items>.item.title:not(.disabled)>.switch:focus,
    .product.data.items>.item.title:not(.disabled)>.switch:hover {
        background: #fff
    }
    .product.data.items>.item.title:not(.disabled)>.switch:active,
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        background: #fff;
        color: #333;
        text-decoration: none
    }
    .product.data.items>.item.title.active>.switch,
    .product.data.items>.item.title.active>.switch:focus,
    .product.data.items>.item.title.active>.switch:hover {
        padding-bottom: 2px
    }
    .product.data.items>.item.content {
        background: #fff;
        margin-top: 43px;
        padding: 35px;
        border: 1px solid #ccc
    }
    .product.data.items .item.title a:after {
        display: none
    }
    .actions-toolbar {
        text-align: left
    }
    .actions-toolbar:before,
    .actions-toolbar:after {
        content: '';
        display: table
    }
    .actions-toolbar:after {
        clear: both
    }
    .actions-toolbar .primary {
        float: left
    }
    .actions-toolbar .primary,
    .actions-toolbar .secondary {
        display: inline-block
    }
    .actions-toolbar .primary a.action,
    .actions-toolbar .secondary a.action {
        display: inline-block
    }
    .actions-toolbar .primary .action {
        margin: 0 15px 0 0
    }
    .actions-toolbar .secondary a.action {
        margin-top: 6px
    }
    .actions-toolbar>.primary,
    .actions-toolbar>.secondary {
        margin-bottom: 0
    }
    .actions-toolbar>.primary .action,
    .actions-toolbar>.secondary .action {
        margin-bottom: 0;
        width: auto
    }
    .popup-content .fieldset .actions-toolbar .secondary {
        display: inline-block;
        float: none
    }
    .popup-content .fieldset .actions-toolbar .action.cancel {
        margin-top: 6px
    }
    .modal-popup.modal-slide .modal-footer {
        border-top: 1px solid #c1c1c1;
        text-align: right
    }
    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        min-width: 600px
    }
    .login-container .block-amazon-login {
        clear: none;
        float: right
    }
    .login-container .block-amazon-login .actions-toolbar {
        margin-top: 25px
    }
    .login-container .block:nth-child(2)+.block-amazon-login {
        clear: none
    }
    .amazon-validate-container {
        margin: 40px auto 0 auto;
        width: 500px
    }
    .amazon-validate-container .primary {
        width: 190px
    }
    .amazon-validate-container .continue-as-guest {
        width: 130px
    }
    .amazon-validate-container .forgot-password {
        text-align: right;
        width: 175px
    }
    .amazon-addresses .amazon-address {
        margin-bottom: 0
    }
    .message.global.cookie.am-cookie.cookie-policy {
        width: 39.8%;
        left: auto;
        bottom: 140px;
        padding: 49px 59px 49px 33px;
        border-radius: 10px 10px 0 0
    }
    .message.global.cookie.am-cookie.cookie-policy .content h4 {
        margin-bottom: 14px;
        font-size: 20px;
        letter-spacing: .3px
    }
    .message.global.cookie.am-cookie.cookie-policy .content p {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -.3px
    }
    .message.global.cookie.am-cookie.cookie-policy .content p.mobile {
        display: none
    }
    .message.global.cookie.am-cookie.cookie-policy .content .actions button.action.primary.cookiebar {
        right: 10px;
        top: 20px;
        width: 42px;
        height: 42px
    }
    .message.global.cookie.am-cookie.cookie-policy .content .actions button.action.primary.cookiebar:before,
    .message.global.cookie.am-cookie.cookie-policy .content .actions button.action.primary.cookiebar:after {
        left: 6.5px;
        width: 27px
    }
    .mp-sidebar .data.item.title {
        width: 50% !important;
        margin: 0 !important
    }
    .mp-sidebar .data.item.title .data.switch {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .mp-sidebar .data.item.title .data.switch div {
        width: fit-content;
        margin: auto
    }
    .mp-sidebar #tab-label-popular .data.switch {
        border-right: 0 !important
    }
    .mst-searchautocomplete__autocomplete {
        width: 100%
    }
    .payment-method-braintree .cvv .field-tooltip {
        left: 6rem
    }
    .braintree-paypal-account {
        border-color: #ccc;
        border-style: solid;
        border-width: 1px 0;
        display: inline-block;
        width: 50%
    }
    .account .table-credit-cards .col.actions {
        width: 100px
    }
    .block-category-event.block:last-child {
        margin-bottom: 30px;
        padding: 10px 0 30px
    }
    .block-category-event .block-title {
        margin: 0
    }
    .block-category-event .block-title strong {
        font-size: 2.4rem
    }
    .block-category-event .ticker li {
        display: none;
        margin: 0 50px
    }
    .block-category-event .ticker .value {
        font-size: 6rem
    }
    .block-category-event .ticker .label {
        font-size: 1.4rem;
        text-transform: none
    }
    .block-category-event .dates .date {
        font-size: 5rem
    }
    .block-category-event .dates .start {
        padding-right: 50px
    }
    .block-category-event .dates .start:after {
        font-size: 5rem;
        right: 10px
    }
    .paypal-review .paypal-review-title {
        border-bottom: 1px solid #ccc
    }
    .paypal-review .block-content .box-order-shipping-address,
    .paypal-review .block-content .box-order-shipping-method,
    .paypal-review .block-content .box-order-shipping-method+.box-order-billing-address {
        box-sizing: border-box;
        float: left;
        width: 33%
    }
    .paypal-review .block-content .box-order-shipping-address {
        padding: 0 5%;
        width: 34%
    }
    .paypal-review .table-paypal-review-items .col.price,
    .paypal-review .table-paypal-review-items .col.qty {
        text-align: center
    }
    .paypal-review .table-paypal-review-items .col.item {
        width: 60%
    }
    .paypal-review .col.subtotal,
    .paypal-review .mark,
    .paypal-review .amount {
        text-align: right
    }
    .paypal-review-discount {
        border-top: 1px solid #ccc
    }
    .paypal-review-discount .block {
        margin-bottom: 15px
    }
    .paypal-review-discount .block.giftcard.active {
        padding-bottom: 40px
    }
    .paypal-review-discount .block .title:after {
        display: inline;
        margin-left: 10px;
        position: static
    }
    .paypal-review-discount .block .content {
        padding-bottom: 0
    }
    .order-review-form .actions-toolbar>.primary {
        float: right
    }
    .order-review-form .action.primary {
        margin-right: 0
    }
    .block-cart-failed .secondary .action {
        margin: 0
    }
    .block-cart-failed .actions.primary {
        float: right
    }
    .bundle-actions .action.primary.customize {
        width: auto
    }
    .bundle-options-container .legend.title {
        font-size: 40px
    }
    .bundle-options-container .bundle-options-wrapper,
    .bundle-options-container .product-options-wrapper {
        float: left;
        width: 57%
    }
    .bundle-options-container .block-bundle-summary {
        float: right;
        margin-top: 66px;
        padding: 10px 20px;
        position: relative;
        width: 40%
    }
    .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
    .bundle-options-container .block-bundle-summary .price-box .price-wrapper>.price {
        color: #575757;
        font-size: 36px;
        font-weight: 600;
        line-height: 36px
    }
    .bundle-options-container .block-bundle-summary .price-container .weee {
        color: #575757
    }
    .bundle-options-container .block-bundle-summary .price-container .weee .price {
        font-size: 1.2rem;
        font-weight: 700
    }
    .bundle-options-container .block-bundle-summary .price-including-tax+.price-excluding-tax .price {
        font-size: 1.4rem;
        line-height: 16px
    }
    .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
        margin-right: 1%;
        width: auto
    }
    .bundle-options-container .block-bundle-summary .product-addto-links {
        text-align: left
    }
    .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
    .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
    .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
    .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
    .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
    .page-layout-3columns .bundle-options-container .block-bundle-summary {
        width: 48%
    }
    .checkout-cart-index .page-main {
        padding-left: 15px;
        padding-right: 15px
    }
    .cart-container .form-cart .actions.main {
        text-align: right
    }
    .cart-container .widget {
        float: left
    }
    .cart-summary {
        width: 25%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        padding: 1px 20px 25px;
        position: relative
    }
    .cart-summary>.title {
        display: block
    }
    .cart-summary .fieldset .actions-toolbar {
        margin-left: 0
    }
    .cart-summary .fieldset .actions-toolbar>.secondary {
        float: none
    }
    .cart-summary .block>.title {
        padding-left: 0
    }
    .cart-summary .block>.title:after {
        right: 3px
    }
    .cart-summary .block .fieldset .field {
        margin: 0 0 20px;
        margin: 0 0 10px
    }
    .cart-summary .block .fieldset .field:not(.choice)>.label {
        box-sizing: content-box;
        float: none;
        width: auto;
        text-align: left;
        padding: 0
    }
    .cart-summary .block .fieldset .field:not(.choice)>.control {
        float: none;
        width: auto
    }
    .cart-summary .block .fieldset .field>.label {
        margin: 0 0 8px;
        display: inline-block
    }
    .cart-summary .block .fieldset .field.choice:before,
    .cart-summary .block .fieldset .field.no-label:before {
        display: none
    }
    .cart-summary .checkout-methods-items {
        padding: 0
    }
    .cart.table-wrapper .items {
        min-width: 100%;
        width: auto
    }
    .cart.table-wrapper tbody td {
        padding-top: 20px
    }
    .cart.table-wrapper .item .col.item {
        padding: 20px 8px 20px 0
    }
    .cart.table-wrapper .item-actions td {
        padding: 0
    }
    .cart.table-wrapper .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding-right: 20px;
        position: static;
        vertical-align: top;
        width: 1%
    }
    .cart.table-wrapper .product-item-details {
        display: table-cell;
        padding-bottom: 35px;
        vertical-align: top;
        white-space: normal;
        width: 99%
    }
    .cart-products-toolbar {
        margin: 2px 0 0
    }
    .cart-products-toolbar .toolbar-amount {
        line-height: 30px;
        margin: 0
    }
    .cart-products-toolbar .pages {
        float: right
    }
    .cart-products-toolbar .pages .item:last-child {
        margin-right: 0
    }
    .cart.table-wrapper .cart-products-toolbar+.cart thead tr th.col {
        padding-bottom: 10px;
        padding-top: 10px
    }
    .cart.table-wrapper .cart+.cart-products-toolbar {
        margin-top: 25px
    }
    .cart-discount {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        border: 0;
        box-sizing: border-box;
        padding-right: 4%
    }
    .cart-discount .block .title:after {
        display: inline;
        margin-left: 10px;
        position: static
    }
    .cart-discount .block.discount {
        width: auto
    }
    .block.crosssell {
        width: 75%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding: 0 4% 0 0
    }
    .block.crosssell .products-grid .product-item {
        width: 25%
    }
    .minicart-wrapper {
        margin-left: 13px
    }
    .minicart-wrapper .block-minicart {
        width: 390px
    }
    .minilist .action.delete:before,
    .minicart-wrapper .action.edit:before {
        font-size: 16px;
        line-height: inherit
    }
    .opc-wrapper {
        width: 66.66666667%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        padding-right: 30px
    }
    .checkout-onepage-success .print {
        display: block;
        float: right;
        margin: 23px 0 0
    }
    .opc-estimated-wrapper {
        display: none
    }
    .opc-progress-bar {
        margin: 0 0 20px;
        counter-reset: i;
        display: block;
        font-size: 0
    }
    .opc-progress-bar-item {
        margin: 0 0 10px;
        width: 185px;
        display: inline-block;
        position: relative;
        text-align: center;
        vertical-align: top
    }
    .opc-progress-bar-item:before {
        background: #e4e4e4;
        border: 1px solid #ccc;
        top: 19px;
        transition: background .3s;
        content: '';
        height: 7px;
        left: 0;
        position: absolute;
        width: 100%
    }
    .opc-progress-bar-item:first-child:before {
        border-radius: 6px 0 0 6px
    }
    .opc-progress-bar-item:last-child:before {
        border-radius: 0 6px 6px 0
    }
    .opc-progress-bar-item>span {
        display: inline-block;
        padding-top: 45px;
        width: 100%;
        word-wrap: break-word;
        color: #666;
        font-weight: 300;
        font-size: 1.8rem
    }
    .opc-progress-bar-item>span:before,
    .opc-progress-bar-item>span:after {
        background: #e4e4e4;
        border: 1px solid #ccc;
        height: 38px;
        margin-left: -19px;
        transition: background .3s;
        width: 38px;
        border-radius: 50%;
        content: '';
        left: 50%;
        position: absolute;
        top: 0
    }
    .opc-progress-bar-item>span:after {
        background: #fff;
        height: 26px;
        margin-left: -13px;
        top: 6px;
        width: 26px;
        content: counter(i);
        counter-increment: i;
        color: #333;
        font-weight: 600;
        font-size: 1.8rem
    }
    .opc-progress-bar-item._complete {
        cursor: pointer
    }
    .opc-progress-bar-item._complete:hover:before {
        background: #d7d7d7
    }
    .opc-progress-bar-item._complete:hover>span:before {
        background: #d7d7d7
    }
    .opc-progress-bar-item._complete>span {
        color: #006bb4
    }
    .opc-progress-bar-item._complete>span:after {
        font-family: 'luma-icons';
        content: '\e610'
    }
    .opc-progress-bar-item._active:before {
        background: #ff5501;
        border-color: #ff5501
    }
    .opc-progress-bar-item._active>span {
        color: #333;
        font-weight: 600
    }
    .opc-progress-bar-item._active>span:before {
        background: #ff5501;
        border-color: #ff5501
    }
    .opc-progress-bar-item._active>span:after {
        border-color: #ff5501;
        content: '\e610';
        font-family: 'luma-icons'
    }
    .checkout-index-index .modal-popup .form-shipping-address {
        max-width: 500px
    }
    .checkout-index-index .modal-popup .modal-footer .action-save-address {
        float: right;
        margin: 0 0 0 20px
    }
    .checkout-shipping-method .actions-toolbar>.primary {
        float: right
    }
    .checkout-shipping-method .actions-toolbar .action.primary {
        margin: 0
    }
    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address {
        max-width: 500px
    }
    .opc-wrapper .form-login {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px
    }
    .table-checkout-shipping-method {
        width: auto
    }
    .opc-sidebar {
        margin: 46px 0 20px;
        width: 33.33333333%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .opc-summary-wrapper .modal-header .action-close {
        display: none
    }
    .authentication-dropdown {
        background-color: #fff;
        border: 1px solid #aeaeae;
        -webkit-transform: scale(1, 0);
        -webkit-transform-origin: 0 0;
        -webkit-transition: -webkit-transform linear .1s, visibility 0s linear .1s;
        position: absolute;
        text-align: left;
        top: 100%;
        transform: scale(1, 0);
        transform-origin: 0 0;
        transition: transform linear .1s, visibility 0s linear .1s;
        visibility: hidden;
        width: 100%
    }
    .authentication-dropdown._show {
        z-index: 100;
        -webkit-transform: scale(1, 1);
        -webkit-transition: -webkit-transform linear .1s, visibility 0s linear 0s;
        transform: scale(1, 1);
        transition: transform linear .1s, visibility 0s linear 0s;
        visibility: visible
    }
    .authentication-wrapper {
        width: 33.33333333%;
        text-align: right
    }
    .block-authentication .block-title {
        font-size: 2.6rem;
        border-bottom: 0;
        margin-bottom: 25px
    }
    .block-authentication .actions-toolbar>.primary {
        display: inline;
        float: right;
        margin-right: 0
    }
    .block-authentication .actions-toolbar>.primary .action {
        margin-right: 0
    }
    .block-authentication .actions-toolbar>.secondary {
        float: left;
        margin-right: 2rem;
        padding-top: 1rem
    }
    .popup-authentication .modal-inner-wrap {
        min-width: 768px;
        width: 60%
    }
    .popup-authentication .block-authentication {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-top: 1px solid #c1c1c1
    }
    .popup-authentication .block[class],
    .popup-authentication .form-login,
    .popup-authentication .fieldset,
    .popup-authentication .block-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-grow: 1;
        flex-grow: 1
    }
    .popup-authentication .block[class] {
        box-sizing: border-box;
        float: left;
        padding: 10px 30px 0 0;
        width: 50%
    }
    .popup-authentication .block[class]+.block {
        border-left: 1px solid #c1c1c1;
        border-top: 0;
        margin: 0;
        padding: 10px 0 0 40px
    }
    .popup-authentication .block[class]+.block:before {
        left: 0;
        top: 50%
    }
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: auto
    }
    .checkout-payment-method .actions-toolbar .primary {
        float: right;
        margin: 0
    }
    .checkout-payment-method .fieldset>.field-select-billing>.control {
        float: none;
        width: 100%
    }
    .checkout-billing-address .action-update {
        float: right
    }
    .checkout-billing-address .actions-toolbar .action-cancel {
        margin: 6px 20px 0 0
    }
    .checkout-payment-method .payment-option-title {
        padding-left: 22px
    }
    .checkout-payment-method .payment-option-content .payment-option-inner+.actions-toolbar {
        margin-left: 0
    }
    .login-container .block.login .actions-toolbar>.primary {
        margin-bottom: 0;
        margin-right: 30px
    }
    .login-container .block.login .actions-toolbar>.secondary {
        float: left
    }
    .login-container .fieldset>.field>.control {
        width: 80%
    }
    .form-create-account .fieldset-fullname .fields {
        display: table;
        width: 100%
    }
    .form-create-account .fieldset-fullname .fields .field {
        display: table-cell
    }
    .form-create-account .fieldset-fullname .fields .field+.field {
        padding-left: 10px
    }
    .form-create-account .fieldset-fullname .field-name-prefix,
    .form-create-account .fieldset-fullname .field-name-suffix {
        width: 50px
    }
    .form.password.reset,
    .form.send.confirmation,
    .form.password.forget,
    .form.create.account,
    .form.search.advanced,
    .form.form-orders-search {
        min-width: 600px;
        width: 50%
    }
    .account.page-layout-2columns-left .sidebar-main,
    .account.page-layout-2columns-left .sidebar-additional {
        width: 22.3%
    }
    .account.page-layout-2columns-left .column.main {
        width: 77.7%
    }
    .account.page-layout-2columns-left .sidebar-main .block {
        margin-bottom: 0
    }
    .account .data.table {
        margin-bottom: 0
    }
    .account .data.table .col.actions {
        white-space: nowrap
    }
    .block-addresses-list .items.addresses {
        font-size: 0
    }
    .block-addresses-list .items.addresses>.item {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 20px;
        vertical-align: top;
        width: 48%
    }
    .block-addresses-list .items.addresses>.item:nth-last-child(1),
    .block-addresses-list .items.addresses>.item:nth-last-child(2) {
        margin-bottom: 0
    }
    .block-addresses-list .items.addresses>.item:nth-child(even) {
        margin-left: 4%
    }
    .form-edit-account .fieldset .fieldset {
        margin-bottom: 20px;
        width: 100%
    }
    .control.captcha-image .captcha-img {
        margin: 0 10px 10px 0
    }
    .storecredit .block-balance-history {
        width: 100%
    }
    .table-balance-history .col {
        width: 25%
    }
    .page-product-downloadable .product-options-wrapper {
        float: left;
        width: 55%
    }
    .page-product-downloadable .product-options-bottom {
        float: right;
        width: 40%
    }
    .page-product-giftcard .product-info-main .price-box .price-container.price-final {
        font-size: 21px
    }
    .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
        font-size: 36px;
        line-height: 36px
    }
    .page-product-giftcard .product-info-main .product-info-stock-sku {
        padding-bottom: 0
    }
    .page-product-giftcard .product-info-main .product-reviews-summary {
        float: none
    }
    .page-product-giftcard .product-add-form {
        margin-top: -20px
    }
    .page-product-giftcard .product-add-form .field:not(.text) {
        margin: 0 0 20px;
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top
    }
    .page-product-giftcard .product-add-form .field:not(.text)>.label {
        margin: 0 0 8px;
        display: inline-block
    }
    .page-product-giftcard .product-add-form .field:not(.text):last-child {
        margin-bottom: 0
    }
    .page-product-giftcard .product-add-form .field:not(.text)+.fieldset {
        clear: both
    }
    .page-product-giftcard .product-add-form .field:not(.text)>.label {
        font-weight: 600
    }
    .page-product-giftcard .product-add-form .field:not(.text)>.label+br {
        display: none
    }
    .page-product-giftcard .product-add-form .field:not(.text) .choice input {
        vertical-align: top
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
        content: '';
        display: table
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
        clear: both
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
        box-sizing: border-box;
        float: left
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
        width: 50% !important
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
        width: 33.3% !important
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
        width: 25% !important
    }
    .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
        width: 20% !important
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
        width: 100%
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
    .page-product-giftcard .product-add-form .field:not(.text) .addon select,
    .page-product-giftcard .product-add-form .field:not(.text) .addon input {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        display: inline-block;
        margin: 0;
        width: auto
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
        background: #fff;
        background-clip: padding-box;
        border: 1px solid #c2c2c2;
        border-radius: 1px;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 14px;
        height: 32px;
        line-height: 1.42857143;
        padding: 0 9px;
        vertical-align: baseline;
        width: 100%;
        box-sizing: border-box;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        width: auto
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
        opacity: .5
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
        color: #575757
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
        color: #575757
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
        color: #575757
    }
    .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .page-product-giftcard .product-add-form .field:not(.text) .additional {
        margin-top: 10px
    }
    .page-product-giftcard .product-add-form .field:not(.text).required>.label:after,
    .page-product-giftcard .product-add-form .field:not(.text)._required>.label:after {
        content: '*';
        color: #e02b27;
        font-size: 1.2rem;
        margin: 0 0 0 5px
    }
    .page-product-giftcard .product-add-form .field:not(.text) .note {
        font-size: 1.2rem;
        margin: 3px 0 0;
        padding: 0;
        display: inline-block;
        text-decoration: none
    }
    .page-product-giftcard .product-add-form .field:not(.text) .note:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 12px;
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
        padding-right: 25px
    }
    .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
        padding-right: 0
    }
    .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date)>.control {
        width: auto
    }
    .gift-options {
        position: relative;
        z-index: 1
    }
    .gift-options .actions-toolbar {
        clear: both;
        padding: 0;
        position: static
    }
    .gift-options .actions-toolbar .secondary {
        float: right
    }
    .gift-options .actions-toolbar .secondary .action {
        float: right;
        margin-left: 20px;
        margin-right: 0
    }
    .gift-options .actions-toolbar .secondary .action-cancel {
        display: block;
        float: left;
        margin-top: 6px
    }
    .gift-options .actions-toolbar:nth-child(3):before {
        border-left: 1px solid #c1c1c1;
        bottom: 5rem;
        content: '';
        display: block;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 0
    }
    .gift-options-title {
        font-weight: 300;
        font-size: 1.8rem
    }
    .gift-item-block .title {
        font-size: 1.6rem;
        padding: 20px 0
    }
    .item-gift td {
        padding-left: 0;
        padding-right: 0
    }
    .cart.table-wrapper .gift-options .actions-toolbar {
        clear: both;
        padding: 0;
        position: static
    }
    .cart .action-gift {
        float: left
    }
    .cart-container .cart-gift-item {
        margin-bottom: 20px
    }
    .cart-container .cart-gift-item .gift-options,
    .cart-container .cart-gift-item .gift-summary {
        padding-bottom: 20px
    }
    .form-giftregistry-share .fieldset .field,
    .form-giftregistry-edit .fieldset .field {
        width: 45%
    }
    .form-giftregistry-edit .fieldset.shipping_address .fieldset {
        margin-top: 20px
    }
    .table-giftregistry .col.create {
        white-space: nowrap
    }
    .table-giftregistry .col.message {
        width: 40%
    }
    .table-giftregistry .col.actions {
        width: 30%
    }
    .table-giftregistry-items .col.note {
        width: 30%
    }
    .account .data.table.table-giftregistry-items>thead>tr>th,
    .account .data.table.table-giftregistry-items>tbody>tr>th,
    .account .data.table.table-giftregistry-items>tfoot>tr>th,
    .account .data.table.table-giftregistry-items>thead>tr>td,
    .account .data.table.table-giftregistry-items>tbody>tr>td,
    .account .data.table.table-giftregistry-items>tfoot>tr>td {
        border-top: 1px solid #ccc
    }
    .account .data.table.table-giftregistry-items>caption+thead>tr:first-child>th,
    .account .data.table.table-giftregistry-items>colgroup+thead>tr:first-child>th,
    .account .data.table.table-giftregistry-items>thead:first-child>tr:first-child>th,
    .account .data.table.table-giftregistry-items>caption+thead>tr:first-child>td,
    .account .data.table.table-giftregistry-items>colgroup+thead>tr:first-child>td,
    .account .data.table.table-giftregistry-items>thead:first-child>tr:first-child>td {
        border-top: 0
    }
    .account .data.table.table-giftregistry-items>tbody+tbody {
        border-top: 1px solid #ccc
    }
    .account .data.table.table-giftregistry-items th {
        border-bottom: 0
    }
    .account .data.table.table-giftregistry-items>tbody>tr:nth-child(even)>td,
    .account .data.table.table-giftregistry-items>tbody>tr:nth-child(even)>th {
        background: 0 0
    }
    .form-giftregistry-search .fieldset {
        margin-bottom: 29px
    }
    .form-giftregistry-search .fieldset .field.name,
    .form-giftregistry-search .fieldset .field.lastname {
        padding: 0 12px 0 0;
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        vertical-align: top;
        margin-bottom: auto
    }
    .form-giftregistry-search .fieldset .field.name+.fieldset,
    .form-giftregistry-search .fieldset .field.lastname+.fieldset {
        clear: both
    }
    .form-giftregistry-search .fieldset .field.lastname {
        padding: 0
    }
    .block-giftregistry-shared-items .item {
        border-bottom: 1px solid #ccc;
        border-top: 0
    }
    .block-giftregistry-shared-items .product-item-photo {
        display: table-cell;
        max-width: 100%;
        padding: 0 20px 0 0;
        vertical-align: top;
        width: 1%
    }
    .block-giftregistry-shared-items .product-item-details {
        display: table-cell;
        vertical-align: top;
        width: 99%;
        word-break: normal
    }
    .block-giftregistry-shared-items .col.product {
        width: 48%
    }
    .block-giftregistry-shared-items .col:not(.product) {
        text-align: center
    }
    .block-giftregistry-shared-items .col.price {
        padding-top: 17px
    }
    .block-giftregistry-shared-items .input-text.qty {
        margin-top: -4px
    }
    .gift-options-cart-item .gift-wrapping,
    .cart-gift-item .gift-wrapping {
        box-sizing: border-box;
        float: left;
        padding-right: 20px;
        width: 50%
    }
    .gift-options-cart-item .gift-wrapping+.gift-message,
    .cart-gift-item .gift-wrapping+.gift-message {
        border-left: 1px solid #c1c1c1;
        box-sizing: border-box;
        float: left;
        padding-left: 4.5rem;
        width: 50%
    }
    .gift-options-cart-item .gift-summary .regular-price,
    .cart-gift-item .gift-summary .regular-price {
        white-space: nowrap
    }
    .gift-options-cart-item .gift-wrapping-name,
    .cart-gift-item .gift-wrapping-name {
        padding-right: 20px
    }
    .order-options .gift-wrapping,
    .table-order-review .gift-wrapping {
        max-width: 50%
    }
    .page-product-grouped .product-info-price {
        float: none
    }
    .page-product-grouped .minimal-price {
        margin-top: -8px
    }
    .box-tocart .action.instant-purchase {
        margin-bottom: 0;
        margin-right: 1%;
        width: 49%
    }
    .table-invitations .col {
        width: 50%
    }
    .wishlist.window.popup {
        bottom: auto;
        top: 20%;
        left: 50%;
        margin-left: -212px;
        width: 380px;
        right: auto
    }
    .block-wishlist-management {
        margin-bottom: 20px
    }
    .block-wishlist-management .wishlist-select {
        border-bottom: 1px solid #e8e8e8;
        display: table;
        margin-bottom: 15px;
        width: 100%
    }
    .block-wishlist-management .wishlist-select .wishlist-name {
        display: table-cell;
        margin-right: 10px;
        padding: 5px 10px 10px;
        vertical-align: top;
        white-space: nowrap;
        width: 5%
    }
    .block-wishlist-management .wishlist-select-items {
        display: table-cell;
        padding-right: 160px;
        vertical-align: top
    }
    .block-wishlist-management .wishlist-select-items .item {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 10px 10px
    }
    .block-wishlist-management .wishlist-select-items .item:last-child {
        margin-right: 0
    }
    .block-wishlist-management .wishlist-select-items .current {
        border-bottom: 3px solid #ff5501;
        font-weight: 600
    }
    .block-wishlist-management .wishlist-select .wishlist-name-current {
        display: none
    }
    .block-wishlist-management .wishlist-add.item {
        position: absolute;
        right: 0;
        top: 0
    }
    .block-wishlist-management .wishlist-title strong {
        font-size: 4rem
    }
    .block-wishlist-management .wishlist-info {
        float: left
    }
    .block-wishlist-management .wishlist-toolbar {
        float: right
    }
    .block-wishlist-info-items .product-item-photo {
        margin-left: 0
    }
    .products-grid.wishlist .product-item-checkbox {
        float: left
    }
    .products-grid.wishlist .product-item-checkbox+.product-item-name {
        margin-left: 25px
    }
    .block.newsletter {
        width: 34%
    }
    .product-reviews-summary {
        margin-bottom: 15px
    }
    .products.wrapper.list .product-reviews-summary {
        margin: 0
    }
    .product-reviews-summary .reviews-actions {
        font-size: 14px;
        margin-top: 3px
    }
    .form-create-return .fieldset .field {
        width: 45%
    }
    .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
        clear: none;
        float: left;
        width: 25%
    }
    .block-returns-tracking .block-title .action {
        margin: 0 0 0 30px
    }
    .block-returns-tracking .block-title .actions-track {
        float: right;
        margin-top: 12px
    }
    .form.send.friend {
        width: 60%
    }
    .form.send.friend .fieldset .field {
        width: 45%
    }
    .form.send.friend .fieldset .field.text {
        width: 90%
    }
    html,
    body {
        height: 100%
    }
    .navigation ul {
        padding: 0 8px
    }
    .page-header {
        border: 0;
        margin-bottom: 0
    }
    .page-header .panel.wrapper {
        border-bottom: 1px solid #e8e8e8;
        background-color: #6e716e
    }
    .page-header .header.panel {
        padding-bottom: 10px;
        padding-top: 10px
    }
    .page-header .switcher {
        float: right;
        margin-left: 15px;
        margin-right: -6px;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .page-main>.page-title-wrapper .page-title {
        display: inline-block
    }
    .page-main>.page-title-wrapper .page-title+.action {
        float: right;
        margin-top: 20px
    }
    .customer-welcome {
        display: inline-block;
        position: relative
    }
    .customer-welcome:before,
    .customer-welcome:after {
        content: '';
        display: table
    }
    .customer-welcome:after {
        clear: both
    }
    .customer-welcome .action.switch {
        padding: 0;
        cursor: pointer;
        display: inline-block;
        text-decoration: none
    }
    .customer-welcome .action.switch>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .customer-welcome .action.switch:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 22px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .customer-welcome .action.switch:hover:after {
        color: inherit
    }
    .customer-welcome .action.switch:active:after {
        color: inherit
    }
    .customer-welcome .action.switch.active {
        display: inline-block;
        text-decoration: none
    }
    .customer-welcome .action.switch.active>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .customer-welcome .action.switch.active:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 22px;
        color: inherit;
        content: '\e621';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .customer-welcome .action.switch.active:hover:after {
        color: inherit
    }
    .customer-welcome .action.switch.active:active:after {
        color: inherit
    }
    .customer-welcome ul {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #fff;
        border: 1px solid #bbb;
        margin-top: 4px;
        min-width: 100%;
        z-index: 101;
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, .15)
    }
    .customer-welcome ul li {
        margin: 0;
        padding: 0
    }
    .customer-welcome ul li:hover {
        background: #e8e8e8;
        cursor: pointer
    }
    .customer-welcome ul:before,
    .customer-welcome ul:after {
        border-bottom-style: solid;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        width: 0
    }
    .customer-welcome ul:before {
        border: 6px solid;
        border-color: transparent transparent #fff;
        z-index: 99
    }
    .customer-welcome ul:after {
        border: 7px solid;
        border-color: transparent transparent #bbb;
        z-index: 98
    }
    .customer-welcome ul:before {
        right: 10px;
        top: -12px
    }
    .customer-welcome ul:after {
        right: 9px;
        top: -14px
    }
    .customer-welcome.active {
        overflow: visible
    }
    .customer-welcome.active ul {
        display: block
    }
    .customer-welcome li a {
        color: #333;
        text-decoration: none;
        display: block;
        line-height: 1.4;
        padding: 8px
    }
    .customer-welcome li a:visited {
        color: #333;
        text-decoration: none
    }
    .customer-welcome li a:hover {
        color: #333;
        text-decoration: none
    }
    .customer-welcome li a:active {
        color: #333;
        text-decoration: none
    }
    .customer-welcome .customer-name {
        cursor: pointer
    }
    .customer-welcome .customer-menu {
        display: none
    }
    .customer-welcome .action.switch {
        background-image: none;
        background: 0 0;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        color: #fff
    }
    .customer-welcome .action.switch:focus,
    .customer-welcome .action.switch:active {
        background: 0 0;
        border: none
    }
    .customer-welcome .action.switch:hover {
        background: 0 0;
        border: none
    }
    .customer-welcome .action.switch.disabled,
    .customer-welcome .action.switch[disabled],
    fieldset[disabled] .customer-welcome .action.switch {
        pointer-events: none;
        opacity: .5
    }
    .customer-welcome .header.links {
        min-width: 175px;
        z-index: 1000
    }
    .customer-welcome.active .action.switch:after {
        content: '\e621'
    }
    .customer-welcome.active .customer-menu {
        display: block
    }
    .customer-welcome .greet {
        display: none
    }
    .header.panel>.header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
        float: right;
        margin-left: auto
    }
    .header.panel>.header.links>li {
        display: inline-block;
        vertical-align: top
    }
    .header.panel>.header.links>li {
        margin: 0 0 0 15px
    }
    .header.panel>.header.links>li.welcome,
    .header.panel>.header.links>li>a {
        display: inline-block;
        line-height: 1.4
    }
    .header.panel>.header.links>li.welcome a {
        color: #fff;
        padding-left: 5px
    }
    .header.panel>.header.links>.authorization-link:after {
        content: attr(data-label);
        display: inline-block;
        margin: 0 -5px 0 5px
    }
    .header.panel>.header.links>.authorization-link:last-child:after {
        display: none
    }
    .header.panel>.header.links>.customer-welcome+.authorization-link {
        display: none
    }
    .header.content {
        padding: 30px 20px 0
    }
    /* .logo {
        margin: -8px auto 25px 0
    }
    .logo img {
        max-height: inherit
    } */
    .page-wrapper {
        margin: 0;
        position: relative;
        transition: margin .3s ease-out 0s
    }
    .page-wrapper>.breadcrumbs,
    .page-wrapper>.top-container,
    .page-wrapper>.widget {
        box-sizing: border-box;
        width: 100%
    }
    .page-footer {
        background: #f4f4f4;
        margin-top: auto;
        padding-bottom: 25px
    }
    .page-footer .switcher .options ul.dropdown {
        bottom: -10px;
        left: 100%;
        margin: 0 0 0 20px;
        top: auto
    }
    .page-footer .switcher .options ul.dropdown:before,
    .page-footer .switcher .options ul.dropdown:after {
        bottom: 13px;
        left: auto;
        right: 100%;
        top: auto
    }
    .page-footer .switcher .options ul.dropdown:before {
        border-color: transparent #fff transparent transparent
    }
    .page-footer .switcher .options ul.dropdown:after {
        border-color: transparent #bbb transparent transparent;
        margin: 0 0 -1px -1px
    }
    .footer.content {
        border-top: none
    }
    .footer.content .block {
        float: right
    }
    .footer.content ul {
        padding-right: 50px
    }
    .footer.content .switcher.store {
        display: block;
        margin: 0
    }
    .footer.content .links {
        display: inline-block;
        padding-right: 50px;
        vertical-align: top
    }
    .footer.content .links li {
        background: 0 0;
        border: none;
        font-size: 14px;
        margin: 0 0 8px;
        padding: 0
    }
    .footer.content .links a,
    .footer.content .links strong {
        display: inline
    }
    .my-credit-cards .card-type img {
        display: block
    }
    .products-grid.wishlist .product-item-info:hover .product-item-inner {
        display: block
    }
    .products-grid.wishlist .product-item-tooltip {
        display: inline-block
    }
    .products-grid.wishlist .product-item-actions {
        margin: 10px 0 0
    }
    .products-grid.wishlist .product-item-actions>* {
        display: inline-block;
        margin-bottom: 7px;
        margin-top: 7px
    }
    .products-grid.wishlist .product-item .fieldset {
        display: table
    }
    .products-grid.wishlist .product-item .fieldset .field.qty,
    .products-grid.wishlist .product-item .fieldset .product-item-actions {
        display: table-cell;
        vertical-align: bottom
    }
    .products-grid.wishlist .product-item .fieldset .field.qty {
        padding-right: 10px
    }
    .products-grid.wishlist .product-item .box-tocart .actions-primary {
        margin: 0
    }
    .products-grid.wishlist .product-item .box-tocart .stock {
        margin: 20px 0 0
    }
    .products-grid.wishlist .product-item .tocart {
        width: auto
    }
    .wishlist-index-index .product-item-info {
        width: auto
    }
    .wishlist-index-index .product-item-inner {
        background: #fff;
        border: 1px solid #bbb;
        box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, .3);
        border-top: none;
        left: 0;
        margin: 9px 0 0 -1px;
        padding: 0 9px 9px;
        position: absolute;
        right: -1px;
        z-index: 2
    }
    .wishlist-index-index .product-item-inner .comment-box {
        margin-top: -18px
    }
    .page-products .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 4%)/3)
    }
    .page-products .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0
    }
    .page-products.page-layout-1column .products-grid .product-item {
        width: 25%
    }
    .page-products.page-layout-3columns .products-grid .product-item {
        width: 50%
    }
    .page-products .columns {
        padding-top: 0;
        position: relative;
        z-index: 1
    }
    .toolbar-amount {
        display: block;
        float: left;
        position: static
    }
    .products.wrapper~.toolbar .pages {
        float: left;
        margin-bottom: 0
    }
    .modes {
        display: inline-block;
        float: left;
        margin-right: 20px
    }
    .products.wrapper~.toolbar .modes {
        display: none
    }
    .modes-mode {
        background-color: #f0f0f0;
        box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, .3);
        color: #5e5e5e;
        border: 1px solid #ccc;
        border-right: 0;
        float: left;
        font-weight: 400;
        line-height: 1;
        padding: 7px 10px;
        text-align: center;
        display: inline-block;
        text-decoration: none
    }
    .modes-label+.modes-mode {
        border-radius: 3px 0 0 3px
    }
    .modes-mode:hover {
        color: #5e5e5e;
        background: #ebebeb
    }
    .modes-mode:last-child {
        border-radius: 0 3px 3px 0;
        border-right: 1px solid #ccc
    }
    .modes-mode.active {
        box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, .8), inset 0 -1px 0 0 rgba(204, 204, 204, .3);
        background: #dedede;
        color: #9e9e9e
    }
    .modes-mode>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    .modes-mode:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: inherit;
        color: #7d7d7d;
        content: '\e60d';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: 400;
        overflow: hidden;
        speak: none;
        text-align: center
    }
    .modes-mode:hover:before {
        color: #7d7d7d
    }
    .page-products .sorter {
        position: static
    }
    .mode-list:before {
        content: '\e60b'
    }
    .products.wrapper~.toolbar .limiter {
        display: block;
        float: right
    }
    .product-info-main .box-tocart,
    .product-options-bottom .box-tocart {
        display: table
    }
    .product-info-main .box-tocart .field.qty,
    .product-options-bottom .box-tocart .field.qty {
        display: table-cell
    }
    .product-info-main .box-tocart .actions,
    .product-options-bottom .box-tocart .actions {
        display: table-cell;
        padding-top: 25px;
        text-align: center;
        vertical-align: bottom
    }
    .product-info-main .page-title-wrapper .page-title {
        margin-top: -13px
    }
    .sidebar .product-items .product-item-info .product-item-photo {
        float: left;
        left: auto;
        margin: 0 10px 10px 0;
        position: relative;
        top: auto
    }
    .sidebar .product-items .product-item-details {
        margin: 0
    }
    .sidebar .product-items .product-item-actions {
        clear: left
    }
    .product-info-main {
        float: right
    }
    .product.media {
        float: left;
        margin-bottom: 25px
    }
    .page-layout-1column .product-info-main {
        width: 40%
    }
    .page-layout-1column .product.media {
        width: 57%
    }
    .page-layout-2columns-left .product-info-main,
    .page-layout-2columns-right .product-info-main,
    .page-layout-3columns .product-info-main {
        width: 48%
    }
    .page-layout-2columns-left .product.media,
    .page-layout-2columns-right .product.media,
    .page-layout-3columns .product.media {
        width: 50%
    }
    .filter.block {
        margin-bottom: 40px
    }
    .filter-title {
        display: none
    }
    .filter-content .item {
        margin: 10px 0
    }
    .filter-actions {
        margin-bottom: 30px
    }
    .filter.active .filter-options,
    .filter-options {
        background: 0 0;
        clear: both;
        display: block;
        overflow: initial;
        position: static
    }
    .filter-subtitle {
        display: block;
        position: static
    }
    .page-layout-1column .toolbar-products {
        position: absolute;
        top: 0;
        width: 100%
    }
    .page-layout-1column .products~.toolbar-products {
        position: static
    }
    .page-layout-1column.page-with-filter .column.main {
        padding-top: 45px;
        position: relative;
        z-index: 1
    }
    .page-layout-1column .filter.block {
        border-top: 1px solid #ccc
    }
    .page-layout-1column .filter-content {
        margin-top: 10px
    }
    .page-layout-1column .filter-subtitle {
        display: none
    }
    .page-layout-1column .filter-options-item {
        border: 0;
        display: inline-block;
        margin-right: 25px;
        position: relative
    }
    .page-layout-1column .filter-options-item.active {
        z-index: 2
    }
    .page-layout-1column .filter-options-item.active .filter-options-content {
        visibility: visible
    }
    .page-layout-1column .filter-options-item.active:hover {
        z-index: 3
    }
    .page-layout-1column .filter-options-item.active:after,
    .page-layout-1column .filter-options-item.active:before {
        border: 8px solid transparent;
        height: 0;
        width: 0;
        border-bottom-color: #000;
        bottom: -1px;
        content: '';
        display: block;
        left: 5px;
        position: absolute;
        z-index: 3
    }
    .page-layout-1column .filter-options-item.active:after {
        border-bottom-color: #fff;
        margin-top: 2px;
        z-index: 4
    }
    .page-layout-1column .filter-options-title {
        padding: 0 20px 0 0
    }
    .page-layout-1column .filter-options-title:after {
        right: 2px;
        top: 3px;
        z-index: 3
    }
    .page-layout-1column .filter-options-content {
        background: #fff;
        -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .75);
        -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .75);
        -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .75);
        box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .75);
        border: 1px solid #ccc;
        padding: 5px 0;
        position: absolute;
        top: 100%;
        visibility: hidden;
        width: 180px;
        z-index: 2
    }
    .page-layout-1column .filter-options-content .item {
        margin: 0;
        padding: 5px
    }
    .page-layout-1column .filter-options-content .item a {
        margin-left: 0
    }
    .page-layout-1column .filter-options-content .item:hover {
        background-color: #e8e8e8
    }
    .page-layout-1column .filter-current {
        display: inline;
        line-height: 35px
    }
    .page-layout-1column .filter-current-subtitle {
        color: #7d7d7d;
        display: inline;
        font-size: 14px;
        font-weight: 400;
        padding: 0
    }
    .page-layout-1column .filter-current-subtitle:after {
        content: ':'
    }
    .page-layout-1column .filter-current .item,
    .page-layout-1column .filter-current .items {
        display: inline
    }
    .page-layout-1column .filter-current .item {
        margin-right: 25px;
        white-space: nowrap
    }
    .page-layout-1column .filter-current .action.remove {
        line-height: normal
    }
    .page-layout-1column .filter-actions {
        display: inline;
        white-space: nowrap
    }
    .page-layout-1column .filter-actions~.filter-options {
        margin-top: 25px
    }
    .order-links .item {
        float: left;
        margin: 0 -1px 0 0
    }
    .order-links .item a {
        padding: 1px 35px
    }
    .order-links .item strong {
        border-bottom: 0;
        margin-bottom: -1px;
        padding: 1px 35px 2px
    }
    .order-actions-toolbar .action.print {
        display: block;
        float: right
    }
    .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    [class^=sales-guest-] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
    .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
        clear: none;
        float: left;
        width: 25%
    }
    .block-order-details-comments {
        margin: 0 0 60px
    }
    .block-order-details-comments .comment-date {
        clear: left;
        float: left;
        margin-right: 50px;
        max-width: 90px
    }
    .block-order-details-comments .comment-content {
        overflow: hidden
    }
    .order-details-items {
        margin-top: -1px;
        padding: 25px
    }
    .order-details-items .col.name {
        padding-left: 0
    }
    .order-details-items .col.price {
        text-align: center
    }
    .order-details-items .col.subtotal {
        text-align: right
    }
    .order-details-items tbody td {
        padding-bottom: 20px;
        padding-top: 20px
    }
    .order-details-items tfoot .amount,
    .order-details-items tfoot .mark {
        text-align: right
    }
    .order-details-items.ordered .order-title {
        display: none
    }
    .order-pager-wrapper .order-pager-wrapper-top {
        padding-left: 0;
        padding-right: 0
    }
    .order-pager-wrapper .toolbar-amount {
        position: relative
    }
    .order-pager-wrapper .pages {
        float: right
    }
    .table-order-items tbody .col.label,
    .table-order-items tbody .col.value {
        padding-left: 0
    }
    .table-order-items.invoice .col.qty,
    .table-order-items.shipment .col.qty {
        text-align: center
    }
    .table-order-items.creditmemo .col.qty,
    .table-order-items.creditmemo .col.discount,
    .table-order-items.creditmemo .col.subtotal {
        text-align: center
    }
    .table-order-items.creditmemo .col.total {
        text-align: right
    }
    .block.widget .products-grid .product-item {
        width: 33.33333333%
    }
    .sidebar .block.widget .products-grid .product-item {
        margin-left: 0;
        width: 100%
    }
    .sidebar .block.widget .products-grid .product-item .actions-secondary {
        display: block;
        padding: 10px 0
    }
    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 6%)/4)
    }
    .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%
    }
    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }
    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 50%
    }
    .sidebar .block.widget .pager .pages-item-next {
        padding: 0
    }
    .sidebar .block.widget .pager .pages-item-next .action {
        margin: 0
    }
}

@media all and (min-width:1024px),
print {
    .checkout-index-index .modal-popup .modal-inner-wrap {
        margin-left: -400px;
        width: 800px;
        left: 50%
    }
    .opc-wrapper .shipping-address-item {
        width: 33.33333333%
    }
    .opc-wrapper .shipping-address-item:before {
        background: #ccc;
        height: calc(100% - 20px);
        content: '';
        left: 0;
        position: absolute;
        top: 0;
        width: 1px
    }
    .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
        display: none
    }
    .opc-wrapper .shipping-address-item.selected-item:before {
        display: none
    }
    .opc-wrapper .shipping-address-item.selected-item+.shipping-address-item:before {
        display: none
    }
    .table-checkout-shipping-method {
        min-width: 500px
    }
    .wishlist-index-index .products-grid .product-items {
        margin: 0
    }
    .wishlist-index-index .products-grid .product-item {
        margin-bottom: 20px;
        margin-left: calc((100% - 4*24.439%)/3);
        padding: 0;
        width: 24.439%
    }
    .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }
    .products-grid .product-item {
        width: 20%
    }
    .page-layout-1column .products-grid .product-item {
        width: 16.66666667%
    }
    .page-layout-3columns .products-grid .product-item {
        width: 25%
    }
    .page-products .products-grid .product-items {
        margin: 0
    }
    .page-products .products-grid .product-item {
        margin-left: 2%;
        padding: 5px;
        width: calc((100% - 6%)/4)
    }
    .page-products .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%
    }
    .page-products .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }
    .page-products.page-layout-1column .products-grid .product-item {
        margin-left: 0;
        width: 20%
    }
    .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 1%;
        width: 32.667%
    }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
        margin-left: 1%
    }
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0
    }
    .block.widget .products-grid .product-item {
        width: 20%
    }
    .page-layout-1column .block.widget .products-grid .product-item {
        margin-left: 2%;
        width: calc((100% - 8%)/5)
    }
    .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 2%
    }
    .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0
    }
    .page-layout-3columns .block.widget .products-grid .product-item {
        width: 25%
    }
    .block.widget .products-grid .product-items {
        margin: 0
    }
    .block.widget .products-grid .product-item {
        margin-left: calc((100% - 4*24.439%)/3);
        padding: 0;
        width: 24.439%
    }
    .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0
    }
}

@media all and (min-width:1440px),
print {
    .sidebar .product-items .product-item-info .product-item-photo {
        float: none;
        left: 0;
        margin: 0;
        position: absolute;
        top: 0
    }
    .sidebar .product-items .product-item-details {
        margin-left: 85px
    }
}

@font-face {
    font-family: 'FSMeWeb-Regular';
    src: url('../fonts/FSMeWeb-Regular.woff2') format('woff2'), url('../fonts/FSMeWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'FSMeWeb-Light';
    src: url('../fonts/FSMeWeb-Light.woff2') format('woff2'), url('../fonts/FSMeWeb-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'FSMeWeb-Bold';
    src: url('../fonts/FSMeWeb-Bold.woff2') format('woff2'), url('../fonts/FSMeWeb-Bold.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Custom-Icons';
    src: url('../fonts/custom_icons.woff2') format('woff2'), url('../fonts/custom_icons.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

a.btn_white_pink {
    font-size: 20px;
    line-height: 1;
    color: #f76162;
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    border: 1px solid #f76162;
    border-radius: 27px;
    padding: 15px;
    float: left;
    text-align: center;
    min-width: 178px;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear
}

a.btn_white_pink:hover {
    background: #f76162;
    color: #fff
}

@media (max-width:1023px) {
    a.btn_white_pink {
        font-size: 5.156vw;
        padding: 4.063vw;
        min-width: 42.656vw;
        border-width: 1.5px;
        border-radius: 6.25vw
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ''
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
*:before,
*:after {
    box-sizing: border-box;
    max-height: 100000px;
    outline: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
    padding: 0;
    text-transform: none;
    color: inherit;
    border-radius: 0
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type=email],
input[type=number],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

textarea {
    overflow: auto;
    resize: none
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-placeholder {
    opacity: 1;
    color: inherit
}

:-ms-input-placeholder {
    color: inherit
}

body {
    background-color: #fff;
    font: 16px/1.5 'FSMeWeb-Regular', Arial, sans-serif;
    color: #505050
}

h1.title-red {
    font-size: 50px;
    line-height: 60px;
    position: relative;
    padding-bottom: 20px
}

h1.title-red:after {
    height: 8px;
    width: 60px;
    content: " ";
    background: #d71921;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px
}

h2 {
    color: #505050;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 45px;
    line-height: 1.1;
    margin: 0 0 19px;
    font-weight: 400
}

h3 {
    color: #505050;
    font-size: 16px;
    line-height: 1.1;
    margin: 0 0 36px;
    font-weight: 400
}

@media (max-width:1024px) {
    h2 {
        font-size: 35px;
        letter-spacing: -1.5px
    }
}

.container,
.cms-home .content-section,
.header.content,
#top-menu-header,
.page-title-wrapper {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto
}

.big-container,
.page-main,
.breadcrumbs {
    max-width: 1520px;
    padding: 0 24px;
    margin: 0 auto
}

@media (max-width:1023px) {
    .big-container,
    .page-main,
    .breadcrumbs {
        padding: 0 4.531vw
    }
}

.page-wrapper {
    overflow: hidden;
    position: relative
}

.page-main-wrapper {
    position: relative
}

.cms-home #maincontent {
    padding: 0;
    max-width: none
}

.cms-home #maincontent .column.main {
    padding-bottom: 0
}

.cms-home #maincontent.page-main-full .page-main {
    padding: 0;
    max-width: none
}

.page.messages,
.column.main {
    margin-top: 0
}

.page-head {
    display: flex;
    flex-direction: column;
    padding: 0 0 7px
}

@media (max-width:767px) {
    .page-head {
        border-top: 1px solid #ddd;
        margin: 0 -20px;
        padding: 0 20px
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.text-center {
    text-align: center
}

.bg-none {
    background-image: none !important
}

.no-margin {
    margin: 0 !important
}

.ie10 .page-wrapper,
.ie11 .page-wrapper {
    height: auto
}

.text-uppercase {
    text-transform: uppercase !important
}

.page-layout-2columns-left .columns {
    display: flex;
    flex-wrap: nowrap
}

.page-layout-2columns-left .sidebar-main {
    width: 280px;
    flex-shrink: 0;
    padding-right: 31px;
    flex-basis: auto
}

.page-layout-2columns-left .column.main {
    flex-grow: 1;
    width: auto
}

.page-layout-1column.page-with-filter .column.main {
    padding-top: 0
}

#INDWrap {
    display: none !important
}

@media (max-width:1023px) {
    .content-section {
        padding-top: 42px;
        padding-bottom: 42px
    }
    .page-head .breadcrumbs {
        border: none;
        padding: 0 4.531vw
    }
    .page-head .breadcrumbs .items li {
        font-size: 3.438vw
    }
    h2 {
        font-size: 9.375vw;
        margin-bottom: 1.406vw
    }
}

@media (max-width:767px) {
    .columns {
        display: block
    }
    .content-section {
        padding-top: 46px;
        padding-bottom: 20px
    }
    .page-head {
        padding: 0;
        margin: 0
    }
    .breadcrumbs .items li {
        font-size: 3.438vw
    }
    h3 {
        font-size: 16px;
        line-height: 1.4;
        margin: 0 0 17px
    }
    .page-layout-2columns-left .columns {
        flex-direction: column
    }
    .page-layout-2columns-left .sidebar-main {
        width: 100%;
        padding-right: 0
    }
    .page-layout-2columns-left .column.main {
        width: 100%
    }
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=icon-],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ico54:before {
    content: "\e935"
}

.icon-ico52:before {
    content: "\e934"
}

.icon-ico53:before {
    content: "\e933"
}

.icon-ico51:before {
    content: "\e932"
}

.icon-ico42:before {
    content: "\e929"
}

.icon-ico43:before {
    content: "\e92a"
}

.icon-ico44:before {
    content: "\e92b"
}

.icon-ico45:before {
    content: "\e92c"
}

.icon-ico46:before {
    content: "\e92d"
}

.icon-ico47:before {
    content: "\e92e"
}

.icon-ico48:before {
    content: "\e92f"
}

.icon-ico49:before {
    content: "\e930"
}

.icon-ico50:before {
    content: "\e931"
}

.icon-ico41:before {
    content: "\e928"
}

.icon-ico40:before {
    content: "\e927"
}

.icon-ico37:before {
    content: "\e924"
}

.icon-ico38:before {
    content: "\e925"
}

.icon-ico39:before {
    content: "\e926"
}

.icon-ico30:before {
    content: "\e91d"
}

.icon-ico31:before {
    content: "\e91e"
}

.icon-ico32:before {
    content: "\e91f"
}

.icon-ico33:before {
    content: "\e920"
}

.icon-ico34:before {
    content: "\e921"
}

.icon-ico35:before {
    content: "\e922"
}

.icon-ico36:before {
    content: "\e923"
}

.icon-ico29:before {
    content: "\e91c"
}

.icon-ico16:before {
    content: "\e90f"
}

.icon-ico17:before {
    content: "\e910"
}

.icon-ico18:before {
    content: "\e911"
}

.icon-ico19:before {
    content: "\e912"
}

.icon-ico20:before {
    content: "\e913";
    color: #4c4c4c
}

.icon-ico21:before {
    content: "\e914";
    color: #4c4c4c
}

.icon-ico22:before {
    content: "\e915";
    color: #4c4c4c
}

.icon-ico23:before {
    content: "\e916";
    color: #4c4c4c
}

.icon-ico24:before {
    content: "\e917";
    color: #4c4c4c
}

.icon-ico25:before {
    content: "\e918"
}

.icon-ico26:before {
    content: "\e919"
}

.icon-ico27:before {
    content: "\e91a"
}

.icon-ico28:before {
    content: "\e91b"
}

.icon-ico1:before {
    content: "\e900"
}

.icon-ico2:before {
    content: "\e901"
}

.icon-ico3:before {
    content: "\e902"
}

.icon-ico4:before {
    content: "\e903"
}

.icon-ico5:before {
    content: "\e904"
}

.icon-ico6:before {
    content: "\e905"
}

.icon-ico7:before {
    content: "\e906"
}

.icon-ico8:before {
    content: "\e907"
}

.icon-ico9:before {
    content: "\e908"
}

.icon-ico10:before {
    content: "\e909"
}

.icon-ico11:before {
    content: "\e90a"
}

.icon-ico12:before {
    content: "\e90b"
}

.icon-ico13:before {
    content: "\e90c"
}

.icon-ico14:before {
    content: "\e90d"
}

.icon-ico15:before {
    content: "\e90e"
}

.bullet-list {
    font-size: 16px;
    line-height: 1.25;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    margin: 0 0 27px;
    color: #595959
}

.bullet-list li {
    margin: 0;
    padding: 0 0 4px 33px;
    position: relative
}

.bullet-list li:before {
    position: absolute;
    top: 4px;
    left: 2px;
    background: url(../images/sprite.png) no-repeat -121px -86px;
    width: 12px;
    height: 11px;
    content: ''
}

@media (max-width:767px) {
    #INDerror {
        width: 320px !important
    }
}

@media (max-width:767px) {
    #INDerrorInner * {
        font-style: 18px
    }
}

@media only screen and (max-width:768px) {
    .page-footer .footer {
        border-top: none
    }
    .page-footer .footer .col-sm-4,
    .page-footer .footer .col-sm-5,
    .page-footer .footer .col-sm-7,
    .page-footer .footer .col-sm-8 {
        width: 100%;
        padding-left: 2.344vw;
        padding-right: 2.344vw
    }
    .page-footer .footer-top {
        padding: 0
    }
    .page-footer .footer-top-content {
        display: flex;
        flex-direction: column
    }
    .page-footer .footer-top-wrapper {
        background: 0 0
    }
    .page-footer .footer-top-wrapper,
    .page-footer .footer-bottom-wrapper {
        height: 100%
    }
    .page-footer .footer-top-wrapper .footer-bottom-in,
    .page-footer .footer-bottom-wrapper .footer-bottom-in {
        flex-direction: column;
        padding: 0 4vw
    }
    .page-footer .footer-top-wrapper .footer-bottom-in span.copyright_text,
    .page-footer .footer-bottom-wrapper .footer-bottom-in span.copyright_text {
        font-size: 4.15vw;
        top: 3vw;
        right: 4vw
    }
    .page-footer .footer-top-wrapper .footer-bottom-in .brand_logos,
    .page-footer .footer-bottom-wrapper .footer-bottom-in .brand_logos {
        padding: 0;
        width: calc(109.4%);
        margin-left: -4.7vw;
        padding-top: 4vw
    }
    .page-footer .footer-top-wrapper .footer-bottom-in .brand_logos:before,
    .page-footer .footer-bottom-wrapper .footer-bottom-in .brand_logos:before {
        width: 82vw;
        height: 2px;
        top: 0;
        left: 5vw
    }
    .page-footer .footer-top-wrapper .footer-bottom-in .brand_logos a,
    .page-footer .footer-bottom-wrapper .footer-bottom-in .brand_logos a {
        width: 23vw;
        max-width: 23vw;
        min-width: 23vw;
        margin: 3vw
    }
    .page-footer .footer-top-wrapper .footer-bottom-in span.footer_logo,
    .page-footer .footer-bottom-wrapper .footer-bottom-in span.footer_logo {
        margin: 0;
        text-align: left
    }
    .page-footer .footer-top-wrapper .footer-bottom-in a.footer_logo_img,
    .page-footer .footer-bottom-wrapper .footer-bottom-in a.footer_logo_img {
        max-width: 25vw;
        width: 25vw;
        margin-bottom: 3vw
    }
    .page-footer .footer-top-wrapper .footer-bottom-in a.footer_logo_img img,
    .page-footer .footer-bottom-wrapper .footer-bottom-in a.footer_logo_img img {
        width: 100%
    }
    .page-footer .footer-contact {
        padding: 4.063vw 3.125vw 2.5vw;
        width: 100%
    }
    .page-footer .footer-contact .header-top-nav {
        padding: 0 0 .313vw;
        font-size: 2.5vw;
        line-height: 1.7
    }
    .page-footer .footer-contact .header-top-nav li {
        margin: 0 0 3.75vw
    }
    .page-footer .footer-contact .header-top-nav a {
        padding: 0 5.313vw
    }
    .page-footer .footer .footer-links {
        background: #fff url(../images/featured-products-bg.jpg) no-repeat right top;
        background-size: 100% 360px;
        min-height: auto;
        float: left;
        order: 1;
        padding: 12.188vw 12.031vw 9.843999999999999vw
    }
    .page-footer .footer .footer-links .col {
        width: 100%
    }
    .page-footer .footer .newsletter.block {
        padding: 0;
        margin-bottom: 2vw
    }
    .page-footer .footer .newsletter.block .newsletter-title {
        margin: 0 0 4.063vw
    }
    .page-footer .footer .newsletter.block .newsletter-title h3 {
        margin-bottom: 1.406vw;
        font-size: 4.688vw;
        margin-bottom: 0;
        font-family: 'FSMeWeb-Light', Arial, sans-serif
    }
    .page-footer .footer .newsletter.block .form .field {
        margin: 0;
        display: inline-block;
        vertical-align: top
    }
    .page-footer .footer .newsletter.block .form .field input {
        font-size: 3.75vw;
        padding: 0 2.656vw 0 3.594vw;
        height: 11.094vw
    }
    .page-footer .footer .newsletter.block .form .newsletter_checkbox input#is_subscribe {
        position: absolute;
        clip: auto;
        opacity: 0;
        margin: 0;
        width: 5.469vw;
        height: 100%;
        left: 0;
        top: 0
    }
    .page-footer .footer .newsletter.block .form .newsletter_checkbox label {
        cursor: pointer;
        font-size: 3.75vw;
        color: #666;
        margin-top: 0;
        margin-left: 10.625vw;
        line-height: 1
    }
    .page-footer .footer .newsletter.block .form .newsletter_checkbox label:before {
        transform: scale(2);
        left: 1.406vw
    }
    .page-footer .footer .newsletter.block .form .actions {
        display: inline-block;
        vertical-align: top
    }
    .page-footer .footer .newsletter.block .form .action.subscribe.primary {
        font-size: 4.063vw;
        height: auto;
        padding: 3.438vw;
        line-height: 1
    }
    .page-footer .footer .newsletter.block .form>div {
        align-items: initial;
        margin-bottom: 6.094vw
    }
    .page-footer .footer-menu {
        order: 2
    }
    .page-footer .footer-menu .footer-menu {
        margin: 0
    }
    .page-footer .footer-menu-slide {
        flex-direction: column;
        margin: 0;
        padding: 0
    }
    .page-footer .footer-menu-nav {
        flex-direction: unset;
        display: inline-block;
        padding: 3.594vw 0 2.656vw 6.563vw
    }
    .page-footer .footer-menu-nav .header-top-nav {
        width: 100%;
        padding: 0
    }
    .page-footer .footer-menu-nav .header-top-nav li {
        margin: 0
    }
    .page-footer .footer-menu-nav .header-top-nav a {
        display: block;
        padding-bottom: 1.563vw
    }
    .page-footer .footer-menu-nav .header-top-nav a h3 {
        font-size: 4.688vw;
        line-height: normal
    }
    .page-footer .footer-menu-nav .header-top-nav+.header-top-nav {
        border-top: .156vw solid #eee
    }
    .page-footer .footer-menu-col {
        width: auto;
        display: inline-block;
        vertical-align: top;
        padding: 0 8.438000000000001vw 0 2.656vw;
        margin-bottom: 5.313vw
    }
    .page-footer .footer-menu-col:nth-child(even) {
        padding: 0 0 0 2.656vw
    }
    .page-footer .footer-menu-col.active .footer-menu-opener:after {
        transform: scaleY(-1);
        margin-top: -1.406vw
    }
    .page-footer .footer-menu .footer-menu-opener {
        margin: 0;
        cursor: pointer;
        padding: 0;
        position: relative;
        font-family: 'FSMeWeb-Bold', Arial, sans-serif
    }
    .page-footer .footer-menu .footer-menu-opener:after {
        font-size: 2.813vw;
        line-height: 1;
        font-family: 'icomoon'
    }
    .page-footer .footer-menu h2 {
        font-size: 5.781vw
    }
    .page-footer .footer-menu h2.footer-menu-opener {
        margin-bottom: 4.688vw
    }
    .page-footer .footer-logo {
        width: 30.469vw;
        height: 9.063vw;
        background-size: 23.594vw auto;
        padding-right: 4.375vw;
        margin-right: 5.625vw;
        border-right-width: .313vw
    }
    .page-footer .footer-bottom {
        padding: 8vw 4.688vw 6vw
    }
    .page-footer .footer-bottom p {
        line-height: 1.45
    }
    .page-footer .footer-bottom-wrapper .footer-bottom-copyright {
        padding-left: 7.344vw
    }
    .page-footer .footer-bottom .copyright {
        font-size: 4.688vw;
        vertical-align: top;
        line-height: 2;
        padding: 0
    }
    .page-footer .footer-bottom .social-networks {
        margin-top: 2.344vw;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around
    }
    .page-footer .footer-bottom .social-networks-fb,
    .page-footer .footer-bottom .social-networks-tw,
    .page-footer .footer-bottom .social-networks-g,
    .page-footer .footer-bottom .social-networks-in,
    .page-footer .footer-bottom .social-networks-pf {
        margin: 0 2%
    }
    .page-footer .footer-bottom .social-networks a {
        width: 13.438vw;
        height: 13.438vw
    }
    .page-footer .footer-bottom .social-networks a:before {
        font-size: 6.25vw
    }
    .page-footer .footer-bottom .social-networks a.social-networks-in:before {
        font-size: 26.250vw
    }
}

@media only screen and (max-width:400px) {
    .page-footer .footer .newsletter.block .form .newsletter_checkbox label {
        line-height: normal
    }
    .page-footer .footer .newsletter.block .form .newsletter_checkbox label:before {
        transform: none
    }
}

.newsletter.block {
    width: 100%;
    float: none;
    margin: 0;
    position: relative;
    z-index: 1
}

.newsletter-title {
    white-space: nowrap;
    padding-top: 70px
}

.newsletter-title h3 {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    color: #333;
    font-weight: 400;
    margin: 0 0 18px
}

.newsletter-title p {
    margin: 0;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2
}

.newsletter .content {
    flex-grow: 1;
    display: flex;
    align-items: center
}

.newsletter .form>div {
    display: flex;
    align-items: baseline
}

.newsletter .form>div.newsletter_checkbox {
    flex-direction: column
}

.newsletter .form .field {
    width: 225px;
    margin: 5px 0
}

.newsletter .form .field .label {
    display: none
}

.newsletter .form .field .control {
    margin-top: -1px
}

.newsletter .form .field .control:before {
    display: none
}

.newsletter .form .field input {
    border: 1px solid #ddd;
    height: 42px;
    background: #fff;
    color: #666;
    font-size: 14px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    padding: 0 20px
}

.newsletter .form .field input.mage-error {
    outline: 1px solid #e02b27 !important;
    outline-offset: -1px
}

.newsletter .form .actions {
    display: block;
    width: auto
}

.newsletter .form .newsletter_checkbox {
    position: relative
}

.newsletter .form .newsletter_checkbox label {
    cursor: pointer;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
    margin-left: 39px;
    line-height: 1.5
}

.newsletter .form .newsletter_checkbox label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #888;
    text-align: center;
    position: absolute;
    left: 1px;
    background-color: #fff
}

.newsletter .form .newsletter_checkbox input#is_subscribe {
    position: absolute;
    clip: auto;
    opacity: 0;
    margin: 0;
    width: 20px;
    height: 100%;
    left: 0;
    top: 0
}

.newsletter .form .newsletter_checkbox input[type=checkbox]:checked+label:before,
.newsletter .form .newsletter_checkbox input:checked~label:before {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    border: 1px solid #888;
    background-position: 40% -82px
}

.newsletter .form .action.subscribe.primary {
    margin: 0;
    height: 42px;
    background-color: #f76162;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    font-size: 14px
}

.newsletter .form .action.subscribe.primary:hover {
    color: #fff
}

@media (max-width:767px) {
    .newsletter.block {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 23px;
        padding-bottom: 23px
    }
    .newsletter.block .form .subscribe {
        align-items: flex-start
    }
    .newsletter-title {
        margin: 0 0 16px;
        padding-top: 0
    }
    .newsletter-title h3 {
        margin-bottom: 9px
    }
    .newsletter .content {
        width: 100%
    }
    .newsletter .form .field {
        width: auto;
        flex-grow: 1;
        max-width: none
    }
    .newsletter .form .field input {
        border: 1px #fff solid;
        height: 71px;
        padding: 0 18px;
        text-overflow: ellipsis;
        overflow: hidden
    }
    .newsletter .form .action.subscribe.primary {
        padding: 0 20px;
        height: 71px
    }
}

.action.primary {
    background: #333;
    border: 2px solid #333;
    transition: all .2s linear;
    text-transform: uppercase;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-weight: 400;
    padding: 14px 26px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 5px
}

.action.primary:hover,
.action.primary:focus {
    background: #fff;
    color: #333;
    border: 2px solid #333
}

@media (max-width:767px) {
    .action.primary {
        padding: 20px 16px;
        font-size: 14px
    }
}

.button,
.modal-popup .action-secondary.action-dismiss {
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: top;
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #505050;
    transition: all .2s linear;
    padding: 16px 32px;
    background: 0 0;
    text-align: center;
    border-radius: 27px
}

.button:not(.primary),
.modal-popup .action-secondary.action-dismiss:not(.primary) {
    box-shadow: none
}

.button:hover,
.modal-popup .action-secondary.action-dismiss:hover,
.button:focus,
.modal-popup .action-secondary.action-dismiss:focus {
    text-decoration: none
}

.button-sm,
.modal-popup .action-secondary.action-dismiss-sm {
    font-size: 18px;
    padding: 17px 27px 15px
}

.button-exsm,
.modal-popup .action-secondary.action-dismiss-exsm {
    padding: 11px 28px
}

.button.button-center,
.modal-popup .action-secondary.action-dismiss.button-center {
    display: block;
    margin: 0 auto
}

.button.button-red,
.modal-popup .action-secondary.action-dismiss.button-red {
    box-sizing: border-box;
    border: 1.5px solid #ff7878;
    background-color: #f76162;
    color: #fff
}

.button.button-white-red,
.modal-popup .action-secondary.action-dismiss.button-white-red {
    box-sizing: border-box;
    height: 84px;
    width: 297px;
    border: 1.5px solid #f76162;
    opacity: .83;
    background-color: #fff;
    color: #f76162;
    font-size: 25px;
    font-weight: 700;
    border-radius: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.button.button-white-red:hover,
.modal-popup .action-secondary.action-dismiss.button-white-red:hover,
.button.button-white-red:focus,
.modal-popup .action-secondary.action-dismiss.button-white-red:focus,
.button.button-white-red:visited,
.modal-popup .action-secondary.action-dismiss.button-white-red:visited {
    background-color: #f76162;
    color: #fff
}

.button.button-black,
.modal-popup .action-secondary.action-dismiss.button-black {
    border-color: #505050;
    color: #505050
}

.button.button-black:hover,
.modal-popup .action-secondary.action-dismiss.button-black:hover,
.button.button-black:focus,
.modal-popup .action-secondary.action-dismiss.button-black:focus {
    background: #505050;
    color: #fff
}

.button.button-white,
.modal-popup .action-secondary.action-dismiss.button-white {
    background: #fff;
    color: #333;
    border-color: #fff;
    font-size: 18px;
    text-transform: none;
    padding: 21px 39px;
    border-radius: 5px
}

.button.button-white:hover,
.modal-popup .action-secondary.action-dismiss.button-white:hover,
.button.button-white:focus,
.modal-popup .action-secondary.action-dismiss.button-white:focus {
    color: #d71921;
    background: #fff;
    border-color: #fff
}

@media (max-width:1023px) {
    .button,
    .modal-popup .action-secondary.action-dismiss {
        font-size: 5.156vw;
        padding: 2.344vw 5vw 2.188vw;
        border-width: .391vw;
        border-radius: 5.781vw
    }
    .button-sm,
    .modal-popup .action-secondary.action-dismiss-sm {
        padding: 2.5vw 5.469vw 2.813vw
    }
    .button-exsm,
    .modal-popup .action-secondary.action-dismiss-exsm {
        font-size: 2.188vw;
        padding: 1.719vw 4.375vw
    }
}

a.button-link {
    color: #d71921;
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center
}

a.button-link:after {
    font-family: 'Custom-Icons';
    content: '\E80C';
    font-size: 11px;
    margin-left: 9px;
    font-weight: 700
}

@media (max-width:1023px) {
    a.button-link {
        font-size: 4.688vw
    }
    a.button-link:after {
        font-size: 3.906vw;
        margin-left: 2.344vw
    }
}

#back_top {
    background: #bcbcbc;
    width: 60px;
    height: 60px;
    right: 100px;
    bottom: 50px;
    z-index: 999;
    cursor: pointer
}

#back_top i {
    position: absolute;
    top: 48% !important;
    left: 50% !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transform: translate(-50%, -50%)
}

#back_top i:before {
    font-family: 'icomoon';
    font-size: 9px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    content: '\e933'
}

@media (max-width:1200px) {
    #back_top {
        right: 30px
    }
}

@media (max-width:767px) {
    #back_top {
        bottom: 6px;
        right: 20px
    }
}

#INDmenu-btn {
    width: 77px !important;
    height: 51px !important;
    left: -45px !important;
    transform: scale(1) !important
}

#INDmenu-btn svg {
    width: 100% !important;
    height: auto !important
}

.social-networks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px
}

.social-networks li {
    padding: 0 8px 10px
}

.social-networks a {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    text-decoration: none
}

.social-networks a:before {
    font-family: 'fontawesome';
    color: #fff;
    line-height: 36px
}

.social-networks a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.social-networks-fb:before,
.social-networks-tw:before,
.social-networks-g:before,
.social-networks-in:before,
.social-networks-pf:before {
    font-family: 'icomoon';
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    content: ''
}

.social-networks-fb:before {
    content: '\e913'
}

.social-networks-tw:before {
    content: '\e914'
}

.social-networks-g:before {
    content: '\e915'
}

.social-networks-in:before {
    font-family: 'luma-icons';
    content: '\e910';
    font-size: 75px
}

.social-networks-pf:before {
    content: '\e917'
}

@media (max-width:767px) {
    .social-networks {
        justify-content: center
    }
    .social-networks li {
        margin: 0;
        padding: 0 14px 10px
    }
}

.payment-list {
    display: flex;
    padding-top: 12px;
    position: relative;
    justify-content: center
}

.payment-list li {
    padding: 0 24px 10px;
    margin-bottom: 0
}

.payment-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    position: relative;
    color: #333;
    text-decoration: none
}

.payment-list a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.payment-list-paypal:before,
.payment-list-amex:before,
.payment-list-mastercard:before,
.payment-list-visa:before {
    font-family: 'icomoon';
    font-size: 23px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: ''
}

.payment-list-paypal:before {
    content: '\e918'
}

.payment-list-amex:before {
    content: '\e919'
}

.payment-list-mastercard:before {
    content: '\e91a'
}

.payment-list-visa:before {
    content: '\e91b'
}

@media (max-width:767px) {
    .payment-list {
        padding-bottom: 7px
    }
    .payment-list-amex:before {
        font-size: 35px
    }
}

@media only screen and (max-width:1200px) {
    .hero-gallery {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:1023px) {
    .hero-gallery {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-size: 100% 730px;
        background: 0 0;
        height: auto;
        margin-bottom: 9.375vw
    }
    .hero-gallery .right_slider {
        padding-left: 0
    }
    .hero-gallery .hero-slider-left {
        width: 100%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }
    .hero-gallery .hero-slider-left .hero-gallery-left {
        position: static;
        top: auto;
        right: auto;
        margin-bottom: 4.688vw
    }
    .hero-gallery .hero-slider-left .hero-gallery-left-wrapper {
        max-width: 74.531vw;
        position: relative;
        margin: 0 5.313vw
    }
    .hero-gallery .hero-slider-right {
        width: 100%;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }
    .hero-gallery .hero-gallery-right {
        height: 62.031vw
    }
    .hero-gallery .left_slider {
        width: 100%
    }
    .hero-gallery .left_slider>h2 {
        position: static;
        font-size: 11.875vw;
        padding: 0;
        margin: 0;
        line-height: 1.14;
        background: url(../images/featured-products-bg.jpg) no-repeat;
        margin-bottom: -12.656vw;
        padding: 6.25vw 5.313vw 17.969vw;
        max-width: 100%
    }
    .hero-gallery .left_slider .slider_product_box {
        position: static;
        width: auto;
        padding: 5vw 7.813vw;
        flex-direction: column;
        min-height: 39.219vw
    }
    .hero-gallery .left_slider .slider_product_box .slide_prod_title {
        font-size: 6.25vw;
        margin-bottom: 2.031vw
    }
    .hero-gallery .left_slider .slider_product_box .slide_prod_desc {
        display: none
    }
    .hero-gallery .left_slider .slider_product_box .slide_prod_link {
        order: 3;
        height: auto;
        font-size: 5.156vw;
        padding: 0 2.344vw;
        border-radius: 7.031vw;
        line-height: 1;
        max-width: fit-content;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        align-items: center;
        min-height: 12.188vw;
        min-width: 42.188vw
    }
    .hero-gallery .left_slider .slider_product_box picture {
        width: 100%;
        order: 3;
        min-width: auto;
        width: auto;
        margin-bottom: .938vw;
        padding: 5.625vw
    }
    .hero-gallery .left_slider .slider_product_box picture:before {
        left: .938vw;
        width: 31.875vw;
        height: 25.938vw;
        border-width: 2.344vw;
        top: 1.563vw
    }
    .hero-gallery .left_slider .slider_product_box picture img {
        width: auto;
        right: -7.344vw;
        height: 26.250vw
    }
    .hero-gallery .left_slider .product_box_txt_for_desk {
        display: none
    }
    .hero-gallery .left_slider .slide_arrow {
        right: -16.094vw;
        top: 40%;
        width: auto
    }
    .hero-gallery .left_slider .slide_arrow.for_desk {
        display: none
    }
    .hero-gallery .left_slider .slide_arrow_prev,
    .hero-gallery .left_slider .slide_arrow_next {
        height: 13.750vw;
        width: 16.094vw;
        min-width: 15.625vw
    }
    .hero-gallery .left_slider .slide_arrow_prev:after,
    .hero-gallery .left_slider .slide_arrow_next:after {
        font-size: 4.063vw
    }
    .hero-gallery .slide_number {
        display: none
    }
    .hero-gallery .slick-dots {
        justify-content: center;
        width: 100%;
        margin: 0 1.094vw
    }
    .hero-gallery .slick-dots li {
        width: auto;
        height: auto
    }
    .hero-gallery .slick-dots li button {
        width: 4.688vw;
        height: .781vw
    }
}

@media only screen and (min-width:1024px) {
    .hero-gallery .left_slider .slider_product_box .slide_prod_link.only_for_mobile,
    .only_for_mobile {
        display: none !important
    }
}

@-webkit-keyframes explore {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes explore {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.content-section.explore {
    max-width: 1450px;
    margin-bottom: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.content-section.explore .item {
    flex-basis: 48.5%;
    display: flex;
    margin-bottom: 36px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.content-section.explore .item.title {
    background-color: #e8e8e8;
    background: linear-gradient(137deg, #e5e5e5 0%, #f2f2f2 100%);
    margin-top: -6px;
    position: relative;
    z-index: 0
}

.content-section.explore .item.title:before {
    font-family: 'Custom-Icons';
    content: '\E802';
    color: #fff;
    position: absolute;
    top: -60px;
    right: 2px;
    font-size: 234px;
    z-index: -1
}

.content-section.explore .item.title .title-wrapper {
    padding: 54px;
    flex-basis: 62%
}

.content-section.explore .item.title .title-wrapper h2 {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.content-section.explore .item.title .title-wrapper .text {
    color: #505050;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 19px;
    padding-left: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.content-section.explore .item.title .title-wrapper .rooms-link {
    margin-left: 5px
}

.content-section.explore .item .content-wrapper {
    border: 6px solid #f5f5f5;
    width: 48%;
    padding: 18px 35px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.content-section.explore .item .content-wrapper .icon {
    margin-left: 2px
}

.content-section.explore .item .content-wrapper .category {
    margin-bottom: 13px;
    font-size: 30px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.content-section.explore .item .content-wrapper .text {
    color: #505050;
    font-size: 15px;
    line-height: 21px;
    margin-left: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.content-section.explore .item .img-wrapper {
    position: relative
}

.content-section.explore .item .img-wrapper .sub-cats,
.content-section.explore .item .img-wrapper img {
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.content-section.explore .item .img-wrapper .sub-cats {
    display: flex;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 6px);
    background: linear-gradient(90deg, #d71921 0%, #f76162 100%);
    align-items: center;
    justify-content: center
}

.content-section.explore .item .img-wrapper .sub-cats li {
    margin-bottom: 0
}

.content-section.explore .item .img-wrapper .sub-cats li:before {
    font-family: 'Custom-Icons';
    content: '\E80E';
    color: #fff;
    margin-right: 9px;
    font-size: 15px
}

.content-section.explore .item .img-wrapper .sub-cats a {
    color: #fff;
    font-size: 20px
}

.content-section.explore .item:hover .img-wrapper img {
    -webkit-animation: explore;
    animation: explore;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.content-section.explore .item:hover .img-wrapper .sub-cats {
    opacity: 1
}

@media (min-width:1024px) {
    .content-section.explore .item:nth-child(n+3):nth-child(-n+4) .img-wrapper,
    .content-section.explore .item:nth-child(n+7):nth-child(-n+8) .img-wrapper {
        order: 1
    }
    .content-section.explore .item:nth-child(n+3):nth-child(-n+4) .content-wrapper,
    .content-section.explore .item:nth-child(n+7):nth-child(-n+8) .content-wrapper {
        order: 2
    }
}

@media (max-width:1300px) {
    .content-section.explore .item.title {
        align-items: center
    }
    .content-section.explore .item.title:before {
        top: -52px;
        font-size: 202px
    }
    .content-section.explore .item.title .title-wrapper {
        padding: 30px;
        flex-basis: 100%
    }
    .content-section.explore .item .content-wrapper {
        padding: 18px 25px 10px
    }
}

@media (max-width:1023px) {
    .content-section.explore {
        padding: 3.125vw 4.688vw 8.593999999999999vw;
        margin-bottom: 6.875vw
    }
    .content-section.explore .item {
        position: relative;
        flex-basis: 100%;
        margin-bottom: 4.688vw
    }
    .content-section.explore .item.title {
        margin-bottom: 5.469vw
    }
    .content-section.explore .item.title:before {
        top: -10.469vw;
        font-size: 40.625vw
    }
    .content-section.explore .item.title .title-wrapper {
        padding: 7.031vw 8.438000000000001vw 7.5vw
    }
    .content-section.explore .item.title .title-wrapper h2 {
        margin-bottom: 2.188vw
    }
    .content-section.explore .item.title .title-wrapper .text {
        font-size: 4.688vw;
        line-height: 5.625vw;
        margin-bottom: 4.063vw;
        padding-right: 7%
    }
    .content-section.explore .item:nth-child(odd) .img-wrapper {
        order: 1
    }
    .content-section.explore .item:nth-child(odd) .content-wrapper {
        order: 2
    }
    .content-section.explore .item:hover .img-wrapper img {
        -webkit-animation: none;
        animation: none
    }
    .content-section.explore .item>a.link {
        position: absolute;
        display: block;
        z-index: 2;
        width: 100%;
        height: 100%
    }
    .content-section.explore .item .img-wrapper .sub-cats {
        display: none
    }
    .content-section.explore .item .content-wrapper {
        border-width: 1.406vw;
        min-width: 39%;
        max-height: 262px;
        width: calc(100% - 354px);
        padding: 3.125vw 5.156vw
    }
    .content-section.explore .item .content-wrapper .icon {
        margin-left: 0
    }
    .content-section.explore .item .content-wrapper .category {
        font-size: 6.25vw;
        letter-spacing: 0.781vw
    }
    .content-section.explore .item .content-wrapper .text {
        display: none
    }
}

.product-box {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 1px
}

.product-box:before {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .2s linear;
    content: ''
}

.product-img {
    position: relative;
    overflow: hidden;
    margin: 0 1px;
    padding-top: 1px
}

.product-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 1;
    opacity: 0;
    color: #fff;
    transition: all .2s linear;
    z-index: 2;
    content: '\e934';
    pointer-events: none
}

.product-img:hover:before {
    opacity: .8
}

.product-img-wrap {
    display: block
}

.product-img-wrap .product-image-container {
    width: 100% !important;
    display: block
}

.product-img-wrap .product-image-wrapper {
    padding-bottom: 74% !important
}

.product-success {
    display: none;
    border: 1px solid #72a300;
    color: #72a300;
    font-size: 12px;
    line-height: 1.1;
    position: absolute;
    top: 18px;
    left: 21px;
    border-radius: 10px;
    padding: 4px 8px 3px;
    z-index: 2
}

.product-limited-stock {
    border: 1px solid #d71921;
    color: #d71921;
    font-size: 12px;
    line-height: 1.1;
    position: absolute;
    top: 18px;
    left: 21px;
    border-radius: 10px;
    padding: 4px 8px 3px;
    z-index: 2
}

.product-like {
    display: none
}

.product-like,
.product-close {
    z-index: 2;
    position: absolute;
    top: 18px;
    right: 24px;
    width: 25px;
    height: 22px;
    border: none !important;
    background-color: transparent;
    transition: all .2s linear;
    color: #888;
    text-decoration: none
}

.product-like:before,
.product-close:before {
    font-family: 'icomoon';
    font-size: 24px !important;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '\e905'
}

.product-like:hover,
.product-close:hover {
    color: #d71921;
    background: 0 0
}

.product-like:focus,
.product-close:focus,
.product-like.active,
.product-close.active {
    color: #d71921;
    background: 0 0
}

.product-like:focus:before,
.product-close:focus:before,
.product-like.active:before,
.product-close.active:before {
    content: '\e91c';
    background: 0 0
}

.product-like:not(.primary),
.product-close:not(.primary) {
    box-shadow: none
}

.product-close {
    color: #d71921
}

.product-close:before {
    content: '\e91c'
}

.product-text {
    padding: 5px 20px 24px
}

.product-text h3 {
    margin: 11px 0 14px;
    font-size: 15px;
    height: auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product-text h3 a {
    color: #505050
}

.product-text h3 a:hover {
    text-decoration: none
}

.product .star-rating {
    width: 70px;
    height: 13px;
    margin: 0 auto 16px
}

.product-price {
    color: #333;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 13px;
    font-weight: 400
}

.product-price .price-container .price {
    font-size: 18px
}

.product-price .price-label {
    display: none
}

.product-price .price-from,
.product-price .price-to {
    display: inline-block;
    vertical-align: top
}

.product-price .price-from+.price-to:before {
    content: '-'
}

.product .action.tocart.primary {
    padding: 15px 32px 14px;
    border: 1px solid #333;
    display: inline-block;
    vertical-align: top;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    text-transform: uppercase;
    transition: all .2s linear;
    background: #fff;
    text-align: center
}

.product .action.tocart.primary:not(.primary) {
    box-shadow: none
}

.product .action.tocart.primary:hover,
.product .action.tocart.primary:focus {
    background: #333;
    color: #fff;
    border-color: #333;
    text-decoration: none
}

.product .action.tocart.primary:visited {
    color: #333
}

.product .action.tocart.primary:hover:visited {
    color: #fff
}

.product .button,
.product .action.tocart.primary {
    margin: 0 auto 17px;
    display: block
}

.product-link-add {
    color: #666;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    padding-left: 38px;
    position: relative
}

.product-link-add:after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 18px;
    line-height: 1;
    font-family: 'icomoon';
    content: '\e900'
}

.product-link-add:visited,
.product-link-add:hover {
    color: #666
}

.product-reviews-summary {
    margin-bottom: 0
}

.product-reviews-summary .rating-summary {
    display: block
}

.product-reviews-summary .rating-summary .rating-result {
    width: 70px;
    display: block
}

.product-reviews-summary .rating-summary .rating-result:before {
    font-size: 12px;
    line-height: 1;
    color: #e7e5e5;
    letter-spacing: 2px;
    content: '\e625' '\e625' '\e625' '\e625' '\e625'
}

.product-reviews-summary .rating-summary .rating-result>span:before {
    font-size: 12px;
    line-height: 1;
    color: #aaa
}

.product-block {
    padding-top: 124px;
    padding-bottom: 83px
}

.product-block h2 {
    margin-bottom: 29px
}

.product-block h4 {
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 13px;
    font-weight: 400
}

.product-block .product-tabs .button {
    padding: 16px 6px
}

.product-visual {
    padding-top: 15px;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.product-visual-col {
    margin: 0 15px 39px;
    width: 562px
}

.product-visual-item {
    display: flex;
    flex-direction: row-reverse;
    text-decoration: none;
    transition: all .2s linear;
    width: 100%;
    text-align: center
}

.product-visual-item:hover {
    text-decoration: none
}

.product-visual-item img {
    display: block;
    height: auto;
    max-width: 356px;
    min-width: 356px
}

.product-visual-content {
    padding: 16px;
    transition: all .2s linear;
    display: flex;
    align-items: center;
    flex-grow: 1;
    border: 6px solid #f5f5f5;
    padding-left: 26px;
    text-align: left;
    max-width: 206px
}

.product-visual-title {
    color: #505050;
    font-weight: 400;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 26px;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-break: break-word
}

@media (max-width:767px) {
    .product-visual-col {
        width: 580px;
        max-width: 100%;
        margin: 0 15px 33px
    }
    .product-visual-item img {
        max-width: auto;
        min-width: auto;
        width: 63%
    }
    .product-visual-content {
        padding-left: 37px;
        width: 37%
    }
}

@media (max-width:550px) {
    .product-visual-content {
        padding-left: 5px;
        text-align: center
    }
    .product-visual-title {
        font-size: 20px;
        width: 100%
    }
}

.product-add-form {
    padding-top: 40px;
    padding-bottom: 70px
}

.product-add-form .box-tocart {
    margin: 40px 0 0
}

@media (max-width:1023px) {
    .product .star-rating {
        width: auto;
        height: auto
    }
    .product-reviews-summary {
        margin-bottom: 0
    }
    .product-reviews-summary .rating-summary .rating-result {
        width: 196px;
        margin: auto;
        margin-top: 10px
    }
    .product-reviews-summary .rating-summary .rating-result:before {
        font-size: 37px;
        letter-spacing: 6px;
        color: #aaa
    }
    .product-reviews-summary .rating-summary .rating-result>span:before {
        font-size: 37px;
        letter-spacing: 6px;
        height: auto
    }
    .product .action.tocart.primary {
        padding: 15px 32px 14px;
        font-size: 12px
    }
    .product-add-form {
        padding-bottom: 25px;
        padding-top: 20px
    }
    .product-add-form .box-tocart {
        margin: 19px 0 0
    }
    .product-img-wrap .product-image-wrapper {
        padding-bottom: 81% !important
    }
    .product-text {
        padding: 1.563vw 3.125vw 10.938vw
    }
    .product-text h3 {
        font-size: 4.688vw;
        margin: 1.719vw 0 1.719vw
    }
    .product .star-rating {
        height: 6.719vw;
        margin: 0 auto 7.656vw
    }
    .product-price {
        display: none
    }
    .product-block {
        padding-top: 7.5vw;
        padding-bottom: 1.875vw
    }
    .product-block h2 {
        margin-bottom: 9.844vw;
        font-size: 7.813vw
    }
    .product-block h4 {
        margin-bottom: 3px
    }
    .product-block .product-tabs {
        margin-bottom: 10px
    }
    .product-block .product-tabs li {
        width: auto
    }
    .product-block .product-tabs .button {
        padding: 3px 6px;
        min-height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: 86px
    }
    .product-visual {
        padding-top: 0
    }
    .product-visual-title {
        font-size: 6vw
    }
}

#homepage-product-tabs {
    background: url(../images/featured-products-bg.jpg) no-repeat;
    margin-bottom: 40px
}

#homepage-product-tabs .homepage-product-tabs {
    padding: 78px 28px 62px
}

#homepage-product-tabs h2 {
    letter-spacing: normal;
    margin-bottom: 39px
}

#homepage-product-tabs .data.item.content {
    display: none
}

#homepage-product-tabs .data.item.content:nth-of-type(1) {
    display: block
}

@media (max-width:1023px) {
    #homepage-product-tabs {
        background: #f1f1f1;
        padding-top: .938vw;
        padding-bottom: 3.438vw;
        margin-bottom: 10vw
    }
    #homepage-product-tabs .homepage-product-tabs {
        padding: 12.188vw 0 6vw
    }
    #homepage-product-tabs h2 {
        margin-bottom: 1.406vw;
        letter-spacing: -.437vw;
        font-size: 9.375vw
    }
}

.mageplaza-frequently-bought-together-block {
    padding: 62px 0 68px;
    border-top: 1px solid #ddd
}

.mageplaza-frequently-bought-together-block .mageplaza-fbt-title {
    margin: 0 0 55px
}

.mageplaza-frequently-bought-together-block .mageplaza-fbt-title h2 {
    margin: 0;
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1
}

@media (max-width:767px) {
    .mageplaza-frequently-bought-together-block {
        padding: 31px 0 29px
    }
    .mageplaza-frequently-bought-together-block .mageplaza-fbt-title {
        margin: 0 0 25px
    }
    .mageplaza-frequently-bought-together-block .mageplaza-fbt-title h2 {
        font-size: 24px
    }
}

.mageplaza-fbt-content .products-grid {
    display: flex
}

.mageplaza-fbt-content .mageplaza-fbt-image-box {
    max-width: none;
    float: none;
    flex-grow: 1;
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px !important;
    border: 1px solid #aaa;
    position: relative;
    transition: all .2s linear
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    content: '';
    z-index: 21;
    pointer-events: none;
    transition: all .2s linear;
    opacity: 0
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product:nth-child(4n):before {
    display: none
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-item-photo {
    display: block
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product+.item.product:before {
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translate(0, -50%);
    font-size: 42px;
    line-height: 1.2;
    color: #888;
    content: '+'
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-image-container {
    width: 100% !important
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-image-container .product-image-wrapper {
    padding-bottom: 82% !important
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-text {
    padding: 10px 20px 9px;
    text-align: center
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-price {
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-price .price-box {
    margin: 0
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-price .price-box .price {
    font-weight: 400
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-top-bar {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 10
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-top-bar .checkbox-item label {
    padding: 2px 0 1px 31px;
    font-size: 14px
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product.show-select {
    border-color: #333
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product.show-select:after {
    opacity: 1
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product.show-select .product-option {
    transform: translate(0, 0)
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product.show-select .product-option:after {
    opacity: 1
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product.show-select .product-option-wrap {
    pointer-events: auto
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all .3s linear;
    transform: translate(0, 100%);
    padding: 20px 24px 30px
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    overflow: hidden;
    pointer-events: none
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    content: ''
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option:after {
    position: absolute;
    top: -999px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
    transition: all .2s linear;
    opacity: 0;
    z-index: 19;
    z-index: -2;
    content: ''
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option .field {
    margin: 0 0 13px
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option .field label {
    font-size: 15px;
    line-height: 1.5;
    margin: 0
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option .field select {
    background-size: 13px auto;
    background-position: calc(100% - 13px) 50%;
    font-size: 14px;
    height: 35px
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option-order {
    display: flex;
    padding-top: 11px
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option-select {
    width: 65px;
    margin-right: 11px
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option-select select {
    width: 100%;
    height: 50px;
    color: #333;
    padding: 0 33px 0 13px;
    border-color: #333;
    background-size: 13px auto;
    background-position: calc(100% - 15px) 50%
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option-btn {
    flex-grow: 1
}

.mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option-btn .button {
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    padding: 16px 10px
}

.mageplaza-fbt-content .mageplaza-fbt-price-box {
    float: none;
    width: 25.7%;
    flex-shrink: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 10px 30px
}

.mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price-label {
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-weight: 400
}

.mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-price {
    font-weight: 400;
    color: #333;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif
}

.mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price {
    margin: 0 0 12px;
    max-width: 220px;
    width: 100%;
    text-align: center
}

.mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-buttons {
    max-width: 220px;
    width: 100%
}

.mageplaza-fbt-content .mageplaza-fbt-price-box .button {
    width: 100%
}

@media (max-width:1023px) {
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option {
        padding-left: 15px;
        padding-right: 15px
    }
    .mageplaza-fbt-content .products-grid {
        flex-direction: column
    }
    .mageplaza-fbt-content .mageplaza-fbt-price-box {
        align-items: center;
        padding: 0 0 10px;
        width: 100%
    }
}

@media (max-width:767px) {
    .mageplaza-fbt-content .mageplaza-fbt-image-box {
        display: block;
        margin: 0 -19px 27px
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product {
        margin: 0 19px !important
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product+.item.product:before {
        left: -32px
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-text {
        padding: 10px 5px 17px
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-image-container .product-image-wrapper {
        padding-bottom: 95.6% !important
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .star-rating {
        margin: 0 auto 8px
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-price {
        display: block;
        margin: 0
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option {
        padding: 20px 14px 22px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option:after {
        display: none
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option .field {
        margin: 0 0 18px
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option-btn {
        font-size: 12px
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option-btn .button {
        font-size: 12px;
        padding: 12px 8px;
        font-family: 'FSMeWeb-Light', Arial, sans-serif
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option-select {
        width: 45px
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option-select select {
        padding: 0 21px 0 7px;
        height: 40px;
        font-size: 14px;
        background-position: calc(100% - 8px) 50%
    }
    .mageplaza-fbt-content .mageplaza-fbt-image-box .item.product .product-option-order {
        padding-top: 9px
    }
    .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-total-price {
        margin: 0 0 4px
    }
    .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-price {
        font-size: 24px
    }
    .mageplaza-fbt-content .mageplaza-fbt-price-box .button {
        font-size: 14px;
        padding: 16px 36px 16px;
        width: auto
    }
    .mageplaza-fbt-content .mageplaza-fbt-price-box .mageplaza-fbt-buttons {
        max-width: none;
        width: 100%;
        text-align: center
    }
}

.product-gallery {
    margin: 0 -15px -8px;
    display: flex
}

.product-gallery:not(.slick-slider) {
    overflow: hidden
}

.product-gallery:not(.slick-slider)>div {
    width: 25%;
    flex-shrink: 0
}

.product-gallery-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.product-gallery-section h2 {
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 30px
}

.product-gallery .product {
    margin: 15px;
    flex-grow: 1
}

.product-gallery .product.product-box:before {
    border: none
}

.product-gallery .slick-list {
    width: 100%
}

.product-gallery .slick-track {
    display: flex
}

.product-gallery .slick-track .slick-slide {
    height: auto;
    display: flex;
    flex-direction: column
}

.product-gallery .slick-prev,
.product-gallery .slick-next {
    height: 44px;
    width: 45px;
    z-index: 10;
    transition: all .2s linear
}

.product-gallery .slick-prev,
.product-gallery .slick-next,
.product-gallery .slick-prev:hover,
.product-gallery .slick-next:hover {
    background: linear-gradient(90deg, #d71921 0%, #f76162 100%);
    border: none
}

.product-gallery .slick-prev:before,
.product-gallery .slick-next:before {
    display: none
}

.product-gallery .slick-prev:after,
.product-gallery .slick-next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Custom-Icons';
    font-size: 12px;
    color: #fff;
    content: '\E80C'
}

.product-gallery .slick-prev:not(.primary),
.product-gallery .slick-next:not(.primary) {
    box-shadow: none
}

.product-gallery .slick-prev.slick-disabled,
.product-gallery .slick-next.slick-disabled {
    opacity: .4
}

.product-gallery .slick-prev {
    left: -15px
}

.product-gallery .slick-prev:after {
    transform: translate(-50%, -50%) rotate(180deg)
}

.product-gallery .slick-next {
    right: -15px
}

.product-gallery .slick-dots li {
    width: 14px;
    height: 20px;
    margin: 0 3px;
    padding: 7px 0
}

.product-gallery .slick-dots li button {
    box-shadow: none;
    width: 14px;
    height: 3px;
    padding: 0;
    background-color: #acacac
}

.product-gallery .slick-dots li button:before {
    display: none
}

.product-gallery .slick-dots li.slick-active button,
.product-gallery .slick-dots li:hover button {
    background-color: #f76162
}

@media (max-width:1250px) {
    .product-gallery .slick-prev {
        left: 0
    }
    .product-gallery .slick-next {
        right: 0
    }
}

@media (max-width:1023px) {
    .product-gallery {
        margin: 0 auto;
        padding: 3.906vw;
        max-width: 88.281vw
    }
    .product-gallery.slick-dotted {
        margin-bottom: 4.688vw
    }
    .product-gallery .slick-prev,
    .product-gallery .slick-next {
        height: 10.938vw;
        width: 12.969vw;
        top: calc(50% + -4.531vw)
    }
    .product-gallery .slick-prev:after,
    .product-gallery .slick-next:after {
        font-size: 3.125vw
    }
    .product-gallery .slick-prev {
        left: 0
    }
    .product-gallery .slick-next {
        right: 0
    }
    .product-gallery .slick-dots {
        bottom: -2.906vw
    }
    .product-gallery .slick-dots li {
        width: 4.688vw;
        margin: 0 .781vw;
        height: 3.125vw;
        padding: 1.094vw 0
    }
    .product-gallery .slick-dots li button {
        width: 4.688vw;
        height: .938vw;
        background-color: #cfcfcf
    }
    .product-gallery .product {
        margin: 1.563vw
    }
    .product-gallery .slick-track {
        display: block !important
    }
    .product-gallery .product-gallery-btn {
        font-size: 5vw;
        height: 12.188vw;
        width: 43.281vw;
        border-radius: 7.813vw;
        border: .391vw solid #505050;
        padding: 2.656vw 4.219vw 2.344vw
    }
    .product-gallery-section {
        padding-top: 46px;
        padding-bottom: 20px
    }
    .product-gallery-section h2 {
        font-size: 24px;
        margin-bottom: 16px
    }
}

.product-tabs {
    margin: 0 0 7px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.product-tabs li {
    margin: 0 7px 10px
}

.product-tabs li .button {
    text-transform: none;
    min-width: 90px;
    padding: 15px 23px;
    border: 1.5px solid #cbcbcb;
    border-radius: 0;
    background: 0 0;
    color: #333;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 14px
}

.product-tabs li.active .button,
.product-tabs li:hover .button {
    background: #333;
    border-color: #333;
    color: #fff
}

@media (max-width:1023px) {
    .product-tabs {
        padding-top: 3.75vw;
        margin: 0 0 3.281vw 8.125vw;
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start
    }
    .product-tabs::-webkit-scrollbar {
        height: 1.25vw
    }
    .product-tabs::-webkit-scrollbar-track {
        background: #cfcfcf;
        border: .781vw solid transparent;
        background-clip: content-box
    }
    .product-tabs::-webkit-scrollbar-thumb {
        background: #f76162;
        border-radius: 2.344vw
    }
    .product-tabs li {
        margin: 0;
        display: flex;
        align-items: flex-end;
        padding: 0 2.5vw 3.125vw
    }
    .product-tabs li .button {
        width: 21.719vw;
        font-size: 4.688vw;
        text-align: left;
        border: none;
        color: #333;
        padding: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .product-tabs li:hover .button,
    .product-tabs li.active .button {
        background: 0 0;
        color: #333;
        font-family: 'FSMeWeb-Bold', Arial, sans-serif
    }
}

.product-cta {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px
}

.content-section .product-cta {
    margin-bottom: -13px
}

.product-cta-col {
    width: 33.33%;
    padding: 0 7px 14px;
    display: flex
}

.product-cta-item {
    color: #333;
    width: 100%;
    border: 1px solid #aaa;
    transition: all .2s linear;
    display: block
}

.product-cta-item:visited {
    color: #333
}

.product-cta-item:hover {
    text-decoration: none;
    border-color: #333
}

.product-cta-item:hover .product-cta-text h2 {
    background: rgba(114, 163, 0, .9)
}

.product-cta-item:hover .product-cta-text-red h2 {
    background: rgba(215, 25, 33, .9)
}

.product-cta-img {
    margin: -1px -1px 0;
    min-height: 142px
}

.product-cta-img img {
    display: block;
    width: 100%;
    height: auto
}

.product-cta-section>h2 {
    margin-bottom: 54px
}

.product-cta-text {
    position: relative;
    padding: 18px 29px 20px
}

.product-cta-text h2 {
    position: absolute;
    bottom: calc(100% - 7px);
    left: 30px;
    width: 220px;
    background: rgba(56, 47, 45, .9);
    min-height: 142px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    padding: 11px 29px;
    line-height: 1.22;
    transition: all .2s linear;
    border-bottom: 7px solid #a4d233;
    margin: 0
}

.product-cta-text-red h2 {
    border-bottom-color: #d71921
}

.product-cta-text p {
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    margin: 0
}

@media (max-width:1023px) {
    .product-cta-text {
        padding: 44px 15px 15px
    }
    .product-cta-text h2 {
        left: 15px;
        width: 202px;
        min-height: 106px;
        font-size: 30px
    }
}

@media (max-width:767px) {
    .product-cta {
        margin: 0 -10px
    }
    .content-section .product-cta {
        margin-bottom: 0
    }
    .product-cta .slick-track {
        display: flex
    }
    .product-cta .slick-track .slick-slide {
        display: flex;
        height: auto
    }
    .product-cta-section.content-section {
        padding-top: 20px
    }
    .product-cta-section>h2 {
        margin-bottom: 25px
    }
    .product-cta-col {
        padding: 0 10px
    }
    .product-cta .slick-list {
        overflow: visible
    }
    .product-cta .slick-prev,
    .product-cta .slick-next {
        width: 40px;
        height: 40px;
        background-color: #333;
        z-index: 10;
        transition: all .2s linear
    }
    .product-cta .slick-prev:before,
    .product-cta .slick-next:before {
        display: none
    }
    .product-cta .slick-prev:after,
    .product-cta .slick-next:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'icomoon';
        font-size: 17px;
        font-weight: 400;
        line-height: 1;
        color: #fff;
        content: ''
    }
    .product-cta .slick-prev:hover,
    .product-cta .slick-next:hover,
    .product-cta .slick-prev:focus,
    .product-cta .slick-next:focus {
        background-color: #72a300;
        border: none
    }
    .product-cta .slick-prev:not(.primary),
    .product-cta .slick-next:not(.primary) {
        box-shadow: none
    }
    .product-cta .slick-prev.slick-disabled,
    .product-cta .slick-next.slick-disabled {
        opacity: 0
    }
    .product-cta .slick-prev {
        left: -10px;
        border-radius: 0 4px 4px 0
    }
    .product-cta .slick-prev:after {
        content: '\e90f'
    }
    .product-cta .slick-next {
        right: -10px;
        border-radius: 4px 0 0 4px
    }
    .product-cta .slick-next:after {
        content: '\e910'
    }
    .product-cta-text {
        padding: 22px 19px 18px
    }
    .product-cta-text p {
        font-size: 14px
    }
    .product-cta-text h2 {
        left: 19px;
        width: 183px;
        min-height: 131px;
        bottom: calc(100% - 5px);
        padding: 16px 20px;
        border-bottom-width: 5px
    }
}

.collections {
    display: flex;
    border: 1px solid #aaa;
    margin-top: 46px;
    margin-bottom: 10px
}

.collections-nav {
    width: 270px;
    flex-shrink: 0;
    border-right: 1px solid #aaa;
    position: relative;
    z-index: 2
}

.collections-nav li {
    margin: 0;
    position: relative
}

.collections-nav li:not(:last-child) {
    border-bottom: 1px solid #aaa
}

.collections-nav li.active {
    background: #fff
}

.collections-nav li.active:before,
.collections-nav li.active:after {
    transition: all .2s linear;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0, -50%);
    content: '';
    z-index: -1;
    margin: 0 0 0 -2px
}

.collections-nav li.active:before {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #aaa
}

.collections-nav li.active:hover:after,
.collections-nav li.active:hover:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    z-index: 1
}

.collections-nav li.active:hover:before {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #333
}

.collections-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 164px;
    position: relative;
    overflow: hidden;
    padding: 25px
}

.collections-nav a:after {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    right: 0;
    border: 2px solid #333;
    opacity: 0;
    transition: all .2s linear;
    content: ''
}

.collections-nav a:hover:after {
    opacity: 1
}

.collections-center {
    flex-grow: 1;
    display: flex
}

.collections-center+.collections-nav {
    border-right-width: 0;
    border-left: 1px solid #aaa
}

.collections-center+.collections-nav li.active:after,
.collections-center+.collections-nav li.active:before {
    transition: all .2s linear;
    left: auto;
    right: 100%;
    border-right: 10px solid #fff;
    border-left-width: 0;
    z-index: -1;
    margin: 0 -2px 0 0
}

.collections-center+.collections-nav li.active:before {
    border-right: 11px solid #aaa;
    border-left-width: 0
}

.collections-center+.collections-nav li.active:hover:after,
.collections-center+.collections-nav li.active:hover:before {
    border-right: 10px solid #fff;
    border-left-width: 0;
    z-index: 1
}

.collections-center+.collections-nav li.active:hover:before {
    border-right: 13px solid #333;
    border-left-width: 0
}

.collections-center+.collections-nav a:after {
    left: 0;
    right: -1px
}

.collections-item {
    width: 100%;
    position: relative;
    overflow: hidden
}

.collections-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    max-width: none
}

.collections-item-content {
    max-width: 360px;
    position: absolute;
    top: 11.1%;
    left: 12.5%
}

.collections-item-content p {
    font-size: 18px;
    line-height: 1.33333333;
    color: #333;
    margin: 0 0 32px
}

.collections-item .button {
    background: 0 0
}

.collections-item .button:hover {
    background: #333
}

@media (max-width:1023px) {
    .collections-nav {
        width: 200px
    }
    .collections-nav a {
        height: 124px
    }
    .collections-item-content {
        left: 30px;
        right: 30px
    }
}

@media (max-width:767px) {
    .collections {
        margin: 23px -20px 0;
        border-width: 1px 0;
        flex-direction: column
    }
    .collections-nav {
        border: none;
        border-bottom: 1px solid #aaa;
        width: 100%;
        display: flex;
        flex-direction: row-reverse
    }
    .collections-nav li {
        flex: 1
    }
    .collections-nav li:not(:last-child) {
        border: none;
        border-left: 1px solid #aaa
    }
    .collections-nav li.active:before,
    .collections-nav li.active:after {
        border-bottom: none;
        border-top: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        margin: -2px 0 0
    }
    .collections-nav li.active:before {
        border-top: 11px solid #aaa;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent
    }
    .collections-nav li.active:hover:after,
    .collections-nav li.active:hover:before {
        border-top: 10px solid #fff;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
        z-index: 1
    }
    .collections-nav li.active:hover:before {
        border-top: 13px solid #333;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent
    }
    .collections-nav a {
        height: 70px;
        padding: 14px
    }
    .collections-nav a img {
        max-width: 67px;
        max-height: 36px
    }
    .collections-nav a:after {
        left: -1px !important;
        right: -1px !important
    }
    .collections-center+.collections-nav {
        border: none;
        border-top: 1px solid #aaa
    }
    .collections-center+.collections-nav li.active:before,
    .collections-center+.collections-nav li.active:after {
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: none;
        top: auto;
        bottom: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: -1;
        margin: 0 0 -2px
    }
    .collections-center+.collections-nav li.active:before {
        border-bottom: 11px solid #aaa;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent
    }
    .collections-center+.collections-nav li.active:hover:after,
    .collections-center+.collections-nav li.active:hover:before {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #fff;
        z-index: 1
    }
    .collections-center+.collections-nav li.active:hover:before {
        border-bottom: 13px solid #333;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent
    }
    .collections-item img {
        position: static;
        transform: translate(0, 0);
        min-width: 0;
        min-height: 0;
        width: 100%;
        display: block
    }
    .collections-item-content {
        top: auto;
        bottom: 17px;
        display: flex;
        justify-content: center;
        max-width: none
    }
    .collections-item-content p {
        display: none
    }
    .collections-item .button {
        background: #fff
    }
    .collections-item .button:hover {
        background: #333
    }
}

.mp-sidebar {
    margin-bottom: 30px
}

.header.content {
    position: relative;
    max-width: 1520px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 20;
    padding-top: 3px
}

.fixed-position .header.content {
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 0
}

.header.content .logo {
    order: 1;
    width: 150px;
    margin: 0 5px 0
}

.fixed-position .header.content .logo {
    width: 101px;
    flex-shrink: 0;
    margin: 0
}

.header.content .compare.wrapper {
    position: fixed;
    right: 0;
    top: 20vh;
    z-index: 999;
    transition: all .2s linear;
    background: #fff;
    padding: 24px 22px;
    transform: translateX(100%);
    border-radius: 5px
}

.header.content .compare.wrapper:hover {
    transform: translateX(0);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .4)
}

.header.content .compare.wrapper:hover .icon-compare {
    left: -54px
}

.header.content .compare.wrapper li {
    position: relative;
    margin: 0
}

.header.content .compare.wrapper a {
    display: block;
    border-radius: 5px;
    border: 1px solid #333;
    font: 14px/1.2 'FSMeWeb-Regular', Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    transition: all .2s linear;
    text-decoration: none;
    padding: 8px 21px 9px
}

.header.content .compare.wrapper a:hover {
    background: #333;
    color: #fff
}

.header.content .compare.wrapper .icon-compare {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #333;
    color: #fff
}

.header.content .compare.wrapper .icon-compare:before {
    font-size: 22px;
    line-height: 1;
    font-family: 'icomoon';
    content: '\e900'
}

.header.content .panel.wrapper {
    order: 2;
    flex-grow: 1;
    border: none;
    background: 0 0;
    color: #333
}

.fixed-position .header.content .panel.wrapper {
    order: 3
}

.fixed-position .header.content .panel.wrapper .panel.header {
    padding: 0
}

.fixed-position .header.content .panel.wrapper .panel.header>.header.links {
    display: none
}

.header.content .panel.wrapper .contentarea {
    display: none
}

.header.content .panel.wrapper .panel.header {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    max-width: 100%
}

.header.content .panel.wrapper .panel.header>.header.links {
    order: 2;
    padding: 3px 0 0 37px
}

.header.content .panel.wrapper .panel.header>.header.links>li {
    margin: 0
}

.header.content .panel.wrapper .panel.header>.header.links>li>a {
    width: 40px;
    height: 40px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.header.content .panel.wrapper .panel.header>.header.links>li.authorization-link {
    display: none
}

.header.content .panel.wrapper .panel.header>.header.links>li.authorization-link a:after {
    font-family: 'icomoon';
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '\e903';
    color: #393939;
    transition: all .2s linear
}

.header.content .panel.wrapper .panel.header>.header.links>li.authorization-link a:hover:after {
    content: '\e904'
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-name {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-name:after {
    font-family: 'icomoon';
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '\e903';
    color: #393939;
    transition: all .2s linear
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-name:hover:after,
.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-name.active:after {
    content: '\e904'
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-name span {
    display: none
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-name button {
    display: none
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links {
    max-width: none;
    width: 180px;
    padding: 0;
    margin: 5px 0 0;
    border: 1px solid #dfdfdf;
    background: #fbfbfb;
    right: auto;
    left: 50%;
    padding: 7px 0 12px;
    transform: translate(-50%, 0);
    box-shadow: none
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links:before,
.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links:after {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0)
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links:before {
    border-color: transparent transparent #fbfbfb
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links:after {
    border-color: transparent transparent #dfdfdf
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links li a {
    padding: 8px 10px 7px 57px;
    position: relative;
    color: #666;
    transition: all .2s linear
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    font-family: 'icomoon';
    font-size: 17px;
    line-height: 1;
    color: #333;
    transition: all .2s linear;
    content: '\e903'
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links li a:hover {
    color: #d71921
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links li a:hover:before {
    color: #d71921
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links li a .counter.qty {
    color: #333;
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    font-weight: 400
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links li.wishlist a:before {
    content: '\e905'
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links li.cart-link a:before {
    content: '\e901'
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links li.checkout-link a:before {
    content: '\e906'
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links li.authorization-link a:before {
    content: '\e907'
}

.header.content .panel.wrapper .panel.header>.header.links>li.customer-welcome .customer-menu .header.links li:hover {
    background: 0 0
}

.header.content .panel.wrapper .block.block-search {
    order: 1;
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    padding-right: 15px
}

.header.content .panel.wrapper .block.block-search .action.search[disabled] {
    opacity: 1
}

.header.content .panel.wrapper .block.block-search .label.active+.control input {
    background: 0 0
}

.header.content .minicart-wrapper {
    order: 3
}

.fixed-position .header.content .minicart-wrapper {
    display: none
}

.header.content .navigation.top-nav {
    order: 4;
    background: 0 0;
    height: auto;
    max-width: 1520px;
    width: 100%;
    padding-left: 0
}

.fixed-position .header.content .navigation.top-nav {
    order: 2;
    padding: 0 18px 0 39px
}

.fixed-position .header.content .navigation.top-nav:before {
    display: none
}

@media (max-width:1249px) {
    .header.content {
        padding: 4.531vw 3.594vw 3.906vw;
        position: relative;
        flex-wrap: nowrap
    }
    .header.content:before {
        display: none
    }
    .fixed-position .header.content {
        padding: 8px 10px 2px;
        align-items: flex-start
    }
    .fixed-position .header.content .nav-toggle {
        margin-top: -7px
    }
    .header.content .logo {
        width: 23.438vw;
        margin: 0 .781vw 0
    }
    .fixed-position .header.content .logo {
        position: static;
        margin: 0 0 0 50px;
        width: 93px;
        transform: translate(0, 0)
    }
    .fixed-position .header.content .minicart-wrapper {
        display: block
    }
    .header.content .nav-toggle {
        top: 4.531vw;
        right: 4.844vw;
        left: auto;
        order: 3;
        display: inline-block
    }
    .header.content .nav-toggle:before {
        font-family: 'Custom-Icons';
        content: '\E81C';
        font-size: 5.469vw
    }
    .header.content .panel.wrapper {
        pointer-events: none;
        margin-right: 16.719vw
    }
    .header.content .panel.wrapper .panel.header>.header.links {
        display: none
    }
    .header.content .panel.wrapper .block.block-search {
        margin-top: 0;
        padding-right: 2.344vw
    }
    .fixed-position .header.content .panel.wrapper {
        top: 0;
        right: 0
    }
    .header.content .navigation.top-nav {
        display: none
    }
}

#top-menu-header {
    order: 2;
    flex-direction: column;
    padding: 0;
    width: calc(50% - 170px)
}

#top-menu-header:after {
    content: "";
    display: block;
    clear: both
}

#top-menu-header .logo-menu {
    text-align: right;
    padding-right: 4px;
    margin-bottom: 14px
}

#top-menu-header .logo-menu img {
    max-width: 75px
}

@media (max-width:1249px) {
    #top-menu-header {
        display: none
    }
}

.page-header .switcher {
    margin-left: 4px;
    margin-right: 0;
    float: none
}

.page-header .switcher:first-child {
    margin-left: 0
}

.page-header .switcher-list {
    flex-grow: 1;
    margin-bottom: 22px;
    display: flex;
    justify-content: flex-end;
    margin-top: -5px
}

.page-header .switcher .dropdown.switcher-options {
    display: block;
    height: 100%
}

.page-header .switcher .dropdown.switcher-options .action.toggle {
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 12px 28px 6px 18px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    white-space: nowrap
}

.page-header .switcher .dropdown.switcher-options .action.toggle:before {
    position: absolute;
    top: 57%;
    right: 8px;
    transform: translate(0, -50%);
    font-family: 'icomoon' !important;
    font-size: 11px;
    line-height: 1;
    content: '\e90e'
}

.page-header .switcher .dropdown.switcher-options .action.toggle:after {
    display: none !important
}

.page-header .switcher .dropdown.switcher-options .action.toggle strong:after {
    display: block;
    content: attr(title);
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden
}

.page-header .switcher .dropdown.switcher-options.active .action.toggle {
    display: flex;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15)
}

.page-header .switcher .dropdown.switcher-options.active .action.toggle strong {
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    text-decoration: none
}

.page-header .switcher .dropdown.switcher-options.active .action.toggle:before {
    transform: scaleY(-1);
    margin-top: -6px;
    font-weight: 700
}

.page-header .switcher .dropdown.switcher-options .dropdown {
    margin: 0;
    min-width: 0;
    left: 0;
    right: 0;
    border: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15)
}

.page-header .switcher .dropdown.switcher-options .dropdown:after,
.page-header .switcher .dropdown.switcher-options .dropdown:before {
    display: none
}

.page-header .switcher .dropdown.switcher-options .dropdown .switcher-option:hover {
    background: 0 0
}

.page-header .switcher .dropdown.switcher-options .dropdown .switcher-option:first-child a {
    padding-top: 10px
}

.page-header .switcher .dropdown.switcher-options .dropdown .switcher-option:last-child a {
    padding-bottom: 10px
}

.page-header .switcher .dropdown.switcher-options .dropdown .switcher-option a {
    color: #666;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 5px 6px 18px;
    overflow: hidden;
    text-overflow: ellipsis
}

.page-header .switcher .dropdown.switcher-options .dropdown .switcher-option a:hover {
    color: #d71921
}

.page-header .switcher.switcher-website .dropdown.switcher-options .action.toggle {
    min-width: 100px
}

.page-header .switcher#switcher-about-us .dropdown.switcher-options .action.toggle {
    min-width: 115px
}

@media (max-width:767px) {
    .page-header {
        border: none;
        margin-bottom: 0
    }
}

.message.success {
    margin-bottom: 0
}

.main-header-wrapper {
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, .25)
}

.navigation .main-nav li[data-children-count="0"],
.sections.nav-sections .nav-sections-item-content .main-nav li[data-children-count="0"] {
    display: none !important
}

/* .logo {
    float: left;
    margin-bottom: 16px;
    width: 126px;
    margin: 0 6px 16px
}

.logo img {
    display: block;
    width: 100%;
    height: auto
} */

.navigation.top-nav {
    clear: both;
    position: static
}

.navigation.top-nav:before {
    position: absolute;
    height: 50px;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background: #f5f5f5;
    z-index: -1;
    content: ''
}

.nav-toggle {
    box-shadow: none !important;
    z-index: 101
}

.sections.nav-sections {
    display: none
}

@media (max-width:1249px) {
    .sections.nav-sections {
        transition: all .3s linear;
        display: block;
        left: 0;
        transform: translate(-100%, 0);
        width: calc(100% - 17.188vw);
        overflow: visible;
        z-index: 9999;
        height: 100vh
    }
    .sections.nav-sections:before {
        background: rgba(0, 0, 0, .3);
        position: fixed;
        top: 0;
        left: -999px;
        right: -999px;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        content: ''
    }
    .sections.nav-sections:after {
        position: absolute;
        top: 0;
        left: 100%;
        width: 17.188vw;
        height: 17.188vw;
        background: #d71921;
        pointer-events: none;
        display: none;
        z-index: 9999;
        font-family: 'Custom-Icons';
        content: '\E821';
        color: #fff;
        font-size: 5.938vw;
        font-weight: 700;
        padding: 4.219vw 5.625vw
    }
    .sections.nav-sections .nav-sections-items {
        height: 100%;
        background: #fff;
        overflow-y: auto
    }
    .sections.nav-sections #mobile-menu-tabs-list {
        display: none
    }
    .sections.nav-sections .links {
        background: #505050
    }
    .sections.nav-sections .links #mob-my-account {
        display: none
    }
    .sections.nav-sections .links #mob-my-account .content ul li:first-child,
    .sections.nav-sections .links #mob-my-account .content ul li.cart-link {
        display: none
    }
    .sections.nav-sections .links>ul>li {
        border-bottom: .469vw solid #6d6d6d;
        margin-bottom: 0
    }
    .sections.nav-sections .links>ul>li>a:after {
        font-family: 'Custom-Icons';
        content: '\E810';
        position: absolute;
        right: 5.781vw;
        top: 4.375vw;
        transform: rotate(-90deg);
        font-size: 2.344vw;
        font-weight: 200;
        color: #8d8d8d
    }
    .sections.nav-sections .links>ul>li.active-mobile-links>a:after {
        transform: rotate(0deg);
        font-weight: 700
    }
    .sections.nav-sections .links a {
        display: block;
        padding: 2.813vw 2.969vw 3.75vw 6.094vw;
        color: #afafaf;
        font-size: 4.688vw;
        line-height: 1.2;
        position: relative;
        transition: all .2s linear;
        text-decoration: none
    }
    .sections.nav-sections .links li.switcher-option {
        border-top: .469vw solid #6d6d6d;
        margin-bottom: 0
    }
    .sections.nav-sections .links #logo-menu a {
        padding: 3.75vw 2.969vw 4.688vw 6.094vw
    }
    .sections.nav-sections .links #logo-menu a img {
        width: 20.625vw
    }
    .sections.nav-sections .nav-sections-item-content {
        padding: 0;
        float: none;
        margin: 0
    }
    .sections.nav-sections .nav-sections-item-content .main-nav {
        display: block;
        height: auto !important
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item {
        margin-bottom: 0
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu-heading,
    .sections.nav-sections .nav-sections-item-content .main-nav-item.authorization-link {
        display: none !important
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item:not(:last-child) {
        border-bottom: .469vw solid #d6d6d6
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item>a {
        color: #505050;
        font-size: 4.688vw;
        line-height: 1.2;
        padding: 5.313vw 3.125vw 5.625vw 4.375vw;
        display: block;
        position: relative;
        text-decoration: none;
        transition: all .2s linear;
        border-left: 1.875vw solid transparent
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item>a:after {
        font-family: 'Custom-Icons';
        content: '\E810';
        position: absolute;
        right: 5.781vw;
        top: 6.875vw;
        transform: rotate(-90deg);
        font-size: 2.344vw;
        font-weight: 200
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item.active-mobile>a {
        font-family: 'FSMeWeb-Bold', Arial, sans-serif;
        border-left-color: #d71921
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item.active-mobile>a:after {
        font-weight: 700;
        transform: rotate(0deg)
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu {
        display: none;
        background: #f2f2f2
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu.active {
        display: block
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu h3 {
        color: #333;
        font-family: 'FSMeWeb-Regular', Arial, sans-serif;
        margin: 0 0 2.188vw
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu h3 a {
        color: #333
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu .main-nav-cat-list li {
        border-top: .469vw solid #d6d6d6;
        margin: 0
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu .main-nav-cat-list a {
        display: flex;
        align-items: center;
        color: #666;
        font-family: 'FSMeWeb-Bold', Arial, sans-serif;
        font-size: 4.688vw;
        line-height: 1.2;
        height: 20.156vw;
        padding: 0 6.719vw
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu .main-nav-cat-list a span {
        width: 100%;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu .main-nav-cat-img {
        width: 21.094vw;
        height: auto;
        flex-shrink: 0;
        margin: 0 5.938vw 0 0;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu .main-nav-cat-img img {
        position: static;
        display: block;
        max-width: 100%;
        max-height: 15vw
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu .main-nav-grid {
        display: block !important
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu .main-nav-list li {
        margin: 0;
        border-top: .469vw solid #d6d6d6
    }
    .sections.nav-sections .nav-sections-item-content .main-nav-item .main-nav-submenu .main-nav-list a {
        display: block;
        color: #666;
        font-size: 4.688vw;
        line-height: 1.2;
        padding: 2.813vw 2.969vw 3.75vw 6.094vw
    }
    .nav-open .sections.nav-sections {
        box-shadow: none;
        transform: translate(0, 0)
    }
    .nav-open .sections.nav-sections:before {
        opacity: 1;
        transition: all .3s linear
    }
    .nav-open .sections.nav-sections:after {
        display: block
    }
}

.navigation .main-nav {
    display: flex;
    padding: 0;
    margin: 0 -3px;
    position: static;
    justify-content: space-between;
    max-width: 1200px
}

.navigation .main-nav-item {
    margin: 0 5px;
    display: flex
}

.navigation .main-nav-item>a {
    color: #333;
    line-height: 1.2;
    padding: 11px 5px 12px;
    border: solid transparent;
    border-width: 3px 0;
    text-decoration: none;
    font-weight: 400;
    transition: all .2s linear
}

.fixed-position .navigation .main-nav-item>a {
    font-size: 15px;
    padding: 10px 0;
    height: 72px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.navigation .main-nav-item:hover>a {
    border-bottom-color: #d71921
}

.navigation .main-nav-item:hover .main-nav-submenu {
    top: 100%;
    z-index: 99
}

.navigation .main-nav-item:hover .main-nav-submenu:before {
    display: block
}

.navigation .main-nav-item:hover .main-nav-submenu-wrap {
    opacity: 1
}

.navigation .main-nav-item-drop {
    position: relative
}

.navigation .main-nav-submenu {
    position: absolute;
    top: -9999px;
    left: 10px;
    right: 10px
}

.navigation .main-nav-submenu-wrap {
    padding: 19px 14px;
    transition: opacity .2s linear;
    opacity: 0
}

.navigation .main-nav-submenu:before {
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    height: 99999px;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
    pointer-events: none;
    display: none;
    content: ''
}

.navigation .main-nav-submenu:after {
    position: absolute;
    height: 392px;
    top: 0;
    left: -210px;
    right: -210px;
    background: #fff url(../images/pattern.png) no-repeat right -2px;
    z-index: -1;
    content: ''
}

.navigation .main-nav-submenu.main-nav-submenu-small .main-nav-submenu-wrap {
    background: #fff
}

.navigation .main-nav-submenu.main-nav-submenu-small:after {
    display: none
}

.navigation .main-nav-submenu-small {
    right: auto;
    width: 219px;
    left: 0
}

.navigation .main-nav-submenu-small .main-nav-submenu-wrap {
    padding: 13px 30px 11px
}

.navigation .main-nav-submenu-heading {
    display: none
}

.navigation .main-nav-submenu h3 {
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    margin: 0 0 6px;
    min-height: 32px
}

.navigation .main-nav-submenu h3 a {
    color: #333;
    text-decoration: none;
    transition: all .2s linear
}

.navigation .main-nav-submenu h3 a:hover {
    color: #d71921
}

.navigation .main-nav-grid {
    display: flex;
    margin: 0 -26px;
    min-height: 260px
}

.navigation .main-nav-col {
    width: 33.33%;
    padding: 0 26px
}

.navigation .main-nav-col.main-nav-col-lg {
    width: 66.66%
}

.navigation .main-nav-col.main-nav-col-lg.col-med {
    max-width: 915px
}

.navigation .main-nav-col.main-nav-col-lg.col-lg {
    width: 95%
}

@media (max-width:1080px) {
    .navigation .main-nav-col.main-nav-col-lg.col-lg {
        width: 100%
    }
}

.navigation .main-nav-col.main-nav-col-sm {
    width: 16.66%
}

.navigation .main-nav-col.right-block {
    display: flex;
    align-items: center
}

.navigation .main-nav-col.right-block .right-block-content {
    text-align: center
}

.navigation .main-nav-col.right-block .right-block-content img {
    margin-bottom: 8px;
    margin-left: -8px
}

.navigation .main-nav-col.right-block .right-block-content p,
.navigation .main-nav-col.right-block .right-block-content div,
.navigation .main-nav-col.right-block .right-block-content span {
    color: #505050;
    font-size: 22px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    line-height: 28px;
    letter-spacing: .2px
}

.navigation .main-nav-col.right-block .right-block-content b,
.navigation .main-nav-col.right-block .right-block-content strong {
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    font-size: 23px
}

.navigation .main-nav-cat-wrap {
    display: flex;
    margin: 0 -20px;
    padding-top: 30px
}

.navigation .main-nav-cat-list {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap
}

.navigation .main-nav-cat-list li {
    margin-bottom: 17px;
    margin-right: 18px
}

.navigation .main-nav-cat-list a {
    display: flex;
    align-items: center;
    height: 98px;
    width: 263px;
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 400;
    padding: 10px 10px 10px 22px
}

.navigation .main-nav-cat-list a:hover {
    color: #d71921;
    text-decoration: none;
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    box-shadow: -3px 4px 13px 2px rgba(0, 0, 0, .14)
}

.navigation .main-nav-cat-list a span {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.navigation .main-nav-cat-list.space-cat li {
    margin-bottom: 20px;
    margin-right: 19px
}

.navigation .main-nav-cat-list.space-cat a {
    flex-direction: column;
    height: 139px;
    border: none;
    padding: 0
}

.navigation .main-nav-cat-list.space-cat a:hover .main-nav-cat-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.navigation .main-nav-cat-list.space-cat a span {
    -webkit-line-clamp: 1;
    padding: 0 10px
}

.navigation .main-nav-cat-list.space-cat .main-nav-cat-img {
    width: auto;
    max-width: 100%;
    margin: 0 0 9px
}

.navigation .main-nav-cat-img {
    max-width: 60px;
    height: auto;
    flex-shrink: 0;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.navigation .main-nav-cat-img img {
    position: static;
    display: block;
    width: 100%;
    max-width: none
}

.navigation .main-nav-list {
    padding: 12px 0 0
}

.navigation .main-nav-list li {
    margin: 0 0 12px
}

.navigation .main-nav-list a {
    color: #666;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-weight: 400
}

.navigation .main-nav-list a:hover {
    color: #d71921;
    text-decoration: none
}

.navigation .main-nav-products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
    padding-top: 8px
}

.navigation .main-nav-products li {
    margin: 0;
    width: 33.33%;
    padding: 0 16px
}

.navigation .main-nav-products li:not(:nth-last-child(-n+3)) {
    padding-bottom: 28px
}

.navigation .main-nav-products a {
    color: #333;
    text-decoration: none;
    transition: all .2s linear
}

.navigation .main-nav-products a img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid transparent;
    padding: 2px;
    transition: all .2s linear
}

.navigation .main-nav-products a:hover {
    color: #d71921
}

.navigation .main-nav-products a:hover img {
    border-color: #dfdfdf
}

.navigation .main-nav-products strong {
    font-size: 18px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-weight: 400;
    display: block;
    padding-top: 8px
}

@media (max-width:1339px) {
    .navigation .main-nav-cat-list li {
        margin-bottom: 10px;
        margin-right: 11px
    }
    .navigation .main-nav-cat-list a {
        height: 92px;
        width: 233px;
        padding: 10px 10px 10px 11px;
        font-size: 18px
    }
    .navigation .main-nav-cat-img {
        margin-right: 10px
    }
    .navigation .main-nav-cat-img img {
        width: 90%
    }
    .navigation .main-nav-col.main-nav-col-lg {
        width: 100%
    }
    .navigation .main-nav-col.main-nav-col-lg.col-med {
        padding-right: 10px
    }
    .navigation .main-nav-col.right-block {
        padding-left: 10px;
        width: 28%
    }
    .navigation .main-nav-col.right-block .right-block-content p,
    .navigation .main-nav-col.right-block .right-block-content div,
    .navigation .main-nav-col.right-block .right-block-content span {
        font-size: 19px
    }
    .navigation .main-nav-col.right-block .right-block-content b,
    .navigation .main-nav-col.right-block .right-block-content strong {
        font-size: 20px
    }
    .navigation .main-nav-submenu:after {
        height: 330px
    }
}

@media (max-width:1023px) {
    .navigation .main-nav {
        background: #f5f5f5;
        margin: 0 -10px
    }
    .fixed-position .navigation .main-nav {
        background: 0 0
    }
    .navigation .main-nav-item>a {
        font-size: 15px;
        text-align: center;
        padding: 8px 5px 9px
    }
    .fixed-position .navigation .main-nav-item>a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px
    }
    .navigation .main-nav-cat-wrap {
        padding-top: 0
    }
    .navigation .main-nav-cat-list {
        padding: 0 10px
    }
    .navigation .main-nav-col.main-nav-col-lg {
        width: 70%
    }
}

html.nav-before-open,
.nav-before-open body {
    overflow: visible;
    height: auto
}

.nav-before-open .page-wrapper {
    height: auto
}

.sale-gallery {
    border: 1px solid transparent;
    padding: 3px;
    margin: -3px -3px 16px;
    background: #fff;
    transition: all .2s linear
}

.sale-gallery:hover {
    border-color: #dfdfdf
}

.sale-gallery:hover .sale-gallery-title {
    padding-left: 10px;
    padding-right: 10px
}

.sale-gallery-item img {
    display: block;
    width: 100%;
    height: auto
}

.sale-gallery-item a {
    display: block;
    color: #333;
    text-decoration: none
}

.sale-gallery-title {
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    display: block;
    font-weight: 400;
    padding: 17px 0 14px;
    transition: all .2s linear
}

.sale-gallery .slick-prev,
.sale-gallery .slick-next {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
    transition: all .2s linear;
    margin-top: -23px;
    border-radius: 4px
}

.sale-gallery .slick-prev:before,
.sale-gallery .slick-next:before {
    display: none
}

.sale-gallery .slick-prev:after,
.sale-gallery .slick-next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon';
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    content: ''
}

.sale-gallery .slick-prev:hover,
.sale-gallery .slick-next:hover {
    background-color: rgba(175, 203, 4, .5);
    border: none
}

.sale-gallery .slick-prev:focus,
.sale-gallery .slick-next:focus {
    border: none
}

.sale-gallery .slick-prev:not(.primary),
.sale-gallery .slick-next:not(.primary) {
    box-shadow: none
}

.sale-gallery .slick-prev.slick-disabled,
.sale-gallery .slick-next.slick-disabled {
    opacity: 0
}

.sale-gallery .slick-prev {
    left: 3px
}

.sale-gallery .slick-prev:after {
    content: '\e90f'
}

.sale-gallery .slick-next {
    right: 3px
}

.sale-gallery .slick-next:after {
    content: '\e910'
}

.sale-list li {
    margin: 0
}

.sale-list li:not(:last-child) {
    margin: 0 0 32px
}

.sale-list li h3 {
    margin-bottom: 16px
}

.sale-list-item {
    display: block;
    color: #333
}

.sale-list-item:hover {
    text-decoration: none
}

.sale-list-item img {
    width: 100%
}

.sale-list-item p {
    margin: 4px 0 0;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    font-weight: 400
}

.minisearch {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
    width: 469px;
    position: relative;
    border: 1px solid #c9c9c9;
    border-radius: 20px
}

.minisearch .field.search {
    flex-grow: 1
}

.minisearch .field.search .label {
    display: none
}

.minisearch .field.search input {
    border: none;
    background: 0 0;
    padding: 0 50px 0 23px;
    width: 100%;
    height: 38px;
    font-size: 16px;
    color: #666;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-weight: 400
}

.minisearch .field.search input:focus {
    color: #333
}

.minisearch .field.search .control label {
    font-size: 16px;
    position: absolute;
    padding: 9px 23px;
    z-index: -5
}

.minisearch .actions {
    width: 42px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    flex-shrink: 0
}

.minisearch .actions button.search {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: relative;
    right: 0;
    transition: all .2s linear
}

.minisearch .actions button.search:before {
    position: absolute;
    left: 28%;
    transform: translate(-50%, -50%);
    font-family: 'Custom-Icons';
    content: '\E806';
    font-size: 22px
}

.fixed-position .minisearch {
    border: none;
    width: auto;
    margin: 0
}

.fixed-position .minisearch .field.search label {
    display: block;
    width: 40px;
    height: 40px;
    position: relative
}

.fixed-position .minisearch .field.search label:before {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/sprite.png) no-repeat -3px -146px;
    content: ''
}

.fixed-position .minisearch .field.search .control {
    display: none
}

.fixed-position .minisearch .actions {
    display: none
}

@media (min-width:1251px) {
    .fixed-position .minisearch.search-active .control {
        display: block !important;
        background: #fff;
        position: absolute;
        top: 0;
        right: 40px;
        width: 200px
    }
    .fixed-position .minisearch.search-active .control input {
        padding: 0 19px;
        border: 1px solid #888
    }
    .fixed-position .minisearch {
        margin-right: -12px
    }
    .fixed-position .minisearch .mst-searchautocomplete__autocomplete._active {
        left: auto !important;
        right: 0;
        transform: none
    }
    .fixed-position .minisearch.search-active .field.search label {
        background: #d71921
    }
    .fixed-position .minisearch.search-active .field.search label:before {
        background-position: -31px -146px
    }
    .fixed-position .minisearch.search-active .field.search .actions {
        display: block
    }
    .fixed-position .minisearch .field.search label {
        cursor: pointer;
        width: 70px;
        height: 72px
    }
    .fixed-position .minisearch .field.search label:hover,
    .fixed-position .minisearch .field.search label:focus {
        background: #d71921
    }
    .fixed-position .minisearch .field.search label:hover:before,
    .fixed-position .minisearch .field.search label:focus:before {
        background-position: -31px -146px
    }
    .fixed-position .minisearch .field.search .control {
        background: #fff;
        padding: 14px;
        top: 100%;
        right: 0;
        border: 1px solid #ddd;
        width: 399px
    }
    .fixed-position .minisearch .field.search .control input {
        font-size: 14px;
        height: 40px;
        color: #333;
        padding: 0 59px 0 19px
    }
    .fixed-position .minisearch .field.search .control .mst-searchautocomplete__autocomplete {
        padding-top: 15px;
        margin-right: -1px
    }
    .fixed-position .minisearch .field.search .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
        top: 26px;
        left: auto;
        right: 80px
    }
    .fixed-position .minisearch .field.search .actions {
        width: 42px;
        height: 38px;
        top: calc(100% + 16px);
        right: 15px
    }
}

@media (max-width:1249px) {
    .minisearch {
        border: none;
        width: auto;
        margin: 0
    }
    .fixed-position .minisearch {
        width: 100%;
        pointer-events: auto
    }
    .fixed-position .minisearch .field.search .control {
        display: none
    }
    .fixed-position .minisearch .actions {
        display: block
    }
    .minisearch.search-active {
        z-index: 103;
        background: #fff;
        pointer-events: auto;
        width: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: 17.188vw;
        padding: 1.875vw 0 0
    }
    .fixed-position .minisearch.search-active {
        height: 50px
    }
    .minisearch.search-active .field.search {
        height: auto;
        padding: 0 20.313vw 0 3.125vw
    }
    .minisearch.search-active .field.search .label {
        background: #333;
        width: 17.188vw;
        height: 17.188vw;
        position: absolute;
        top: 0;
        right: 0;
        margin: 0
    }
    .fixed-position .minisearch.search-active .field.search .label {
        width: 50px;
        height: 50px;
        position: absolute;
        left: auto;
        right: 0
    }
    .fixed-position .minisearch.search-active .field.search .label:before {
        background-position: -101px -83px;
        width: 17px;
        height: 17px;
        left: 50%
    }
    .minisearch.search-active .field.search .label:before {
        font-family: 'Custom-Icons';
        content: '\E821';
        font-size: 5.938vw;
        font-weight: 700;
        padding: 5vw 5.625vw;
        color: #fff
    }
    .minisearch.search-active .field.search .control {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 1px
    }
    .minisearch.search-active .actions {
        opacity: 1;
        margin: 3px 0 0
    }
    .minisearch.search-active .actions button {
        box-shadow: none
    }
    .minisearch .field.search {
        overflow: hidden;
        z-index: 99
    }
    .minisearch .field.search .label {
        display: block;
        position: relative;
        pointer-events: auto;
        width: auto;
        height: auto;
        margin: 0
    }
    .nav-open .minisearch .field.search .label {
        pointer-events: none
    }
    .minisearch .field.search .label:before {
        font-family: 'Custom-Icons';
        content: '\E806';
        font-size: 5.938vw;
        line-height: 7.25vw;
        color: #333
    }
    .fixed-position .minisearch .field.search .label {
        display: block;
        width: 40px;
        height: 40px;
        position: relative
    }
    .fixed-position .minisearch .field.search .label:before {
        width: 18px;
        height: 18px;
        left: 50%;
        background: url(../images/sprite.png) no-repeat -61px -147px
    }
    .minisearch .field.search .control {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        border: none;
        padding: 13px 0 4px;
        align-items: center;
        display: none
    }
    .minisearch .field.search .control label {
        font-size: 3.438vw;
        padding: 1.094vw 1.719vw
    }
    .minisearch .field.search input {
        border: none;
        border-bottom: 1px solid #000;
        color: #adadad;
        height: 7.031vw;
        padding: .625vw 7.031vw 0 0;
        position: static;
        margin: 0;
        left: 0;
        outline-width: 0
    }
    .minisearch .field.search input:focus {
        color: #333;
        outline-width: 0
    }
    .minisearch .actions {
        margin: 0;
        width: 4.375vw;
        height: 5vw;
        right: 21.875vw;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        opacity: 0;
        margin: 4px 0 0
    }
    .minisearch .actions .action.search {
        display: block;
        border: none;
        background: 0 0 !important
    }
    .minisearch .actions .action.search:before {
        font-family: 'Custom-Icons';
        content: '\E806';
        color: #000;
        font-size: 4.688vw;
        top: 50%;
        z-index: 99
    }
    .minisearch .actions .action.search span {
        text-indent: -9999px;
        overflow: hidden;
        display: block
    }
}

.minicart-wrapper {
    margin-left: 24px;
    margin-top: 3px;
    margin-right: -3px
}

.minicart-wrapper .action.showcart {
    display: block;
    position: relative;
    width: 40px;
    height: 40px
}

.minicart-wrapper .action.showcart:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px !important;
    line-height: 1 !important;
    color: #393939 !important;
    font-family: 'icomoon' !important;
    content: '\e901'
}

.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:hover:before {
    content: '\e902'
}

.minicart-wrapper .action.showcart .counter.qty {
    background: 0 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%
}

.minicart-wrapper .action.showcart .counter-number {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #333;
    font-size: 12px;
    line-height: 1;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 0 0 2px #fff
}

.minicart-wrapper .action.showcart .counter-label {
    display: none
}

.minicart-wrapper .block-minicart {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    border: 1px solid #dfdfdf;
    background: #fbfbfb;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: auto
}

.minicart-wrapper .block-minicart .close {
    display: none
}

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0)
}

.minicart-wrapper .block-minicart:before {
    border-color: transparent transparent #fbfbfb
}

.minicart-wrapper .block-minicart:after {
    border-color: transparent transparent #dfdfdf
}

.minicart-wrapper .block-minicart #minicart-content-wrapper {
    width: 398px;
    padding: 20px 20px 16px
}

.minicart-wrapper .block-minicart #minicart-content-wrapper.emtycart {
    width: 198px;
    padding-bottom: 18px
}

.minicart-wrapper .block-minicart #minicart-content-wrapper.emtycart .subtitle.empty {
    padding: 61px 0 0;
    background: url(../images/ico-none.png) no-repeat 50% 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    display: block;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.minicart-wrapper .block-minicart #minicart-content-wrapper.emtycart .minicart-widgets,
.minicart-wrapper .block-minicart #minicart-content-wrapper.emtycart .subtotal-wrapper {
    display: none
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper {
    overflow: visible;
    border: none;
    height: auto !important;
    overflow-y: auto;
    max-height: 331px;
    padding: 6px 20px;
    margin: -6px -20px 0
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item {
    margin: 0 0 19px;
    padding: 0;
    cursor: default
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #ebebeb;
    padding-top: 18px
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product {
    display: flex
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
    width: 70px;
    flex-shrink: 0;
    margin-right: 19px;
    border: 1px solid #dfdfdf;
    transition: all .2s linear
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-container {
    width: 100% !important
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo:hover {
    border-color: #d71921
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo img {
    width: 100% !important;
    height: auto !important
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details {
    padding: 0;
    flex-grow: 1;
    margin-top: -3px;
    padding-right: 30px;
    position: relative
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions {
    position: absolute;
    top: -5px;
    right: -9px;
    display: flex;
    flex-direction: column;
    margin: 0
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions a {
    display: block;
    width: 26px;
    height: 26px;
    position: relative
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .primary {
    margin: 0
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .primary a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'icomoon' !important;
    font-size: 12px !important;
    line-height: 1 !important;
    color: #888 !important;
    transform: translate(-50%, -50%);
    transition: all .2s linear;
    content: '\e90a'
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .primary a:hover:before {
    color: #ea121d !important
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .secondary a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'icomoon' !important;
    font-size: 12px !important;
    line-height: 1 !important;
    color: #888 !important;
    transform: translate(-50%, -50%);
    transition: all .2s linear;
    content: '\e90b'
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .secondary a:hover:before {
    color: #ea121d !important
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
    color: #333;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    display: block;
    margin: 0 0 5px;
    text-align: left
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
    transition: all .2s linear;
    color: #333
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a:hover {
    text-decoration: none;
    color: #d71921
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 9px
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing .price-excluding-tax {
    margin: 0
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing .price-excluding-tax .price {
    color: #333;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing .price-container {
    padding: 5px 18px 5px 0
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing .details-qty {
    margin: 0;
    display: flex
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing .details-qty .label {
    width: auto;
    color: #666;
    font-size: 14px;
    line-height: 1.1;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    margin: 6px 8px 0 0
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing .details-qty .item-qty {
    margin: 0;
    height: 25px;
    width: 35px;
    background: 0 0;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    text-align: center;
    padding: 0 3px;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing .details-qty .update-cart-item {
    border: 1px solid #333;
    display: inline-block;
    vertical-align: top;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 11px;
    line-height: 1.2;
    color: #333;
    transition: all .2s linear;
    padding: 3px 5px;
    background: #fff;
    text-align: center;
    margin-left: 2px
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing .details-qty .update-cart-item:not(.primary) {
    box-shadow: none
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing .details-qty .update-cart-item:hover,
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing .details-qty .update-cart-item:focus {
    background: #333;
    color: #fff;
    border-color: #333;
    text-decoration: none
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing .details-qty .update-cart-item:visited {
    color: #333;
    background: #fff
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing .details-qty .update-cart-item:hover:visited {
    color: #fff;
    background: #333
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product:before {
    display: none
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .subtotal-wrapper {
    margin: 0 -20px;
    border-top: 1px solid #dfdfdf;
    padding: 18px 29px 19px
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .subtotal-wrapper .items-total {
    display: none
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .subtotal-wrapper .subtotal {
    display: flex;
    justify-content: space-between;
    margin: 0;
    text-align: left;
    align-items: flex-end
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .subtotal-wrapper .subtotal .label {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    padding-bottom: 2px
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .subtotal-wrapper .subtotal .label span:after {
    content: ':'
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .subtotal-wrapper .subtotal .price {
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary {
    margin: 0 10px
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary a,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary a,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary button,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary button {
    margin: 0;
    background: #fff;
    border: 1px solid #333;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    padding: 7px 20px 7px 19px;
    min-height: 40px;
    color: #333;
    display: inline-flex;
    align-items: center;
    transition: all .2s linear;
    text-transform: none;
    border-radius: 4px
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary a:before,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary a:before,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary button:before,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary button:before {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 1;
    margin-right: 10px;
    font-family: 'icomoon';
    content: ''
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary a:hover,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary a:hover,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary button:hover,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary button:hover,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary a:focus,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary a:focus,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary button:focus,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary button:focus {
    background: #333;
    color: #fff;
    text-decoration: none
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary a:before,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary button:before {
    content: '\e908'
}

.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary a:before,
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary button:before {
    content: '\e909'
}

@media (max-width:1550px) {
    .minicart-wrapper .block-minicart {
        left: auto;
        transform: translate(0, 0);
        right: 0
    }
    .minicart-wrapper .block-minicart:before,
    .minicart-wrapper .block-minicart:after {
        left: auto;
        transform: translate(0, 0);
        right: 10px
    }
    .minicart-wrapper .block-minicart:before {
        right: 11px
    }
}

@media (max-width:767px) {
    .minicart-wrapper .block-minicart {
        display: none
    }
}

@media (max-width:767px) {
    .minicart-wrapper {
        margin-top: -2px;
        margin-right: -2px;
        margin-left: 11px
    }
    .minicart-wrapper .action.showcart.active {
        display: block
    }
    .minicart-wrapper .action.showcart:before {
        font-size: 18px !important
    }
    .minicart-wrapper .block-minicart #minicart-content-wrapper {
        width: 302px
    }
    .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary,
    .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary {
        margin: 0 5px
    }
    .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary button,
    .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary button,
    .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .primary a,
    .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content>.actions .secondary a {
        padding: 7px 10px
    }
    .minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper .minicart-items .product-item .product .product-item-pricing {
        flex-direction: column
    }
    .minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-items-wrapper {
        max-height: 229px
    }
}

.breadcrumbs {
    padding-top: 36px;
    padding-bottom: 24px;
    width: 100%;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.breadcrumbs strong {
    font-family: 'FSMeWeb-Bold', Arial, sans-serif
}

.breadcrumbs .items {
    display: flex;
    color: #505050;
    font-size: 15px;
    line-height: 1.2;
    flex-wrap: wrap
}

.breadcrumbs .items .item.blog {
    padding-top: 0
}

.breadcrumbs .items .item:not(:last-child):after {
    font-family: 'luma-icons';
    content: '\e608';
    font-size: 12px;
    line-height: 1.2;
    margin: 0 6px 0 3px;
    vertical-align: middle
}

.breadcrumbs .items .item a {
    color: #505050
}

.page-main .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
    padding-top: 28px;
    padding-bottom: 28px
}

.breadcrumbs+.page-title-wrapper {
    margin-top: -13px
}

@media (max-width:1023px) {
    .breadcrumbs {
        display: block;
        padding: 4.375vw .625vw;
        margin-top: 4.063vw;
        margin-bottom: 1.563vw
    }
    .breadcrumbs+.page-title-wrapper {
        margin-top: 4px
    }
    .breadcrumbs .items>li {
        position: relative;
        font-size: 3.438vw;
        font-family: 'FSMeWeb-Regular', Arial, sans-serif;
        margin-right: .625vw
    }
    .breadcrumbs .items .item:not(:last-child):after {
        vertical-align: middle;
        width: auto;
        margin: 0;
        font-size: 2.5vw
    }
    .page-main .breadcrumbs {
        padding-top: 2.031vw;
        padding-bottom: 1.875vw
    }
}

input[type=email],
input[type=number],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
input[type=date],
textarea,
select {
    border: 1px solid #888;
    height: 40px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 16px;
    padding: 0 13px;
    transition: all .2s linear;
    outline: none !important;
    box-shadow: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #888
}

input[type=email]:hover,
input[type=number]:hover,
input[type=text]:hover,
input[type=tel]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=date]:hover,
textarea:hover,
select:hover,
input[type=email]:focus,
input[type=number]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
    border-color: #333
}

input[type=email]:focus,
input[type=number]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
    color: #595959
}

input[type=email].mage-error,
input[type=number].mage-error,
input[type=text].mage-error,
input[type=tel].mage-error,
input[type=url].mage-error,
input[type=password].mage-error,
input[type=search].mage-error,
input[type=date].mage-error,
textarea.mage-error,
select.mage-error {
    border-color: #d71921
}

input[type=date] {
    width: 100%
}

input[type=date]::-webkit-inner-spin-button {
    height: 100%
}

input[type=date] {
    width: 100%
}

input[type=date]::-webkit-inner-spin-button {
    height: 100%
}

select {
    padding: 0 45px 0 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    background: #fff url(../images/ico-select-arrow.svg) no-repeat;
    background-size: 17px auto;
    background-position: calc(100% - 13px) 50%
}

.label,
label {
    color: #595959;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 4px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.label .req,
label .req {
    color: #d71921;
    font-weight: 600
}

.label:after,
label:after {
    content: '' !important
}

div.mage-error {
    color: #d71921;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2
}

textarea {
    height: 100px;
    padding: 10px 13px
}

.switch-radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0 20px
}

.switch-radio-title {
    color: #595959;
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 8px;
    display: block
}

.switch-radio-box {
    display: flex
}

.switch-radio-btn {
    position: relative;
    overflow: hidden;
    margin-left: -1px
}

.switch-radio-btn input {
    position: absolute;
    top: 0;
    left: -999px;
    width: 0;
    height: 0;
    opacity: 0
}

.switch-radio-btn input:checked+label {
    background: #f76162;
    color: #fff;
    border-color: #f76162
}

.switch-radio-btn label {
    width: 48px;
    height: 37px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    margin: 0;
    cursor: pointer;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    border: 1px solid #333;
    transition: all .2s linear;
    border-radius: 4px 0 0 4px
}

.switch-radio-btn:last-child label {
    border-radius: 0 4px 4px 0;
    border-left: none
}

@media (max-width:1023px) {
    .switch-radio-btn label {
        border: .3vw solid #888
    }
}

.account .choice,
.checkbox-item,
.radio-item {
    position: relative;
    overflow: hidden;
    margin: 0 0 12px
}

.account .choice input,
.checkbox-item input,
.radio-item input {
    position: absolute;
    top: 0;
    left: -999px;
    opacity: 0;
    width: 0;
    height: 0
}

.account .choice input:checked+label:before,
.checkbox-item input:checked+label:before,
.radio-item input:checked+label:before {
    background: #72a300;
    border-color: #72a300
}

.account .choice input:checked+label:after,
.checkbox-item input:checked+label:after,
.radio-item input:checked+label:after {
    opacity: 1
}

.account .choice label,
.checkbox-item label,
.radio-item label {
    display: inline-block !important;
    vertical-align: top;
    position: relative;
    padding: 1px 0 1px 39px;
    color: #333
}

.account .choice label:before,
.checkbox-item label:before,
.radio-item label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #888;
    transition: all .2s linear;
    position: absolute;
    top: 0;
    left: 0;
    content: ''
}

.account .choice label:after,
.checkbox-item label:after,
.radio-item label:after {
    position: absolute;
    top: 3px;
    left: 7px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    transition: all .2s linear;
    opacity: 0;
    display: block !important;
    content: ''
}

.radio-item input:checked+label:before {
    border: 2px solid #72a300;
    background: #fff
}

.radio-item label {
    padding-top: 2px
}

.radio-item label:before {
    border-radius: 50%
}

.radio-item label:after {
    transform: translate(0, 0);
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    background: #72a300
}

.password-strength-meter {
    background: 0 0;
    padding: 3px 0 0;
    margin-top: -1px;
    height: auto;
    color: #333;
    font-size: 14px;
    line-height: 1;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.select-swatch-select.select-area {
    border: 1px solid #888;
    padding-right: 40px;
    box-shadow: none !important
}

.select-swatch-select.select-area.select-active {
    border-color: #333
}

.select-swatch-select.select-area.select-active .select-opener:after {
    transform: scaleY(-1);
    margin-top: -7px;
    margin-left: -7px
}

.select-swatch-select.select-area .center {
    color: #888;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    padding: 11px 10px 11px 17px;
    display: flex;
    align-items: center
}

.select-swatch-select.select-area .center .swatch {
    width: 14px;
    height: 14px;
    margin-left: -6px;
    margin-right: 12px
}

.select-swatch-select.select-area .select-opener {
    width: 49px
}

.select-swatch-select.select-area .select-opener:after {
    background: 0 0;
    width: auto;
    height: auto;
    font-family: 'icomoon';
    font-size: 14px;
    line-height: 1;
    color: #333;
    transform: translate(-50%, -50%);
    margin: 0;
    content: '\e90e'
}

@media (max-width:767px) {
    .select-swatch-select.select-area .center {
        padding: 12px 10px 12px 19px;
        font-size: 16px
    }
    .select-swatch-select.select-area .center .swatch {
        margin-left: 0
    }
}

.select-options {
    box-shadow: none;
    border: none;
    border: 1px solid #333;
    border-top-width: 0;
    padding: 0
}

.select-options.drop-swatch-select {
    border: none;
    border-radius: 25px
}

.select-options.drop-swatch-select .drop-holder {
    border: none
}

.select-options .drop-holder {
    padding: 0
}

.select-options .drop-holder .jcfcalc:first-child {
    display: none
}

.select-options ul a {
    color: #888;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    transition: all .2s linear;
    padding: 9px 15px;
    display: flex;
    align-items: center
}

.select-options ul a:hover {
    background: #f9f9f9 !important;
    color: #333 !important
}

.select-options ul li.current-selected a {
    background: #f9f9f9 !important;
    color: #333 !important
}

.custom-inputfile .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.custom-inputfile label {
    display: flex;
    margin: 0
}

.custom-inputfile label span {
    flex-grow: 1;
    margin-right: 10px;
    height: 40px;
    border: 1px solid #888;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 16px;
    padding: 0 13px;
    transition: all .2s linear;
    display: flex;
    align-items: center
}

.custom-inputfile label span:hover {
    border-color: #333
}

.custom-inputfile label .button {
    font-weight: 400;
    margin: 0;
    min-width: 0;
    padding: 11px 18px;
    cursor: pointer;
    border: 1.5px solid #ff7878;
    color: #ff7878;
    outline: 0;
    border-radius: 21px
}

@media (max-width:767px) {
    .custom-inputfile label .button {
        padding: 11px 13px
    }
}

.clarification-text {
    color: #666;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    padding: 4px 0 0
}

.product-service-list {
    padding: 39px 0 10px 46px
}

.product-service-list li {
    margin: 0 0 43px
}

.product-service-list h3 {
    position: relative;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 16px
}

.product-service-list h3 i {
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 1px;
    left: -45px;
    color: #333;
    font-weight: 400
}

.product-service-list h3 i.icon-ico37 {
    left: -49px;
    top: 1px;
    font-size: 21px
}

.product-service-list p {
    color: #666 !important
}

.video {
    margin-bottom: 30px
}

.video-box {
    display: block;
    margin: 0 0 5px;
    position: relative;
    overflow: hidden;
    padding-top: 62.4%
}

.video-box img {
    display: block;
    width: 100%;
    height: auto
}

.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-description {
    font-family: 'FSMeWeb-Light';
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    font-weight: 400;
    display: block
}

.faq-list {
    border-top: 1px solid #ddd;
    color: #595959;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.faq-list li {
    border-bottom: 1px solid #ddd;
    margin: 0
}

.faq-list li.active .faq-list-opener:after {
    opacity: 0
}

.faq-list .faq-list-opener {
    color: #595959;
    text-decoration: none;
    padding: 14px 10px 14px 31px;
    position: relative;
    display: block;
    cursor: pointer
}

.faq-list .faq-list-opener:after,
.faq-list .faq-list-opener:before {
    position: absolute;
    top: 26px;
    left: -2px;
    width: 13px;
    height: 1px;
    background: #000;
    transition: all .2s linear;
    content: ''
}

.faq-list .faq-list-opener:after {
    left: 4px;
    top: 20px;
    width: 1px;
    height: 13px
}

.faq-list-slide {
    padding-left: 31px;
    display: none
}

.faq-list-slide p {
    color: #595959;
    font-size: 16px;
    line-height: 1.5 !important;
    margin: -2px 0 14px !important
}

.hero-banner {
    height: 426px;
    position: relative;
    overflow: hidden;
    width: 100vw;
    display: flex;
    background: #fff url(../images/featured-products-bg.jpg) no-repeat left top
}

@media (max-width:767px) {
    .hero-banner {
        display: flex;
        flex-direction: column-reverse
    }
}

.hero-banner .back-link {
    border-radius: 50px;
    max-width: 250px;
    margin-top: 20px
}

@media (max-width:767px) {
    .hero-banner .back-link {
        font-size: 16px;
        padding: 13px 19px;
        bottom: -28px;
        right: 1px
    }
}

.hero-banner .back-link:hover {
    text-decoration: none;
    opacity: .9
}

.hero-banner.hero-banner-red .hero-banner-text:after,
.hero-banner.hero-banner-red .hero-banner-text:before {
    border-color: #d71921
}

.hero-banner.hero-banner-big {
    height: 810px
}

@media (max-width:1023px) {
    .hero-banner.hero-banner-big {
        height: 500px
    }
    .hero-banner.hero-banner-big.hero-banner-404 .back-link {
        padding: 15px 0;
        margin-left: 20px
    }
    .hero-banner.hero-banner-big.hero-banner-404 .hero-banner-content {
        width: 45%
    }
    .hero-banner.hero-banner-big.hero-banner-404 .hero-banner-content h2 {
        font-size: 33px;
        line-height: 45px;
        padding: 0 20px 15px
    }
    .hero-banner.hero-banner-big.hero-banner-404 .hero-banner-content h2:after {
        left: 20px
    }
}

@media (max-width:767px) {
    .hero-banner.hero-banner-big.hero-banner-404 {
        height: auto
    }
    .hero-banner.hero-banner-big.hero-banner-404 .hero-banner-content {
        width: auto
    }
}

@media (min-width:1024px) {
    .hero-banner.hero-banner-big .hero-banner-text {
        width: 372px;
        height: 353px;
        padding: 48px 54px 39px 34px
    }
    .hero-banner.hero-banner-big .hero-banner-text:before {
        top: -66px;
        left: -105px;
        width: 301px;
        height: 66px
    }
    .hero-banner.hero-banner-big .hero-banner-text:after {
        top: -67px;
        left: -105px;
        width: 105px;
        height: 305px
    }
    .hero-banner.hero-banner-big .hero-banner-text h1 {
        font-size: 72px;
        line-height: .9722
    }
}

@media (max-width:767px) {
    .hero-banner.hero-banner-big .hero-banner-text h1 {
        font-size: 24px;
        line-height: 1.25
    }
}

@media (max-width:767px) {
    .hero-banner.hero-banner-big .hero-banner-content {
        top: 54.4%
    }
}

@media (min-width:768px) {
    .hero-banner.hero-banner-big+.breadcrumbs {
        padding-top: 17px;
        padding-bottom: 44px
    }
}

@media (max-width:767px) {
    .hero-banner.hero-banner-btn .hero-banner-text {
        padding: 21px 32px 40px 15px
    }
}

.hero-banner.hero-banner-404 {
    margin: auto auto -47px;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff url(../images/bg_repeat_square.jpg) left top
}

.hero-banner.hero-banner-404 .hero-banner-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: calc((100vw - 1520px)/2)
}

.hero-banner.hero-banner-404 .hero-banner-content h2 {
    padding-bottom: 21px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 48px;
    line-height: 1;
    color: #505050;
    margin: 0;
    font-weight: 600;
    line-height: 60px;
    position: relative
}

.hero-banner.hero-banner-404 .hero-banner-content h2:after {
    content: "";
    height: 8px;
    width: 60px;
    background: #d71921;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px
}

.hero-banner.hero-banner-404 .hero-banner-img-wrapper {
    background-position: 85% 100%
}

@media (max-width:767px) {
    .hero-banner.hero-banner-404 {
        margin: auto auto -40px
    }
}

.hero-banner-img {
    height: 100%
}

@media (max-width:767px) {
    .hero-banner-img {
        width: 100%;
        max-height: 100%
    }
}

.hero-banner-img-wrapper {
    height: 100%;
    padding: 0;
    width: 65%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%
}

@media (max-width:1023px) {
    .hero-banner-img-wrapper {
        width: 100%
    }
}

@media (max-width:767px) {
    .hero-banner-img-wrapper {
        position: static;
        height: 67.813vw
    }
}

.hero-banner-img-wrapper-mobile {
    height: 67.813vw;
    background-size: cover;
    display: none
}

@media (max-width:767px) {
    .hero-banner-img-wrapper-mobile {
        display: block
    }
    .hero-banner-img-wrapper-mobile+.hero-banner-img-wrapper {
        display: none
    }
}

.hero-banner-content {
    height: 100%;
    width: 37%;
    box-shadow: inset 0px 13px 30px -10px #ccc;
    padding-left: 25px
}

@media (max-width:1023px) {
    .hero-banner-content {
        position: relative;
        z-index: 999;
        background: #fff url(../images/featured-products-bg.jpg) no-repeat right top
    }
}

@media (max-width:768px) {
    .hero-banner-content {
        background: 0 0
    }
}

.hero-banner-text {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: calc((100vw - 1520px)/2);
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hero-banner-text.hero-banner-text-large {
    width: 331px
}

.hero-banner-text h1 {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 48px;
    line-height: 1;
    color: #505050;
    margin: 0;
    font-weight: 600;
    line-height: 60px;
    position: relative;
    padding-bottom: 21px
}

.hero-banner-text h1:after {
    content: "";
    height: 8px;
    width: 60px;
    background: #d71921;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px
}

@media (max-width:767px) {
    .hero-banner-text h1:after {
        width: 11.406vw;
        height: 1.563vw;
        left: .625vw;
        border-radius: .781vw
    }
}

@media (max-width:767px) {
    .hero-banner {
        height: auto
    }
    .hero-banner-content {
        padding: 6.875vw 5.469vw 7.656vw 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: auto;
        box-shadow: none
    }
    .hero-banner-text {
        padding: 0 4.844vw
    }
    .hero-banner-text.hero-banner-text-large {
        width: auto
    }
    .hero-banner-text h1 {
        font-size: 9.375vw;
        padding-bottom: 3.75vw;
        line-height: 9.375vw;
        letter-spacing: -.234vw
    }
}

.lobby .page-main-wrapper:before {
    padding-bottom: 10px;
    padding-top: 14px;
    position: absolute;
    height: 463px;
    top: -114px;
    background: #fff url(../images/pattern_looby.png) no-repeat right -2px;
    z-index: -1;
    content: '';
    width: 100%
}

.lobby-info {
    padding-bottom: 10px;
    display: flex;
    margin-top: 34px
}

.lobby-info-img {
    margin-bottom: 48px;
    width: 41%
}

.lobby-info-img img {
    display: block;
    max-width: 100%;
    height: auto
}

.lobby-info-text {
    padding-left: 3%;
    width: 41%
}

.lobby-info-text h2 {
    margin: 0 0 23px
}

.lobby-info-text p {
    font-size: 22px;
    line-height: 1.36363636;
    margin: 0 0 30px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.lobby-info-wrap {
    padding: 13px 0 55px
}

.lobby-info-wrap h2 {
    margin: 0 0 73px
}

.lobby-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 116px 0 40px;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 22px;
    line-height: 1.2
}

.lobby-list-item {
    padding: 0 5%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start
}

.lobby-list-item .check-mark {
    margin: 0 0 45px;
    max-height: 100%;
    width: 85px
}

.lobby-list-item .check-mark-wrapper {
    height: 100px
}

.lobby-list-item .check-mark-label {
    margin-top: 19px;
    text-align: center
}

@media (max-width:767px) {
    .lobby .page-main-wrapper:before {
        background-position: 37vw 16px
    }
    .lobby-info {
        flex-direction: column;
        padding-top: 2.5vw;
        padding-bottom: 4.531vw;
        margin-top: 5.313vw
    }
    .lobby-info-text,
    .lobby-info-img {
        width: 100%
    }
    .lobby-info-text img,
    .lobby-info-img img {
        width: 100%
    }
    .lobby-info-text {
        order: 1
    }
    .lobby-info-text p {
        font-size: 5.156vw;
        line-height: 1.4;
        margin-bottom: 25px
    }
    .lobby-info-text h2 {
        margin-bottom: 19px;
        font-size: 7.813vw
    }
    .lobby-info-img {
        margin: 0;
        order: 2;
        padding-top: 0
    }
    .lobby-info-wrap {
        padding: 13px 0 10px
    }
    .lobby-info-wrap h2 {
        margin: 0 0 25px
    }
    .lobby-info-wrap .lobby-info {
        padding-top: 0
    }
    .lobby-list {
        font-size: 5.156vw;
        flex-wrap: wrap;
        margin-bottom: 10px;
        margin-top: 11.719vw
    }
    .lobby-list-item {
        max-width: none;
        width: 50%;
        margin: 0 0 12.5vw;
        text-align: center
    }
    .lobby-list-item .check-mark {
        width: 22.656vw;
        margin: 0 0 7.031vw
    }
    .lobby-list-item .check-mark-wrapper {
        height: 25vw
    }
    .lobby-list-item i {
        margin: 0 0 19px;
        font-size: 18px
    }
}

@media (max-width:767px) {
    .page-products .columns {
        padding-top: 0
    }
}

.rooms-block {
    padding-top: 50px;
    padding-bottom: 37px
}

.rooms-block h2 {
    margin-bottom: 50px
}

.rooms-item {
    border: 2px solid #fff;
    padding: 3px;
    position: relative;
    transition: all .3 linear
}

.rooms-item:hover {
    border-color: #d71921
}

.rooms-item:hover .rooms-item-title {
    opacity: 1
}

.rooms-item img {
    width: 100%;
    height: auto
}

.rooms-item-title {
    background: rgba(215, 25, 33, .9);
    padding: 12px 20px;
    font-size: 22px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Regular';
    font-weight: 400;
    position: absolute;
    top: -20px;
    left: 23px;
    color: #fff;
    opacity: 0;
    transition: all .3s linear;
    border-radius: 5px
}

.rooms-gallery {
    margin: 0 -15px
}

.rooms-gallery .rooms-item {
    margin: 18px 10px;
    border-radius: 5px
}

.rooms-gallery .slick-prev,
.rooms-gallery .slick-next {
    width: 60px;
    height: 60px;
    background-color: #333;
    z-index: 10;
    transition: all .3s linear;
    border-radius: 6px
}

.rooms-gallery .slick-prev:before,
.rooms-gallery .slick-next:before {
    display: none
}

.rooms-gallery .slick-prev:after,
.rooms-gallery .slick-next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon';
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    content: ''
}

.rooms-gallery .slick-prev:hover,
.rooms-gallery .slick-next:hover {
    background-color: #72a300;
    border: none
}

.rooms-gallery .slick-prev:focus,
.rooms-gallery .slick-next:focus {
    border: none;
    background-color: #72a300
}

.rooms-gallery .slick-prev:not(.primary),
.rooms-gallery .slick-next:not(.primary) {
    box-shadow: none
}

.rooms-gallery .slick-prev.slick-disabled,
.rooms-gallery .slick-next.slick-disabled {
    opacity: 0
}

.rooms-gallery .slick-prev {
    left: -11px
}

.rooms-gallery .slick-prev:after {
    content: '\e90f'
}

.rooms-gallery .slick-next {
    right: -11px
}

.rooms-gallery .slick-next:after {
    content: '\e910'
}

@media (max-width:767px) {
    .rooms-block {
        padding-top: 31px;
        padding-bottom: 6px
    }
    .rooms-block h2 {
        font-size: 20px;
        margin-bottom: 21px
    }
    .rooms-gallery {
        margin: 0 -34px
    }
    .rooms-gallery .rooms-item {
        margin: 0 9px;
        border-color: #fff
    }
    .rooms-gallery .rooms-item-title {
        display: none
    }
    .rooms-gallery .slick-prev,
    .rooms-gallery .slick-next {
        width: 40px;
        height: 40px
    }
    .rooms-gallery .slick-prev:after,
    .rooms-gallery .slick-next:after {
        font-size: 17px
    }
    .rooms-gallery .slick-prev {
        left: 14px;
        border-radius: 0 4px 4px 0
    }
    .rooms-gallery .slick-next {
        right: 14px;
        border-radius: 4px 0 0 4px
    }
}

.grouped-description {
    display: flex;
    margin: 0 -15px;
    padding-top: 74px;
    padding-bottom: 61px;
    justify-content: space-between
}

.grouped-description-text,
.grouped-description-photo {
    padding: 0 15px
}

.grouped-description-text {
    width: 37%
}

.grouped-description-text h2 {
    margin-bottom: 26px
}

.grouped-description-text p {
    font-size: 20px;
    line-height: 1.5;
    font-family: 'FSMeWeb-Light';
    margin: 0 0 17px;
    font-weight: 400
}

.grouped-description-photo {
    width: 49.7%;
    margin-top: 9px
}

.grouped-description-photo img {
    display: block;
    width: 100%;
    height: auto
}

.grouped-description-photo-lg {
    width: 100%;
    padding-right: 3px
}

.grouped-description-photo-md,
.grouped-description-photo-sm {
    padding: 3px;
    background: #fff;
    position: relative
}

.grouped-description-photo-md {
    width: 65.4%;
    margin: -21% 0 0 -28%
}

.grouped-description-photo-sm {
    width: 50%;
    margin: -16% 0 0 25%
}

@media (max-width:1200px) {
    .grouped-description-text p.grouped-description-text-indent {
        margin-right: 0
    }
    .grouped-description-photo-md {
        width: 65.4%;
        margin: -21% 0 0 -10%
    }
    .grouped-description-photo-sm {
        width: 50%;
        margin: -16% 0 0 10%
    }
}

@media (max-width:767px) {
    .grouped-description {
        flex-direction: column;
        padding-top: 26px;
        padding-bottom: 35px
    }
    .grouped-description-text {
        width: 100%;
        padding-bottom: 7px
    }
    .grouped-description-text h2 {
        font-size: 20px;
        margin-bottom: 23px
    }
    .grouped-description-text p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 11px
    }
    .grouped-description-photo {
        width: 100%
    }
    .grouped-description-photo-lg {
        padding: 0
    }
    .grouped-description-photo-md {
        margin: -21% 0 0 -23px;
        width: 66.4%
    }
    .grouped-description-photo-sm {
        margin: -16% 0 0 46%
    }
}

.product-info-gallery-wrap {
    padding-bottom: 25px
}

.product-info-gallery-item {
    position: relative;
    overflow: hidden
}

.product-info-gallery-item img {
    display: block;
    width: 100%;
    height: auto
}

.product-info-gallery .slick-prev,
.product-info-gallery .slick-next {
    width: 60px;
    height: 60px;
    background-color: #333;
    z-index: 10;
    transition: all .3s linear;
    border-radius: 6px
}

.product-info-gallery .slick-prev:before,
.product-info-gallery .slick-next:before {
    display: none
}

.product-info-gallery .slick-prev:after,
.product-info-gallery .slick-next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon';
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    content: ''
}

.product-info-gallery .slick-prev:hover,
.product-info-gallery .slick-next:hover {
    background-color: #72a300;
    border: none
}

.product-info-gallery .slick-prev:focus,
.product-info-gallery .slick-next:focus {
    border: none;
    background-color: #72a300
}

.product-info-gallery .slick-prev:not(.primary),
.product-info-gallery .slick-next:not(.primary) {
    box-shadow: none
}

.product-info-gallery .slick-prev.slick-disabled,
.product-info-gallery .slick-next.slick-disabled {
    opacity: 0
}

.product-info-gallery .slick-prev {
    left: -40px
}

.product-info-gallery .slick-prev:after {
    content: '\e90f'
}

.product-info-gallery .slick-next {
    right: -40px
}

.product-info-gallery .slick-next:after {
    content: '\e910'
}

@media (max-width:1250px) {
    .product-info-gallery .slick-prev {
        left: -20px
    }
    .product-info-gallery .slick-next {
        right: -20px
    }
}

@media (max-width:767px) {
    .product-info-gallery-wrap {
        padding-bottom: 20px
    }
    .product-info-gallery .slick-prev,
    .product-info-gallery .slick-next {
        width: 50px;
        height: 50px
    }
    .product-info-gallery .slick-prev:after,
    .product-info-gallery .slick-next:after {
        font-size: 20px
    }
    .product-info-gallery .slick-prev {
        border-radius: 0 4px 4px 0
    }
    .product-info-gallery .slick-next {
        border-radius: 4px 0 0 4px
    }
}

.tooltip {
    position: absolute;
    width: 0;
    height: 0
}

.tooltip-opener {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, .7);
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .25);
    border-radius: 50%;
    transition: all .2s linear;
    cursor: pointer
}

.tooltip-opener:hover {
    background: 0 0;
    box-shadow: none;
    z-index: 10
}

.tooltip-opener:hover:before {
    background: #d71921;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .4)
}

.tooltip-opener:hover .tooltip-slide {
    pointer-events: auto;
    opacity: 1
}

.tooltip-opener:before {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #333;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all .2s linear;
    content: ''
}

.tooltip-opener:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon';
    font-size: 20px;
    line-height: 1;
    color: #fff;
    content: '\e928'
}

.tooltip-slide {
    position: absolute;
    top: 7px;
    left: 100%;
    padding-left: 14px;
    opacity: 0;
    transition: all .2s linear;
    pointer-events: none
}

.tooltip-slide-wrap {
    background: #fff;
    padding: 8px 11px;
    position: relative;
    width: 206px
}

.tooltip-slide-wrap:before {
    border-right: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 12px;
    left: -6px;
    content: ''
}

.tooltip-slide-wrap p {
    font-size: 14px;
    line-height: 1.28571429;
    margin: 0;
    color: #666;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-weight: 400
}

.tooltip-slide-wrap p a {
    color: #666;
    text-decoration: underline
}

.tooltip-slide-wrap p a:hover {
    text-decoration: none
}

.tooltip-title {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    display: block;
    margin: 0 0 8px
}

.tooltip-product {
    padding: 5px;
    background: rgba(255, 255, 255, .6);
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .4)
}

.tooltip-product:before {
    border-right: 6px solid rgba(255, 255, 255, .6);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 17px;
    left: -6px;
    content: ''
}

.tooltip-product .tooltip-slide-wrap {
    width: 275px;
    padding: 14px 20px 25px
}

.tooltip-product .tooltip-slide-wrap .button {
    padding: 9px 21px 8px
}

.tooltip-price {
    color: #d71921;
    font-size: 24px;
    line-height: 1.2;
    display: block;
    margin: 0 0 14px;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif
}

.tooltip-price .price-label {
    display: none
}

.tooltip-price .price {
    font-size: 24px
}

.tooltip-price .price-box {
    display: flex;
    flex-wrap: wrap
}

.tooltip-price .price-box p {
    color: #d71921;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif
}

.tooltip-price .price-to:before {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 7px;
    content: '-'
}

.tooltip-right .tooltip-slide {
    left: auto;
    right: 100%;
    padding-left: 0;
    padding-right: 14px
}

.tooltip-right .tooltip-slide-wrap:before {
    left: auto;
    right: -6px;
    border-right-width: 0;
    border-left: 6px solid #fff
}

.tooltip-right .tooltip-slide .tooltip-product:before {
    left: auto;
    right: -6px;
    border-right-width: 0;
    border-left: 6px solid rgba(255, 255, 255, .6)
}

.tooltip-bottom .tooltip-slide {
    top: auto;
    bottom: 7px
}

.tooltip-bottom .tooltip-slide-wrap:before {
    top: auto;
    bottom: 12px
}

.tooltip-bottom .tooltip-slide .tooltip-product:before {
    top: auto;
    bottom: 17px
}

@media (max-width:1200px) {
    .tooltip-right-table .tooltip-slide {
        left: auto;
        right: 100%;
        padding-left: 0;
        padding-right: 14px
    }
    .tooltip-right-table .tooltip-slide-wrap:before {
        left: auto;
        right: -6px;
        border-right-width: 0;
        border-left: 6px solid #fff
    }
}

.page-title {
    font-size: 42px;
    margin: 0;
    text-align: center;
    font-family: 'FSMeWeb-Light';
    font-weight: 400
}

.page-title-wrapper {
    padding-bottom: 38px;
    width: 100%
}

@media (max-width:767px) {
    .page-title {
        font-size: 22px
    }
    .page-title-wrapper {
        padding-bottom: 20px
    }
}

.account-section {
    position: relative;
    overflow: hidden
}

.account-section-decor {
    max-width: 776px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    width: 50%;
    overflow: hidden
}

.account-section-decor img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto
}

.account .messages {
    margin-bottom: 0
}

.account .columns {
    background: rgba(255, 255, 255, .9);
    margin-bottom: 80px;
    padding-right: 65px;
    padding-top: 47px
}

.account .columns .column.main {
    width: 64.2%;
    margin-bottom: 19px;
    padding-left: 9.1%
}

.account .columns .sidebar.sidebar-main {
    width: 27.2%;
    padding: 0
}

.account .page-title-wrapper {
    padding: 0;
    margin: -6px 0 37px;
    max-width: none
}

.account .page-title-wrapper .page-title {
    margin: 0;
    color: #333;
    font-family: 'FSMeWeb-Bold', Arial, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1
}

.account .page-title-wrapper.wishlist-page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 571px;
    margin-bottom: 24px
}

.account .page-title-wrapper.wishlist-page:before,
.account .page-title-wrapper.wishlist-page:after {
    display: none
}

.account .page-main form {
    padding-right: 14.4%
}

.account .page-main form .fieldset {
    width: 100%;
    float: none;
    padding-left: 35px;
    letter-spacing: 0;
    float: none !important;
    margin: 0 0 10px
}

.account .page-main form .fieldset+.actions-toolbar {
    margin-top: -5px
}

.account .page-main form .fieldset.info {
    margin-bottom: 19px
}

.account .page-main form .fieldset.password {
    padding-top: 13px
}

.account .page-main form .actions-toolbar {
    padding-left: 35px
}

.account .page-main form .legend {
    border: none;
    padding: 0;
    margin: 0 0 22px;
    position: relative;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.account .page-main form .legend span {
    font-weight: 400
}

.account .page-main form .legend i {
    position: absolute;
    top: 2px;
    left: -35px;
    color: #333;
    font-size: 19px;
    line-height: 1
}

.account .page-main form .legend span {
    font-size: 20px;
    line-height: 1.2;
    color: #333
}

.account .page-main form .label {
    color: #333;
    font-weight: 400 !important
}

.account .page-main form .label:after {
    display: none
}

.account .page-main form .field {
    margin: 0 0 25px
}

.account .page-main form .field.field-sm {
    width: calc(50% - 14px)
}

.account .page-main form .field.choice {
    margin: 0 0 12px
}

.account .page-main form .field.required .label span:after {
    content: '*'
}

.account .page-main form .field-twocolumns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px
}

.account .page-main form .field-twocolumns .field {
    width: 50%;
    padding: 0 14px;
    margin: 0 0 25px
}

.account .page-main form .field-twocolumns.name-dob .field {
    margin: 0 0 19px
}

.account .page-main form .field input[type=email],
.account .page-main form .field input[type=number],
.account .page-main form .field input[type=text],
.account .page-main form .field input[type=tel],
.account .page-main form .field input[type=url],
.account .page-main form .field input[type=password],
.account .page-main form .field input[type=search],
.account .page-main form .field input[type=search]::-webkit-search-cancel-button,
.account .page-main form .field input[type=search]::-webkit-search-decoration,
.account .page-main form .field input[type=number]::-webkit-inner-spin-button,
.account .page-main form .field input[type=number]::-webkit-outer-spin-button,
.account .page-main form .field textarea,
.account .page-main form .field select {
    height: 42px
}

.account .page-main form .action.save.primary {
    border: 1px solid #333;
    display: inline-block;
    vertical-align: top;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    transition: all .2s linear;
    padding: 13px 39px 14px;
    background: #333;
    text-align: center
}

.account .page-main form .action.save.primary:not(.primary) {
    box-shadow: none
}

.account .page-main form .action.save.primary:hover,
.account .page-main form .action.save.primary:focus {
    background: #a9c405;
    color: #fff;
    border-color: #a9c405;
    text-decoration: none
}

.account .page-main form .action.save.primary:visited {
    color: #fff
}

.account .page-main form .action.save.primary:hover:visited {
    color: #fff
}

.account #change-email-custom.change-email-div .field-twocolumns {
    flex-direction: row
}

.account #change-email-custom .field-twocolumns {
    flex-direction: column
}

.account .product-like {
    color: #d71921
}

.account .product-like:before {
    content: '\e91c'
}

@media (max-width:1023px) {
    .account .page-main form {
        padding-right: 0
    }
    .account .columns {
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .account-section-decor {
        display: none
    }
    .account .columns {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin-bottom: 41px
    }
    .account .columns .column.main {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-left: 0;
        order: 2;
        padding-top: 14px
    }
    .account .columns .sidebar.sidebar-main {
        order: 1;
        width: 100%
    }
    .account .account-nav {
        margin: 0 !important
    }
    .account .block-collapsible-nav {
        position: static;
        margin: 0 -20px;
        width: auto
    }
    .account .block-collapsible-nav .title {
        border-color: #dfdfdf;
        padding: 18px 45px 17px 88px
    }
    .account .block-collapsible-nav .title strong {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        color: #d71921;
        font-family: 'FSMeWeb-Light', Arial, sans-serif;
        position: relative
    }
    .account .block-collapsible-nav .title strong:after {
        position: absolute;
        top: 50%;
        left: -58px;
        transform: translate(0, -50%);
        font-family: 'icomoon';
        font-size: 25px;
        line-height: 1;
        transition: all .2s linear
    }
    .account .block-collapsible-nav .title:before {
        background: #d71921;
        position: absolute;
        top: -1px;
        bottom: 0;
        left: 0;
        width: 4px;
        content: ''
    }
    .account .block-collapsible-nav .title:after {
        font-size: 14px;
        margin-top: 10px;
        color: #d71921;
        transition: all .2s linear
    }
    .account .block-collapsible-nav .title.nav-dashboard strong:after {
        content: '\e929'
    }
    .account .block-collapsible-nav .title.nav-wishlist strong:after {
        content: '\e905'
    }
    .account .block-collapsible-nav .title.nav-order strong:after {
        content: '\e908'
    }
    .account .block-collapsible-nav .title.nav-address strong:after {
        content: '\e92a'
    }
    .account .block-collapsible-nav .title.nav-info strong:after {
        content: '\e903'
    }
    .account .block-collapsible-nav .title.nav-billing strong:after {
        content: '\e92b'
    }
    .account .block-collapsible-nav .content {
        margin-top: -1px
    }
    .account .block-collapsible-nav .content .nav.items .nav.item>a {
        padding-left: 88px
    }
    .account .page-main {
        padding-top: 0
    }
    .account .page-main form .fieldset {
        margin: 0 0 22px;
        padding-left: 0
    }
    .account .page-main form .fieldset.info {
        margin-bottom: 13px
    }
    .account .page-main form .fieldset.password {
        padding-top: 10px;
        margin-bottom: 10px
    }
    .account .page-main form .fieldset+.actions-toolbar {
        margin-top: -18px
    }
    .account .page-main form.form-edit-account .fieldset+.actions-toolbar {
        margin-top: -5px
    }
    .account .page-main form .field-twocolumns {
        flex-direction: column
    }
    .account .page-main form .field-twocolumns .field {
        width: 100%
    }
    .account .page-main form .field-twocolumns.name-dob {
        padding: 0 0 3px
    }
    .account .page-main form .field-twocolumns.name-dob .field {
        margin: 0 0 26px
    }
    .account .page-main form .field.choice {
        margin: 0 0 18px
    }
    .account .page-main form .field.field-sm {
        width: 100%
    }
    .account .page-main form .legend {
        padding: 0
    }
    .account .page-main form .legend i {
        left: 0;
        position: static;
        display: inline-block;
        vertical-align: top;
        margin: 3px 16px 0 0
    }
    .account .page-main form .actions-toolbar {
        padding-left: 0
    }
    .account .page-main form .actions-toolbar .primary,
    .account .page-main form .actions-toolbar .secondary {
        text-align: left
    }
    .account .page-main form .actions-toolbar .action.save.primary {
        width: auto !important
    }
    .account .page.messages {
        margin-bottom: 0
    }
    .account .page-title-wrapper {
        margin: 0 0 22px
    }
    .account .page-title-wrapper .page-title {
        margin: 0 !important;
        text-align: left;
        font-size: 23px;
        line-height: 1.2
    }
    .account .page-title-wrapper.wishlist-page {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 23px
    }
    .account .page-title-wrapper.wishlist-page .page-title {
        margin-bottom: 5px !important
    }
}

.block-collapsible-nav-content.content {
    padding: 0;
    background: #fff
}

.block-collapsible-nav-content.content .nav.items .nav.item {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 -1px
}

.block-collapsible-nav-content.content .nav.items .nav.item>a,
.block-collapsible-nav-content.content .nav.items .nav.item>strong {
    color: #444;
    text-decoration: none;
    font-weight: 400;
    padding: 18px 10px 17px 84px;
    border: none;
    transition: all .2s linear;
    position: relative;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.block-collapsible-nav-content.content .nav.items .nav.item>a:before,
.block-collapsible-nav-content.content .nav.items .nav.item>strong:before {
    background: #333;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    width: 4px;
    opacity: 0;
    transition: all .2s linear;
    content: ''
}

.block-collapsible-nav-content.content .nav.items .nav.item>a:after,
.block-collapsible-nav-content.content .nav.items .nav.item>strong:after {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    font-family: 'icomoon';
    font-size: 25px;
    line-height: 1;
    transition: all .2s linear
}

.block-collapsible-nav-content.content .nav.items .nav.item>a:hover,
.block-collapsible-nav-content.content .nav.items .nav.item>strong:hover {
    background: 0 0
}

.block-collapsible-nav-content.content .nav.items .nav.item>a:hover:before,
.block-collapsible-nav-content.content .nav.items .nav.item>strong:hover:before {
    opacity: 1
}

.block-collapsible-nav-content.content .nav.items .nav.item>a strong,
.block-collapsible-nav-content.content .nav.items .nav.item>strong strong {
    font-weight: 400
}

.block-collapsible-nav-content.content .nav.items .nav.item.current>a,
.block-collapsible-nav-content.content .nav.items .nav.item.current>strong {
    font-family: 'FSMeWeb-Regular', Arial, sans-serif
}

.block-collapsible-nav-content.content .nav.items .nav.item.current>a:before,
.block-collapsible-nav-content.content .nav.items .nav.item.current>strong:before {
    opacity: 1
}

.block-collapsible-nav-content.content .nav.items .nav.item.nav-dashboard>a:after,
.block-collapsible-nav-content.content .nav.items .nav.item.nav-dashboard>strong:after {
    content: '\e929'
}

.block-collapsible-nav-content.content .nav.items .nav.item.nav-wishlist>a:after,
.block-collapsible-nav-content.content .nav.items .nav.item.nav-wishlist>strong:after {
    content: '\e905'
}

.block-collapsible-nav-content.content .nav.items .nav.item.nav-order>a:after,
.block-collapsible-nav-content.content .nav.items .nav.item.nav-order>strong:after {
    content: '\e908'
}

.block-collapsible-nav-content.content .nav.items .nav.item.nav-address>a:after,
.block-collapsible-nav-content.content .nav.items .nav.item.nav-address>strong:after {
    content: '\e92a'
}

.block-collapsible-nav-content.content .nav.items .nav.item.nav-info>a:after,
.block-collapsible-nav-content.content .nav.items .nav.item.nav-info>strong:after {
    content: '\e903'
}

.block-collapsible-nav-content.content .nav.items .nav.item.nav-billing>a:after,
.block-collapsible-nav-content.content .nav.items .nav.item.nav-billing>strong:after {
    content: '\e92b'
}

@media (max-width:767px) {
    .block-collapsible-nav-content.content .nav.items {
        overflow: hidden
    }
    .block-collapsible-nav-content.content .nav.items .nav.item.current {
        opacity: 0;
        position: absolute;
        top: -999px;
        left: -999px
    }
}

.block-addresses-default {
    margin-bottom: 4px !important
}

.block-addresses-default .block-content {
    margin-left: 44px;
    max-width: 622px
}

.block-addresses-default .box {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 23px;
    margin-bottom: 26px;
    position: relative;
    float: none !important;
    width: 100% !important;
    display: flex;
    align-items: flex-end
}

.block-addresses-default .box-ico {
    position: absolute;
    top: 3px;
    left: -44px
}

.block-addresses-default .box-ico i {
    color: #333;
    font-size: 20px;
    line-height: 1
}

.block-addresses-default .box .box-content {
    flex-grow: 1;
    padding-right: 20px
}

.block-addresses-default .box .box-content address {
    font-size: 16px;
    line-height: 1.625;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-weight: 400;
    color: #333
}

.block-addresses-default .box .box-content address a {
    color: #333
}

.block-addresses-default .box .switch {
    width: 233px;
    padding-right: 20px
}

.block-addresses-default .box .switch .choice label {
    margin-bottom: 0
}

.block-addresses-default .box .switch .choice:last-child {
    margin-bottom: -1px
}

.block-addresses-default .box .box-actions {
    width: 60px;
    flex-shrink: 0
}

.block-addresses-default .box .box-actions .edit {
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    padding-left: 24px;
    position: relative;
    text-decoration: none
}

.block-addresses-default .box .box-actions .edit:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'icomoon';
    font-size: 16px;
    line-height: 1;
    content: '\e92d'
}

.block-addresses-default .box .box-actions .edit:hover {
    color: #d71921
}

@media (max-width:767px) {
    .block-addresses-default {
        margin-bottom: 32px !important
    }
    .block-addresses-default .block-content {
        margin-left: 0
    }
    .block-addresses-default .box {
        position: relative;
        padding-left: 40px;
        margin-bottom: 27px !important;
        flex-direction: column
    }
    .block-addresses-default .box .box-content {
        padding: 0 0 22px;
        width: 100%
    }
    .block-addresses-default .box .switch {
        width: 100%;
        padding: 0 0 12px
    }
    .block-addresses-default .box .switch .choice {
        margin: 0 0 18px
    }
    .block-addresses-default .box .box-actions {
        width: 100%
    }
    .block-addresses-default .box-ico {
        left: -1px
    }
    .block-addresses-default .box-ico i {
        font-size: 18px
    }
}

.account-btn {
    margin-left: 44px
}

.account-btn .primary,
.account-btn .secondary {
    text-align: left
}

@media (max-width:767px) {
    .account-btn {
        margin-left: 0
    }
}

.block-addresses-list {
    display: none
}

.block-dashboard-orders {
    padding-left: 42px;
    padding-top: 3px;
    margin-bottom: 61px !important
}

.block-dashboard-orders .block-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.block-dashboard-orders .block-title strong {
    font-size: 20px;
    line-height: 1.2;
    color: #333;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    position: relative;
    font-weight: 400
}

.block-dashboard-orders .block-title strong i {
    position: absolute;
    top: 0;
    left: -42px;
    color: #333;
    font-size: 22px;
    line-height: 1
}

.block-dashboard-orders .block-title a {
    color: #444;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: underline
}

.block-dashboard-orders .block-title a:hover {
    text-decoration: none
}

@media (max-width:767px) {
    .block-dashboard-orders {
        margin-bottom: 46px !important;
        padding: 0
    }
    .block-dashboard-orders .block-title {
        margin-bottom: 1px
    }
    .block-dashboard-orders .block-title:after,
    .block-dashboard-orders .block-title:before {
        display: none !important
    }
    .block-dashboard-orders .block-title strong {
        padding-left: 42px
    }
    .block-dashboard-orders .block-title strong i {
        left: -1px
    }
}

.table-wrapper.orders-recent {
    margin-top: 0;
    margin: 0 0 30px;
    border: none
}

.table.table-order-items {
    font-size: 16px;
    line-height: 1.2;
    color: #444;
    font-weight: 400;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.table.table-order-items thead th {
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #dfdfdf;
    padding: 14px 20px 16px 0
}

.table.table-order-items thead th.actions {
    width: 27px;
    padding-right: 0
}

.table.table-order-items tbody td {
    border: none;
    padding: 22px 20px 4px 0
}

.table.table-order-items tbody td.actions {
    width: 27px;
    padding-right: 0
}

.table.table-order-items tbody td.actions .view {
    width: 27px;
    height: 19px;
    position: relative;
    overflow: hidden;
    display: block
}

.table.table-order-items tbody td.actions .view:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    line-height: 1;
    font-family: 'icomoon';
    color: #333;
    content: '\e92f'
}

.table.table-order-items tbody td.actions .view span {
    display: none
}

.table.table-order-items tbody td.id {
    text-decoration: underline
}

@media (max-width:767px) {
    .table.table-order-items:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td {
        padding: 5px 0 6px
    }
    .table.table-order-items:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child {
        padding: 27px 0 6px
    }
    .table.table-order-items:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child {
        width: 100%;
        border-bottom-color: #dfdfdf;
        padding: 23px 0 26px
    }
    .table.table-order-items:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:before {
        width: 58%;
        padding-right: 10px
    }
    .table.table-order-items:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td .view {
        display: inline-block;
        vertical-align: top;
        color: #444;
        font-family: 'FSMeWeb-Light', Arial, sans-serif;
        font-size: 14px;
        line-height: 1.2;
        background: 0 0;
        width: auto;
        height: auto;
        padding-left: 37px;
        overflow: visible
    }
    .table.table-order-items:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td .view:before {
        left: 0;
        transform: translate(0, -50%)
    }
    .table.table-order-items:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td .view span {
        display: block
    }
}

.table-wrapper.orders-history {
    border: none
}

.dashboard-wrap {
    display: flex;
    justify-content: space-between
}

@media (max-width:767px) {
    .dashboard-wrap {
        flex-direction: column
    }
}

.block-dashboard-info,
.block-dashboard-addresses {
    max-width: 330px;
    padding-left: 42px;
    margin-right: 40px;
    width: 100%
}

.block-dashboard-info .block-title,
.block-dashboard-addresses .block-title {
    font-size: 20px;
    line-height: 1.2;
    color: #333;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    position: relative;
    font-weight: 400;
    margin: 0 0 24px
}

.block-dashboard-info .block-title i,
.block-dashboard-addresses .block-title i {
    position: absolute;
    top: 3px;
    left: -42px;
    color: #333;
    font-size: 20px;
    line-height: 1
}

.block-dashboard-info .block-title strong,
.block-dashboard-addresses .block-title strong {
    font-weight: 400
}

.block-dashboard-info .block-content,
.block-dashboard-addresses .block-content {
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.block-dashboard-info .block-content .box,
.block-dashboard-addresses .block-content .box {
    float: none !important;
    width: 100% !important;
    margin: 0 0 23px
}

.block-dashboard-info .block-content .box.box-information .box-content,
.block-dashboard-addresses .block-content .box.box-information .box-content {
    line-height: 1.625
}

.block-dashboard-info .block-content .box.box-information .box-content p,
.block-dashboard-addresses .block-content .box.box-information .box-content p {
    line-height: 1.625
}

.block-dashboard-info .block-content a,
.block-dashboard-addresses .block-content a {
    color: #666
}

.block-dashboard-info .block-content .change-password,
.block-dashboard-addresses .block-content .change-password {
    color: #666;
    font-size: 14px;
    text-decoration: underline
}

.block-dashboard-info .block-content .change-password:hover,
.block-dashboard-addresses .block-content .change-password:hover {
    text-decoration: none
}

.block-dashboard-info .block-content p,
.block-dashboard-addresses .block-content p {
    font-size: 16px;
    line-height: 1.25
}

.block-dashboard-info .box-content,
.block-dashboard-addresses .box-content,
.block-dashboard-info .box-actions,
.block-dashboard-addresses .box-actions {
    margin: 0
}

.block-dashboard-info .box-newsletter .box-content p,
.block-dashboard-addresses .box-newsletter .box-content p {
    padding: 3px 0 0
}

.block-dashboard-info .dashboard-title,
.block-dashboard-addresses .dashboard-title {
    display: flex;
    margin: 0 0 3px
}

.block-dashboard-info .dashboard-title .box-title,
.block-dashboard-addresses .dashboard-title .box-title {
    color: #444;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 !important
}

.block-dashboard-info .dashboard-title .edit,
.block-dashboard-addresses .dashboard-title .edit {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    margin-left: 9px
}

.block-dashboard-info .dashboard-title .edit:before,
.block-dashboard-addresses .dashboard-title .edit:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon';
    font-size: 16px;
    line-height: 1;
    color: #444;
    content: '\e92d'
}

.block-dashboard-info .dashboard-title .edit:hover:before,
.block-dashboard-addresses .dashboard-title .edit:hover:before {
    color: #d71921
}

.block-dashboard-info .dashboard-title .edit span,
.block-dashboard-addresses .dashboard-title .edit span {
    position: absolute;
    top: 0;
    left: -999px;
    opacity: 0
}

@media (max-width:767px) {
    .block-dashboard-info,
    .block-dashboard-addresses {
        max-width: none;
        margin-right: 0;
        margin-bottom: 17px;
        padding-left: 40px
    }
    .block-dashboard-info .box-content,
    .block-dashboard-addresses .box-content {
        line-height: 1.625
    }
    .block-dashboard-info .block-content p,
    .block-dashboard-addresses .block-content p {
        line-height: 1.2
    }
    .block-dashboard-info .block-content .box,
    .block-dashboard-addresses .block-content .box {
        margin-bottom: 25px !important
    }
}

.block-dashboard-addresses {
    max-width: 305px;
    padding-left: 42px;
    margin-right: 0
}

@media (max-width:767px) {
    .block-dashboard-addresses {
        margin-bottom: 0
    }
}

.order-head {
    overflow: hidden;
    padding-right: 5.8%;
    padding-top: 27px;
    margin-bottom: -8px
}

.order-head .order-date {
    color: #444;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 16px !important;
    line-height: 1.2;
    float: left;
    margin: -3px 0 0 !important
}

.order-head .action.print {
    color: #595959;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    padding-top: 28px;
    position: relative;
    text-decoration: none
}

.order-head .action.print:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 20px;
    line-height: 1;
    font-family: 'icomoon';
    color: #000;
    content: '\e931'
}

.order-head .action.print:hover {
    color: #d71921
}

.order-head .action.print:hover:before {
    color: #d71921
}

.order-head .actions-toolbar {
    float: right;
    margin-bottom: 0
}

@media (max-width:767px) {
    .order-head {
        padding: 25px 0 23px
    }
}

.order-links {
    margin: 0 0 21px
}

.order-links .item strong {
    background: 0 0;
    padding: 0;
    margin: 0;
    color: #333;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    border: none
}

@media (max-width:767px) {
    .order-links {
        margin-bottom: 23px
    }
}

.order-details-items {
    border: none;
    margin: 0;
    padding: 0 6% 0 0
}

.order-details-items .table-wrapper {
    border: none
}

.order-details-items .table-order-items {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3
}

.order-details-items .table-order-items tbody th,
.order-details-items .table-order-items thead th {
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    color: #444;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    padding: 10px 20px 16px 0 !important
}

.order-details-items .table-order-items tbody td,
.order-details-items .table-order-items thead td {
    padding: 19px 20px 19px 0 !important
}

.order-details-items .table-order-items tbody td.qty .title,
.order-details-items .table-order-items thead td.qty .title {
    display: none
}

.order-details-items .table-order-items tbody th,
.order-details-items .table-order-items thead th,
.order-details-items .table-order-items tbody td,
.order-details-items .table-order-items thead td {
    border-bottom: 1px solid #dfdfdf !important;
    text-align: left !important
}

.order-details-items .table-order-items .price-excluding-tax {
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 20px !important;
    line-height: 1 !important;
    color: #444 !important
}

.order-details-items .table-order-items .price-excluding-tax .price {
    font-weight: 400 !important
}

.order-details-items .table-order-items .item-options {
    color: #666;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.46666667;
    padding-top: 12px
}

.order-details-items .table-order-items .item-options dt {
    float: left;
    font-weight: 400;
    margin-right: 6px
}

.order-details-items .table-order-items .item-options dt:after {
    content: ':'
}

.order-details-items .table-order-items .item-options dd {
    overflow: hidden
}

.order-details-items .table-order-items tfoot {
    background: 0 0
}

.order-details-items .table-order-items tfoot th,
.order-details-items .table-order-items tfoot td {
    border: none !important;
    background: 0 0 !important;
    padding: 15px 20px 1px 0 !important;
    text-align: left !important;
    font-weight: 400
}

.order-details-items .table-order-items tfoot .grand_total th strong,
.order-details-items .table-order-items tfoot .grand_total td strong {
    font-weight: 400;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif
}

.order-details-items .table-order-items .product-item-name {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px
}

@media (max-width:767px) {
    .order-details-items {
        padding: 0
    }
    .order-details-items .table-wrapper.order-items {
        overflow-x: hidden
    }
    .order-details-items .order-title {
        display: none
    }
    .order-details-items .table-order-items thead {
        display: none
    }
    .order-details-items .table-order-items tbody tr {
        overflow: hidden;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 9px;
        margin: 0 0 16px
    }
    .order-details-items .table-order-items tbody td {
        padding: 0 0 7px !important;
        border: none !important;
        background: 0 0 !important
    }
    .order-details-items .table-order-items tbody td.name:before,
    .order-details-items .table-order-items tbody td.subtotal:before {
        display: none !important
    }
    .order-details-items .table-order-items tbody td.sku,
    .order-details-items .table-order-items tbody td.price {
        display: none !important
    }
    .order-details-items .table-order-items tbody td.qty,
    .order-details-items .table-order-items tbody td.subtotal {
        width: 50% !important;
        float: left
    }
    .order-details-items .table-order-items tbody td.qty:before {
        width: auto !important;
        font-weight: 400 !important;
        color: #444 !important;
        font-family: 'FSMeWeb-Light', Arial, sans-serif;
        padding: 0 !important
    }
    .order-details-items .table-order-items tbody td.subtotal {
        text-align: right !important
    }
    .order-details-items .table-order-items .price-excluding-tax {
        font-size: 18px !important
    }
    .order-details-items .table-order-items .product-item-name {
        line-height: 1.2
    }
    .order-details-items .table-order-items .item-options {
        padding-top: 5px
    }
    .order-details-items .table-order-items tfoot tr {
        overflow: hidden;
        margin: 0 -5px;
        display: flex !important;
        flex-wrap: wrap;
        padding-top: 10px
    }
    .order-details-items .table-order-items tfoot tr td,
    .order-details-items .table-order-items tfoot tr th {
        padding: 0 5px !important;
        width: 60% !important
    }
    .order-details-items .table-order-items tfoot tr td {
        width: 40% !important;
        text-align: right !important
    }
    .order-details-items .table-order-items tfoot tr th:first-child {
        display: none
    }
}

.block-order-details-view .block-title {
    margin: 0 0 18px
}

.block-order-details-view .block-title strong {
    color: #333;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    border: none;
    font-weight: 400
}

.block-order-details-view-col {
    padding: 0 20px;
    width: 50%
}

.block-order-details-view .block-content {
    display: flex;
    margin: 0 -20px
}

.block-order-details-view .box {
    float: none !important;
    width: 100% !important;
    margin-bottom: 35px
}

.block-order-details-view .box.box-order-shipping-address,
.block-order-details-view .box.box-order-billing-address {
    margin-bottom: 18px
}

.block-order-details-view .box .box-title {
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 400;
    color: #444;
    margin: 0 0 1px !important
}

.block-order-details-view .box .box-title span {
    font-size: 16px
}

.block-order-details-view .box .box-content {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.625;
    font-weight: 400;
    color: #666
}

.block-order-details-view .box .box-content a {
    color: #666
}

@media (max-width:767px) {
    .block-order-details-view {
        padding-top: 33px
    }
    .block-order-details-view-col {
        width: 100%
    }
    .block-order-details-view .block-content {
        flex-direction: column
    }
    .block-order-details-view .block-content .box {
        margin-bottom: 18px !important
    }
    .block-order-details-view .block-content .box.box-order-shipping-method .box-title,
    .block-order-details-view .block-content .box.box-order-billing-method .box-title {
        margin-bottom: 0 !important
    }
    .block-order-details-view .block-content .box.box-order-shipping-method .box-content,
    .block-order-details-view .block-content .box.box-order-billing-method .box-content {
        line-height: 1.1 !important
    }
    .block-order-details-view .block-title {
        margin: 0 0 15px
    }
}

.order-products-toolbar {
    padding-top: 26px
}

@media (max-width:767px) {
    .order-products-toolbar {
        padding-top: 0
    }
}

.account-billing-agreements {
    margin-top: -16px
}

.account-billing-agreements .message-bill span {
    color: #333;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin: 0 0 43px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

@media (max-width:767px) {
    .account-billing-agreements {
        margin: 0
    }
    .account-billing-agreements .message-bill {
        padding: 1px 0 0
    }
    .account-billing-agreements .message-bill span {
        line-height: 1;
        margin-bottom: 32px
    }
    .account-billing-agreements .message-bill-img {
        display: flex;
        justify-content: center
    }
}

.message.info {
    background: 0 0;
    margin: -16px 0 0;
    padding: 0
}

.message.info span {
    color: #333;
    font-size: 20px;
    line-height: 1.2;
    display: block;
    margin: 0 0 43px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.message.info span:before {
    display: none !important
}

@media (max-width:767px) {
    .message.info {
        margin: 0
    }
    .message.info span {
        padding: 1px 0 0;
        line-height: 1;
        margin-bottom: 32px
    }
    .message.info .message-img {
        display: flex;
        justify-content: center
    }
}

.wishlist-social {
    display: flex;
    align-items: center;
    margin: 7px 0 0
}

.wishlist-social-title {
    color: #333;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2
}

.wishlist-social ul {
    display: flex
}

.wishlist-social ul li {
    margin: 0 0 0 17px
}

.wishlist-social ul a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.wishlist-social ul a i {
    font-size: 20px;
    line-height: 1;
    color: #626262
}

@media (max-width:767px) {
    .wishlist-social ul a i {
        font-size: 18px
    }
}

.form-wishlist-items {
    max-width: 571px;
    padding-right: 0 !important
}

.form-wishlist-items .message.info {
    margin-top: -2px
}

.form-wishlist-items .message.info span {
    margin: 0 0 69px
}

@media (max-width:767px) {
    .form-wishlist-items .message.info {
        margin-top: -6px
    }
    .form-wishlist-items .message.info span {
        margin-bottom: 32px
    }
}

.products-grid.wishlist .products {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap
}

.products-grid.wishlist .products li {
    padding: 0 15px 28px;
    width: 50%;
    margin: 0;
    display: flex
}

.products-grid.wishlist .products li>div {
    display: flex;
    width: 100%
}

.products-grid.wishlist .products li>div .product-box {
    width: 100%
}

@media (max-width:767px) {
    .products-grid.wishlist {
        margin: 0
    }
    .products-grid.wishlist .products li {
        width: 100%;
        padding-bottom: 19px
    }
    .products-grid.wishlist .product-image-container {
        max-width: none
    }
}

.message.info {
    padding-left: 42px
}

.message.info>*:first-child:before {
    top: 10px
}

.modal-popup .modal-inner-wrap {
    font-size: 25px;
    width: 50%
}

.modal-popup .modal-footer {
    padding-bottom: 5rem
}

.modal-popup .modal-footer button {
    margin-right: 10px
}

@media (max-width:767px) {
    .modal-popup .modal-inner-wrap {
        width: 90%;
        margin: 2rem auto
    }
    .modal-popup .action-primary.action-accept,
    .modal-popup .action-secondary.action-dismiss {
        padding: 15px 32px 14px;
        font-size: 12px
    }
}

.pager {
    background: #fff;
    border: 1px solid #aaa;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding-left: 15px
}

.pager .toolbar-amount .toolbar-number {
    display: block;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #333
}

.pager .pages {
    position: static !important;
    width: auto !important;
    margin: 0
}

.pager .pages .pages-items {
    display: flex;
    letter-spacing: 0
}

.pager .pages .pages-items .item {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    margin: 0;
    border-left: 1px solid #aaa
}

.pager .pages .pages-items .item a,
.pager .pages .pages-items .item strong {
    width: 39px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pager .pages .pages-items .item a {
    color: #333;
    background: #fff;
    transition: all .2s linear
}

.pager .pages .pages-items .item a:hover,
.pager .pages .pages-items .item a:focus {
    background: #333;
    color: #fff
}

.pager .pages .pages-items .item strong {
    font-weight: 400;
    background: #333;
    color: #fff
}

.pager .pages .pages-items .item .action.next,
.pager .pages .pages-items .item .action.previous {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    border: none;
    background: #fff;
    color: #333;
    width: 43px;
    transition: all .2s linear
}

.pager .pages .pages-items .item .action.next:before,
.pager .pages .pages-items .item .action.previous:before {
    color: #333;
    transition: all .2s linear;
    font-size: 12px
}

.pager .pages .pages-items .item .action.next:hover,
.pager .pages .pages-items .item .action.previous:hover,
.pager .pages .pages-items .item .action.next:focus,
.pager .pages .pages-items .item .action.previous:focus {
    background: #333;
    color: #fff
}

.pager .pages .pages-items .item .action.next:hover:before,
.pager .pages .pages-items .item .action.previous:hover:before,
.pager .pages .pages-items .item .action.next:focus:before,
.pager .pages .pages-items .item .action.previous:focus:before {
    color: #fff
}

.pager .limiter {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end
}

.pager .limiter .limiter-text {
    display: none
}

.pager .limiter .limiter-label {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #333
}

.pager .limiter .limiter-label:after {
    content: ':'
}

.pager .limiter select {
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin: 0 11px 0 0;
    padding: 0 28px 0 7px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    background: #fff;
    background: url(../images/ico-select-arrow2.svg) no-repeat;
    background-size: 9px auto;
    background-position: calc(100% - 12px) 50%;
    height: 40px
}

@media (max-width:767px) {
    .pager .toolbar-amount {
        display: none
    }
    .pager .pages .pages-items {
        padding: 0
    }
    .pager .pages .pages-items .item.pages-item-next,
    .pager .pages .pages-items .item.pages-item-previous {
        position: static
    }
    .pager .limiter {
        justify-content: flex-start
    }
}

.catalog-category-view.page-layout-2columns-left .columns,
.catalogsearch-result-index.page-layout-2columns-left .columns {
    padding-top: 22px
}

.catalog-category-view.page-layout-2columns-left .breadcrumbs,
.catalogsearch-result-index.page-layout-2columns-left .breadcrumbs,
.catalog-category-view.page-layout-2columns-left .page-main,
.catalogsearch-result-index.page-layout-2columns-left .page-main {
    max-width: 1510px
}

.catalog-category-view.page-layout-2columns-left .swatch-option-tooltip,
.catalogsearch-result-index.page-layout-2columns-left .swatch-option-tooltip {
    display: none !important
}

@media (max-width:767px) {
    .catalog-category-view.page-layout-2columns-left .columns,
    .catalogsearch-result-index.page-layout-2columns-left .columns {
        padding-top: 4.375vw
    }
}

.sidebar .block.filter {
    border: 1px solid #aaa;
    padding: 20px;
    margin-bottom: 37px
}

.sidebar .block.filter.fixed {
    top: 64px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99
}

.sidebar .block.filter .block-subtitle {
    border: none;
    color: #fff;
    background: #505050;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.1;
    margin: -20px -21px 19px;
    font-weight: 700;
    padding: 11px 20px
}

.sidebar .block.filter #layered-selected-filters-block {
    padding: 0 0 6px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 27px
}

.sidebar .block.filter #layered-selected-filters-block .block-subtitle {
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #505050;
    margin: 0 0 22px;
    padding: 0;
    background: 0 0
}

.sidebar .block.filter #layered-selected-filters-block .selected-items-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

.sidebar .block.filter #layered-selected-filters-block .selected-items-list .selected-item {
    margin: 0 5px 10px;
    border: none;
    background: #f5f5f5;
    border-radius: 5px;
    color: #666;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    padding: 12px 31px 11px 10px;
    position: relative;
    cursor: pointer
}

.sidebar .block.filter #layered-selected-filters-block .selected-items-list .selected-item:hover {
    text-decoration: underline
}

.sidebar .block.filter #layered-selected-filters-block .selected-items-list .selected-item .action-close {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 1px 0 0;
    transform: translate(0, -50%)
}

.sidebar .block.filter #layered-selected-filters-block .selected-items-list .selected-item .action-close:before {
    color: #505050
}

.sidebar .block.filter #layered-selected-filters-block .selected-items-list .selected-item:last-child {
    width: 100%;
    display: flex;
    border: none;
    background: 0 0;
    padding: 9px 0 0;
    cursor: default;
    justify-content: flex-end
}

.sidebar .block.filter #layered-selected-filters-block .selected-items-list .selected-item:last-child .action-clear {
    margin: 0;
    color: #505050;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none
}

.sidebar .block.filter #layered-selected-filters-block .selected-items-list .selected-item:last-child .action-clear:hover {
    text-decoration: underline
}

@media (max-width:767px) {
    .sidebar .collections-menu {
        display: none
    }
    .sidebar #layered-filter-block.block.filter {
        border: none;
        margin: 8px 0;
        padding: 0;
        justify-content: flex-end
    }
    .sidebar #layered-filter-block.block.filter .filter-title strong {
        position: relative;
        top: 0;
        left: 0;
        border: 1.5px solid #929292;
        box-shadow: none;
        background: #fff;
        font-family: 'FSMeWeb-Regular', Arial, sans-serif;
        font-size: 5.156vw;
        line-height: 13.281vw;
        padding: 0 5.781vw 0;
        border-radius: 0;
        display: block;
        text-align: left;
        font-weight: 400
    }
    .sidebar #layered-filter-block.block.filter .filter-title strong:after {
        width: 5.469vw;
        height: 3.125vw;
        content: "\e622";
        font-family: 'luma-icons';
        position: absolute;
        font-size: 6.25vw;
        right: 5.469vw;
        top: .625vw
    }
    .sidebar #layered-filter-block.block.filter .sorter {
        position: static
    }
    .sidebar #layered-filter-block.block.filter.fixed {
        margin: 0;
        border-bottom: 1px solid #ddd;
        padding: 0 20px 9px;
        height: auto;
        top: 50px
    }
    .sidebar #layered-filter-block.block.filter.fixed .filter-title strong {
        padding: 10px 38px 9px 12px;
        width: 116px
    }
    .sidebar #layered-filter-block.block.filter.active .filter-title {
        border: none
    }
    .sidebar #layered-filter-block.block.filter.active .filter-title strong {
        background: #505050;
        color: #fff;
        border: none
    }
    .sidebar #layered-filter-block.block.filter.active .filter-title strong:after {
        content: "\e621";
        overflow: initial;
        color: #fff
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle {
        margin: 0;
        font-size: 18px;
        text-transform: none;
        align-items: center;
        justify-content: space-between;
        padding: 11px 17px;
        padding: 0;
        font-size: 0
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list {
        position: static;
        display: flex;
        margin: 0;
        padding: 10px;
        background: #505050
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list.active .filter-content-footer-col .clear-button {
        display: block
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list:not(.active) {
        display: none
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list:not(.active) .filter-content-footer-col .show-button {
        width: 40px;
        height: 40px;
        background: 0 0;
        text-indent: -9999px;
        overflow: hidden;
        position: relative;
        border: none;
        min-width: 0;
        margin-right: -14px
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list:not(.active) .filter-content-footer-col .show-button:after,
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list:not(.active) .filter-content-footer-col .show-button:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 18px;
        height: 1px;
        background: #fff;
        content: ''
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list:not(.active) .filter-content-footer-col .show-button:after {
        transform: translate(-50%, -50%) rotate(45deg)
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list .filter-content-footer-col {
        margin: 0 4px
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list .filter-content-footer-col .clear-button,
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list .filter-content-footer-col .show-button {
        margin: 0;
        min-width: 85px;
        opacity: 1;
        border-width: 1px;
        font-size: 12px;
        line-height: 1.2;
        padding: 8px 10px 6px;
        font-family: 'FSMeWeb-Light', Arial, sans-serif
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list .filter-content-footer-col .clear-button {
        border-color: #fff;
        background: #505050;
        color: #fff;
        display: none
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list .filter-content-footer-col .clear-button:hover,
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list .filter-content-footer-col .clear-button:focus {
        background: #fff;
        color: #505050
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list .filter-content-footer-col .show-button {
        background: #fff;
        color: #505050;
        border-color: #fff
    }
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list .filter-content-footer-col .show-button:hover,
    .sidebar #layered-filter-block.block.filter.active .block-subtitle .button-list .filter-content-footer-col .show-button:focus {
        background: #505050;
        color: #fff
    }
    .sidebar #layered-filter-block.block.filter.active .filter-options {
        border: 1.5px solid #929292
    }
    .sidebar #layered-filter-block.block.filter #layered-selected-filters-block {
        padding: 18px 20px 14px;
        margin: 0
    }
    .sidebar #layered-filter-block.block.filter #layered-selected-filters-block .block-subtitle {
        margin: 0 0 15px;
        font-size: 16px;
        text-transform: uppercase;
        display: block;
        padding: 0
    }
    .sidebar #layered-filter-block.block.filter #layered-selected-filters-block .block-subtitle:after,
    .sidebar #layered-filter-block.block.filter #layered-selected-filters-block .block-subtitle:before {
        display: none
    }
    .sidebar #layered-filter-block.block.filter #layered-selected-filters-block .selected-items-list .selected-item:last-child {
        display: none
    }
    .sidebar #layered-filter-block.block.filter .filter-options .items .item label {
        font-size: 5.156vw;
        padding-left: 10.625vw;
        line-height: 8.125vw
    }
    .sidebar #layered-filter-block.block.filter .filter-options .items .item label:before {
        width: 8.125vw;
        height: 8.125vw
    }
    .sidebar #layered-filter-block.block.filter .filter-options .items .item label:after {
        top: .313vw;
        left: .781vw;
        content: '\e902' !important;
        font-family: 'luma-icons';
        color: #fff;
        font-weight: inherit;
        border: none;
        transform: none
    }
    .sidebar #layered-filter-block.block.filter .filter-options .items .item .count {
        font-size: 5.156vw;
        padding-right: 10px
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item {
        margin: 0 5.625vw;
        padding: 0 !important
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item .filter-options-title {
        pointer-events: auto;
        padding: 4.375vw 5.313vw 2.344vw 0;
        transition: all .2s linear;
        margin: 0 !important
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item .filter-options-title .label {
        font-size: 5.156vw
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item .filter-options-title .arrow {
        position: absolute;
        top: 50%;
        right: 1.563vw;
        display: block;
        margin: 0;
        width: 15px;
        height: 15px;
        background: 0 0
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item .filter-options-title .arrow:before {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 8px;
        line-height: 1;
        color: #505050;
        margin-top: -7px;
        font-family: 'icomoon';
        transform: translate(-50%, -50%) scaleY(-1);
        content: '\e933'
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item.active .filter-options-title .arrow:before {
        transform: translate(-50%, -50%)
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item .filter-options-content {
        padding: .9379999999999999vw 0 4.844vw
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item .filter-options-content .item {
        align-items: center
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item:not(:last-child) {
        border-bottom: 2px solid #ddd
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item .aw-layered-nav-priceslider {
        padding: 6px 0 4px
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item .aw-layered-nav-priceslider #slider-range {
        margin: 0 7px 36px
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item .aw-layered-nav-priceslider .price-inputs-wrapper {
        margin: 0 -15px
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item .aw-layered-nav-priceslider .price-inputs-wrapper .field {
        margin: 0 15px
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item .swatch-attribute.color .swatch-attribute-options {
        margin: 0 -4px !important
    }
    .sidebar #layered-filter-block.block.filter .filter-options-item .swatch-attribute.color .swatch-attribute-options .swatch-option-link-layered {
        margin-bottom: 10px !important
    }
}

.toolbar-products {
    background: #fff;
    display: flex;
    align-items: center;
    margin: 0 0 18px
}

.toolbar-products-mobile {
    display: none
}

.toolbar-products .modes {
    order: 1;
    display: flex !important;
    margin-right: 21px
}

.toolbar-products .modes .modes-mode {
    box-shadow: none;
    width: 40px;
    height: 40px;
    border-radius: 0;
    position: relative;
    background: #fff;
    border: none
}

.toolbar-products .modes .modes-mode:before {
    display: none
}

.toolbar-products .modes .modes-mode span {
    width: 23px;
    height: 18px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -12px;
    clip: auto;
    text-indent: -9999px;
    overflow: hidden
}

.toolbar-products .modes .modes-mode.active,
.toolbar-products .modes .modes-mode:hover {
    background: #505050
}

.toolbar-products .modes .modes-mode.mode-grid.active span:after,
.toolbar-products .modes .modes-mode.mode-grid:hover span:after {
    content: '\e900';
    color: #fff
}

.toolbar-products .modes .modes-mode.mode-grid span:after {
    width: 23px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e900';
    font-family: 'luma-icons';
    color: #838383;
    text-indent: initial
}

.toolbar-products .modes .modes-mode.mode-list span {
    width: 23px;
    height: 18px
}

.toolbar-products .modes .modes-mode.mode-list span:before {
    display: block;
    width: 23px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e904';
    font-family: 'luma-icons';
    color: #838383;
    text-indent: initial
}

.toolbar-products .modes .modes-mode.mode-list.active span,
.toolbar-products .modes .modes-mode.mode-list:hover span {
    border-color: #fff
}

.toolbar-products .modes .modes-mode.mode-list.active span:before,
.toolbar-products .modes .modes-mode.mode-list:hover span:before {
    color: #fff
}

.toolbar-products .toolbar-sorter.sorter {
    order: 2;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: none
}

.toolbar-products .toolbar-sorter.sorter.fixed {
    top: 65px;
    z-index: 100
}

.toolbar-products .toolbar-sorter.sorter .sort-asc,
.toolbar-products .toolbar-sorter.sorter .sort-desc {
    display: none
}

.toolbar-products .toolbar-sorter.sorter .sorter-label {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #505050;
    margin: 0;
    padding-right: 13px
}

.toolbar-products .toolbar-sorter.sorter .sorter-label:after {
    content: ':' !important
}

.toolbar-products .toolbar-sorter.sorter select {
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0 24px 0 12px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    background: #fff;
    background: url(../images/ico-select-arrow2.svg) no-repeat;
    background-size: 9px auto;
    background-position: calc(100% - 12px) 50%;
    height: 40px;
    min-width: 104px;
    margin: 0;
    border: 1px solid #e0e0e0
}

.toolbar-products .field.limiter {
    order: 3;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    margin-left: 15px
}

.toolbar-products .field.limiter .limiter-text {
    display: none
}

.toolbar-products .field.limiter .label {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #505050;
    margin: 0;
    white-space: nowrap
}

.toolbar-products .field.limiter .label:after {
    content: ':' !important
}

.toolbar-products .field.limiter select {
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin: 0 11px 0 0;
    padding: 0 28px 0 7px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #666;
    background: #fff;
    background: url(../images/ico-select-arrow2.svg) no-repeat;
    background-size: 9px auto;
    background-position: calc(100% - 12px) 50%;
    height: 40px
}

.toolbar-products .pages {
    position: static !important;
    width: auto !important;
    margin: 0;
    order: 3;
    display: block
}

.toolbar-products .pages .pages-items {
    display: flex;
    letter-spacing: 0
}

.toolbar-products .pages .pages-items .pages-item-previous {
    left: -12px
}

.toolbar-products .pages .pages-items .pages-item-next {
    right: -12px
}

.toolbar-products .pages .pages-items .item {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #505050;
    margin: 0
}

.toolbar-products .pages .pages-items .item a,
.toolbar-products .pages .pages-items .item strong {
    width: 43px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.toolbar-products .pages .pages-items .item a {
    color: #505050;
    background: #fff;
    transition: all .2s linear;
    border: 1px solid #d0d0d0
}

.toolbar-products .pages .pages-items .item a:hover,
.toolbar-products .pages .pages-items .item a:focus {
    background: #505050;
    color: #fff
}

.toolbar-products .pages .pages-items .item strong {
    font-weight: 400;
    background: #505050;
    color: #fff
}

.toolbar-products .pages .pages-items .item .action.next,
.toolbar-products .pages .pages-items .item .action.previous {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    border: none;
    background: #fff;
    color: #505050;
    transition: all .2s linear
}

.toolbar-products .pages .pages-items .item .action.next:before,
.toolbar-products .pages .pages-items .item .action.previous:before {
    color: #505050;
    transition: all .2s linear;
    font-size: 12px
}

.toolbar-products .pages .pages-items .item .action.next:hover,
.toolbar-products .pages .pages-items .item .action.previous:hover,
.toolbar-products .pages .pages-items .item .action.next:focus,
.toolbar-products .pages .pages-items .item .action.previous:focus {
    background: #505050;
    color: #fff
}

.toolbar-products .pages .pages-items .item .action.next:hover:before,
.toolbar-products .pages .pages-items .item .action.previous:hover:before,
.toolbar-products .pages .pages-items .item .action.next:focus:before,
.toolbar-products .pages .pages-items .item .action.previous:focus:before {
    color: #fff
}

@media (max-width:767px) {
    .toolbar-products {
        border: none;
        justify-content: flex-end;
        margin: 0 0 31px
    }
    .toolbar-products-mobile {
        display: block;
        margin-bottom: 7.813vw
    }
    .toolbar-products .modes {
        width: 100%;
        margin-right: 0
    }
    .toolbar-products .modes .modes-label {
        display: none
    }
    .toolbar-products .modes .modes-mode {
        width: 50%;
        height: 80px;
        border: 1px #9e9e9e solid
    }
    .toolbar-products .modes .modes-mode.active,
    .toolbar-products .modes .modes-mode:hover {
        background: #f76162;
        border-color: #f76162
    }
    .toolbar-products .modes .modes-mode.active span:after,
    .toolbar-products .modes .modes-mode:hover span:after {
        background: #f76162
    }
    .toolbar-products .modes .modes-mode.mode-grid span,
    .toolbar-products .modes .modes-mode.mode-grid span:after {
        width: 40px;
        height: 40px
    }
    .toolbar-products .modes .modes-mode.mode-grid span {
        margin: -20px 0 0 -20px
    }
    .toolbar-products .modes .modes-mode.mode-grid span:after {
        font-size: 34px;
        line-height: 39px;
        font-weight: 100
    }
    .toolbar-products .modes .modes-mode.mode-list span,
    .toolbar-products .modes .modes-mode.mode-list span:before {
        width: 47px;
        height: 40px
    }
    .toolbar-products .modes .modes-mode.mode-list span {
        margin: -20px 0 0 -23.5px
    }
    .toolbar-products .modes .modes-mode.mode-list span:before {
        font-size: 37px;
        line-height: 41px;
        font-weight: 100
    }
    .toolbar-products .pages .pages-items {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px
    }
    .toolbar-products .pages .pages-items .item strong,
    .toolbar-products .pages .pages-items .item a {
        width: 80px;
        height: 80px;
        font-size: 30px
    }
    .toolbar-products .pages .pages-items .item strong.next.action,
    .toolbar-products .pages .pages-items .item a.next.action,
    .toolbar-products .pages .pages-items .item strong.previous.action,
    .toolbar-products .pages .pages-items .item a.previous.action {
        width: 49px
    }
    .toolbar-products .pages .pages-items .item strong.next.action:before,
    .toolbar-products .pages .pages-items .item a.next.action:before,
    .toolbar-products .pages .pages-items .item strong.previous.action:before,
    .toolbar-products .pages .pages-items .item a.previous.action:before {
        font-size: 21px
    }
    .toolbar-products .field.limiter select {
        background-size: 17px auto;
        background-position: 100% 50%;
        margin-left: 11px
    }
    .toolbar-products .field.limiter select,
    .toolbar-products .field.limiter .label {
        font-size: 30px;
        position: relative
    }
    .toolbar-products .field.limiter select:after,
    .toolbar-products .field.limiter .label:after {
        position: absolute;
        right: -7px
    }
    .toolbar-products:not(.toolbar-products-mobile) .toolbar-sorter.sorter {
        display: none
    }
    .toolbar-products .modes .modes-mode.mode-grid span:after {
        margin-left: 0
    }
    .toolbar-products .modes .modes-mode.mode-grid span:before {
        margin-top: -1px
    }
}

.products-grid-section {
    padding: 0;
    margin: 0
}

.products-grid-section>h3 {
    font-family: 'FSMeWeb-Regular';
    font-size: 22px;
    margin: 10px 0 15px;
    color: #505050
}

.products-grid-section .product-items {
    margin: 0 -15px !important;
    display: flex;
    flex-wrap: wrap
}

.products-grid-section .product-items .product-item {
    padding: 0 15px 29px;
    width: 25%;
    margin: 0;
    display: flex
}

.products-grid-section .product-items .product-item .product-box {
    width: 100%
}

.products-grid-section .product-items .product-item .product-box:before {
    top: 1px
}

.products-grid-section .product-items .product-item .product-box .product-img {
    margin-bottom: 70px
}

.products-grid-section .product-items .action.towishlist {
    z-index: 2;
    position: absolute;
    top: 18px;
    right: 24px;
    width: 25px;
    height: 22px;
    border: none !important;
    background-color: transparent;
    transition: all .2s linear;
    color: #888;
    text-decoration: none;
    margin: 0;
    font-weight: 400
}

.products-grid-section .product-items .action.towishlist:before {
    display: none
}

.products-grid-section .product-items .action.towishlist:after {
    font-family: 'icomoon';
    font-size: 24px !important;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    content: '\e905'
}

.products-grid-section .product-items .action.towishlist:hover {
    color: #d71921;
    background: 0 0
}

.products-grid-section .product-items .action.towishlist:focus,
.products-grid-section .product-items .action.towishlist.active {
    color: #d71921;
    background: 0 0
}

.products-grid-section .product-items .action.towishlist:focus:after,
.products-grid-section .product-items .action.towishlist.active:after {
    content: '\e91c';
    background: 0 0
}

.products-grid-section .product-items .action.towishlist:not(.primary) {
    box-shadow: none
}

.products-grid-section .product-items .product-item-inner {
    position: static;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: none
}

.products-grid-section .product-items .product-item-inner .product-item-actions {
    position: static;
    margin: 0
}

.products-grid-section .product-items .product-item-inner .product-item-actions .actions-primary {
    display: block
}

.products-grid-section .product-items .product-item-inner .product-item-actions .add-to-links {
    display: block;
    padding: 0;
    width: 100%
}

.products-grid-section .product-box .product-img .product-image-container {
    width: 100% !important;
    padding-top: 4px
}

.products-grid-section .product-box .product-img .product-image-container .product-image-wrapper {
    padding-bottom: 68% !important
}

.products-grid-section .product-box .product-price {
    font-family: 'FSMeWeb-Regular'
}

.products-grid-section .product-box .product-price .price-box {
    margin: 12px 0
}

.products-grid-section .product-box .product-price .price-box .price-label {
    font-size: 18px;
    color: #505050
}

.products-grid-section .product-box .product-price .price-box .price {
    font-weight: 400;
    color: #505050
}

.products-grid-section .product-box .product-text {
    padding: 0
}

.products-grid-section .product-box .product-text a {
    font-size: 18px;
    display: block
}

.products-grid-section .product-box .star-rating {
    display: none
}

.products-grid-section .product-box .product-item-actions {
    margin: 0
}

.products-grid-section .product-box .product-item-actions .actions-primary {
    display: block
}

.products-grid-section .product-box .product-item-actions .action.tocart.primary {
    padding: 13px 37px 14px;
    margin: 0 auto 17px
}

.products-grid-section .product-box .product-item-actions .actions-secondary {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center
}

.products-grid-section .product-box .product-item-actions .actions-secondary .action.tocompare {
    letter-spacing: 0;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    padding-left: 38px;
    position: relative;
    text-transform: none
}

.products-grid-section .product-box .product-item-actions .actions-secondary .action.tocompare:before {
    display: none
}

.products-grid-section .product-box .product-item-actions .actions-secondary .action.tocompare:after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 18px;
    line-height: 1;
    font-family: 'icomoon';
    content: '\e900'
}

.products-grid-section .product-box .product-item-actions .actions-secondary .action.tocompare:visited,
.products-grid-section .product-box .product-item-actions .actions-secondary .action.tocompare:hover {
    color: #666;
    text-decoration: underline
}

.products-grid-section .product-box .product-item-actions .actions-secondary .action.tocompare span {
    position: static;
    width: auto;
    clip: auto;
    height: auto;
    margin: 0
}

.products-grid-section.list {
    margin-top: 10px
}

.products-grid-section.list>h3 {
    display: none
}

.products-grid-section.list .product-items {
    margin: 0 !important;
    flex-direction: column
}

.products-grid-section.list .product-items .product-item {
    padding: 0 0 30px;
    width: 100%
}

.products-grid-section.list .product-items .product-item .product-box {
    display: flex;
    align-items: flex-start;
    text-align: left
}

.products-grid-section.list .product-items .product-item .product-box:before {
    display: none
}

.products-grid-section.list .product-items .product-item .product-box .product-img {
    width: 270px;
    margin-right: 58px;
    flex-shrink: 0;
    border: 6px solid #f5f5f5
}

.products-grid-section.list .product-items .product-item .product-box .product-img .product-item-photo {
    display: block;
    padding: 0;
    width: 100%
}

.products-grid-section.list .product-items .product-item .product-box .product-img .product-item-photo .product-image-photo {
    position: absolute
}

.products-grid-section.list .product-items .product-item .product-box .product-img .product-image-container {
    width: 100% !important;
    display: block
}

.products-grid-section.list .product-items .product-item .product-box .product-img .product-image-container .product-image-wrapper {
    padding: 0 !important;
    height: 248px
}

.products-grid-section.list .product-items .product-item .product-box .product-text {
    border-bottom: 1px solid #ddd;
    line-height: 24px;
    padding: 0;
    flex-grow: 1;
    padding: 9px 0 20px;
    min-height: 248px
}

.products-grid-section.list .product-items .product-item .product-box .product-text h3 {
    margin: 0 0 8px;
    justify-content: left
}

.products-grid-section.list .product-items .product-item .product-box .product-text .star-rating {
    margin: 0 0 6px
}

.products-grid-section.list .product-items .product-item .product-box .product-text .star-rating .reviews-actions {
    display: none
}

.products-grid-section.list .product-items .product-item .product-box .product-text .product-price {
    margin: 0 0 11px
}

.products-grid-section.list .product-items .product-item .product-box .product-text .product-price .price-box {
    margin: 0
}

.products-grid-section.list .product-items .product-item .product-box .product-text .product-item-inner {
    display: flex;
    flex-direction: column
}

.products-grid-section.list .product-items .product-item .product-box .product-text .product-item-inner .product-item-actions {
    order: 2
}

.products-grid-section.list .product-items .product-item .product-box .product-text .product-item-inner .product-item-description {
    order: 1;
    margin: 0 0 19px
}

.products-grid-section.list .product-items .product-item .product-box .product-text .product-item-inner .product-item-description .more {
    display: none
}

.products-grid-section.list .product-items .product-item .product-box .product-text .product-item-inner .product-item-description p {
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    margin: 0
}

.products-grid-section.list .product-items .product-item .product-box .product-item-actions {
    display: flex;
    flex-direction: column
}

.products-grid-section.list .product-items .product-item .product-box .product-item-actions .action.tocart.primary {
    margin: 0 0 7px
}

.products-grid-section.list .product-items .product-item .product-box .product-item-actions .actions-secondary {
    text-align: left
}

.products-grid-section.list .product-items .product-item .product-box .product-item-actions .actions-secondary .action.tocompare {
    padding-left: 46px
}

.products-grid-section.list .product-items .product-item .product-box .product-item-actions .actions-secondary .action.tocompare:after {
    left: 10px
}

.products-grid-section.grid .product-box {
    width: 100%;
    border: 6px solid #f5f5f5
}

.products-grid-section.grid .product-box:hover {
    border: none;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, .25)
}

.products-grid-section.grid .product-box:hover .product-text {
    background: linear-gradient(90deg, #d71921 20%, #f76162 51%, #ff7878 71%)
}

.products-grid-section.grid .product-box:hover .product-text a {
    color: #fff
}

.products-grid-section.grid .product-box:hover .product-text a:after {
    font-family: 'Custom-Icons';
    font-size: 10px;
    color: #fff;
    content: '\E80C';
    font-weight: 600;
    margin-left: 10px
}

.products-grid-section.grid .product-box .product-text {
    position: absolute;
    width: 100%;
    bottom: 0
}

.products-grid-section.grid .product-box .product-text h3 {
    height: 70px;
    margin: 0;
    padding: 0 15px
}

.products-grid-section.grid .product-box .product-text h3 a {
    padding: 0 5px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:1200px) {
    .products-grid-section .product-items .product-item {
        width: 33.33%
    }
}

@media (max-width:1023px) {
    .products-grid-section .product-items .product-item {
        width: 50%
    }
}

@media (max-width:767px) {
    .products-grid-section>h3 {
        margin-top: 0;
        margin-bottom: 23px
    }
    .products-grid-section .product-items {
        margin: 0 !important;
        justify-content: space-between
    }
    .products-grid-section .product-items+h3 {
        padding-top: 14px
    }
    .products-grid-section .product-items .product-item {
        padding: 0;
        width: 48.3%;
        margin-bottom: 16px
    }
    .products-grid-section .product-items .product-item .product-box:before {
        top: 0 !important
    }
    .products-grid-section .product-items .product-item .product-box .product-price,
    .products-grid-section .product-items .product-item .product-box .product-item-actions {
        display: block
    }
    .products-grid-section .product-items .product-item .product-box .product-img {
        margin-bottom: 70px
    }
    .products-grid-section .product-items .product-item .product-box .product-img .product-image-container {
        display: block
    }
    .products-grid-section .product-items .product-item .product-box .product-img .product-image-container .product-image-wrapper {
        padding-bottom: 71% !important
    }
    .products-grid-section .product-items .product-item .product-box .product-text h3 {
        line-height: 1.1;
        margin: 0
    }
    .products-grid-section .product-items .product-item .product-box .product-text h3 a {
        font-size: 3.75vw;
        line-height: 4.688vw
    }
    .products-grid-section .product-items .product-item .product-box .product-price .price-box {
        margin: 0
    }
    .products-grid-section .product-items .product-item .product-box .product-price .price-box .price-label,
    .products-grid-section .product-items .product-item .product-box .product-price .price-box .price {
        font-size: 16px
    }
    .products-grid-section .product-items .product-item .product-box .star-rating {
        margin-bottom: 4px
    }
    .products-grid-section .product-items .product-item .product-box .product-item-actions .action.tocart.primary {
        padding: 10px 27px 9px;
        margin-bottom: 8px
    }
    .products-grid-section .product-items .product-item .product-box .product-item-actions .actions-secondary .action.tocompare {
        padding-left: 28px
    }
    .products-grid-section.list {
        margin-top: 0
    }
    .products-grid-section.list>h3 {
        display: block
    }
    .products-grid-section.list .product-items .product-item {
        padding: 0 0 20px;
        width: 100% !important;
        margin: 0 !important
    }
    .products-grid-section.list .product-items .product-item .product-box {
        flex-direction: column;
        border: 6px solid #f5f5f5
    }
    .products-grid-section.list .product-items .product-item .product-box .product-img {
        border: none;
        margin: 0;
        width: 100%
    }
    .products-grid-section.list .product-items .product-item .product-box .product-img .product-image-container .product-image-wrapper {
        height: auto;
        padding-bottom: 70% !important
    }
    .products-grid-section.list .product-items .product-item .product-box .product-text {
        padding: 10px 30px 23px;
        border: none;
        min-height: 0;
        position: static;
        line-height: 24px;
        width: 100%
    }
    .products-grid-section.list .product-items .product-item .product-box .product-text h3 {
        font-size: 16px;
        line-height: 1.125
    }
    .products-grid-section.list .product-items .product-item .product-box .product-text .star-rating {
        margin: 0 0 13px
    }
    .products-grid-section.list .product-items .product-item .product-box .product-text .product-item-inner .product-item-description {
        margin: 0 0 32px
    }
    .products-grid-section.list .product-items .product-item .product-box .product-price {
        margin: 0 0 15px
    }
    .products-grid-section.list .product-items .product-item .product-box .product-price .price-box .price,
    .products-grid-section.list .product-items .product-item .product-box .product-price .price-box .price-label {
        font-size: 18px
    }
    .products-grid-section.list .product-items .product-item .product-box .product-item-actions .actions-secondary {
        text-align: center
    }
    .products-grid-section.list .product-items .product-item .product-box .product-item-actions .action.tocart.primary {
        padding: 15px 43px 14px;
        margin: 0 auto 17px
    }
    .products-grid-section.grid .product-box {
        border-color: #ebebeb
    }
}

@media (min-width:1024px) {
    .page-products .products-grid-section.products-grid .product-item:nth-child(3n+1) {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .products.wrapper~.toolbar-products {
        border: 1px solid #aaa;
        overflow: hidden
    }
    .products.wrapper~.toolbar-products .modes {
        display: none !important
    }
    .products.wrapper~.toolbar-products .field.limiter {
        display: flex !important;
        justify-content: flex-start;
        padding-left: 15px
    }
    .products.wrapper~.toolbar-products .pages .pages-items {
        padding: 0
    }
    .products.wrapper~.toolbar-products .pages .pages-items .item.pages-item-next,
    .products.wrapper~.toolbar-products .pages .pages-items .item.pages-item-previous {
        position: static
    }
}

.filter-options .filter-options-item {
    border: none
}

.filter-options .filter-options-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 18px
}

.filter-options .filter-options-title {
    font-weight: 400;
    padding: 0;
    color: #505050;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 11px !important;
    pointer-events: none
}

.filter-options .filter-options-title .label {
    font-weight: 400;
    padding: 0;
    color: #505050;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin: 0
}

.filter-options .filter-options-title .arrow {
    display: none
}

.filter-options .filter-options-title .reset {
    display: none
}

.filter-options .filter-options-content {
    padding: 0
}

.filter-options .items .item {
    position: relative;
    overflow: hidden;
    margin: 0;
    display: flex
}

.filter-options .items .item:not(:last-child) {
    margin: 0 0 12px
}

.filter-options .items .item input {
    position: absolute;
    top: 0;
    left: -999px;
    opacity: 0;
    width: 0;
    height: 0
}

.filter-options .items .item input:checked+label:before {
    background: #f76162;
    border-color: #f76162
}

.filter-options .items .item input:checked+label:after {
    opacity: 1
}

.filter-options .items .item label {
    display: inline-block !important;
    vertical-align: top;
    position: relative;
    padding: 1px 0 1px 39px;
    color: #505050;
    margin: 0;
    font-weight: 400 !important;
    flex-grow: 1;
    line-height: 24px
}

.filter-options .items .item label:before {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #878787;
    transition: all .2s linear;
    position: absolute;
    top: 0;
    left: 0;
    content: ''
}

.filter-options .items .item label:after {
    position: absolute;
    top: 5px;
    left: 9px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    transition: all .2s linear;
    opacity: 0;
    display: block !important;
    content: ''
}

.filter-options .items .item .count {
    font-weight: 400;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    padding-left: 10px;
    padding-right: 0
}

.filter-options .items .item .count:after,
.filter-options .items .item .count:before {
    display: none
}

.filter-options .aw-layered-nav-priceslider {
    padding: 4px 0
}

.filter-options .aw-layered-nav-priceslider #slider-range {
    height: 4px;
    background: 0 0;
    border-radius: 0;
    margin: 0 9px 25px;
    position: relative
}

.filter-options .aw-layered-nav-priceslider #slider-range:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translate(0, -50%);
    background: #e0e0e0;
    content: ''
}

.filter-options .aw-layered-nav-priceslider #slider-range .ui-slider-range {
    background: #444
}

.filter-options .aw-layered-nav-priceslider #slider-range .ui-slider-handle {
    width: 14px;
    height: 14px;
    background: #444;
    border-radius: 50%;
    top: -5px;
    margin-left: -7px;
    border: none
}

.filter-options .aw-layered-nav-priceslider .price-inputs-wrapper {
    display: flex;
    margin: 0 -10px
}

.filter-options .aw-layered-nav-priceslider .price-inputs-wrapper .field {
    position: relative;
    margin: 0 10px
}

.filter-options .aw-layered-nav-priceslider .price-inputs-wrapper .field span {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    color: #505050;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2
}

.filter-options .aw-layered-nav-priceslider .price-inputs-wrapper .field .label {
    display: none
}

.filter-options .aw-layered-nav-priceslider .price-inputs-wrapper .field input {
    width: 60px !important;
    border-color: #dfdfdf;
    height: 35px;
    padding: 0 10px 0 20px;
    color: #666;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px
}

.filter-options .aw-layered-nav-priceslider .price-inputs-wrapper .field input:focus,
.filter-options .aw-layered-nav-priceslider .price-inputs-wrapper .field input:hover {
    color: #505050;
    border-color: #505050
}

.filter-options .aw-layered-nav-priceslider .price-inputs-wrapper .field+.field:after {
    position: absolute;
    top: 50%;
    left: -13px;
    transform: translate(0, -50%);
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #505050;
    content: '-'
}

.filter-options .swatch-attribute.color {
    margin: 0 0 9px
}

.filter-options .swatch-attribute.color .swatch-attribute-options {
    margin: -3px -3px 0 !important;
    width: calc(100% - 6px)
}

.filter-options .swatch-attribute.color .swatch-attribute-options .swatch-option-link-layered {
    margin: 0 0 4px !important
}

.filter-options .swatch-attribute.color .swatch-attribute-options .swatch-option-link-layered .swatch-option.color {
    margin: 0;
    padding: 0;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #fff;
    background-clip: content-box !important;
    min-width: 26px;
    max-width: 26px;
    width: 26px;
    height: 26px
}

.filter-options .swatch-attribute.color .swatch-attribute-options .swatch-option-link-layered .swatch-option.color:hover,
.filter-options .swatch-attribute.color .swatch-attribute-options .swatch-option-link-layered .swatch-option.color.active {
    border: 1px solid #393939 !important;
    outline: none !important
}

.filter-options .swatch-attribute.color .swatch-attribute-options .swatch-option-link-layered .swatch-option.color:after {
    display: none !important
}

.filter-options .swatch-attribute.color .swatch-attribute-options .swatch-option-link-layered .swatch-option.color:before {
    content: attr(option-label);
    color: #505050;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    margin-left: 0;
    padding-left: 40px;
    text-transform: capitalize
}

.filter-options .swatch-attribute.color .swatch-attribute-options .swatch-option-link-layered .swatch-option.color.disabled {
    background: #fafafa !important;
    border: 1px solid #eaeaea !important
}

.catalog-category-view .swatch-option-tooltip {
    display: none !important
}

.collections-menu h2 {
    font-size: 24px;
    margin: 0 0 13px
}

.collections-menu-list {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2
}

.collections-menu-list li {
    margin: 0 0 9px
}

.collections-menu-list a {
    color: #505050
}

@media (max-width:767px) {
    .page-with-filter .toolbar-products .toolbar-sorter.sorter {
        position: relative;
        width: 100%;
        right: 0
    }
    .page-with-filter .toolbar-products .toolbar-sorter.sorter:after {
        width: 5.469vw;
        height: 3.125vw;
        content: "\e622";
        font-family: 'luma-icons';
        position: absolute;
        right: 5.469vw;
        font-size: 6.25vw;
        top: 2.656vw
    }
    .page-with-filter .toolbar-products .toolbar-sorter.sorter .sorter-label {
        position: absolute;
        top: 1.25vw;
        font-size: 5.156vw;
        left: 5.313vw;
        pointer-events: none;
        font-family: 'FSMeWeb-Regular', Arial, sans-serif;
        background: #fff
    }
    .page-with-filter .toolbar-products .toolbar-sorter.sorter select {
        border: 1.5px solid #929292;
        width: 100%;
        height: 13.594vw;
        background: 0 0;
        padding-top: 5.781vw;
        padding-left: 5.625vw;
        margin: 0
    }
    .page-with-filter .toolbar-products .toolbar-sorter.sorter.fixed {
        top: 50px;
        left: 19px;
        width: calc(100vw - 165px)
    }
    .page-with-filter .toolbar-products .toolbar-sorter.sorter.fixed .sorter-label {
        display: none
    }
    .page-with-filter .toolbar-products .toolbar-sorter.sorter.fixed select {
        height: 40px;
        transition: all 0s linear;
        padding: 0 40px 0 12px;
        background-position: calc(100% - 10px) 50%
    }
}

.category-gallery {
    position: static;
    margin: 0 -21.85%;
    padding: 32px 0 35px
}

.category-gallery-section {
    padding: 30px 0 0
}

.category-gallery-section+.breadcrumbs {
    padding-top: 11px;
    padding-bottom: 0
}

.category-gallery-section h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
    margin: 35px 0 0;
    font-family: 'FSMeWeb-Light', Arial, sans-serif
}

.category-gallery-wrap {
    padding: 0 25px;
    position: relative;
    overflow: hidden
}

.category-gallery-wrap:after,
.category-gallery-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    width: 25px;
    z-index: 2;
    content: ''
}

.category-gallery-wrap:after {
    left: auto;
    right: 0
}

.category-gallery-item {
    position: relative;
    transition: all .3s linear;
    opacity: .5;
    width: 100%;
    padding-top: 67%;
    transform: scaleY(.85)
}

.category-gallery-item picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.category-gallery-item .tooltip {
    opacity: 0;
    transition: all .2s linear
}

.category-gallery-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(1.2);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    max-width: 100%;
    transition: all .3s linear
}

.category-gallery .slick-track {
    display: flex
}

.category-gallery .slick-track:before,
.category-gallery .slick-track:after {
    display: none
}

.category-gallery .slick-list {
    overflow: visible
}

.category-gallery-slide {
    padding: 0 2px;
    display: flex !important;
    align-items: center;
    height: auto;
    position: relative
}

.category-gallery-slide.slick-center {
    z-index: 1
}

.category-gallery-slide>.button.button-white-red {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0);
    text-transform: uppercase;
    padding: 0;
    opacity: 0;
    pointer-events: none
}

.category-gallery-slide.slick-current .category-gallery-item {
    opacity: 1;
    transform: scaleY(1)
}

.category-gallery-slide.slick-current .category-gallery-item .tooltip {
    opacity: 1
}

.category-gallery-slide.slick-current .category-gallery-item img {
    transform: translate(-50%, -50%) scaleY(1)
}

.category-gallery-slide.slick-current>.button.button-white-red {
    pointer-events: auto;
    opacity: .83
}

.category-gallery .slick-prev,
.category-gallery .slick-next {
    background-color: #ff7878;
    background: linear-gradient(90deg, #ff7878 0%, #d71921 100%);
    z-index: 10;
    transition: all .3s linear;
    height: 64px;
    width: 76px
}

.category-gallery .slick-prev:before,
.category-gallery .slick-next:before {
    display: none
}

.category-gallery .slick-prev:after,
.category-gallery .slick-next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Custom-Icons';
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    content: ''
}

.category-gallery .slick-prev:not(.primary),
.category-gallery .slick-next:not(.primary) {
    box-shadow: none
}

.category-gallery .slick-prev.slick-disabled,
.category-gallery .slick-next.slick-disabled {
    opacity: 0
}

.category-gallery .slick-prev {
    left: 0
}

.category-gallery .slick-prev:after {
    content: '\E80C';
    transform: translate(-50%, -50%) rotate(180deg)
}

.category-gallery .slick-next {
    right: 0
}

.category-gallery .slick-next:after {
    content: '\E80C'
}

@media (max-width:1600px) {
    .category-gallery {
        margin: 0 -60%
    }
}

@media (max-width:1023px) {
    .category-gallery {
        margin: 0 -90%
    }
}

@media (max-width:767px) {
    .category-gallery {
        margin: 0 -1px;
        padding: 21px 0 32px
    }
    .category-gallery-section {
        padding: 6px 29px 17px
    }
    .category-gallery-section+.breadcrumbs {
        padding-bottom: 13px
    }
    .category-gallery-section h1 {
        margin-bottom: 8px
    }
    .category-gallery-wrap {
        padding: 0;
        margin-bottom: 11px
    }
    .category-gallery-wrap:before,
    .category-gallery-wrap:after {
        display: none
    }
    .category-gallery-slide {
        padding: 0 1px
    }
    .category-gallery-slide>.button.button-white-red {
        font-size: 4.5vw;
        bottom: -32px;
        width: 55%
    }
    .category-gallery-item {
        padding-top: 71%
    }
    .category-gallery .slick-prev,
    .category-gallery .slick-next {
        width: 91px;
        height: 77px
    }
    .category-gallery .slick-prev:after,
    .category-gallery .slick-next:after {
        font-size: 22px
    }
}

@media (max-width:550px) {
    .category-gallery .slick-prev,
    .category-gallery .slick-next {
        width: 55px;
        height: 55px
    }
    .category-gallery .slick-prev:after,
    .category-gallery .slick-next:after {
        font-size: 14px
    }
    .category-gallery-slide>.button.button-white-red {
        height: 55px
    }
}

@media (max-width:767px) {
    .footer-toolbar {
        margin-top: 20px
    }
    .footer-toolbar .toolbar-products {
        justify-content: center;
        flex-wrap: wrap;
        align-items: baseline
    }
}

.category-view-list {
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    padding: 28px 0 12px
}

.category-view-list li {
    margin: 0;
    padding: 0 0 30px 38px;
    position: relative
}

.category-view-list li:before {
    position: absolute;
    top: 11px;
    left: 4px;
    background: #333;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content: ''
}

@media (max-width:767px) {
    .category-view .page-head {
        border: none
    }
    .category-view-list {
        padding: 6px 0
    }
    .category-view-list li {
        padding: 0 0 15px 30px
    }
    .category-view-list li:before {
        top: 7px
    }
}

.category-media {
    padding: 49px 0 52px
}

.category-media-head {
    max-width: 950px;
    margin: 0 auto 43px
}

.category-media-head h2 {
    margin-bottom: 36px
}

.category-media-head p {
    margin: 0;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    text-align: center;
    font-size: 22px;
    line-height: 1.36363636
}

.category-media-img img {
    width: 100%
}

@media (max-width:767px) {
    .category-media {
        padding-top: 30px;
        padding-bottom: 0
    }
    .category-media-head {
        margin-bottom: 20px
    }
    .category-media-head h2 {
        margin-bottom: 18px
    }
    .category-media-head p {
        font-size: 17px
    }
}

.cms-no-route .switcher-list .switcher-website,
.cms-no-route .switcher-list .switcher-language {
    display: none
}

.contact-index-index .column:not(.sidebar-additional) .form.contact {
    width: 100%
}

.contact-index-index .page-title {
    margin-top: 85px;
    text-align: left
}

.contact-index-index .page-title.only_for_mobile {
    display: none
}

.contact-index-index #maincontent {
    box-shadow: inset 0px 16px 8px -10px #ccc;
    position: relative
}

.contact-index-index #maincontent:before {
    padding-bottom: 10px;
    padding-top: 14px;
    position: absolute;
    height: 509px;
    top: 0;
    background: #fff url(../images/keter_contact_us_pattern.png) no-repeat right -2px;
    z-index: -1;
    content: '';
    width: 100%
}

.contact-index-index #maincontent .page-main-wrapper {
    position: relative
}

.contact-index-index #maincontent .page-main-wrapper:before {
    background: transparent url(../images/keter_contact_us_table_pic.png) no-repeat right -2px;
    z-index: -1;
    content: '';
    width: 100%;
    height: 908px;
    left: 268px;
    top: -12px;
    position: absolute
}

.form.contact {
    padding: 0 26px 85px;
    margin-top: 7px
}

.form.contact .fieldset {
    max-width: 901px;
    margin: 0 0 18px
}

.form.contact .fieldset input,
.form.contact .fieldset select,
.form.contact .fieldset textarea {
    border: 1px solid #a7a7a7;
    color: #505050;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 19px;
    width: 353px;
    height: 51px
}

.form.contact .fieldset textarea {
    height: 155px
}

.form.contact button {
    width: 188px;
    padding: 13px 0
}

.form.contact .field.note {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 66px;
    color: #595959
}

.form.contact .field.note a,
.form.contact .field.note a:hover,
.form.contact .field.note a:active {
    color: #f76162;
    text-decoration: underline
}

.form.contact label {
    color: #505050;
    font-size: 19px;
    line-height: 19px;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    margin-bottom: 14px
}

.form.contact label .req {
    font-weight: 400
}

.form.contact .legend {
    margin: 0;
    border: none;
    font-size: 24px
}

.form.contact .up-to {
    margin-right: 10px
}

.form.contact .col-holder {
    display: flex;
    justify-content: space-between
}

.form.contact .col-holder .col {
    padding: 0;
    margin: 0 1% 0 0
}

.form.contact .col-holder .col+.col {
    margin: 0
}

.form.contact .col-holder .field {
    margin: 0 0 20px
}

.form.contact .actions-toolbar {
    text-align: right;
    max-width: 901px
}

.form.contact .actions-toolbar .primary {
    float: none
}

.form.contact .actions-toolbar .primary.submit {
    padding: 16px 50px;
    text-transform: uppercase
}

@media only screen and (max-width:1150px) {
    .contact-index-index .page-main-wrapper {
        position: relative
    }
    .contact-index-index .page-main-wrapper:before {
        display: none
    }
}

@media only screen and (max-width:1023px) {
    .contact-index-index .breadcrumbs {
        margin-top: 2.5vw
    }
    .contact-index-index h1.page-title {
        margin-top: 4.531vw;
        font-size: 9.063vw;
        font-weight: 600;
        padding: 0 1.719vw 4.063vw;
        margin-bottom: 5.625vw;
        line-height: 9.375vw
    }
    .contact-index-index h1.page-title:after {
        height: 1.563vw;
        width: 11.563vw;
        left: 2.188vw
    }
    .contact-index-index h1.page-title.only_for_desk {
        display: none
    }
    .contact-index-index h1.page-title.only_for_mobile {
        display: block
    }
    .contact-index-index #maincontent:before {
        background-position: 37vw 0
    }
    .contact-index-index .form.contact {
        padding: 0 0 7.344vw 1.406vw;
        margin-top: 1.094vw
    }
    .contact-index-index .form.contact .col-holder {
        flex-direction: column
    }
    .contact-index-index .form.contact .col-holder .field {
        margin: 0 0 6.719vw
    }
    .contact-index-index .form.contact .fieldset {
        margin: 0
    }
    .contact-index-index .form.contact .fieldset input,
    .contact-index-index .form.contact .fieldset select,
    .contact-index-index .form.contact .fieldset textarea {
        height: 13.75vw;
        width: 100%;
        max-width: 87.656vw;
        border-width: .3vw;
        font-size: 5vw;
        line-height: 5.625vw;
        padding: 0 5vw
    }
    .contact-index-index .form.contact .fieldset textarea {
        height: 46.563vw;
        padding: 3.125vw 5vw
    }
    .contact-index-index .form.contact .fieldset select {
        background-size: 4.688vw auto;
        padding-right: 10.156vw;
        background-position: calc(100% - 3.281vw) 50%
    }
    .contact-index-index .form.contact label {
        font-size: 5vw;
        margin-bottom: 2.969vw
    }
    .contact-index-index .form.contact .field.note {
        font-size: 4.688vw;
        line-height: 7.031vw;
        margin-bottom: 9.844vw
    }
    .contact-index-index .form.contact button {
        width: 100%;
        max-width: 89.219vw;
        height: 13.75vw;
        border-radius: 7.031vw;
        padding: 2.031vw 0
    }
    .contact-index-index .form.contact .actions-toolbar {
        text-align: left
    }
}

.faq-category-view .columns {
    flex-direction: column
}

.faq-category-view .sidebar.sidebar-main {
    width: 100%;
    order: 1;
    padding: 35px 0 16px;
    margin: 0 0 51px;
    border-bottom: 1px solid #888
}

.faq-category-view .column.main {
    width: 100%;
    order: 2
}

.faq-category-view .sidebar.sidebar-additional {
    display: none
}

.faq-category-view .page-title {
    margin: 0;
    font-size: 36px;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif
}

.faq-category-view .page-title-wrapper {
    padding-top: 19px
}

@media (max-width:767px) {
    .faq-category-view .page-title {
        font-size: 26px;
        line-height: 1.2
    }
    .faq-category-view .page.messages {
        margin: 0
    }
    .faq-category-view .column.main {
        padding-top: 9px;
        margin: 0
    }
    .faq-category-view .sidebar.sidebar-main {
        padding-top: 19px;
        padding-bottom: 4px;
        margin: 0 0 10px
    }
}

.block-faq-category {
    margin: 0 !important
}

.block-faq-category .block-title {
    display: none
}

.block-faq-category .block-content .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto
}

.block-faq-category .block-content .items .item {
    width: 33.33%;
    margin: 0;
    padding: 0 45px 30px;
    text-align: center
}

.block-faq-category .block-content .items .item a {
    color: #333;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif
}

.block-faq-category .block-content .items .item a .count {
    display: none
}

@media (max-width:767px) {
    .block-faq-category .block-content .items {
        flex-direction: column
    }
    .block-faq-category .block-content .items .item {
        width: 100%;
        padding: 0 0 20px;
        text-align: left
    }
    .block-faq-category .block-content .items .item a {
        font-size: 20px
    }
}

.faq-category {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
    max-width: 885px
}

.faq-category-wrap {
    padding: 35px 0
}

.faq-category-wrap>h2 {
    color: #333;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    margin: 0 0 38px
}

.faq-category .faqcat-title {
    padding: 0 0 0 71px;
    position: relative;
    border: none;
    color: #333;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 400;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    display: flex;
    align-items: center;
    min-height: 40px;
    transition: all .2s linear;
    margin: 0;
    text-transform: none
}

.faq-category .faqcat-title.active i {
    background: #72a300
}

.faq-category .faqcat-title.active i:after {
    display: none
}

.faq-category .faqcat-title i {
    position: absolute;
    top: 4px;
    left: 0;
    background: #333;
    width: 34px;
    height: 34px;
    border-radius: 50%
}

.faq-category .faqcat-title i:after,
.faq-category .faqcat-title i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background: #fff;
    content: ''
}

.faq-category .faqcat-title i:after {
    width: 2px;
    height: 20px
}

.faq-category .faqs-list {
    padding: 0 0 0 71px
}

.faq-category .faqs-list p {
    color: #666;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none
}

.faq-category .faqs-list .item {
    border: none
}

@media (max-width:767px) {
    .faq-category {
        padding: 0 0 19px
    }
    .faq-category-wrap {
        padding: 27px 0 0
    }
    .faq-category-wrap>h2 {
        font-size: 20px;
        margin: 0 0 21px
    }
    .faq-category .faqcat-title {
        padding-left: 50px;
        font-size: 16px;
        line-height: 1.25
    }
    .faq-category .faqcat-title i {
        width: 24px;
        height: 24px;
        top: 7px
    }
    .faq-category .faqcat-title i:after,
    .faq-category .faqcat-title i:before {
        width: 14px;
        height: 2px
    }
    .faq-category .faqcat-title i:after {
        width: 2px;
        height: 14px
    }
    .faq-category .faqs-list {
        padding-left: 50px
    }
    .faq-category .faqs-list p {
        color: #666;
        line-height: 1.25
    }
}

.price-table {
    font-family: 'FSMeWeb-Regular', Arial, sans-serif
}

@media (max-width:1200px) {
    .price-table {
        width: 704px
    }
}

@media (max-width:1023px) {
    .price-table {
        width: auto
    }
}

.price-table thead th {
    vertical-align: top;
    background-color: #f4f4f4;
    font-size: 14px;
    line-height: 18px;
    height: 50px;
    padding: 7px 13px 6px 12px;
    font-weight: 500;
    width: 15.9%
}

.price-table thead th:first-child {
    width: 20.4%
}

.price-table thead th:nth-last-child(2) {
    width: 15.8%
}

.price-table tbody tr:first-child td {
    padding-top: 0
}

.price-table tbody tr:first-child th {
    border-top: 6px solid #fff;
    padding-top: 4px;
    height: 48px
}

.price-table tbody tr:first-child th:first-child {
    padding-top: 0
}

.price-table tbody tr:last-child td {
    padding: 0
}

.price-table tbody td,
.price-table tbody th {
    vertical-align: middle;
    font-size: 15px;
    line-height: 18px;
    height: 44px;
    padding: 0
}

.price-table tbody td {
    font-family: 'FSMeWeb-Bold', Arial, sans-serif
}

.price-table tbody th {
    background-color: #f5f5f5;
    padding: 0;
    font-weight: 400
}

.price-table tbody th:first-child {
    padding: 0;
    padding-left: 20px
}

.price-table tbody th:last-child {
    border-right: 6px solid #fff
}

.service-hero-banner+.breadcrumbs {
    margin-top: 9px
}

.service-form {
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    line-height: 20px;
    font-weight: 300;
    padding: 35px 27px 0
}

.service-form .submit {
    height: 53px;
    width: 188px;
    padding: 0
}

@media (max-width:767px) {
    .service-form .fieldset {
        margin-bottom: 0
    }
}

.service-form .fieldset>.legend {
    font: 45px/1.2 'FSMeWeb-Regular', Arial, sans-serif;
    border-bottom: none;
    padding: 0;
    margin: 0 0 17px
}

.service-form .fieldset .label {
    font-size: 19px;
    margin-bottom: 10px;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif
}

.service-form .fieldset input,
.service-form .fieldset select {
    height: 51px;
    width: 353px;
    max-width: 100%;
    border: 1px solid #a7a7a7
}

.service-form .fieldset>.field {
    margin: 0 0 44px
}

.service-form .fieldset>.field.note {
    font-size: 22px;
    line-height: 30px;
    max-width: 855px;
    margin-bottom: 47px
}

.service-form #installation-pricing {
    max-width: 779px
}

.service-form #installation-pricing h2 {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: normal;
    margin-bottom: 4px
}

.service-form #installation-pricing h2:before {
    height: 39px;
    width: 40px;
    font-family: 'luma-icons';
    content: "\e90f";
    color: #f76162;
    margin-right: 18px;
    line-height: 100%
}

.service-form select {
    color: #888;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px
}

@media (max-width:767px) {
    .service-form .product-table-scroll {
        display: none
    }
}

@media (max-width:767px) {
    .service-form .table-open-close .table-open-holder {
        display: none
    }
    .service-form .table-open-close.active {
        margin: 0 0 55px
    }
    .service-form .table-open-close.active .table-open-holder {
        display: block
    }
}

.service-form .mobile-table-frame {
    display: none
}

@media (max-width:767px) {
    .service-form .mobile-table-frame {
        display: block;
        border: 1px solid #a7a7a7;
        border-radius: 11px;
        padding: 2.656vw;
        margin-bottom: 5vw
    }
    .service-form .mobile-table-frame dl dt {
        color: #505050;
        font-family: 'FSMeWeb-Regular', Arial, sans-serif;
        height: 16.719vw;
        font-size: 5.156vw;
        background-color: #f4f4f4;
        vertical-align: middle;
        display: flex;
        align-items: center;
        padding-left: 5.781vw;
        font-weight: 400
    }
    .service-form .mobile-table-frame dl dt br {
        display: none
    }
    .service-form .mobile-table-frame dl dt:first-child {
        border-top-left-radius: 11px;
        border-top-right-radius: 11px
    }
    .service-form .mobile-table-frame dl dd {
        margin: 0 0 2.813vw
    }
    .service-form .mobile-table-frame dl dd strong {
        display: block;
        font-weight: 400
    }
    .service-form .mobile-table-frame dl dd .col-text {
        font-family: 'FSMeWeb-Bold', Arial, sans-serif
    }
    .service-form .mobile-table-frame ul {
        font-size: 5.156vw;
        padding-left: 5.781vw
    }
    .service-form .mobile-table-frame ul li {
        display: -webkit-grid;
        display: -ms-gridbox;
        display: grid;
        -ms-grid-columns: 50% auto;
        grid-template-columns: 50% auto;
        margin: 0;
        padding: 5.156vw 0 3.125vw
    }
    .service-form .mobile-table-frame ul br {
        display: none
    }
}

@media (max-width:767px) {
    .service-form #installation-pricing h2 {
        font-size: 7.813vw;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 16.719vw;
        margin-bottom: 3.438vw
    }
    .service-form #installation-pricing h2:before {
        font-size: 10.781vw;
        height: auto;
        width: auto
    }
}

@media (max-width:767px) {
    .service-form #installation-pricing h2.active {
        background: 0 0;
        margin-bottom: 30px
    }
    .service-form #installation-pricing h2.active:after {
        transform: rotate(180deg)
    }
}

.service-form .col-holder {
    overflow: hidden
}

@media (max-width:767px) {
    .service-form .col-holder {
        overflow: visible;
        display: flex;
        flex-direction: column
    }
}

.service-form .col {
    padding-left: 120px;
    overflow: hidden;
    float: none
}

@media (max-width:1200px) {
    .service-form .col {
        padding-left: 6.282%
    }
}

@media (max-width:1023px) {
    .service-form .col {
        padding-left: 6.282%;
        float: right;
        width: 55%
    }
}

@media (max-width:767px) {
    .service-form .col {
        width: auto;
        float: none;
        padding-left: 0;
        padding-right: 0;
        overflow: visible;
        order: 1
    }
}

.service-form .col.col-form {
    width: 353px;
    padding: 1px 0 0;
    float: left
}

@media (max-width:1200px) {
    .service-form .col.col-form {
        padding: 0
    }
}

@media (max-width:1023px) {
    .service-form .col.col-form {
        width: 45%;
        padding: 0
    }
}

@media (max-width:767px) {
    .service-form .col.col-form {
        width: auto;
        float: none;
        padding: 0 6px
    }
}

.service-form .col.col-form .field {
    padding: 0 0 21px
}

.service-form .product-table-scroll {
    border: 1px solid #a7a7a7;
    border-radius: 0
}

.service-form .table-description {
    padding: 0 0 38px;
    font-size: 22px;
    line-height: 30px
}

.service-form p {
    margin: 0 0 20px
}

.service-form .holder-control {
    display: flex
}

.service-form .holder-control .control {
    width: 33.333%
}

@media (max-width:767px) {
    .service-form .holder-control .control {
        width: 28.57%
    }
}

.service-form .holder-control .control:first-child {
    width: 24%;
    flex-grow: 1
}

.service-form .holder-control .control:last-child {
    width: 34%;
    flex-grow: 1
}

.service-form .holder-control .control:nth-last-child(2) {
    margin: 0 -1px;
    width: 42%
}

@media (max-width:767px) {
    .service-form .holder-control .control:nth-last-child(2) {
        width: calc(42.86% + 2px);
        margin: 0 -.625vw
    }
}

.service-form .holder-control .control select {
    padding: 0 35px 0 8px;
    max-width: 100%;
    color: #505050;
    font-family: 'FSMeWeb-Regular', Arial, sans-serif;
    font-size: 16px
}

@media (min-width:1024px) {
    .service-form .holder-control .control select {
        padding: 0 35px 0 13px
    }
}

.service-form .actions-toolbar {
    padding: 21px 0 0
}

@media (max-width:767px) {
    .service-form .actions-toolbar {
        padding: 4.375vw 0 0
    }
}

.service-form .action.submit.primary {
    text-transform: uppercase;
    font-family: 'FSMeWeb-Light', Arial, sans-serif;
    font-weight: 300;
    min-width: 180px
}

@media (max-width:767px) {
    .service-form .action.submit.primary {
        width: auto
    }
}

@media (max-width:767px) {
    .category-view .breadcrumbs .items {
        font-size: 3.438vw
    }
}

.customer-service-index-index .category-view,
.customer_service-index-index .category-view {
    margin-bottom: 35px
}

.customer-service-index-index .page.messages,
.customer_service-index-index .page.messages {
    margin-bottom: 0
}

.customer-service-index-index .messages,
.customer_service-index-index .messages {
    margin-bottom: 35px
}

.customer-service-index-index .service-form,
.customer_service-index-index .service-form {
    padding-top: 0
}

@media (max-width:767px) {
    .customer-service-index-index .service-form .col-holder,
    .customer_service-index-index .service-form .col-holder {
        display: block
    }
}

.customer-service-index-index .service-form .col.col-form,
.customer_service-index-index .service-form .col.col-form {
    width: 35%
}

@media (max-width:767px) {
    .customer-service-index-index .service-form .col.col-form,
    .customer_service-index-index .service-form .col.col-form {
        width: 100%
    }
}

.customer-service-index-index .service-form .col.col-form:first-child,
.customer_service-index-index .service-form .col.col-form:first-child {
    margin-right: 20%
}

.customer-service-index-index .service-form .col.col-form .label-note,
.customer_service-index-index .service-form .col.col-form .label-note {
    font-size: 13px;
    line-height: 1.3;
    padding-top: 4px
}

.customer-service-index-index .service-form .col.col-form input[type=checkbox],
.customer_service-index-index .service-form .col.col-form input[type=checkbox] {
    margin-left: 2px
}

@media (max-width:767px) {
    .service-form {
        padding: 9.843999999999999vw 0 10px
    }
    .service-form .col.col-form .field {
        width: 87.656vw;
        padding-bottom: 4.844vw
    }
    .service-form .fieldset>.legend {
        font-size: 7.813vw
    }
    .service-form .fieldset>.field {
        margin: 0 0 44px
    }
    .service-form .fieldset>.field.note {
        font-size: 5.156vw;
        line-height: 7.038vw;
        margin-bottom: 6.563vw
    }
    .service-form .fieldset .label {
        font-size: 5.156vw;
        line-height: 6.406vw;
        letter-spacing: -.125vw
    }
    .service-form .fieldset input,
    .service-form .fieldset select {
        width: 87.656vw;
        height: 13.750vw;
        font-size: 5.156vw;
        color: #505050
    }
    .service-form .fieldset select {
        padding: 0 7.031vw 0 3.906vw;
        background-size: 4.688vw auto;
        background-position: calc(100% - 3.75vw) 52%
    }
    .service-form .holder-control .control select {
        padding: 0 3vw;
        font-size: 5.156vw;
        font-weight: 400;
        line-height: 7.031vw
    }
    .service-form .actions-toolbar {
        max-width: 561px
    }
    .service-form .submit {
        width: 100%;
        height: 13.750vw;
        font-size: 5.156vw;
        line-height: 100%
    }
    .service-form .table-description {
        font-size: 5.156vw;
        line-height: 7.1vw;
        padding: 0 1.406vw 7.344vw
    }
    .service-hero-banner+.breadcrumbs {
        margin-top: 4.375vw;
        margin-bottom: 0
    }
}