/*
 Theme Name: Avada Child
 Template: Avada
 Version: 1.0.4
*/

.fusion-fullwidth .fusion-row {
    z-index: 0 !important;
}

@charset "UTF-8";
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }


html {
    font-size: 10px !important;
    font-family: sans-serif;
    text-size-adjust: 100%;
}

body {
    margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block; }

audio,
canvas,
progress,
video {
    display: inline-block; }

audio:not([controls]) {
    display: none;
    height: 0; }

progress {
    vertical-align: baseline; }

[hidden],
template {
    display: none; }

a {
    background-color: transparent; }

a:active,
a:hover {
    outline-width: 0; }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted; }

b,
strong {
    font-weight: inherit; }

b,
strong {
    font-weight: bolder; }

dfn {
    font-style: italic; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

mark {
    background-color: #ff0;
    color: #000; }

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

img {
    border-style: none; }

svg:not(:root) {
    overflow: hidden; }

code,
kbd,
pre,
samp {
    /* stylelint-disable */
    font-family: monospace, monospace;
    /* stylelint-enable */
    font-size: 1em; }

figure {
    margin: 1em 40px; }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }

button, .action-gift,
input,
select,
textarea {
    font: inherit; }

optgroup {
    font-weight: bold; }

button, .action-gift,
input,
select {
    overflow: visible; }

button, .action-gift,
input,
select,
textarea {
    margin: 0; }

button, .action-gift,
select {
    text-transform: none; }

input[type=email]::-webkit-input-placeholder {
    color: #a39f9f;
    font-weight: 500; }
input[type=email]:-moz-placeholder {
    color: #a39f9f;
    font-weight: 500; }
input[type=email]::-moz-placeholder {
    color: #a39f9f;
    font-weight: 500; }
input[type=email]:-ms-input-placeholder {
    color: #a39f9f;
    font-weight: 500; }

input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url] {
    font: 400 16px / 19px Open Sans, Helvetica, Arial, sans-serif;
    color: #111;
    padding: 12px 11px;
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #dadada;
}

[type="button"],
[type="reset"],
[type="submit"], button, .action-gift {
    cursor: pointer; }

[disabled] {
    cursor: default; }

[type="reset"],
[type="submit"], button, .action-gift,
html [type="button"] {
    appearance: button; }

button::-moz-focus-inner, .action-gift::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

button:-moz-focusring, .action-gift:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal; }

textarea {
    overflow: auto; }

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto; }

[type="search"] {
    appearance: field; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    appearance: none; }

.menu-box {
    display: none; }

.page-footer {
    background: #2B2B2B;
    border-top: 2px solid #B78219;
    color: white; }
.page-footer .footer-mid {
    padding: 60px 20px; }
.page-footer .main-area {
    max-width: 1366px;
    margin: 0 auto; }
.page-footer .footer-top {
    color: #fff; }
.page-footer .footer-top .main-area {
    padding: 0; }
.page-footer .footer-top .footer-stores-logo {
    margin: 0 0 18px;
    font: 600 18px/25px "Open Sans", Helvetica, Arial, sans-serif; }
@media only screen and (max-width: 1023px) {
    .page-footer .footer-top .footer-stores-logo {
        font-family: "Open Sans", Helvetica, Arial, sans-serif; } }
.page-footer .footer-top .footer-stores-logo span {
    display: none; }
.page-footer .footer-top .list {
    margin: 0;
    border-style: none; }
.page-footer .footer-top .list > * {
    margin: 0 0 16px; }
@media only screen and (max-width: 1023px) {
    .page-footer .footer-top .list > * {
        padding: 0; } }
.page-footer .footer-top .list .name {
    font: 600 16px/22px "Open Sans", Helvetica, Arial, sans-serif;
    display: block;
    padding: 0 0 8px 22px;
    background: url(assets/images/icon/ico-location-white.svg) no-repeat 0 4px;
    -webkit-background-size: 12px auto;
    background-size: 12px auto; }
@media only screen and (max-width: 1023px) {
    .page-footer .footer-top .list .name {
        display: inline-block;
        vertical-align: middle; } }
.page-footer .footer-top .list address {
    font: 400 14px/23px "Open Sans", Helvetica, Arial, sans-serif; }
.page-footer .logo {
    display: inline-block;
    vertical-align: top;
    width: 203px;
    margin: 0 0 10px; }
@media only screen and (max-width: 1023px) {
    .page-footer .logo {
        width: 170px;
        margin: 0 0 18px; } }
.page-footer .logo img {
    width: 100%;
    margin: 0;
    filter: brightness(0) invert(1); }
.page-footer .block.newsletter {
    background: #92979d url(assets/images/bg-subscribe.jpg) no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding: 48px 20px; }
@media only screen and (max-width: 1023px) {
    .page-footer .block.newsletter {
        padding: 40px 16px;
        margin: 0 0 24px; } }
.page-footer .block.newsletter > .content {
    max-width: 1280px;
    margin: 0 auto; }
.page-footer .block.newsletter .field.newsletter {
    display: flex;
    align-items: center; }
@media only screen and (max-width: 1023px) {
    .page-footer .block.newsletter .field.newsletter {
        flex-direction: column; } }
.page-footer .block.newsletter .field.newsletter .text-holder {
    width: 400px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400; }
@media only screen and (max-width: 1023px) {
    .page-footer .block.newsletter .field.newsletter .text-holder {
        text-align: center;
        margin-bottom: 24px;
        max-width: 100%; } }
.page-footer .block.newsletter .field.newsletter .text-holder .label {
    font: 600 26px/39px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 8px; }
@media only screen and (max-width: 1023px) {
    .page-footer .block.newsletter .field.newsletter .text-holder .label {
        font-size: 24px;
        line-height: 36px; } }
.page-footer .block.newsletter .field.newsletter .control {
    display: flex; }
.page-footer .block.newsletter .field.newsletter .control div.mage-error[generated] {
    position: absolute;
    width: 100%;
    top: 100%; }
@media only screen and (max-width: 640px) {
    .page-footer .block.newsletter .field.newsletter .control {
        flex-direction: column;
        width: 100%; }
    .page-footer .block.newsletter .field.newsletter .control div.mage-error[generated] {
        position: static;
        text-align: center;
        margin-bottom: 13px; } }
.page-footer .block.newsletter .field.newsletter .control .input-holder {
    position: relative; }
.page-footer .block.newsletter .field.newsletter .control input {
    font: 400 16px/21px "Open Sans", Helvetica, Arial, sans-serif;
    padding: 11px;
    border-radius: 4px;
    width: 319px; }
@media only screen and (max-width: 640px) {
    .page-footer .block.newsletter .field.newsletter .control input {
        margin: 0 0 8px;
        width: 100%; } }
.page-footer .block.newsletter .field.newsletter .control .action.subscribe {
    background-image: none;
    background: #b78219;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    box-sizing: border-box;
    vertical-align: middle;
    transition-property: background-color, border-color, color;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
    width: 197px;
    text-align: center;
    margin: 0 0 0 8px;
    border-radius: 4px; }
.page-footer .block.newsletter .field.newsletter .control .action.subscribe:focus, .page-footer .block.newsletter .field.newsletter .control .action.subscribe:active {
    background: #F2402C;
    border: none;
    color: none; }
.page-footer .block.newsletter .field.newsletter .control .action.subscribe:hover {
    background: #d0bf9e;
    border: none;
    color: none; }
.page-footer .block.newsletter .field.newsletter .control .action.subscribe.disabled, .page-footer .block.newsletter .field.newsletter .control .action.subscribe[disabled],
fieldset[disabled] .page-footer .block.newsletter .field.newsletter .control .action.subscribe {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
@media only screen and (max-width: 640px) {
    .page-footer .block.newsletter .field.newsletter .control .action.subscribe {
        width: 100%;
        margin: 0; } }

.footer-mid .footer-contact-box {
    float: left;
    padding: 0 110px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
@media only screen and (max-width: 1469px) {
    .footer-mid .footer-contact-box {
        padding: 0 30px 0 0; } }
@media only screen and (max-width: 1023px) {
    .footer-mid .footer-contact-box {
        padding: 0 0 30px;
        text-align: center; } }

@media only screen and (max-width: 480px) {
    .footer-mid .main-area {
        padding: 0 15px; }
    .footer-mid .sub-nav {
        flex-direction: column;
        align-items: center;
        gap: 0 !important; }
    .footer-mid .sub-nav .footer-column {
        order: 1;
        border-left: none !important;
        padding-left: 0 !important;
        max-width: 400px;
        width: 100%; }
    .footer-mid .sub-nav .footer-column.newsletter {
        order: 0;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto; }
    .footer-mid .sub-nav .footer-column summary {
        border-bottom: 1px solid #B78219;
        color: white;
        margin-bottom: 20px;
        pointer-events: auto !important;
        position: relative; }
    .footer-mid .sub-nav .footer-column summary::after {
        content: "";
        background: url(assets/images/icon/arrow-down-white.svg) no-repeat center;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 16px;
        right: 8px; }
    .footer-mid .sub-nav .footer-column[open] summary::after {
        transform: rotate(180deg); }
    .footer-mid .sub-nav .footer-column:not([open]) ul {
        display: none;
        max-height: 0; }
    .footer-mid .sub-nav .newsletter {
        border-left: none;
        padding-left: 0;
        text-align: center;
        max-width: 450px;
        margin: 0 auto; }
    .footer-mid .sub-nav .newsletter p {
        text-align: left; }
    .footer-mid .sub-nav .newsletter-form {
        justify-content: center;
        border: 1px solid #B78219;
        margin: 30px auto;
        max-width: 450px; }
    .footer-mid .sub-nav .newsletter-form input[type="email"] {
        border-right: none; }
    .footer-mid .sub-nav .newsletter-form button, .footer-mid .sub-nav .newsletter-form .action-gift {
        border-left: 1px solid #B78219; }
    .footer-mid .sub-nav .social-icons {
        justify-content: center; } }

.footer-mid .sub-nav {
    display: flex;
    justify-content: space-between; }
.footer-mid .sub-nav .footer-column summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #B78219;
    pointer-events: none; }
.footer-mid .sub-nav .footer-column summary::-webkit-details-marker {
    display: none; }
.footer-mid .sub-nav .footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: max-height 0.3s ease;
    overflow: hidden; }
.footer-mid .sub-nav .footer-column ul li {
    margin-bottom: 12px; }
.footer-mid .sub-nav .footer-column ul li a,
.footer-mid .sub-nav .footer-column.newsletter p,
.footer-mid .sub-nav .newsletter p {
    text-decoration: none;
    color: white;
    font-size: 15px;
    letter-spacing: 1px; }
.footer-mid .sub-nav .footer-column.newsletter {
    max-width: 450px;
    border-left: 1px solid #B78219;
    padding-left: 40px; }
.footer-mid .sub-nav .newsletter {
    max-width: 600px; }
.footer-mid .sub-nav .newsletter-form {
    display: flex;
    margin: 20px 0; }
.footer-mid .sub-nav .newsletter-form label {
    width: 100%;
    position: relative;
    border: 1px solid #B78219; }
.footer-mid .sub-nav .newsletter-form div.mage-error {
    text-align: center;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    display: block;
    background-color: wheat;
    padding: 10px 15px;
    border-radius: 5px; }
.footer-mid .sub-nav .newsletter-form input[type="email"] {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    outline: none;
    height: auto;
}
.footer-mid .sub-nav .newsletter-form button, .footer-mid .sub-nav .newsletter-form .action-gift {
    background-color: #B78219;
    color: white;
    padding: 0 20px;
    border: none;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0; }
.footer-mid .sub-nav .social-icons {
    display: flex;
    gap: 15px;
    justify-content: center; }
.footer-mid .sub-nav .social-icons a {
    text-decoration: none; }

.svg-ico {
    width: 20px;
    height: 20px;
    display: block; }

.svg-facebook {
    background: url(assets/images/social-network/facebook-ico.svg) no-repeat center;
    background-size: cover; }

.svg-youtube {
    background: url(assets/images/social-network/youtube-ico.svg) no-repeat center;
    background-size: cover; }

.svg-instagram {
    background: url(assets/images/social-network/instagram-ico.svg) no-repeat center;
    background-size: cover; }

.svg-pinterest {
    background: url(assets/images/social-network/pinterest-ico.svg) no-repeat center;
    background-size: cover; }

.svg-tiktok {
    background: url(assets/images/social-network/tiktok-ico.svg) no-repeat center;
    background-size: cover; }

.svg-array-right {
    background: url(assets/images/icon/arrow-white-2.svg) no-repeat center;
    display: block;
    width: 13px;
    height: 13px; }

.footer-bottom {
    font: 400 16px/21px "Open Sans", Helvetica, Arial, sans-serif;
    position: relative;
    border-top: 1px solid #726655; }
.footer-bottom .main-area {
    padding: 15px; }
.footer-bottom .main-area .footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
.footer-bottom .copyright {
    margin: 0; }
.footer-bottom .text-information {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; }
.footer-bottom .text-information img {
    margin: 0; }
@media only screen and (max-width: 1023px) {
    .footer-bottom .main-area .text-information,
    .footer-bottom .main-area .footer-container {
        flex-direction: column;
        text-align: center; } }
@media only screen and (max-width: 480px) {
    .footer-bottom .main-area .text-information,
    .footer-bottom .main-area .footer-container {
        flex-direction: column;
        text-align: center; } }

.social-box {
    margin: 0 0 50px; }
.social-box:after {
    display: block;
    content: '';
    clear: both;
    overflow: hidden; }
.social-box a {
    float: left;
    margin: 0 10px 0 0;
    width: 40px;
    aspect-ratio: 1;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    justify-content: center;
    align-items: center; }
.social-box a:before {
    font-family: 'FontAwesome';
    font-size: 19px; }
.social-box a:hover {
    text-decoration: none;
    color: #fff; }
.social-box a.facebook:before {
    content: '\f09a'; }
.social-box a.facebook:hover {
    background: #3b5998;
    -webkit-box-shadow: 0px 4px 12px 0 #3b5998;
    box-shadow: 0px 4px 12px 0 #3b5998; }
.social-box a.twitter:before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMzg5LjIgNDhoNzAuNkwzMDUuNiAyMjQuMiA0ODcgNDY0SDM0NUwyMzMuNyAzMTguNiAxMDYuNSA0NjRIMzUuOEwyMDAuNyAyNzUuNSAyNi44IDQ4SDE3Mi40TDI3Mi45IDE4MC45IDM4OS4yIDQ4ek0zNjQuNCA0MjEuOGgzOS4xTDE1MS4xIDg4aC00MkwzNjQuNCA0MjEuOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px; }
.social-box a.twitter:hover {
    background: #000;
    -webkit-box-shadow: 0px 4px 12px 0 #000;
    box-shadow: 0px 4px 12px 0 #000; }
.social-box a.youtube:before {
    content: '\f16a'; }
.social-box a.youtube:hover {
    background: #cc181e;
    -webkit-box-shadow: 0px 4px 12px 0 #cc181e;
    box-shadow: 0px 4px 12px 0 #cc181e; }
.social-box a.instagram:before {
    content: '\f16d'; }
.social-box a.instagram:hover {
    background: #e1306c;
    -webkit-box-shadow: 0px 4px 12px 0 #e1306c;
    box-shadow: 0px 4px 12px 0 #e1306c; }
.social-box a.google-plus:before {
    content: '\f0d5'; }
.social-box a.google-plus:hover {
    background: #dd4b39;
    -webkit-box-shadow: 0 4px 12px 0 #dd4b39;
    box-shadow: 0 4px 12px 0 #dd4b39; }
.social-box a.pinterest:before {
    content: '\f0d2'; }
.social-box a.pinterest:hover {
    background: #000000;
    -webkit-box-shadow: 0 4px 12px 0 #000000;
    box-shadow: 0 4px 12px 0 #000000; }

#back-to-top {
    position: fixed;
    left: 10px !important;
    right: unset !important;
    bottom: 10px;
    z-index: 10;
    width: 45px;
    height: 45px;
    background: #B78219;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
#back-to-top:after {
    line-height: 1;
    font-family: 'icons-blank-theme';
    display: block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-size: 84px;
    color: #000;
    content: '\e621';
    position: relative;
    left: 50%;
    margin: -21px 0 0 -45px; }
#back-to-top:hover {
    text-decoration: none; }
#back-to-top.show {
    visibility: visible;
    opacity: 1; }

#store-map {
    width: 100%;
    height: 305px;
    border: 2px solid #dcdcdc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }

.store-bottom-info {
    background: #efefef;
    padding: 50px 15px;
    border-bottom: 1px solid #cbc9c9;
    display: flex;
    flex-direction: row; }
.store-bottom-info .logo img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block; }
.store-bottom-info .text {
    font: 300 13px/23px "Open Sans", Helvetica, Arial, sans-serif; }
.store-bottom-info .text h3 {
    font: 400 18px/23px "Open Sans", Helvetica, Arial, sans-serif;
    color: #be2226;
    margin: 0 0 20px;
    text-align: left; }
.store-bottom-info .text p {
    margin: 0 0 20px; }
.store-bottom-info .text p strong {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400; }
.store-bottom-info .text a {
    color: #be2226; }
.store-bottom-info address {
    display: block;
    color: #272727;
    font: normal 17px/22px "Open Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
.store-bottom-info address strong {
    font-weight: normal;
    display: block;
    background: #be2226;
    max-width: 446px;
    padding: 10px 17px;
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    margin: 0 0 30px; }
.store-bottom-info .link-holder {
    max-width: 446px;
    text-align: center; }

@media only screen and (max-width: 767px) {
    .social-box {
        text-align: right;
        margin: 0 0 30px; }
    .social-box span {
        float: left; }
    .store-bottom-info {
        flex-direction: inherit;
        flex-wrap: wrap; }
    .store-bottom-info .logo {
        flex: 0 0 20%;
        margin: 0 5% 0 0; }
    .store-bottom-info .text {
        flex: 0 0 75%;
        padding: 0; }
    .store-bottom-info #store-map {
        margin: 20px 0;
        flex: 0 1 100%; } }

@media only screen and (min-width: 768px) {
    .store-bottom-info {
        flex-direction: inherit;
        flex-wrap: wrap; }
    .store-bottom-info .logo {
        flex: 0 0 20%;
        margin: 0 5% 0 0; }
    .store-bottom-info .text {
        flex: 0 0 75%;
        padding: 0; }
    .store-bottom-info #store-map {
        flex: 0 1 100%; } }

@media only screen and (min-width: 1470px) {
    .store-bottom-info {
        padding: 50px 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap; }
    .store-bottom-info .logo {
        margin: 0 52px 0 0;
        flex: 0 0 416px; }
    .store-bottom-info .text {
        padding: 0 50px 0 0;
        flex: 0 1 100%; }
    .store-bottom-info #store-map {
        flex: 0 0 601px; } }

@media only screen and (max-width: 1024px) {
    .block-search .minisearch input {
        width: 100%;
        border: 1px solid #949399;
        border-radius: 7px;
        float: none;
        margin-right: unset;
        transition: unset;
        padding: 15px 30px 15px 20px;
        box-sizing: border-box; } }

@media only screen and (max-width: 480px) {
    .block-search .minisearch input {
        padding: 10px 30px 10px 15px; } }

.block-search .nested {
    display: none; }

.minisearch {
    position: relative; }

.searchautocomplete__autocomplete {
    display: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 3;
    margin-top: 3px;
    right: 0;
    left: auto !important;
    background: #fff;
    min-width: 500px;
    border: 1px solid #bbb; }
.searchautocomplete__autocomplete._active {
    display: block; }
.searchautocomplete__autocomplete._loading {
    min-height: 100px;
    overflow: hidden; }
.searchautocomplete__autocomplete._loading .searchautocomplete__spinner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: #ececec url(assets/images/loader-1.gif) no-repeat 50% 50%; }
.searchautocomplete__autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    font-size: 0;
    line-height: 0;
    max-height: 302px;
    overflow: auto; }
.searchautocomplete__autocomplete ul li {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 15px 5px;
    position: relative;
    white-space: normal;
    font: 300 12px/17px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
.searchautocomplete__autocomplete ul li:hover, .searchautocomplete__autocomplete ul li.selected {
    background: #F7F6F5; }
.searchautocomplete__autocomplete ul li img {
    float: left;
    width: 70px;
    height: auto;
    margin: 0 5px 0 0; }
.searchautocomplete__autocomplete ul li a {
    color: #000;
    display: block;
    margin: 0 0 11px;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.searchautocomplete__autocomplete ul li .amount {
    color: #999;
    position: absolute;
    right: 7px;
    top: 5px; }
.searchautocomplete__autocomplete ul li .price {
    font-size: 12px;
    line-height: 17px;
    color: #111; }
.searchautocomplete__autocomplete .empty-result {
    padding: 20px;
    text-align: center; }
.searchautocomplete__autocomplete .show-all-results {
    padding: 10px;
    border-top: 1px solid #bbb;
    font: 300 14px/19px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.searchautocomplete__autocomplete .show-all-results a {
    color: #333; }

.form.search.advanced .fields.range .field:first-child {
    position: relative; }
.form.search.advanced .fields.range .field:first-child .control {
    padding-right: 25px; }
.form.search.advanced .fields.range .field:first-child .control:after {
    content: ' \2013 ';
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6px;
    width: 25px; }

.form.search.advanced .fields.range .field:last-child {
    position: relative; }
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
    left: 0;
    position: absolute;
    top: 32px; }

.form.search.advanced .fields.range .field.with-addon .control {
    padding-right: 45px; }

.form.search.advanced .group.price .addon .addafter {
    background: none;
    border: 0;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 0; }

.search.summary {
    margin-bottom: 10px; }

@media only screen and (max-width: 1024px) {
    .nav-open .page-header .header-main {
        border-bottom: 0; }
    .nav-open .page-header .block-search {
        display: none; }
    .searchautocomplete__autocomplete {
        left: 20px !important;
        right: 20px !important;
        width: auto !important; } }

.block-search {
    min-width: 416px;
    padding-left: 20px;
    padding-top: 16px;
    box-sizing: border-box; }
@media only screen and (max-width: 480px) {
    .block-search {
        min-width: 1px; } }
.block-search * {
    box-sizing: border-box; }
.block-search .block-title {
    display: none; }
.block-search .block-content {
    margin-bottom: 0; }
.block-search .field.search .control {
    position: relative;
    z-index: 3; }
.block-search input#search {
    border: 1px solid #DADADA;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    padding: 10px 10px 10px 44px; }
.block-search input#search::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 500; }
.block-search input#search:-moz-placeholder {
    color: #aaa;
    font-weight: 500; }
.block-search input#search::-moz-placeholder {
    color: #aaa;
    font-weight: 500; }
.block-search input#search:-ms-input-placeholder {
    color: #aaa;
    font-weight: 500; }
.block-search input#search:focus {
    box-shadow: none;
    border-color: #b78219; }
.block-search input#search:focus::-webkit-input-placeholder {
    color: #fff;
    font-weight: 500; }
.block-search input#search:focus:-moz-placeholder {
    color: #fff;
    font-weight: 500; }
.block-search input#search:focus::-moz-placeholder {
    color: #fff;
    font-weight: 500; }
.block-search input#search:focus:-ms-input-placeholder {
    color: #fff;
    font-weight: 500; }
@media only screen and (max-width: 1024px) {
    .block-search input#search {
        width: 100%;
        border-radius: 4px;
        float: none;
        margin-right: 0;
        transition: none;
        box-sizing: border-box; } }
.block-search .actions {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20; }
.block-search .action.search {
    width: 21px;
    height: 21px;
    background-color: transparent;
    padding: 0; }
.block-search .action.search > span {
    width: 100%;
    height: 100%;
    background: none !important; }
.block-search .action.search > span:before {
    position: absolute;
    z-index: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'icomoon', sans-serif;
    content: "";
    color: #000000;
    font-size: 17px;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
.block-search .action.search > span:hover:before {
    color: #b78219; }

.page-header .block-search {
    margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .page-header .block-search {
        max-width: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        float: none; } }
@media only screen and (max-width: 480px) {
    .page-header .block-search {
        padding: 3px 0; } }

body {
    background-color: #fff;
    height: auto; }

.hidden {
    display: none; }

@media only screen and (min-width: 1025px) {
    .fixed-header .page-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4; }
    .fixed-header .page-header .header.top,
    .fixed-header .page-header .new-header-main,
    .fixed-header .page-header .header-main {
        display: none; }
    .fixed-header .page-header .navigation-holder {
        padding: 0 0 0 213px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
    .fixed-header .page-header .navigation-holder .logo {
        display: flex;
        align-items: center;
        width: 154px;
    }
}

@media only screen and (max-width: 1024px) {
    .fixed-header .page-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4; }
    .fixed-header .page-header .header-main {
        padding: 0; }
    .fixed-header .page-header .block-search {
        display: none; } }

@media only screen and (max-width: 768px) {
    body .page-header {
        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.1);
        z-index: 3; } }

.page-header {
    width: 100%;
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.page-header .new-header-main {
    width: 100%;
    border-bottom: 1px solid #B78219; }
.contact-index-index .page-header .new-header-main,
.cms-page-view .page-header .new-header-main {
    border: 0; }
.page-header .new-header-main .header-container {
    max-width: 1440px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
.page-header .new-header-main .header-container .nav-container {
    display: none; }
.page-header .new-header-main .header-container .search-container,
.page-header .new-header-main .header-container .logo-container,
.page-header .new-header-main .header-container .links-container {
    display: flex;
    width: 30%; }
.page-header .new-header-main .header-container .search-container {
    justify-content: left;
    flex-flow: column; }
.page-header .new-header-main .header-container .search-container .new-block-search {
    margin-left: 50px; }
.page-header .new-header-main .header-container .logo-container {
    justify-content: center; }
.page-header .new-header-main .header-container .links-container {
    justify-content: right; }
.page-header .new-header-main .new-block-search button, .page-header .new-header-main .new-block-search .action-gift {
    padding: 0;
    margin: 0;
    background: none; }
.page-header .new-header-main .new-block-search .control {
    display: flex;
    gap: 8px;
    align-items: end;
    position: relative; }
.page-header .new-header-main .new-block-search .input-search {
    border: 0;
    border-bottom: 1px solid #B78219;
    border-radius: 0;
    width: 206px;
    }
.page-header .new-header-main .new-block-search .icon-search {
    display: block;
    width: 20px;
    height: 20px;
    background: url(assets/images/icon/ico-search.svg) no-repeat center; }
.page-header .new-header-main .panel.wrapper {
    display: flex;
    gap: 19px;
    margin-right: 50px; }
.page-header .new-header-main .panel.wrapper .lnk-wishlist,
.page-header .new-header-main .panel.wrapper .lnk-location,
.page-header .new-header-main .panel.wrapper .lnk-account,
.page-header .new-header-main .panel.wrapper .lnk-minicart {
    display: flex;
    cursor: pointer;
    position: relative; }
.page-header .new-header-main .panel.wrapper .a-ico {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    z-index: 2; }
.page-header .new-header-main .lnk-account.active {
    position: relative; }
.page-header .new-header-main .lnk-account.active .customer-menu {
    display: block; }
.page-header .header.top .holder,
.page-header .header-main,
.page-header .nav-outer-container {
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box; }
.page-header .header.top .holder {
    display: flex;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto; }
@media only screen and (max-width: 768px) {
    .page-header .header.top .holder {
        max-width: 10000px; } }
.page-header:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1; }
.fixed-header .page-header:after {
    box-shadow: 0 0 10px 0 #D6D3D3; }
.contact-index-index .page-header:after,
.cms-page-view .page-header:after {
    border-bottom: 1px solid #B78219; }
@media only screen and (max-width: 768px) {
    .page-header:after {
        box-shadow: none; } }
.page-header .mobile-menu {
    display: block; }
.page-header .bx-wrapper {
    position: relative; }
.page-header .bx-wrapper .bx-controls-direction {
    display: block; }
.page-header .bx-wrapper .bx-controls-direction .bx-prev,
.page-header .bx-wrapper .bx-controls-direction .bx-next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 35px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 3; }
.page-header .bx-wrapper .bx-controls-direction .bx-prev {
    background: url(assets/images/icon/arrow-white-l.png) no-repeat 50% 50%;
    left: 0; }
.page-header .bx-wrapper .bx-controls-direction .bx-next {
    background: url(assets/images/icon/arrow-white-r.png) no-repeat 50% 50%;
    right: 0; }
.page-header .header-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    position: relative; }
.page-header .header-main:after {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    border-bottom: 1px solid #b78219;
    content: ''; }
.page-header .header-main .col-left {
    flex: 0 1 100%;
    text-align: center;
    display: flex;
    white-space: nowrap; }
.page-header .header-main .col-left .store-phone {
    padding: 0 43px 0 0; }
.page-header .header-main .col-right {
    flex: 0 1 100%;
    justify-content: flex-end; }
@media only screen and (min-width: 1025px) {
    .page-header .header-main .col-right {
        display: flex;
        flex-wrap: wrap; } }
.page-header .header-main .col-right > * {
    float: right; }
.page-header .header-main .col-right .minicart-wrapper {
    order: 3;
    margin-left: 10px; }
@media only screen and (min-width: 1025px) {
    .page-header .header-main .col-right .panel.wrapper {
        order: 1; } }
.page-header .header-main .col-right .customer-name {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2; }
.page-header .header-main .col-right .customer-name .icon-login + span {
    padding-left: 9px;
    line-height: 1;
    display: none; }
@media only screen and (max-width: 1300px) {
    .page-header .header-main .col-right .customer-name .icon-login + span {
        display: none; } }
.page-header .header-main .col-right .customer-name.active + .customer-menu {
    display: block; }
.page-header .header-main .col-right .customer-menu a {
    background: none; }
.page-header .header-main .col-right .customer-menu a:hover {
    background: none; }
.page-header .nav-outer-container {
    display: flex;
    justify-content: space-between;
    position: relative; }
.page-header .header-box__wrapper {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.4;
    border-bottom: 1px solid #faa61a;
    text-align: right; }
.page-header .header-box__wrapper:after {
    display: block;
    content: '';
    overflow: hidden;
    clear: both; }
.page-header .header-box__wrapper a {
    text-decoration: none;
    display: inline-block;
    color: #010101; }
.page-header .header-box__wrapper a:hover {
    text-decoration: none;
    color: #b78219; }
.page-header .header-box__wrapper a:hover .fa {
    color: #010101; }
.page-header .header-box__wrapper ul,
.page-header .header-box__wrapper li {
    list-style: none; }
.page-header .header-box__link, .page-header .header-box__help, .page-header .header-box__phone {
    font-size: 1.6rem;
    line-height: 1.2;
    display: inline-block;
    margin-left: 28px;
    vertical-align: middle;
    position: relative; }
.page-header .header-box__link--wishlist {
    margin-left: 26px;
    width: 22px;
    height: 19px; }
.page-header .header-box__link--wishlist a {
    background: url(assets/images/icon/ico-heart.svg) no-repeat 0 50%, url(assets/images/icon/ico-heart-red.svg) no-repeat 0 50%;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
.page-header .header-box__link--wishlist a:hover {
    background-image: url(assets/images/icon/ico-heart-red.svg); }
.page-header .header-box__link--wishlist a .icon {
    display: none; }
.page-header .header-box__link--authorithation {
    width: 19px;
    height: 19px; }
.page-header .header-box__link--authorithation a {
    background: url(assets/images/icon/ico-user.svg) no-repeat 0 50%, url(assets/images/icon/ico-user-red.svg) no-repeat 0 50%;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
.page-header .header-box__link--authorithation a:hover {
    background-image: url(assets/images/icon/ico-user-red.svg); }
.page-header .header-box__link--authorithation a .icon {
    display: none; }
.page-header .header-box__link--location {
    position: relative;
    margin: 0 43px 0 0;
    padding: 3px 0 2px 29px;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    background: url(assets/images/icon/ico-location-find.svg) no-repeat 0 50%, url(assets/images/icon/ico-location-find-red.svg) no-repeat 0 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
.page-header .header-box__link--location:hover {
    color: #b78219;
    text-decoration: none;
    background-image: url(assets/images/icon/ico-location-find-red.svg); }
.page-header .header-box__phone {
    padding: 3px 0 3px 38px;
    margin: -3px 0 -7px;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background-size: 20px 21px;
    background-image: url(assets/images/icon/ico-call.png);
    background-repeat: no-repeat;
    background-position: 0 50%; }
.page-header .header-box__help {
    display: block;
    margin: 0;
    padding: 3px 0 2px 31px;
    font-weight: 400;
    color: #111;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background: url(assets/images/icon/ico-help.svg) no-repeat 0 50%, url(assets/images/icon/ico-help-red.svg) no-repeat 0 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
.page-header .header-box__help:hover {
    color: #b78219;
    text-decoration: none;
    background-image: url(assets/images/icon/ico-help-red.svg); }

.header-main .col-right .counter-label {
    position: absolute;
    left: 17px;
    top: -5px;
    width: 19px;
    color: #fff;
    font: 600 11px/19px "Open Sans", Helvetica, Arial, sans-serif;
    text-align: center;
    background: #F76C5B;
    z-index: 2;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

.header-main .col-right a:hover > .counter-label {
    background: #b78219;
    -webkit-box-shadow: 1px 1px 3px 0 #b78219;
    box-shadow: 1px 1px 3px 0 #b78219; }

.page-header .minicart-action {
    padding-left: 35px;
    padding-top: 2px;
    margin-left: 18px;
    font: 400 16px/22px "Open Sans", Helvetica, Arial, sans-serif;
    color: #212121;
    min-height: 22px;
    position: relative;
    z-index: 4; }
.page-header .minicart-action:hover .icon-cart {
    background-image: url(assets/images/icon/ico-cart-red.svg); }
.page-header .minicart-action .counter-label {
    top: -4px; }
.page-header .minicart-action .icon-cart {
    width: 24px;
    height: 24px;
    background: url(assets/images/icon/ico-cart.svg) no-repeat 0 50%, url(assets/images/icon/ico-cart-red.svg) no-repeat 0 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }

.page-header .minicart-wrapper .block-minicart {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90%;
    max-width: 400px;
    min-width: 0;
    padding: 0 20px 25px;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    z-index: 101;
    list-style: none none;
    background: #fff;
    border: 0;
    box-sizing: border-box;
    box-shadow: none;
    transform: translateX(100%);
    transition: transform 0.6s 0s cubic-bezier(0.75, 0, 0.175, 1); }
.page-header .minicart-wrapper .block-minicart.empty .subtitle.empty {
    display: block;
    padding: 53px 15px 15px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center; }
.page-header .minicart-wrapper .block-minicart:before, .page-header .minicart-wrapper .block-minicart:after {
    display: none; }
.page-header .minicart-wrapper .block-minicart .block-title {
    display: block;
    border: 0;
    margin: 0 -20px;
    padding: 20px 50px 20px 20px;
    box-shadow: 0 -5px 15px 5px #0000001a; }
.page-header .minicart-wrapper .block-minicart .block-title strong {
    font-size: 18px;
    font-weight: 700; }
.page-header .minicart-wrapper .block-minicart .block-title .qty {
    display: none; }
.page-header .minicart-wrapper .block-minicart .block-title .action.close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 66px; }
.page-header .minicart-wrapper .block-minicart .block-title .action.close:before {
    display: none; }
.page-header .minicart-wrapper .block-minicart .block-title .action.close:after {
    display: block;
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJjdXJyZW50Q29sb3IiIHN0cm9rZT0iY3VycmVudENvbG9yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj4NCiAgICA8cGF0aCBkPSJNMTkzLjk0IDI1NkwyOTYuNSAxNTMuNDRsMjEuMTUtMjEuMTVjMy4xMi0zLjEyIDMuMTItOC4xOSAwLTExLjMxbC0yMi42My0yMi42M2MtMy4xMi0zLjEyLTguMTktMy4xMi0xMS4zMSAwTDE2MCAyMjIuMDYgMzYuMjkgOTguMzRjLTMuMTItMy4xMi04LjE5LTMuMTItMTEuMzEgMEwyLjM0IDEyMC45N2MtMy4xMiAzLjEyLTMuMTIgOC4xOSAwIDExLjMxTDEyNi4wNiAyNTYgMi4zNCAzNzkuNzFjLTMuMTIgMy4xMi0zLjEyIDguMTkgMCAxMS4zMWwyMi42MyAyMi42M2MzLjEyIDMuMTIgOC4xOSAzLjEyIDExLjMxIDBMMTYwIDI4OS45NCAyNjIuNTYgMzkyLjVsMjEuMTUgMjEuMTVjMy4xMiAzLjEyIDguMTkgMy4xMiAxMS4zMSAwbDIyLjYzLTIyLjYzYzMuMTItMy4xMiAzLjEyLTguMTkgMC0xMS4zMUwxOTMuOTQgMjU2eiI+PC9wYXRoPg0KPC9zdmc+");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px; }
.page-header .minicart-wrapper .block-minicart .product-item-name a {
    color: #000; }
.page-header .minicart-wrapper .block-minicart li {
    border-bottom: 1px solid #bbb; }

.page-header .minicart-wrapper.active .block-minicart {
    transform: translateX(0%);
    transition: transform 0.6s 0.4s cubic-bezier(0.75, 0, 0.175, 1); }

.store-phone {
    padding: 4px 0 2px 38px;
    margin: 0;
    font-family: "open-sans-light";
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    color: #010101;
    vertical-align: super; }
.store-phone a {
    color: #010101;
    display: block;
    padding: 3px 0 2px 28px;
    background: url(assets/images/icon/ico-call.svg) no-repeat 0 50%, url(assets/images/icon/ico-call-red.svg) no-repeat 0 50%;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
.store-phone a:hover {
    text-decoration: none;
    color: #b78219;
    background-image: url(assets/images/icon/ico-call-red.svg); }

.header.top {
    margin-bottom: 18px;
    background: #b78219 url(assets/images/bg-header.jpg) no-repeat 50% 50%;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    overflow: hidden; }
.header.top .top-links-item {
    padding: 15px 0;
    position: relative; }
@media only screen and (max-width: 1024px) {
    .header.top .top-links-item {
        padding: 15px; }
    .header.top .top-links-item:first-child {
        padding-left: 0; } }
.header.top .top-links-item a {
    color: #fff; }

.header.content {
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative; }

.logo {
    position: relative;
    z-index: 1;
    flex: 0 1 200px; }
.logo img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }

.page-main {
    position: relative;
    z-index: 1; }
.page-main > .page-title-wrapper .page-title + .action {
    margin-top: 30px; }

.action.skip:focus {
    background: #f0f0f0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 15; }

.action-skip-wrapper {
    height: 0;
    position: relative; }

@media only screen and (max-width: 1024px) {
    .page-header {
        padding: 16px 18px; }
    .page-header .header.top {
        padding: 0;
        margin: 0;
        font-size: 12px;
        line-height: 13px; }
    .page-header .header.top .top-links-item:before {
        display: none; }
    .page-header .header-main {
        position: relative;
        padding: 0 0 8px;
        margin: 0;
        width: 100%;
        clear: both;
        justify-content: space-between;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 0; }
    .page-header .header-main:after {
        display: none; }
    .page-header .header-main .col-left,
    .page-header .header-main .panel,
    .page-header .header-main .header-box__help {
        display: none; }
    .page-header .header-main .col-right .minicart-wrapper {
        margin: 0; }
    .page-header .header-main .col-right .minicart-wrapper:after {
        display: none !important; }
    .page-header .header-main .minicart-action {
        margin: 0;
        padding-left: 28px; }
    .page-header .header-main .minicart-action .price {
        display: none; }
    .page-header .nav-outer-container {
        padding: 0; }
    .page-header .new-header-main {
        border: 0; }
    .page-header .new-header-main .header-container {
        margin: 0; }
    .page-header .new-header-main .header-container .nav-container {
        display: block; }
    .page-header .new-header-main .header-container .search-container,
    .page-header .new-header-main .header-container .logo-container,
    .page-header .new-header-main .header-container .links-container {
        width: auto; }
    .page-header .new-header-main .header-container .search-container {
        flex-basis: 100%;
        order: 3; }
    .page-header .new-header-main .header-container .search-container .input-search {
        width: 100%;
        padding-left: 25px; }
    .page-header .new-header-main .header-container .search-container .new-block-search {
        margin-top: 15px;
        margin-left: 4px; }
    .page-header .new-header-main .header-container .search-container .new-block-search .control .actions {
        position: absolute;
        left: 2px;
        bottom: 7px; }
    .nav-open .page-header .new-header-main .header-container .search-container {
        display: none; }
    .page-header .new-header-main .header-container .logo-container {
        order: 1;
        flex: 1; }
    .page-header .new-header-main .header-container .links-container {
        order: 2; }
    .page-header .new-header-main .header-container .links-container .wrapper {
        margin-right: 0; }
    .nav-open .page-header .new-header-main .header-container .links-container .wrapper {
        gap: 20px; }
    .page-header .new-header-main .header-container .links-container .wrapper .lnk-location,
    .page-header .new-header-main .header-container .links-container .wrapper .lnk-wishlist,
    .page-header .new-header-main .header-container .links-container .wrapper .lnk-account {
        display: none; }
    .nav-open .page-header .new-header-main .header-container .links-container .wrapper .lnk-location, .nav-open
    .page-header .new-header-main .header-container .links-container .wrapper .lnk-wishlist, .nav-open
    .page-header .new-header-main .header-container .links-container .wrapper .lnk-account {
        display: flex; }
    .page-header .block-minicart {
        padding: 0 22px 20px 23px;
        max-width: 80vw; }
    .logo {
        flex: 0 1 100%; }
    .logo img {
        display: block;
        margin: 0 auto;
        height: auto; } }

@media only screen and (max-width: 479px) {
    .navigation-holder {
        border-top: solid 1px #000000;
    }
    .page-header .block-minicart {
        max-width: 90%;
        right: 18px; }
    .page-header .new-header-main {
        border: 0; }
    .page-header .new-header-main .header-container {
        margin: 0; }
    .page-header .new-header-main .header-container .nav-container {
        display: block; }
    .page-header .new-header-main .header-container .search-container,
    .page-header .new-header-main .header-container .logo-container,
    .page-header .new-header-main .header-container .links-container {
        width: auto; }
    .page-header .new-header-main .header-container .search-container {
        flex-basis: 100%;
        order: 3; }
    .page-header .new-header-main .header-container .search-container .input-search {
        width: 100%;
        padding-left: 25px; }
    .page-header .new-header-main .header-container .search-container .new-block-search {
        margin-top: 15px;
        margin-left: 4px; }
    .page-header .new-header-main .header-container .search-container .new-block-search .control .actions {
        position: absolute;
        left: 2px;
        bottom: 7px; }
    .nav-open .page-header .new-header-main .header-container .search-container {
        display: none; }
    .page-header .new-header-main .header-container .logo-container {
        order: 1;
        flex: 1; }
    .page-header .new-header-main .header-container .links-container {
        order: 2; }
    .page-header .new-header-main .header-container .links-container .wrapper {
        margin-right: 0; }
    .nav-open .page-header .new-header-main .header-container .links-container .wrapper {
        gap: 20px; }
    .page-header .new-header-main .header-container .links-container .wrapper .lnk-location,
    .page-header .new-header-main .header-container .links-container .wrapper .lnk-wishlist,
    .page-header .new-header-main .header-container .links-container .wrapper .lnk-account {
        display: none; }
    .nav-open .page-header .new-header-main .header-container .links-container .wrapper .lnk-location, .nav-open
    .page-header .new-header-main .header-container .links-container .wrapper .lnk-wishlist, .nav-open
    .page-header .new-header-main .header-container .links-container .wrapper .lnk-account {
        display: flex; } }

@media only screen and (min-width: 1025px) {
    .page-header .mobile-menu {
        display: none; } }

.block .title {
    margin-bottom: 10px; }
.block .title strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
.column.main .block .title strong {
    font-size: 21px; }

.block p:last-child {
    margin: 0; }

.block .box-actions {
    margin-top: 5px; }

.page-header .switcher,
.page-footer .switcher {
    margin-right: 10px; }
.page-header .switcher .options,
.page-footer .switcher .options {
    display: inline-block;
    position: relative; }
.page-header .switcher .options:before, .page-header .switcher .options:after,
.page-footer .switcher .options:before,
.page-footer .switcher .options:after {
    content: '';
    display: table; }
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
    clear: both; }
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
    color: inherit; }
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
    color: inherit; }
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
    display: inline-block;
    text-decoration: none; }
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
    color: inherit; }
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
    color: inherit; }
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 160px;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
    margin: 0;
    padding: 0; }
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer; }
.page-header .switcher .options ul.dropdown:before, .page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0; }
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99; }
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98; }
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
    left: 10px;
    top: -12px; }
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
    left: 9px;
    top: -14px; }
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
    overflow: visible; }
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
    display: block; }
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
    display: block;
    padding: 8px; }
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
    text-decoration: none; }
.page-header .switcher li,
.page-footer .switcher li {
    font-size: 14px;
    margin: 0; }
.page-header .switcher strong,
.page-footer .switcher strong {
    font-weight: 400; }

.widget {
    clear: both; }

.page-header .widget.block,
.page-footer .widget.block {
    margin: 20px 0; }

.ui-datepicker td {
    padding: 0; }

.page-wrapper {
    overflow: visible;
    width: 100%; }
.page-wrapper .before-header-container {
    background-color: #2B2B2B;
    border-bottom: 1px solid #B78219;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 17.1428px;
    text-align: center;
    padding: 12px; }
.page-wrapper .before-header-container .widget,
.page-wrapper .before-header-container .block,
.page-wrapper .before-header-container .block-static-block {
    margin: 0; }

.nav-open #back-to-top,
.nav-open #podium-bubble,
.nav-open #podium-prompt,
.minicart_active #back-to-top,
.minicart_active #podium-bubble,
.minicart_active #podium-prompt,
.minicart-closing #back-to-top,
.minicart-closing #podium-bubble,
.minicart-closing #podium-prompt {
    z-index: 1 !important; }

.lnk-wishlist:before,
.lnk-location:before,
.lnk-account:before {
    content: '';
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    background: #000;
    opacity: 0;
    transition: visibility 0.4s 0.4s ease-in-out, opacity 0.4s 0.4s ease-in-out; }

.lnk-minicart:before {
    content: '';
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    background: #000;
    opacity: 0;
    transition: visibility 0.4s 0.4s ease-in-out, opacity 0.4s 0.4s ease-in-out; }

.lnk-minicart.active:before {
    visibility: visible;
    opacity: 0.4;
    transition: visibility 0.4s 0s ease-in-out, opacity 0.4s 0s ease-in-out; }

.lnk-minicart:after {
    content: '';
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    margin: 0;
    border-radius: 50%;
    background: #F2F1EF;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block; }

.lnk-minicart:hover:after {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }

.minicart-action:before {
    content: '';
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    background: #000;
    opacity: 0;
    transition: visibility 0.4s 0.4s ease-in-out, opacity 0.4s 0.4s ease-in-out; }

.minicart-action.active:before {
    visibility: visible;
    opacity: 0.4;
    transition: visibility 0.4s 0s ease-in-out, opacity 0.4s 0s ease-in-out; }

.counter-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 15px;
    background-color: #B78219;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    color: #ffffff;
    transition: all .3s ease; }



.input-type {
    position: relative;
    max-width: 220px;
    margin: 0 auto 12px; }
.input-type.wide {
    max-width: 390px; }
.input-type input[type="text"],
.input-type input[type="password"],
.input-type input[type="tel"],
.input-type input[type="number"],
.input-type input[type="email"] {
    width: 100%;
    border-color: #000;
    padding: 10px 18px; }
.input-type input[type="text"].input-error-response, .input-type input[type="text"].mage-error,
.input-type input[type="password"].input-error-response,
.input-type input[type="password"].mage-error,
.input-type input[type="tel"].input-error-response,
.input-type input[type="tel"].mage-error,
.input-type input[type="number"].input-error-response,
.input-type input[type="number"].mage-error,
.input-type input[type="email"].input-error-response,
.input-type input[type="email"].mage-error {
    padding-right: 30px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjM1IDExLjY1MDFMMTIuMzUgMi42NTAwNUMxMi4zMDUxIDIuNjAyMjIgMTIuMjUwOSAyLjU2NDEgMTIuMTkwNyAyLjUzODA0QzEyLjEzMDUgMi41MTE5OCAxMi4wNjU2IDIuNDk4NTQgMTIgMi40OTg1NEMxMS45MzQ0IDIuNDk4NTQgMTEuODY5NSAyLjUxMTk4IDExLjgwOTMgMi41MzgwNEMxMS43NDkxIDIuNTY0MSAxMS42OTQ5IDIuNjAyMjIgMTEuNjUgMi42NTAwNUwyLjY0OTk5IDExLjY1MDFDMi42MDIxNiAxMS42OTQ5IDIuNTY0MDQgMTEuNzQ5MiAyLjUzNzk4IDExLjgwOTRDMi41MTE5MiAxMS44Njk2IDIuNDk4NDcgMTEuOTM0NSAyLjQ5ODQ3IDEyLjAwMDFDMi40OTg0NyAxMi4wNjU2IDIuNTExOTIgMTIuMTMwNiAyLjUzNzk4IDEyLjE5MDdDMi41NjQwNCAxMi4yNTA5IDIuNjAyMTYgMTIuMzA1MiAyLjY0OTk5IDEyLjM1MDFMMTEuNjUgMjEuMzUwMUMxMS42OTQ5IDIxLjM5NzkgMTEuNzQ5MSAyMS40MzYgMTEuODA5MyAyMS40NjIxQzExLjg2OTUgMjEuNDg4MSAxMS45MzQ0IDIxLjUwMTYgMTIgMjEuNTAxNkMxMi4wNjU2IDIxLjUwMTYgMTIuMTMwNSAyMS40ODgxIDEyLjE5MDcgMjEuNDYyMUMxMi4yNTA5IDIxLjQzNiAxMi4zMDUxIDIxLjM5NzkgMTIuMzUgMjEuMzUwMUwyMS4zNSAxMi4zNTAxQzIxLjM5NzggMTIuMzA1MiAyMS40MzU5IDEyLjI1MDkgMjEuNDYyIDEyLjE5MDdDMjEuNDg4MSAxMi4xMzA2IDIxLjUwMTUgMTIuMDY1NiAyMS41MDE1IDEyLjAwMDFDMjEuNTAxNSAxMS45MzQ1IDIxLjQ4ODEgMTEuODY5NiAyMS40NjIgMTEuODA5NEMyMS40MzU5IDExLjc0OTIgMjEuMzk3OCAxMS42OTQ5IDIxLjM1IDExLjY1MDFaTTEyIDIwLjI5MDFMMy43MDk5OSAxMi4wMDAxTDEyIDMuNzEwMDVMMjAuMjkgMTIuMDAwMUwxMiAyMC4yOTAxWiIgZmlsbD0iI2UwMmIyNyIvPgo8cGF0aCBkPSJNMTEuNSA4VjEzQzExLjUgMTMuMTMyNiAxMS41NTI3IDEzLjI1OTggMTEuNjQ2NCAxMy4zNTM2QzExLjc0MDIgMTMuNDQ3MyAxMS44Njc0IDEzLjUgMTIgMTMuNUMxMi4xMzI2IDEzLjUgMTIuMjU5OCAxMy40NDczIDEyLjM1MzYgMTMuMzUzNkMxMi40NDczIDEzLjI1OTggMTIuNSAxMy4xMzI2IDEyLjUgMTNWOEMxMi41IDcuODY3MzkgMTIuNDQ3MyA3Ljc0MDIxIDEyLjM1MzYgNy42NDY0NUMxMi4yNTk4IDcuNTUyNjggMTIuMTMyNiA3LjUgMTIgNy41QzExLjg2NzQgNy41IDExLjc0MDIgNy41NTI2OCAxMS42NDY0IDcuNjQ2NDVDMTEuNTUyNyA3Ljc0MDIxIDExLjUgNy44NjczOSAxMS41IDhaIiBmaWxsPSIjZTAyYjI3Ii8+CjxwYXRoIGQ9Ik0xMiAxNi42MzAxQzEyLjM0NzkgMTYuNjMwMSAxMi42MyAxNi4zNDgxIDEyLjYzIDE2LjAwMDFDMTIuNjMgMTUuNjUyMiAxMi4zNDc5IDE1LjM3MDEgMTIgMTUuMzcwMUMxMS42NTIxIDE1LjM3MDEgMTEuMzcgMTUuNjUyMiAxMS4zNyAxNi4wMDAxQzExLjM3IDE2LjM0ODEgMTEuNjUyMSAxNi42MzAxIDEyIDE2LjYzMDFaIiBmaWxsPSIjZTAyYjI3Ii8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-position: 98% 50%;
    border-color: #e02b27; }
@media only screen and (min-width: 1024px) {
    .input-type input[type="text"],
    .input-type input[type="password"],
    .input-type input[type="tel"],
    .input-type input[type="number"],
    .input-type input[type="email"] {
        font-size: 14px; } }
.input-type.with-icons:before {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 11px; }
.input-type.with-icons input[type="text"],
.input-type.with-icons input[type="number"] {
    padding-left: 34px; }
.input-type.with-icons.icon-emailed-code:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M64 80c-26.5 0-48 21.5-48 48v28.2L220.8 321.4c20.5 16.5 49.8 16.5 70.3 0L496 156.2V128c0-26.5-21.5-48-48-48H64zM16 176.7V384c0 26.5 21.5 48 48 48H448c26.5 0 48-21.5 48-48V176.7L301.2 333.8c-26.4 21.3-64 21.3-90.4 0L16 176.7zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z'/%3E%3C/svg%3E"); }
.input-type.with-icons.icon-texted-code:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M176 416c0-8.8-7.2-16-16-16H64c-26.5 0-48-21.5-48-48V64c0-26.5 21.5-48 48-48H448c26.5 0 48 21.5 48 48V352c0 26.5-21.5 48-48 48H309.3c-3.5 0-6.8 1.1-9.6 3.2L176 496V416zM64 0C28.7 0 0 28.7 0 64V352c0 35.3 28.7 64 64 64h80 16v16 64c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416H448c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zm40 180.8c0 9.6 4.8 18.7 12.8 24l29.4 19.6c3.6 2.4 5.7 6.4 5.7 10.7c0 7.1-5.8 12.8-12.8 12.8H112c-4.4 0-8 3.6-8 8s3.6 8 8 8h27.2c15.9 0 28.8-12.9 28.8-28.8c0-9.6-4.8-18.7-12.8-24l-29.4-19.6c-3.6-2.4-5.7-6.4-5.7-10.7c0-7.1 5.8-12.8 12.8-12.8H152c4.4 0 8-3.6 8-8s-3.6-8-8-8H132.8c-15.9 0-28.8 12.9-28.8 28.8zM372.8 152c-15.9 0-28.8 12.9-28.8 28.8c0 9.6 4.8 18.7 12.8 24l29.4 19.6c3.6 2.4 5.7 6.4 5.7 10.7c0 7.1-5.8 12.8-12.8 12.8H352c-4.4 0-8 3.6-8 8s3.6 8 8 8h27.2c15.9 0 28.8-12.9 28.8-28.8c0-9.6-4.8-18.7-12.8-24l-29.4-19.6c-3.6-2.4-5.7-6.4-5.7-10.7c0-7.1 5.8-12.8 12.8-12.8H392c4.4 0 8-3.6 8-8s-3.6-8-8-8H372.8zm-158.4 3.2c-2.1-2.8-5.7-3.9-8.9-2.8s-5.5 4.1-5.5 7.6v96c0 4.4 3.6 8 8 8s8-3.6 8-8V184l33.6 44.8c1.5 2 3.9 3.2 6.4 3.2s4.9-1.2 6.4-3.2L296 184v72c0 4.4 3.6 8 8 8s8-3.6 8-8V160c0-3.4-2.2-6.5-5.5-7.6s-6.9 0-8.9 2.8L256 210.7l-41.6-55.5z'/%3E%3C/svg%3E"); }
.input-type div.mage-error[generated],
.input-type .mage-error-response {
    color: #e02b27;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    margin: 5px 0; }

.toggle-pass {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
.toggle-pass:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M118 373c-39.8-38.3-67.9-83.7-83.2-117c15.3-33.3 43.4-78.6 83.2-117c44.6-42.9 101.5-75 170-75s125.4 32.1 170 75c39.8 38.3 67.9 83.7 83.2 117c-15.3 33.3-43.4 78.6-83.2 117c-44.6 42.9-101.5 75-170 75s-125.4-32.1-170-75zM288 480c158.4 0 258-149.3 288-224C546 181.3 446.4 32 288 32S30 181.3 0 256c30 74.7 129.6 224 288 224zM192 256a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zm224 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0z'/%3E%3C/svg%3E");
    height: 14px;
    width: 16px; }
.toggle-pass + input[type="password"].input-error-response, .toggle-pass + input[type="password"].mage-error {
    background: none !important; }

.input-type.pass-showed .toggle-pass:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M40.4 18L27.8 8.1 8.1 33.4l12.6 9.8L599.8 494.3l12.6 9.8 19.7-25.2L619.5 469 40.4 18zM608 256C578 181.3 478.4 32 320 32c-50.2 0-94.5 15-132.5 37.8l27.1 21.4C245.9 74.4 281.1 64 320 64c68.4 0 125.4 32.1 170 75c39.8 38.3 67.9 83.7 83.2 117c-10.5 22.8-27 51.4-49.3 79.4L549 355.3c28.4-35.8 48.2-72.4 59-99.3zM91 156.7C62.6 192.5 42.8 229.1 32 256c30 74.7 129.6 224 288 224c50.2 0 94.5-15 132.5-37.8l-27.1-21.4C394.1 437.6 358.9 448 320 448c-68.4 0-125.4-32.1-170-75c-39.8-38.3-67.9-83.7-83.2-117c10.5-22.8 27-51.4 49.3-79.4L91 156.7zM320 384c16.7 0 32.7-3.2 47.4-9.1l-30.9-24.4c-5.4 .9-10.9 1.4-16.5 1.4c-51 0-92.8-39.8-95.8-90.1l-30.9-24.4c-.9 6-1.3 12.2-1.3 18.5c0 70.7 57.3 128 128 128zM448 256c0-70.7-57.3-128-128-128c-16.7 0-32.7 3.2-47.4 9.1l30.9 24.4c5.4-.9 10.9-1.4 16.5-1.4c51 0 92.8 39.8 95.8 90.1l30.9 24.4c.9-6 1.3-12.2 1.3-18.5z'/%3E%3C/svg%3E");
    height: 15px;
    width: 18px; }

.form-actions {
    max-width: 220px;
    margin: 0 auto; }
.form-actions.wide {
    max-width: 176px; }

@keyframes spin {
    from {
        transform: rotate(0deg); }
    to {
        transform: rotate(360deg); } }

.custom-form-wrapper .action {
    cursor: pointer;
    display: inline-block;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    margin: 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 2.2rem;
    box-sizing: border-box;
    text-decoration: none;
    transition-property: background-color, border-color, color;
    transition-duration: 300ms;
    transition-timing-function: ease-out; }
.custom-form-wrapper .action.primary {
    background-color: #b78219;
    border: none;
    color: #fff;
    padding: 10px 20px; }
.custom-form-wrapper .action.primary:hover {
    background-color: #d0bf9e;
    text-decoration: none; }
.custom-form-wrapper .action.primary.ajax-loading-now {
    pointer-events: none;
    opacity: 0.6; }
.custom-form-wrapper .action.primary.ajax-loading-now span {
    position: relative; }
.custom-form-wrapper .action.primary.ajax-loading-now span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    margin-left: -22px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite; }
.custom-form-wrapper .action.secondary {
    background-color: #fff;
    border: solid 1px #b78219;
    color: #b78219;
    padding: 10px 20px; }
.custom-form-wrapper .action.secondary:hover {
    background-color: #d0bf9e;
    border: solid 1px #d0bf9e;
    color: #fff;
    text-decoration: none; }

.custom-form-wrapper .notice-sending-data .action.secondary {
    pointer-events: none;
    opacity: 0.6; }
.custom-form-wrapper .notice-sending-data .action.secondary span {
    position: relative; }
.custom-form-wrapper .notice-sending-data .action.secondary span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    margin-left: -22px;
    border: 2px solid #b78219;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite; }

.subtitle-notice {
    font-size: 14px;
    color: #000;
    max-width: 282px;
    margin: 0 auto 20px; }

.subtitle-notice-value {
    margin-bottom: 4px; }

.subtitle-action a {
    text-decoration: underline; }
.subtitle-action a:hover {
    color: #b78219;
    text-decoration: none; }

.bottom-notice {
    margin: 25px auto 0;
    max-width: 434px;
    font-size: 14px;
    line-height: 20px;
    color: #000; }
.bottom-notice.notice-smaller {
    max-width: 390px; }
.bottom-notice a {
    position: relative;
    text-decoration: underline; }
.bottom-notice a:hover {
    color: #b78219;
    text-decoration: none; }
.bottom-notice + .bottom-notice {
    margin-top: 15px; }
.bottom-notice .bottom-notice-loader {
    display: none;
    position: relative; }
.bottom-notice .bottom-notice-loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    margin-left: -22px;
    border: 2px solid #b78219;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite; }
.bottom-notice.notice-sending-data .bottom-notice-loader {
    display: inline-block; }
.bottom-notice.notice-sending-data a,
.bottom-notice.notice-sending-data .bottom-notice-label {
    display: none; }
.bottom-notice.notice-blocked-data a {
    cursor: default;
    pointer-events: none;
    color: #777;
    text-decoration: none; }
.bottom-notice .blocked-counter {
    position: absolute;
    top: -3px;
    right: -34px;
    width: 26px;
    height: 26px; }
.bottom-notice .blocked-counter .counter-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #b78219; }

.circular-progress {
    --size: 26px;
    --half-size: calc(var(--size) / 2);
    --stroke-width: 2px;
    --radius: calc((var(--size) - var(--stroke-width)) / 2);
    --pi: 3.14159;
    --circumference: calc(var(--radius) * var(--pi) * 2);
    --dash: calc((var(--progress) * var(--circumference)) / 100);
    animation: progress-animation 5s linear 0s 1 forwards; }

.circular-progress circle {
    cx: var(--half-size);
    cy: var(--half-size);
    r: var(--radius);
    stroke-width: var(--stroke-width);
    fill: none;
    stroke-linecap: round; }

.circular-progress circle.bg {
    stroke: #ddd; }

.circular-progress circle.fg {
    transform: rotate(-90deg);
    transform-origin: var(--half-size) var(--half-size);
    stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
    transition: stroke-dasharray 0.3s linear 0s;
    stroke: #b78219; }

@property --progress {
    syntax: "<number>";
    inherits: false;
    initial-value: 0; }

@keyframes progress-animation {
    from {
        --progress: 0; }
    to {
        --progress: 100; } }

.other-ways {
    display: flex;
    flex-direction: column;
    margin: 35px auto 0;
    max-width: 434px;
    font-size: 14px;
    line-height: 20px;
    color: #000; }
.other-ways strong {
    display: block;
    position: relative;
    margin-bottom: 14px;
    font-weight: 400; }
.other-ways strong:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #000;
    font-size: 0; }
.other-ways strong span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 17px; }
.other-ways a {
    margin-bottom: 12px;
    text-decoration: underline; }
.other-ways a:hover {
    color: #b78219;
    text-decoration: none; }
.other-ways a:last-child {
    margin-bottom: 0; }
.other-ways.short-ways {
    margin-top: 20px;
    max-width: 220px; }
.other-ways.short-ways strong {
    margin-bottom: 21px; }

.bottom-notice + .other-ways {
    margin-top: 25px; }

.forgot-text {
    margin: 0 0 30px;
    font-size: 14px; }
.forgot-text strong {
    font-size: 16px; }

.custom-form-sub-block .amsl-social-wrapper {
    margin: 20px auto 0;
    max-width: 320px; }

.custom-form-sub-block .amsl-auth-page .amsl-social-login .amsl-block-title {
    position: relative;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 400; }
.custom-form-sub-block .amsl-auth-page .amsl-social-login .amsl-block-title:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #000;
    font-size: 0; }
.custom-form-sub-block .amsl-auth-page .amsl-social-login .amsl-block-title .amsl-title {
    background: #fff;
    position: relative;
    z-index: 2;
    right: initial;
    left: initial;
    box-sizing: border-box;
    margin: 0;
    padding: 0 17px;
    max-width: initial;
    width: initial;
    border-radius: 0;
    transform: none; }

.custom-form-sub-block .amsl-social-login .amsl-buttons {
    justify-content: center; }

.custom-form-sub-block .amsl-social-login .amsl-button-wrapper.with-label.-rectangular {
    width: auto; }
.custom-form-sub-block .amsl-social-login .amsl-button-wrapper.with-label.-rectangular .amsl-button {
    background: none !important; }
.custom-form-sub-block .amsl-social-login .amsl-button-wrapper.with-label.-rectangular .amsl-button:hover {
    box-shadow: none; }
.custom-form-sub-block .amsl-social-login .amsl-button-wrapper.with-label.-rectangular .amsl-button.-google .amsl-social-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAbOSURBVHgBzZp9cFTVFcDPue9tkiUhYCAOyZCaFCO1VBtkF7TAzJpk0kJLi4kJ7R+xU8faTtvBzrQdR2WAYGiG1oqDU+1MSzvDVIJR4hd+YMySwVGEBEH/iCIoa3BIYkIM+dos++49nrfKAjHZ995mE/Y3k70v753z3jl77z333PMWIYEc8Pn0opSRPKWMG6TScgAoA5AEgDaMSnYpofVdGNGO5x06FIQEgTBJeko9PgDhA1IeBFxOALMh9gMlEbXx0SGloO3MoGrwHD0ahjiJy4GuspvThUy9h7/hX7LRi2EyEHSCoBd0Xd92zWvvBMAhjh3oK/OukRIe48NvQyIh6GdrdlDW8N+vfaZ9yK6abQe6yjzf0yRu58NSmEK4RwNCwINZTUfq7cnb4PMS7zoW/BdYjO9Ews+rm/NG60OI3DcxEGBBd4l3I99sD0yj8SZs9QPdJZ77rORiOtBTunQzC9TA1YDgkXn+tsesxCZ0oLvYswmINsHVgI3P9rf+xY7ouHOgt9h7ByE0wlWAh84T1za3/t6u/Dcc6CpbWqBLOEhA88EpBL085+oJsEMRfCJ07AADCYSRSYgFSHgd9+pPAPGW8Y3Bv81tPnI/OOAbDvSUenexIdXgjHeVgNqB01+8UnjqVMhKuLNk2Xc1kvcj4l2XDHFu/Fd6l3Hu9qU/VIJeA7uQ2eO0Ze7KH2/BmhoFDukr9qxSiE+y4j4eNn+AOLjCgb7Km07KvrTrbWkCdUjEu+e90doMk6Bn+eLc7LeOnYU4iTpgNKVUkYL6YNN8GTo2xxVLiZOxT6UyfDktxwNwlYmGUY46d4NGwv2jM660lZ3m6jfhCsiO/ikZjDeJ9AAdSMs3pDx9+QXZ6Q4PP5evq/OpYyf6w9nNrRshSYj0gJJy9dgLWk7QlVF9CvQFA9FcnQgCQx/3/BWSiIgDPHxuGvfizDBmVH3icq+IDCkO31RXEAiMQhKhmx8cxryx0tLUld0o5o2OUmPePnBI6cODPgMo8YmgIVtaaq7p16kBNIPg+1byrsL+N11NvY7DnUSoEyhuhQSjXPhzbp4WkJ2WB1/3REw0OAxJBK/ikR2hMKSRY0vDgGFIIjjnSjdboWuQakeBQJ2DpELLND+FQbG3bFGETblpgkBGIqjQJQ7YUeD6VBYkEZy9jpitCCq916bOtO6JLSGMzEnRHgh2cWuZw7PLSyC5kOaH7vkNhGUztPMOKmaF7WAod1nR/26ZffxXz/eDE1AcQyLbq7dCcvPwWGZ9W/zQbCPxXxK8zSvxRA7QzuGFxn+CCzN1N5h71a3ggAMPpf/OiXxx7cgdgMpyP06h0Y/M9mI6fXI8oX6VKtefvy3Mxpv7AzPbuG/hzp/OhCkEBVTYEDvnr8l63zyIOGBo4b0QSYku8X44y7j3/ApoDWenXHY6O2OGqxamCF9dMJ9IrbMUJHj94mHEgRm3w2cc5A9ePLkrWGj89vxy7YxM18bqcqlvvXd3xRqYAoRhbAMbaY0SIjrEojsy1NS2EGmqdmCxenL4Rp1MUyeA0+8nbn1ubT4kkOKtw/eAwCobot2fdbpfuvhP1AHdJ/f/un/F4Zcv5FnWS3k2zDdComXJnjvLIAGU1A7ysFGP2hT//6nHMRr2L/UAZ0cnjdkPgm3wOlbZ76m/czPEyc27qtOLtw49wkUvLh6jneDQDxR+/Aorxkp495Tv5eFTDk7gKpxCtfHddY27zW2blfj1r6xKnTU4YxUqqNMu5C9wd6/XRXiOdamf6N/+DTPvhVgOFD1VUahr9DZfmgsO4R4J8PK4X0dxmosE7/GY7hchDCmNUoULCwTgtxSpAnZyHTsdTU2EMYfSeu9S+nCRNqHtAAEkzeff4P70ymeOg/fpijW8gX8RppmUvnJK++Jn4/eEAWX+TRlNY0+P6/HZZz/4KLdiUZjdK4FpRLo/QJnSEdZC3xGo0i45QrjZvzHjv+PpTNhlZ/e2v5lbuci8iQ+mEZXSqRnpR0EPLlIoMwUPne0HNmRMGFy0WDc7+2x7S27FjWaI8sE0QtoIXpjlR+6Sfx78c9EfY8naesnnqS+vZslH45nYcUNU0/aLxs1WYrZfsy7Zs3YBoraDw8FqmELMwjFqsL6tqtFWEHH8otvTUF5NCrewYj4kEoRBXkG2i8yRfxxe/aqtbe5XanFwW0Ol21DEhSV6gCdZIUwCzqt4dcWdIEZ3HK3a1wEOmfSPPZbsrlyBmjTf3v+A/7xszGyLJxqcuJ/gKoEfUR0ZSFUvnFj74iDEyaQdGHs/T0PlDUAyj43M4eg1i79hwdnFqJAwZGjaCVfG0EknQ8SKLwGkMXH6QbRQBAAAAABJRU5ErkJggg==");
    background-size: contain; }
.custom-form-sub-block .amsl-social-login .amsl-button-wrapper.with-label.-rectangular .amsl-button.-apple .amsl-social-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAKkSURBVHgB1ZlPiE1RHMc/ZuRf/uVfyCBlQiQlChujSIktG0shImWDkAVKWNhQkgV2RLGhiJSMZGExC+lNkfInf4YafzLP99d9r8ade9+ce+fOO+d96rN475177/fcd8695/4u+GOCPCyfyS45lgZhjrwgu2W5l6NoANrke/4Pbr6jAdgg/9A3vHmTwGmVX0gOb24hcOwMp4V/ReCsJD28uYzAuUJ6+KM0AF9JDn+MBmA6fYN/pAEmbZUWotDf5D25j+gOXBhDyMcwojvqLPlXfpYviMLGGSl/Jvw2Sa6QMyr7s3+mUz6vtC8c6+waeZ3kcf2daMKur7GP8fKAfCp7SJ4bdrO7ITdRIGvlE2pfDnvbKc/LzXKd3CNv03f9058v5WoGgJ31kxkPWrQ2RPeTk1NAORB3kZEj4DVw3FtyOI60gvfAvT1ERu4DvkNXPUhGVgG+Q1e9SA5OA76DmyU5mRy0A+UA3E0OrDLQA/gOb9f+Foe8NMU+LyL/+qhIbKnxxqVhvAMTCQPnKkW8A+MIgy7XhvEOhDB8jNGuDeMd6CYMFro2jHfAaeLUAVvKOM3HeAc6CYNmuZOcJNUuffiJ6AmuJk0J37UTBjaEzvTXqDnhu7kM8DGuQJYQrQwepTVI6sBQuZVwqJ7Mh64bjKB2JdmXj8kwMo6D98BpOhWD5+M/aJKleNCmlA50ENVxQuNqlsbVK0AoZ/+XnE1GrgG+g1c9Sw4WEC1tfYcvyankZC9Q9mwbA+QO4Cv8JQrAyhsdUPfwr4neHxTCYvkD6hb+LTmuOv2xUf6GQQ9vS2nnp7Ks2HvfUo2D2zrqnNwu58lpcopcLrfJy0R1n7TtbaguZZCxcXmicjC72dn7rbtyhxzjsP3MSltbYX6o+ICoGudcQjf+AbjFawzE8k+5AAAAAElFTkSuQmCC");
    background-size: contain; }
.custom-form-sub-block .amsl-social-login .amsl-button-wrapper.with-label.-rectangular .amsl-social-icon {
    border-radius: 0;
    margin: 0 17px;
    min-width: 48px;
    width: 48px;
    height: 48px;
    background-size: 100%; }
.custom-form-sub-block .amsl-social-login .amsl-button-wrapper.with-label.-rectangular .amsl-text {
    display: none; }

@media only screen and (max-width: 1023px) {
    .page-layout-auth .header.content {
        justify-content: flex-start;
        padding: 0; }
    .page-layout-auth .header.content .header-secure-notice {
        left: auto;
        right: 0; } }

.customer-account-confirmation .page-main,
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main,
.customer-account-createpassword .page-main,
.customer-account-login .page-main {
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto; }

.customer-account-confirmation .page-title {
    font: 700 22px/26px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111;
    margin: 20px 0 35px;
    text-align: center; }

.form.send.confirmation {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 40px; }
.form.send.confirmation .fieldset > .field:not(.choice) > .control {
    float: none;
    width: 100% !important; }
.form.send.confirmation .actions-toolbar {
    margin: 0 !important; }

.login-container .block-new-customer .actions-toolbar {
    margin-top: 25px; }
.login-container .block-new-customer .actions-toolbar .action.primary {
    background: #b78219;
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    transition-property: background-color, border-color, color;
    transition-duration: 300ms;
    transition-timing-function: ease-out; }
.login-container .block-new-customer .actions-toolbar .action.primary:hover {
    background: #d0bf9e;
    color: #fff;
    text-decoration: none; }

.login-container .block .block-title {
    font-size: 1.8rem;
    margin-bottom: 22px; }

.login-container .fieldset:after {
    margin: 10px 0 0;
    content: attr(data-hasrequired);
    display: block;
    letter-spacing: normal;
    word-spacing: normal;
    color: #e02b27;
    font-size: 1.4rem; }

.login-container .fieldset:after {
    margin-top: 35px; }

.phone-msg-notice {
    position: relative;
    text-align: left; }
.phone-msg-notice.active {
    background: #efefef;
    padding: 9px 15px 10px 35px;
    font-size: 13px;
    line-height: 1.1;
    margin-top: 10px; }
.phone-msg-notice.active:before {
    content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24h80c13.3 0 24-10.7 24-24s-10.7-24-24-24h-8V248c0-13.3-10.7-24-24-24H216c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v64H216zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" fill="%235e5e5e"/></svg>');
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px; }

.form-container .block-title-notice {
    text-align: center;
    margin-bottom: 20px; }

.block-addresses-list .items.addresses > .item {
    margin-bottom: 20px; }
.block-addresses-list .items.addresses > .item:last-child {
    margin-bottom: 0; }

.form-address-edit #region_id {
    display: none; }

.form-edit-account .fieldset.password {
    display: none; }

.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
    line-height: 26px; }

.fieldset .fullname.field > .label + .control {
    width: 100%; }

.customer-account-create .amsl-registration-page {
    max-width: 465px;
    padding: 0 20px;
    margin: -20px auto 30px !important; }

.form.form-login .field.note {
    display: block;
    margin: 0 0 3px !important;
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    color: #5e5e5e; }
.form.form-login .field.note.spacer {
    color: #b78219;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    border-style: none !important;
    padding: 0 !important;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    width: 100%; }
.form.form-login .field.note.spacer:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #eee;
    content: ''; }
.form.form-login .field.note.spacer span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 19px;
    display: inline-block;
    vertical-align: top;
    transform: unset;
    width: unset; }
.form.form-login .field.note.switch-to {
    margin-bottom: 23px !important; }

.form.form-login .fieldset.code {
    margin: 0; }

.info-customer-row {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center; }
.info-customer-row svg {
    display: inline-block;
    margin: 0 9px 0 0;
    height: 16px;
    width: 16px;
    position: relative;
    top: 1px; }
.info-customer-row.info-phone svg {
    left: 1px;
    top: 0; }

.account .page-title-wrapper .page-title {
    font: 700 36px/1.3 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.account .column.main h2 {
    margin-top: 0; }

.account .column.main .toolbar {
    text-align: center; }
.account .column.main .toolbar .limiter-options {
    width: auto; }

.account .sidebar-additional {
    margin-top: 40px; }

.account .table-wrapper:last-child {
    margin-bottom: 0; }

.account .table-wrapper .action {
    margin-right: 15px; }
.account .table-wrapper .action:last-child {
    margin-right: 0; }

.account .main .action {
    color: #000; }
.account .main .action.more {
    color: #fff;
    white-space: nowrap; }

.account .main button.action, .account .main .action.action-gift {
    border-style: none;
    color: #fff;
    text-transform: uppercase; }

.account .main .block-title .action {
    color: #b78219; }

.account #maincontent {
    max-width: 1440px;
    padding: 40px 15px;
    margin: 0 auto; }
.account #maincontent .column.main {
    float: right; }
.account #maincontent .actions-toolbar {
    max-width: 800px;
    margin: 0;
    overflow: hidden; }
.account #maincontent .actions-toolbar > *:only-child {
    float: left; }
.account #maincontent .actions-toolbar .action {
    width: auto;
    margin: 5px; }
.account #maincontent .actions-toolbar > .primary .action {
    margin: 0 5px 5px 0; }

.account .fieldset > .field.choice:before {
    display: none; }

.account .products-grid {
    padding: 0; }

.account .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .box-title {
    margin-bottom: 15px !important; }

.account .column.main .block .box-actions {
    margin-top: 15px; }
.account .column.main .block .box-actions a {
    color: #b78219; }
.account .column.main .block .box-actions a:not(:last-child) {
    margin-right: 15px; }

.customer-menu {
    position: absolute;
    right: 0;
    top: 100%;
    margin: 8px 0 0;
    list-style: none;
    -webkit-box-shadow: 0 0 10px 0 #D6D3D3;
    -moz-box-shadow: 0 0 10px 0 #D6D3D3;
    box-shadow: 0 0 10px 0 #D6D3D3;
    z-index: 10;
    background: #fff;
    padding: 20px;
    white-space: nowrap;
    display: none; }
.customer-menu li {
    font: 400 14px/19px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px; }
.customer-menu li:last-child {
    margin: 0; }
.customer-menu li a {
    color: #111; }

.account .sidebar-main .block {
    margin: 0; }
.account .sidebar-main .block .content {
    background: #f5f5f5;
    padding: 5px 0; }
.account .sidebar-main .block .content ul {
    list-style: none;
    padding: 0; }
.account .sidebar-main .block .item {
    margin: 3px 0 0; }
.account .sidebar-main .block .item:first-child {
    margin-top: 0; }
.account .sidebar-main .block .item a,
.account .sidebar-main .block .item > strong {
    border-left: 3px solid transparent;
    display: block;
    padding: 5px 18px 5px 15px; }
.account .sidebar-main .block .item a {
    text-decoration: none;
    color: #000; }
.account .sidebar-main .block .item a:hover {
    background: #e8e8e8; }
.account .sidebar-main .block .item.current a,
.account .sidebar-main .block .item.current strong {
    border-color: #ff5501;
    font-weight: 600; }
.account .sidebar-main .block .item.current a {
    border-color: #ff5501; }
.account .sidebar-main .block .item .delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 1.8rem; }

.field.password .control {
    display: flex;
    flex-direction: column; }
.field.password .control .mage-error {
    order: 2; }
.field.password .control .input-text {
    order: 0;
    z-index: 2; }

.password-strength-meter {
    background-color: #f4f4f4;
    height: 30px;
    line-height: 30px;
    padding: 0 9px;
    position: relative;
    z-index: 1; }
.password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
.password-none .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%; }
.password-weak .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%; }
.password-medium .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%; }
.password-strong .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%; }
.password-very-strong .password-strength-meter:before {
    background-color: #81b562;
    width: 100%; }

.control.captcha-image {
    margin-top: 10px; }
.control.captcha-image .captcha-img {
    vertical-align: middle; }

.wishlist-shared-index .page-title-wrapper,
.wishlist-shared-index .main {
    float: none;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.wishlist-shared-index .page-title-wrapper form.shared.wishlist .table-wrapper,
.wishlist-shared-index .main form.shared.wishlist .table-wrapper {
    margin: 0 0 40px; }
.wishlist-shared-index .page-title-wrapper form.shared.wishlist .table-wrapper .product.photo,
.wishlist-shared-index .main form.shared.wishlist .table-wrapper .product.photo {
    float: left;
    margin: 0 20px 0 0; }
.wishlist-shared-index .page-title-wrapper form.shared.wishlist .table-wrapper .product.name,
.wishlist-shared-index .main form.shared.wishlist .table-wrapper .product.name {
    font: 600 14px/1.3 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    display: block; }
.wishlist-shared-index .page-title-wrapper form.shared.wishlist .table-wrapper .product.name a,
.wishlist-shared-index .main form.shared.wishlist .table-wrapper .product.name a {
    color: #111;
    font-weight: 600; }
.wishlist-shared-index .page-title-wrapper form.shared.wishlist .table-wrapper .product .price,
.wishlist-shared-index .main form.shared.wishlist .table-wrapper .product .price {
    font: 300 20px/1.3 "Open Sans", Helvetica, Arial, sans-serif;
    color: #111; }
.wishlist-shared-index .page-title-wrapper form.shared.wishlist .table-wrapper .actions .tocart,
.wishlist-shared-index .main form.shared.wishlist .table-wrapper .actions .tocart {
    margin: 0 0 20px;
    white-space: nowrap; }
.wishlist-shared-index .page-title-wrapper form.shared.wishlist .table-wrapper .actions a,
.wishlist-shared-index .main form.shared.wishlist .table-wrapper .actions a {
    white-space: nowrap;
    color: #b78219; }
.wishlist-shared-index .page-title-wrapper form.shared.wishlist .actions-toolbar,
.wishlist-shared-index .main form.shared.wishlist .actions-toolbar {
    margin: 0 0 040px; }
.wishlist-shared-index .page-title-wrapper form.shared.wishlist .actions-toolbar a,
.wishlist-shared-index .main form.shared.wishlist .actions-toolbar a {
    color: #b78219; }

@media only screen and (max-width: 767px) {
    .login-container .fieldset:after {
        text-align: center; }
    .account .page.messages {
        margin-bottom: 40px; }
    .account .products-grid.wishlist .price-box img,
    .account .products-grid.wishlist .product-item-name img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto; }
    .account .products-grid.wishlist .product-item-photo {
        width: 95px; }
    .control.captcha-image .captcha-img {
        margin-bottom: 10px;
        display: block; }
    .customer-account-index .page-title-wrapper {
        position: relative; }
    .wishlist-shared-index .page-title-wrapper h1 {
        font: 700 16px/1.3 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 15px 0; } }

@media only screen and (max-width: 639px) {
    .account .column.main,
    .account .sidebar-additional {
        margin: 0; }
    .account .products-grid.wishlist .price-box,
    .account .products-grid.wishlist .product-item-name,
    .account .products-grid.wishlist .product-item-photo {
        float: none;
        margin: 0 0 20px !important;
        display: block;
        width: 100%; }
    .wishlist-shared-index .main form.shared.wishlist .table-wrapper tr {
        border-bottom: 1px solid #d1d1d1; }
    .wishlist-shared-index .main form.shared.wishlist .table-wrapper td {
        overflow: hidden; }
    .wishlist-shared-index .main form.shared.wishlist .table-wrapper td:before {
        display: none !important; } }

@media only screen and (min-width: 768px) {
    .login-container .block {
        width: 46% !important; }
    .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: 55%; }
    .fieldset .fullname .field .label {
        padding: 6px 15px 0 0;
        text-align: right;
        width: 25.8%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left; }
    .fieldset .fullname .field .control {
        width: 74.2%;
        float: left; }
    .form.password.reset {
        width: 100%;
        max-width: 480px; }
    .form.password.forget,
    .form.create.account {
        min-width: 600px;
        width: 50%; }
    .customer-account-create .amsl-registration-page {
        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%; }
    .block-addresses-list .items.addresses {
        font-size: 0; }
    .block-addresses-list .items.addresses > .item {
        display: inline-block;
        font-size: 16px;
        margin-bottom: 20px;
        vertical-align: top;
        width: 48.8%; }
    .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: 2.4%; }
    .control.captcha-image .captcha-img {
        margin: 0 10px 10px 0; }
    .wishlist-shared-index .page-title-wrapper h1 {
        font: 700 28px/1.3 "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 15px 0; }
    .wishlist-shared-index .wishlist .table-wrapper tr {
        border-bottom: 1px solid #d1d1d1; }
    .wishlist-shared-index .wishlist .table-wrapper .comment {
        text-align: center; }
    .wishlist-shared-index .wishlist .table-wrapper .actions {
        text-align: right; }
    .wishlist-shared-index .wishlist .table-wrapper .product.photo {
        float: left;
        margin: 0 20px 0 0; } }

.dimantions-box .head-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; }
.dimantions-box .head-box > * {
    padding: 15px;
    margin: 0 0 30px;
    background: #e3e3e3;
    flex: 0 0 49.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
.dimantions-box .head-box > * a {
    color: #b78219;
    border-bottom: 1px dashed #b78219; }
.dimantions-box .head-box > * a:hover {
    text-decoration: none;
    border-style: none; }
.dimantions-box .head-box > * .actions-toolbar {
    margin: 0 !important;
    overflow: hidden;
    flex: 0 0 49%; }
.dimantions-box .head-box > * .actions-toolbar div.primary {
    float: none;
    display: block; }
.dimantions-box .head-box .field {
    display: flex;
    justify-content: space-between; }
.dimantions-box .head-box .field .control {
    flex: 0 0 49%; }
.dimantions-box .head-box .field .note {
    flex: 0 0 49%; }
.dimantions-box .head-box .input-file {
    margin: 0 !important; }
.dimantions-box .head-box .search-box .fieldset .field {
    display: block;
    float: left;
    width: 130px;
    margin: 0 20px 0 0; }
.dimantions-box .head-box .search-box .fieldset .field .control {
    width: 100%; }
.dimantions-box .head-box #update-boxes-save {
    margin: 15px 0 0; }
.dimantions-box .head-box .action {
    display: inline-block;
    width: auto;
    border-style: none;
    color: #fff;
    border-radius: 0;
    text-align: center; }

.dimantions-box select {
    padding: 5px 29px 4px 10px; }

.dimantions-box .data-box {
    overflow: auto;
    margin: 0 0 15px; }
.dimantions-box .data-box table th,
.dimantions-box .data-box table td {
    padding: 5px;
    vertical-align: middle; }
.dimantions-box .data-box table thead th {
    background: #e3e3e3; }
.dimantions-box .data-box table tr:nth-child(even) td {
    background: #f0f0f0; }
.dimantions-box .data-box table .input-text {
    max-width: 50px;
    margin: 0 auto;
    display: block; }

.dimantions-box .save-table {
    text-align: right; }
.dimantions-box .save-table .action {
    display: inline-block;
    float: none; }

@media (max-width: 1024px) {
    .dimantions-box .head-box > * {
        flex: 0 0 100%; } }

@media only screen and (max-width: 639px) {
    .dimantions-box .head-box .field {
        flex-direction: column; }
    .dimantions-box .head-box .field .note,
    .dimantions-box .head-box .field .control {
        flex: none; }
    .dimantions-box > * .actions-toolbar div.primary {
        margin-top: 10px !important;
        text-align: left; } }

.customer-account-logoutsuccess .page-main {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center; }

.mfp-move-from-top .mfp-content {
    margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
    #social-login-popup.white-popup.lof-social-login-style1 .mfp-close {
        margin: 0;
        background: url(assets/images/icon/ico-remove.png) no-repeat 50% 50%; } }

.types-holder {
    background: #F7F6F5;
    padding: 70px 20px 80px;
    margin: 0 -15px; }
@media only screen and (max-width: 768px) {
    .types-holder {
        padding: 70px 5px 80px;
        margin: 0; } }
@media only screen and (max-width: 640px) {
    .types-holder {
        padding-top: 35px;
        padding-bottom: 60px; } }
.types-holder .types-holder-title {
    margin: 0 auto 50px;
    color: #111;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 3.6rem;
    text-align: center; }
@media only screen and (max-width: 768px) {
    .types-holder .types-holder-title {
        font-size: 2.4rem;
        margin: 0 auto 30px; } }

.category-collections .types-holder {
    background: unset;
    padding: 20px 20px 20px;
    margin-bottom: 30px; }

.category-collections .types-holder-title {
    margin: 0 auto 30px; }

@media only screen and (max-width: 768px) {
    .category-collections .types-holder {
        background: unset;
        padding: 45px 0 0;
        margin-bottom: 60px; }
    .category-collections .types-holder-title {
        font-size: 2.4rem;
        margin: 0 auto 30px; } }

.types-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1430px;
    margin: 0 auto 25px;
    padding: 0;
    list-style: none;
    box-sizing: border-box; }
@media only screen and (max-width: 767px) {
    .types-list:not(.slick-initialized) {
        padding: 0 30px 5px;
        position: relative; }
    .types-list:not(.slick-initialized):before {
        content: '';
        background-color: #F7F6F5;
        background-image: url("../images/loader-1.gif");
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .types-list:not(.slick-initialized) .types-container {
        display: none; }
    .types-list:not(.slick-initialized) .types-container:nth-child(1), .types-list:not(.slick-initialized) .types-container:nth-child(2), .types-list:not(.slick-initialized) .types-container:nth-child(3) {
        display: block; } }
@media only screen and (max-width: 579px) {
    .types-list:not(.slick-initialized) .types-container {
        width: 50%; }
    .types-list:not(.slick-initialized) .types-container:nth-child(3) {
        display: none; } }
@media only screen and (max-width: 479px) {
    .types-list:not(.slick-initialized) .types-container {
        width: 100%; }
    .types-list:not(.slick-initialized) .types-container:nth-child(2), .types-list:not(.slick-initialized) .types-container:nth-child(3) {
        display: none; } }
.types-list > * {
    box-sizing: border-box; }
.types-list .slick-track {
    display: flex; }
.types-list .types-container {
    display: block;
    position: relative;
    width: 25%;
    height: auto;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 10px;
    margin: 0;
    z-index: 2;
    border: 1px solid transparent; }
@media only screen and (min-width: 768px) {
    .types-list .types-container:hover .image-holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border: 0;
        z-index: 3;
        box-shadow: -2px 2px 4px 0 #C4C4C4; } }
.types-list .type-title {
    display: block;
    color: #212121; }
.types-list .image-holder {
    border: 1px solid #ddd;
    overflow: hidden; }
.types-list .img-container {
    display: block; }
.types-list .img-container > img {
    display: block;
    width: 100%;
    height: auto;
    margin: -20px 0; }
.types-list .type-title {
    display: block;
    position: absolute;
    top: 13%;
    left: 13%;
    z-index: 5;
    font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.3;
    text-shadow: 1px 1px rgba(255, 255, 255, 0.5); }
.types-list .type-title:hover {
    text-decoration: none; }
@media only screen and (max-width: 1023px) {
    .types-list .types-container {
        width: 33.33%; } }
.types-list .slick-list {
    margin: 0 30px 30px; }
.types-list .slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    font-size: 0;
    line-height: 0;
    background: none;
    border-style: none;
    padding: 0;
    box-shadow: none !important;
    opacity: 1; }
.types-list .slick-arrow:before {
    content: '';
    width: 56px;
    height: 56px;
    margin: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: block;
    position: absolute;
    transition: all 250ms easy;
    border: 1px solid #ddd;
    box-sizing: border-box;
    opacity: 0.75; }
.types-list .slick-arrow:hover:before {
    opacity: 1; }
.types-list .slick-arrow:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 0;
    height: 0;
    display: block; }
.types-list .slick-arrow.slick-prev {
    left: 0; }
.types-list .slick-arrow.slick-prev:after {
    border-style: solid;
    border-width: 5px 7px 5px 0;
    margin-left: -2px;
    border-color: transparent #212121 transparent transparent; }
.types-list .slick-arrow.slick-next {
    right: 0; }
.types-list .slick-arrow.slick-next:after {
    border-style: solid;
    border-width: 5px 0 5px 7px;
    margin-right: -2px;
    border-color: transparent transparent transparent #212121; }
.types-list .slick-arrow.slick-disabled {
    opacity: 0.25 !important; }
.types-list .slick-arrow:hover.slick-prev:before, .types-list .slick-arrow:hover.slick-next:before {
    opacity: 1; }
.types-list .slick-dots {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 20px;
    position: absolute;
    z-index: 50; }
.types-list .slick-dots li {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 10px; }
.types-list .slick-dots li button, .types-list .slick-dots li .action-gift {
    position: absolute;
    display: block;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    min-width: 0;
    font-size: 0;
    line-height: 0;
    border: 0 solid #000000;
    padding: 1px;
    background: #000000;
    transition: all 250ms ease;
    border-radius: 50%; }
.types-list .slick-dots li.slick-active {
    position: relative;
    top: -1px; }
.types-list .slick-dots li.slick-active button, .types-list .slick-dots li.slick-active .action-gift {
    border: 2px solid #000000;
    padding: 4px;
    background: transparent; }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -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); }

.slick-track {
    display: flex;
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    height: auto;
    min-height: 1px;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./../images/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
    left: -25px; }
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
.slick-prev:before {
    content: "←"; }
[dir="rtl"] .slick-prev:before {
    content: "→"; }

.slick-next {
    right: -25px; }
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
.slick-next:before {
    content: "→"; }
[dir="rtl"] .slick-next:before {
    content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
.slick-dots li button, .slick-dots li .action-gift {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
.slick-dots li button:hover, .slick-dots li .action-gift:hover, .slick-dots li button:focus, .slick-dots li .action-gift:focus {
    outline: none; }
.slick-dots li button:hover:before, .slick-dots li .action-gift:hover:before, .slick-dots li button:focus:before, .slick-dots li .action-gift:focus:before {
    opacity: 1; }
.slick-dots li button:before, .slick-dots li .action-gift:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before, .slick-dots li.slick-active .action-gift:before {
    color: black;
    opacity: 0.75; }

.abs-reset-list, .opc-wrapper .opc, .checkout-container .opc-progress-bar, .checkout-agreements-items, .product-items, .bundle-options-container .block-bundle-summary .bundle.items, .block-wishlist-management .wishlist-select-items, .paypal-review .items-qty, .order-details-items .items-qty, .block-banners .banner-items,
.block-banners-inline .banner-items, .block-event .slider-panel .slider {
    margin: 0;
    padding: 0;
    list-style: none none; }
.abs-reset-list > li, .opc-wrapper .opc > li, .checkout-container .opc-progress-bar > li, .checkout-agreements-items > li, .product-items > li, .bundle-options-container .block-bundle-summary .bundle.items > li, .block-wishlist-management .wishlist-select-items > li, .paypal-review .items-qty > li, .order-details-items .items-qty > li, .block-banners .banner-items > li, .block-banners-inline .banner-items > li, .block-event .slider-panel .slider > li {
    margin: 0; }

.abs-action-link-button, .abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist, .block-event .slider-panel .slider .item .action.event {
    background-image: none;
    background: #b78219;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    box-sizing: border-box;
    vertical-align: middle;
    transition-property: background-color, border-color, color;
    transition-duration: 300ms;
    transition-timing-function: ease-out;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px; }
.abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active {
    background: #F2402C;
    border: none;
    color: none; }
.abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover {
    background: #d0bf9e;
    border: none;
    color: none; }
.abs-action-link-button.disabled, .disabled.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .disabled.action, .product-info-main .disabled.action.towishlist,
.product-options-bottom .disabled.action.towishlist,
.block-bundle-summary .disabled.action.towishlist, .block-event .slider-panel .slider .item .disabled.action.event, .abs-action-link-button[disabled], .abs-action-addto-product[disabled], .bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled], .product-info-main .action.towishlist[disabled],
.product-options-bottom .action.towishlist[disabled],
.block-bundle-summary .action.towishlist[disabled], .block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .abs-action-link-button,
fieldset[disabled] .abs-action-addto-product,
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.bundle-options-container .block-bundle-summary fieldset[disabled] .product-addto-links > .action,
fieldset[disabled] .product-info-main .action.towishlist,
.product-info-main fieldset[disabled] .action.towishlist,
fieldset[disabled] .product-options-bottom .action.towishlist,
.product-options-bottom fieldset[disabled] .action.towishlist,
fieldset[disabled] .block-bundle-summary .action.towishlist,
.block-bundle-summary fieldset[disabled] .action.towishlist,
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.block-event .slider-panel .slider .item fieldset[disabled] .action.event {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
.abs-action-link-button:hover, .abs-action-addto-product:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover, .block-event .slider-panel .slider .item .action.event:hover, .abs-action-link-button:active, .abs-action-addto-product:active, .bundle-options-container .block-bundle-summary .product-addto-links > .action:active, .product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:active, .block-event .slider-panel .slider .item .action.event:active, .abs-action-link-button:focus, .abs-action-addto-product:focus, .bundle-options-container .block-bundle-summary .product-addto-links > .action:focus, .product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:focus, .block-event .slider-panel .slider .item .action.event:focus {
    text-decoration: none; }

.abs-product-options-list dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0; }
.abs-product-options-list dt:after, .block-giftregistry-shared-items .product .item-options dt:after, .multicheckout .item-options dt:after {
    content: ': '; }

.abs-product-options-list dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px; }

@media only screen and (min-width: 768px) {
    .abs-product-options-list-desktop dt, .block-giftregistry-shared .item-options dt {
        clear: left;
        float: left;
        margin: 0 10px 5px 0; }
    .abs-product-options-list-desktop dt:after, .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-responsive, .actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
    width: 100%; }

@media only screen and (min-width: 768px) {
    .abs-button-desktop {
        width: auto; } }

@media only screen and (max-width: 767px) {
    .abs-button-responsive-smaller {
        width: 100%; } }

@media only screen and (min-width: 768px) {
    .abs-blocks-2columns, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .column .block-addbysku .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
    .sales-guest-view .column.main .block:not(.widget) .block-content .box {
        width: 48.8%; }
    .abs-blocks-2columns:nth-child(odd), .login-container .block:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(odd), .column .block-addbysku .block-content .box:nth-child(odd), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd), [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
        clear: left;
        float: left; }
    .abs-blocks-2columns:nth-child(even), .login-container .block:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(even), .column .block-addbysku .block-content .box:nth-child(even), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even), [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
    .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
        float: right; } }

@media only screen and (min-width: 640px) {
    .abs-blocks-2columns-s {
        width: 48.8%; }
    .abs-blocks-2columns-s:nth-child(odd) {
        clear: left;
        float: left; }
    .abs-blocks-2columns-s:nth-child(even) {
        float: right; } }

.abs-reset-image-wrapper, .minicart-items .product-image-wrapper, .products-list .product-image-wrapper, .block-giftregistry-shared-items .product-image-wrapper {
    height: auto;
    padding: 0 !important; }
.abs-reset-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .products-list .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
    position: static; }

.abs-adaptive-images {
    display: block;
    height: auto;
    max-width: 100%; }

.abs-adaptive-images-centered {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%; }

.abs-login-block-title, .login-container .block .block-title {
    font-size: 1.8rem;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 12px; }
.abs-login-block-title strong, .login-container .block .block-title strong {
    font-weight: 500; }

.abs-block-title, .widget .block-title, .abs-account-blocks .block-title, .account .column.main .block:not(.widget) .block-title, .multicheckout .block-title, .paypal-review .block .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-results .block-title, .block-reorder .block-title, .block-wishlist .block-title {
    margin-bottom: 15px; }
.abs-block-title > strong, .widget .block-title > strong, .abs-account-blocks .block-title > strong, .account .column.main .block:not(.widget) .block-title > strong, .multicheckout .block-title > strong, .paypal-review .block .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > strong, .block-giftregistry-results .block-title > strong, .block-giftregistry-shared-items .block-title > strong, .block-wishlist-search-results .block-title > strong, .block-reorder .block-title > strong, .block-wishlist .block-title > strong {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem; }

.abs-account-blocks .block-title > .action, .account .column.main .block:not(.widget) .block-title > .action, .multicheckout .block-title > .action, .paypal-review .block .block-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action, .sales-guest-view .column.main .block:not(.widget) .block-title > .action {
    margin-left: 15px; }

.abs-account-blocks .box-title, .account .column.main .block:not(.widget) .box-title, .multicheckout .box-title, .paypal-review .block .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
    display: inline-block;
    margin: 0 0 5px; }
.abs-account-blocks .box-title > span, .account .column.main .block:not(.widget) .box-title > span, .multicheckout .box-title > span, .paypal-review .block .box-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > span, .sales-guest-view .column.main .block:not(.widget) .box-title > span {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
.abs-account-blocks .box-title > .action, .account .column.main .block:not(.widget) .box-title > .action, .multicheckout .box-title > .action, .paypal-review .block .box-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action, [class^='sales-guest-'] .column.main .block:not(.widget) .box-title > .action, .sales-guest-view .column.main .block:not(.widget) .box-title > .action {
    font-weight: 400;
    margin-left: 10px; }

.abs-account-blocks .block-content p:last-child, .account .column.main .block:not(.widget) .block-content p:last-child, .multicheckout .block-content p:last-child, .paypal-review .block .block-content p:last-child, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content p:last-child, .sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
    margin-bottom: 0; }

.abs-account-blocks .block-content .box, .account .column.main .block:not(.widget) .block-content .box, .multicheckout .block-content .box, .paypal-review .block .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px; }

.abs-dropdown-simple, .giftregisty-dropdown, .wishlist-dropdown {
    display: inline-block;
    position: relative; }
.abs-dropdown-simple:before, .giftregisty-dropdown:before, .wishlist-dropdown:before, .abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
    content: '';
    display: table; }
.abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
    clear: both; }
.abs-dropdown-simple .action.toggle, .giftregisty-dropdown .action.toggle, .wishlist-dropdown .action.toggle {
    cursor: pointer;
    display: inline-block;
    text-decoration: none; }
.abs-dropdown-simple .action.toggle:after, .giftregisty-dropdown .action.toggle:after, .wishlist-dropdown .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
.abs-dropdown-simple .action.toggle:hover:after, .giftregisty-dropdown .action.toggle:hover:after, .wishlist-dropdown .action.toggle:hover:after {
    color: inherit; }
.abs-dropdown-simple .action.toggle:active:after, .giftregisty-dropdown .action.toggle:active:after, .wishlist-dropdown .action.toggle:active:after {
    color: inherit; }
.abs-dropdown-simple .action.toggle.active, .giftregisty-dropdown .action.toggle.active, .wishlist-dropdown .action.toggle.active {
    display: inline-block;
    text-decoration: none; }
.abs-dropdown-simple .action.toggle.active:after, .giftregisty-dropdown .action.toggle.active:after, .wishlist-dropdown .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
.abs-dropdown-simple .action.toggle.active:hover:after, .giftregisty-dropdown .action.toggle.active:hover:after, .wishlist-dropdown .action.toggle.active:hover:after {
    color: inherit; }
.abs-dropdown-simple .action.toggle.active:active:after, .giftregisty-dropdown .action.toggle.active:active:after, .wishlist-dropdown .action.toggle.active:active:after {
    color: inherit; }
.abs-dropdown-simple ul.dropdown, .giftregisty-dropdown ul.dropdown, .wishlist-dropdown ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 200px;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
.abs-dropdown-simple ul.dropdown li, .giftregisty-dropdown ul.dropdown li, .wishlist-dropdown ul.dropdown li {
    margin: 0;
    padding: 5px 5px 5px 23px; }
.abs-dropdown-simple ul.dropdown li:hover, .giftregisty-dropdown ul.dropdown li:hover, .wishlist-dropdown ul.dropdown li:hover {
    background: #e8e8e8;
    cursor: pointer; }
.abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0; }
.abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99; }
.abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98; }
.abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
    left: 10px;
    top: -12px; }
.abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
    left: 9px;
    top: -14px; }
.abs-dropdown-simple.active, .active.giftregisty-dropdown, .active.wishlist-dropdown {
    overflow: visible; }
.abs-dropdown-simple.active ul.dropdown, .active.giftregisty-dropdown ul.dropdown, .active.wishlist-dropdown ul.dropdown {
    display: block; }

.abs-input-qty, .account .table-return-items .qty .input-text, .column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .control .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
    text-align: center;
    width: 47px; }

.abs-margin-for-blocks-and-widgets, .block, .sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child), .block-banners,
.block-banners-inline {
    margin-bottom: 40px; }

.abs-remove-button-for-blocks {
    display: inline-block;
    text-decoration: none; }
.abs-remove-button-for-blocks > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.abs-remove-button-for-blocks:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
.abs-remove-button-for-blocks:hover:before {
    color: #303030; }
.abs-remove-button-for-blocks:active:before {
    color: #303030; }

.abs-product-link > a, .product-item-name > a {
    color: #333;
    text-decoration: none; }
.abs-product-link > a:hover, .product-item-name > a:hover {
    color: #333;
    text-decoration: underline; }
.abs-product-link > a:active, .product-item-name > a:active {
    color: #333;
    text-decoration: underline; }

.abs-reset-left-margin, .fieldset .review-legend.legend, .form.giftregistry.items .actions-toolbar, .form-new-agreement .actions-toolbar, .form.wishlist.items .actions-toolbar {
    margin-left: 0; }

@media only screen and (min-width: 768px) {
    .abs-reset-left-margin-desktop, .bundle-options-container .legend.title, .gift-summary .actions-toolbar,
    .cart.table-wrapper .gift-summary .actions-toolbar, .column.main .block-giftregistry-shared-items .actions-toolbar, .form-new-agreement .fieldset .legend, .form-new-agreement .actions-toolbar, .column.main .paypal-review .actions-toolbar, .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
        margin-left: 0; } }

@media only screen and (min-width: 640px) {
    .abs-reset-left-margin-desktop-s, .column:not(.sidebar-main) .multicheckout .actions-toolbar, .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
        margin-left: 0; } }

.abs-action-remove, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
    left: 10px;
    margin-left: 70%;
    position: absolute;
    top: 31px;
    width: auto; }

@media only screen and (min-width: 768px) {
    .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-add-invitations .fieldset .additional .action.remove, .form-create-return .fieldset .additional .action.remove, .form.send.friend .fieldset .additional .action.remove {
        margin-left: 75.8%;
        top: 6px; } }

.abs-add-fields .fieldset, .form-giftregistry-share .fieldset, .form-giftregistry-edit .fieldset, .form-add-invitations .fieldset, .form-create-return .fieldset, .form.send.friend .fieldset {
    margin-bottom: 50px; }
.abs-add-fields .fieldset .field:not(.choice) .control, .form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
    width: 70%; }
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
    float: left; }
.abs-add-fields .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
    margin-top: 30px; }
.abs-add-fields .fieldset .fields .actions-toolbar, .form-giftregistry-share .fieldset .fields .actions-toolbar, .form-giftregistry-edit .fieldset .fields .actions-toolbar, .form-add-invitations .fieldset .fields .actions-toolbar, .form-create-return .fieldset .fields .actions-toolbar, .form.send.friend .fieldset .fields .actions-toolbar {
    margin: 0; }

.abs-add-fields .message.notice, .form-giftregistry-share .message.notice, .form-giftregistry-edit .message.notice, .form-add-invitations .message.notice, .form-create-return .message.notice, .form.send.friend .message.notice {
    margin: 30px 0 0; }

.abs-add-fields .additional, .form-giftregistry-share .additional, .form-giftregistry-edit .additional, .form-add-invitations .additional, .form-create-return .additional, .form.send.friend .additional {
    margin-top: 55px;
    position: relative; }

@media only screen and (min-width: 768px) {
    .abs-add-fields-desktop .fieldset .field:not(.choice) .control, .form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
        width: 50%; } }

@media only screen and (min-width: 768px) {
    .abs-margin-for-forms-desktop, .login-container .fieldset:after, .column:not(.sidebar-additional) form .actions-toolbar,
    .column:not(.sidebar-main) form .actions-toolbar, .fieldset .legend {
        margin-left: 25.8%; } }

@media only screen and (min-width: 640px) {
    .abs-margin-for-forms-desktop-s {
        margin-left: 25.8%; } }

.abs-hidden, .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: 0;
    visibility: hidden; }

.abs-visually-hidden, .action.skip:not(:focus), .page-header .switcher .label,
.page-footer .switcher .label, .minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label, .checkout-index-index .page-title-wrapper, .checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend, .fieldset .fullname.field > .label, .account .column.main .limiter > .label, .field.street .field.additional .label, .account .sidebar-main .block .title, .product-item-actions .actions-secondary > .action span, .fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .page-multiple-wishlist .page-title-wrapper .page-title, .multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend, .block-reorder .product-item .label, .opc-wrapper .form-discount .field .label, .products-grid.wishlist .product-item .comment-box .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

@media only screen and (max-width: 639px) {
    .abs-visually-hidden-mobile, .table-giftregistry-items .col.product:before {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }

@media only screen and (max-width: 767px) {
    .abs-visually-hidden-mobile-m {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }

@media only screen and (min-width: 640px) {
    .abs-visually-hidden-desktop-s {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }

@media only screen and (min-width: 768px) {
    .abs-visually-hidden-desktop, .dashboard-welcome-toggler {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; } }

.abs-visually-hidden-reset, .shipping-policy-block.field-tooltip .field-tooltip-action span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.abs-add-clearfix:before, .header.content:before, .customer-review .product-details:before, .checkout-container:before, .checkout-onepage-success:before, .opc-estimated-wrapper:before, .opc-wrapper .field.addresses:before, .fieldset .fullname .field:before, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):before, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):before, .form-create-return .fieldset .actions-toolbar:not(:first-child):before, .form.send.friend .fieldset .actions-toolbar:not(:first-child):before, .payment-method-braintree .hosted-date-wrap:before, .page-product-downloadable .product-add-form:before, .gift-options:before, .gift-item-block .content:before, .order-details-items .order-gift-message:before,
.order-details-items .block-order-details-gift-message:before, .block-giftregistry-shared-items .product .item-options:before, .gift-wrapping-list:before, .opc-wrapper .data.table .gift-wrapping:before,
.table-order-items .gift-wrapping:before,
.table-order-review .gift-wrapping:before, .order-options .product:before, .map-popup .map-info-price:before, .multicheckout .item-options:before, .multicheckout .block:before, .multicheckout .block-content:before, .abs-add-clearfix:after, .header.content:after, .customer-review .product-details:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .fieldset .fullname .field:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after {
    content: '';
    display: table; }

.abs-add-clearfix:after, .header.content:after, .customer-review .product-details:after, .checkout-container:after, .checkout-onepage-success:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .fieldset .fullname .field:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:after, .order-options .product:after, .map-popup .map-info-price:after, .multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after {
    clear: both; }

@media only screen and (min-width: 768px) {
    .abs-add-clearfix-desktop:before, .footer .copyright:before, .login-container:before, .account .column.main .block:not(.widget) .block-content:before, .block-addresses-list .items.addresses:before, .abs-pager-toolbar:before, .account .toolbar:before, .toolbar-giftregistry-results:before, .toolbar-wishlist-results:before, .column .block-addbysku .block-content:before, .block-cart-failed .block-content:before, .block-giftregistry-shared .item-options:before, .gift-wrapping .nested:before, .table .gift-wrapping .content:before, .block-wishlist-management:before, .paypal-review .block-content:before, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
    .sales-guest-view .column.main .block:not(.widget) .block-content:before, .abs-add-clearfix-desktop:after, .footer .copyright:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
    .sales-guest-view .column.main .block:not(.widget) .block-content:after {
        content: '';
        display: table; }
    .abs-add-clearfix-desktop:after, .footer .copyright:after, .login-container:after, .account .column.main .block:not(.widget) .block-content:after, .block-addresses-list .items.addresses:after, .abs-pager-toolbar:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after, .column .block-addbysku .block-content:after, .block-cart-failed .block-content:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
    .sales-guest-view .column.main .block:not(.widget) .block-content:after {
        clear: both; } }

@media only screen and (min-width: 640px) {
    .abs-add-clearfix-desktop-s:before, .multicheckout .block-billing:before, .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
        content: '';
        display: table; }
    .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
        clear: both; } }

@media only screen and (max-width: 639px) {
    .abs-add-clearfix-mobile:before, .abs-checkout-order-review tbody tr:before, .multicheckout.order-review .data.table tbody tr:before, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before, .table-giftregistry-items .col.product:before, .account .toolbar:before, .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .table-giftregistry-items .col.product:after, .account .toolbar:after {
        content: '';
        display: table; }
    .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .multicheckout.order-review .data.table tbody tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .table-giftregistry-items .col.product:after, .account .toolbar:after {
        clear: both; } }

@media only screen and (max-width: 767px) {
    .abs-add-clearfix-mobile-m:before, .form-create-return .fieldset > .actions-toolbar:before, .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
        content: '';
        display: table; }
    .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
        clear: both; } }

.abs-add-box-sizing, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary, .abs-field-date .control, .field.date .control, .abs-field-tooltip, .field .control._with-tooltip, .columns .column.main, .columns .sidebar-main, .columns .sidebar-additional, .product-item, .column .block-addbysku .sku, .bundle-options-container .block-bundle-summary, .sidebar .block-addbysku .fieldset .fields .field.sku, .block-event .slider-panel .slider .item .action.show {
    box-sizing: border-box; }

@media only screen and (min-width: 768px) {
    .abs-add-box-sizing-desktop, .column.main, .sidebar-main, .sidebar-additional {
        box-sizing: border-box; } }

@media only screen and (min-width: 640px) {
    .abs-add-box-sizing-desktop-s, .multicheckout .block-shipping .box, .multicheckout .block-billing .box-billing-address, .multicheckout .block-billing .box-billing-method {
        box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
    .abs-add-box-sizing-desktop-m, .opc-wrapper {
        box-sizing: border-box; } }

@media only screen and (min-width: 768px) {
    .abs-revert-field-type-desktop .fieldset > .field,
    .abs-revert-field-type-desktop .fieldset .fields > .field {
        margin: 0 0 20px;
        margin-bottom: 15px; }
    .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
        box-sizing: content-box;
        float: none;
        width: auto;
        display: block;
        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 {
        float: none;
        width: auto; }
    .abs-revert-field-type-desktop .fieldset > .field > .label,
    .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
        text-align: left;
        float: none;
        width: auto;
        display: block;
        margin: 0 0 10px;
        padding: 0;
        font: 300 13px/18px "Open Sans", Helvetica, Arial, sans-serif;
        color: #818080; }
    .abs-revert-field-type-desktop .fieldset > .field.choice:before, .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
    .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
        display: none; }
    .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
    .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
        margin-bottom: 0; } }

.abs-navigation-icon {
    display: block;
    text-decoration: none; }
.abs-navigation-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 34px;
    line-height: 1.2;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
.abs-navigation-icon:after {
    position: absolute;
    right: 5px;
    top: 0; }

.abs-split-button {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
.abs-split-button:before, .abs-split-button:after {
    content: '';
    display: table; }
.abs-split-button:after {
    clear: both; }
.abs-split-button .action.split {
    float: left;
    margin: 0; }
.abs-split-button .action.toggle {
    float: right;
    margin: 0; }
.abs-split-button button.action.split, .abs-split-button .action.split.action-gift {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
.abs-split-button button + .action.toggle, .abs-split-button .action-gift + .action.toggle {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0; }
.abs-split-button .action.toggle {
    padding: 4px 5px;
    display: inline-block;
    text-decoration: none; }
.abs-split-button .action.toggle > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.abs-split-button .action.toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
.abs-split-button .action.toggle:hover:after {
    color: inherit; }
.abs-split-button .action.toggle:active:after {
    color: inherit; }
.abs-split-button .action.toggle.active {
    display: inline-block;
    text-decoration: none; }
.abs-split-button .action.toggle.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.abs-split-button .action.toggle.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: "";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
.abs-split-button .action.toggle.active:hover:after {
    color: inherit; }
.abs-split-button .action.toggle.active:active:after {
    color: inherit; }
.abs-split-button .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #fff;
    border: 1px solid #bbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
.abs-split-button .items li {
    margin: 0;
    padding: 3px 5px; }
.abs-split-button .items li:hover {
    background: #e8e8e8;
    cursor: pointer; }
.abs-split-button .items:before, .abs-split-button .items:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0; }
.abs-split-button .items:before {
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99; }
.abs-split-button .items:after {
    border: 7px solid;
    border-color: transparent transparent #bbb transparent;
    z-index: 98; }
.abs-split-button .items:before {
    right: 10px;
    top: -12px; }
.abs-split-button .items:after {
    right: 9px;
    top: -14px; }
.abs-split-button.active {
    overflow: visible; }
.abs-split-button.active .items {
    display: block; }

.abs-action-addto-product, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
    line-height: 1.2rem;
    padding: 5px 8px;
    font-size: 1.1rem; }

.abs-actions-addto-gridlist, .product-item-actions .actions-secondary > .action, .table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split, .product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
    display: inline-block;
    text-decoration: none; }
.abs-actions-addto-gridlist > span, .product-item-actions .actions-secondary > .action > span, .table-comparison .wishlist.split.button > .action.split > span, .product-items .wishlist.split.button > .action.split > span, .product-items .action.towishlist > span, .products.list.items .action.towishlist > span, .table-comparison .action.towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.abs-actions-addto-gridlist:before, .product-item-actions .actions-secondary > .action:before, .table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before, .product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 29px;
    line-height: 24px;
    color: #7d7d7d;
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
.abs-actions-addto-gridlist:hover:before, .product-item-actions .actions-secondary > .action:hover:before, .table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before, .product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
    color: #333; }

.abs-button-l, .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register,
.block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .multicheckout .action.primary {
    line-height: 2.4rem;
    padding: 4px 10px;
    font-size: 1.4rem; }

.abs-action-button-as-link, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .abs-action-remove, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove, .cart-summary .block.giftcard .action.check, .gift-options .actions-toolbar .action-cancel, .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action, .paypal-button-widget .paypal-button {
    line-height: 1.42857;
    padding: 0;
    color: #b78219;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    border-radius: 0;
    font-size: inherit;
    font-weight: 400; }
.abs-action-button-as-link:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #111;
    text-decoration: underline; }
.abs-action-button-as-link:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active {
    color: #ff5501;
    text-decoration: underline; }
.abs-action-button-as-link:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover {
    color: #111; }
.abs-action-button-as-link:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .abs-action-remove:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover, .abs-action-button-as-link:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:focus, .opc-wrapper .edit-address-link:focus, .opc-block-shipping-information .shipping-information-title .action-edit:focus, .action-auth-toggle:focus, .checkout-payment-method .checkout-billing-address .action-cancel:focus, .checkout-agreements-block .action-show:focus, .abs-action-remove:focus, .abs-add-fields .action.remove:focus, .form-giftregistry-share .action.remove:focus, .form-giftregistry-edit .action.remove:focus, .form-add-invitations .action.remove:focus, .form-create-return .action.remove:focus, .form.send.friend .action.remove:focus, .cart-summary .block.giftcard .action.check:focus, .gift-options .actions-toolbar .action-cancel:focus, .table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:focus, .paypal-button-widget .paypal-button:focus {
    background: none;
    border: 0; }
.abs-action-button-as-link.disabled, .opc-wrapper .disabled.edit-address-link, .opc-block-shipping-information .shipping-information-title .disabled.action-edit, .disabled.action-auth-toggle, .checkout-payment-method .checkout-billing-address .disabled.action-cancel, .checkout-agreements-block .disabled.action-show, .disabled.abs-action-remove, .abs-add-fields .disabled.action.remove, .form-giftregistry-share .disabled.action.remove, .form-giftregistry-edit .disabled.action.remove, .form-add-invitations .disabled.action.remove, .form-create-return .disabled.action.remove, .form.send.friend .disabled.action.remove, .cart-summary .block.giftcard .disabled.action.check, .gift-options .actions-toolbar .disabled.action-cancel, .table-comparison .wishlist.split.button > .disabled.action,
.product-items .wishlist.split.button > .disabled.action, .paypal-button-widget .disabled.paypal-button, .abs-action-button-as-link[disabled], .opc-wrapper .edit-address-link[disabled], .opc-block-shipping-information .shipping-information-title .action-edit[disabled], .action-auth-toggle[disabled], .checkout-payment-method .checkout-billing-address .action-cancel[disabled], .checkout-agreements-block .action-show[disabled], .abs-action-remove[disabled], .abs-add-fields .action.remove[disabled], .form-giftregistry-share .action.remove[disabled], .form-giftregistry-edit .action.remove[disabled], .form-add-invitations .action.remove[disabled], .form-create-return .action.remove[disabled], .form.send.friend .action.remove[disabled], .cart-summary .block.giftcard .action.check[disabled], .gift-options .actions-toolbar .action-cancel[disabled], .table-comparison .wishlist.split.button > .action[disabled],
.product-items .wishlist.split.button > .action[disabled], .paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .abs-action-button-as-link,
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-wrapper fieldset[disabled] .edit-address-link,
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.opc-block-shipping-information .shipping-information-title fieldset[disabled] .action-edit,
fieldset[disabled] .action-auth-toggle,
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-payment-method .checkout-billing-address fieldset[disabled] .action-cancel,
fieldset[disabled] .checkout-agreements-block .action-show,
.checkout-agreements-block fieldset[disabled] .action-show,
fieldset[disabled] .abs-action-remove,
fieldset[disabled] .abs-add-fields .action.remove,
.abs-add-fields fieldset[disabled] .action.remove,
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-share fieldset[disabled] .action.remove,
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-giftregistry-edit fieldset[disabled] .action.remove,
fieldset[disabled] .form-add-invitations .action.remove,
.form-add-invitations fieldset[disabled] .action.remove,
fieldset[disabled] .form-create-return .action.remove,
.form-create-return fieldset[disabled] .action.remove,
fieldset[disabled] .form.send.friend .action.remove,
.form.send.friend fieldset[disabled] .action.remove,
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.cart-summary .block.giftcard fieldset[disabled] .action.check,
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-options .actions-toolbar fieldset[disabled] .action-cancel,
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.table-comparison fieldset[disabled] .wishlist.split.button > .action,
fieldset[disabled] .product-items .wishlist.split.button > .action,
.product-items fieldset[disabled] .wishlist.split.button > .action,
fieldset[disabled] .paypal-button-widget .paypal-button,
.paypal-button-widget fieldset[disabled] .paypal-button {
    color: #b78219;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline; }
.abs-action-button-as-link:active, .opc-wrapper .edit-address-link:active, .opc-block-shipping-information .shipping-information-title .action-edit:active, .action-auth-toggle:active, .checkout-payment-method .checkout-billing-address .action-cancel:active, .checkout-agreements-block .action-show:active, .abs-action-remove:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-action-button-as-link:not(:focus), .opc-wrapper .edit-address-link:not(:focus), .opc-block-shipping-information .shipping-information-title .action-edit:not(:focus), .action-auth-toggle:not(:focus), .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus), .checkout-agreements-block .action-show:not(:focus), .abs-action-remove:not(:focus), .abs-add-fields .action.remove:not(:focus), .form-giftregistry-share .action.remove:not(:focus), .form-giftregistry-edit .action.remove:not(:focus), .form-add-invitations .action.remove:not(:focus), .form-create-return .action.remove:not(:focus), .form.send.friend .action.remove:not(:focus), .cart-summary .block.giftcard .action.check:not(:focus), .gift-options .actions-toolbar .action-cancel:not(:focus), .table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:not(:focus), .paypal-button-widget .paypal-button:not(:focus) {
    box-shadow: none; }

.abs-revert-secondary-color, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary {
    background: #b78219;
    border: none;
    color: #fff; }
.abs-revert-secondary-color:focus, .cart-summary .form.giftregistry .fieldset .action.primary:focus, .paypal-review .block .actions-toolbar .action.primary:focus, .abs-revert-secondary-color:active, .cart-summary .form.giftregistry .fieldset .action.primary:active, .paypal-review .block .actions-toolbar .action.primary:active {
    border: none;
    color: none; }
.abs-revert-secondary-color:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover {
    border: none;
    color: none; }

.abs-revert-secondary-size, .cart-summary .form.giftregistry .fieldset .action.primary {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 12px 25px; }

.abs-box-tocart, .bundle-actions {
    margin: 10px 0; }


@font-face {
    font-family: 'icomoon';
    src: url("assets/fonts/icomoon/icomoon.woff?ub0l2w") format("woff"), url("assets/fonts/icomoon/icomoon.svg?ub0l2w#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block; }


@font-face {
    font-family: 'open-sans-light';
    src: url("assets/fonts/opensans/light/opensans-300.woff2") format("woff"), url("assets/fonts/opensans/light/opensans-300.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block; }

@font-face {
    font-family: 'poppins-300';
    src: url("assets/fonts/poppins/poppins-300.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block; }

@font-face {
    font-family: 'poppins-400';
    src: url("assets/fonts/poppins/poppins-400.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block; }

@font-face {
    font-family: 'poppins-500';
    src: url("assets/fonts/poppins/poppins-500.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block; }

@font-face {
    font-family: 'poppins-600';
    src: url("assets/fonts/poppins/poppins-600.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block; }

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 46px;
        margin-bottom: 40px; } }

.items {
    margin: 0;
    padding: 0;
    list-style: none none; }

.breadcrumbs {
    margin: 0 auto;
    max-width: 1440px;
    padding: 24px 15px 14px;
    width: 100%;
    box-sizing: border-box; }
.breadcrumbs .items {
    display: flex;
    margin: 0;
    padding: 0;
    overflow-x: hidden; }
.breadcrumbs .items li {
    display: flex;
    font: 400 16px/21px "Open Sans", Helvetica, Arial, sans-serif;
    color: #7B7B7B;
    white-space: nowrap; }
.breadcrumbs .items li:not(:last-child):after {
    content: ' ';
    color: #7B7B7B;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 10px;
    background: url("../images/icon/arrow-right.svg") no-repeat 0 50%; }
.breadcrumbs .items li a {
    color: #212121; }
.breadcrumbs .items li strong {
    font-weight: normal; }

.catalog-product-view .breadcrumbs {
    min-height: 69px; }

@media only screen and (max-width: 768px) {
    .breadcrumbs {
        display: none; } }

body {
    margin: 0;
    padding: 0; }

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
    display: block; }

audio,
canvas,
video {
    display: inline-block; }

audio:not([controls]) {
    display: none;
    height: 0; }

nav ul,
nav ol {
    list-style: none none; }

img {
    border: 0; }

img,
object,
video,
embed {
    height: auto;
    max-width: 100%; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 0; }

html {
    font-size: 62.5%;
    font-size-adjust: 100%; }

body {
    color: #212121;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    font-size: 1.6rem; }

p {
    margin-top: 0; }

p {
    margin-bottom: 1rem; }

abbr[title] {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help; }

b,
strong {
    font-weight: 700; }

em,
i {
    font-style: italic; }

mark {
    background: #f0f0f0;
    color: black; }

small,
.small {
    font-size: 14px; }

hr {
    border: 0;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 22px;
    margin-top: 22px; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

dfn {
    font-style: italic; }

h1 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 2rem; }

h2 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 3rem;
    margin-top: 2.5rem;
    margin-bottom: 2rem; }

h3 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem; }

h4 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }

h5 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }

h6 {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
    color: #333;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1; }

a,
.alink {
    color: #b78219;
    text-decoration: none; }
a:hover,
.alink:hover {
    color: #111;
    text-decoration: underline; }
a:active,
.alink:active {
    color: #ff5501;
    text-decoration: underline; }

ul,
ol {
    margin-top: 0;
    margin-bottom: 2.5rem; }
ul > li,
ol > li {
    margin-top: 0;
    margin-bottom: 1rem; }
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0; }

dl {
    margin-bottom: 20px;
    margin-top: 0; }

dt {
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0; }

dd {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0; }

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
    background: #f0f0f0;
    color: #212121;
    padding: 2px 4px;
    font-size: 1.4rem;
    white-space: nowrap; }

kbd {
    background: #f0f0f0;
    color: #212121;
    padding: 2px 4px;
    font-size: 1.4rem; }

pre {
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    color: #212121;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 10px;
    font-size: 1.4rem;
    display: block;
    word-wrap: break-word; }
pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap; }

blockquote {
    border-left: 0 solid #d1d1d1;
    margin: 0 0 20px 40px;
    padding: 0;
    color: #212121;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 1.42857;
    font-size: 1.6rem; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
    color: #333;
    line-height: 1.42857;
    font-size: 1.2rem;
    display: block; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "— "; }
blockquote cite {
    font-style: normal; }

blockquote:before, blockquote:after {
    content: ''; }

q {
    quotes: none; }
q:before, q:after {
    content: '';
    content: none; }

cite {
    font-style: normal; }

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%; }
table th {
    text-align: left; }
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
    vertical-align: top; }
table > thead > tr > th,
table > thead > tr > td {
    vertical-align: bottom; }
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
    padding: 8px 10px; }

button, .action-gift {
    background-image: none;
    background: #b78219;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    box-sizing: border-box;
    vertical-align: middle;
    transition-property: background-color, border-color, color;
    transition-duration: 300ms;
    transition-timing-function: ease-out; }
button:focus, .action-gift:focus, button:active, .action-gift:active {
    background: #F2402C;
    border: none;
    color: none; }
button:hover, .action-gift:hover {
    background: #d0bf9e;
    border: none;
    color: none; }
button.disabled, .disabled.action-gift, button[disabled], .action-gift[disabled],
fieldset[disabled] button,
fieldset[disabled] .action-gift {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
button::-moz-focus-inner, .action-gift::-moz-focus-inner {
    border: 0;
    padding: 0; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    font: 400 16px/19px "Open Sans", Helvetica, Arial, sans-serif;
    color: #111;
    padding: 12px 11px;
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #dadada; }

input[type="number"] {
    -moz-appearance: textfield; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input[type="search"] {
    -webkit-appearance: none; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }

@font-face {
    font-family: "icons-blank-theme";
    src: url("assets/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
    src: url("assets/fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("assets/fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("assets/fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("assets/fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme") format("svg");
    font-weight: normal;
    font-style: normal; }

.icon {
    position: absolute;
    top: 0;
    left: 0; }

.icon-cart {
    background-image: url("../images/icon/icon-cart.png");
    background-repeat: no-repeat;
    background-size: 27px 22px;
    width: 27px;
    height: 22px;
    top: 1px; }

.icon-login {
    background-image: url("../images/icon/icon-login.png");
    background-repeat: no-repeat;
    background-size: 19px 20px;
    width: 19px;
    height: 20px;
    position: static;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
.icon-login:hover {
    background: url(assets/images/icon/icon-login-red.png) no-repeat; }

.icon-help {
    background-image: url("../images/icon/icon-help.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 19px; }

.icon-wishlist {
    background-image: url("../images/icon/icon-wishlist.png");
    background-repeat: no-repeat;
    background-size: 23px 20px;
    width: 23px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    position: static; }
.icon-wishlist .counter {
    position: absolute;
    left: 20px;
    top: -5px;
    width: 19px;
    color: #fff;
    font: 600 11px/19px "Open Sans", Helvetica, Arial, sans-serif;
    text-align: center;
    background: #b78219;
    z-index: 2;
    border-radius: 50%; }

.icon-location {
    background-image: url("../images/icon/icon-location.png");
    background-repeat: no-repeat;
    background-size: 15px 18px;
    width: 20px;
    height: 22px;
    top: 0; }

.lnk-wishlist:after,
.lnk-location:after,
.lnk-account:after {
    content: '';
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    margin: 0;
    border-radius: 50%;
    background: #F2F1EF;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block; }

.lnk-wishlist:hover:after,
.lnk-location:hover:after,
.lnk-account:hover:after {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }

.minicart-wrapper,
.col-right .header-box__link {
    position: relative; }
.minicart-wrapper:after,
.col-right .header-box__link:after {
    content: '';
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    margin: 0;
    border-radius: 50%;
    background: #F2F1EF;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block; }
.minicart-wrapper:hover:after,
.col-right .header-box__link:hover:after {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; }
.minicart-wrapper a,
.col-right .header-box__link a {
    display: block;
    position: relative;
    z-index: 2; }
.minicart-wrapper.header-box__link--authorithation,
.col-right .header-box__link.header-box__link--authorithation {
    cursor: pointer; }
.minicart-wrapper.header-box__link--authorithation:after,
.col-right .header-box__link.header-box__link--authorithation:after {
    left: 11px;
    margin-left: -11px; }
.minicart-wrapper.header-box__link--authorithation:hover:after,
.col-right .header-box__link.header-box__link--authorithation:hover:after {
    left: 0;
    margin-left: -11px; }

.panel.header .links,
.panel.header .switcher {
    display: none; }

.navigation-holder {
    padding: 0;
    display: flex;
    flex-grow: 1; }
.navigation-holder .navigation {
    flex: 0 1 100%; }
.navigation-holder .navigation > ul {
    display: flex; }
.navigation-holder .navigation li {
    margin: 0;
    z-index: 1; }
.navigation-holder .navigation li:hover {
    z-index: 2; }
.navigation-holder .navigation li:hover .level-top {
    color: #b78219; }
.navigation-holder .navigation li .level-top {
    display: block;
    padding: 23px 25px;
    margin: 0 -25px;
    font: 400 14px/30px "Open Sans", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
.navigation-holder .navigation li.level0 {
    margin: 0 43px 0 0; }
.navigation-holder .navigation li.level0:last-child {
    margin: 0; }
.navigation-holder .logo {
    display: none;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 51px; }

.page-wrapper .before-header-container + .page-header .navigation-holder {
    top: 115px;
    z-index: 5;
}

.fixed-header .page-wrapper .before-header-container + .page-header .navigation-holder {
    top: 70px; }

.nav-toggle-button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    flex: 0 1 100%;
    font-size: 0;
    z-index: 1; }
.nav-toggle-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: inherit;
    color: #000;
    content: "";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center; }
.nav-toggle-button:hover:before {
    color: #333; }
.nav-toggle-button > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.nav-open .nav-toggle-button {
    flex: 0 1 8%; }

@media only screen and (max-width: 1024px) {
    .nav-open {
        overflow: hidden; }
    .nav-open .page-wrapper {
        position: fixed;
        z-index: 2; }
    .nav-open .nav-toggle-button {
        background: url(assets/images/icon/icon-close.png) no-repeat 5px 50%; }
    .nav-open .nav-toggle-button:before {
        opacity: 0; }
    .nav-open .header.top,
    .nav-open .logo,
    .nav-open .bx-wrapper {
        display: none; }
    .nav-open .navigation-holder {
        left: 0; }
    .nav-open .page-header .header-main {
        padding: 10px 25px 10px 15px; }
    .nav-open .page-header .header-main .col-right .panel {
        display: block; }
    .nav-open .page-header .header-main .header-box__link {
        margin: 0 25px 0 0; }
    .navigation-holder {
        position: fixed;
        left: -100%;
        top: 92px;
        bottom: 0;
        padding-top: 9px;
        background: #fff;
        width: 100%;
        overflow: auto;
        flex-direction: column; }
    .navigation-holder .block-search {
        order: 1;
        flex: none;
        padding: 0 0 20px; }
    .navigation-holder .block-search .field {
        padding: 0; }
    .navigation-holder .block-search .control {
        border-style: none;
        margin: 0;
        padding: 0 0 0 35px;
        background: #F7F6F5; }
    .navigation-holder .block-search .actions {
        z-index: 100;
        top: 50%;
        right: 25px;
        margin: -10px 0 0; }
    .navigation-holder .block-search .actions .action.search {
        display: block;
        border-style: none;
        background: none;
        padding: 0;
        z-index: 0; }
    .navigation-holder .block-search input {
        position: relative;
        z-index: 3;
        width: 100%;
        float: none;
        padding: 19px 0;
        margin: 0;
        left: 0; }
    .navigation-holder .navigation {
        flex: none;
        order: 2;
        margin: 0 35px;
        padding: 0;
        border-bottom: 1px solid #eee;
        font: 400 14px/19px "poppins-400", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .navigation-holder .navigation li {
        position: relative; }
    .navigation-holder .navigation li.level0 {
        margin: 0; }
    .navigation-holder .navigation li .open-children-toggle {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 49px; }
    .navigation-holder .navigation li .level-top {
        padding: 13px 0;
        margin: 0;
        display: block; }
    .navigation-holder .navigation li a {
        color: #111 !important; }
    .navigation-holder .navigation li.parent > a:not(.level-top) {
        padding: 18px 0;
        display: block;
        text-transform: uppercase; }
    .navigation-holder .navigation li.parent > .submenu,
    .navigation-holder .navigation li.parent > .subchildmenu {
        display: none;
        padding: 0; }
    .navigation-holder .navigation li.parent > .submenu li,
    .navigation-holder .navigation li.parent > .subchildmenu li {
        margin: 0 0 12px; }
    .navigation-holder .navigation li.parent > .submenu li:last-child,
    .navigation-holder .navigation li.parent > .subchildmenu li:last-child {
        margin: 0; }
    .navigation-holder .navigation li.parent > .submenu li.parent,
    .navigation-holder .navigation li.parent > .subchildmenu li.parent {
        margin: 0;
        padding: 0; }
    .navigation-holder .navigation li.parent > .submenu li.mobile-show,
    .navigation-holder .navigation li.parent > .subchildmenu li.mobile-show {
        margin: 0 0 20px; }
    .navigation-holder .navigation li.parent .subchildmenu {
        padding: 20px 0; }
    .navigation-holder .navigation > ul {
        flex-direction: column;
        padding: 0;
        margin: 0 0 20px; }
    .navigation-holder .navigation .menu-thumb-img {
        display: none; }
    .navigation-holder .navigation .submenu .parent > a {
        border-bottom: 1px solid #F7F6F5; }
    .navigation-holder .navigation .submenu .mobile-show {
        display: block; }
    .navigation-holder .navigation .submenu .mobile-hide {
        display: none; }
    .navigation-holder .navigation .parent > .open-children-toggle {
        z-index: 2; }
    .navigation-holder .navigation .parent > a {
        position: relative;
        padding-right: 20px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
    .navigation-holder .navigation .parent > a:after {
        position: absolute;
        right: 10px;
        top: 50%;
        margin: -5px 0 0;
        content: '';
        width: 16px;
        height: 10px;
        display: block;
        background: url(assets/images/icon/arrow-down.png) no-repeat 50% 50%;
        background-size: 16px 10px !important;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
    .navigation-holder .navigation .parent > a.opened {
        background: #F7F6F5;
        padding-left: 18px !important;
        border-left: 2px solid #b78219; }
    .navigation-holder .navigation .parent > a.opened:after {
        transform: rotate(180deg); }
    .navigation-holder .mobile-menu {
        order: 3;
        padding: 25px 35px 0; }
    .navigation-holder .mobile-menu .store-phone,
    .navigation-holder .mobile-menu .header-box__link,
    .navigation-holder .mobile-menu .header-box__help {
        display: block;
        float: none;
        margin: 0 0 20px;
        padding: 2px 0 2px 32px;
        background-position: 0 1px;
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 1.3; }
    .navigation-holder .mobile-menu .store-phone {
        padding: 0;
        font-size: 1.8rem;
        font-weight: 300;
        line-height: 25px;
        background-position: 0 50%; }
}

@media only screen and (min-width: 1025px) {
    .nav-toggle-button {
        display: none; }
    .navigation-holder {
        background: #fff; }
    .nav-sections {
        flex-shrink: 0;
        flex-basis: auto; }
    .nav-sections-item-title {
        display: none; }
    .nav-sections-item-content {
        display: block !important; }
    .nav-sections-item-content > * {
        display: none; }
    .nav-sections-item-content > .navigation {
        display: block; }
    .navigation {
        font-weight: 700;
        height: inherit;
        left: auto;
        overflow: inherit;
        padding: 0;
        top: 0;
        width: 100%;
        z-index: 3; }
    .navigation:empty {
        display: none; }
    .navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0; }
    .navigation .subchildmenu:empty {
        display: none !important; }
    .navigation .level0 {
        display: inline-block; }
    .navigation .level0:last-child {
        margin-right: 0;
        padding-right: 0; }
    .navigation .level0 > .level-top {
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative; }
    .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
        text-decoration: none; }
    .navigation .level0.parent:hover > .submenu {
        display: block; }
    .navigation .level0.col2-img {
        position: relative; }
    .navigation .level0.col2-img .submenu {
        right: auto;
        width: 890px; }
    .navigation .level0.col1 {
        position: relative; }
    .navigation .level0.col1 .submenu {
        right: auto; }
    .navigation .level0.col1 .submenu .subchildmenu {
        border-style: none;
        width: 200px;
        min-height: 0; }
    .navigation .level0 .submenu {
        padding: 0;
        border-style: none;
        display: none;
        left: 0;
        right: 0;
        margin: 0 !important;
        position: absolute;
        z-index: 1; }
    .navigation .level0 .submenu .container:after {
        display: block;
        overflow: hidden;
        clear: both;
        content: ''; }
    .navigation .level0 .submenu .container .level1.active .menu-thumb-img,
    .navigation .level0 .submenu .container .level1.active .subchildmenu {
        z-index: 2; }
    .navigation .level0 .submenu .menu-box {
        box-shadow: 2px 0px 10px 0 #D6D3D3;
        position: absolute;
        padding: 20px 550px 20px 30px;
        position: absolute;
        left: 300px;
        top: 0;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
        z-index: 2;
        background: #fff; }
    .navigation .level0 .submenu .menu-box .menu-thumb-img {
        box-shadow: none; }
    .navigation .level0 .submenu .menu-box.col1-set {
        right: -378px;
        max-width: 830px;
        width: 100%; }
    .navigation .level0 .submenu .menu-box.col1-set .subchildmenu {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0; }
    .navigation .level0 .submenu .menu-box.col2-set {
        right: auto;
        max-width: 800px;
        width: 100%; }
    .navigation .level0 .submenu .menu-box.col2-set .subchildmenu {
        -moz-column-count: 2;
        -moz-column-gap: 10px;
        -webkit-column-count: 2;
        -webkit-column-gap: 10px;
        column-count: 2;
        column-gap: 10px; }
    .navigation .level0 .submenu .subchildmenu {
        width: 302px;
        padding: 0 0 20px 20px;
        position: static;
        font: 400 14px/19px "poppins-400", "Helvetica Neue", Helvetica, Arial, sans-serif;
        min-height: 263px;
        background: #fff;
        box-shadow: -3px 0px 10px 0 #D6D3D3; }
    .navigation .level0 .submenu .subchildmenu li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #F7F6F5; }
    .navigation .level0 .submenu .subchildmenu li:last-child {
        border-style: none; }
    .navigation .level0 .submenu .subchildmenu li.mobile-show {
        display: none; }
    .navigation .level0 .submenu .subchildmenu li.parent.active > a, .navigation .level0 .submenu .subchildmenu li.parent:hover > a {
        background: #F7F6F5; }
    .navigation .level0 .submenu .subchildmenu li.parent.active > a:after, .navigation .level0 .submenu .subchildmenu li.parent:hover > a:after {
        background: url(assets/images/icon/arrow-right2-hover.png) no-repeat 50% 50%;
        z-index:5;
    }
    .navigation .level0 .submenu .subchildmenu li.parent > a {
        display: block;
        text-transform: uppercase;
        position: relative; }
    .navigation .level0 .submenu .subchildmenu li.parent > a:after {
        content: '';
        width: 53px;
        height: 53px;
        background: url(assets/images/icon/arrow-right2.png) no-repeat 50% 50%;
        position: absolute;
        right: 0;
        top: 0;
        z-index:5;
    }
    .navigation .level0 .submenu .subchildmenu li.parent > a:hover {
        text-decoration: none !important; }
    .navigation .level0 .submenu .subchildmenu li .subchildmenu {
        border-style: none;
        top: 0;
        width: auto;
        overflow: auto;
        display: none;
        padding: 0;
        max-height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0;
        line-height: 0;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
    .navigation .level0 .submenu .subchildmenu li .subchildmenu li {
        display: block;
        width: 100%;
        padding: 0 0 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font: 400 14px/19px "poppins-400", "Helvetica Neue", Helvetica, Arial, sans-serif;
        border-style: none; }
    .navigation .level0 .submenu .subchildmenu li .subchildmenu li:hover a {
        border-style: none; }
    .navigation .level0 .submenu .subchildmenu li .subchildmenu li.mobile-show {
        display: none; }
    .navigation .level0 .submenu .subchildmenu li .subchildmenu li.mobile-hide {
        display: block; }
    .navigation .level0 .submenu .subchildmenu li .subchildmenu li a {
        display: inline;
        padding: 0;
        background: none; }
    .navigation .level0 .submenu .subchildmenu li .subchildmenu li a:hover {
        background: none;
        text-decoration: underline;
        border-style: none; }
    .navigation .level0 .submenu .subchildmenu li .subchildmenu li.parent {
        font-weight: 600;
        margin: 0;
        padding: 0 0 30px;
        page-break-inside: avoid; }
    .navigation .level0 .submenu .subchildmenu li .subchildmenu li.parent > a {
        display: block;
        margin: 0 0 15px;
        text-transform: uppercase;
        background: none; }
    .navigation .level0 .submenu .subchildmenu li .subchildmenu li.parent > a:after {
        display: none; }
    .navigation .level0 .submenu .subchildmenu li .subchildmenu .subchildmenu {
        position: static;
        padding: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
        min-height: 0;
        overflow: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
    .navigation .level0 .submenu .subchildmenu li .subchildmenu .subchildmenu li {
        margin: 0 0 7px;
        padding: 0; }
    .navigation .level0 .submenu .subchildmenu li.active .menu-box,
    .navigation .level0 .submenu .subchildmenu li.active .menu-thumb-img,
    .navigation .level0 .submenu .subchildmenu li.active .subchildmenu, .navigation .level0 .submenu .subchildmenu li:hover .menu-box,
    .navigation .level0 .submenu .subchildmenu li:hover .menu-thumb-img,
    .navigation .level0 .submenu .subchildmenu li:hover .subchildmenu {
        display: block; }
    .navigation .level0 .submenu .subchildmenu li.active > a, .navigation .level0 .submenu .subchildmenu li:hover > a {
        background: #F7F6F5;
        border-left: 2px solid #b78219; }
    .navigation .level0 .submenu .subchildmenu li:first-child .menu-thumb-img {
        display: block; }
    .navigation .level0 .submenu .menu-thumb-img {
        position: absolute;
        border: 20px solid #fff;
        top: 0;
        right: 0;
        bottom: 0;
        width: 530px;
        display: none;
        box-shadow: 2px 0px 10px 0 #D6D3D3; }
    .navigation .level0 .submenu .menu-thumb-img a {
        padding: 0;
        height: 100%;
        background-position: 50% 50%;
        -webkit-background-size: cover;
        background-size: cover;
        font-size: 0;
        line-height: 0;
        text-indent: -9999px;
        overflow: hidden; }
    .navigation .level0 .submenu .menu-thumb-img img {
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .navigation .level0 .submenu a {
        display: block;
        line-height: inherit;
        color: #111;
        padding: 17px 12px; }
    .navigation .level0 .submenu .submenu {
        top: 0 !important;
        left: 100% !important; }
    .navigation .level0 .submenu .submenu-reverse {
        left: auto !important;
        right: 100%; }
    .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: "";
        font-family: "icons-blank-theme";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        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; }
    .header-main .navigation > ul {
        display: flex;
        justify-content: space-between;
        width: 100%; }
    .header-main .navigation > ul > .level0 {
        margin: 0;
        font: 400 18px/30px "Open Sans", Helvetica, Arial, sans-serif; }
    .header-main .navigation > ul > .level0 > a {
        color: #010101; }
    .header-main .navigation > ul > .level0 > a:hover {
        color: #b78219;
        text-decoration: underline; }
    .header-main .navigation > ul > .level0:hover > a {
        color: #b78219;
        text-decoration: underline; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("assets/fonts/fa/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts/fa/fontawesome-webfont.woff?v=4.7.0") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap; }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%; }

.fa-2x {
    font-size: 2em; }

.fa-3x {
    font-size: 3em; }

.fa-4x {
    font-size: 4em; }

.fa-5x {
    font-size: 5em; }

.fa-fw {
    width: 1.28571em;
    text-align: center; }

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none; }
.fa-ul > li {
    position: relative; }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center; }
.fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em; }

.fa-pull-left {
    float: left; }

.fa-pull-right {
    float: right; }

.fa.fa-pull-left {
    margin-right: .3em; }

.fa.fa-pull-right {
    margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right; }

.pull-left {
    float: left; }

.fa.pull-left {
    margin-right: .3em; }

.fa.pull-right {
    margin-left: .3em; }

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear; }

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); } }

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); } }

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none; }

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center; }

.fa-stack-1x {
    line-height: inherit; }

.fa-stack-2x {
    font-size: 2em; }

.fa-inverse {
    color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: ""; }

.fa-music:before {
    content: ""; }

.fa-search:before {
    content: ""; }

.fa-envelope-o:before {
    content: ""; }

.fa-heart:before {
    content: ""; }

.fa-star:before {
    content: ""; }

.fa-star-o:before {
    content: ""; }

.fa-user:before {
    content: ""; }

.fa-film:before {
    content: ""; }

.fa-th-large:before {
    content: ""; }

.fa-th:before {
    content: ""; }

.fa-th-list:before {
    content: ""; }

.fa-check:before {
    content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""; }

.fa-search-plus:before {
    content: ""; }

.fa-search-minus:before {
    content: ""; }

.fa-power-off:before {
    content: ""; }

.fa-signal:before {
    content: ""; }

.fa-gear:before,
.fa-cog:before {
    content: ""; }

.fa-trash-o:before {
    content: ""; }

.fa-home:before {
    content: ""; }

.fa-file-o:before {
    content: ""; }

.fa-clock-o:before {
    content: ""; }

.fa-road:before {
    content: ""; }

.fa-download:before {
    content: ""; }

.fa-arrow-circle-o-down:before {
    content: ""; }

.fa-arrow-circle-o-up:before {
    content: ""; }

.fa-inbox:before {
    content: ""; }

.fa-play-circle-o:before {
    content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""; }

.fa-refresh:before {
    content: ""; }

.fa-list-alt:before {
    content: ""; }

.fa-lock:before {
    content: ""; }

.fa-flag:before {
    content: ""; }

.fa-headphones:before {
    content: ""; }

.fa-volume-off:before {
    content: ""; }

.fa-volume-down:before {
    content: ""; }

.fa-volume-up:before {
    content: ""; }

.fa-qrcode:before {
    content: ""; }

.fa-barcode:before {
    content: ""; }

.fa-tag:before {
    content: ""; }

.fa-tags:before {
    content: ""; }

.fa-book:before {
    content: ""; }

.fa-bookmark:before {
    content: ""; }

.fa-print:before {
    content: ""; }

.fa-camera:before {
    content: ""; }

.fa-font:before {
    content: ""; }

.fa-bold:before {
    content: ""; }

.fa-italic:before {
    content: ""; }

.fa-text-height:before {
    content: ""; }

.fa-text-width:before {
    content: ""; }

.fa-align-left:before {
    content: ""; }

.fa-align-center:before {
    content: ""; }

.fa-align-right:before {
    content: ""; }

.fa-align-justify:before {
    content: ""; }

.fa-list:before {
    content: ""; }

.fa-dedent:before,
.fa-outdent:before {
    content: ""; }

.fa-indent:before {
    content: ""; }

.fa-video-camera:before {
    content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""; }

.fa-pencil:before {
    content: ""; }

.fa-map-marker:before {
    content: ""; }

.fa-adjust:before {
    content: ""; }

.fa-tint:before {
    content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""; }

.fa-share-square-o:before {
    content: ""; }

.fa-check-square-o:before {
    content: ""; }

.fa-arrows:before {
    content: ""; }

.fa-step-backward:before {
    content: ""; }

.fa-fast-backward:before {
    content: ""; }

.fa-backward:before {
    content: ""; }

.fa-play:before {
    content: ""; }

.fa-pause:before {
    content: ""; }

.fa-stop:before {
    content: ""; }

.fa-forward:before {
    content: ""; }

.fa-fast-forward:before {
    content: ""; }

.fa-step-forward:before {
    content: ""; }

.fa-eject:before {
    content: ""; }

.fa-chevron-left:before {
    content: ""; }

.fa-chevron-right:before {
    content: ""; }

.fa-plus-circle:before {
    content: ""; }

.fa-minus-circle:before {
    content: ""; }

.fa-times-circle:before {
    content: ""; }

.fa-check-circle:before {
    content: ""; }

.fa-question-circle:before {
    content: ""; }

.fa-info-circle:before {
    content: ""; }

.fa-crosshairs:before {
    content: ""; }

.fa-times-circle-o:before {
    content: ""; }

.fa-check-circle-o:before {
    content: ""; }

.fa-ban:before {
    content: ""; }

.fa-arrow-left:before {
    content: ""; }

.fa-arrow-right:before {
    content: ""; }

.fa-arrow-up:before {
    content: ""; }

.fa-arrow-down:before {
    content: ""; }

.fa-mail-forward:before,
.fa-share:before {
    content: ""; }

.fa-expand:before {
    content: ""; }

.fa-compress:before {
    content: ""; }

.fa-plus:before {
    content: ""; }

.fa-minus:before {
    content: ""; }

.fa-asterisk:before {
    content: ""; }

.fa-exclamation-circle:before {
    content: ""; }

.fa-gift:before {
    content: ""; }

.fa-leaf:before {
    content: ""; }

.fa-fire:before {
    content: ""; }

.fa-eye:before {
    content: ""; }

.fa-eye-slash:before {
    content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""; }

.fa-plane:before {
    content: ""; }

.fa-calendar:before {
    content: ""; }

.fa-random:before {
    content: ""; }

.fa-comment:before {
    content: ""; }

.fa-magnet:before {
    content: ""; }

.fa-chevron-up:before {
    content: ""; }

.fa-chevron-down:before {
    content: ""; }

.fa-retweet:before {
    content: ""; }

.fa-shopping-cart:before {
    content: ""; }

.fa-folder:before {
    content: ""; }

.fa-folder-open:before {
    content: ""; }

.fa-arrows-v:before {
    content: ""; }

.fa-arrows-h:before {
    content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""; }

.fa-twitter-square:before {
    content: ""; }

.fa-facebook-square:before {
    content: ""; }

.fa-camera-retro:before {
    content: ""; }

.fa-key:before {
    content: ""; }

.fa-gears:before,
.fa-cogs:before {
    content: ""; }

.fa-comments:before {
    content: ""; }

.fa-thumbs-o-up:before {
    content: ""; }

.fa-thumbs-o-down:before {
    content: ""; }

.fa-star-half:before {
    content: ""; }

.fa-heart-o:before {
    content: ""; }

.fa-sign-out:before {
    content: ""; }

.fa-linkedin-square:before {
    content: ""; }

.fa-thumb-tack:before {
    content: ""; }

.fa-external-link:before {
    content: ""; }

.fa-sign-in:before {
    content: ""; }

.fa-trophy:before {
    content: ""; }

.fa-github-square:before {
    content: ""; }

.fa-upload:before {
    content: ""; }

.fa-lemon-o:before {
    content: ""; }

.fa-phone:before {
    content: ""; }

.fa-square-o:before {
    content: ""; }

.fa-bookmark-o:before {
    content: ""; }

.fa-phone-square:before {
    content: ""; }

.fa-twitter:before {
    content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""; }

.fa-github:before {
    content: ""; }

.fa-unlock:before {
    content: ""; }

.fa-credit-card:before {
    content: ""; }

.fa-feed:before,
.fa-rss:before {
    content: ""; }

.fa-hdd-o:before {
    content: ""; }

.fa-bullhorn:before {
    content: ""; }

.fa-bell:before {
    content: ""; }

.fa-certificate:before {
    content: ""; }

.fa-hand-o-right:before {
    content: ""; }

.fa-hand-o-left:before {
    content: ""; }

.fa-hand-o-up:before {
    content: ""; }

.fa-hand-o-down:before {
    content: ""; }

.fa-arrow-circle-left:before {
    content: ""; }

.fa-arrow-circle-right:before {
    content: ""; }

.fa-arrow-circle-up:before {
    content: ""; }

.fa-arrow-circle-down:before {
    content: ""; }

.fa-globe:before {
    content: ""; }

.fa-wrench:before {
    content: ""; }

.fa-tasks:before {
    content: ""; }

.fa-filter:before {
    content: ""; }

.fa-briefcase:before {
    content: ""; }

.fa-arrows-alt:before {
    content: ""; }

.fa-group:before,
.fa-users:before {
    content: ""; }

.fa-chain:before,
.fa-link:before {
    content: ""; }

.fa-cloud:before {
    content: ""; }

.fa-flask:before {
    content: ""; }

.fa-cut:before,
.fa-scissors:before {
    content: ""; }

.fa-copy:before,
.fa-files-o:before {
    content: ""; }

.fa-paperclip:before {
    content: ""; }

.fa-save:before,
.fa-floppy-o:before {
    content: ""; }

.fa-square:before {
    content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""; }

.fa-list-ul:before {
    content: ""; }

.fa-list-ol:before {
    content: ""; }

.fa-strikethrough:before {
    content: ""; }

.fa-underline:before {
    content: ""; }

.fa-table:before {
    content: ""; }

.fa-magic:before {
    content: ""; }

.fa-truck:before {
    content: ""; }

.fa-pinterest:before {
    content: ""; }

.fa-pinterest-square:before {
    content: ""; }

.fa-google-plus-square:before {
    content: ""; }

.fa-google-plus:before {
    content: ""; }

.fa-money:before {
    content: ""; }

.fa-caret-down:before {
    content: ""; }

.fa-caret-up:before {
    content: ""; }

.fa-caret-left:before {
    content: ""; }

.fa-caret-right:before {
    content: ""; }

.fa-columns:before {
    content: ""; }

.fa-unsorted:before,
.fa-sort:before {
    content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""; }

.fa-envelope:before {
    content: ""; }

.fa-linkedin:before {
    content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
    content: ""; }

.fa-legal:before,
.fa-gavel:before {
    content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""; }

.fa-comment-o:before {
    content: ""; }

.fa-comments-o:before {
    content: ""; }

.fa-flash:before,
.fa-bolt:before {
    content: ""; }

.fa-sitemap:before {
    content: ""; }

.fa-umbrella:before {
    content: ""; }

.fa-paste:before,
.fa-clipboard:before {
    content: ""; }

.fa-lightbulb-o:before {
    content: ""; }

.fa-exchange:before {
    content: ""; }

.fa-cloud-download:before {
    content: ""; }

.fa-cloud-upload:before {
    content: ""; }

.fa-user-md:before {
    content: ""; }

.fa-stethoscope:before {
    content: ""; }

.fa-suitcase:before {
    content: ""; }

.fa-bell-o:before {
    content: ""; }

.fa-coffee:before {
    content: ""; }

.fa-cutlery:before {
    content: ""; }

.fa-file-text-o:before {
    content: ""; }

.fa-building-o:before {
    content: ""; }

.fa-hospital-o:before {
    content: ""; }

.fa-ambulance:before {
    content: ""; }

.fa-medkit:before {
    content: ""; }

.fa-fighter-jet:before {
    content: ""; }

.fa-beer:before {
    content: ""; }

.fa-h-square:before {
    content: ""; }

.fa-plus-square:before {
    content: ""; }

.fa-angle-double-left:before {
    content: ""; }

.fa-angle-double-right:before {
    content: ""; }

.fa-angle-double-up:before {
    content: ""; }

.fa-angle-double-down:before {
    content: ""; }

.fa-angle-left:before {
    content: ""; }

.fa-angle-right:before {
    content: ""; }

.fa-angle-up:before {
    content: ""; }

.fa-angle-down:before {
    content: ""; }

.fa-desktop:before {
    content: ""; }

.fa-laptop:before {
    content: ""; }

.fa-tablet:before {
    content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""; }

.fa-circle-o:before {
    content: ""; }

.fa-quote-left:before {
    content: ""; }

.fa-quote-right:before {
    content: ""; }

.fa-spinner:before {
    content: ""; }

.fa-circle:before {
    content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
    content: ""; }

.fa-github-alt:before {
    content: ""; }

.fa-folder-o:before {
    content: ""; }

.fa-folder-open-o:before {
    content: ""; }

.fa-smile-o:before {
    content: ""; }

.fa-frown-o:before {
    content: ""; }

.fa-meh-o:before {
    content: ""; }

.fa-gamepad:before {
    content: ""; }

.fa-keyboard-o:before {
    content: ""; }

.fa-flag-o:before {
    content: ""; }

.fa-flag-checkered:before {
    content: ""; }

.fa-terminal:before {
    content: ""; }

.fa-code:before {
    content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""; }

.fa-location-arrow:before {
    content: ""; }

.fa-crop:before {
    content: ""; }

.fa-code-fork:before {
    content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""; }

.fa-question:before {
    content: ""; }

.fa-info:before {
    content: ""; }

.fa-exclamation:before {
    content: ""; }

.fa-superscript:before {
    content: ""; }

.fa-subscript:before {
    content: ""; }

.fa-eraser:before {
    content: ""; }

.fa-puzzle-piece:before {
    content: ""; }

.fa-microphone:before {
    content: ""; }

.fa-microphone-slash:before {
    content: ""; }

.fa-shield:before {
    content: ""; }

.fa-calendar-o:before {
    content: ""; }

.fa-fire-extinguisher:before {
    content: ""; }

.fa-rocket:before {
    content: ""; }

.fa-maxcdn:before {
    content: ""; }

.fa-chevron-circle-left:before {
    content: ""; }

.fa-chevron-circle-right:before {
    content: ""; }

.fa-chevron-circle-up:before {
    content: ""; }

.fa-chevron-circle-down:before {
    content: ""; }

.fa-html5:before {
    content: ""; }

.fa-css3:before {
    content: ""; }

.fa-anchor:before {
    content: ""; }

.fa-unlock-alt:before {
    content: ""; }

.fa-bullseye:before {
    content: ""; }

.fa-ellipsis-h:before {
    content: ""; }

.fa-ellipsis-v:before {
    content: ""; }

.fa-rss-square:before {
    content: ""; }

.fa-play-circle:before {
    content: ""; }

.fa-ticket:before {
    content: ""; }

.fa-minus-square:before {
    content: ""; }

.fa-minus-square-o:before {
    content: ""; }

.fa-level-up:before {
    content: ""; }

.fa-level-down:before {
    content: ""; }

.fa-check-square:before {
    content: ""; }

.fa-pencil-square:before {
    content: ""; }

.fa-external-link-square:before {
    content: ""; }

.fa-share-square:before {
    content: ""; }

.fa-compass:before {
    content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""; }

.fa-euro:before,
.fa-eur:before {
    content: ""; }

.fa-gbp:before {
    content: ""; }

.fa-dollar:before,
.fa-usd:before {
    content: ""; }

.fa-rupee:before,
.fa-inr:before {
    content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""; }

.fa-won:before,
.fa-krw:before {
    content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
    content: ""; }

.fa-file:before {
    content: ""; }

.fa-file-text:before {
    content: ""; }

.fa-sort-alpha-asc:before {
    content: ""; }

.fa-sort-alpha-desc:before {
    content: ""; }

.fa-sort-amount-asc:before {
    content: ""; }

.fa-sort-amount-desc:before {
    content: ""; }

.fa-sort-numeric-asc:before {
    content: ""; }

.fa-sort-numeric-desc:before {
    content: ""; }

.fa-thumbs-up:before {
    content: ""; }

.fa-thumbs-down:before {
    content: ""; }

.fa-youtube-square:before {
    content: ""; }

.fa-youtube:before {
    content: ""; }

.fa-xing:before {
    content: ""; }

.fa-xing-square:before {
    content: ""; }

.fa-youtube-play:before {
    content: ""; }

.fa-dropbox:before {
    content: ""; }

.fa-stack-overflow:before {
    content: ""; }

.fa-instagram:before {
    content: ""; }

.fa-flickr:before {
    content: ""; }

.fa-adn:before {
    content: ""; }

.fa-bitbucket:before {
    content: ""; }

.fa-bitbucket-square:before {
    content: ""; }

.fa-tumblr:before {
    content: ""; }

.fa-tumblr-square:before {
    content: ""; }

.fa-long-arrow-down:before {
    content: ""; }

.fa-long-arrow-up:before {
    content: ""; }

.fa-long-arrow-left:before {
    content: ""; }

.fa-long-arrow-right:before {
    content: ""; }

.fa-apple:before {
    content: ""; }

.fa-windows:before {
    content: ""; }

.fa-android:before {
    content: ""; }

.fa-linux:before {
    content: ""; }

.fa-dribbble:before {
    content: ""; }

.fa-skype:before {
    content: ""; }

.fa-foursquare:before {
    content: ""; }

.fa-trello:before {
    content: ""; }

.fa-female:before {
    content: ""; }

.fa-male:before {
    content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
    content: ""; }

.fa-sun-o:before {
    content: ""; }

.fa-moon-o:before {
    content: ""; }

.fa-archive:before {
    content: ""; }

.fa-bug:before {
    content: ""; }

.fa-vk:before {
    content: ""; }

.fa-weibo:before {
    content: ""; }

.fa-renren:before {
    content: ""; }

.fa-pagelines:before {
    content: ""; }

.fa-stack-exchange:before {
    content: ""; }

.fa-arrow-circle-o-right:before {
    content: ""; }

.fa-arrow-circle-o-left:before {
    content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""; }

.fa-dot-circle-o:before {
    content: ""; }

.fa-wheelchair:before {
    content: ""; }

.fa-vimeo-square:before {
    content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
    content: ""; }

.fa-plus-square-o:before {
    content: ""; }

.fa-space-shuttle:before {
    content: ""; }

.fa-slack:before {
    content: ""; }

.fa-envelope-square:before {
    content: ""; }

.fa-wordpress:before {
    content: ""; }

.fa-openid:before {
    content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""; }

.fa-yahoo:before {
    content: ""; }

.fa-google:before {
    content: ""; }

.fa-reddit:before {
    content: ""; }

.fa-reddit-square:before {
    content: ""; }

.fa-stumbleupon-circle:before {
    content: ""; }

.fa-stumbleupon:before {
    content: ""; }

.fa-delicious:before {
    content: ""; }

.fa-digg:before {
    content: ""; }

.fa-pied-piper-pp:before {
    content: ""; }

.fa-pied-piper-alt:before {
    content: ""; }

.fa-drupal:before {
    content: ""; }

.fa-joomla:before {
    content: ""; }

.fa-language:before {
    content: ""; }

.fa-fax:before {
    content: ""; }

.fa-building:before {
    content: ""; }

.fa-child:before {
    content: ""; }

.fa-paw:before {
    content: ""; }

.fa-spoon:before {
    content: ""; }

.fa-cube:before {
    content: ""; }

.fa-cubes:before {
    content: ""; }

.fa-behance:before {
    content: ""; }

.fa-behance-square:before {
    content: ""; }

.fa-steam:before {
    content: ""; }

.fa-steam-square:before {
    content: ""; }

.fa-recycle:before {
    content: ""; }

.fa-automobile:before,
.fa-car:before {
    content: ""; }

.fa-cab:before,
.fa-taxi:before {
    content: ""; }

.fa-tree:before {
    content: ""; }

.fa-spotify:before {
    content: ""; }

.fa-deviantart:before {
    content: ""; }

.fa-soundcloud:before {
    content: ""; }

.fa-database:before {
    content: ""; }

.fa-file-pdf-o:before {
    content: ""; }

.fa-file-word-o:before {
    content: ""; }

.fa-file-excel-o:before {
    content: ""; }

.fa-file-powerpoint-o:before {
    content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""; }

.fa-file-code-o:before {
    content: ""; }

.fa-vine:before {
    content: ""; }

.fa-codepen:before {
    content: ""; }

.fa-jsfiddle:before {
    content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""; }

.fa-circle-o-notch:before {
    content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""; }

.fa-ge:before,
.fa-empire:before {
    content: ""; }

.fa-git-square:before {
    content: ""; }

.fa-git:before {
    content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""; }

.fa-tencent-weibo:before {
    content: ""; }

.fa-qq:before {
    content: ""; }

.fa-wechat:before,
.fa-weixin:before {
    content: ""; }

.fa-send:before,
.fa-paper-plane:before {
    content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""; }

.fa-history:before {
    content: ""; }

.fa-circle-thin:before {
    content: ""; }

.fa-header:before {
    content: ""; }

.fa-paragraph:before {
    content: ""; }

.fa-sliders:before {
    content: ""; }

.fa-share-alt:before {
    content: ""; }

.fa-share-alt-square:before {
    content: ""; }

.fa-bomb:before {
    content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""; }

.fa-tty:before {
    content: ""; }

.fa-binoculars:before {
    content: ""; }

.fa-plug:before {
    content: ""; }

.fa-slideshare:before {
    content: ""; }

.fa-twitch:before {
    content: ""; }

.fa-yelp:before {
    content: ""; }

.fa-newspaper-o:before {
    content: ""; }

.fa-wifi:before {
    content: ""; }

.fa-calculator:before {
    content: ""; }

.fa-paypal:before {
    content: ""; }

.fa-google-wallet:before {
    content: ""; }

.fa-cc-visa:before {
    content: ""; }

.fa-cc-mastercard:before {
    content: ""; }

.fa-cc-discover:before {
    content: ""; }

.fa-cc-amex:before {
    content: ""; }

.fa-cc-paypal:before {
    content: ""; }

.fa-cc-stripe:before {
    content: ""; }

.fa-bell-slash:before {
    content: ""; }

.fa-bell-slash-o:before {
    content: ""; }

.fa-trash:before {
    content: ""; }

.fa-copyright:before {
    content: ""; }

.fa-at:before {
    content: ""; }

.fa-eyedropper:before {
    content: ""; }

.fa-paint-brush:before {
    content: ""; }

.fa-birthday-cake:before {
    content: ""; }

.fa-area-chart:before {
    content: ""; }

.fa-pie-chart:before {
    content: ""; }

.fa-line-chart:before {
    content: ""; }

.fa-lastfm:before {
    content: ""; }

.fa-lastfm-square:before {
    content: ""; }

.fa-toggle-off:before {
    content: ""; }

.fa-toggle-on:before {
    content: ""; }

.fa-bicycle:before {
    content: ""; }

.fa-bus:before {
    content: ""; }

.fa-ioxhost:before {
    content: ""; }

.fa-angellist:before {
    content: ""; }

.fa-cc:before {
    content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""; }

.fa-meanpath:before {
    content: ""; }

.fa-buysellads:before {
    content: ""; }

.fa-connectdevelop:before {
    content: ""; }

.fa-dashcube:before {
    content: ""; }

.fa-forumbee:before {
    content: ""; }

.fa-leanpub:before {
    content: ""; }

.fa-sellsy:before {
    content: ""; }

.fa-shirtsinbulk:before {
    content: ""; }

.fa-simplybuilt:before {
    content: ""; }

.fa-skyatlas:before {
    content: ""; }

.fa-cart-plus:before {
    content: ""; }

.fa-cart-arrow-down:before {
    content: ""; }

.fa-diamond:before {
    content: ""; }

.fa-ship:before {
    content: ""; }

.fa-user-secret:before {
    content: ""; }

.fa-motorcycle:before {
    content: ""; }

.fa-street-view:before {
    content: ""; }

.fa-heartbeat:before {
    content: ""; }

.fa-venus:before {
    content: ""; }

.fa-mars:before {
    content: ""; }

.fa-mercury:before {
    content: ""; }

.fa-intersex:before,
.fa-transgender:before {
    content: ""; }

.fa-transgender-alt:before {
    content: ""; }

.fa-venus-double:before {
    content: ""; }

.fa-mars-double:before {
    content: ""; }

.fa-venus-mars:before {
    content: ""; }

.fa-mars-stroke:before {
    content: ""; }

.fa-mars-stroke-v:before {
    content: ""; }

.fa-mars-stroke-h:before {
    content: ""; }

.fa-neuter:before {
    content: ""; }

.fa-genderless:before {
    content: ""; }

.fa-facebook-official:before {
    content: ""; }

.fa-pinterest-p:before {
    content: ""; }

.fa-whatsapp:before {
    content: ""; }

.fa-server:before {
    content: ""; }

.fa-user-plus:before {
    content: ""; }

.fa-user-times:before {
    content: ""; }

.fa-hotel:before,
.fa-bed:before {
    content: ""; }

.fa-viacoin:before {
    content: ""; }

.fa-train:before {
    content: ""; }

.fa-subway:before {
    content: ""; }

.fa-medium:before {
    content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
    content: ""; }

.fa-optin-monster:before {
    content: ""; }

.fa-opencart:before {
    content: ""; }

.fa-expeditedssl:before {
    content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""; }

.fa-mouse-pointer:before {
    content: ""; }

.fa-i-cursor:before {
    content: ""; }

.fa-object-group:before {
    content: ""; }

.fa-object-ungroup:before {
    content: ""; }

.fa-sticky-note:before {
    content: ""; }

.fa-sticky-note-o:before {
    content: ""; }

.fa-cc-jcb:before {
    content: ""; }

.fa-cc-diners-club:before {
    content: ""; }

.fa-clone:before {
    content: ""; }

.fa-balance-scale:before {
    content: ""; }

.fa-hourglass-o:before {
    content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""; }

.fa-hourglass:before {
    content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""; }

.fa-hand-scissors-o:before {
    content: ""; }

.fa-hand-lizard-o:before {
    content: ""; }

.fa-hand-spock-o:before {
    content: ""; }

.fa-hand-pointer-o:before {
    content: ""; }

.fa-hand-peace-o:before {
    content: ""; }

.fa-trademark:before {
    content: ""; }

.fa-registered:before {
    content: ""; }

.fa-creative-commons:before {
    content: ""; }

.fa-gg:before {
    content: ""; }

.fa-gg-circle:before {
    content: ""; }

.fa-tripadvisor:before {
    content: ""; }

.fa-odnoklassniki:before {
    content: ""; }

.fa-odnoklassniki-square:before {
    content: ""; }

.fa-get-pocket:before {
    content: ""; }

.fa-wikipedia-w:before {
    content: ""; }

.fa-safari:before {
    content: ""; }

.fa-chrome:before {
    content: ""; }

.fa-firefox:before {
    content: ""; }

.fa-opera:before {
    content: ""; }

.fa-internet-explorer:before {
    content: ""; }

.fa-tv:before,
.fa-television:before {
    content: ""; }

.fa-contao:before {
    content: ""; }

.fa-500px:before {
    content: ""; }

.fa-amazon:before {
    content: ""; }

.fa-calendar-plus-o:before {
    content: ""; }

.fa-calendar-minus-o:before {
    content: ""; }

.fa-calendar-times-o:before {
    content: ""; }

.fa-calendar-check-o:before {
    content: ""; }

.fa-industry:before {
    content: ""; }

.fa-map-pin:before {
    content: ""; }

.fa-map-signs:before {
    content: ""; }

.fa-map-o:before {
    content: ""; }

.fa-map:before {
    content: ""; }

.fa-commenting:before {
    content: ""; }

.fa-commenting-o:before {
    content: ""; }

.fa-houzz:before {
    content: ""; }

.fa-vimeo:before {
    content: ""; }

.fa-black-tie:before {
    content: ""; }

.fa-fonticons:before {
    content: ""; }

.fa-reddit-alien:before {
    content: ""; }

.fa-edge:before {
    content: ""; }

.fa-credit-card-alt:before {
    content: ""; }

.fa-codiepie:before {
    content: ""; }

.fa-modx:before {
    content: ""; }

.fa-fort-awesome:before {
    content: ""; }

.fa-usb:before {
    content: ""; }

.fa-product-hunt:before {
    content: ""; }

.fa-mixcloud:before {
    content: ""; }

.fa-scribd:before {
    content: ""; }

.fa-pause-circle:before {
    content: ""; }

.fa-pause-circle-o:before {
    content: ""; }

.fa-stop-circle:before {
    content: ""; }

.fa-stop-circle-o:before {
    content: ""; }

.fa-shopping-bag:before {
    content: ""; }

.fa-shopping-basket:before {
    content: ""; }

.fa-hashtag:before {
    content: ""; }

.fa-bluetooth:before {
    content: ""; }

.fa-bluetooth-b:before {
    content: ""; }

.fa-percent:before {
    content: ""; }

.fa-gitlab:before {
    content: ""; }

.fa-wpbeginner:before {
    content: ""; }

.fa-wpforms:before {
    content: ""; }

.fa-envira:before {
    content: ""; }

.fa-universal-access:before {
    content: ""; }

.fa-wheelchair-alt:before {
    content: ""; }

.fa-question-circle-o:before {
    content: ""; }

.fa-blind:before {
    content: ""; }

.fa-audio-description:before {
    content: ""; }

.fa-volume-control-phone:before {
    content: ""; }

.fa-braille:before {
    content: ""; }

.fa-assistive-listening-systems:before {
    content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""; }

.fa-glide:before {
    content: ""; }

.fa-glide-g:before {
    content: ""; }

.fa-signing:before,
.fa-sign-language:before {
    content: ""; }

.fa-low-vision:before {
    content: ""; }

.fa-viadeo:before {
    content: ""; }

.fa-viadeo-square:before {
    content: ""; }

.fa-snapchat:before {
    content: ""; }

.fa-snapchat-ghost:before {
    content: ""; }

.fa-snapchat-square:before {
    content: ""; }

.fa-pied-piper:before {
    content: ""; }

.fa-first-order:before {
    content: ""; }

.fa-yoast:before {
    content: ""; }

.fa-themeisle:before {
    content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
    content: ""; }

.fa-handshake-o:before {
    content: ""; }

.fa-envelope-open:before {
    content: ""; }

.fa-envelope-open-o:before {
    content: ""; }

.fa-linode:before {
    content: ""; }

.fa-address-book:before {
    content: ""; }

.fa-address-book-o:before {
    content: ""; }

.fa-vcard:before,
.fa-address-card:before {
    content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""; }

.fa-user-circle:before {
    content: ""; }

.fa-user-circle-o:before {
    content: ""; }

.fa-user-o:before {
    content: ""; }

.fa-id-badge:before {
    content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""; }

.fa-quora:before {
    content: ""; }

.fa-free-code-camp:before {
    content: ""; }

.fa-telegram:before {
    content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""; }

.fa-shower:before {
    content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""; }

.fa-podcast:before {
    content: ""; }

.fa-window-maximize:before {
    content: ""; }

.fa-window-minimize:before {
    content: ""; }

.fa-window-restore:before {
    content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""; }

.fa-bandcamp:before {
    content: ""; }

.fa-grav:before {
    content: ""; }

.fa-etsy:before {
    content: ""; }

.fa-imdb:before {
    content: ""; }

.fa-ravelry:before {
    content: ""; }

.fa-eercast:before {
    content: ""; }

.fa-microchip:before {
    content: ""; }

.fa-snowflake-o:before {
    content: ""; }

.fa-superpowers:before {
    content: ""; }

.fa-wpexplorer:before {
    content: ""; }

.fa-meetup:before {
    content: ""; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    appearance: none; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
    box-shadow: none !important; }

textarea:focus {
    box-shadow: none !important; }



[type="checkbox"],
[type="radio"] {
    vertical-align: middle; }



.types-title {
    font: 700 36px/41px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #111;
    text-align: center;
    margin: 0 0 40px; }


#maincontent .block.newsletter {
    background: #F2F1EF;
    text-align: center;
    padding: 50px 0 50px 15px;
    width: auto; }
#maincontent .block.newsletter .content {
    max-width: 1355px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 0; }
#maincontent .block.newsletter .prize {
    color: #212121;
    font: normal 600 20px/25px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    flex: 0 0 162px;
    text-align: left; }
#maincontent .block.newsletter .form.subscribe {
    display: block;
    width: auto;
    flex: 0 1 100%; }
#maincontent .block.newsletter .field {
    margin: 0;
    display: flex; }
#maincontent .block.newsletter label {
    position: static;
    width: auto;
    font: normal 400 17px/25px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #000;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 5px;
    height: auto;
    flex: 0 1 100%;
    text-align: left; }
#maincontent .block.newsletter label span {
    display: block;
    max-width: 375px; }
#maincontent .block.newsletter .control {
    display: inline-block;
    width: 270px;
    flex: 1 0 270px;
    height: 55px; }
#maincontent .block.newsletter .control:before {
    display: none; }
#maincontent .block.newsletter .control input {
    padding: 17px 20px;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #fff;
    color: #111;
    font: 300 14px/19px "Open Sans", Helvetica, Arial, sans-serif; }
#maincontent .block.newsletter .control input::-moz-placeholder {
    color: #111; }
#maincontent .block.newsletter .control input::-webkit-input-placeholder {
    color: #111; }
#maincontent .block.newsletter .control input:-ms-input-placeholder {
    color: #111; }
#maincontent .block.newsletter .actions {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    width: 180px;
    height: 55px;
    flex: 1 0 180px; }
#maincontent .block.newsletter .actions .action.subscribe {
    margin: 0;
    font: 600 13px/53px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #F2F1EF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0 29px;
    text-transform: uppercase;
    border: 1px solid #F2C2BB;
    color: #b78219;
    width: 100%;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
#maincontent .block.newsletter .actions .action.subscribe:hover {
    color: #F2F1EF;
    background: #b78219;
    border-color: #b78219; }
#maincontent .block.newsletter .terms-link {
    display: block;
    flex: 0 0 315px;
    font: 300 14px/17px "Open Sans", Helvetica, Arial, sans-serif;
    color: #6b6b6a;
    background: none;
    border-style: none;
    padding: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; }
#maincontent .block.newsletter .terms-link:hover {
    text-decoration: none;
    color: #000; }
