body, html {
    height: 100%;
    /*font-family: 'Helvetica', 'Arial', sans-serif;*/
    /*font-family: 'Cambria',serif;*/
    font-family: 'AvenirNextCyr',sans-serif;
    margin: 0;
    padding: 0;
}

body {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.8em;
    text-transform: none;
    color: #686969;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

.no_padding {
    padding: 0;
}

.no_padding_left {
    padding-left: 0;
}

.no_padding_right {
    padding-right: 0;
}

.content {
    padding-top: 0;
}

.icon-bar {
    background: #666;
}

.navbar-right {
    margin-right: 0 !important;
}

#siteWrapper {
    padding-top: 168px;
}

@media (max-width:767px) {

    #siteWrapper {
        padding-top: 60px;
    }
}

.search-dropdown {
    background: #000000c7;
    color: #fff;
    position: absolute;
    width: 100%;
    font-family: 'Cambria',serif;
    /*font-family:'Times New Roman',serif;*/
    transition: all .3s ease-in-out;
    overflow-y: hidden;
    opacity: 0;
}

.open-search .search-dropdown {
    opacity: 1;
}

.search-dropdown-content {
    padding: 80px 0;
}

.search-dropdown h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 30px;
}

.search-input {
    color: #d2d3d5;
    padding: 15px;
    padding-left: 0;
    font-size: 25px;
    background: transparent;
    border: none;
    outline: 0;
    border-bottom: 1px solid #d2d3d5;
    max-width: 600px;
    width: 100%;
}

    .search-input::-webkit-input-placeholder {
        color: #d2d3d5;
    }

.menu-header {
    position: fixed;
    top: 0;
    z-index: 5;
    BACKGROUND: WHITE;
    width: 100%;
    /*font-family: 'Cambria',serif;*/
    /*font-family: 'Times NEw Roman',serif;*/
}

.search-button {
    cursor: pointer;
}

.canvas {
    padding: 50px;
}

@media (max-width:767px) {
    .canvas {
        padding: 20px;
    }
}

.medium-container {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.content-container {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

@media (max-width:1240px) {
    .content-container {
        max-width: 1100px;
        padding: 0 15px;
    }
}
/*@media (max-width:991px) {
	.content-container {
		max-width:700px;
	}
}*/
@media (max-width:767px) {
    .content-container {
        /*max-width:550px;*/
        padding: 0 15px;
    }
}

.left-sticky-menu {
    position: fixed;
    background: none;
    border: none;
    top: 50%;
    z-index: 20;
    /*pointer-events: none;*/
    opacity: 1;
    transform: translateY(-50%);
    padding-left: 55px;
    -ms-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.panel {
    background-color: transparent;
}

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading {
        background-color: transparent;
    }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-body {
    padding: 0px;
}

.panel-heading {
    padding: 0;
}

.left-sticky-menu a {
    display: block;
    margin: 0 auto 7px;
    color: #000;
    opacity: .9;
    font-size: 17px;
    transition: color 250ms ease-in-out;
}

.left-sticky-menu .right-submenu a {
    font-size: 11px;
}


.site-navigation {
    -webkit-transition: left 0s 300ms, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: left 0s 300ms, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 0s 300ms, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: fixed;
    /*overflow-y: scroll;
    overflow-x: hidden;*/
    -webkit-overflow-scrolling: touch;
    z-index: 5;
    top: 0;
    left: 100%;
    height: 100vh;
    width: 100vw;
    opacity: 0;
}

.menu-is-open .site-navigation {
    -webkit-transition: left 0s, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: left 0s, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: left 0s, opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    opacity: 1;
    /*background: rgba(0, 0, 0, 0.9607843137254902);*/
    background: rgba(0, 0, 0, 0.99);
    background: rgba(255, 255, 255, 0.99);
}

.site-navigation .trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100vh;
}

.menu-container {
    position: relative;
    height: 100vh;
    padding-bottom: 50px;
}

.side-menu {
    font-size: 19px;
    line-height: 24px;
    max-height: 100vh;
    overflow: scroll;
    /* height: 100vh; */
    /* width: 50%; */
    width: 100%;
    text-transform: uppercase;
    /* float: left; */
    margin: 0;
    padding: 0 0px;
    list-style: none;
    /* background-color: #000; */
    padding-top: 75px;
    padding-bottom: 75px;
    box-sizing: border-box;
    /* text-align: center; */
    /* font-family: Lato-Light,serif; */
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
}

.menu-is-open .Mobile-bar-branding {
    display: none;
}

.menu-is-open .mobile-icon-menu {
    display: none;
}

.side-menu-small {
    font-size: 14px;
}

.mobile-menu-bottom-row {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    padding: 15px 0;
    z-index: 1;
    background: #fff;
}

.menu-bottom-right {
    font-size: 10px;
    /*font-weight: bold;*/
    color: #000;
    text-align: right;
    line-height: 1.5;
    margin: 0;
}

.mobile-navigation-logo {
}

    .mobile-navigation-logo img {
        width: 100%;
        max-width: 115px;
    }
/*@media (max-width:767px) and (min-width:500px) {

    .side-menu {
        padding-top: 100px;
    }
}*/

/*.side-menu:after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        height: 100vh;
        width: 100vw;
        background-color: #000;
    }*/

.side-menu a {
    -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #000;
}

    .side-menu a:hover {
        color: #000;
    }

.login-btn-mobile {
    padding: 55px 15px;
    border: 0;
    display: block;
    font-family: Gotham SSm A,Gotham SSm B,arial,sans-serif;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 15px;
    color: #fff !important;
    background-color: #7f98a7;
}
/*body.menu-is-open {
    overflow: hidden;
}*/
@media (max-width:767px) {
    .header-wrapper {
        padding-top: 63px;
    }
}

.menu-container.has-submenu .side-menu {
    transform: translate3d(-100%,0,0);
}

.side-sub-menus .sub-menu {
    font-size: 19px;
    line-height: 42px;
    height: 100vh;
    /*width: 50%;*/
    width: 100%;
    float: right;
    margin: 0;
    padding: 0 20px;
    list-style: none;
    /*background-color: #000;*/
    padding-top: 200px;
    box-sizing: border-box;
    text-align: right;
    font-family: Lato-Light,serif;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translate3d(100%,0,0);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
}

    .side-sub-menus .sub-menu a {
        -webkit-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        display: inline-block;
        padding-bottom: 10px;
        color: #fff;
    }

    .side-sub-menus .sub-menu.open-menu {
        transform: translate3d(0,0,0);
    }


.background-overlay {
    -webkit-transition: bottom 0s 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: bottom 0s 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: bottom 0s 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: fixed;
    bottom: 120vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 101;
    background-color: #000;
    opacity: 0;
}

.menu-is-open .background-overlay {
    -webkit-transition: bottom 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: bottom 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: bottom 0s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    bottom: 0;
    opacity: 0.7;
}

.menu-desc {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 30px;
    transition: all .3s ease-in-out;
}

.site-top-logo {
    text-align: center;
    padding: 15px 0 15px;
}

    .site-top-logo a {
        display: inline-block;
    }

    .site-top-logo img {
        width: 200px;
    }

.signin-right {
    /*float: right;*/
    margin: 0 38px;
}

    .signin-right a {
        text-transform: uppercase;
        font-size: 10px;
        /*font-weight: bold;*/
    }

.top-section-row {
    align-items: center;
    padding: 15px 0 0;
}

.menu-bottom-row {
    padding: 15px 0 30px;
    /*align-items:center;*/
}

.top-menu {
    /*padding-bottom:30px;*/
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 5;
    padding: 10px 0;
}

    .top-menu.scrolled {
        position: fixed;
    }

@media (max-width:767px) {
    .top-menu {
        display: none;
    }
}

.topbar {
    padding: 5px 40px;
    background: #53B0AE;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    font-family: "Poppins", sans-serif;
    line-height: 2.14286;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-weight: bold;
    height: initial;
    transition: all .3s linear;
}

.top-menu.scrolled .topbar {
    height: 0;
    padding: 0 40px;
}

.top-space {
    width: 100%;
    height: 0px;
}

    .top-space.scrolled {
        display: block;
        height: 200px;
    }

.social-top-nav {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

    .social-top-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 20px;
    }

        .social-top-nav ul li {
            display: inline-block;
            padding: 0 10px;
        }

@media (min-width:768px) {
    .center-vertical {
        display: flex;
        align-items: center;
    }

    .top-space {
        width: 100%;
        height: 0px;
    }

        .top-space.scrolled {
            display: block;
            height: 250px;
        }
}

@media (max-width:1160px) {
    .top-space.scrolled {
        display: block;
        height: 300px !important;
    }
}

@media (max-width:767px) {
    .top-space.scrolled {
        display: block;
        height: 170px !important;
    }
}

@media (max-width: 767px) {
    .bw-product-categories {
        text-align: center;
    }
}

.search-query {
    height: auto !important;
    line-height: normal;
    border-radius: 0;
    border: none;
    background: transparent !important;
    width: 100px;
    border-bottom: 1px solid #000 !important;
    padding: 6px;
    color: #818286;
    /*position: absolute;*/
    top: 0;
    outline: 0;
    /*right: 100%;*/
    box-shadow: none;
    /*display:none;*/
}

.search-query-btn {
    width: 15px;
}

@media (max-width:820px) {

    .search-query {
        width: 50px;
    }
}

@media (max-width:767px) {

    .search-query {
        width: 100px;
    }
}


.search-query:focus {
    /*box-shadow:none;*/
    /*display:block;*/
}

.search-query {
    border-bottom: 1px solid #686969 !important;
    color: #686969;
}

.site-logo {
    /*text-align: center;*/
    padding: 20px 0;
    /*padding-top: 50px;*/
}

    .site-logo img {
        height: 30px;
        transition: all .3s linear;
    }

.top-menu.scrolled .site-logo img {
    height: 60px;
}

@media (max-width:767px) {
    .site-logo img {
        height: 30px;
    }
}

#header_left_inner a {
    color: #818286;
    letter-spacing: 1px;
    font-size: 12px;
    color: #000;
    transition: all .3s ease-in-out;
}

    #header_left_inner a:hover {
        color: #818286;
    }


#header_left_inner > div {
    float: left;
}

    #header_left_inner > div:not(:last-child) {
        padding-right: 20px;
    }

.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    /*display: block;*/
    text-align: center;
}

    .main-menu > li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        /*position: relative;*/
    }

    .main-menu li {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

        .main-menu li li a {
            font-size: 12px;
            /* letter-spacing: 3px; */
            padding-left: 15px;
            text-transform: uppercase;
            transition: all .3s ease-in-out;
            text-transform: capitalize;
        }

        .main-menu li ul .dropdown-label {
            padding: 5px 10px;
            color: #818286;
            height: 100%;
            font-size: 12px;
            /*letter-spacing: 2px;*/
            text-transform: uppercase;
            display: block;
            font-weight: 800;
            padding-left: 15px;
        }


.submenu-container {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    text-align: left;
    display: block;
    cursor: auto;
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    right: 0;
    /*border-bottom: 1px solid #f4f4f4;*/
}

.main-menu > li:hover .submenu-container {
    visibility: visible;
    opacity: 1;
}

.dropdown-thumb {
    width: 7.5rem;
    margin-bottom: .57142857rem;
    float: left;
    width: 20.642857rem;
}

    .dropdown-thumb img {
        width: 100%;
        height: auto;
        border: 0;
        outline: 0;
        vertical-align: middle;
    }

.main-menu li li a {
    line-height: 20px;
}

.main-menu li li a {
    transition: color .25s ease-in-out;
    color: #000;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

.dropdown--section-title {
    display: inline-block;
    margin-top: 1.07142857rem;
    font-size: .85714286em;
    letter-spacing: .08333333em;
    line-height: 1em;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    margin-bottom: 1rem !important;
}

.main-menu li li:hover a {
    opacity: .5;
}

@media (max-width: 1200px) {
    .main-menu > li > a {
        padding: 5px 5px;
    }
}

.main-menu > li > a {
    padding: 5px 5px;
    /* color: #818286; */
    /*color: #000;*/
    height: 100%;
    font-size: 12px;
    font-size: 10px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    /* letter-spacing: 2px; */
    /*text-transform: lowercase;*/
    /*display: block;*/
    /* font-weight: 600; */
    /*letter-spacing: .2em;*/
}

    /*.main-menu > li > a:hover {
        border-bottom: 1px solid #000;
    }*/
    .main-menu > li > a i {
        padding-left: 5px;
        font-size: 18px;
    }

.main-menu > li:last-child > a {
    padding-right: 0;
}


@media (max-width: 1200px) {
    .main-menu > li > a {
        /*padding: 5px;*/
        /*padding: 15px 20px;*/
    }

    .main-menu > li > a {
        font-size: 13px;
    }
}

.main-menu > li:not(:last-child) {
    margin-right: 30px !important;
}
/*.sf-with-ul {
	margin-right: 20px !important;
}*/

@media (max-width: 1200px) {
    .sf-with-ul {
        padding-right: 30px;
    }
}

/*.sf-with-ul:after {
	margin-top: -1px;
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #000;
	border-top-color: rgba(0,0,0,.5);
}*/

.main-menu li ul {
    left: 0;
    top: 56px;
    z-index: 99;
    /*padding: 25px 0;*/
    /*-webkit-box-shadow: rgba(0,0,0,0.2) 0 5px 10px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 5px 10px;
	box-shadow: rgba(0,0,0,0.2) 0 5px 10px;*/
    /*position: absolute;*/
    top: -999em;
    background: white;
    margin-bottom: 0;
    /* margin-left: 3.14285714rem; */
    float: left;
    list-style: none;
}

.main-menu > li > ul {
    padding: 25px 0;
    width: 200px;
}

.main-menu li ul {
    top: 25px;
}

.right-header {
    font-size: 12px;
    line-height: 30px;
    letter-spacing: .1em;
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
}

    .right-header > div {
        float: right;
        padding-left: 20px;
        /*color: #000;*/
    }

        .right-header > div a {
            transition: all .3s ease-in-out;
        }
        .wishlist-link{
            font-size:20px;
        }

/*.right-header > div a:hover {
                color: #818286;
            }*/

.cart-icon img {
    height: 24px;
    padding: 2px 0;
}

.count {
    font-size: 8px;
}

.search-wrapper:hover .search_query {
    display: block;
}

.search_query {
    height: auto !important;
    line-height: normal;
    border-radius: 0;
    border: none;
    background: transparent !important;
    width: 150px;
    border-bottom: 1px solid #818286 !important;
    padding: 6px;
    color: #818286;
    position: absolute;
    top: 0;
    outline: 0;
    right: 100%;
    box-shadow: none;
    display: none;
}

    .search_query:focus {
        box-shadow: none;
        display: block;
    }

@media (max-width: 1200px) {
    .search_query {
        width: 80px !important;
    }
}

@media (max-width: 600px) {
    .search_query {
        width: 60px !important;
    }
}

.Header-branding-logo {
    max-width: 150px;
}

.logo-white {
    display: none;
}

.logo-black {
    display: inline-block;
}

.Header-inner--top {
    padding-top: 50px;
    padding-bottom: 30px;
}

@media (max-width: 960px) {
    .Header-inner {
        padding-left: 38px;
        padding-right: 38px;
    }
}

@media (max-width: 1024px) {
    .Header-inner {
        padding-left: 54px;
        padding-right: 54px;
    }
}

@media (max-width: 991px) {
    .navbar-toggle {
        display: inline-block;
    }
}

.Header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 55px;
    padding-right: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 50px;
}

.Header-nav-item--folder:hover a {
    text-decoration: none;
    color: #333;
}

.header-top .Cart {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0em;
    /*font-family: futura-pt;*/
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

    .header-top .Cart:hover {
        text-decoration: none;
        color: #333;
    }

[data-nc-container="top-right"] [data-nc-element="cart"] {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    padding: 10px 10px;
    padding-right: 0;
}

.Cart .Cart-inner {
    display: block;
    position: relative;
}

.Cart {
    position: relative;
    white-space: nowrap;
    color: #000;
    line-height: 1em;
}

    .Cart .Cart-label {
        display: none;
    }

.tweak-header-cart-style-text .Header .Cart .Icon--cart, .tweak-header-cart-style-text .Header .Cart .Icon--bag, .tweak-header-cart-style-text .Header .Cart .Icon--cart-alt, .tweak-header-cart-style-text .Header .Cart .Icon--bag-alt {
    display: none;
}

.Cart .Cart-label {
    display: inline;
}

    .Cart .Cart-label:before {
        content: '\f290';
        font-family: FontAwesome;
        font-size: 18px;
    }

.Cart .sqs-cart-quantity {
    display: inline;
}

    .Cart .sqs-cart-quantity:before {
        content: ' (';
    }

    .Cart .sqs-cart-quantity:after {
        content: ') ';
    }

.Header-nav {
    /*font-weight: 700;
	font-size: 14px;
	letter-spacing: 0em;
	font-weight: 500;
	font-style: normal;
	font-size: 10px;
	letter-spacing: .25em;
	text-transform: uppercase;*/
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .07em;
    text-transform: uppercase;
    line-height: 1em;
}

.Header-nav-item--folder {
    position: relative;
}

.Header-nav-item, .Header-nav-item--folder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .618em;
    padding: .618em 0;
    color: #333;
}

.Header-nav-folder {
    background-color: #f7f6f5;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.Header-nav-item--folder:hover .Header-nav-folder {
    left: 0;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -moz-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -ms-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    -o-transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
    transition: left 0s linear,transform .2s ease-out,opacity .2s ease-out;
}

.Header-nav-folder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: -99999px;
    z-index: 1002;
    margin-left: -1em;
    padding: 1em;
    opacity: 0;
    white-space: nowrap;
    text-align: left;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    -o-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -moz-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -ms-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    -o-transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
    transition: left 0s .2s linear,transform 0s .2s linear,opacity .2s ease-out;
}

.Header-nav-folder-item {
    display: block;
    padding: .382em;
    color: #000;
    text-decoration: none;
}

.Header-nav-item, .Header-nav-folder-item {
    -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    -moz-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    -ms-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    -o-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
    transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
}

.Header-nav .Header-nav-item:hover {
    color: rgba(51,51,51,.4);
    text-decoration: none;
}

[data-nc-container="top-right"] {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: none;
}

[data-nc-container] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0 !important;
}

.Footer-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 65px;
    text-align: center;
}

@media (max-width: 960px) {
    .Footer-inner {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (max-width: 1024px) {
    .Footer-inner {
        padding-left: 64px;
        padding-right: 64px;
    }
}

.Footer-business {
    text-align: center;
}

.Footer-nav {
    /*font-family: Arial,Helvetica,sans-serif;*/
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .35em;
    line-height: 1em;
    text-transform: uppercase;
    padding: 20px 0;
}

    .Footer-nav a:hover {
        color: rgba(51,51,51,.5);
        text-decoration: none;
    }

.newsletter-block .newsletter-form-wrapper {
    width: 100%;
    background: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
}

.newsletter-form-wrapper {
    padding: 0px 0px;
}

.newsletter-block .newsletter-form-header {
    width: 85%;
    margin: 0 auto;
}

.newsletter-form-header-description p {
    margin: 17px 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.6em;
}

.newsletter-block .newsletter-form-field-wrapper {
    display: inline-block;
    width: auto;
    min-width: 250px;
    padding: 6px 3px;
}

@media (max-width:320px) {
    .newsletter-block .newsletter-form-field-wrapper {
        min-width: initial !important;
    }
}

.newsletter-form-field-element {
    border: 1px solid rgba(0,0,0,.12);
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid rgba(0,0,0,.12);
    font-family: inherit;
    font-size: 15px;
    line-height: normal;
    outline: none;
    -webkit-transition: background .3s ease-out,border .3s ease-out;
    -moz-transition: background .3s ease-out,border .3s ease-out;
    -ms-transition: background .3s ease-out,border .3s ease-out;
    -o-transition: background .3s ease-out,border .3s ease-out;
    transition: background .3s ease-out,border .3s ease-out;
}

.newsletter-block .newsletter-form-fields-wrapper {
    display: inline-block;
    width: auto;
    margin: 12px 0 0 0;
}

.newsletter-form-button-wrapper {
    display: inline-block;
    width: auto;
    margin: 12px 0 0 0;
    padding: 6px 3px;
}

.newsletter-block .newsletter-form-button {
    -webkit-box-shadow: inset 0px 0px 0px 1px #222;
    -moz-box-shadow: inset 0px 0px 0px 1px #222;
    box-shadow: inset 0px 0px 0px 1px #222;
    color: #222;
}

.newsletter-block .newsletter-form-button {
    border-width: 1px;
    -webkit-box-shadow: inset 0px 0px 0px 1px #222;
    -moz-box-shadow: inset 0px 0px 0px 1px #222;
    box-shadow: inset 0px 0px 0px 1px #222;
    background: transparent;
    color: #222;
}

.newsletter-form-wrapper .newsletter-form-button {
    color: #fff;
    background-color: #222;
    border: 1px solid #222 !important;
}

.sqs-editable-button, sqs-editable-button-style {
    border-width: 2px;
    border-style: solid;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}

.sqs-editable-button, .sqs-editable-button-layout {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    border-width: 0;
    text-align: center;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.newsletter-block .newsletter-form-button {
    position: relative;
    width: auto;
    padding: 1em 2.25em;
    border: 1px solid #222 !important;
    font-family: inherit;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.newsletter-block * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.newsletter-form-wrapper .newsletter-form-button {
    color: #222;
    background-color: #fff;
    border: 1px solid #222 !important;
    transition: all 0.15s linear;
}

.newsletter-block .newsletter-form-button:hover {
    background-color: #222;
    color: #fff;
    transition: all 0.15s linear;
}

.Mobile-bar--top {
    padding-top: 15px;
    padding-bottom: 15px;
}

.Mobile-bar--top {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

@media screen and (max-width: 1024px) {
    .Mobile-bar {
        padding-left: 56px;
        padding-right: 56px;
    }
}
/*@media (max-width: 960px) {
	.Mobile-bar {
		padding-left: 40px;
		padding-right: 40px;
	}
}*/
@media (max-width: 767px) {
    .Mobile-bar {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.Mobile-bar-branding-logo {
    width: 115px;
}

[data-nc-container="top-left"][data-nc-container] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 0;
}

[data-nc-base="mobile-bar"] [data-nc-container="top-left"] {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    display: none;
}

[data-nc-container] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
}

[data-nc-container="top-left"] [data-nc-element="menu-icon"] {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

[data-nc-container="top-left"] [data-nc-element="branding"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.has-logo-image .Mobile-bar-branding {
    line-height: 0;
}

.Mobile-bar-branding, .Mobile-bar-search, .Mobile-bar-menu, .Mobile-bar .Cart {
    /*padding: 8px;*/
    line-height: 0;
}

.Mobile-bar-menu {
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
}

.top-left {
    text-align: left;
    flex: 1 1 0;
}

[data-nc-container="top-center"] {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /*display: none;*/
    flex: 0 0 auto;
}

[data-nc-container="top-right"][data-nc-container] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

[data-nc-container="top-right"] {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    display: none;
    flex: 1 1 0;
}

.Mobile-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

    .Mobile-bar .Cart .cart-quantity {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        line-height: 26px;
        color: #000;
    }
    /*.Mobile-bar .Cart .Cart-label:before {
	display:none;
}*/
    .Mobile-bar .Cart {
        /* font-family: Arial,Helvetica,sans-serif; */
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0em;
        /* font-family: futura-pt; */
        font-weight: 700;
        font-style: normal;
        font-size: 10px;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

.Mobile-bar-menu {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
    margin-right: 0;
    margin-left: 15px;
}

.mobile-overlay {
    -webkit-animation: anim-opacity-99 525ms linear;
    animation: anim-opacity-99 525ms linear;
    overflow-y: scroll;
}

    .mobile-overlay.active {
        left: 0;
        background-color: #fff;
        -webkit-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
        -moz-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
        -ms-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
        -o-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
        transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    }

.mobile-overlay {
    position: fixed;
    top: 0;
    left: -99999px;
    bottom: 0;
    z-index: 1010;
    width: 100%;
    -webkit-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
}

.anim-opacity-99 0% {
    opacity: 0;
}

.anim-opacity-99 99% {
    opacity: 0;
}

.anim-opacity-99 100% {
    opacity: 1;
}

@-webkit-keyframes anim-opacity-99 {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes anim-opacity-99 {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.Mobile-overlay-close {
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
    display: none;
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 22px;
    line-height: 0;
    stroke: transparent;
    opacity: 0;
    -webkit-transition: opacity 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: opacity 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: opacity 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: opacity 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    transition: opacity 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    font-size: 20px;
}

.Mobile-overlay-close {
    display: block;
}

.mobile-overlay.active .Mobile-overlay-close {
    left: 0;
}

.mobile-overlay.active .Mobile-overlay-close {
    background-color: #fff;
    stroke: #000;
    opacity: 1;
    -webkit-transition: opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: opacity 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
}

.mobile-overlay-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    /*width: calc(100% - 60px );*/
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.mobile-overlay.active .mobile-overlay-menu {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
}

.mobile-overlay .mobile-overlay-menu {
    right: 0;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
}

.mobile-overlay-menu-main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 36px;
    overflow: auto;
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
}

.Mobile-overlay-nav-item--folder:after {
    content: ' \f105 ';
    font-family: 'FontAwesome';
    color: #000;
}

.Mobile-overlay-nav .Mobile-overlay-nav-item {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1em;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 3em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}

.Mobile-overlay-nav-item, .Mobile-overlay-folder-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: .618em;
    text-align: center;
}

.Mobile-overlay-nav-item--folder, .Mobile-overlay-folder-item--toggle {
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
    text-align: center;
}

.Mobile-overlay-folder-item {
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1em;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 3em;
    text-transform: uppercase;
}

.Mobile-overlay-nav-item, .Mobile-overlay-folder-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: .618em;
}

.Mobile-overlay-folder-item {
    color: #000;
}

.Mobile-overlay-folder-item--toggle {
    padding-bottom: 1.618em;
}

    .Mobile-overlay-folder-item--toggle:before {
        content: '\f104  ';
        font-family: FontAwesome;
        color: #000;
    }

.Mobile-overlay-folder-item--toggle {
    color: rgba(0,0,0,.6);
}

.Mobile-overlay-folder-item--toggle {
    letter-spacing: 0em;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    letter-spacing: .2em;
    line-height: 1em;
    text-transform: none;
}

.Mobile-overlay-folder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 36px;
    overflow: auto;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
}

    .Mobile-overlay-folder.is-active-folder {
        z-index: 2;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.has-active-folder .mobile-overlay-menu-main {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

@media (max-width:991px) {
    .header-top {
        display: none;
    }
}

@media (min-width:992px) {
    .menu-mobile {
        display: none;
    }
}

.social-nav {
    display: block;
    text-align: center;
}

    .social-nav ul {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

        .social-nav ul li {
            list-style: none;
            display: inline-block;
        }

            .social-nav ul li:not(:first-child) {
                margin-left: 10px;
            }

            .social-nav ul li a {
                list-style: none;
                padding: 0;
                /*margin-left:10px;*/
            }

                .social-nav ul li a i {
                    /*height:18px;*/
                }

                .social-nav ul li a i {
                    /*height:30px;*/
                    color: #000;
                    -webkit-transition: fill 170ms ease-in-out;
                    -moz-transition: fill 170ms ease-in-out;
                    -o-transition: fill 170ms ease-in-out;
                    transition: fill 170ms ease-in-out;
                    font-size: 14px;
                }

        .social-nav ul:hover li:hover a i {
            /*fill: rgba(170,170,170,.4);*/
            color: #000;
        }

        .social-nav ul:hover li a i {
            color: rgba(0,0,0,.4);
        }

.footer-powered {
    text-align: center;
    margin-bottom: 75px;
    color: #000;
}

    .footer-powered > a {
        text-decoration: none;
        color: #000;
    }

.Footer-nav {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0em;
    text-transform: none;
    font-weight: 600;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .075em;
    line-height: 1em;
    text-transform: uppercase;
    padding: 20px 0;
}

.Footer-nav {
    text-align: center;
}

.Footer-nav-group {
    display: inline;
}

.Footer-nav-item {
    padding-right: 1em;
}

.Footer-nav-item {
    display: inline-block;
}

.Footer-nav a {
    color: #000;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    letter-spacing: 0.1em;
    font-size: 10px;
}

    .Footer-nav a:last-child {
        padding: 0;
    }

@media (max-width:767px) {
    .Footer-nav a {
        line-height: 3;
    }
}

.footer {
    padding-bottom: 50px;
}

    .footer > * > div {
        /*max-width:50%;*/
        width: 100%;
        margin: auto;
    }

    .footer > * {
        padding: 20px 30px;
    }

body .search-filter {
    background-color: #fff;
    border-color: #fff;
    text-align: left;
    height: 170px;
    top: 0;
    z-index: 99999;
    opacity: 1;
    position: fixed;
    width: 100%;
    margin: auto;
    opacity: 0;
    transition: opacity .3s cubic-bezier(0.5, 0.31, 0.84, 0.05);
}

    body .search-filter.show {
        opacity: 1;
    }

@media (max-width: 767px) {
    body .search-filter {
        width: 100%;
        height: 71px;
    }
}

body .search-filter .form-group {
    padding-top: 67px;
    width: 85%;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 767px) {
    body .search-filter .form-group {
        width: 100%;
        padding-top: 19px;
    }
}

@media (max-width: 767px) {
    body .search-filter .form-group .submit-control {
        margin-left: 18px;
        background: url(../../images/svg/search-button.svg) 0 0 no-repeat;
    }
}

body .search-filter .form-group .submit-control {
    border: 0;
    background-color: inherit;
    font-size: 16px;
    float: left;
    width: 24px;
    height: 24px;
    background: url(/images/search-button.svg) 0 0 no-repeat;
}

body .search-filter .form-group .form-control {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 90%;
    font-size: 16px;
    padding-top: 0;
    /*font-family: Akzidenz-Grotesk-Next-Light-Extd,Helvetica Neue,Helvetica,Arial,sans-serif;*/
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

@media (max-width: 767px) {
    body .search-filter .form-group .form-control[name=search_query] {
        width: 73%;
        /*font-size: 4vw;*/
    }
}

body .search-filter .form-group #closeSearchModal {
    background: url(/images/x-mark.svg) 0 0 no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px 24px;
    color: #bcbec0;
    position: absolute;
    top: 70px;
    right: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

@media (max-width: 991px) {
    body .search-filter .form-group #closeSearchModal {
        right: 18px;
    }
}

@media (max-width: 767px) {
    body .search-filter .form-group #closeSearchModal {
        top: 20px;
        right: 18px;
    }
}

.nav-search {
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .nav-search {
        /*width: 55px;*/
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 10px;
    }
}

.icon-search {
    background: url(/images/search-button.svg) no-repeat 0 0;
}

.nav-search .icon-search {
    background: url(/images/search-button.svg) no-repeat 0 0;
    width: 20px;
    height: 20px;
    float: left;
}

/*.instagram-title {
	line-height: 60px;
	text-align: center;
	float: none! important;
	width: 100%;
	border-bottom: 0;
	font-family:Lato,sans-serif;
	margin-top:50px;
}
	.instagram-title h2 {
		display: inline-block;
		padding: 10px 20px;
		border: 1px solid;
		line-height: initial! important;
		margin-bottom: 0;
		font-weight: 700;
		text-transform: none;
		letter-spacing: 1px;
	}
	.instagram-title h2 a{
		color:#000;
	}*/
.instagram-title {
    margin-bottom: 20px;
    margin-top: 40px;
}

    .instagram-title h3 {
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
        /*letter-spacing: 0.2em;
		font-family: Lato, Arial, sans-serif;*/
    }

.instagram-items {
    position: relative;
}

#makeMeScrollable {
    width: 100%;
    height: 180px;
    position: relative;
}

    /* Replace the last selector for the type of element you have in
	your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
	if you have links use #makeMeScrollable div.scrollableArea a and so on. */
    #makeMeScrollable div.scrollableArea a {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        /* If you don't want the images in the scroller to be selectable, try the following
		block of code. It's just a nice feature that prevent the images from
		accidentally becoming selected/inverted when the user interacts with the scroller. */
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

        #makeMeScrollable div.scrollableArea a img {
            height: 330px;
        }

.instagram-photo {
    width: 180px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 180px;
    opacity: 1;
    transition: all .3s ease-in;
}

    .instagram-photo:hover {
        opacity: .7;
    }



#sidecarNav {
    position: fixed;
    width: 260px;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    line-height: 1em;
    text-align: left;
    overflow: auto;
    visibility: hidden;
    background-color: #686867;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0s .14s linear,visibility 0s .14s linear;
    -moz-transition: height 0s .14s linear,visibility 0s .14s linear;
    -ms-transition: height 0s .14s linear,visibility 0s .14s linear;
    -o-transition: height 0s .14s linear,visibility 0s .14s linear;
    transition: height 0s .14s linear,visibility 0s .14s linear;
}

    #headerNav nav a, #sidecarNav nav a, #headerNav nav a:visited, #sidecarNav nav a:visited, #headerNav nav .folder-toggle, #sidecarNav nav .folder-toggle {
        /*font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;*/
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        /*font-family: "futura-pt";*/
        font-size: 13px;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 2px;
        font-weight: 500;
        font-style: normal;
        line-height: 1em;
        color: #fff;
    }

    #sidecarNav nav {
        padding: 24px 36px 72px;
    }

        #sidecarNav nav div {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            #sidecarNav nav div a, #sidecarNav nav div .folder-toggle {
                display: block;
                padding: .75em 0;
            }

            #sidecarNav nav div .subnav > div a {
                padding: 0 0 .5em;
            }

            #sidecarNav nav div .subnav > div:last-child a {
                padding-bottom: 1em;
            }

@media only screen and (max-width: 767px) {
    .mobile-nav-open #sidecarNav {
        visibility: visible;
        -webkit-transition: height 0s .14s linear,visibility 0s 0s linear;
        -moz-transition: height 0s .14s linear,visibility 0s 0s linear;
        -ms-transition: height 0s .14s linear,visibility 0s 0s linear;
        -o-transition: height 0s .14s linear,visibility 0s 0s linear;
        transition: height 0s .14s linear,visibility 0s 0s linear;
        z-index: 12;
    }

    #siteWrapper {
        height: 99.9%;
        width: 100%;
        -webkit-transition: -webkit-transform .14s ease-in-out;
        -moz-transition: -moz-transform .14s ease-in-out;
        -ms-transition: -ms-transform .14s ease-in-out;
        -o-transition: -o-transform .14s ease-in-out;
        transition: transform .14s ease-in-out;
    }

    .mobile-nav-open #siteWrapper {
        position: fixed;
        height: 100%;
        -webkit-transform: translate3d(-260px,0,0);
        -moz-transform: translate3d(-260px,0,0);
        -ms-transform: translate3d(-260px,0,0);
        -o-transform: translate3d(-260px,0,0);
        transform: translate3d(-260px,0,0);
    }
}

@media only screen and (max-width: 1024px) {
    .touch-styles a, .touch-styles label {
        -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
        -moz-tap-highlight-color: rgba(0,0,0,0) !important;
        tap-highlight-color: rgba(0,0,0,0) !important;
    }
}

.mobile-nav-open .body-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    cursor: e-resize;
    /* -webkit-transform:translatex(-260px) translatez(0); */
    -moz-transform: translatex(-260px) translatez(0);
    -ms-transform: translatex(-260px) translatez(0);
    -o-transform: translatex(-260px) translatez(0);
    transform: translatex(-260px) translatez(0);
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #9c9999 !important;
    background-color: transparent;
    border-color: transparent;
}

.list-group-item {
    background-color: transparent;
    border: none;
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    background-color: transparent;
    outline: 0;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: transparent;
}

.subnav {
    padding: 10px 0;
}

    .subnav a {
        color: rgba(255,255,255,0.7) !important;
    }

a.arrow:after {
    content: "\f106";
    font-family: fontawesome;
    position: absolute;
    right: 0px;
    font-size: 14px;
    /*top: 23px;*/
    /*transition:all .3s ease-in-out;*/
    /*transform:rotate(180deg);*/
}

a.arrow.collapsed:after {
    content: "\f107";
}

button {
    margin: 0;
    padding: 0;
    font-family: inherit;
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
}

    button:focus {
        border: none;
        outline: none;
    }

.header-btn {
    fill: #141414;
    /*margin-right: 2rem;*/
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    /*width: 1.05rem;
	height: 1.05rem;*/
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    background: none;
    z-index: 9300;
}

.header-btn-line {
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    left: 0;
    height: 2px;
    -webkit-transition-property: background, -webkit-transform;
    transition-property: background, -webkit-transform;
    transition-property: transform, background;
    transition-property: transform, background, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

    .header-btn-line:nth-child(1) {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

.header-btn-line {
    background: #141414 !important;
}

    .header-btn-line:nth-child(3) {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

.mobile-nav-open .header-btn-line:nth-child(1) {
    -webkit-transform: translateY(0) rotate(45deg) scaleX(1.1);
    transform: translateY(0) rotate(45deg) scaleX(1.1);
}

.mobile-nav-open .header-btn-line:nth-child(2) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.mobile-nav-open .header-btn-line:nth-child(3) {
    -webkit-transform: translateY(0) rotate(-45deg) scaleX(1.1);
    transform: translateY(0) rotate(-45deg) scaleX(1.1);
}

.menu-is-open .header-btn-line:nth-child(1) {
    -webkit-transform: translateY(0) rotate(45deg) scaleX(1.1);
    transform: translateY(0) rotate(45deg) scaleX(1.1);
}

.menu-is-open .header-btn-line:nth-child(2) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.menu-is-open .header-btn-line:nth-child(3) {
    -webkit-transform: translateY(0) rotate(-45deg) scaleX(1.1);
    transform: translateY(0) rotate(-45deg) scaleX(1.1);
}

/*.mobile-icon-menu {
    padding-right: 10px;
}*/
.mobile-icon-menu {
    display: flex;
    align-items: center;
}

    .mobile-icon-menu > div {
        padding-left: 10px;
        display: inline-block;
        /*line-height: 30px;*/
        line-height: 1;
    }

a.mobile-wishlist {
    display: inline-block;
    line-height: 1;
    font-size: 20px;
    /* line-height: 20px; */
}

.menu-mobile {
    /*position: absolute;*/
    z-index: 12;
    width: 100%;
    /*background: #fff;*/
}

    .menu-mobile.scrolled {
        position: fixed;
    }

    .menu-mobile .topbar {
        padding: 5px 20px;
        height: initial;
        transition: all .3s linear;
    }

    .menu-mobile.scrolled .topbar {
        padding: 0px 20px;
        height: 0;
    }


.modal-header {
    border: transparent;
}

.read-close-button {
    font-size: 27px;
    opacity: 1;
    /*text-shadow: 0 1px 4px #fff !important;*/
}

@media (min-width: 768px) {
    .read-close-button {
        left: 50px;
        bottom: 35px;
        position: relative;
        color: #fff !important;
        font-size: 27px;
    }
}

.read-more-modal {
    /*background: rgba(255, 255, 255, 0.55);*/
    background: transparent;
}

@media (min-width: 880px) {
    .read-more-modal .modal-dialog {
        max-width: 800px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 879px) {
    .read-more-modal .modal-dialog {
        max-width: 700px;
        width: 100%;
    }
}

@media (max-width:500px) {
    .read-more-modal .modal-dialog {
        transform: translateY(-50%) !important;
        top: 50%;
    }
}

.read-more-modal .modal-content {
    background: #FFFFFF;
    box-shadow: none !important;
    border-radius: 0;
    border: transparent;
    /*background: #f5f6fa;*/
}

.read-more-modal .modal-header {
    border: 0;
    height: 0;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.read-more-modal .modal-body {
    padding: 0;
}

.popup-image {
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    /*padding-bottom:130%;*/
    padding-bottom: 500px;
    height: 100%;
}

.popup-text {
    padding: 50px 30px;
    padding-top: 50px;
    text-align: center;
    font-family: Garamond,serif;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.popup-title {
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}

.popup-subtitle {
    margin-bottom: 30px;
    font-size: 15px;
    letter-spacing: .2em;
    line-height: 1.5;
}

.popup-desc > p {
    margin: 0;
    line-height: 1.5;
    font-size: 17px;
    text-transform: initial;
}

.popup-clickme {
    margin-top: 50px;
    font-size: 17px;
    letter-spacing: .2em;
}

    .popup-clickme a {
        text-decoration: underline;
    }

.popup-content {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

.footer-wrapper {
    padding: 50px 20px;
    /*background: #212121;*/
}

    .footer-wrapper p {
        color: #fff;
        /*font-family: 'Raleway', sans-serif;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }

footer .footer-info > div {
    margin-bottom: 40px;
}

footer {
    padding: 50px 0 10px;
    font-size: 13px;
}

.footer-section {
    /*background-color: #686867;*/
    /*font-family: 'Times New Roman',serif;*/
    /*font-family: 'Cambria',serif;*/
    color: #777676;
    text-align: center;
}

.footer-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    align-items: center;
    font-size: 11px;
}

@media (max-width:767px) {

    .footer-ul {
        display: block;
    }
}

.footer-ul li {
    list-style: none;
    padding: 0;
}

    .footer-ul li a {
        color: #777676;
    }

.footer-all-right {
    padding: 30px 0;
    text-align: center;
    font-size: 10px;
    /*font-weight: bold;*/
}

.subscription {
    max-width: 400px;
    margin: auto;
    padding: 0 15px;
    margin-bottom: 50px;
}

    .subscription h4 {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: 600;
    }

.subscribe-form {
    position: relative;
}

.subscribe-email {
    background: transparent;
    outline: 0;
    box-shadow: none;
    color: #c2c1c3;
    border: none;
    border-bottom: 1px solid #c2c1c3;
    border-radius: 0;
    padding: 10px;
    padding-left: 0px;
    padding-right: 100px;
    font-size: 20px;
    height: auto;
}

    .subscribe-email:focus {
        border-color: #c2c1c3;
        outline: 0;
        box-shadow: none;
    }

    .subscribe-email::-webkit-input-placeholder {
        color: #c2c1c3;
    }

.subscribe-btn {
    position: absolute;
    right: 0;
    padding: 0 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #c2c1c3;
}

@media (min-width:768px) {

    .footer-row {
        display: flex;
        align-items: flex-end;
    }
}

.footer-right {
    text-align: right;
}

@media (max-width:767px) {

    .footer-left {
        text-align: center;
    }

    .footer-right {
        text-align: center;
    }
}


.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .footer-menu li {
        display: inline-block;
        font-size: 13px;
    }

@media (min-width:768px) {

    .footer-menu li {
        padding-right: 15px;
    }
}

.footer-menu li a {
    display: inline-block;
    color: #fff;
}

@media (min-width:768px) {

    .footer-menu li:not(:last-child) {
        padding-right: 15px;
    }

    .footer-social {
        text-align: right;
    }
}

.footer-social {
    font-size: 40px;
}

    .footer-social a:not(:last-child) {
        display: inline-block;
        padding-right: 10px;
    }


.footer-desc {
    max-width: 500px;
    margin: auto;
    width: 100%;
    font-size: 12px;
}

@media (max-width:767px) {

    .footer-section {
        text-align: center;
    }
}

footer h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

footer ul li {
    margin-bottom: 5px;
    color: #fff;
    line-height: 1.8;
}

    /*footer ul li a {
		font-size: 14px;
		color: #000;
		font-style: italic;
	}*/

    footer ul li a:hover {
        color: #ccc;
        text-decoration: none;
    }

footer .social-links {
    margin-top: 20px;
}

footer .footer-logo {
    display: block;
    /*width: 187px;
		height: 36px;
		background: url() no-repeat bottom center;*/
    background-size: 100%;
    /*text-indent: -9999px;*/
    margin-bottom: 5px;
}

    footer .footer-logo img {
        max-width: 100px;
        width: 100%;
    }

@media (max-width:767px) {

    footer .footer-logo img {
        margin-bottom: 30px;
    }

    .footer-desc {
        margin-bottom: 30px;
    }

    footer ul li {
        display: inline-block;
        margin: 0 5px;
    }

    /*footer ul li a {
			font-size: 11px;
			color: #000;
			font-style: italic;
		}*/
}

#back-top {
    margin-bottom: 30px;
    /*position:absolute;*/
    /*top:30px;*/
    text-align: center;
    cursor: pointer;
}


footer .copyright {
    font-size: 12px;
    margin: 0;
    margin-top: 20px;
    color: #fff;
    line-height: 1.8;
}

@media (min-width: 768px) {
    footer .footer-bottom ul {
        text-align: right;
        margin-top: 0;
    }
}

footer .footer-bottom ul li a {
    font-size: 12px;
    color: #fff;
}

    footer .footer-bottom ul li a:hover {
        color: #ccc;
    }

footer .social-links li a.fb {
    background: url(/images/social/icon-social-fb.png) no-repeat center center;
    background-size: 100%;
}

footer .social-links li a.in {
    background: url(/images/social/icon-social-linkedin.png) no-repeat center center;
    background-size: 100%;
}

footer .social-links li a.tw {
    background: url(/images/social/icon-social-twitter.png) no-repeat center center;
    background-size: 100%;
}

footer .social-links li a.bl {
    background: url(/images/social/icon-social-rss.png) no-repeat center center;
    background-size: 100%;
}

footer .social-links li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

    footer .social-links li a:hover {
        opacity: .8;
    }

@media (max-width: 991px) {
    .navbar-toggle {
        display: block;
    }
}

.trial {
    background: #f9fbfb;
}

    .trial h1 {
        font-size: 34px;
        font-weight: 600;
        line-height: 1.4;
    }

.confirm {
    float:right;
}
.confirm-pay {
    display:inline-block;
}
