
:root {
    --main-family: Karla;
    --main-weight: 400;
    --font-size: 16px;
    --nav-size: 15px;
    --heading-family: Karla;
    --heading-weight: 400;
    --h1-size: 25px;
    --h2-size: 25px;
    --h3-size: 18px;
    --header-wrapper-background: #ffffff;
    --background: #ffffff;
    --logo-color: #404040;
    --header: #197bbd;
    --hello-color: #ffffff;
    --header-icons: #ffffff;
    --header-icons-hover: #ffffff;
    --mobile-header-icons: #197bbd;
    --header-color: #000000;
    --text-color: #000000;
    --link-color: #000000;
    --sale-color: #c60808;
    --dotted-color: #cccccc;
    --button-color: #0F7FCB;
    --button-hover: #135e90;
    --button-text: #ffffff;
    --secondary-button-color: #135e90;
    --secondary-button-hover: #197bbd;
    --secondary-button-text: #ffffff;
    --direction-color: #a4a4a4;
    --direction-background: rgba(0, 0, 0, 0);
    --direction-hover: rgba(0, 0, 0, 0);
    --icons: #9f9b9a;
    --icons-hover: #404040;
    --footer-border: rgba(0, 0, 0, 0);
    --footer-background: #000000;
    --footer-text: #ffffff;
    --footer-icons-color: #ffffff;
    --footer-icons-hover-color: #ffffff;
    --footer-input: #ffffff;
    --footer-input-text: #000000;
    --footer-button: #000000;
    --footer-button-text: #ffffff;
    --nav-family: Karla;
    --nav-weight: 400;
    --nav-color: #ffffff;
    --nav-hover-color: rgba(0, 0, 0, 0);
    --nav-background-color: #000000;
    --nav-hover-link-color: #ffffff;
    --nav-border-color: rgba(0, 0, 0, 0);
    --dropdown-background-color: #ffffff;
    --dropdown-link-color: #000000;
    --dropdown-link-hover-color: #796b62;
    --dropdown-min-width: 220px;
    --free-shipping-bg: #197bbd;
    --free-shipping-text: #ffffff;
    --error-color: #c60808;
    --error-color-light: #fdd0d0;
    --swatch-height: 40px;
    --swatch-width: 44px;
    --tool-tip-width: -20;
    --icon-border-color: #e6e6e6;
    --keyboard-focus-color: #f3f3f3;
    --keyboard-focus-border-style: dotted;
    --keyboard-focus-border-weight: 1;
    --price-unit-price: #999999;
    --color-filter-size: 30px;
    --button-corners: 3px;
}

@media (max-width: 740px) {
    :root {
        --font-size: calc(15px - (15px * 0.15));
        --nav-size: calc(15px - (15px * 0.15));
        --h1-size: calc(25px - (25px * 0.15));
        --h2-size: calc(25px - (25px * 0.15));
        --h3-size: calc(18px - (18px * 0.15));
        --collection-item-image-height: 220px;
    }
    
}
@supports(-webkit-touch-callout:none) {
    :root {
        --font-size: calc(20px - (20px * 0.15)); 
    } 
}
@media screen and (min-width: 741px) and (max-width: 1220px) {
    :root {
        --collection-item-image-height: 320px;
    }
}

@media screen and (min-width: 1221px) {
    :root {
        --collection-item-image-height: 450px;
    }
}


/**/


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

.gridlock .row .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gridlock .row:after {
    height: 0;
    clear: both;
    content: ".";
    display: block;
    line-height: 0;
    visibility: hidden;
}

/*.gridlock .row .row {*/
/*    !*width: 102.08333333%;*!*/
/*    !*margin-left: -1.04166667%;*!*/
/*    !*margin-right: -1.04166667%;*!*/
/*}*/
.gridlock .row .contained .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.gridlock .row [class*="all-"],
.gridlock .row [class*="min-"],
.gridlock .row [class*="mobile-"],
.gridlock .row [class*="tablet-"],
.gridlock .row [class*="desktop-"],
.gridlock .row [class*="max-"] {
    float: left;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%;
    box-sizing: border-box;
}

.gridlock .row [class*="all-"].padded,
.gridlock .row [class*="min-"].padded,
.gridlock .row [class*="mobile-"].padded,
.gridlock .row [class*="tablet-"].padded,
.gridlock .row [class*="desktop-"].padded,
.gridlock .row [class*="max-"].padded {
    box-sizing: content-box;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.04166667%;
    padding-right: 1.04166667%;
}

.gridlock .row [class*="all-"].contained,
.gridlock .row [class*="min-"].contained,
.gridlock .row [class*="mobile-"].contained,
.gridlock .row [class*="tablet-"].contained,
.gridlock .row [class*="desktop-"].contained,
.gridlock .row [class*="max-"].contained {
    margin-left: 0;
    margin-right: 0;
}

.gridlock .row [class*="all-"].right,
.gridlock .row [class*="min-"].right,
.gridlock .row [class*="mobile-"].right,
.gridlock .row [class*="tablet-"].right,
.gridlock .row [class*="desktop-"].right,
.gridlock .row [class*="max-"].right {
    float: right;
}

@media screen and (min-width: 500px) {
    .gridlock .row .row {
        width: 480px;
    }
}

@media screen and (min-width: 740px) {
    .gridlock .row .row {
        width: 720px;
    }
}

@media screen and (min-width: 980px) {
    .gridlock .row .row {
        width: 960px;
    }
}

@media screen and (min-width: 1220px) {
    .gridlock .row .row {
        width: 1200px;
    }
}

@media screen and (min-width: 1680px) {
    .gridlock .row .row {
        width: 1400px;
    }
}

.gridlock-fluid .row {
    width: 98%;
}

@media screen and (max-width: 739px) {
    .gridlock-mobile-fluid .row {
        width: 98%;
    }
}

.gridlock .row .all-fifth {
    width: 17.91666667%;
}

.gridlock .row .all-fourth {
    width: 22.91666667%;
}

.gridlock .row .all-third {
    width: 31.25%;
}

.gridlock .row .all-half {
    width: 47.91666667%;
}

.gridlock .row .all-full {
    width: 97.91666667%;
}

.gridlock .row .all-push-fifth {
    margin-left: 21.04166667%;
}

.gridlock .row .all-push-fourth {
    margin-left: 26.04166667%;
}

.gridlock .row .all-push-third {
    margin-left: 34.375%;
}

.gridlock .row .all-push-half {
    margin-left: 51.04166667%;
}

.gridlock .row .contained.all-fifth {
    width: 20%;
}

.gridlock .row .contained.all-fourth {
    width: 25%;
}

.gridlock .row .contained.all-third {
    width: 33.33333333%;
}

.gridlock .row .contained.all-half {
    width: 50%;
}

.gridlock .row .contained.all-full {
    width: 100%;
}

.gridlock .row .contained.all-push-fifth {
    margin-left: 20%;
}

.gridlock .row .contained.all-push-fourth {
    margin-left: 25%;
}

.gridlock .row .contained.all-push-third {
    margin-left: 33.33333333%;
}

.gridlock .row .contained.all-push-half {
    margin-left: 50%;
}

.gridlock .row [class*="all-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.gridlock .row .all-hide {
    display: none;
}

@media screen and (max-width: 739px) {
    .gridlock .row .mobile-1 {
        width: 31.25%;
    }

    .gridlock .row .mobile-2 {
        width: 64.58333333%;
    }

    .gridlock .row .mobile-3 {
        width: 97.91666667%;
    }

    .gridlock .row .mobile-push-1 {
        margin-left: 34.375%;
    }

    .gridlock .row .mobile-push-2 {
        margin-left: 67.70833333%;
    }

    .gridlock .row .contained.mobile-1 {
        width: 33.33333333%;
    }

    .gridlock .row .contained.mobile-2 {
        width: 66.66666667%;
    }

    .gridlock .row .contained.mobile-3 {
        width: 100%;
    }

    .gridlock .row .contained.mobile-push-1 {
        margin-left: 33.33333333%;
    }

    .gridlock .row .contained.mobile-push-2 {
        margin-left: 66.66666667%;
    }

    .gridlock .row .mobile-fifth {
        width: 17.91666667%;
    }

    .gridlock .row .mobile-fourth {
        width: 22.91666667%;
    }

    .gridlock .row .mobile-third {
        width: 31.25%;
    }

    .gridlock .row .mobile-half {
        width: 47.91666667%;
    }

    .gridlock .row .mobile-full {
        width: 97.91666667%;
    }

    .gridlock .row .mobile-push-fifth {
        margin-left: 21.04166667%;
    }

    .gridlock .row .mobile-push-fourth {
        margin-left: 26.04166667%;
    }

    .gridlock .row .mobile-push-third {
        margin-left: 34.375%;
    }

    .gridlock .row .mobile-push-half {
        margin-left: 51.04166667%;
    }

    .gridlock .row .contained.mobile-fifth {
        width: 20%;
    }

    .gridlock .row .contained.mobile-fourth {
        width: 25%;
    }

    .gridlock .row .contained.mobile-third {
        width: 33.33333333%;
    }

    .gridlock .row .contained.mobile-half {
        width: 50%;
    }

    .gridlock .row .contained.mobile-full {
        width: 100%;
    }

    .gridlock .row .contained.mobile-push-fifth {
        margin-left: 20%;
    }

    .gridlock .row .contained.mobile-push-fourth {
        margin-left: 25%;
    }

    .gridlock .row .contained.mobile-push-third {
        margin-left: 33.33333333%;
    }

    .gridlock .row .contained.mobile-push-half {
        margin-left: 50%;
    }

    .gridlock .row [class*="mobile-"].centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .gridlock .row .mobile-hide {
        display: none;
    }
}

@media screen and (max-width: 499px) {
    .gridlock .row .min-1 {
        width: 31.25%;
    }

    .gridlock .row .min-2 {
        width: 64.58333333%;
    }

    .gridlock .row .min-3 {
        width: 97.91666667%;
    }

    .gridlock .row .min-push-1 {
        margin-left: 34.375%;
    }

    .gridlock .row .min-push-2 {
        margin-left: 67.70833333%;
    }

    .gridlock .row .contained.min-1 {
        width: 33.33333333%;
    }

    .gridlock .row .contained.min-2 {
        width: 66.66666667%;
    }

    .gridlock .row .contained.min-3 {
        width: 100%;
    }

    .gridlock .row .contained.min-push-1 {
        margin-left: 33.33333333%;
    }

    .gridlock .row .contained.min-push-2 {
        margin-left: 66.66666667%;
    }

    .gridlock .row .min-fifth {
        width: 17.91666667%;
    }

    .gridlock .row .min-fourth {
        width: 22.91666667%;
    }

    .gridlock .row .min-third {
        width: 31.25%;
    }

    .gridlock .row .min-half {
        width: 47.91666667%;
    }

    .gridlock .row .min-full {
        width: 97.91666667%;
    }

    .gridlock .row .min-push-fifth {
        margin-left: 21.04166667%;
    }

    .gridlock .row .min-push-fourth {
        margin-left: 26.04166667%;
    }

    .gridlock .row .min-push-third {
        margin-left: 34.375%;
    }

    .gridlock .row .min-push-half {
        margin-left: 51.04166667%;
    }

    .gridlock .row .contained.min-fifth {
        width: 20%;
    }

    .gridlock .row .contained.min-fourth {
        width: 25%;
    }

    .gridlock .row .contained.min-third {
        width: 33.33333333%;
    }

    .gridlock .row .contained.min-half {
        width: 50%;
    }

    .gridlock .row .contained.min-full {
        width: 100%;
    }

    .gridlock .row .contained.min-push-fifth {
        margin-left: 20%;
    }

    .gridlock .row .contained.min-push-fourth {
        margin-left: 25%;
    }

    .gridlock .row .contained.min-push-third {
        margin-left: 33.33333333%;
    }

    .gridlock .row .contained.min-push-half {
        margin-left: 50%;
    }

    .gridlock .row [class*="min-"].centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .gridlock .row .min-hide {
        display: none;
    }
}

@media screen and (min-width: 740px) and (max-width: 979px) {
    .gridlock .row .tablet-1 {
        width: 14.58333333%;
    }

    .gridlock .row .tablet-2 {
        width: 31.25%;
    }

    .gridlock .row .tablet-3 {
        width: 47.91666667%;
    }

    .gridlock .row .tablet-4 {
        width: 64.58333333%;
    }

    .gridlock .row .tablet-5 {
        width: 81.25%;
    }

    .gridlock .row .tablet-6 {
        width: 97.91666667%;
    }

    .gridlock .row .tablet-push-1 {
        margin-left: 17.70833333%;
    }

    .gridlock .row .tablet-push-2 {
        margin-left: 34.375%;
    }

    .gridlock .row .tablet-push-3 {
        margin-left: 51.04166667%;
    }

    .gridlock .row .tablet-push-4 {
        margin-left: 67.70833333%;
    }

    .gridlock .row .tablet-push-5 {
        margin-left: 84.375%;
    }

    .gridlock .row .contained.tablet-1 {
        width: 16.66666667%;
    }

    .gridlock .row .contained.tablet-2 {
        width: 33.33333333%;
    }

    .gridlock .row .contained.tablet-3 {
        width: 50%;
    }

    .gridlock .row .contained.tablet-4 {
        width: 66.66666667%;
    }

    .gridlock .row .contained.tablet-5 {
        width: 83.33333333%;
    }

    .gridlock .row .contained.tablet-6 {
        width: 100%;
    }

    .gridlock .row .contained.tablet-push-1 {
        margin-left: 16.66666667%;
    }

    .gridlock .row .contained.tablet-push-2 {
        margin-left: 33.33333333%;
    }

    .gridlock .row .contained.tablet-push-3 {
        margin-left: 50%;
    }

    .gridlock .row .contained.tablet-push-4 {
        margin-left: 66.66666667%;
    }

    .gridlock .row .contained.tablet-push-5 {
        margin-left: 83.33333333%;
    }

    .gridlock .row .tablet-fifth {
        width: 17.91666667%;
    }

    .gridlock .row .tablet-fourth {
        width: 22.91666667%;
    }

    .gridlock .row .tablet-third {
        width: 31.25%;
    }

    .gridlock .row .tablet-three-fourths {
        width: 72.91666667%;
    }

    .gridlock .row .tablet-half {
        width: 47.91666667%;
    }

    .gridlock .row .tablet-full {
        width: 97.91666667%;
    }

    .gridlock .row .tablet-push-fifth {
        margin-left: 21.04166667%;
    }

    .gridlock .row .tablet-push-fourth {
        margin-left: 26.04166667%;
    }

    .gridlock .row .tablet-push-third {
        margin-left: 34.375%;
    }

    .gridlock .row .tablet-push-half {
        margin-left: 51.04166667%;
    }

    .gridlock .row .contained.tablet-fifth {
        width: 20%;
    }

    .gridlock .row .contained.tablet-fourth {
        width: 25%;
    }

    .gridlock .row .contained.tablet-third {
        width: 33.33333333%;
    }

    .gridlock .row .contained.tablet-half {
        width: 50%;
    }

    .gridlock .row .contained.tablet-full {
        width: 100%;
    }

    .gridlock .row .contained.tablet-push-fifth {
        margin-left: 20%;
    }

    .gridlock .row .contained.tablet-push-fourth {
        margin-left: 25%;
    }

    .gridlock .row .contained.tablet-push-third {
        margin-left: 33.33333333%;
    }

    .gridlock .row .contained.tablet-push-half {
        margin-left: 50%;
    }

    .gridlock .row [class*="tablet-"].centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .gridlock .row .tablet-hide {
        display: none !important;
    }
}

@media screen and (min-width: 980px) {
    .gridlock .row .desktop-1 {
        width: 6.25%;
    }

    .gridlock .row .desktop-2 {
        width: 14.58333333%;
    }

    .gridlock .row .desktop-3 {
        width: 22.91666667%;
    }

    .gridlock .row .desktop-4 {
        width: 31.25%;
    }

    .gridlock .row .desktop-5 {
        width: 39.58333333%;
    }

    .gridlock .row .desktop-6 {
        width: 47.91666667%;
    }

    .gridlock .row .desktop-7 {
        width: 56.25%;
    }

    .gridlock .row .desktop-8 {
        width: 64.58333333%;
    }

    .gridlock .row .desktop-9 {
        width: 72.91666667%;
    }

    .gridlock .row .desktop-10 {
        width: 81.25%;
    }

    .gridlock .row .desktop-11 {
        width: 89.58333333%;
    }

    .gridlock .row .desktop-12 {
        width: 97.91666667%;
    }

    .gridlock .row .desktop-push-1 {
        margin-left: 9.375%;
    }

    .gridlock .row .desktop-push-2 {
        margin-left: 17.70833333%;
    }

    .gridlock .row .desktop-push-3 {
        margin-left: 26.04166667%;
    }

    .gridlock .row .desktop-push-4 {
        margin-left: 34.375%;
    }

    .gridlock .row .desktop-push-5 {
        margin-left: 42.70833333%;
    }

    .gridlock .row .desktop-push-6 {
        margin-left: 51.04166667%;
    }

    .gridlock .row .desktop-push-7 {
        margin-left: 59.375%;
    }

    .gridlock .row .desktop-push-8 {
        margin-left: 67.70833333%;
    }

    .gridlock .row .desktop-push-9 {
        margin-left: 76.04166667%;
    }

    .gridlock .row .desktop-push-10 {
        margin-left: 84.375%;
    }

    .gridlock .row .desktop-push-11 {
        margin-left: 92.70833333%;
    }

    .gridlock .row .contained.desktop-1 {
        width: 8.33333333%;
    }

    .gridlock .row .contained.desktop-2 {
        width: 16.66666667%;
    }

    .gridlock .row .contained.desktop-3 {
        width: 25%;
    }

    .gridlock .row .contained.desktop-4 {
        width: 33.33333333%;
    }

    .gridlock .row .contained.desktop-5 {
        width: 41.66666667%;
    }

    .gridlock .row .contained.desktop-6 {
        width: 50%;
    }

    .gridlock .row .contained.desktop-7 {
        width: 58.33333333%;
    }

    .gridlock .row .contained.desktop-8 {
        width: 66.66666667%;
    }

    .gridlock .row .contained.desktop-9 {
        width: 75%;
    }

    .gridlock .row .contained.desktop-10 {
        width: 83.33333333%;
    }

    .gridlock .row .contained.desktop-11 {
        width: 91.66666667%;
    }

    .gridlock .row .contained.desktop-12 {
        width: 100%;
    }

    .gridlock .row .contained.desktop-push-1 {
        margin-left: 8.33333333%;
    }

    .gridlock .row .contained.desktop-push-2 {
        margin-left: 16.66666667%;
    }

    .gridlock .row .contained.desktop-push-3 {
        margin-left: 25%;
    }

    .gridlock .row .contained.desktop-push-4 {
        margin-left: 33.33333333%;
    }

    .gridlock .row .contained.desktop-push-5 {
        margin-left: 41.66666667%;
    }

    .gridlock .row .contained.desktop-push-6 {
        margin-left: 50%;
    }

    .gridlock .row .contained.desktop-push-7 {
        margin-left: 58.33333333%;
    }

    .gridlock .row .contained.desktop-push-8 {
        margin-left: 66.66666667%;
    }

    .gridlock .row .contained.desktop-push-9 {
        margin-left: 75%;
    }

    .gridlock .row .contained.desktop-push-10 {
        margin-left: 83.33333333%;
    }

    .gridlock .row .contained.desktop-push-11 {
        margin-left: 91.66666667%;
    }

    .gridlock .row .desktop-fifth {
        width: 17.91666667%;
    }

    .gridlock .row .desktop-fourth {
        width: 22.91666667%;
    }

    .gridlock .row .desktop-third {
        width: 31.25%;
    }

    .gridlock .row .desktop-half {
        width: 47.91666667%;
    }

    .gridlock .row .desktop-full {
        width: 97.91666667%;
    }

    .gridlock .row .desktop-push-fifth {
        margin-left: 21.04166667%;
    }

    .gridlock .row .desktop-push-fourth {
        margin-left: 26.04166667%;
    }

    .gridlock .row .desktop-push-third {
        margin-left: 34.375%;
    }

    .gridlock .row .desktop-push-half {
        margin-left: 51.04166667%;
    }

    .gridlock .row .contained.desktop-fifth {
        width: 20%;
    }

    .gridlock .row .contained.desktop-fourth {
        width: 25%;
    }

    .gridlock .row .contained.desktop-third {
        width: 33.33333333%;
    }

    .gridlock .row .contained.desktop-half {
        width: 50%;
    }

    .gridlock .row .contained.desktop-full {
        width: 100%;
    }

    .gridlock .row .contained.desktop-push-fifth {
        margin-left: 20%;
    }

    .gridlock .row .contained.desktop-push-fourth {
        margin-left: 25%;
    }

    .gridlock .row .contained.desktop-push-third {
        margin-left: 33.33333333%;
    }

    .gridlock .row .contained.desktop-push-half {
        margin-left: 50%;
    }

    .gridlock .row [class*="desktop-"].centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .gridlock .row .desktop-hide {
        display: none !important;
    }
}

@media screen and (min-width: 1220px) {
    .gridlock .row .max-1 {
        width: 6.25%;
    }

    .gridlock .row .max-2 {
        width: 14.58333333%;
    }

    .gridlock .row .max-3 {
        width: 22.91666667%;
    }

    .gridlock .row .max-4 {
        width: 31.25%;
    }

    .gridlock .row .max-5 {
        width: 39.58333333%;
    }

    .gridlock .row .max-6 {
        width: 47.91666667%;
    }

    .gridlock .row .max-7 {
        width: 56.25%;
    }

    .gridlock .row .max-8 {
        width: 64.58333333%;
    }

    .gridlock .row .max-9 {
        width: 72.91666667%;
    }

    .gridlock .row .max-10 {
        width: 81.25%;
    }

    .gridlock .row .max-11 {
        width: 89.58333333%;
    }

    .gridlock .row .max-12 {
        width: 97.91666667%;
    }

    .gridlock .row .max-push-1 {
        margin-left: 9.375%;
    }

    .gridlock .row .max-push-2 {
        margin-left: 17.70833333%;
    }

    .gridlock .row .max-push-3 {
        margin-left: 26.04166667%;
    }

    .gridlock .row .max-push-4 {
        margin-left: 34.375%;
    }

    .gridlock .row .max-push-5 {
        margin-left: 42.70833333%;
    }

    .gridlock .row .max-push-6 {
        margin-left: 51.04166667%;
    }

    .gridlock .row .max-push-7 {
        margin-left: 59.375%;
    }

    .gridlock .row .max-push-8 {
        margin-left: 67.70833333%;
    }

    .gridlock .row .max-push-9 {
        margin-left: 76.04166667%;
    }

    .gridlock .row .max-push-10 {
        margin-left: 84.375%;
    }

    .gridlock .row .max-push-11 {
        margin-left: 92.70833333%;
    }

    .gridlock .row .contained.max-1 {
        width: 8.33333333%;
    }

    .gridlock .row .contained.max-2 {
        width: 16.66666667%;
    }

    .gridlock .row .contained.max-3 {
        width: 25%;
    }

    .gridlock .row .contained.max-4 {
        width: 33.33333333%;
    }

    .gridlock .row .contained.max-5 {
        width: 41.66666667%;
    }

    .gridlock .row .contained.max-6 {
        width: 50%;
    }

    .gridlock .row .contained.max-7 {
        width: 58.33333333%;
    }

    .gridlock .row .contained.max-8 {
        width: 66.66666667%;
    }

    .gridlock .row .contained.max-9 {
        width: 75%;
    }

    .gridlock .row .contained.max-10 {
        width: 83.33333333%;
    }

    .gridlock .row .contained.max-11 {
        width: 91.66666667%;
    }

    .gridlock .row .contained.max-12 {
        width: 100%;
    }

    .gridlock .row .contained.max-push-1 {
        margin-left: 8.33333333%;
    }

    .gridlock .row .contained.max-push-2 {
        margin-left: 16.66666667%;
    }

    .gridlock .row .contained.max-push-3 {
        margin-left: 25%;
    }

    .gridlock .row .contained.max-push-4 {
        margin-left: 33.33333333%;
    }

    .gridlock .row .contained.max-push-5 {
        margin-left: 41.66666667%;
    }

    .gridlock .row .contained.max-push-6 {
        margin-left: 50%;
    }

    .gridlock .row .contained.max-push-7 {
        margin-left: 58.33333333%;
    }

    .gridlock .row .contained.max-push-8 {
        margin-left: 66.66666667%;
    }

    .gridlock .row .contained.max-push-9 {
        margin-left: 75%;
    }

    .gridlock .row .contained.max-push-10 {
        margin-left: 83.33333333%;
    }

    .gridlock .row .contained.max-push-11 {
        margin-left: 91.66666667%;
    }

    .gridlock .row .max-fifth {
        width: 17.91666667%;
    }

    .gridlock .row .max-fourth {
        width: 22.91666667%;
    }

    .gridlock .row .max-third {
        width: 31.25%;
    }

    .gridlock .row .max-half {
        width: 47.91666667%;
    }

    .gridlock .row .max-full {
        width: 97.91666667%;
    }

    .gridlock .row .max-push-fifth {
        margin-left: 21.04166667%;
    }

    .gridlock .row .max-push-fourth {
        margin-left: 26.04166667%;
    }

    .gridlock .row .max-push-third {
        margin-left: 34.375%;
    }

    .gridlock .row .max-push-half {
        margin-left: 51.04166667%;
    }

    .gridlock .row .contained.max-fifth {
        width: 20%;
    }

    .gridlock .row .contained.max-fourth {
        width: 25%;
    }

    .gridlock .row .contained.max-third {
        width: 33.33333333%;
    }

    .gridlock .row .contained.max-half {
        width: 50%;
    }

    .gridlock .row .contained.max-full {
        width: 100%;
    }

    .gridlock .row .contained.max-push-fifth {
        margin-left: 20%;
    }

    .gridlock .row .contained.max-push-fourth {
        margin-left: 25%;
    }

    .gridlock .row .contained.max-push-third {
        margin-left: 33.33333333%;
    }

    .gridlock .row .contained.max-push-half {
        margin-left: 50%;
    }

    .gridlock .row [class*="max-"].centered {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .gridlock .row .max-hide {
        display: none;
    }
}

* {
    margin: 0;
}

@media (pointer: coarse) {
    *:focus {
        outline: none;
    }
}

/* =============== */
/* = CSS Grid = */
/* =============== */
.grid__wrapper {
    margin: 0 auto;
    padding-left: 3%;
    padding-right: 3%;
    max-width: 1600px;
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    font-size: 0
}

.grid__wrapper-nest {
    display: grid !important;
}

.grid__wrapper.aflow {
    grid-auto-flow: dense;
}

.grid__wrapper.narrow {
    padding-left: 7%;
    padding-right: 7%;
}

.grid__wrapper.full {
    padding-left: 1.25%;
    padding-right: 1.25%;
    max-width: unset;
    width: 100%;
}

.grid__wrapper.edge {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: unset;
}

.grid__wrapper > .first {
    order: 1;
}

.grid__wrapper > .last {
    order: 2;
}

/* Inline Grid Columns */
.grid__wrapper > * {
    display: inline-block;
    padding: 0;
    font-size: initial;
    vertical-align: top;
}

.span-1 {
    width: 8.3333333%;
}

.span-2 {
    width: 16.666666%;
}

.span-3 {
    width: 25%;
}

.span-4 {
    width: 33.333333%;
}

.span-5 {
    width: 41.666666%;
}

.span-6 {
    width: 50%;
}

.span-7 {
    width: 58.333333%;
}

.span-8 {
    width: 66.666666%;
}

.span-9 {
    width: 75%;
}

.span-10 {
    width: 83.33333%;
}

.span-11 {
    width: 91.666667%;
}

.span-12 {
    width: 100%;
}

/* Grid Row Template */
.grid__wrapper.gtr1 {
    grid-template-rows: 1fr;
}

.grid__wrapper.gtr2 {
    grid-template-rows: 1fr 1fr;
}

.grid__wrapper.gtr3 {
    grid-template-rows: 1fr 1fr 1fr;
}

.grid__wrapper.gtr4 {
    grid-template-rows: 1fr 1fr 1fr 1fr;
}

.gr1 {
    grid-row: 1;
}

.gr2 {
    grid-row: 2;
}

.gr3 {
    grid-row: 3;
}

.gr4 {
    grid-row: 4;
}

/* Grid Gap */
.cg0 {
    grid-column-gap: 0;
}

.cg1 {
    grid-column-gap: 6px;
}

.cg2 {
    grid-column-gap: 9px;
}

.cg3 {
    grid-column-gap: 12px;
}

.cg4 {
    grid-column-gap: 15px;
}

.cg5 {
    grid-column-gap: 18px;
}

.cg6 {
    grid-column-gap: 21px;
}

.cg7 {
    grid-column-gap: 24px;
}

.cg8 {
    grid-column-gap: 27px;
}

.cg9 {
    grid-column-gap: 30px;
}

.rg0 {
    grid-row-gap: 0;
}

.rg1 {
    grid-row-gap: 6px;
}

.rg2 {
    grid-row-gap: 9px;
}

.rg3 {
    grid-row-gap: 12px;
}

.rg4 {
    grid-row-gap: 15px;
}

.rg5 {
    grid-row-gap: 18px;
}

.rg6 {
    grid-row-gap: 21px;
}

.rg7 {
    grid-row-gap: 24px;
}

.rg8 {
    grid-row-gap: 27px;
}

.rg9 {
    grid-row-gap: 30px;
}

/* Align Text */
.a-left {
    text-align: left;
}

.a-right {
    text-align: right;
}

.a-center {
    text-align: center;
}

/* Align Self */
.v-start {
    align-self: start;
    vertical-align: top;
}

.v-center {
    align-self: center;
    vertical-align: middle;
}

.v-end {
    align-self: end;
    vertical-align: bottom;
}

.v-stretch {
    align-self: stretch;
}

/* Justify Self */
.h-start {
    justify-self: start;
}

.h-center {
    justify-self: center;
}

.h-end {
    justify-self: end;
}

.h-stretch {
    justify-self: stretch;
}

/* Place Self */
.vh-start {
    place-self: start;
}

.vv-center {
    place-self: center;
}

.vh-end {
    place-self: end;
}

.vh-stretch {
    place-self: stretch;
}

@supports (display: grid) {
    /* Grid Columns */
    .span-1 {
        grid-column: 1;
        width: 100%;
    }

    .span-2 {
        grid-column: 1 / 3;
        width: 100%;
    }

    .span-3 {
        grid-column: 1 / 4;
        width: 100%;
    }

    .span-4, .span-third {
        grid-column: 1 / 5;
        width: 100%;
    }

    .span-5 {
        grid-column: 1 / 6;
        width: 100%;
    }

    .span-6 {
        grid-column: 1 / 7;
        width: 100%;
    }

    .span-7 {
        grid-column: 1 / 8;
        width: 100%;
    }

    .span-8 {
        grid-column: 1 / 9;
        width: 100%;
    }

    .span-9 {
        grid-column: 1 / 10;
        width: 100%;
    }

    .span-10 {
        grid-column: 1 / 11;
        width: 100%;
    }

    .span-11 {
        grid-column: 1 / 12;
        width: 100%;
    }

    .span-12 {
        grid-column: 1 / 13;
        width: 100%;
    }

    .span-6.first {
        grid-column: 1 / 7;
        width: 100%;
    }

    .span-6.last {
        grid-column: 7 / 13;
        width: 100%;
    }

    .span-8.first {
        grid-column: 1 / 9;
        width: 100%;
    }

    .span-4.last {
        grid-column: 9 / 13;
        width: 100%;
    }

    .span-4.first {
        grid-column: 1 / 5;
        width: 100%;
    }

    .span-8.last {
        grid-column: 5 / 13;
        width: 100%;
    }

    .span-9.first {
        grid-column: 1 / 10;
        width: 100%;
    }

    .span-3.last {
        grid-column: 10 / 13;
        width: 100%;
    }

    .span-3.first {
        grid-column: 1 / 4;
        width: 100%;
    }

    .span-9.last {
        grid-column: 4 / 13;
        width: 100%;
    }

    /* Grid Auto Columns */
    .span-1.auto {
        grid-column: auto / span 1;
        width: 100%;
    }

    .span-2.auto {
        grid-column: auto / span 2;
        width: 100%;
    }

    .span-3.auto {
        grid-column: auto / span 3;
        width: 100%;
    }

    .span-4.auto, .span-third.auto {
        grid-column: auto / span 4;
        width: 100%;
    }

    .span-5.auto {
        grid-column: auto / span 5;
        width: 100%;
    }

    .span-6.auto {
        grid-column: auto / span 6;
        width: 100%;
    }

    .span-7.auto {
        grid-column: auto / span 7;
        width: 100%;
    }

    .span-8.auto {
        grid-column: auto / span 8;
        width: 100%;
    }

    .span-9.auto {
        grid-column: auto / span 9;
        width: 100%;
    }

    .span-10.auto {
        grid-column: auto / span 10;
        width: 100%;
    }

    .span-11.auto {
        grid-column: auto / span 11;
        width: 100%;
    }

    .span-12.auto {
        grid-column: auto / span 12;
        width: 100%;
    }

    /* Grid Push Columns */
    .span-1.push-1 {
        grid-column: 2 / 3;
        width: 100%;
    }

    .span-1.push-2 {
        grid-column: 3 / 4;
        width: 100%;
    }

    .span-1.push-3 {
        grid-column: 4 / 5;
        width: 100%;
    }

    .span-1.push-4 {
        grid-column: 5 / 6;
        width: 100%;
    }

    .span-1.push-5 {
        grid-column: 6 / 7;
        width: 100%;
    }

    .span-1.push-6 {
        grid-column: 7 / 8;
        width: 100%;
    }

    .span-1.push-7 {
        grid-column: 8 / 9;
        width: 100%;
    }

    .span-1.push-8 {
        grid-column: 9 / 10;
        width: 100%;
    }

    .span-1.push-9 {
        grid-column: 10 / 11;
        width: 100%;
    }

    .span-1.push-10 {
        grid-column: 11 / 12;
        width: 100%;
    }

    .span-1.push-11 {
        grid-column: 12 / 13;
        width: 100%;
    }

    .span-2.push-1 {
        grid-column: 2 / 4;
        width: 100%;
    }

    .span-2.push-2 {
        grid-column: 3 / 5;
        width: 100%;
    }

    .span-2.push-3 {
        grid-column: 4 / 6;
        width: 100%;
    }

    .span-2.push-4 {
        grid-column: 5 / 7;
        width: 100%;
    }

    .span-2.push-5 {
        grid-column: 6 / 8;
        width: 100%;
    }

    .span-2.push-6 {
        grid-column: 7 / 9;
        width: 100%;
    }

    .span-2.push-7 {
        grid-column: 8 / 10;
        width: 100%;
    }

    .span-2.push-8 {
        grid-column: 9 / 11;
        width: 100%;
    }

    .span-2.push-9 {
        grid-column: 10 / 12;
        width: 100%;
    }

    .span-2.push-10 {
        grid-column: 11 / 13;
        width: 100%;
    }

    .span-3.push-1 {
        grid-column: 2 / 5;
        width: 100%;
    }

    .span-3.push-2 {
        grid-column: 3 / 6;
        width: 100%;
    }

    .span-3.push-3 {
        grid-column: 4 / 7;
        width: 100%;
    }

    .span-3.push-4 {
        grid-column: 5 / 8;
        width: 100%;
    }

    .span-3.push-5 {
        grid-column: 6 / 9;
        width: 100%;
    }

    .span-3.push-6 {
        grid-column: 7 / 10;
        width: 100%;
    }

    .span-3.push-7 {
        grid-column: 8 / 11;
        width: 100%;
    }

    .span-3.push-8 {
        grid-column: 9 / 12;
        width: 100%;
    }

    .span-3.push-9 {
        grid-column: 10 / 13;
        width: 100%;
    }

    .span-4.push-1 {
        grid-column: 2 / 6;
        width: 100%;
    }

    .span-4.push-2 {
        grid-column: 3 / 7;
        width: 100%;
    }

    .span-4.push-3 {
        grid-column: 4 / 8;
        width: 100%;
    }

    .span-4.push-4 {
        grid-column: 5 / 9;
        width: 100%;
    }

    .span-4.push-5 {
        grid-column: 6 / 10;
        width: 100%;
    }

    .span-4.push-6 {
        grid-column: 7 / 11;
        width: 100%;
    }

    .span-4.push-7 {
        grid-column: 8 / 12;
        width: 100%;
    }

    .span-4.push-8 {
        grid-column: 9 / 13;
        width: 100%;
    }

    .span-5.push-1 {
        grid-column: 2 / 7;
        width: 100%;
    }

    .span-5.push-2 {
        grid-column: 3 / 8;
        width: 100%;
    }

    .span-5.push-3 {
        grid-column: 4 / 9;
        width: 100%;
    }

    .span-5.push-4 {
        grid-column: 5 / 10;
        width: 100%;
    }

    .span-5.push-5 {
        grid-column: 6 / 11;
        width: 100%;
    }

    .span-5.push-6 {
        grid-column: 7 / 12;
        width: 100%;
    }

    .span-5.push-7 {
        grid-column: 8 / 13;
        width: 100%;
    }

    .span-6.push-1 {
        grid-column: 2 / 8;
        width: 100%;
    }

    .span-6.push-2 {
        grid-column: 3 / 9;
        width: 100%;
    }

    .span-6.push-3 {
        grid-column: 4 / 10;
        width: 100%;
    }

    .span-6.push-4 {
        grid-column: 5 / 11;
        width: 100%;
    }

    .span-6.push-5 {
        grid-column: 6 / 12;
        width: 100%;
    }

    .span-6.push-6 {
        grid-column: 7 / 13;
        width: 100%;
    }

    .span-7.push-1 {
        grid-column: 2 / 9;
        width: 100%;
    }

    .span-7.push-2 {
        grid-column: 3 / 10;
        width: 100%;
    }

    .span-7.push-3 {
        grid-column: 4 / 11;
        width: 100%;
    }

    .span-7.push-4 {
        grid-column: 5 / 12;
        width: 100%;
    }

    .span-7.push-5 {
        grid-column: 6 / 13;
        width: 100%;
    }

    .span-8.push-1 {
        grid-column: 2 / 10;
        width: 100%;
    }

    .span-8.push-2 {
        grid-column: 3 / 11;
        width: 100%;
    }

    .span-8.push-3 {
        grid-column: 4 / 12;
        width: 100%;
    }

    .span-8.push-4 {
        grid-column: 5 / 13;
        width: 100%;
    }

    .span-9.push-1 {
        grid-column: 2 / 11;
        width: 100%;
    }

    .span-9.push-2 {
        grid-column: 3 / 12;
        width: 100%;
    }

    .span-9.push-3 {
        grid-column: 4 / 13;
        width: 100%;
    }

    .span-10.push-1 {
        grid-column: 2 / 12;
        width: 100%;
    }

    .span-10.push-2 {
        grid-column: 3 / 13;
        width: 100%;
    }

    .span-11.push-1 {
        grid-column: 2 / 13;
        width: 100%;
    }

    @media (min-width: 981px) {
        .desktop-hide {
            display: none !important;
        }
    }

    /* Mobile Grid Columns */
    @media (max-width: 739px) {
        .sm-span-1.auto {
            grid-column: auto / span 1 !important;
            width: 100%;
        }

        .sm-span-2.auto {
            grid-column: auto / span 2 !important;
            width: 100%;
        }

        .sm-span-3.auto {
            grid-column: auto / span 3 !important;
            width: 100%;
        }

        .sm-span-4.auto, .sm-span-third.auto {
            grid-column: auto / span 4 !important;
            width: 100%;
        }

        .sm-span-5.auto {
            grid-column: auto / span 5 !important;
            width: 100%;
        }

        .sm-span-6.auto {
            grid-column: auto / span 6 !important;
            width: 100%;
        }

        .sm-span-7.auto {
            grid-column: auto / span 7 !important;
            width: 100%;
        }

        .sm-span-8.auto {
            grid-column: auto / span 8 !important;
            width: 100%;
        }

        .sm-span-9.auto {
            grid-column: auto / span 9 !important;
            width: 100%;
        }

        .sm-span-10.auto {
            grid-column: auto / span 10 !important;
            width: 100%;
        }

        .sm-span-11.auto {
            grid-column: auto / span 11 !important;
            width: 100%;
        }

        .sm-span-12.auto {
            grid-column: auto / span 12 !important;
            width: 100%;
        }

        .sm-cg0 {
            grid-column-gap: 0;
        }

        .sm-cg1 {
            grid-column-gap: 6px;
        }

        .sm-cg2 {
            grid-column-gap: 9px;
        }

        .sm-cg3 {
            grid-column-gap: 12px;
        }

        .sm-cg4 {
            grid-column-gap: 15px;
        }

        .sm-cg5 {
            grid-column-gap: 18px;
        }

        .sm-cg6 {
            grid-column-gap: 21px;
        }

        .sm-cg7 {
            grid-column-gap: 24px;
        }

        .sm-cg8 {
            grid-column-gap: 27px;
        }

        .sm-cg9 {
            grid-column-gap: 30px;
        }

        .sm-rg0 {
            grid-row-gap: 0;
        }

        .sm-rg1 {
            grid-row-gap: 6px;
        }

        .sm-rg2 {
            grid-row-gap: 9px;
        }

        .sm-rg3 {
            grid-row-gap: 12px;
        }

        .sm-rg4 {
            grid-row-gap: 15px;
        }

        .sm-rg5 {
            grid-row-gap: 18px;
        }

        .sm-rg6 {
            grid-row-gap: 21px;
        }

        .sm-rg7 {
            grid-row-gap: 24px;
        }

        .sm-rg8 {
            grid-row-gap: 27px;
        }

        .sm-rg9 {
            grid-row-gap: 30px;
        }

        .mobile-hide,
        .sm-hide {
            display: none !important;
        }

        /* Align Text */
        .sm-a-left {
            text-align: left;
        }

        .sm-a-right {
            text-align: right;
        }

        .sm-a-center {
            text-align: center;
        }

        /* Align Self */
        .sm-v-start {
            align-self: start;
            vertical-align: top;
        }

        .sm-v-center {
            align-self: center;
            vertical-align: middle;
        }

        .sm-v-end {
            align-self: end;
            vertical-align: bottom;
        }

        .sm-v-stretch {
            align-self: stretch;
        }

        /* Justify Self */
        .sm-h-start {
            justify-self: start;
        }

        .sm-h-center {
            justify-self: center;
        }

        .sm-h-end {
            justify-self: end;
        }

        .sm-h-stretch {
            justify-self: stretch;
        }

        /* Place Self */
        .sm-vh-start {
            place-self: start;
        }

        .sm-vv-center {
            place-self: center;
        }

        .sm-vh-end {
            place-self: end;
        }

        .sm-vh-stretch {
            place-self: stretch;
        }
    }

    /* Tablet Grid */
    @media (min-width: 740px) and (max-width: 980px) {
        .md-span-12.auto {
            grid-column: auto / span 12 !important;
            width: 100%;
        }

        .md-span-1.auto {
            grid-column: auto / span 1 !important;
            width: 100%;
        }

        .md-span-2.auto {
            grid-column: auto / span 2 !important;
            width: 100%;
        }

        .md-span-3.auto {
            grid-column: auto / span 3 !important;
            width: 100%;
        }

        .md-span-4.auto, .md-span-third.auto {
            grid-column: auto / span 4 !important;
            width: 100%;
        }

        .md-span-5.auto {
            grid-column: auto / span 5 !important;
            width: 100%;
        }

        .md-span-6.auto {
            grid-column: auto / span 6 !important;
            width: 100%;
        }

        .md-span-7.auto {
            grid-column: auto / span 7 !important;
            width: 100%;
        }

        .md-span-8.auto {
            grid-column: auto / span 8 !important;
            width: 100%;
        }

        .md-span-9.auto {
            grid-column: auto / span 9 !important;
            width: 100%;
        }

        .md-span-10.auto {
            grid-column: auto / span 10 !important;
            width: 100%;
        }

        .md-span-11.auto {
            grid-column: auto / span 11 !important;
            width: 100%;
        }

        .md-span-12.auto {
            grid-column: auto / span 12 !important;
            width: 100%;
        }

        .md-span-12.auto {
            grid-column: auto / span 12 !important;
            width: 100%;
        }

        .md-cg0 {
            grid-column-gap: 0;
        }

        .md-cg1 {
            grid-column-gap: 6px;
        }

        .md-cg2 {
            grid-column-gap: 9px;
        }

        .md-cg3 {
            grid-column-gap: 12px;
        }

        .md-cg4 {
            grid-column-gap: 15px;
        }

        .md-cg5 {
            grid-column-gap: 18px;
        }

        .md-cg6 {
            grid-column-gap: 21px;
        }

        .md-cg7 {
            grid-column-gap: 24px;
        }

        .md-cg8 {
            grid-column-gap: 27px;
        }

        .md-cg9 {
            grid-column-gap: 30px;
        }

        .md-rg0 {
            grid-row-gap: 0;
        }

        .md-rg1 {
            grid-row-gap: 6px;
        }

        .md-rg2 {
            grid-row-gap: 9px;
        }

        .md-rg3 {
            grid-row-gap: 12px;
        }

        .md-rg4 {
            grid-row-gap: 15px;
        }

        .md-rg5 {
            grid-row-gap: 18px;
        }

        .md-rg6 {
            grid-row-gap: 21px;
        }

        .md-rg7 {
            grid-row-gap: 24px;
        }

        .md-rg8 {
            grid-row-gap: 27px;
        }

        .md-rg9 {
            grid-row-gap: 30px;
        }

        .tablet-hide {
            display: none !important;
        }

        /* Align Text */
        .md-a-left {
            text-align: left;
        }

        .md-a-right {
            text-align: right;
        }

        .md-a-center {
            text-align: center;
        }

        /* Align Self */
        .md-v-start {
            align-self: start;
            vertical-align: top;
        }

        .md-v-center {
            align-self: center;
            vertical-align: middle;
        }

        .md-v-end {
            align-self: end;
            vertical-align: bottom;
        }

        .md-v-stretch {
            align-self: stretch;
        }

        /* Justify Self */
        .md-h-start {
            justify-self: start;
        }

        .md-h-center {
            justify-self: center;
        }

        .md-h-end {
            justify-self: end;
        }

        .md-h-stretch {
            justify-self: stretch;
        }

        /* Place Self */
        .md-vh-start {
            place-self: start;
        }

        .md-vv-center {
            place-self: center;
        }

        .md-vh-end {
            place-self: end;
        }

        .md-vh-stretch {
            place-self: stretch;
        }
    }

    /* Mobile & Tablet Grid */
    @media (max-width: 980px) {
        .dv-span-12.auto {
            grid-column: auto / span 12 !important;
            width: 100%;
        }

        .dv-span-1.auto {
            grid-column: auto / span 1 !important;
            width: 100%;
        }

        .dv-span-2.auto {
            grid-column: auto / span 2 !important;
            width: 100%;
        }

        .dv-span-3.auto {
            grid-column: auto / span 3 !important;
            width: 100%;
        }

        .dv-span-4.auto, .md-span-third.auto {
            grid-column: auto / span 4 !important;
            width: 100%;
        }

        .dv-span-5.auto {
            grid-column: auto / span 5 !important;
            width: 100%;
        }

        .dv-span-6.auto {
            grid-column: auto / span 6 !important;
            width: 100%;
        }

        .dv-span-7.auto {
            grid-column: auto / span 7 !important;
            width: 100%;
        }

        .dv-span-8.auto {
            grid-column: auto / span 8 !important;
            width: 100%;
        }

        .dv-span-9.auto {
            grid-column: auto / span 9 !important;
            width: 100%;
        }

        .dv-span-10.auto {
            grid-column: auto / span 10 !important;
            width: 100%;
        }

        .dv-span-11.auto {
            grid-column: auto / span 11 !important;
            width: 100%;
        }

        .dv-span-12.auto {
            grid-column: auto / span 12 !important;
            width: 100%;
        }

        .dv-cg0 {
            grid-column-gap: 0;
        }

        .dv-cg1 {
            grid-column-gap: 6px;
        }

        .dv-cg2 {
            grid-column-gap: 9px;
        }

        .dv-cg3 {
            grid-column-gap: 12px;
        }

        .dv-cg4 {
            grid-column-gap: 15px;
        }

        .dv-cg5 {
            grid-column-gap: 18px;
        }

        .dv-cg6 {
            grid-column-gap: 21px;
        }

        .dv-cg7 {
            grid-column-gap: 24px;
        }

        .dv-cg8 {
            grid-column-gap: 27px;
        }

        .dv-cg9 {
            grid-column-gap: 30px;
        }

        .dv-rg0 {
            grid-row-gap: 0;
        }

        .dv-rg1 {
            grid-row-gap: 6px;
        }

        .dv-rg2 {
            grid-row-gap: 9px;
        }

        .dv-rg3 {
            grid-row-gap: 12px;
        }

        .dv-rg4 {
            grid-row-gap: 15px;
        }

        .dv-rg5 {
            grid-row-gap: 18px;
        }

        .dv-rg6 {
            grid-row-gap: 21px;
        }

        .dv-rg7 {
            grid-row-gap: 24px;
        }

        .dv-rg8 {
            grid-row-gap: 27px;
        }

        .dv-rg9 {
            grid-row-gap: 30px;
        }

        .device-hide {
            display: none !important;
        }

        /* Align Text */
        .dv-a-left {
            text-align: left;
        }

        .dv-a-right {
            text-align: right;
        }

        .dv-a-center {
            text-align: center;
        }

        /* Align Self */
        .dv-v-start {
            align-self: start;
            vertical-align: top;
        }

        .dv-v-center {
            align-self: center;
            vertical-align: middle;
        }

        .dv-v-end {
            align-self: end;
            vertical-align: bottom;
        }

        .dv-v-stretch {
            align-self: stretch;
        }

        /* Justify Self */
        .dv-h-start {
            justify-self: start;
        }

        .dv-h-center {
            justify-self: center;
        }

        .dv-h-end {
            justify-self: end;
        }

        .dv-h-stretch {
            justify-self: stretch;
        }

        /* Place Self */
        .dv-vh-start {
            place-self: start;
        }

        .dv-vv-center {
            place-self: center;
        }

        .dv-vh-end {
            place-self: end;
        }

        .dv-vh-stretch {
            place-self: stretch;
        }
    }
}

/* --- Margin --- */
.m0 {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mx0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

/* --- Padding --- */
.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.px0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 740px) {
    .sm-m0 {
        margin: 0 !important;
    }

    .sm-mt0 {
        margin-top: 0 !important;
    }

    .sm-mr0 {
        margin-right: 0 !important;
    }

    .sm-mb0 {
        margin-bottom: 0 !important;
    }

    .sm-ml0 {
        margin-left: 0 !important;
    }

    .sm-mx0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .sm-my0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .sm-m-auto {
        margin: auto;
    }

    .sm-mt-auto {
        margin-top: auto;
    }

    .sm-mr-auto {
        margin-right: auto;
    }

    .sm-mb-auto {
        margin-bottom: auto;
    }

    .sm-ml-auto {
        margin-left: auto;
    }

    .sm-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .sm-my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    /* --- Padding --- */
    .sm-p0 {
        padding: 0;
    }

    .sm-pt0 {
        padding-top: 0;
    }

    .sm-pr0 {
        padding-right: 0;
    }

    .sm-pb0 {
        padding-bottom: 0;
    }

    .sm-pl0 {
        padding-left: 0;
    }

    .sm-px0 {
        padding-left: 0;
        padding-right: 0;
    }

    .sm-py0 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 980px) {
    .dv-m0 {
        margin: 0;
    }

    .dv-mt0 {
        margin-top: 0;
    }

    .dv-mr0 {
        margin-right: 0;
    }

    .dv-mb0 {
        margin-bottom: 0;
    }

    .dv-ml0 {
        margin-left: 0;
    }

    .dv-mx0 {
        margin-left: 0;
        margin-right: 0;
    }

    .dv-my0 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .dv-m-auto {
        margin: auto;
    }

    .dv-mt-auto {
        margin-top: auto;
    }

    .dv-mr-auto {
        margin-right: auto;
    }

    .dv-mb-auto {
        margin-bottom: auto;
    }

    .dv-ml-auto {
        margin-left: auto;
    }

    .dv-mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .dv-my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    /* --- Padding --- */
    .dv-p0 {
        padding: 0;
    }

    .dv-pt0 {
        padding-top: 0;
    }

    .dv-pr0 {
        padding-right: 0;
    }

    .dv-pb0 {
        padding-bottom: 0;
    }

    .dv-pl0 {
        padding-left: 0;
    }

    .dv-px0 {
        padding-left: 0;
        padding-right: 0;
    }

    .dv-py0 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

/* Quick Inline Grid */
.inline__wrapper {
    list-style: none;
    width: 100%;
}

.inline__wrapper > * {
    width: auto;
    margin: 0;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

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

.note {
    padding: 20px;
    border: 1px solid var(--dotted-color);
    margin-bottom: 20px;
}

.note .underline {
    text-decoration: underline;
}

.or-divider {
    position: relative;
    font-size: var(--font-size);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.6;
}

.or-divider span:before {
    content: "";
    background: var(--dotted-color);
    height: 1px;
    width: 40%;
    position: absolute;
    left: 0;
    top: 50%;
}

.or-divider span:after {
    content: "";
    background: var(--dotted-color);
    height: 1px;
    width: 40%;
    position: absolute;
    right: 0;
    top: 50%;
}

html,
body {
    height: 100%;
    box-sizing: border-box !important;
}

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

body {
    color: var(--text-color);
    background: var(--background);
    font-size: var(--font-size);
    font-family: var(--main-family);
    line-height: 1.6em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* Without this, the body has excess horizontal scroll when the menu is open */
    overflow-x: hidden;
}

body .slideout-panel {
    background: var(--background);
}

img {
    max-width: 100%;
    border: 0;
}

img[data-sizes="auto"] {
    display: block;
    width: 100%;
}

.box-ratio {
    display: block;
    height: 0;
    width: 100%;
    overflow: hidden;
    background-color: #f1f1f1;
}

.product .box-ratio {
    background-color: white;
}

.box-ratio img {
    background-color: white;
}

.lazyload-fade {
    opacity: 0;
    transition: opacity 200ms;
}

.lazyload-fade.lazyloaded {
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--header-color);
    font-family: var(--heading-family);
    font-weight: var(--heading-weight);
    margin-top: 0;
    margin-bottom: 10px;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    font-weight: inherit;
    color: var(--header-color) !important;
}

h1 {
    font-size: var(--h1-size);
}

h2 {
    font-size: var(--h2-size);
}

h3 {
    font-size: var(--h3-size);
}

h4 {
    font-size: calc(var(--font-size) + 2px);
}

h5 {
    font-size: calc(var(--font-size) + 1px);
}

h1,
h2,
h3,
h4,
h5,
p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
    margin-bottom: 10px;
}

p {
    font-size: var(--font-size);
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

pre {
    font-family: "Courier New", Courier, monospace;
    font-size: 14px;
    font-weight: bold;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.inline-block-auto {
    display: inline-block;
    width: auto;
}

a {
    text-decoration: none;
    color: var(--link-color);
    -webkit-transition: color .5s ease-in;
    -moz-transition: color .5s ease-in;
    -o-transition: color .5s ease-in;
    transition: color .5s ease-in;
}

a:hover {
    color: var(--link-color);
}

a:visited {
    color: var(--link-color);
}

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt {
    font-weight: bold;
}

ol {
    padding: 0;
    margin-left: 0;
    margin-bottom: 20px;
    text-indent: 0;
    list-style-position: inside;
}

ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: disc inside;
}

blockquote {
    font-family: Georgia, "Times New Roman", Times, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    padding-left: 35px;
    color: #999;
    margin: 20px 0;
}

hr {
    background: var(--dotted-color);
    border: none;
    color: var(--dotted-color);
    display: block;
    height: 1px;
    margin-top: 20px;
    width: 100%;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hide {
    display: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.center {
    text-align: center;
}

.mb0 {
    margin-bottom: 0;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.visually-hidden--inline {
    margin: 0;
    height: 1em;
}

.visually-hidden--static {
    position: static !important;
}

.hr-or {
    border: none;
    border-top: 1px solid var(--dotted-color);
    width: 14.375rem;
    margin: 1.5625rem auto;
    overflow: visible;
    margin: 16px 0;
    width: 100%;
}

.hr-or:after {
    content: attr(data-content);
    position: relative;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 2.5rem;
    font-weight: 500;
    background-color: var(--background);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .2px;
    text-align: center;
    display: inline-block;
}

/* NO JS Helpers
================================================== */
.js-focus-hidden:focus {
    outline: none;
}

.no-js .box-ratio {
    display: none;
}

.no-js .product-main-image img.lazyload {
    opacity: 1;
}


.no-js .product-thumbnails .lazyload {
    display: none;
}

.no-js .vantage-accordion .product-accordion-content {
    display: block;
}

.no-js .shifter-navigation {
    display: none;
}

.no-js #mcshop-section-mobile-navigation {
    display: none;
}

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    width: 100%;
    max-width: 100%;
    background: var(--button-color);
    color: var(--button-text);
    font-family: var(--main-family);
    font-size: var(--font-size);
    font-weight: normal;
    text-decoration: none;
    border: none;
    -webkit-transition: background .5s ease, color .5s ease;
    -moz-transition: background .5s ease, color .5s ease;
    -o-transition: background .5s ease, color .5s ease;
    transition: background .5s ease, color .5s ease;
    -webkit-appearance: none;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 15px;
    line-height: normal;
    height: 50px;
}

.theme-buttons-curved .button,
.theme-buttons-curved button,
.theme-buttons-curved input[type="submit"],
.theme-buttons-curved input[type="reset"],
.theme-buttons-curved input[type="button"] {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    color: var(--button-text);
    background: var(--button-hover);
}

button.button-as-link,
a.button-as-link,
input.button-as-link {
    border: none;
    background: none;
    color: var(--link-color);
    text-decoration: underline;
    line-height: var(--font-size);
    font-size: var(--font-size);
    height: auto;
    display: inline-block;
    width: auto;
}

button.button-as-link:hover,
a.button-as-link:hover,
input.button-as-link:hover {
    background: none;
    color: var(--link-color);
}

.secondary-button {
    background: var(--secondary-button-color) !important;
    color: var(--secondary-button-text) !important;
}

.secondary-button:hover {
    color: var(--secondary-button-text) !important;
    background: var(--secondary-button-hover) !important;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* #Forms
================================================== */
form {
    margin-bottom: 0;
}

fieldset {
    margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
textarea,
select {
    border: 1px solid #ccc;
    height: 48px;
    outline: none;
    font-family: var(--main-family);
    font-size: var(--font-size);
    color: var(--text-color);
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: var(--background);
    box-sizing: border-box;
}

select {
    padding: 0 9px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

label,
legend {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaa;
    font-size: 14px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaa;
}


input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
    width: 100%;
    font-family: var(--main-family);
    font-size: var(--font-size);
    color: var(--text-color);
    border: 1px solid var(--dotted-color);
    height: 50px;
    margin: 0;
    margin-bottom: 20px;
    max-width: 100%;
    text-indent: 10px;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

textarea {
    width: 100%;
    background: #fff;
    border: 1px solid var(--dotted-color);
    height: 135px;
    margin: 0 0 20px 0;
    max-width: 100%;
    padding: 10px;
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    min-height: 60px;
    min-width: 300px;
}

/* =============== */
/* = Start CSS = */
/* =============== */

.header-wrapper {
    background: var(--header-wrapper-background);
}

.header-wrapper.is_sticky {
    width: 100%;
    z-index: 5;
}

header {
    background: var(--header);
    line-height: 48px;
    position: relative;
    z-index: 6;
    color: var(--header-icons);
}

header.isStuck {
    width: 100%;
    margin: 0;
    left: 0;
}

ul#social-icons {
    margin-bottom: 0;
    text-align: left;
    z-index: 5;
    position: relative;
    list-style: none;
    min-height: 1px;
}

ul#social-icons li {
    text-align: left;
    display: inline;
    padding: 0 10px 0 0;
}

ul#social-icons li a {
    color: var(--header-icons);
}

ul#social-icons li a:hover {
    color: var(--header-icons-hover);
}

#search {
    width: 300px;
    text-align: center;
    margin: 0 auto;
}

#search_popup {
    text-align: center;
}

#search_popup #q {
    text-indent: 0;
    text-align: center;
}

/* ====== Header links ===== */
header .fa-2x {
    font-size: 16px !important;
}

ul#cart {
    margin-bottom: 0;
    text-align: right;
    z-index: 5;
    position: relative;
    list-style: none;
    margin-top: 0;
    float: right;
    z-index: 1;
}

ul#cart li {
    vertical-align: middle;
    display: inline-block;
    padding: 0 0 0 10px;
}

ul#cart li a,
ul#cart li button {
    color: var(--header-icons);
}

ul#cart li a:hover {
    color: var(--header-icons-hover);
}

ul#cart li.cart-overview {
    position: relative;
}

ul#cart li.cart-overview:hover #crt {
    display: block;
}

ul#cart li select {
    margin: 0;
}

li.my-cart-link-container {
    text-align: center;
}

#hello {
    text-align: center;
    min-height: 1px;
}

#hello {
    color: var(--hello-color);
    margin-bottom: 0;
}

#hello a {
    color: var(--hello-color);
}

#logo {
    line-height: initial;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

#logo a {
    vertical-align: middle;
    font-family: var(--heading-family);
    color: var(--logo-color);
    text-decoration: none;
    font-size: var(--h1-size);
}

#content {
    position: relative;
    z-index: 0;
    min-height: 500px;
    margin-left: -5px;
    margin-right: -5px;
}
body:not(.template-index) #content {
    padding-top: 20px;
}

.content-wrapper {
    background: var(--background);
}

/* =============== */
/* = index.liquid = */
/* =============== */


#index-pages h3 {
    text-align: center;
    margin-bottom: 20px;
}

.pages-left-content {
    padding-top: 5px;
}

.padded {
    margin-bottom: 15px;
}

.pages-content .rte {
    text-align: center;
}

.prod-vendor {
    text-align: center;
    display: block;
}

/* =============== */
/* = collections = */
/* =============== */

.product-info form {
    margin-top: 20px;
}

.featured-product-form .errors.qty-error,
.product-form .errors.qty-error {
    padding: 10px 10px 20px 10px;
}

.product-index .single-option-selector {
    margin: 5px auto 10px;
}


li.paginext,
li.pagiprev {
    width: 38px;
    border: 1px solid #ddd;
    text-align: center !important;
    height: 38px;
    line-height: 36px;
}

li.paginext a,
li.pagiprev a {
    display: block;
    font-size: 16px;
}

span.pagination-count {
    margin-left: 10px;
    font-size: 11px;
}

/* ================ */
/* = Product page = */
/* ================ */

body.template-product .row.product__section {
    margin-top: 30px;
}

body.template-product .row.product__section #breadcrumb {
    margin-top: 0;
    margin-bottom: 30px;
}

.product-thumbnail img {
    border: 1px solid transparent;
}

.product-thumbnail.selected img,
.active img {
    border: 1px solid #e6e6e6 !important;
}

.zoomContainer {
    z-index: 2;
}

#mobile-product {
    position: relative;
}

ol.flex-control-nav {
    display: none;
}

.thumbnail {
    margin-bottom: 10px;
    border: 1px solid #fff;
}

#product-price,
.product-price {
    font-size: calc(var(--font-size) + 2px);
    margin-bottom: 10px;
}

#product-price {
    border-bottom: 1px solid var(--dotted-color);
    padding-bottom: 12px;
}

.product__section-content {
    padding: 20px;
}

.product__section-details,
.product-description {
    text-align: center;
}

.product__section-details form,
.product-description form {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--dotted-color);
}

.selector-wrapper {
    margin-bottom: 12px;
}

.product-add {
    padding: 10px 0 0;
}

.product-add h5 {
    font-weight: bold;
    font-size: var(--font-size);
}

.qty-selection {
    margin-bottom: 20px;
}

.quantity {
    text-align: center;
    display: inline-block !important;
    padding: 10px 0 !important;
    text-indent: 0 !important;
    background: transparent;
    padding: 0 !important;
    width: 50px !important;
    height: 46px !important;
    margin: 0 !important;
    border-left: 0;
    border-right: 0;
}


a.down,
a.up {
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    padding: 0;
    width: 44px;
    color: var(--text-color);
    border: 1px solid var(--dotted-color);
    text-align: center;
    background: #fff;
}

.up:hover,
.down:hover {
    cursor: pointer;
}

.add {
    margin: 0 auto;
    display: block !important;
    clear: left;
}

.mcshop-payment-button {
    clear: left;
}

.mcshop-payment-button__button--branded,
.mcshop-payment-button__button--unbranded {
    line-height: 50px !important;
    min-height: 50px !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
    border-radius: 0 !important;
}

.theme-buttons-curved .mcshop-payment-button__button--branded,
.theme-buttons-curved .mcshop-payment-button__button--unbranded {
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}

.mcshop-payment-button__button--unbranded {
    color: var(--button-text) !important;
    background: var(--button-color) !important;
    font-size: var(--font-size) !important;
}

.mcshop-payment-button__button--unbranded:hover {
    color: var(--button-text) !important;
    background: var(--button-hover) !important;
}

button.mcshop-payment-button__more-options, button.mcshop-payment-button__more-options:hover {
    background: transparent !important;
    color: #000 !important;
    padding: 0 0 10px !important;
    font-size: 12px;
    height: initial;
}

.rte-description {
    margin-bottom: 15px;
}

.desc {
    padding-top: 10px;
}

.full-click {
    display: block;
    text-align: center;
    margin-top: 20px;
}

#related {
    margin-top: 20px;
    padding: 20px 0;
    float: left;
    text-align: center;
}

#social {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

#product-navigation {
    text-align: center;
}

#back-forth img {
    margin: 0 5px;
    vertical-align: middle;
    max-width: 160px;
}

.backto {
    margin-bottom: 10px;
    display: block;
}

.prev-prod {
    margin-right: 10px;
}

.next-prod {
    margin-left: 10px;
}

.prev-prod,
.next-prod {
    display: inline-block;
}

.share-icons a {
    margin: 0 5px;
}

#product__section-lowerDescription {
    text-align: left;
}

.single-option-selecter::-ms-expand {
    display: none;
}

.what-is-it label {
    display: inline;
    margin-right: 10px;
}

/* New Product Quick View Image Gallery */

.product-main-image {
    visibility: hidden;
}

.product-main-image img {
    margin: 0 auto;
}

.product-image-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.product-main-image.selected {
    visibility: visible;
}

.product-thumbnail {
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.product-thumbnails {
    text-align: center;
}

.product__section-container {
    position: relative;
}


/* =============== */
/* = Map Section = */
/* =============== */
.map-section-container,
.map-section-image {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0
}

.map-section--display-map .map-section-container,
.map-section--display-bg-image .map-section-image {
    z-index: 4;
    position: relative;
}

.placeholder-background {
    display: none;
}

.map-section--onboarding .placeholder-background {
    display: block;
}

.map-section-image.show-image {
    z-index: 5;
    position: relative;
}

.map-section-container {
    height: 400px;
    width: 100%;
}

.map-section-content {
    padding: 30px;
}

.map-section-content .button {
    height: auto;
    padding: 10px;
    width: auto;
    margin-top: 20px;
}

.map-section-wrapper .text_right .map-section-content-wrapper {
    float: right;
}

.map-section-background-wrapper {
    position: relative;
    overflow: hidden;
}

.map-section--onboarding .map-section-error {
    display: none;
}

.map-section-error {
    font-style: italic;
    color: #ff6d6d;
    border: 2px solid #ff6d6d;
    background-color: rgba(119, 0, 0, 0.65);
    padding: 30px;
    margin-top: -250px;
    width: 50%;
    margin-left: 25%;
    z-index: 6;
}

.map-section-image {
    height: 400px;
    background-size: cover;
    background-position: center;
}

.placeholder-background {
    height: 400px;
}

.map-section .placeholder-svg {
    fill: rgba(28, 29, 29, 0.1);
    height: 400px;
}

/* ====================== */
/* = Newsletter Section = */
/* ====================== */
#newsletter {
    padding: 30px 15px 0 15px;
}

.section-icons ul li a {
    font-size: 15px;
    margin: 0 10px;
}

#newsletter #social-icons {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
}

#newsletter #social-icons li {
    line-height: 13px;
}

#newsletter p.form--success {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: var(--main-weight);
}

#newsletter .section-title {
    margin-bottom: 0;
}

#newsletter .section-header p {
    margin: 0;
    padding: 0;
}

#newsletter .section-header {
    text-align: center;
}

#newsletter .input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
}

#newsletter .password__input-group {
    max-width: 600px;
    margin: 0 auto;
}

#newsletter .newsletter__submit {
    width: 30%;
    float: left;
    font-size: 14px;
    height: 50px;
    transition: all .25s ease-in-out;
}

#newsletter .newsletter__input {
    width: 70%;
    float: left;
    border-radius: 0;
    background: transparent;
    margin-bottom: 0;
    height: 50px;
    line-height: 50px;
}

#newsletter .newsletter__input:hover {
    opacity: 0.7;
}

#newsletter .section-icons li {
    display: inline-block;
    margin-right: 6px;
    font-size: 25px;
}

#newsletter .newsletter__input:focus {
    opacity: 0.7;
}

/* ============================ */
/* = Featured Product Section = */
/* ============================ */
.homepage-featured-product .featured-product-gallery {
    position: relative;
    margin-bottom: 10px;
}

.homepage-featured-product h4.product-vendor {
    font-size: 16px;
}

.homepage-featured-product .product-description .rte {
    max-width: 600px;
    margin: 0 auto;
}

.homepage-featured-product .product-details {
    padding: 16px;
    margin-bottom: 0;
    margin-top: 15px;
    display: inline-block;
}

.homepage-featured-product .product-details li {
    display: block;
}

/* =============== */
/* = Search = */
/* =============== */
#search-bar {
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid var(--dotted-color);
}

#search-bar #q {
    width: 300px;
}

.search-content {
    text-align: center;
    padding: 10px;
}

/* =============== */
/* = Footer = */
/* =============== */
.credit img {
    height: 28px;
}

.page-wrap {
    overflow: hidden;
}

#bottom-logo {
    margin-top: 50px;
    text-align: center;
}

#footer-wrapper {
    z-index: 2;
    clear: left;
    border-top: 1px solid var(--footer-border);
    background: var(--footer-background);
    padding: 63px 0 30px;
}

#footer-wrapper p,
#footer-wrapper a {
    color: var(--footer-text);
}

#footer-wrapper h4 {
    color: var(--footer-text);
    padding-bottom: 3px;
}

#footer-wrapper ul {
    list-style: none;
}

#footer-wrapper ul li a {
    line-height: 2.14;
    color: var(--footer-text);
}

#footer-wrapper ul li a:hover {
    color: var(--footer-text);
}

div#footer_signup {
    margin-top: 30px;
}

input#footer-EMAIL {
    width: 75%;
    display: inline-block;
    float: left;
    margin-bottom: 0;
    background: var(--footer-input);
    color: var(--footer-input-text);
    border: 0;
    border-radius: 0;
}

input#footer-EMAIL::-webkit-input-placeholder { /* WebKit browsers */
    color: var(--footer-input-text);
}

input#footer-EMAIL:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: var(--footer-input-text);
}

input#footer-EMAIL::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: var(--footer-input-text);
}

input#footer-EMAIL:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: var(--footer-input-text);
}

input#footer-subscribe {
    width: 25%;
    float: left;
    display: inline-block;
    background: var(--footer-button);
    color: var(--footer-button-text);
    border: 0;
    font-weight: var(--main-weight);
}

.theme-buttons-curved input#footer-subscribe {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ul#footer-icons li {
    display: inline-block;
    margin: 0 10px;
    width: auto;
    height: 19px;
}

ul#footer-icons li a {
    font-size: 14px;
    color: var(--footer-icons-color);
}

ul#footer-icons li a:hover {
    color: var(--footer-icons-hover-color);
}

.credit {
    text-align: center;
}

.credit p {
    color: var(--footer-text);
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 15px;
}

.credit a {
    color: var(--footer-text);
}

#mc_embed_signup {
    width: 100%;
}

#mce-EMAIL {
    float: left;
    text-align: center;
    text-indent: 0;
}

#mc-embedded-subscribe {
    float: left;
    margin-top: 0;
}

#payment svg {
    display: inline;
    width: 40px;
    height: 25.25px;
    text-align: center;
    margin: 0 1px;
}

/* =============== */
/* = Mobile Hides = */
/* =============== */

#mobile-product {
    display: none;
}

/* =============== */
/* = Global = */
/* =============== */
#pagination {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 38px;
}

#pagination a,
#pagination span {
    float: none;
    display: inline-block;
    padding: 0 5px;
}

#pagination span.current {
    font-weight: var(--main-weight);
}

div.paginext,
div.pagiprev {
    width: 38px;
    border: 1px solid #ddd;
    text-align: center !important;
    height: 38px;
    line-height: 36px;
    display: inline-block;
}

div.paginext a,
div.pagiprev a {
    display: block;
    font-size: 16px;
}

span.pagination-count {
    margin-left: 10px;
    font-size: 11px;
}


/*
Swatches Styles
*/

.swatch {
    margin: 0;
}

/* Label */
.swatch h5 {
    margin: 0.5em 0;
    font-weight: var(--heading-weight);
    font-size: 14px;
}

/* Hide radio buttons.*/
.swatch input {
    display: none;
}

.color label {
    width: 40px !important;
}

.swatch label {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0;
    background-color: #fff;
    margin: 0 3px 10px;
    cursor: pointer;
    border: 1px solid #eee;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--heading-weight);
    min-width: var(--swatch-width) !important;
    height: var(--swatch-height) !important;
    line-height: 38px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
}

.swatch-element label {
    padding: 0 15px;
}

.color.swatch-element label {
    padding: 0;
}

.swatch input:checked + label {
    border: 1px solid #eee;
    background: #000;
    color: #fff;
}

.swatch .color input:checked + label {
    box-shadow: 0 0 2px 2px #d6d6d6;
}

.swatch label:hover {
    background: #eee;
}

.swatch .swatch-element {
    display: inline-block;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    position: relative;
}

/* Image with the cross in it */
.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swatch .swatch-element .crossed-out {
    display: none;
}

.swatch .swatch-element.soldout .crossed-out {
    display: block;
}

.swatch .swatch-element.soldout label {
    filter: alpha(opacity=60);
    /* internet explorer */
    -khtml-opacity: 0.6;
    /* khtml, old safari */
    -moz-opacity: 0.6;
    /* mozilla, netscape */
    opacity: 0.6;
    /* fx, safari, opera */
}

/* Tooltips */
.swatch .tooltip {
    text-align: center;
    background: gray;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: calc(var(--tool-tip-width) * 1px);
    margin-bottom: 15px;
    /* Make it invisible by default */
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    /* Animations */
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS triangle */
.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid gray 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.swatch.error {
    background-color: #E8D2D2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px;
}

.swatch.error p {
    margin: 0.7em 0;
}

.swatch.error p:first-child {
    margin-top: 0;
}

.swatch.error p:last-child {
    margin-bottom: 0;
}

.swatch.error code {
    font-family: monospace;
}

iframe {
    width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.collection div.zoomWindow,
.index div.zoomWindow,
.search div.zoomWindow {
    display: none !important;
}

.collection div.zoomLens,
.index div.zoomLens,
.search div.zoomLens {
    opacity: 0 !important;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.index-section {
    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 3s; /* don't forget to set a duration! */
}

.loading-wrapper {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: var(--background);
    z-index: 200;
    margin: 0 auto;
    text-align: center;
    opacity: 0.9;
}

.loading-ripple {
    display: inline-block;
    width: 80px;
    height: 80px;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}

.loading-ripple div {
    position: absolute;
    border: 4px solid var(--dotted-color);
    opacity: 1;
    border-radius: 50%;
    animation: loadingRipple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loading-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes loadingRipple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.animate-hide {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate-show {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/* Caption */

.closeslide {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

.closeslide i.icon-angle-right {
    margin-right: -3px;
}

ol.flex-control-nav {
    display: none;
}

.mobile-gallery {
    text-align: center;
    position: relative;
    width: 100%;
}

.collection-banner {
    text-align: center;
    margin-bottom: 0;
}

.collection-banner img {
    width: 100%;
}

/* onboarding styles for new theme install */

.image-with-text-overlay .onboard {
    text-align: center;
}

.image-with-text-overlay .onboard svg {
    fill: #d0d0d0;
    height: 430px;
}

.gallery__item .onboard .placeholder-svg,
.ci.onboard .placeholder-svg, .onboard svg,
.slideshow__slide-onboard .placeholder-svg,
.onboard-slide svg, .article-image .placeholder-svg {
    fill: rgba(28, 29, 29, 0.2);
    background-color: transparent;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.row.no-blocks .desktop-12 {
    font-size: 15px;
    text-align: center;
    padding: 20px 0;
    border: 1px dashed #eee;
    background: #f7f7f7;
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: normal;
}

.content-onboard {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.panel:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
}

/* =============== */
/* = RTE Formatting = */
/* =============== */

.rte h2 {
    margin-bottom: 30px;
}

/* RTE Button */
.rte-button {
    background: var(--button-color);
    border: none;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
    -webkit-appearance: none;
    color: var(--button-text);
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: normal;
    padding: 15px 5px;
    text-transform: uppercase;
}

.rte-button:hover {
    color: var(--button-text);
    background: var(--button-hover);
}

/* RTE Accordion */
.rte-accordion .item {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: var(--text-color);
    overflow: hidden;
}

.rte-accordion input.trigger {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.rte-accordion label.accordion-label {
    position: relative;
    display: block;
    background: var(--background);
    color: var(--text-color);
    line-height: 1;
    cursor: pointer;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid var(--dotted-color);
}

.rte-accordion label.accordion-label span,
.rte-accordion label.accordion-label a {
    color: var(--text-color);
}

.rte-accordion .item-heading {
    max-width: 90%;
    padding: 5px 10px 5px 0;
    display: block;
    font-weight: 600;
}

.rte-accordion .item-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}

.rte-accordion .item-content p {
    padding: 8px;
}

.rte-accordion input:checked ~ .item-content {
    max-height: 100%;
}

.item-content .item-heading {
    padding-left: 10px;
}

.rte-accordion label.accordion-label::after {
    position: absolute;
    right: 0;
    top: -3px;
    display: block;
    width: 10px;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    padding: 15px 15px;
}

.rte-accordion input[type=checkbox] + label::after {
    content: "+";
    font-size: 18px;
    font-weight: 400;
}

.rte-accordion input[type=radio] + label::after {
    content: "\25BC";
}

.rte-accordion input[type=checkbox]:checked + label::after {
    content: "-";
}

.rte-accordion input[type=radio]:checked + label::after {
    transform: rotateX(180deg);
}

/* RTE Tabbed Content */
.rte-tab > input,
.rte-tab section > div {
    display: none;
}

.rte-tab #tab1:checked ~ section .tab1,
.rte-tab #tab2:checked ~ section .tab2,
.rte-tab #tab3:checked ~ section .tab3 {
    display: block;
}

.rte-tab #tab1:checked ~ nav .tab1,
.rte-tab #tab2:checked ~ nav .tab2,
.rte-tab #tab3:checked ~ nav .tab3 {
    color: red;
}

.tab3 label,
.tab4 label,
.tab5 label {
    border-left: none !important;
}

.rte-tab {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.rte-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rte-tab ul li label {
    float: left;
    padding: 15px 25px;
    margin: 0;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: var(--background);
    color: var(--text-color);
}

@media screen and (max-width: 740px) {
    .rte-tab ul li label {
        padding: 5px 5px !important;
    }
}

.rte-tab ul li label:hover {
    background: #dddddd;
}

.rte-tab ul li label:active {
    background: #ffffff;
}

.rte-tab section {
    clear: both;
}

.rte-tab section div {
    padding: 20px;
    width: 100%;
    background: #fff;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    color: #444;
}

.rte-tab section div h2 {
    margin: 0;
    color: var(--text-color);
}

.rte-tab #tab1:checked ~ nav .tab1 label,
.rte-tab #tab2:checked ~ nav .tab2 label,
.rte-tab #tab3:checked ~ nav .tab3 label {
    background: white;
    color: #111;
    position: relative;
}

.rte-tab #tab1:checked ~ nav .tab1 label:after,
.rte-tab #tab2:checked ~ nav .tab2 label:after,
.rte-tab #tab3:checked ~ nav .tab3 label:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    left: 0;
    bottom: -1px;
}

/* RTE Image Slider */

.rte-image-slider-container {
    min-height: 600px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.rte-image-slider-container input {
    visibility: hidden;
}

.rte-image-slider-menu {
    position: absolute;
    left: 0;
    z-index: 900;
    width: 100%;
    bottom: 0;
}

.rte-image-slider-menu label {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: var(--direction-background);
    border-radius: 50px;
    margin: 0 .2em 1em;
}

.rte-image-slider-menu label:hover {
    background: var(--direction-hover);
}

.rte-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    padding: 8em 1em 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: left 0s .75s;

}

[id^="rte-slide"]:checked + .rte-slide {
    left: 0;
    z-index: 2;
    transition: left .65s ease-out;
}

/* RTE Map */
.rte-map {
    border: none;
    min-height: 500px;
}

/* RTE Divider */
.rte hr {
    margin: 60px 0
}

/* RTE Masonry Gallery */
.rte-masonry {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
}

.rte-masonry.gutter {
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

.rte-masonry.no-gutter {
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
    line-height: 0;
}

.rte-masonry .item img {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.rte-masonry .item {
    display: inline-block;
    background: #fff;
    width: 100%;
}

.rte-masonry .item:hover {
    opacity: 0.8;
    cursor: pointer;
}

.rte-masonry.no-gutter .item {
    padding: 0;
    margin: 0;
}

.rte-masonry.gutter .item {
    margin: 0 0 1.5em;
}

@media only screen and (min-width: 400px) {
    .rte-masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .rte-masonry.gutter {
        -moz-column-gap: .8em;
        -webkit-column-gap: .8em;
        column-gap: .8em;
    }
}

@media only screen and (min-width: 700px) {
    .rte-masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 900px) {
    .rte-masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media only screen and (min-width: 1100px) {
    .rte-masonry {
        -moz-column-count: 5;
        -webkit-column-count: 5;
        column-count: 5;
    }
}

@media only screen and (min-width: 1280px) {
    .rte-masonry {
        width: 1260px;
    }
}


/* Product media styles */
.product-thumbnail {
    position: relative;
    z-index: 1;
}

.thumbnail-icon {
    position: absolute;
    top: 0;
    right: 2px;
    z-index: 2;
    width: 25%;
    line-height: 0;
}

.thumbnail-icon svg, .product-main-image svg {
    height: 100%;
    width: 100%;
    background: var(--background) !important;
    color: var(--text-color) !important;
    border: 1px solid var(--icon-border-color);
}

.thumbnail-icon svg {
    fill-opacity: 0.6;
}

.thumbnail-icon svg:hover {
    fill-opacity: 0.85;
}

.product-main-image svg {
    fill-opacity: 1;
}

.product-media-container {
    position: relative;
}

.product-video,
.product-media-container,
.plyr--video {
    outline: none;
}

.plyr video,
.plyr__video-wrapper,
.plyr__poster {
    background-color: var(--background);
}

.product-video > video {
    width: 100%;
}

.product-model {
    margin: 0 auto;
    min-height: 1px;
    width: 100%;
    height: 100%;
    position: relative;
}

.product-model model-viewer,
.product-model .mcshop-model-viewer-ui,
.product-model .media-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.product-model model-viewer,
.product-model .mcshop-model-viewer-ui,
.product-model .media-item {
    height: 100%;
}

button.media-button.view-in-space {
    background: transparent;
    width: initial !important;
    text-align: center;
    width: 60px;
    max-width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0 auto;
    display: inherit;
    z-index: 2;
    position: relative;
}

button.media-button.view-in-space[data-mcshop-xr-hidden] {
    visibility: hidden;
}

.product-video button {
    width: initial;
    width: 62px;
    height: 62px;
    padding: 0;
    margin-bottom: 0;
}

.plyr--video .plyr__control:not(.plyr__control--overlaid).plyr__tab-focus svg, .plyr--video .plyr__control:not(.plyr__control--overlaid):hover svg, .plyr--video .plyr__control:not(.plyr__control--overlaid)[aria-expanded=true] svg,
.plyr--audio .plyr__control.plyr__tab-focus svg,
.plyr--audio .plyr__control:hover svg,
.plyr--audio .plyr__control[aria-expanded=true] svg {
    stroke: none !important;
}

.product-video .plyr button svg {
    border: 0 !important;
}

button[hidden] {
    visibility: hidden;
}

.product-single__view-in-space {
    background-color: var(--dotted-color);
    border: none;
    width: 100%;
    min-height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
    color: var(--text-color);
    z-index: 1;
    position: relative;
}

.product-single__view-in-space[data-mcshop-xr-hidden] {
    visibility: hidden;
}

.product-single__view-in-space:hover .product-single__view-in-space-text, .product-single__view-in-space:focus .product-single__view-in-space-text {
    border-bottom-color: var(--button-text);
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
    stroke: none;
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
    fill: var(--text-color);
    opacity: 1;
}

.product-single__view-in-space-text {
    border-bottom: 1px solid transparent;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.product-single__view-in-space svg {
    margin-right: 2.43px;
    fill: transparent;
    display: inline-block;
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle;
}

.product-single__view-in-space svg rect {
    fill: transparent !important;
}

.product-single__view-in-space:hover #three-d-icon path,
.product-single__view-in-space:focus #three-d-icon path {
    fill: var(--button-text);
}

.product-model model-viewer, .product-model .mcshop-model-viewer-ui, .product-model .media-item {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    max-width: 100%;
}

/* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
    font-family: 'FontAwesome';
    src: url('fontawesome-webfont.eot?v=4.6.3');
    src: url('fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.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
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .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
}

.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
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

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

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

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

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.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
}

/* Custom Thumbnail Slider */
body .focus-visible,
.product-video .plyr:focus,
.plyr__video-wrapper.plyr__tab-focus:focus {
    outline: var(--keyboard-focus-color) var(--keyboard-focus-border-style) calc(var(--keyboard-focus-border-weight) * 1px) !important;
    outline-offset: calc(var(--keyboard-focus-border-weight) * -1px) !important;
}

.thumb-slider {
    float: left;
}

.vertical-carousel .thumb-slider-wrapper {
    overflow: hidden;
    background-color: var(--background);
}

#thumb-slider-wrapper .product-single__thumbnails-item {
    padding-bottom: 100%;
    display: block;
    height: 0;
    width: 100%;
    max-width: 104px;
    overflow: hidden;
    background-color: var(--background);
    position: relative;
}

#thumb-slider-wrapper .product-single__thumbnails-item img {
    object-fit: cover;
    object-position: center;
    width: 110px;
    height: 110px;
}

.thumb-slider-slides {
    position: relative;
    top: 0;
    left: 0;
    list-style: none;
    background-color: var(--background);
}

.thumb-slider-slides li {
    margin-bottom: 5px;
}

.thumb-slider-control {
    text-align: center;
    cursor: pointer;
    height: 44px;
    display: inline-block;
    width: 44px;
}

.thumb-slider-control.hide {
    display: none;
}

.thumb-slider-control-prev,
.thumb-slider-control-next {
    background: var(--direction-background);
    opacity: 0.7;
}

.thumb-slider-control-prev:hover,
.thumb-slider-control-next:hover {
    background: var(--direction-hover);
    opacity: 1;
}

.thumb-slider-control-prev::before {
    font-family: FontAwesome;
    font-size: 20px;
    color: var(--direction-color);
    content: "\f106";
    vertical-align: middle;
    line-height: 44px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    font-weight: 800;
}

.thumb-slider-control-next::before {
    font-family: FontAwesome;
    font-size: 20px;
    color: var(--direction-color);
    content: "\f107";
    vertical-align: middle;
    line-height: 44px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    font-weight: 800;
}

.thumb-slider-control.inactive {
    opacity: 0.25;
}

/* vertical thumbnail slider */
.thumb-slider.thumbnail-slider.custom.vertical-carousel {
    margin: 0 auto;
    text-align: center;
}

.thumbnail-slider.custom.vertical-carousel .thumb-slider-control-prev {
    margin-bottom: 5px;
}

.thumbnail-slider.custom.vertical-carousel .thumb-slider-control-next {
    margin-top: 5px;
}

/* horizontal thumbnail slider */
.thumb-slider.thumbnail-slider.custom.horizontal-carousel {
    margin: 0 auto;
    text-align: center;
}

.horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item {
    float: left;
    width: 110px;
    height: 110px;
    margin-right: 5px;
    padding: 0;
}

.horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item img {
    width: 115px;
    height: 115px;
}

.horizontal-carousel .thumb-slider-control {
    vertical-align: middle;
    width: 44px;
}

.horizontal-carousel .thumb-slider-control.thumb-slider-control-prev,
.horizontal-carousel .thumb-slider-control.thumb-slider-control-next {
    transform: rotate(-90deg);
}

.product-single__thumbnails-item:focus img {
    opacity: 1 !important;
}

/* custom flickity styles */
.product__section-images {
    visibility: hidden;
    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 3s; /* don't forget to set a duration! */
}

.product__section-images .carousel {
    margin-bottom: 10px;
    flex-grow: 1;
    list-style-type: none;
}

.product__section-images .carousel-cell {
    width: 100%;
}

.product__section-images .vertical-carousel .carousel-nav {
    width: 100%;
    max-height: calc(98px * 4);
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
}

.product__section-images .carousel-nav .carousel-cell {
    height: 80px;
    width: 100px;
    margin: 0 0 5px 0;
    cursor: pointer;
}

.product__section-images .carousel-nav .carousel-cell:before {
    font-size: 50px;
    line-height: 80px;
}

.product__section-images .carousel-nav .carousel-cell.is-nav-selected {
    background: #ED2;
}

.product__section-images .flickity-prev-next-button {
    background-color: var(--direction-background);
    opacity: 0.7;
    border-radius: unset;
}

.product__section-images .flickity-prev-next-button:hover {
    background-color: var(--direction-hover);
    opacity: 1;
}

.product__section-images .flickity-button:after {
    padding: 0;
    line-height: 44px;
    color: var(--direction-color);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    font-weight: 800;
    font-size: 25px;
}

.product__section-images .flickity-button:focus {
    outline: none;
}

.product__section-images .flickity-button.next:after {
    content: "\f105";
    font-family: fontAwesome;
}

.product__section-images .flickity-button.previous:after {
    content: "\f104";
    font-family: fontAwesome;
}

.product__section-images .flickity-prev-next-button .flickity-button-icon {
    display: none;
}

.product__section-images .image-slide.carousel-cell.is-selected {
    z-index: 1;
}

.product__section-images .plyr__control--overlaid svg {
    margin-left: 5px;
}

.product__section-images .zoom_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: var(--direction-background);
    color: var(--direction-color);
    opacity: 0.7;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.product__section-images .zoom_btn:hover {
    background-color: var(--direction-hover);
    opacity: 1;
}

.product__section-images .zoom_btn i {
    font-size: 17px;
    color: var(--direction-color);
}

#slider .flickity-prev-next-button {
    top: 32px;
}

#slider .flickity-prev-next-button.next {
    left: 59px;
    right: unset;
}

@keyframes slidefadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slidefadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#slider .carousel-cell {
    opacity: 0 !important;
}

#slider .carousel-cell:not(.is-selected) {
    animation: slidefadeOut ease 0.2s;
}

#slider .carousel-cell.is-selected {
    z-index: 99;
    opacity: 1 !important;
    animation: slidefadeIn ease 0.2s;
}

#slider .flickity-enabled:focus {
    outline: 0 !important;
}

#slider .flickity-slider {
    top: 0 !important;
    height: auto !important;
}

#slider .flickity-viewport {
    height: 300px;
}

button.flickity-button:disabled {
    display: none;
}

.index-section {
    padding-bottom: 30px;
}

section#newsletter {
    padding-bottom: 40px;
}

body.index div#footer-wrapper {
    margin-top: 0;
}

@media screen and (max-width: 740px) {
    #logo img {
        max-width: 60%;
    }
}

/* Cross Border Styles */
.footer-section .disclosure {
    position: relative;
}

.footer-section .disclosure__toggle {
    white-space: nowrap;
    color: var(--footer-text);
    border: 1px solid var(--footer-text);
    background-color: var(--footer-background);
    margin: 0;
    text-transform: capitalize;
}

.footer-section .disclosure-list {
    background-color: var(--footer-text);
    border: 1px solid var(--footer-background);
    bottom: 115%;
    padding: 11px 0;
    position: absolute;
    display: none;
    min-height: 92px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 2px;
    text-transform: capitalize;
}

.footer-section .disclosure-list--visible {
    display: block;
}

.footer-section .disclosure-list__item {
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 45px 4px 15px;
    text-align: left;
}

.footer-section .disclosure-list__item:active {
    background-color: rgba(128, 128, 128, 0.2);
}

.footer-section .disclosure-list__option {
    color: var(--footer-background) !important;
}

.footer-section .disclosure-list__option:focus, .disclosure-list__option:hover {
    color: var(--footer-text);
    border-bottom: 1px solid var(--footer-background);
}

.footer-section .disclosure-list__item--current .disclosure-list__option {
    color: var(--footer-background);
    border-bottom: 1px solid var(--footer-background) !important;
    font-weight: 900;
}

/* Header Disclosure Selectors */
.header-section .disclosure {
    position: relative;
}

.header-section .disclosure__toggle {
    white-space: nowrap;
    color: var(--hello-color);
    border: 1px solid var(--header);
    background-color: var(--header);
    margin: 0;
    padding: 0;
    vertical-align: unset;
    display: inline-block;
    text-transform: uppercase;
    font-size: var(--font-size);
    font-family: var(--main-family);
    height: unset;
    line-height: unset;
}

.header-section form#localization_form {
    margin: 0;
}

.header-section .disclosure-list {
    background-color: var(--header);
    border: 1px solid var(--hello-color);
    top: 115%;
    padding: 11px 0;
    position: absolute;
    display: none;
    min-height: 92px;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 2px;
    z-index: 4;
    line-height: 20px;
    text-align: left;
    text-transform: capitalize;
}

.header-section .disclosure-list--visible {
    display: block;
}

.header-section .disclosure-list__item {
    border-bottom: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 45px 4px 15px !important;
    text-align: left;
}

.header-section .disclosure-list__item:active {
    background-color: rgba(128, 128, 128, 0.2);
}

.header-section .disclosure-list__option {
    color: var(--footer-background);
}

.header-section .disclosure-list__option:focus, .disclosure-list__option:hover {
    color: var(--hello-color);
    border-bottom: 1px solid var(--hello-color);
}

.header-section .disclosure-list__item--current .disclosure-list__option {
    color: var(--hello-color);
    border-bottom: 1px solid var(--hello-color);
    font-weight: bold;
}

.selectors-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
/ / necessary for ie10 width: 100 %;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

@media (min-width: 980px) {
    .selectors-form {
        flex-wrap: nowrap;
    }
}

.selectors-form__item {
    margin: 0 5px;
}

@media (min-width: 980px) {
    .selectors-form__item {
        padding-bottom: 0;
    }

    .selectors-form__item:first-of-type {
        margin-left: 0;
    }
}

:focus, .focus-visible {
    outline: var(--keyboard-focus-color) var(--keyboard-focus-border-style) calc(var(--keyboard-focus-border-weight) * 1px) !important;
    outline-offset: calc(var(--keyboard-focus-border-weight) * -1px) !important;
}

/* Unit Pricing Update */
.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

.price dl {
    margin-top: 0;
}

.price dd {
    margin: 0 0.5em 0 0;
}

.price--unavailable {
    visibility: hidden;
}

.price--compare-price-hidden .price__compare {
    display: none;
}

.price__pricing-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}

.price__regular {
    display: block;
}

.price--on-sale .price__regular,
.price--on-sale .price__availability {
    display: none;
}

.price__availability {
    display: none;
    color: var(--text-color);
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price--sold-out .price__availability {
    display: block;
}

.price__sale {
    display: none;
}

.price--on-sale .price__sale {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media screen and (max-width: 740px) {
    .price--on-sale .price__sale {
        flex-direction: column;
    }
}

.price__vendor {
    color: var(--text-color);
    font-size: 0.9em;
    text-transform: uppercase;
    margin: 5px 0 10px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
}

.price__vendor--listing {
    margin: 0 0 4px;
}

.price__unit {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    display: none;
}

.price--unit-available .price__unit {
    display: block;
}

.price-item {
    color: var(--text-color);
}

.price-item--sale {
    color: var(--sale-color);
}

.price--on-sale .price-item--regular {
    text-decoration: line-through;
}

.price-unit-price {
    color: var(--price-unit-price) !important;
    font-size: 0.8em;
    font-style: italic;
}

.price-item__label {
    display: inline-block;
    white-space: nowrap;
}

.price__badges {
    display: none;
    margin-top: 0;
}

.price__badge {
    display: none;
    align-self: center;
    text-align: center;
    font-size: 0.5em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--text-color);
    border-radius: 2px;
    padding: 0.2rem 0.5rem;
}

.price__badge--sale {
    color: var(--sale-color);
    border-color: var(--sale-color);
}

.price--on-sale .price__badge--sale {
    display: flex;
}

.price--sold-out .price__badge--sale {
    display: none;
}

.price--on-sale .price__badges,
.price--sold-out .price__badges {
    display: flex;
}

.price__badge--sold-out {
    color: var(--text-color);
    border-color: var(--text-color);
}

.price--sold-out .price__badge--sold-out {
    display: flex;
}

.price__badges--listing {
    margin-top: 0.5rem;
}

.price__badges--listing .price__badge {
    font-size: 0.6em;
    padding: 0.25rem 0.55rem;
}

.order-discount.order-discount--list {
    list-style: none;
}

/* ==============================  */
/* =   New Customer Accounts     = */
/* ============================== */
.customer-account {
    margin-top: 81px;
    padding-bottom: 144px;
}

.customer-account .sidebar {
    border-right: solid 3px var(--dotted-color);
}

.customer-account .sidebar ul {
    list-style: none;
}

.customer-account .sidebar ul li {
    padding: 20px 0;
}

.customer-account .sidebar ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}

.customer-account .sidebar ul li a.selected,
.customer-account .sidebar ul li:hover a {
    border-bottom: 2px solid var(--link-color);
}

.customer-account .content {
    padding-left: 95px;
    padding-top: 20px;
}

.customer-account .content p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

.customer-account #account-details h5 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-transform: uppercase;
}

.customer-account #order-history tbody tr {
    height: 100px;
    border-top: 1px solid var(--dotted-color);
}

.customer-account #order-history tbody td {
    min-width: 140px;
}

.customer-account #order-history thead tr {
    text-align: left;
    padding: 10px 0;
    height: 38px;
}

.customer-account #order-history thead tr th {
    font-size: var(--font-size);
    text-transform: capitalize;
    font-weight: 600;
}

@media (max-width: 1020px) {
    .customer-account .content {
        padding-left: 25px;
    }
}

@media (max-width: 740px) {
    .customer-account {
        margin-top: 41px;
        text-align: center;
    }

    .customer-account .sidebar ul li {
        border-bottom: solid 1px #bababa;
    }

    .customer-account .content {
        margin-top: 80px;
        padding-left: 0;
    }

    .customer-account #order-history table .status {
        display: none;
    }

    .customer-account #order-history thead tr {
        text-align: center;
    }

    .customer-account .sidebar {
        border-right: none;
    }

    .customer-account #order-history tbody td {
        min-width: 110px;
    }
}

/* Order Page */
section.customer-order {
    margin-top: 81px;
    padding-bottom: 144px;
    display: inline-block;
    width: 100%;
}

section.customer-order .return-account {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.17;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    margin-bottom: 40px;
    display: inline-block;
}

section.customer-order .order-content {
    padding-right: 118px;
}

section.customer-order #order_details .labels {
    text-align: left;
    border-bottom: solid 1px #d5d5d5;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
}

section.customer-order #order_details .items article {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
}

section.customer-order #order_details .labels p {
    font-size: var(--font-size);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-transform: capitalize;
    margin-bottom: 4px;
}

section.customer-order #order_details .labels .product {
    grid-column: span 3;
}

section.customer-order #order_details .items .img {
    grid-column: span 1;
}

section.customer-order #order_details .items .info {
    grid-column: span 2;
}

section.customer-order #order_details .labels > .money,
section.customer-order #order_details .labels > .qty,
section.customer-order #order_details .labels > .total,
section.customer-order #order_details .items article > .money,
section.customer-order #order_details .items article > .qty,
section.customer-order #order_details .items article > .total {
    grid-column: span 1;
}

section.customer-order #order_details .items article {
    padding: 24px 0;
    border-bottom: solid 1px #d5d5d5;
}

section.customer-order #order_details .items article h4 {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
}

section.customer-order #order_summary dl {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    border-bottom: solid 1px #d5d5d5;
    margin-bottom: 0;
    padding: 17px 0;

    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

section.customer-order #order_summary dt {
    flex-basis: 60%;
    padding: 2px 4px;
    text-align: left;
    font-weight: normal;
}

section.customer-order #order_summary dd {
    flex-basis: 30%;
    flex-grow: 1;
    margin: 0;
    padding: 2px 4px;
    text-align: right;
}

section.customer-order #order_summary .order_total dd,
section.customer-order #order_summary .order_total dt {
    font-weight: bold;
    text-transform: uppercase;
}

section.customer-order #order_payment,
section.customer-order #order_shipping {
    margin-bottom: 40px;
}

section.customer-order h5.order_section_title {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-transform: uppercase;
    border-bottom: solid 1px #d5d5d5;
    padding-bottom: 4px;
    margin-bottom: 12px;
}

section.customer-order #other_details dl {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 0;

    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
}

section.customer-order #other_details dt {
    flex-basis: 30%;
    padding: 2px 4px;
    text-align: left;
    font-weight: normal;
}

section.customer-order #other_details dd {
    flex-basis: 60%;
    flex-grow: 1;
    margin: 0;
    padding: 2px 4px;
    text-align: left;
}

section.customer-order #order_details .shipping-info {
    margin-top: 16px;
}

@media (max-width: 740px) {
    section.customer-order {
        margin-top: 48px;
        padding-bottom: 80px;
    }

    section.customer-order #order_details .labels .money {
        display: none;
    }

    section.customer-order #order_details .labels .product {
        grid-column: span 4;
    }

    section.customer-order #order_details .items .img {
        grid-column: span 1;
    }

    section.customer-order .order-content {
        padding-right: 0;
    }

    section.customer-order .order-sidebar {
        margin-top: 48px;
    }

    section.customer-order #order_details tbody tr td.product > div.img {
        width: 100%;
    }

    section.customer-order #order_details tbody tr td.product > div.info {
        width: 100%;
    }
}

/* Addresses */
#account-addresses .customer_address {
    border: solid 1px #e8e8e8;
    padding: 45px;
    margin-bottom: 10px;
}

#account-addresses h4.address_title {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
}

#account-addresses button.new-address {
    width: auto;
    padding: 0 20px;
    margin-top: 24px;
}

#account-addresses a {
    text-decoration: underline;
}

/* Login */
section.user-login {
    margin-top: 81px;
    padding-bottom: 144px;
    display: inline-block;
    width: 100%;
}

section.user-login .secondary-button.create-customer {
    line-height: 50px;
    text-align: center;
    margin-top: 15px;
}

.note-error {
    border: 1px solid red;
    padding: 10px;
    margin-bottom: 15px;
    color: red;
}

.mcshop-challenge__container {
    margin-top: 81px !important;
}

.guest-user-login {
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid var(--dotted-color);
}

@media (min-width: 741px) {
    .login-info.alternate {
        padding-left: 100px;
    }
}

@media (max-width: 740px) {
    section.user-login {
        margin-top: 48px;
    }
}

/* Navigation & Dropdown CSS */
.navigation {

    list-style: none;
    text-align: center;
    margin-bottom: 0;

    position: relative;
    width: 100%;
    background: var(--nav-background-color);

    z-index: 5;
}

.navigation--sticky.navigation {
    position: fixed !important;
    top: 0;
    left: 0;
}

.navigation__menu {
    position: relative;
    margin-bottom: 0;
}

.navigation__menuitem {
    display: inline-block;
}

.navigation__menuitem:hover {
    background: var(--nav-hover-color);
}

/* ul#main-nav li a */
.navigation__menulink {
    font-family: var(--nav-family);
    font-weight: var(--nav-weight);
    font-size: var(--nav-size);
    color: var(--nav-color) !important;
    display: block;
    padding: 0 20px !important;
}

/* ul#main-nav li a:hover { */
.navigation__menulink:hover {
    color: var(--nav-hover-link-color) !important;
    text-decoration: none;
    border-bottom: none;
}

/* ul#main-nav li a:visited { */
.navigation__menulink:visited {
    border-bottom: none;
}

.navigation__menuitem--dropdown .navigation__menulink::after {
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 10px;
}

/* Creating a separate BEM block here to style the dropdown submenus. Calling them dropdowns. Alyssa, thoughts? */

.dropdown {
    display: none;

    position: absolute;
    padding: 10px;
    z-index: 5;

    background: var(--dropdown-background-color);

    border-bottom: 1px solid var(--nav-border-color);
    border-left: 1px solid var(--nav-border-color);
    border-right: 1px solid var(--nav-border-color);
}

.navigation__menuitem--dropdown:hover .dropdown:not(.dropdown--nested),
.navigation__menuitem--active.navigation__menuitem--dropdown .dropdown:not(.dropdown--nested) {
    display: block;
}

/* ul#main-nav li ul.submenu li{ */
.dropdown__menuitem {
    line-height: 34px !important;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    background: transparent !important;

    min-width: var(--dropdown-min-width);

    display: block;
    position: relative;

    text-align: left;
}

/* ul#main-nav li ul.submenu li a { */
.dropdown__menulink {
    width: 100%;
    text-align: left;
    font-weight: var(--main-weight);
    text-transform: none !important;
    color: var(--dropdown-link-color) !important;
    font-size: var(--font-size);
    font-family: var(--main-family) !important;
    display: block;

    /* To stop text from going over the arrow. */
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ul#main-nav li ul.submenu li a:hover { */
.dropdown__menulink:hover {
    color: var(--dropdown-link-hover-color) !important;
}

.dropdown__menuitem--nested.dropdown__menuitem:after {
    position: absolute;
    top: 0;
    right: 10px;
    font-family: 'FontAwesome';
    content: "\f105";
}

.dropdown--nested.dropdown {
    display: none;
}

.dropdown__menuitem:hover > .dropdown--nested.dropdown,
.dropdown__menuitem.dropdown__menuitem--active > .dropdown--nested.dropdown {
    position: absolute;
    left: 100%;
    padding: 10px;
    top: -10px;
    background: var(--dropdown-background-color);
    border: 1px solid var(--nav-border-color);
    display: block;
}

.dropdown__menuitem:hover > .dropdown--nested.dropdown--edge.dropdown,
.dropdown__menuitem.dropdown__menuitem--active > .dropdown--nested.dropdown--edge.dropdown {
    left: initial;
    right: calc(100% + 10px); /* 10px to make up for the padding. */
}

/* Megamenu styles. */

.megamenu {
    display: none;
    position: absolute;
    left: 0;
    z-index: 4;
    line-height: initial;
    padding: 10px 10px 30px;
    background: var(--dropdown-background-color);
    border: 1px solid var(--nav-border-color);
}

.nav-inner-container.nav_inline_center .navigation__menu {
    position: unset;
}

.nav-inner-container.nav_inline_center .navigation__menu ul.megamenu.row {
    width: 100%;
}

@media screen and (min-width: 1680px) {
    .nav-inner-container.nav_inline ul.megamenu.row {
        left: 50%;
        margin-left: -700px;
    }
}

@media screen and (min-width: 1220px) and (max-width: 1679px) {
    .nav-inner-container.nav_inline ul.megamenu.row {
        left: 50%;
        margin-left: -600px;
    }
}

@media screen and (min-width: 981px) and (max-width: 1219px) {
    .nav-inner-container.nav_inline ul.megamenu.row {
        left: 50%;
        margin-left: -480px;
    }
}

.navigation__menuitem:hover > .megamenu,
.navigation__menuitem--active.navigation__menuitem > .megamenu {
    display: block;
}

.megamenu__header {
    padding: 20px 0 5px;
    font-family: var(--main-family) !important;
    color: var(--dropdown-link-color);
    font-weight: var(--heading-weight);
    margin-bottom: 10px;
    text-align: left;
    font-size: var(--nav-size);
    letter-spacing: initial;
}

.megamenu__headerlink {
    padding-left: 0;
}

.megamenu__list {
    width: 100%;
    background: var(--dropdown-background-color);
}

.megamenu__listcontainer {
    list-style-type: none;
}

.megamenu__listcontainer:hover {
    background: transparent !important;
}

.megamenu__listitem {
    line-height: unset !important;
    text-align: left !important;
    display: block !important;
    clear: left;
    padding: 0 0 5px;
}

.megamenu__listlink {
    padding: 0 !important;
    font-weight: normal !important;
    color: var(--dropdown-link-color) !important;
    font-size: var(--font-size) !important;
    font-family: var(--main-family) !important;
    background: transparent !important;
    text-transform: none !important;
}

.megamenu__listlink:hover {
    color: var(--dropdown-link-hover-color) !important;
}

.megamenu__imagecontainer {
    margin-top: 20px;
}

ul.megamenu li.desktop-3:nth-child(5n) {
    clear: left;
}

/* Custom Icons */
.icn-close {
    width: 20px;
    height: 20px;
    position: relative;
}

.icn-close:after {
    content: '';
    height: 20px;
    border-left: 1px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    left: 8px;
}

.icn-close:before {
    content: '';
    height: 20px;
    border-left: 1px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
    left: 8px;
}

/* CSS Slideouts */
.slideout {
    list-style: none;
    background: var(--background);
    width: 350px;
    height: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: unset;
    right: unset;
    z-index: 11;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

@media (max-width: 740px) {
    .slideout.slideout__drawer-left {
        width: 285px;
    }
}

.site-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: rgb(30, 30, 30);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.slideout__drawer-right {
    transform: translateX(350px);
    right: 0;
}

.slideout__drawer-left {
    transform: translateX(-350px);
    left: 0;
}

.slideout-left--open .slideout--active.slideout__drawer-left {
    transform: translateX(0);
}

.slideout-right--open .slideout--active.slideout__drawer-right {
    transform: translateX(0);
}

.slideout-left--open,
.slideout-right--open {
    overflow: hidden;
}

.slideout-left--open .js-slideout-overlay,
.slideout-right--open .js-slideout-overlay,
.modal--open .js-modal-overlay {
    opacity: 0.8;
    visibility: visible;
}

.slideout__trigger--open {
    z-index: 2;
    margin-bottom: 0;
    cursor: pointer;
}

.slideout__trigger--open .slideout__trigger-mobile-menu i,
.slideout__trigger--open .slideout__trigger-password i {
    font-size: 20px;
    text-align: left;
}

.slideout__trigger--close .slideout__trigger-mobile-menu,
.slideout__trigger--close .slideout__trigger-store-availability,
.slideout__trigger--close .slideout__trigger-password,
.slideout__trigger--close .slideout__trigger-ajax-cart,
.slideout__trigger--close .slideout__trigger-quickview,
.slideout__trigger--close .slideout__trigger-general-modal {
    padding: 15px 10px 15px 10px;
    margin-bottom: 0;
    color: black;
    background: unset;
    line-height: 50px;
    height: 50px;
}

.slideout__trigger--open .slideout__trigger-mobile-menu,
.slideout__trigger--open .slideout__trigger-store-availability,
.slideout__trigger--open .slideout__trigger-password {
    background: unset;
    margin-bottom: 0;
}

.slideout__trigger-mobile-menu:hover,
.slideout__trigger-store-availability:hover,
.slideout__trigger-password:hover,
.slideout__trigger-ajax-cart:hover,
.slideout__trigger-quickview:hover,
.slideout__trigger-general-modal:hover {
    background: unset;
}

.slideout__trigger--open .slideout__trigger-store-availability,
.slideout__trigger--open .slideout__trigger-password {
    color: var(--text-color);
    height: auto;
    text-align: left;
    text-decoration: underline;
    letter-spacing: unset;
    margin: 0;
    padding: 0;
}

.slideout__trigger-password,
.slideout__trigger-ajax-cart,
.slideout__trigger-quickview,
.slideout__trigger-general-modal {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
}

.slideout__trigger--open .slideout__trigger-store-availability:hover,
.slideout__trigger--open .slideout__trigger-password:hover {
    opacity: 0.8;
}

.slideout__trigger-store-availability .icn-close:before,
.slideout__trigger-store-availability .icn-close:after,
.slideout__trigger-password .icn-close:before,
.slideout__trigger-password .icn-close:after,
.slideout__trigger-ajax-cart .icn-close:before,
.slideout__trigger-quickview .icn-close:before,
.slideout__trigger-ajax-cart .icn-close:after,
.slideout__trigger-quickview .icn-close:after,
.slideout__trigger-general-modal .icn-close:before,
.slideout__trigger-general-modal .icn-close:after {
    border-color: var(--text-color);
}

.modal__general-modal__wrapper {
    padding: 60px !important;
}

.modal__general-modal__wrapper .slideout__trigger--close {
    position: absolute;
    right: 0;
    top: 0;
}

.slideout__trigger-general-modal {
    height: 40px !important;
    line-height: 40px !important;
    padding: 10px 10px !important;
}

.slideout-left--closed .slideout__drawer-left,
.slideout-right--closed .slideout__drawer-right {
    visibility: hidden;
    opacity: 0;
    -webkit-animation: slideoutFadeout 0.4s linear;
}

.slideout-left--open .slideout__drawer-left,
.slideout-right--open .slideout__drawer-right {
    visibility: visible;
    opacity: 1;
    -webkit-animation: slideoutFadein 0.4s linear;
}

@-webkit-keyframes slideoutFadeout {
    0% {
        opacity: 1;
        visibility: visible;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

@-webkit-keyframes slideoutFadein {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
    }
}

/* Mobile Menu */
.mobile-menu__block {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}

.mobile-menu__featured-image--full-width {
    margin: 0 0 0 -12px !important;
    padding: 0;
    width: 110%;
}

.mobile-menu__search form input {
    border: none;
    border-bottom: 1px solid;
    height: 41px;
}

.mobile-menu__accordion > .mobile-menu__item:first-child {
    border-top: 1px solid;
}

.mobile-menu__cart-icon {
    font-family: var(--main-family);
    font-weight: var(--main-weight);
    font-size: var(--font-size);
    position: relative;
    display: block;
    border: 1px solid;
    padding: 10px;
    text-transform: uppercase;
}

.mobile-menu__cart-icon i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-37%);
}

/* Accordions */
ul.accordion {
    list-style-type: none;
}

.accordion__toggle.open:after,
.accordion__toggle-2.open:after {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
}

.accordion__toggle:after,
.accordion__toggle-2:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 25px;
    padding-left: 15px;
    border-left: 1px solid;
}

ul.accordion li,
.accordion__toggle,
.accordion__toggle-2 {
    padding: 10px 0 10px 10px;
}

ul.accordion a,
.accordion__toggle,
.accordion__toggle-2 {
    font-family: var(--main-family);
    font-size: var(--font-size);
    font-weight: var(--main-weight);
}

.accordion__submenu-1,
.accordion__submenu-2 {
    list-style-type: none;
    padding-left: 10px;
    margin: 0;
}

.accordion__toggle,
.accordion__toggle-2 {
    cursor: pointer;
}

.accordion__content,
.accordion__content-2 {
    display: none;
}

.accordion__content.default,
.accordion__content-2.default {
    display: block;
}

/* Store Availability */
.store-availability-small-text {
    font-size: 14px;
}

.store-availability-information {
    display: flex;
    margin-left: 5px;
}

.store-availability-information-container {
    margin-left: 5px;
    text-align: left;
}

.store-availability-information i {
    line-height: 22px;
}

.store-availability-information i.fa-check,
.store-availabilities-list i.fa-check {
    color: #00730B;
}

.store-availability-information__title,
.store-availability-information__stock {
    margin-bottom: 0;
}

.store-availability-information__stores {
    margin-top: 8px;
}

.store-availability-information__link {
    text-decoration: underline;
    cursor: pointer;
}

.store-availability-information__link:hover,
.store-availability-information__link:focus {
    opacity: 0.6;
}

.store-availabilities-modal {
    left: unset;
    background-color: var(--background);
}

@media only screen and (max-width: 740px) {
    .store-availabilities-modal {
        width: 100%;
        z-index: 9999;
    }
}

.store-availabilities-modal__header {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 16px 0;
    padding-left: 20px;
    padding-right: 20px;
}

.store-availabilities-modal__product-title {
    font-size: 17px;
    text-transform: none;
    margin-bottom: 0;
}

.store-availabilities-list {
    overflow: auto;
    padding: 0 10px;
}

.store-availabilities-modal__close {
    margin-bottom: 13px;
    cursor: pointer;
}

.store-availability-list__item {
    padding: 0 10px 16px 10px;
}

.store-availability-list__item::before {
    content: "";
    display: block;
    margin: 0 0 16px 0;
    border-bottom: 1px solid var(--dotted-color);
}

.store-availability-list__item > p {
    font-size: 14px;
    margin-bottom: 0;
}

.store-availability-list__location {
    display: flex;
    justify-content: space-between;
}

.store-availability-list__stock {
    margin-top: 8px;
    margin-bottom: 16px;
}

.store-availability-container {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--dotted-color);
    padding-top: 10px;
}

/* Social Icons */
.social-icons__list {
    list-style: none;
    margin: 0;
}

.social-icons__list li {
    display: inline-block;
    margin: 0 10px;
    width: auto;
    height: 19px;
}

/* Password Page */
.password .slideout__trigger-password {
    opacity: 0.8;
}

.password .slideout__trigger-password:hover {
    opacity: 1.0;
}

.password-page__wrapper {
    min-height: 110vh;
    padding: 15px;
}

.password-page__logo {
    padding-top: 100px;
    text-align: center;
}

.password-page__newsletter {
    width: 100%;
    margin-top: 100px;
}

.password-page__newsletter-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.password-page__newsletter-details {
    margin-bottom: 30px;
    text-align: center;
}

.password-page__newsletter-signup--email {
    float: left;
    text-indent: 10px;
    width: 66%;
    text-transform: uppercase;
    color: #000;
    height: 48px;
}

.password-page__newsletter-signup--submit {
    width: 28%;
    margin-left: 0;
    margin-top: 0;
    text-transform: uppercase;
    height: 48px;
}

.password-page__newsletter-signup--submit:hover {
    opacity: 0.75;
}

.password-page__icons {
    margin-bottom: 20px;
}

.password-page__icons li {
    display: inline-block;
    margin: 0 5px;
}

.password-page__icons a:hover {
    opacity: 0.5;
}

.password-page__icons i {
    line-height: 30px;
}

.password-page__footer {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    margin-top: 220px;
}

.password-page__footer a {
    font-family: var(--main-family);
    font-style: italic;
    font-size: 16px;
    font-weight: 600;
}

.password-page__login {
    padding: 10px 15px;
}

@media screen and ( max-width: 740px ) {
    .password-page__newsletter {
        margin-top: 50px;
    }
}

/* ---- Flickity sections ---- */

.flickity__section .flickity-button {
    color: var(--direction-color);
    background-color: var(--direction-background);
    width: 45px;
    height: 45px;
    margin: 0;
}

.flickity__section .flickity-button:hover {
    background-color: var(--direction-hover);
}

.flickity__section .flickity-button .flickity-button-icon {
    width: 40%;
    left: 30%;
    height: 40%;
    top: 30%;
}

.flickity__section .flickity-page-dots .dot {
    border: 1px solid #fff;
    margin: 0 5px;
}

/* ---- Slideshow section ---- */

.slideshow__slide-onboard,
.onboard, .onboard-slide {
    background: #ddd ! important;
    border: 1px solid #ccc;
}

.slideshow {
    border: 0 !important;
    width: 100%;
}

.slideshow__slide,
.slideshow__slide-desktop {
    width: 100%;
}

.slideshow__slide-desktop.overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    content: "";
}

.slideshow__slide {
    opacity: 0 !important;
    transition: opacity 1s ease !important;
}

.slideshow__slide.is-selected {
    opacity: 1 !important;
}

@media screen and (min-width: 741px) {
    .slideshow.flickity__section .flickity-page-dots {
        text-align: right;
        bottom: 15px;
        right: 15px;
    }
}

.slideshow__caption {
    position: absolute;
    width: fit-content;
    text-align: center;
}

.slideshow__caption .slideshow__caption-wrapper {
    display: inline-block;
    padding: 20px;
}

.slideshow__caption p {
    line-height: initial;
}

.slideshow__btn-wrapper {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.slideshow__btn-wrapper a {
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: background .3s ease, color .3s ease;
    -moz-transition: background .3s ease, color .3s ease;
    -o-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
}

.theme-buttons-curved .slideshow__btn-wrapper a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.slideshow__btn-wrapper a:hover {
    background: none !important;
}

@media screen and (max-width: 740px) {
    .slideshow__caption .slideshow__caption-wrapper {
        width: 100%;
    }

    .slideshow__slide-desktop.overlay:after {
        height: 550px;
    }

    .flickity__section .flickity-button {
        width: 30px;
        height: 30px;
    }
}


/* ---- Featured collection carousel ----- */

.featured__collection-carousel {
    width: 100%;
}

.featured__collection-product {
    padding: 0 15px 0;
}

.featured__collection-carousel .flickity-prev-next-button.next {
    right: -50px;
}

.featured__collection-carousel .flickity-prev-next-button.previous {
    left: -50px;
}


@media screen and (min-width: 741px) and (max-width: 980px ) {
    .featured__collection-carousel .featured__collection-product {
        width: 33.333% !important;
    }

    .featured__collection {
        grid-template-columns: 1fr 1fr 1fr !important;
        grid-column-gap: 20px;
    }
}

@media screen and (min-width: 741px) {
    .featured__collection-carousel.flickity__section .flickity-page-dots {
        display: none;
    }
}

@media screen and (max-width: 740px) {
    .featured__collection {
        grid-template-columns: 1fr 1fr !important;
        grid-column-gap: 10px;
    }

    .featured__collection-carousel .featured__collection-product {
        width: 50% !important;
    }

    .featured__collection-carousel .flickity-prev-next-button.previous {
        left: 0;
    }

    .featured__collection-carousel .flickity-prev-next-button.next {
        right: 0;
    }

    .featured__collection-carousel.flickity__section .flickity-page-dots {
        display: none;
    }
}

/* ---- Product / Collection / Article grid ---- */

@media screen and (max-width: 980px) and (min-width: 740px) {
    .product-index:nth-child(2n+1),
    .article-index:nth-child(2n+1) {
        clear: left;
    }

    .first {
        clear: none;
    }
}

@media screen and (max-width: 740px) {
    .product-index:nth-child(2n+1),
    .article-index:nth-child(2n+1) {
        clear: left;
    }

    .first {
        clear: none;
    }
}

/* ---- Products ---- */
@media screen and (max-width: 740px) {
    .product-thumbnails {
        margin-top: 20px;
    }

    .product-thumbnail {
        cursor: pointer;
        display: inline-block;
        width: 15%;
    }

    #mobile-product {
        margin-bottom: 20px;
        display: block;
    }

    .add {
        width: 100% !important;
    }
}

/* ---- General ---- */
@media screen and (max-width: 740px) {
    #subscribe_popup {
        width: 100%;
    }

    #subscribe_popup img {
        min-width: 280px;
    }

    .mobile-menu__search form input {
        margin-bottom: 0;
    }

    .mobile-hide {
        display: none;
    }

    .product-listing__quickview-trigger {
        display: none !important;
    }

    #page-sidebar {
        margin-top: 20px;
        text-align: center;
    }
}

@media screen and (min-width: 981px) {
    .map-section-wrapper {
        height: 400px;
        margin-top: 20px;
    }
}


/* ---- Collection list grid ---- */

.collection__list-loop {
    margin: 0 auto;
    width: 100%;
    min-width: 100%;
    display: grid;
    grid-gap: 30px;
    padding: 0 1.04166667%;
}

@media screen and (min-width: 741px) and (max-width: 980px) {
    .collection__list-loop {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media screen and (max-width: 740px) {
    .collection__list-loop {
        grid-template-columns: 1fr 1fr !important;
    }
}

.collection__list-description {
    margin-bottom: 30px;
    clear: both;
}

.collection__list-description.center {
    text-align: center;
}

.collection__list-item {
    position: relative;
    margin: 0;
}

.theme-border .collection__list-item {
    border: 1px solid var(--dotted-color);
}

.collection__list-item .collection__item-details {
    padding: 10px 0;
    text-align: center;
}

.collection__list-item.floating__title .collection__item-details {
    padding-left: 15px;
    padding-right: 15px;
    background: var(--background);
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.collection__item-details p {
    margin-bottom: 0;
}

/* ---- remove this code to remove collection image height constraints ----*/

.collection__item-image {
    overflow: hidden;
}

.collection__item-image > a {
    width: 100%;
    display: inline-block;
}

.collection__item-image img {
    object-fit: cover;
    object-position: center;
}

@media screen and (min-width: 1221px) {
    .collection__item-image {
        height: var(--collection-item-image-height);
    }

    .collection__item-image .box-ratio {
        padding-bottom: var(--collection-item-image-height) !important;
    }

    .collection__item-image img {
        height: var(--collection-item-image-height);
    }
}

@media screen and (min-width: 741px) and (max-width: 1220px) {
    .collection__item-image {
        height: var(--collection-item-image-height);
    }

    .collection__item-image .box-ratio {
        padding-bottom: var(--collection-item-image-height) !important;
    }

    .collection__item-image img {
        height: var(--collection-item-image-height);
    }
}

@media screen and (max-width: 740px) {
    .collection__item-image {
        height: var(--collection-item-image-height);
    }

    .collection__item-image .box-ratio {
        padding-bottom: var(--collection-item-image-height) !important;
    }

    .collection__item-image img {
        height: var(--collection-item-image-height);
    }
}

/* ---- end collection image height constraints ----*/
/* ---- Rich text section ---- */

.rich__text-content {
    display: grid;
    grid-gap: 30px;
}

@media screen and (max-width: 740px) {
    .rich__text-column {
        grid-column: auto / span 4 !important;
    }
}


/* ---- Text column with image ---- */

.imageText__column-container .box-ratio {
    margin-bottom: 10px;
}

.imageText__column-btn-wrapper {
    display: inline-block;
    clear: both;
}

.imageText__column-btn-wrapper a {
    padding: 10px 20px;
    color: var(--button-text);
    background: var(--button-color);
    display: inline-block;
}

.theme-buttons-curved .imageText__column-btn-wrapper a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.imageText__column-btn-wrapper a:hover {
    color: var(--button-text);
    background: var(--button-hover);
}

.imageText__column-btn-wrapper a:visited {
    color: var(--button-text);
}

.imageText__column-container .onboard {
    margin-bottom: 10px;
}

/* ---- Text with image blocks ---- */

.textWithImage__column-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
}

.textWithImage__column-container.with-padding {
    padding: 0 1.04166667%;
}

.textWithImage__column-section .textWithImage__column-container.no-space {
    grid-gap: 0;
}

.textWithImage__column[data-block-type="text"] {
    padding: 15px;
}

@media screen and (max-width: 740px) {
    .textWithImage__column-container {
        grid-column: 1 / -1 !important;
    }

    .textWithImage__column-container {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: minmax(100px, 1fr);
        grid-template-rows: minmax(150px, 1fr);
        grid-auto-flow: column;
        grid-auto-columns: minmax(100px, 1fr);
        overflow-x: scroll;
        scroll-snap-type: x proximity;
        justify-content: unset !important;
        padding-bottom: 20px !important;
    }

    .textWithImage__column-scroll:before,
    .textWithImage__column-scroll:after {
        content: '';
        width: 10px;
    }

    .textWithImage__column-container::-webkit-scrollbar {
        height: 4px;
        width: 4px;
        background: #eee;
    }

    .textWithImage__column-container::-webkit-scrollbar-thumb:horizontal {
        background: #333;
        border-radius: 10px;
    }
}

/* ---- Image with text overlay ---- */

.image__overlay-section .overlay {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
}

.image__overlay-section .image__overlay-caption {
    position: absolute;
    width: fit-content;
}

.image__overlay-btn-wrapper {
    display: inline-block;
    margin-top: 10px;
}

.image__overlay-btn-wrapper a {
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: background .3s ease, color .3s ease;
    -moz-transition: background .3s ease, color .3s ease;
    -o-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
}

.theme-buttons-curved .image__overlay-btn-wrapper a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.image__overlay-btn-wrapper a:hover {
    background: none !important;
}

.image__overlay-section .image__overlay-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    height: 430px;
}

.image__overlay-section .onboard {
    text-align: center;
}

.image__overlay-section .onboard svg {
    fill: #d0d0d0;
    height: 430px;
}

/* ---- Image aspect ratios ---- */

.image_natural .box-ratio,
.image_square .box-ratio,
.image_landscape .box-ratio,
.image_portrait .box-ratio {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.image_square .box-ratio {
    padding-bottom: 100% !important;
}

.image_landscape .box-ratio {
    padding-bottom: 75% !important;
}

.image_portrait .box-ratio {
    padding-bottom: 150% !important;
}

.image_natural img,
.image_square img,
.image_landscape img,
.image_portrait img {
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* ---- Image Gallery section ---- */

.gallery__item {
    position: relative;
    margin-bottom: 30px;
}

.gallery__item .gallery__item-container {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    background: transparent;
    cursor: pointer;
    background: transparent;
}

.gallery__item-image {
    position: relative;
}

.gallery__item-image.overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.15);
    content: "";
}

.gallery__item .gallery__item-container img {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    opacity: 1;
}

.gallery__item .gallery__item-container .gallery__item-caption {
    margin-top: 10px;
}

.gallery__item .gallery__item-container .gallery__item-caption h3 {
    margin-bottom: 5px;
}

.gallery__item .gallery__item-container .gallery__item-caption::before,
.gallery__item .gallery__item-container .gallery__item-caption::after {
    pointer-events: none;
}

.gallery__item.floating__text .gallery__item-container .gallery__item-caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery__item.floating__text .gallery__item-container .gallery__item-caption > a {
    z-index: 2;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}


/* ---- Section titles ---- */

.section-title {
    position: relative;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.section-title.lines h1,
.section-title.lines h2,
.section-title.lines h3 {
    display: inline-block;
    padding: 8px 23px;
    margin: 0;
    background-color: var(--background);
    position: relative;
    z-index: 1;
}

.section-title.lines:after {
    content: '';
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid var(--dotted-color);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
}

.section-title.btm_border:after {
    content: "";
    border-bottom: 2px solid var(--dotted-color);
    width: 80px;
    height: 0;
    position: absolute;
    top: 95%;
    left: calc(50% - 40px);
}


/* ---- Product options ---- */

.sku {
    margin-top: 10px;
}

.product-variant-type--swatches .select,
.product-variant-type--swatches .product_variants,
.product-variant-type--swatches .selector-wrapper,
.product-variant-type--swatches .select {
    display: none !important;
}


/* ---- Image zoom effect ---- */
.theme-image-effect .article-content img,
.theme-image-effect .textWithImage__column-image img,
.theme-image-effect .imageText__column-image img,
.theme-image-effect .collection__list-item img,
.theme-image-effect .gallery__item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7s cubic-bezier(0.25, 0.5, 0.8, 0.65);
    transition: -webkit-transform 7s cubic-bezier(0.25, 0.5, 0.8, 0.65);
    transition: transform 7s cubic-bezier(0.25, 0.5, 0.8, 0.65);
}

.theme-image-effect .article-content:hover img,
.theme-image-effect .textWithImage__column-image:hover img,
.theme-image-effect .imageText__column-image:hover img,
.theme-image-effect .collection__list-item:hover img,
.theme-image-effect .gallery__item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/* ---- Breadcrumb trail ---- */

#breadcrumb,
#breadcrumb a {
    font-size: 14px;
}

#breadcrumb {
    text-align: center;
}


/* ---- Global style ---- */
.rte a {
    text-decoration: underline;
}


/* ---- Video Section ---- */

/* ---- Video text ---- */
.video__section .video__text-content {
    text-align: center;
    position: relative;
    width: 100%;
    top: 20px;
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition-delay: 0.3s;
    z-index: 3;
    padding: 40px 0;
}

.video__section .video-is-playing .video__text-content {
    display: none;
}

.video__section .video-is-loaded .video__text-content,
.no-js .video__section .video__text-content {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.video__section .video-is-loaded .video__text-content::after,
.no-js .video__section .video__text-content::after {
    opacity: 0;
    visibility: hidden;
    content: none;
}

/* ---- Video styles ---- */
.video__section .video {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.video__section .video--background {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.autoplay .video__section .video-is-loaded .video--background {
    display: block;
    visibility: visible;
    opacity: 1;
}

.video__section .video--image_with_play {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in;
}

.video__section .video-is-playing .video--image_with_play,
.video__section .video-is-paused .video--image_with_play {
    display: block;
    visibility: visible;
    opacity: 1;
}

.video__section .video__section-wrapper .video {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-500%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* ---- Video control buttons ---- */
.video__section .video-control {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 4;
    transition: all 0.1s ease-out;
}

.video__section .video-control__play-wrapper {
    display: none;
    height: 50px;
}

@media only screen and (min-width: 741px) {
    .video__section .video-control__play-wrapper {
        display: block;
    }
}

.video__section .video-control__play-wrapper-mobile {
    display: block;
    height: 50px;
    position: absolute;
    top: calc(100% - 50px / 2);
    left: calc(50% - 50px / 2);
}

@media only screen and (min-width: 741px) {
    .video__section .video-control__play-wrapper-mobile {
        display: none;
    }
}

.video__section .video-control__play-wrapper--with-text {
    margin-top: 30px;
}

.video__section .video-control__play {
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
    margin: 0 auto;
    padding: 5px;
    pointer-events: none;
    box-shadow: 0 0 3px 0 #d2d2d2;
}

.video__section .video-background-wrapper .video-control__play {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video__section .video-is-loaded .video-control__play {
    pointer-events: auto;
}

.video__section .video-is-playing .video-control__play {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.video__section .video-control__play::before {
    content: '';
    display: block;
    width: 2.875rem;
    height: 2.875rem;
    position: absolute;
    margin-left: -1.4375rem;
    border-radius: 50%;
    border: 2px solid white;
    border-top-color: transparent;
    -moz-animation: spin 0.65s infinite linear;
    -o-animation: spin 0.65s infinite linear;
    -webkit-animation: spin 0.65s infinite linear;
    animation: spin 0.65s infinite linear;
    transition: all 0.1s ease-out 0.5s;
    z-index: 5;
    top: 1px;
    left: 50%;
    opacity: 0.5;
}

.video__section .video-is-loaded .video-control__play::before,
.video__section .video-is-playing .video-control__play::before,
.video__section .video-is-paused .video-control__play::before {
    content: none;
    display: none;
}

.video__section .video-control__close-wrapper {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    z-index: 3;
    padding: 0;
}

.video__section .video-is-playing .video-control__close-wrapper,
.video__section .video-is-paused .video-control__close-wrapper {
    display: block;
}

.video__section .video-control__close {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    border-radius: 25px;
}

.video__section .video-control__close:after {
    background: transparent;
    content: "\00D7";
    position: absolute;
    top: 0;
    text-indent: 0;
    text-align: center;
    width: 50px;
    line-height: 50px;
    left: 0;
}

.video__section .video-control__close-wrapper:hover .video-control__close,
.video__section .video-control__close-wrapper:focus .video-control__close {
    outline: auto 5px -webkit-focus-ring-color;
    opacity: 0.7;
}

.video__section .video-is-playing .video-control__close,
.video__section .video-is-paused .video-control__close {
    display: inline-block;
    visibility: visible;
    opacity: 1;
}

.video__section .video__pause {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    background-color: transparent;
    transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

.video__section button {
    background: #fff;
    color: #000;
}

.video__section button svg {
    fill: var(--direction-color);
}

@media only screen and (max-width: 740px) {
    .video__section .video__pause {
        display: none;
    }
}

.video__section .video-is-playing .video__pause {
    display: none;
}

.video__section .video__pause:hover, .video__pause:focus {
    outline: none;
}

.video__section .video__pause-resume,
.video__section .video__pause-stop {
    height: 34px;
    width: 34px;
    margin: 0 auto;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.video__section .video__pause:hover .video__pause-resume,
.video__section .video__pause:focus .video__pause-resume,
.video__section .video__pause:hover .video__pause-stop,
.video__section .video__pause:focus .video__pause-stop {
    background-color: rgba(0, 0, 0, 0.75);
}

.video__section .video__pause:focus .video__pause-resume, .video__pause:focus
.video__section .video__pause-stop {
    outline: auto 5px -webkit-focus-ring-color;
}

.video__section .video__pause-stop {
    display: flex;
}

.video__section .is-paused .video__pause-stop {
    display: none;
}

.video__section .video__pause-resume {
    display: none;
}

.video__section .is-paused .video__pause-resume {
    display: flex;
}

/* ---- Overlay ---- */
.video__section .video__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.video__section .video-is-playing .video__overlay {
    opacity: 0;
}

.video__section .video-is-playing .video__overlay:before {
    content: none;
}

/* ---- Fallback images ---- */
.video__section .video__image {
    transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 1;
}

@media only screen and (min-width: 741px) {
    .video__section .video-background-wrapper .video__image {
        opacity: 0;
    }
}

/* ---- Responsive video ---- */
.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[data-section-type="video-section"] {
    margin: 0 auto;
}

@media only screen and (max-width: 740px) {
    [data-section-type="video-section"] {
        transition: width 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), padding 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    }
}

/* ---- Video container ---- */

.video__section-wrapper {
    position: relative;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

@media only screen and (min-width: 741px) {
    .video__section-wrapper {
        overflow: hidden;
    }
}

@media only screen and (max-width: 740px) {
    .video__section-wrapper {
        overflow: visible !important;
    }

    .video__section-wrapper.video-is-playing {
        margin: 0;
    }

    .video__section-wrapper.video-is-loaded {
        transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    }
}

.video__section-wrapper--min-height {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.video__section-wrapper--small.video__section-wrapper--min-height {
    min-height: 175px;
}

@media only screen and (min-width: 741px) {
    .video__section-wrapper--small.video__section-wrapper--min-height {
        min-height: 475px;
    }
}

.video__section-wrapper--medium.video__section-wrapper--min-height {
    min-height: 270px;
}

@media only screen and (min-width: 741px) {
    .video__section-wrapper--medium.video__section-wrapper--min-height {
        min-height: 650px;
    }
}

.video__section-wrapper--large.video__section-wrapper--min-height {
    min-height: 375px;
}

@media only screen and (min-width: 741px) {
    .video__section-wrapper--large.video__section-wrapper--min-height {
        min-height: 775px;
    }
}

.video__section-wrapper--min-height {
    transition: height 0s, margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}

@media only screen and (max-width: 740px) {
    .video__section-wrapper--min-height.video-is-loaded {
        transition: height 0s, margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    }
}

.video-background-wrapper--no-overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

.icon__fallback-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}


/* ---- Newsletter ---- */

.newsletter__popup-container {
    width: 400px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
}

.newsletter__popup-container-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 35px;
    text-align: center;
    height: 35px;
    cursor: pointer;
    font-size: 25px;
    background: #ffffff;
}

.newsletter__popup-container-close:after {
    content: "\00D7";
    font-family: 'FontAwesome';
    position: absolute;
    top: 3px;
    right: 10px;
}

.newsletter__popup-text,
.newsletter__popup-form {
    padding: 0 25px;
    margin-top: 20px;
    text-align: center;
}

.newsletter__popup-form {
    padding-bottom: 25px;
}

.newsletter__popup-form input[type="email"] {
    text-align: center;
    margin-bottom: 10px;
}

.newsletter__popup-form input[type="submit"] {
    margin-bottom: 0;
}


/* ---- Product form ---- */

/* Product Form Swatches */
.swatches__container {
    margin: 10px 0 10px 0;
    display: inline-block;
    width: 100%;
}

/* Hide radio buttons */
.swatches__form--input {
    display: none;
}

/* Swatch Label */
.swatches__form--label {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    padding: 0 10px;
    color: #000;
    background-color: #fff;
    margin: 0 8px 10px 0;
    cursor: pointer;
    border: 1px solid #ddd;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    min-width: 34px !important;
    white-space: nowrap;
    text-align: center;
    float: unset !important;
    outline: 0 !important;
    padding: 0;
    font-weight: 400;
}

.swatches__shape--circle label {
    min-width: 34px !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 32px !important;
    border-radius: 50%;
    vertical-align: middle;
}

.swatches__shape--square label {
    min-width: 34px !important;
    width: 34px !important;
    height: 34px !important;
    line-height: 32px !important;
    vertical-align: middle;
}

.swatches__shape--rectangle label {
    height: 34px !important;
    line-height: 32px !important;
    min-width: 44px !important;
    width: 44px !important;
    vertical-align: middle;
}

.swatches__swatch--regular label {
    height: 40px !important;
    line-height: 40px !important;
}

.swatches__form--input:checked + .swatches__form--label {
    border: 1px solid #ddd;
    background: #000;
    color: #fff;
}

.swatches__swatch--color .swatches__form--input:checked + .swatches__form--label {
    box-shadow: 0 0 2px 2px #d6d6d6;
}

.swatches__form--label:hover {
    background: #eee;
    color: #000;
}

.swatches__swatch--regular,
.swatches__swatch--color {
    display: inline-block;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    position: relative;
}

/* Image with the cross in it */
.swatches__sold-out--image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swatches__sold-out--image {
    display: none;
}

.swatches__swatch--color.soldout .swatches__sold-out--image,
.swatches__swatch--regular.soldout .swatches__sold-out--image {
    display: block;
}

.swatches__swatch--regular.soldout label,
.swatches__swatch--color.soldout label {
    filter: alpha(opacity=60);
    /* internet explorer */
    -khtml-opacity: 0.6;
    /* khtml, old safari */
    -moz-opacity: 0.6;
    /* mozilla, netscape */
    opacity: 0.6;
    /* fx, safari, opera */
}

.swatches__container.error {
    background-color: #E8D2D2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px;
}

.swatches__container.error p {
    margin: 0.7em 0;
}

.swatches__container.error p:first-child {
    margin-top: 0;
}

.swatches__container.error p:last-child {
    margin-bottom: 0;
}

.swatches__container.error code {
    font-family: monospace;
}

h5.swatches__option-name {
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
    display: block;
    font-size: var(--font-size);
    font-weight: 400 !important;
}

.swatches__option-name span.swatches__option-value {
    margin-left: 2px;
}

/* ---- Page titles ---- */

h1.page-title {
    margin-bottom: 40px;
    text-align: center;
}

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

@media screen and (min-width: 981px) {
    ul#cart li.mobile-menu__trigger,
    ul#cart li.mobile-menu__logo {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    ul#cart li.seeks,
    ul#cart li.cust,
    ul#cart li.lang-selector,
    ul#cart li.curr-selector,
    ul#cart li span.my-cart-text,
    ul#social-icons,
    #logo,
    .header-wrapper nav {
        display: none;
    }

    ul#cart {
        display: grid;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        background: var(--header-wrapper-background);
        grid-template-columns: 1fr 3fr 1fr;
        align-items: center;
    }

    ul#cart li.mobile-menu__logo {
        text-align: center;
    }

    li.mobile-menu__logo a img {
        vertical-align: middle;
        max-width: 300px;
    }

    ul#cart li {
        padding: 0;
    }

    ul#cart li a, ul#cart li i {
        color: var(--mobile-header-icons);
    }

    header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 5;
    }
}

@media screen and (max-width: 740px) {
    header {
        line-height: 40px;
    }

    li.mobile-menu__logo a img {
        max-width: 200px;
    }
}

/* ---- Header with inline navigation ---- */

.header-section.nav__option-inline .nav-inner-container {
    display: grid;
    margin: 0 auto;
    align-items: center;
    position: relative;
}

.header-section.nav__option-inline #logo a img {
    vertical-align: middle;
    display: block;
}

.header-section.nav__option-inline .nav-inner-container.nav_inline {
    grid-template-columns: 3fr 8fr 3fr;
}

.header-section.nav__option-inline .nav-inner-container.nav_inline_center {
    grid-template-columns: 5fr 2fr 5fr;
}

.header-section.nav__option-inline .nav-inner-container.nav_inline_center #logo {
    justify-self: center;
    white-space: nowrap;
}

.header-section.nav__option-inline .navigation {
    position: unset;
}

.header-section.nav__option-inline .navigation__menuitem {
    line-height: unset;
}

.header-section.nav__option-inline div#logo {
    line-height: unset;
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-section.nav__option-inline #logo a {
    line-height: unset;
    display: block;
}

@media screen and (min-width: 740px) {
    .header-section.nav__option-inline .nav-inner-container {
        width: 720px;
    }
}

@media screen and (min-width: 980px) {
    .header-section.nav__option-inline .nav-inner-container {
        width: 960px;
    }
}

@media screen and (min-width: 1220px) {
    .header-section.nav__option-inline .nav-inner-container {
        width: 1200px;
    }
}

@media screen and (min-width: 1680px) {
    .header-section.nav__option-inline .nav-inner-container {
        width: 1400px;
    }
}

@media screen and (max-width: 740px) {
    .header-section.nav__option-inline .nav-inner-container {
        width: 98%;
    }
}

#searchbox {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 10;
    margin-bottom: 0;
    min-width: 300px;
    visibility: hidden;
}

#searchbox #header-search {
    margin-bottom: 0;
    height: 46px;
    border-color: #ccc;
}

@media screen and (max-width: 980px) {
    #searchbox {
        top: 90%;
        min-width: 500px;
        left: 50%;
        margin-left: -215px;
        width: 500px;
    }
}

#searchbox #header-search:focus::-webkit-input-placeholder {
    color: transparent;
}

#searchbox #header-search:focus:-moz-placeholder {
    color: transparent;
}

#searchbox #header-search:focus:-ms-input-placeholder {
    color: transparent;
}

#searchbox #header-search:focus::-moz-placeholder {
    color: transparent;
}

#searchbox.is_visible {
    display: block;
}

/* ---- Collection page ---- */

.first {
    clear: left;
}

.collection__page-description {
    margin-bottom: 15px;
}

.collection__page-filter {
    text-align: left;
}

.collection__page-filter .filter {
    margin: 0 auto 30px;
    max-width: 200px;
    display: inline-block;
}

@media screen and (max-width: 740px) {
    .collection__page-filter .filter {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.collection__page-products.product-loop .product-index,
.product-loop .product-index {
    overflow: hidden;
}

.theme-border .collection__page-products.product-loop .product-index,
.theme-border .product-loop .product-index {
    border: 1px solid var(--dotted-color);
    padding-bottom: 10px;
}

.collection__page-products.product-loop {
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 40px;
}

@media screen and (max-width: 740px) {
    .collection__page-products.product-loop {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ---- Collection page sidebar ---- */

@media screen and (min-width: 981px) {
    .show {
        display: none;
    }
}

.show {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid var(--dotted-color);
    padding: 8px 0;
}

.show i {
    margin-right: 5px;
}

.collection__sidebar-image {
    margin-bottom: 10px;
}

.collection__page-sidebar .box-ratio {
    margin-bottom: 10px;
}

.collection__page-sidebar h4 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--dotted-color);
}

.collection__page-sidebar ul {
    list-style-type: none;
    margin-bottom: 20px;
}

.collection__page-sidebar ul li.current a {
    text-decoration: none;
}

/* ---- Collection page sidebar & filters ---- */
@media screen and (max-width: 980px) {
    .collection__page-sidebar {
        display: none;
    }

    .collection__page-sidebar.open {
        display: block;
    }

    .collection__page-sidebar ul li {
        padding: 5px 0;
    }
}

.filter ul li.current a:before {
    color: var(--text-color);
    margin-bottom: 0;
}

.filter ul li a:before {
    content: "\f00c";
    font-family: fontAwesome;
    border: 1px solid #d5d5d5;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 3px;
    font-size: 10px;
    color: transparent;
}

@media screen and (min-width: 741px) {
    .filter.filter--color {
        max-width: 245px;
    }
}

.filter.filter--color ul {
    display: flex;
    flex-wrap: wrap;
}

.filter.filter--color .color-filter {
    min-width: var(--color-filter-size, 34px) !important;
    width: var(--color-filter-size, 34px) !important;
    height: var(--color-filter-size, 34px) !important;
    line-height: calc(var(--color-filter-size, 34px) - 2px) !important;
    vertical-align: middle;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 5px 0 0;
    line-height: initial;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}

.filter.filter--color .color-filter.color-filter--rounded {
    border-radius: 50%;
}

.collection__page-sidebar ul.current_tags li {
    margin-bottom: 5px;
    display: block;
}

.collection__page-sidebar ul.current_tags li.current_tag a {
    background: #f5f5f5;
    padding: 10px 8px;
    color: var(--text-color);
    display: block;
    position: relative;
}

.collection__page-sidebar ul.current_tags li.current_tag a:after {
    content: "\00d7";
    position: absolute;
    right: 10px;
    font-size: 14px;
}

.collection__page-sidebar ul.current_tags li a.clear-tags {
    text-decoration: underline;
}

.filter ul li {
    margin: 5px 5px 5px 0;
}

.clearfix.filter {
    margin-bottom: 30px;
}

.styled-select::-ms-expand {
    display: none;
}


/* ---- Product grid ---- */

.product-index img {
    display: block;
    margin: 0 auto 0;
}


/* ===============================================
// Reveal module
// =============================================== */

.theme-image-hover .reveal .hidden {
    display: block !important;
    visibility: visible !important;
}

.theme-image-hover .product-image:hover .reveal img {
    opacity: 1;
}

.theme-image-hover .reveal {
    position: relative;
}

.theme-image-hover .reveal .hidden {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background: var(--background);
}

.theme-image-hover .reveal:hover .hidden {
    z-index: 1;
    opacity: 1;
}

.product-index img a {
    border: 0;
}

.product-info {
    text-align: center;
    padding: 8px 0 0;
    position: relative;
}

.product-info-inner {
    width: 96%;
    margin: 0 auto;
}

.product-info p {
    font-size: var(--font-size);
    margin-bottom: 0;
}

.product-info a {
    text-decoration: none !important;
}

.product-index .price {
    align-items: center;
    margin-bottom: 8px;
}

.was,
.product-compare-price,
.compare-price,
.was-related {
    color: var(--sale-color);
    text-decoration: line-through;
}

.onsale {
    color: var(--sale-color);
}

.was,
.was-related {
    display: inline;
    margin-left: 5px;
}

.onsale {
    display: inline;
}

.product-index-inner {
    position: relative;
}

.prod-image {
    position: relative;
    overflow: hidden;
}

.prod-image:hover > .product-listing__quickview-trigger {
    display: block;
}

.icn {
    -webkit-transition: opacity 1s ease-out;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    z-index: 2;
}

.pre-order {
    color: #fff;
    background: #000;
}

.new {
    color: #fff;
    background: #000;
}

.sale-item {
    color: #fff;
    background: var(--sale-color);
}

.so {
    z-index: 3;
    color: #fff;
    background: #000;
    line-height: 12px;
    display: grid;
    align-content: center;
    padding: 0;
}

.prod-colors {
    margin-top: 10px;
}

.col-swatch {
    margin: 0 0 20px 0;
}

.col-swatch ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.col-swatch li {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0;
    margin: 0 2px;
}

.col-swatch li span {
    display: block;
    margin: 5px 10px;
}

.col-swatch li.color {
    width: 20px;
    height: 20px;
}

.col-swatch li.color span {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.col-swatch .options li {
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.col-swatch li:hover {
    cursor: pointer;
}


/* ---- Product page ---- */

.product__section-container {
    clear: both;
    display: grid;
    grid-template-columns: 5fr 4fr;
    grid-column-gap: 10px;
    grid-row-gap: 50px;
}

@media screen and (max-width: 740px) {
    .product__section-container {
        grid-template-columns: 100%;
        grid-row-gap: 10px;
    }
}

.product__section-details .rte {
    margin-top: 20px;
}

span.popup_content_link {
    margin: 10px 0 0 0;
    display: inline-block;
}

span.popup_content_link a {
    text-decoration: underline;
    padding: 0 5px;
    text-transform: capitalize;
}

.product__section-details .share-icons {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.product__section-lowerDescription {
    margin-bottom: 50px;
}

.product__section-details .rte-accordion {
    text-align: left;
}


/* ---- Pages ---- */

#page {
    clear: both;
    margin-bottom: 50px;
}

.page__section,
.contactPage__section-content {
    display: grid;
    justify-content: center;
    grid-gap: 50px;
}

@media screen and (max-width: 740px) {
    .page__section,
    .contactPage__section-content {
        grid-template-columns: 100% !important;
    }
}

.custom-page-section .image__overlay-section .image__overlay-container {
    margin-top: 0;
}


/* ---- Blog ---- */

.blog__article-container {
    display: grid;
    grid-gap: 50px;
}

.blog__article-container.list-layout {
    grid-row-gap: 25px;
}

.blog__article-container.list-layout .blog__post-content {
    display: grid;
    grid-template-columns: 2fr 4fr;
    grid-column-gap: 50px;
    align-items: center;
}

@media screen and (max-width: 740px) {
    .blog__article-container.list-layout .blog__post-content {
        grid-template-columns: 100%;
    }
}

@media screen and (min-width: 741px) {
    .blog__article-container.list-layout .blog__post-image {
        margin-bottom: 0;
    }
}

.blog__article-container.list-layout .blog__post-container {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--dotted-color);
}

@media screen and (max-width: 740px) {
    .blog__article-container {
        grid-template-columns: 100% !important;
    }
}

.blog__section-description {
    margin-bottom: 40px;
}

.blog__post-image {
    margin-bottom: 15px;
}

.blog__post-image.image_landscape img {
    object-fit: cover;
}

.blog__post-container {
    text-align: left;
}

.blog__post-author.posted,
.blog__post-date.posted {
    text-align: left;
    clear: left;
    display: block;
}

.blog__post-excerpt {
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog__post-container .rte {
    margin-bottom: 15px;
}

ul.blog__post-tags {
    list-style: none;
    margin-bottom: 15px;
}

ul.blog__post-tags li.blog__post-tag {
    display: inline-block;
    margin: 0 5px 0 0;
}

ul.blog__post-tags li.blog__post-tag a {
    border-bottom: 1px solid #aaa;
}

.blog__post-button {
    clear: left;
    text-align: left;
}

.blog__post-button a {
    display: inline-block;
    color: var(--button-text) !important;
    background: var(--button-color) !important;
    padding: 10px 20px;
    -webkit-transition: background .5s ease, color .5s ease;
    -moz-transition: background .5s ease, color .5s ease;
    -o-transition: background .5s ease, color .5s ease;
    transition: background .5s ease, color .5s ease;
}

.theme-buttons-curved .blog__post-button a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.blog__post-button a:hover {
    color: var(--button-text) !important;
    background: var(--button-hover) !important;
    text-decoration: none;
}


/* ---- Article ---- */

.article__section-container {
    display: grid;
    justify-content: center;
    grid-gap: 50px;
    clear: both;
}

@media screen and (max-width: 740px) {
    .article__section-container {
        grid-template-columns: 100% !important;
    }
}

.article__section-image {
    margin-bottom: 15px;
}

.article__section-details.rte {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--dotted-color);
}

span.posted.article__section-date,
span.posted.article__section-author {
    display: block;
}

.article__section-body .share-icons {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.article__section-commentContainer {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
}

ul.article__section-commentList {
    list-style-type: none;
}

li.article__section-comment {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--dotted-color);
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 15px;
}

@media screen and (max-width: 740px) {
    .article__section-commentContainer {
        grid-template-columns: 1fr !important;
    }

    .article__section-commentContent {
        grid-column: auto / span 1;
    }

    .article__comment-author {
        margin-left: 20px;
    }
}

.article__section-commentContent {
    grid-column: 1 / span 2;
}

.gravatar.article__section-avatar,
.article__comment-author {
    align-self: center;
}

.gravatar.article__section-avatar img {
    vertical-align: middle;
    padding: 10px;
    border: 1px solid var(--dotted-color);
}

.errorForm.feedback {
    background: mistyrose;
    padding: 15px 0 5px;
    text-align: center;
    font-weight: 600;
    color: firebrick;
    margin: 0 1.1%;
}

/* ---- Content promotion ---- */

.content__promotion-section-content-promotion {
    padding-top: 60px;
}

.gallery__item-btn-wrapper {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.gallery__item-btn-wrapper a {
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: background .3s ease, color .3s ease;
    -moz-transition: background .3s ease, color .3s ease;
    -o-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
}

.theme-buttons-curved .gallery__item-btn-wrapper a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.gallery__item-btn-wrapper a:hover {
    background: none !important;
}

/* Scrollbar Styles */
.modal__container ::-webkit-scrollbar,
.slideout ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.modal__container ::-webkit-scrollbar-button,
.slideout ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

.modal__container ::-webkit-scrollbar-thumb,
.slideout ::-webkit-scrollbar-thumb {
    background: var(--text-color);
    border: 0 none #ffffff;
    border-radius: 50px;
}

.modal__container ::-webkit-scrollbar-thumb:hover,
.slideout ::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

.modal__container ::-webkit-scrollbar-thumb:active,
.slideout ::-webkit-scrollbar-thumb:active {
    background: #000000;
}

.modal__container ::-webkit-scrollbar-track,
.slideout ::-webkit-scrollbar-track {
    background: var(--dotted-color);
    border: 0 none #ffffff;
    border-radius: 50px;
}

.modal__container ::-webkit-scrollbar-track:hover,
.slideout ::-webkit-scrollbar-track:hover {
    background: var(--dotted-color);
}

.modal__container ::-webkit-scrollbar-track:active,
.slideout ::-webkit-scrollbar-track:active {
    background: #333333;
}

.modal__container ::-webkit-scrollbar-corner,
.slideout ::-webkit-scrollbar-corner {
    background: transparent;
}

/* Modal Styles */
.modal__container {
    display: none;
    position: fixed;
    z-index: 10;
    left: 50%;
    top: 0;
    transform: translateX(-50%);

    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1.5s; /* don't forget to set a duration! */
}

.modal__inner-content-container {
    max-height: 560px;
    overflow-y: auto;
    padding-right: 5px;
    margin: 10px;
}

/* Modal Content/Box */
.modal__inner-wrapper {
    background-color: var(--background);
    padding: 20px;
    border: 1px solid #888;
    max-height: 800px;
    overflow-y: hidden;
    position: relative;
}

.modal__inner-wrapper .loading-wrapper {
    height: 100%;
}

@media (min-width: 980px) {
    .modal__inner-wrapper,
    .modal__container {
        width: 880px;
    }

    .modal__inner-wrapper {
        margin: 50% auto; /* 15% from the top and centered */
        transform: translateY(-50%);
    }
}

@media (min-width: 740px) and (max-width: 979px) {
    .modal__inner-wrapper,
    .modal__container {
        width: 90%;
    }

    .modal__inner-wrapper {
        margin: 5% auto; /* 15% from the top and centered */
        transform: unset;
    }
}

@media (max-width: 739px) {
    .modal__inner-wrapper,
    .modal__container {
        width: 100%;
    }

    .modal__inner-wrapper {
        max-height: 640px;
        padding: 50px 10px 20px 10px !important;
    }

    .modal__inner-wrapper {
        margin: 5% auto; /* 15% from the top and centered */
        transform: unset;
    }
}

.modal__container.modal--active {
    display: block;
}

/* Cart Styles: Drawer, Modal, and Page */
.mini-cart__container {
    position: relative;
}

.ajax-cart__cart-item {
    position: relative;
    border-top: 1px solid var(--dotted-color);
}

.ajax-cart__cart-item:last-child {
    border-bottom: 1px solid var(--dotted-color);
}

.ajax-cart__item-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.ajax-cart__item-image img {
    vertical-align: middle;
}

.ajax-cart__header__continue-link {
    font-size: var(--font-size);
}

.ajax-cart__header__continue-link-text {
    margin-left: 5px;
}

.ajax-cart__item-quantity {
    font-size: 0;
}

.ajax-cart__qty-control--down,
.ajax-cart__qty-control--up {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    width: 30px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    font-size: initial;
}

.ajax-cart__qty-input {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent !important;
    width: 80px !important;
    text-indent: 0 !important;
    margin-bottom: 0 !important;
}

.ajax-cart__cart-variants {
    font-size: var(--font-size);
    margin-bottom: 10px;
}

input.ajax-cart__qty-input::-webkit-outer-spin-button,
input.ajax-cart__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].ajax-cart__qty-input {
    -moz-appearance: textfield;
}

.ajax-cart__cart-item:hover .ajax-cart__qty-input {
    border-color: #ececec !important;
}

.ajax-cart__cart-item:hover .ajax-cart__qty-control--down,
.ajax-cart__cart-item:hover .ajax-cart__qty-control--up {
    background-color: #ececec;
    border-color: #ececec;
}

.ajax-cart__title a {
    font-size: var(--font-size);
    display: block;
    max-width: 225px;
}

.ajax-cart__accordion .accordion-content {
    list-style: none;
    padding-left: 0;
}

.ajax-cart__accordion .accordion-content.closed,
.ajax-cart__accordion .accordion-content2.closed {
    display: none;
}

.ajax-cart__accordion .accordion-content.default,
.ajax-cart__accordion .accordion-content,
.ajax-cart__accordion .accordion-content2.default,
.ajax-cart__accordion .accordion-content2 {
    display: block;
}

.ajax-cart__accordion .tlink.has_sub_menu,
.ajax-cart__accordion .tlink2.has_sub_menu {
    cursor: pointer;
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}

.ajax-cart__accordion .tlink.has_sub_menu a,
.ajax-cart__accordion .tlink2.has_sub_menu a {
    padding: 10px;
    background: var(--dotted-color);
    display: inline-block;
    width: 100%;
    font-size: var(--font-size);
}

.ajax-cart__accordion .tlink.has_sub_menu span.icon,
.ajax-cart__accordion .tlink2.has_sub_menu span.icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.ajax-cart__accordion .tlink.has_sub_menu span.icon.active-arrow,
.ajax-cart__accordion .tlink.has_sub_menu.closed span.icon.inactive-arrow,
.ajax-cart__accordion .tlink2.has_sub_menu span.icon.active-arrow,
.ajax-cart__accordion .tlink2.has_sub_menu.closed span.icon.inactive-arrow {
    display: block;
}

.ajax-cart__accordion .tlink.has_sub_menu.closed span.icon.active-arrow,
.ajax-cart__accordion .tlink.has_sub_menu span.icon.inactive-arrow,
.ajax-cart__accordion .tlink2.has_sub_menu.closed span.icon.active-arrow,
.ajax-cart__accordion .tlink2.has_sub_menu span.icon.inactive-arrow {
    display: none;
}

.ajax-cart__accordion .tlink.has_sub_menu:after,
.ajax-cart__accordion .accordion-toggle2:after {
    padding-right: 0;
}

.ajax-cart__free-shipping {
    padding: 20px;
    margin-bottom: 15px;
    background-color: var(--free-shipping-bg);
    color: var(--free-shipping-text);
}

.ajax-cart__final-details div {
    margin-bottom: 28px;
    line-height: 1;
    font-size: 0;
}

.discounts {
    display: flex;
}

.discounts > * {
    width: 100%;
}

.discounts .a-right {
    font-size: var(--font-size);
    list-style: none;
}

.ajax-cart__final-details div > p {
    display: inline-block;
    font-size: var(--font-size);
    width: 50%;
    vertical-align: middle;
}

.ajax-cart__item-price dl,
.ajax-cart__item-line-price dl {
    margin-bottom: 0;
}

.ajax-cart__item-price dd,
.ajax-cart__item-line-price span {
    font-size: var(--font-size);
}

.ajax-cart__order-discount {
    list-style: none;
}

.ajax-cart__order-discount .order-discount__item .onsale {
    font-size: 11px;
}

.ajax-cart__button-view_cart {
    text-align: center;
    line-height: 50px;
}

.ajax-cart__cart-form {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
}

.ajax-cart__empty-cart {
    font-size: var(--h2-size);
}

.mini-cart__cart-note {
    grid-column: auto / span 12;
    width: 95%;
    text-align: left;
    display: block;
    border: 1px solid var(--error-color);
    padding: 5px;
    color: var(--error-color);
    background-color: var(--error-color-light);
    margin-top: 10px;
}

.mini-cart__cart-note p {
    margin-bottom: 0;
}

/* Cart Styles: Page Only */
.ajax-cart__page-wrapper .ajax-cart__cart-item {
    padding: 10px !important;
}

.ajax-cart__page-wrapper .ajax-cart__header-wrapper {
    padding: 20px 0;
}

.ajax-cart__page-wrapper .ajax-cart__button-view_cart {
    display: none;
}

@media (min-width: 740px ) {
    .ajax-cart__page-wrapper .ajax-cart__item-image,
    .ajax-cart__page-wrapper .ajax-cart__item-price,
    .ajax-cart__page-wrapper .ajax-cart__item-qty,
    .ajax-cart__page-wrapper .ajax-cart__item-line-price {
        grid-column: auto / span 2;
        width: 100%;
    }

    .ajax-cart__page-wrapper .ajax-cart__item-details {
        grid-column: auto / span 4;
        width: 100%;
    }

    .ajax-cart__page-wrapper .ajax-cart__info-wrapper {
        grid-column: auto / span 6;
        width: 100%;
    }

    .ajax-cart__page-wrapper .ajax-cart__summary-wrapper {
        grid-column: auto / span 6;
        width: 100%;
    }
}

@media (min-width: 1250px) {
    .ajax-cart__page-wrapper .ajax-cart__item-image img {
        max-width: 160px;
    }
}

@media (min-width: 980px) and (max-width: 1249px) {
    .ajax-cart__page-wrapper .ajax-cart__item-image img {
        max-width: 120px;
    }

    .ajax-cart__page-wrapper .ajax-cart__qty-input {
        width: 40px !important;
    }
}

@media (min-width: 740px) and (max-width: 979px) {
    .ajax-cart__page-wrapper .ajax-cart__item-image img {
        max-width: 100px;
    }

    .ajax-cart__page-wrapper .ajax-cart__qty-input {
        width: 40px !important;
    }
}

@media (max-width: 739px) {
    .ajax-cart__page-wrapper .ajax-cart__item-image img {
        max-width: 70px;
    }

    .ajax-cart__page-wrapper .ajax-cart__item-image {
        grid-column: auto / span 4;
        width: 100%;
    }

    .ajax-cart__page-wrapper .ajax-cart__item-price,
    .ajax-cart__page-wrapper .ajax-cart__item-line-price {
        grid-column: auto / span 3;
        width: 100%;
        text-align: center;
    }

    .ajax-cart__page-wrapper .ajax-cart__item-qty {
        grid-column: auto / span 6;
        width: 100%;
    }

    .ajax-cart__page-wrapper .ajax-cart__item-details {
        grid-column: auto / span 8;
        width: 100%;
    }

    .ajax-cart__page-wrapper .ajax-cart__info-wrapper {
        grid-column: auto / span 12;
        width: 100%;
    }

    .ajax-cart__page-wrapper .ajax-cart__summary-wrapper {
        grid-column: auto / span 12;
        width: 100%;
    }

    .ajax-cart__page-wrapper .ajax-cart__item-quantity {
        text-align: center;
    }

    .ajax-cart__title a {
        max-width: 190px;
    }
}

.ajax-cart__page-wrapper .ajax-cart__empty-cart {
    margin-top: 100px;
}

/* Cart Styles: Drawer Only */
.ajax-cart__drawer-wrapper .ajax-cart__header-wrapper {
    padding: 10px 15px;
}

.ajax-cart__drawer-wrapper .ajax-cart__info-wrapper{
    padding: 0 15px;
}
.ajax-cart__final-details>*>*:nth-of-type(1){
    color: #3C4061;
}
.ajax-cart__final-details>*>*:nth-of-type(2){
    color: #00194C;
}
.ajax-cart__final-details .total-price{
    font-size: 20px;
    font-weight: bold;
}
.ajax-cart__final-details>.total>*:nth-of-type(1){
    color: #333;
}
.shipping-list-data{
    position: relative;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-image img {
    max-width: 70px;
}


.ajax-cart__drawer-wrapper .ajax-cart__item-image {
    grid-column: auto / span 3;
    width: 100%;
}

.ajax-cart__drawer-wrapper .ajax-cart__item-price,
.ajax-cart__drawer-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 3;
    width: 100%;
    text-align: center;
}

.ajax-cart__drawer-wrapper .ajax-cart__item-qty {
    grid-column: auto / span 6;
    width: 100%;
}

.ajax-cart__drawer-wrapper .ajax-cart__item-details {
    grid-column: auto / span 9;
    width: 100%;
}

.ajax-cart__drawer-wrapper .ajax-cart__info-wrapper {
    grid-column: auto / span 12;
    width: 100%;
}

.ajax-cart__drawer-wrapper .ajax-cart__summary-wrapper {
    grid-column: auto / span 12;
    width: 100%;
}

.ajax-cart__drawer-wrapper .ajax-cart__item-quantity {
    text-align: center;
}

.ajax-cart__drawer-wrapper .ajax-cart__empty-cart {
    margin-top: 100px;
}

/* Cart Styles: Modal Only */
.ajax-cart__modal-wrapper .ajax-cart__header-wrapper {
    padding-bottom: 5px;
}

.ajax-cart__modal-wrapper .ajax-cart__cart-items {
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.ajax-cart__modal-wrapper .ajax-cart__cart-item {
    padding: 10px 0 !important;
}

.ajax-cart__modal-wrapper .ajax-cart__item-image img {
    max-width: 70px;
}

.ajax-cart__modal-wrapper .ajax-cart__item-image__wrapper {
    margin: 0 auto;
    text-align: center;
}

.ajax-cart__modal-wrapper .ajax-cart__qty-input {
    width: 40px !important;
}

.ajax-cart__modal-wrapper .ajax-cart__empty-cart {
    margin-top: 100px;
}

.ajax-cart__modal-wrapper .slideout__trigger-ajax-cart {
    padding: 0;
    height: 30px;
    line-height: 30px;
}

.ajax-cart__modal-wrapper .ajax-cart__final-details {
    margin-top: 10px;
}

.ajax-cart__modal-wrapper .ajax-cart__button-submit {
    margin-bottom: 0;
}

.ajax-cart__modal-wrapper .ajax-cart__button-view_cart {
    margin-bottom: 5px;
}

@media (min-width: 740px ) {
    .ajax-cart__modal-wrapper .ajax-cart__item-image,
    .ajax-cart__modal-wrapper .ajax-cart__item-price,
    .ajax-cart__modal-wrapper .ajax-cart__item-qty,
    .ajax-cart__modal-wrapper .ajax-cart__item-line-price {
        grid-column: auto / span 2;
        width: 100%;
    }

    .ajax-cart__modal-wrapper .ajax-cart__item-details {
        grid-column: auto / span 4;
        width: 100%;
    }

    .ajax-cart__modal-wrapper .ajax-cart__info-wrapper {
        grid-column: auto / span 6;
        width: 100%;
    }

    .ajax-cart__modal-wrapper .ajax-cart__summary-wrapper {
        grid-column: auto / span 6;
        width: 100%;
    }
}

@media (max-width: 739px) {
    .ajax-cart__modal-wrapper .ajax-cart__item-image {
        grid-column: auto / span 4;
        width: 100%;
    }

    .ajax-cart__modal-wrapper .ajax-cart__item-price,
    .ajax-cart__modal-wrapper .ajax-cart__item-line-price {
        grid-column: auto / span 3;
        width: 100%;
        text-align: center;
    }

    .ajax-cart__modal-wrapper .ajax-cart__item-qty {
        grid-column: auto / span 6;
        width: 100%;
    }

    .ajax-cart__modal-wrapper .ajax-cart__item-details {
        grid-column: auto / span 8;
        width: 100%;
    }

    .ajax-cart__modal-wrapper .ajax-cart__info-wrapper {
        grid-column: auto / span 12;
        width: 100%;
    }

    .ajax-cart__modal-wrapper .ajax-cart__summary-wrapper {
        grid-column: auto / span 12;
        width: 100%;
    }

    .ajax-cart__modal-wrapper .ajax-cart__item-quantity {
        text-align: center;
    }

    #modal-ajax-cart .modal__inner-wrapper {
        padding: 20px 10px 20px 10px !important;
        overflow: auto;
    }
}

/* Shipping Calculator */
.ajax-cart__modal-wrapper .ajax-cart__accordion--shipping-calc,
.ajax-cart__drawer-wrapper .ajax-cart__accordion--shipping-calc {
    display: none;
}

.shipping-calc__response--wrapper {
    border: 1px solid var(--dotted-color);
    margin-top: 15px;
    padding: 20px;
    font-size: var(--font-size);
}

.shipping-calc__rate {
    font-size: var(--font-size);
}


/*
 * New Accordion Styles
 */

/*
 * Base styles
 */
.c-accordion {
}

.c-accordion__item {
}

.c-accordion__header {
}

.c-accordion__button {
}

.c-accordion .dropdown-arrow {
    cursor: pointer;
}

.c-accordion__panel {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
}

.c-accordion__panel.is-active {
    max-height: 99em;
    transition: max-height 0.35s ease-in-out;
}

/* add extra bottom padding for active panels */
.c-accordion--custom-page .c-accordion__inner {
    padding-bottom: 10px;
}


/*
 * Custom Page Template Accordion
 */

.c-accordion.c-accordion--custom-page {
    color: var(--text-color);
}


.c-accordion.c-accordion--product .c-accordion__header,
.c-accordion.c-accordion--custom-page .c-accordion__header {
    display: flex;
    width: 100%;
    font-weight: 600;
    overflow: hidden;
    line-height: 1;
    cursor: pointer;
    padding: 10px;
    background: var(--background);
    color: var(--text-color);
    border-bottom: 1px solid var(--dotted-color);
    height: unset !important;
}

.c-accordion.c-accordion--product .c-accordion__header .dropdown-arrow,
.c-accordion.c-accordion--custom-page .c-accordion__header .dropdown-arrow {
    margin-left: auto;
    transform: rotate(0deg);
    transition: transform 0.35s ease;
}

/* rotate arrow when active */
.c-accordion.c-accordion--product .c-accordion__header[aria-expanded="true"] .dropdown-arrow,
.c-accordion.c-accordion--custom-page .c-accordion__header[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(180deg);
    transition: transform 0.35s ease;
}

.c-accordion.c-accordion--product .c-accordion__panel,
.c-accordion.c-accordion--custom-page .c-accordion__panel {
    padding: 0 10px;
}


/*
 * Accordion Menu
 */

.c-accordion.c-accordion--mobile-nav {
    list-style: none;
    margin: 0;
}

.c-accordion.c-accordion--mobile-nav.c-accordion--mobile-nav__inner {
}

.c-accordion.c-accordion--mobile-nav:not(.c-accordion--mobile-nav__inner) {
    padding: 10px;
}

.c-accordion.c-accordion--mobile-nav li:not(.c-accordion__panel) {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid;
}

.c-accordion.c-accordion--mobile-nav .c-accordion__panel {
    padding: 0 0 0 10px;
}

/* add more bottom padding on active panel */
.c-accordion.c-accordion--mobile-nav .c-accordion__panel.is-active {
    padding: 0 0 20px 10px;
}

.c-accordion.c-accordion--mobile-nav .c-accordion__header {
    display: flex;
}

/*
 * 2. override button styles
 * 3. add from existing styles
 */
.c-accordion.c-accordion--mobile-nav .dropdown-arrow {
    /* 2. */
    border: none;
    background: transparent;
    display: unset !important;
    margin-bottom: unset;
    line-height: unset;
    height: unset;
    width: unset;
    max-width: unset;
    transition: unset;
    /* 3. */
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid;
}

/* not active */
.c-accordion.c-accordion--mobile-nav .dropdown-arrow > i {
    transform: rotate(0);
    transition: transform 0.35s ease;
}

/* active */
.c-accordion.c-accordion--mobile-nav .dropdown-arrow[aria-expanded="true"] > i {
    transform: rotate(180deg);
    transition: transform 0.35s ease;
}

.c-accordion.c-accordion--mobile-nav .c-accordion__header .dropdown-arrow {
    margin-left: auto;
}

/* remove all list margins */
.c-accordion.c-accordion--mobile-nav ul {
    margin: 0;
    list-style: none;
}

/* Product Quickview */
.product-listing__quickview-trigger {
    display: none;
    position: absolute;
    bottom: 10%;
    left: 10%;
    width: 80%;
    text-align: center;
    font-size: 10px;
    background: var(--button-hover);
    color: var(--button-text);
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    -webkit-transition: background .5s ease, color .5s ease;
    -moz-transition: background .5s ease, color .5s ease;
    -o-transition: background .5s ease, color .5s ease;
    transition: background .5s ease, color .5s ease;
    -webkit-appearance: none;
    z-index: 5;
}

.theme-buttons-curved .product-listing__quickview-trigger {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.product-listing__quickview-trigger:hover {
    background: var(--button-hover);
    color: var(--button-text);
}

.product-listing__quickview-trigger:visited {
    background: var(--button-hover);
    color: var(--button-text);
}

.slideout__trigger-quickview__wrapper {
    position: fixed;
    right: 2px;
    z-index: 1;
    background: var(--background);
}

.product-quickview__form-wrapper .flickity-button {
    z-index: 100;
}

.product__quickview-wrapper #thumbnails {
    display: none;
}

.modal-quickview-cart {
    min-height: 640px;
}

#modal-quickview-cart .product__section-details {
    padding: 0 20px;
}

#modal-quickview-cart .product__section-content {
    padding: 0;
}

#modal-quickview-cart .product__section-details form {
    border-bottom: none;
}

#modal-quickview-cart .product__section-details,
#modal-quickview-cart .product-description {
    text-align: left !important;
}

#modal-quickview-cart .price {
    align-items: flex-start !important;
}

@media (min-width: 740px ) {
    .slideout__trigger-quickview__wrapper {
        top: 0;
    }

    #modal-quickview-cart .product-quickview__container {
        overflow-y: auto;
        max-height: 800px;
        margin: 12px;
    }

    .product-quickview__container .product__section-container {
        grid-template-columns: 5fr 5fr;
        grid-column-gap: 40px;
    }

    #modal-quickview-cart .modal__inner-wrapper {
        padding: 10px !important;
    }
}

#modal-quickview-cart .product__section-images {
    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 3s; /* don't forget to set a duration! */
}

#modal-quickview-cart .product__section-content {
    animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s; /* don't forget to set a duration! */
}

@media (max-width: 739px ) {
    .slideout__trigger-quickview__wrapper {
        top: 20px;
    }

    #modal-quickview-cart .product-quickview__container {
        overflow-y: auto;
        max-height: 560px;
        margin: 10px;
        padding-right: 10px;
    }
}

/* ---- Product page image gallery ---- */

a.zoom_btn:after {
    content: "\f00e";
    font-family: 'FontAwesome';
    font-size: 15px;
}

/* ---- Scrollup ---- */

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    transform: translateY(100px);
    transition: all .5s ease;
    text-align: center;
}

.scrollup i {
    color: var(--footer-text);
}

.scrollup:hover {
    text-decoration: none;
}

.scrollup.showBtn {
    opacity: 0.4;
    transform: translateY(0);
}

.scrollup:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: opacity 1000ms ease-in-out;
    -moz-transition: opacity 1000ms ease-in-out;
    -o-transition: opacity 1000ms ease-in-out;
    -ms-transition: opacity 1000ms ease-in-out;
    transition: opacity 1000ms ease-in-out;
}


@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}


/* form patch.css */
#search-bar {
    text-align: center;
}

#search-bar #q {
    margin-left: auto;
    margin-right: auto;
}

.mobile-menu__social i {
    color: #000;
}

.mobile-menu__social i:hover {
    color: #313131;
}

.mobile-menu {
    background: #fff;
    height: 100vh;
}

.mobile-menu__search input,
.slideout__drawer-left {
    background: #fff;
}

.mobile-menu .accordion__toggle,
.mobile-menu .accordion__toggle-2,
.mobile-menu .mobile-menu__item {
    border-bottom: 1px solid #000;
}

.mobile-menu__accordion > .mobile-menu__item:first-child,
.mobile-menu__cart-icon,
.mobile-menu__search form input {
    border-color: #000;
}

.accordion__toggle-2:after,
.accordion__toggle:after,
.mobile-menu .accordion__submenu-1 a,
.mobile-menu .accordion__submenu-2 a,
.mobile-menu .accordion__toggle a,
.mobile-menu .accordion__toggle-2 a,
.mobile-menu .mobile-menu__item a,
.mobile-menu .mobile-menu__item i,
.mobile-menu__cart-status a,
.mobile-menu__featured-text p,
.mobile-menu__search input,
.mobile-menu__search input:focus {
    color: #000;
}

.mobile-menu__search ::-webkit-input-placeholder {
    color: #000;
}

.mobile-menu__search :-moz-placeholder {
    color: #000;
}

.mobile-menu__search ::-moz-placeholder {
    color: #000;
}

.mobile-menu__search :-ms-input-placeholder {
    color: #000;
}

.accordion__toggle-2:after,
.mobile-menu .accordion__submenu-1 a,
.mobile-menu .accordion__submenu-2 a,
.mobile-menu .accordion__toggle-2 a {
    opacity: 0.9;
}

.mobile-menu .slideout__trigger-mobile-menu .icn-close:after,
.mobile-menu .slideout__trigger-mobile-menu .icn-close:before {
    border-color: #000 !important;
}

.accordion__toggle-2:after,
.accordion__toggle:after {
    border-left: 1px solid #000;
}

.c-accordion.c-accordion--mobile-nav .dropdown-arrow,
.c-accordion.c-accordion--mobile-nav a {
    color: #000;
}

.c-accordion.c-accordion--mobile-nav .dropdown-arrow,
.c-accordion.c-accordion--mobile-nav li:not(.c-accordion__panel) {
    border-color: #000;
}

@media screen and (min-width: 740px) {
    #logo img {
        max-width: 230px;
    }
}

#hello p, ul#cart li a {
    font-size: 14px;
    margin-bottom: 0;
}

.navigation {
    border-top: 1px solid var(--nav-border-color);
    border-bottom: 1px solid var(--nav-border-color);
}

.navigation__menuitem {
    line-height: 60px;
}

@media only screen and (min-width: 980px) {
    .navigation--sticky.navigation + .header-spacer {
        margin-top: 60px;
    }
}

.dropdown,
.megamenu {
    top: 60px;
}

@media screen and (max-width: 980px) {
    div#upper-content {
        width: 100%;
    }
}

@media screen and (max-width: 740px) {
    .header-wrapper {
        margin-top: 110px;
    }
}


@media (min-width: 980px) {
    .footer-block.footer-block-1 {
        flex-grow: 2;
        flex-basis: 400px;
    }
}

.footer-block.footer-block-1 .logo-image {
    max-width: 300px;
    width: 300px;
}

@media (min-width: 980px) {
    .footer-block.footer-block-2 {
        flex-grow: 1;
        flex-basis: 180px;
    }
}

@media (max-width: 740px) {
    .footer-block.footer-block-2 {
        display: inline-block;
        width: 49%;
        margin-top: 40px;
    }
}

@media (min-width: 980px) {
    .footer-block.footer-block-3 {
        flex-grow: 1;
        flex-basis: 180px;
    }
}

@media (max-width: 740px) {
    .footer-block.footer-block-3 {
        display: inline-block;
        width: 49%;
        margin-top: 40px;
    }
}

@media (min-width: 980px) {
    .footer-block.footer-block-4 {
        flex-grow: 2;
        flex-basis: 400px;
    }
}

@media (max-width: 740px) {
    .footer-block.footer-block-4 {
        margin-top: 40px;
    }
}


svg.payment-icon {
    filter: grayscale(1);
}

#footer-wrapper {
    text-align: left;
}

@media (min-width: 980px) {
    #footer {
        display: flex;
    }

    .footer-block + .footer-block {
        margin-left: 3%;
    }
}

div#bottom-footer {
    display: flex;
    margin: 0 auto;
    padding-top: 32px;
    border-top: 1px solid transparent;
    margin-top: 64px;
    align-items: flex-end;
}

div#bottom-footer .footer-left {
    width: 50%;
    text-align: left;
}

div#bottom-footer .footer-right {
    width: 50%;
    text-align: right;
}

div#bottom-footer #copy p {
    text-align: left;
    margin: 0;
}

div#bottom-footer #payment {
    text-align: right;
    margin-top: 16px;
}

div#bottom-footer .selectors-form {
    justify-content: flex-end;
    margin: 0;
}

div#bottom-footer #footer-icons {
    margin: 0;
}

div#bottom-footer #footer-icons i {
    font-size: 19px;
}

div#bottom-footer div#copy {
    margin-top: 21px;
    text-transform: capitalize;
}

@media (min-width: 980px) {
    #footer #payment {
        text-align: left;
    }

    #footer ul#footer-icons {
        text-align: left;
    }

    #footer ul#footer-icons li:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    #footer .selectors-form {
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
}

@media (max-width: 740px) {
    div#bottom-footer {
        flex-wrap: wrap;
    }

    div#bottom-footer .footer-left {
        width: 100%;
        text-align: left;
        order: 2;
        margin-top: 31px;
    }

    div#bottom-footer .footer-right {
        width: 100%;
        text-align: left;
        order: 1;
    }

    div#bottom-footer .selectors-form {
        justify-content: flex-start;
        margin: 0;
    }

    div#bottom-footer #payment {
        text-align: left;
    }

    div#bottom-footer .footer-section .disclosure__toggle {
        height: 44px;
        width: 80px;
    }

    section.footer-block {
        vertical-align: top;
    }
}

.megamenu__children {
    margin: 0 20px;
}


.gallery__item.item-footer-content-promotion .gallery__item-caption {
    text-align: center;
}

.gallery__item.item-footer-content-promotion .gallery__item-container h3,
.gallery__item.item-footer-content-promotion .gallery__item-container p {
    color: #ffffff;
}


.gallery__item.floating__text.item-footer-content-promotion .gallery__item-container .gallery__item-caption,
.gallery__item.floating__text.item-footer-content-promotion .gallery__item-container .gallery__item-caption > a {
    position: absolute;
    top: 86%;
    left: 50%;
    -webkit-transform: translate(-50%, -86%);
    -ms-transform: translate(-50%, -86%);
    -moz-transform: translate(-50%, -86%);
    -o-transform: translate(-50%, -86%);
    transform: translate(-50%, -86%);
}

.gallery__item.item-footer-content-promotion .gallery__item-btn-wrapper a {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    color: #ffffff;
}

.gallery__item.item-footer-content-promotion .gallery__item-btn-wrapper a:hover {
    color: rgba(0, 0, 0, 0)
}

#section-footer-content-promotion .gallery__item .gallery__item-container h3 {
    font-size: 22px;
}

#section-footer-content-promotion .gallery__item .gallery__item-container p {
    font-size: 14px;
}

#section-footer-content-promotion .gallery__item > a {
    display: inline-block;
    width: 100%;
    padding: 1px;
}

.content__promotion-section-content-promotion,
.content__promotion-section-content-promotion .section-title.lines h3 {
    background: #eddfd4;
    color: #000000;
}

.blog__article-container.blog__article-container-index {
    grid-template-columns: repeat(2, 1fr);
}


#featured_collection_index_newest.featured__collection-carousel .featured__collection-product {
    width: 25%;
    box-sizing: border-box !important
}

#section-blog-list .collection-banner {
    height: 500px;
    overflow: hidden;
}

#section-blog-list .collection-banner .box-ratio {
    padding-bottom: 500px !important;
}

#section-blog-list .collection-banner img {
    object-fit: cover;
    object-position: center center;
    height: 500px;
}

#section-blog-list .blog__article-container {
    grid-template-columns: repeat(3, 1fr);
}


#section-category-list .collection__list-loop {
    grid-template-columns: repeat(3, 1fr);
}

#section-product-list .styled-select {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#thumb-slider-wrapper .hide {
    display: none !important;
}


.order-info__drawer-wrapper .ajax-cart__item-image {
    grid-column: auto / span 3;
    width: 100%;
}

.order-info__drawer-wrapper .ajax-cart__item-image img {
    margin: auto;
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.order-info__drawer-wrapper .ajax-cart__item-price,
.order-info__drawer-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 3;
    width: 100%;
    text-align: center;
}

.order-info__drawer-wrapper .ajax-cart__item-qty {
    grid-column: auto / span 1;
    width: 100%;
}

.order-info__drawer-wrapper .ajax-cart__item-details {
    grid-column: auto / span 5;
    width: 100%;
}


#pagination .pagination {
    margin: 0;
}

#pagination .pager {
    margin: 0;
}

#pagination li {
    margin: 0 .4em;
    display: inline-block;
}

#pagination li > a,
#pagination li > span {
    width: 38px;
    border: 1px solid #ddd;
    text-align: center !important;
    height: 38px;
    line-height: 36px;
    display: inline-block;
}

#pagination .pagination .active span {
    background-color: #eddfd4;
    border: none;
}

#pagination .pagination .disabled {
    display: none;
}

.header_account:hover .header_account-popover {
    display: block !important;
}
.header_account-gover:hover .header_account-popover2 {
    display: block !important;
}

.header_account-popover {
    min-width: 126px;
    max-width: 200px;
    color: #000;
    background: #197bbd;
    position: absolute;
    z-index: 9;
    top: 40px;
    text-align: left;
    font-size: .875rem;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    line-height: 38px;
    white-space: nowrap;
}
.header_account-popover2 {
    min-width: 126px;
    max-width: 200px;
    color: #000;
    background: #197bbd;
    position: absolute;
    z-index: 9;
    top: 40px;
    text-align: left;
    font-size: .875rem;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    line-height: 38px;
    white-space: nowrap;
}

.header_account {
    position: relative;
}

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

.header_account .header_popover-item {
    line-height: 2.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block !important;
    padding: 0 !important;
}

.header_account .header_popover-item:hover {
    background-color: #977a66;
}


.header_account .header_popover-item a, .header_account .header_popover-item div {
    color: inherit;
    display: inline-block;
    padding: 0 1.25rem;
    width: 100%;
}

.header_logout_border {
    padding: 0 !important;
    color: #fff !important;
    border-top: 1px solid #d4d4d4;
}

.alert-dismissable .close, .alert-dismissible .close {
    width: 25px;
    height: 25px;
}

.discounts .title .glyphicon-tags{
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    filter:FlipH;
}
/* 结账页面弹窗样式 */
.policy_dialog .el-dialog__headerbtn:hover{
    background-color: inherit;
    
}
.policy_dialog .el-dialog__headerbtn:hover .el-dialog__close{
    color: #000;
}
.policy_dialog .el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close:hover{
    color: #000;
}
.order-info-wrapper .ajax-cart__item-image{
    margin-right: 30px;
    width: auto;
    text-align: left;
}
.ajax-cart__title a{
    color: #197bbd;
}
#preferential-wrapper .coupon-apply-button-btn{
    background-color: var(--button-color);
}
#preferential-wrapper .coupon-apply-button-btn:hover{
    background-color: var(--button-hover);
}
#preferential-wrapper .coupon-apply-button-btn[disabled]{
    background-color: #C8C6DB;
    opacity: .5;
}
#preferential-wrapper .coupon-apply-button-btn[disabled]:hover{
    background-color: #C8C6DB;
    opacity: .5;
    transform: none;
}
.form-group input{
    text-indent: 0;
}
.phone-wrapper .form-group label{
    color: #999;
    font-size: calc(var(--font-size) - 2px);
}
.phone-wrapper input[type=button],#preferential-wrapper .coupon-apply-button-btn,.ajax-cart__item-image img{
    border-radius: 4px;
}
.site-wrap a:visited,.site-wrap a{
    color: var(--button-color) !important;
}
.site-wrap a{
    transition:none;
}
.site-wrap a:focus, .site-wrap a:hover{
    color: var(--button-hover);
}
.price-unit-price{
    color: #000 !important;
}
.go-crad-wrapper a{
    color: var(--button-color);
}
input:checked{
    color: #197bbd;
}
.phone-wrapper .form-group select,.phone-wrapper .form-group input{
    color: #000;
}
.footer-wrapper .panel-body{
    padding: 10px 0;
}
.form-group .text-danger{
    color:red;
}
.has-error .form-control{
    border-color: red !important;
}
.site-wrap .form-control{
    font-size: 14px;
}
.shopping-cart-wrapper{
    background-color: #fafafa;
}
.shopping-cart-wrapper{
    padding:10px 15px;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.form-group{
    position: relative;
}
.form-group .select-arrow-dowm{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: bold;
    color: #9A9A9A;
}

.order-info-wrapper{
    margin-bottom: 20px;
}
.order-info-wrapper:last-child{
    margin-bottom: 10px;
}
.footer-policy{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-bottom: 45px;
    border-top:1px solid #eee;
    text-align: center;
}
.footer-policy>span{
    margin-right: 40px; 
    font-weight: inherit; 
    font-size: 1.4rem
}
.footer-policy>span>a{
    display: inline-block;
    margin-top:15px;
    cursor:pointer;
}
.phone-wrapper .clearfix .disabled:hover{
    background-color: var(--button-color);
}
.phone-wrapper .clearfix .disabled{
    opacity: 1;
}
.phone-wrapper .clearfix .disabled[disabled]{
    background-color: var(--button-color);
    opacity: 1;
}
.form-group .coupon-code-input{
    margin-bottom: 0;
}
.policy_dialog .el-dialog__headerbtn{
    right: 0;
}
.preview-custom-img-text{
    color: var(--button-color);
    cursor: pointer;
    text-decoration: underline;
    white-space: nowrap;
    user-select: none;
}
.preview-custom-img-mask-wrapper{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    user-select: none;
}
.preview-custom-img-mask{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.exit-preview-custom-mask{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.customize-wrapper{
    display: flex;
    white-space: nowrap;
}
.customize-text{
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.preview-custom-img-mask > img{
    max-width: 98%;
    max-height: 98%;
}
.real-total{
    font-size: 16px!important;
    display: flex;
    flex-direction: column;
    text-align: right;
    color: #999999;
    gap: 10px;
}
#content .right-wrapper{
    position: relative;
    border-left: 1px solid #d7d7d7;
    /* background-color: #fafafa; */
}
#content .right-wrapper::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 300%;
    z-index: -1;
    background-color: rgba(24,144,255,0.05);
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    #content .grid-border--right{
        padding: 0 20px !important;
    }
    .breadcrumb-wrapper{
        margin: 0px !important;
        text-align: left !important;
    }
    #content .right-wrapper{
        border: none !important;
        width: 100% !important;
        padding: 0 20px !important;
    }
    .gridlock .row .row{
        width: 100% !important;
        margin: 0px !important;
    }
    .gridlock .row{
        width: 100% !important;
    }
    .phone-wrapper .grid-border--right{
        width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
    .order-info-wrapper{
        padding: 15px 0 !important;
    }
    .order-info-wrapper{
        margin-bottom: 0;
    }
    .phone-wrapper .grid-border--right{
        padding:0 20px;
    }
    .contact-us-title{
        margin-top: 5px;
    }
    .phone-wrapper .right-wrapper{
        padding:0 20px;
        background-color: #fafafa;
    }
    .site-wrap .progress-bar-wrapper{
        margin: 0;
        padding: 15px 0;
    }
    .input-phone-num-wrapper .area-code-wrapper{
        border-right: 0;
    }
    #input-delivery-phone{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        /* border-left: 0; */
    }
    .footer-policy{
        justify-content: flex-start;
        padding-left: 20px;
    }
    .phone-wrapper .clearfix{
        width: 100%;
    }
    .phone-wrapper .form-group label{
        font-size: calc(var(--font-size) - 1px);
    }
    #content .right-wrapper{
        padding-left: 20px;
    }
    .ajax-cart__final-details div > p {
        font-size: calc(var(--font-size) - 2px);
    }
    .el-message-box__wrapper .el-message-box{
        width: 90%;
    }
    
    .Payment_type img{
        max-height: 50px !important;
    }
}
@media screen and (min-width: 768px) {
    .gridlock .row .row {
        display: flex;
        justify-content: center;
    }
    #content .grid-border--right{
        padding:56px 30px 0 0;
    }
    #content .right-wrapper{
        padding:56px 0 0 29px;
    }
    .breadcrumb-wrapper{
        margin: 22px 0 42px;
        text-align: center;
    }
    .Payment_type img{
        max-height: 34px;
    }
}

.site-wrap .form-group{
    margin-bottom: 18px;
}
.el-message-box__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.el-message-box__wrapper .el-button{
    padding: 9px 16px;
    width: fit-content;
    height: fit-content;
    background-color: var(--button-color);
}
.el-message-box__wrapper .el-button--primary:focus{
    color: #fff;
    background-color: #4667c8;
    border-color: #122b40;
}
.el-message-box__wrapper .el-button--primary:hover{
    color: var(--button-text);
    background: var(--button-hover);
}
.content-wrapper hr{
    border-color: #efefef;
}
#pc-show+hr{
    margin-top: 28px;
}
.shipping+hr{
    margin-top: 32px;
}

.swal-footer {
    text-align: center;padding: 20px 16px;
}
.swal-modal {
    width: 400px;
}
.swal-title{
    font-size: 18px;padding-top: 0;
}
.swal-text {
    font-size: 14px;text-align: center;margin-top: 10px;
}
.swal-icon {
    width: 60px;
    height: 60px;
}
.swal-icon--error__line {
    top: 27px;
}
.swal-icon--error__line--left {
    left: 7px;
}
.swal-icon--error__line--right {
    right: 7px;
}
.swal-button {
    background-color: #fff; color: #333;
    border: 1px solid #c4c3c3; border-radius: 4px !important;
    font-weight: normal;height: 40px;line-height: 40px;padding: 0px 24px;
}
.swal-button:not([disabled]):hover {
    background-color: #fff;color: #333;
}
.swal-button:active {
    background-color: #fff;
}
.swal-button:focus {
    box-shadow: none;
}
.pay_discount{
    position: absolute;
    top: 0rem;
    right: 0;
    padding: 2px 8px;
    background: red;
    color: #fff;
    border-radius: 10px 0 0 10px
}