﻿/*    
 1. - FRAMEWORK
 1.1 - Initialize
 1.2 - Settings
 1.3 - Grid
 1.4 - Utilities
 1.5 - Typography
 1.6 - Icons
 1.7 - Navigation
 1.8 - Slider
 1.9 - Forms & Tables

 2. - THEME
 2.1 - General
 2.2 - Header
 2.3 - Footer

 3. - PARTIALS
 3.1 - Searchbar
 3.2 - Product Grid
 3.3 - Breadcrumbs
 3.4 - Pagination
 3.5 - Rich Text Editor Content

 4. - TEMPLATES
 4.1 - Index
 4.2 - Collection List
 4.3 - Collection
 4.4 - Product
 4.5 - Page
 4.6 - Search
 4.7 - Blog & Article
 4.8 - Cart
 4.9 - Customer Accounts
*/
/*  1.1 - Initialize
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

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

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

[hidden] {
    display: none;
}

html {
    background: #fff;
    color: #000;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 16px;
}

a:focus {
    outline: thin dotted;
}

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

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

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

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

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

html, body {
    font-size: 100%;
}

body {
    background: white;
    color: #222222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
}

a:focus {
    outline: none;
}

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

object, embed {
    height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

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

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

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

.text-justify {
    text-align: justify !important;
}

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
    [class*="block-grid-"] {
        display: block;
        padding: 0;
        margin: 0 -10px;
        *zoom: 1;
    }

        [class*="block-grid-"]:before, [class*="block-grid-"]:after {
            content: " ";
            display: table;
        }

        [class*="block-grid-"]:after {
            clear: both;
        }

        [class*="block-grid-"] > li {
            display: inline;
            height: auto;
            float: left;
            padding: 0 10px 10px;
        }

    .small-block-grid-1 > li {
        width: 100%;
        padding: 0 10px 10px;
    }

        .small-block-grid-1 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .small-block-grid-2 > li {
        width: 50%;
        padding: 0 10px 10px;
    }

        .small-block-grid-2 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .small-block-grid-3 > li {
        width: 33.33333%;
        padding: 0 10px 10px;
    }

        .small-block-grid-3 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .small-block-grid-4 > li {
        width: 25%;
        padding: 0 10px 10px;
    }

        .small-block-grid-4 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .small-block-grid-5 > li {
        width: 20%;
        padding: 0 10px 10px;
    }

        .small-block-grid-5 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .small-block-grid-6 > li {
        width: 16.66667%;
        padding: 0 10px 10px;
    }

        .small-block-grid-6 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .small-block-grid-7 > li {
        width: 14.28571%;
        padding: 0 10px 10px;
    }

        .small-block-grid-7 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .small-block-grid-8 > li {
        width: 12.5%;
        padding: 0 10px 10px;
    }

        .small-block-grid-8 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .small-block-grid-9 > li {
        width: 11.11111%;
        padding: 0 10px 10px;
    }

        .small-block-grid-9 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .small-block-grid-10 > li {
        width: 10%;
        padding: 0 10px 10px;
    }

        .small-block-grid-10 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .small-block-grid-11 > li {
        width: 9.09091%;
        padding: 0 10px 10px;
    }

        .small-block-grid-11 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .small-block-grid-12 > li {
        width: 8.33333%;
        padding: 0 10px 10px;
    }

        .small-block-grid-12 > li:nth-of-type(n) {
            clear: none;
        }

        .small-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 768px) { /* Remove small grid clearing */
    .small-block-grid-1 > li:nth-of-type(1n+1) {
        clear: none;
    }

    .small-block-grid-2 > li:nth-of-type(2n+1) {
        clear: none;
    }

    .small-block-grid-3 > li:nth-of-type(3n+1) {
        clear: none;
    }

    .small-block-grid-4 > li:nth-of-type(4n+1) {
        clear: none;
    }

    .small-block-grid-5 > li:nth-of-type(5n+1) {
        clear: none;
    }

    .small-block-grid-6 > li:nth-of-type(6n+1) {
        clear: none;
    }

    .small-block-grid-7 > li:nth-of-type(7n+1) {
        clear: none;
    }

    .small-block-grid-8 > li:nth-of-type(8n+1) {
        clear: none;
    }

    .small-block-grid-9 > li:nth-of-type(9n+1) {
        clear: none;
    }

    .small-block-grid-10 > li:nth-of-type(10n+1) {
        clear: none;
    }

    .small-block-grid-11 > li:nth-of-type(11n+1) {
        clear: none;
    }

    .small-block-grid-12 > li:nth-of-type(12n+1) {
        clear: none;
    }

    .large-block-grid-1 > li {
        width: 100%;
        padding: 0 10px 10px;
    }

        .large-block-grid-1 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-1 > li:nth-of-type(1n+1) {
            clear: both;
        }

    .large-block-grid-2 > li {
        width: 50%;
        padding: 0 10px 10px;
    }

        .large-block-grid-2 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-2 > li:nth-of-type(2n+1) {
            clear: both;
        }

    .large-block-grid-3 > li {
        width: 33.33333%;
        padding: 0 10px 10px;
    }

        .large-block-grid-3 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-3 > li:nth-of-type(3n+1) {
            clear: both;
        }

    .large-block-grid-4 > li {
        width: 25%;
        padding: 0 10px 10px;
    }

        .large-block-grid-4 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-4 > li:nth-of-type(4n+1) {
            clear: both;
        }

    .large-block-grid-5 > li {
        width: 20%;
        padding: 0 10px 10px;
    }

        .large-block-grid-5 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-5 > li:nth-of-type(5n+1) {
            clear: both;
        }

    .large-block-grid-6 > li {
        width: 16.66667%;
        padding: 0 10px 10px;
    }

        .large-block-grid-6 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-6 > li:nth-of-type(6n+1) {
            clear: both;
        }

    .large-block-grid-7 > li {
        width: 14.28571%;
        padding: 0 10px 10px;
    }

        .large-block-grid-7 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-7 > li:nth-of-type(7n+1) {
            clear: both;
        }

    .large-block-grid-8 > li {
        width: 12.5%;
        padding: 0 10px 10px;
    }

        .large-block-grid-8 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-8 > li:nth-of-type(8n+1) {
            clear: both;
        }

    .large-block-grid-9 > li {
        width: 11.11111%;
        padding: 0 10px 10px;
    }

        .large-block-grid-9 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-9 > li:nth-of-type(9n+1) {
            clear: both;
        }

    .large-block-grid-10 > li {
        width: 10%;
        padding: 0 10px 10px;
    }

        .large-block-grid-10 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-10 > li:nth-of-type(10n+1) {
            clear: both;
        }

    .large-block-grid-11 > li {
        width: 9.09091%;
        padding: 0 10px 10px;
    }

        .large-block-grid-11 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-11 > li:nth-of-type(11n+1) {
            clear: both;
        }

    .large-block-grid-12 > li {
        width: 8.33333%;
        padding: 0 10px 10px;
    }

        .large-block-grid-12 > li:nth-of-type(n) {
            clear: none;
        }

        .large-block-grid-12 > li:nth-of-type(12n+1) {
            clear: both;
        }
}

[class*="column"] + [class*="column"]:last-child {
    float: left;
}

.row .row {
    padding: 0;
    margin: 0;
}

/* The Grid ---------------------- */
.lt-ie9 .row {
    width: 100%;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
}

    .lt-ie9 .row .row {
        width: auto;
        max-width: none;
        min-width: 0;
        margin: 0 -15px;
    }

    .lt-ie9 .row.large-collapse .column, .lt-ie9 .row.large-collapse .columns {
        padding: 0;
    }

    .lt-ie9 .row .row {
        width: auto;
        max-width: none;
        min-width: 0;
        margin: 0 -15px;
    }

        .lt-ie9 .row .row.large-collapse {
            margin: 0;
        }

.lt-ie9 .column, .lt-ie9 .columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}

    .lt-ie9 .column.large-centered, .columns.large-centered {
        float: none;
        margin: 0 auto;
    }

.lt-ie9 [class*="column"] + [class*="column"]:last-child {
    float: right;
}

.lt-ie9 [class*="column"] + [class*="column"].end {
    float: left;
}

.lt-ie9 .large-1, .lt-ie9 .row .large-1 {
    width: 8.33333%;
}

.lt-ie9 .large-2, .lt-ie9 .row .large-2 {
    width: 16.66667%;
}

.lt-ie9 .large-3, .lt-ie9 .row .large-3 {
    width: 25%;
}

.lt-ie9 .large-4, .lt-ie9 .row .large-4 {
    width: 33.33333%;
}

.lt-ie9 .large-5, .lt-ie9 .row .large-5 {
    width: 41.66667%;
}

.lt-ie9 .large-6, .lt-ie9 .row .large-6 {
    width: 50%;
}

.lt-ie9 .large-7, .lt-ie9 .row .large-7 {
    width: 58.33333%;
}

.lt-ie9 .large-8, .lt-ie9 .row .large-8 {
    width: 66.66667%;
}

.lt-ie9 .large-9, .lt-ie9 .row .large-9 {
    width: 75%;
}

.lt-ie9 .large-10, .lt-ie9 .row .large-10 {
    width: 83.33333%;
}

.lt-ie9 .large-11, .lt-ie9 .row .large-11 {
    width: 91.66667%;
}

.lt-ie9 .large-12, .lt-ie9 .row .large-12 {
    width: 100%;
}

.lt-ie9 .row .large-offset-1 {
    margin-left: 8.33333%;
}

.lt-ie9 .row .large-offset-2 {
    margin-left: 16.66667%;
}

.lt-ie9 .row .large-offset-3 {
    margin-left: 25%;
}

.lt-ie9 .row .large-offset-4 {
    margin-left: 33.33333%;
}

.lt-ie9 .row .large-offset-5 {
    margin-left: 41.66667%;
}

.lt-ie9 .row .large-offset-6 {
    margin-left: 50%;
}

.lt-ie9 .row .large-offset-7 {
    margin-left: 58.33333%;
}

.lt-ie9 .row .large-offset-8 {
    margin-left: 66.66667%;
}

.lt-ie9 .row .large-offset-9 {
    margin-left: 75%;
}

.lt-ie9 .row .large-offset-10 {
    margin-left: 83.33333%;
}

.lt-ie9 .pull-2 {
    right: 16.66667%;
}

.lt-ie9 .pull-3 {
    right: 25%;
}

.lt-ie9 .pull-4 {
    right: 33.33333%;
}

.lt-ie9 .pull-5 {
    right: 41.66667%;
}

.lt-ie9 .pull-6 {
    right: 50%;
}

.lt-ie9 .pull-7 {
    right: 58.33333%;
}

.lt-ie9 .pull-8 {
    right: 66.66667%;
}

.lt-ie9 .pull-9 {
    right: 75%;
}

.lt-ie9 .pull-10 {
    right: 83.33333%;
}

.lt-ie9 .push-2 {
    left: 16.66667%;
}

.lt-ie9 .push-3 {
    left: 25%;
}

.lt-ie9 .push-4 {
    left: 33.33333%;
}

.lt-ie9 .push-5 {
    left: 41.66667%;
}

.lt-ie9 .push-6 {
    left: 50%;
}

.lt-ie9 .push-7 {
    left: 58.33333%;
}

.lt-ie9 .push-8 {
    left: 66.66667%;
}

.lt-ie9 .push-9 {
    left: 75%;
}

.lt-ie9 .push-10 {
    left: 83.33333%;
}

/* Nicolas Gallagher's micro clearfix */
.lt-ie9 .row {
    *zoom: 1;
}

    .lt-ie9 .row:before, .row:after {
        content: " ";
        display: table;
    }

    .lt-ie9 .row:after {
        clear: both;
    }

    .lt-ie9 .row .row {
        margin: 0;
        padding: 0;
    }

/*  1.4 - Utilities
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Foundation Visibility HTML Classes */
.show-for-small, .show-for-medium-down, .show-for-large-down {
    display: inherit !important;
}

.show-for-medium, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-xlarge {
    display: none !important;
}

.hide-for-medium, .hide-for-medium-up, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
    display: inherit !important;
}

.hide-for-small, .hide-for-medium-down, .hide-for-large-down {
    display: none !important;
}

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
    display: table;
}

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
    display: table-header-group !important;
}

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
    display: table-row-group !important;
}

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
    display: table-row !important;
}

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, th.show-for-small, th.show-for-medium-down, th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge {
    display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
    .show-for-medium, .show-for-medium-up {
        display: inherit !important;
    }

    .show-for-small {
        display: none !important;
    }

    .hide-for-small {
        display: inherit !important;
    }

    .hide-for-medium, .hide-for-medium-up {
        display: none !important;
    }
    /* Specific visilbity for tables */
    table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
        display: table;
    }

    thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
        display: table-header-group !important;
    }

    tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
        display: table-row-group !important;
    }

    tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
        display: table-row !important;
    }

    td.show-for-medium, td.show-for-medium-up, td.hide-for-small, th.show-for-medium, th.show-for-medium-up, th.hide-for-small {
        display: table-cell !important;
    }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
    .show-for-large, .show-for-large-up {
        display: inherit !important;
    }

    .show-for-medium, .show-for-medium-down {
        display: none !important;
    }

    .hide-for-medium, .hide-for-medium-down {
        display: inherit !important;
    }

    .hide-for-large, .hide-for-large-up {
        display: none !important;
    }
    /* Specific visilbity for tables */
    table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
        display: table;
    }

    thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
        display: table-header-group !important;
    }

    tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
        display: table-row-group !important;
    }

    tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
        display: table-row !important;
    }

    td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down, th.show-for-large, th.show-for-large-up, th.hide-for-medium, th.hide-for-medium-down {
        display: table-cell !important;
    }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
    .show-for-xlarge {
        display: inherit !important;
    }

    .show-for-large, .show-for-large-down {
        display: none !important;
    }

    .hide-for-large, .hide-for-large-down {
        display: inherit !important;
    }

    .hide-for-xlarge {
        display: none !important;
    }
    /* Specific visilbity for tables */
    table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
        display: table;
    }

    thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
        display: table-header-group !important;
    }

    tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
        display: table-row-group !important;
    }

    tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
        display: table-row !important;
    }

    td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down, th.show-for-xlarge, th.hide-for-large, th.hide-for-large-down {
        display: table-cell !important;
    }
}
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape, .show-for-portrait {
    display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
    display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important;
    }
    /* Specific visilbity for tables */
    table.show-for-landscape, table.hide-for-portrait {
        display: table;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait, .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait, .show-for-landscape {
        display: none !important;
    }
    /* Specific visilbity for tables */
    table.show-for-portrait, table.hide-for-landscape {
        display: table;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
        display: table-cell !important;
    }
}
/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific visilbity for tables */
table.hide-for-touch {
    display: table;
}

.touch table.show-for-touch {
    display: table;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

/* Flex Video */
.flex-video {
    position: relative;
    padding-top: 2.08333em;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1.33333em;
    overflow: hidden;
}

    .flex-video.widescreen {
        padding-bottom: 57.25%;
    }

    .flex-video.vimeo {
        padding-top: 0;
    }

    .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.show-for-medium-only {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .show-for-medium-only {
        display: inherit !important;
    }
}

.lt-ie9 .hide-for-ie9-down, .lt-ie9 .hide-for-medium, .lt-ie9 .hide-for-medium-up {
    display: none !important;
}

.lt-ie9 .show-for-ie9-down, .lt-ie9 .show-for-medium, .lt-ie9 .show-for-medium-only, .lt-ie9 .show-for-medium-up {
    display: inherit !important;
}

.image-scale-hack {
    transform: rotate(0.0001deg);
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }

.all-caps {
    text-transform: uppercase;
}

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

    .plain-list li {
        margin-bottom: 5px;
    }

.hide {
    display: none;
}

.hide-until-js {
    display: none;
}

.no-js .hide-until-js {
    display: inherit;
}

.hide-for-js {
    display: none;
}

.no-js .hide-for-js {
    display: inherit;
}

.divider {
    border-top: 1px solid #6a6a6a;
}

.border-decoration {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 2.5em;
}

    .border-decoration:after {
        content: "";
        display: block;
        border-bottom: 1px solid #6a6a6a;
    }

/*  1.5 - Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.font-logo {
    font-family: 'Lato', sans-serif;
}

.font-nav {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

.font-accent {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500 !important;
}

.font-title {
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
}

.font-headings, .template-index .widgets .title {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    h1 a, h1 a:link, h1 a:visited, h1 a:hover, h2 a, h2 a:link, h2 a:visited, h2 a:hover, h3 a, h3 a:link, h3 a:visited, h3 a:hover, h4 a, h4 a:link, h4 a:visited, h4 a:hover, h5 a, h5 a:link, h5 a:visited, h5 a:hover, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
        color: #434343;
    }

p, ul, li, a {
    margin-top: 0;
}

blockquote {
    font-style: italic;
    color: #434343;
    padding-left: 20px;
    margin-left: 0;
    border-left: 2px solid #434343;
}

a, a:link, a:visited, a:hover {
    color: #434343;
    text-decoration: none;
}

    a:hover {
        color: #434343;
    }

.colored-links a, .colored-links a:link, .colored-links a:visited, .colored-links a:hover {
    color: #434343;
}

    .colored-links a:hover {
        color: #caeddb;
    }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading p, .wf-loading ul, .wf-loading li, .wf-loading a, .wf-loading blockquote {
    visibility: hidden;
}

/*  1.6 - Icons
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face {
    font-family: 'blockshop-icons';
    src: url('//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/blockshop-icons.eot?149');
    src: url('//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/blockshop-icons.eot?149?#iefix') format("embedded-opentype"), url('//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/blockshop-icons.woff?149') format("woff"), url('//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/blockshop-icons.ttf?149') format("truetype"), url('//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/blockshop-icons.svg?149') format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'blockshop-icons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.glyph {
    font-family: 'blockshop-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .glyph.arrow-right:before {
        content: "\e600";
    }

    .glyph.arrow-left:before {
        content: "\e601";
    }

    .glyph.zoom-in:before {
        content: "\e602";
    }

    .glyph.zoom-out:before {
        content: "\e603";
    }

    .glyph.radio-checked:before {
        content: "\e605";
    }

    .glyph.radio-unchecked:before {
        content: "\e606";
    }

    .glyph.feed:before {
        content: "\e60a";
    }

    .glyph.youtube:before {
        content: "\e60d";
    }

    .glyph.soundcloud:before {
        content: "\e607";
    }

    .glyph.menu:before {
        content: "\e626";
    }

    .glyph.minus:before {
        content: "\e616";
    }

    .glyph.plus:before {
        content: "\e617";
    }

    .glyph.cross:before {
        content: "\e618";
    }

    .glyph.arrow-down:before {
        content: "\e619";
    }

    .glyph.slider-left:before {
        content: "\e61a";
    }

    .glyph.slider-right:before {
        content: "\e61b";
    }

    .glyph.arrow-dropdown:before {
        content: "\e61c";
    }

    .glyph.list:before {
        content: "\e61d";
    }

    .glyph.tumblr:before {
        content: "\e61e";
    }

    .glyph.pinterest:before {
        content: "\e61f";
    }

    .glyph.facebook:before {
        content: "\e620";
    }

    .glyph.twitter:before {
        content: "\e621";
    }

    .glyph.vimeo:before {
        content: "\e622";
    }

    .glyph.googleplus:before {
        content: "\e623";
    }

    .glyph.linkedin:before {
        content: "\e624";
    }

    .glyph.instagram:before {
        content: "\e625";
    }

    .glyph.visa:before {
        content: "\e604";
    }

    .glyph.googlewallet:before {
        content: "\e608";
    }

    .glyph.discover:before {
        content: "\e609";
    }

    .glyph.paypal:before {
        content: "\e60b";
    }

    .glyph.diners:before {
        content: "\e60e";
    }

    .glyph.switch:before {
        content: "\e610";
    }

    .glyph.stripe:before {
        content: "\e611";
    }

    .glyph.moneybookers:before {
        content: "\e615";
    }

    .glyph.amex:before {
        content: "\e627";
    }

    .glyph.mastercard:before {
        content: "\e60c";
    }

    .glyph.account:before {
        content: "\e60f";
    }

    .glyph.search:before {
        content: "\e628";
    }

    .glyph.cart:before {
        content: "\e629";
    }

@font-face {
    font-family: 'payment-icons';
    src: url('//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/payment-icons.eot?149');
    src: url('//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/payment-icons.eot?149?#iefix') format("embedded-opentype"), url('//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/payment-icons.woff?149') format("woff"), url('//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/payment-icons.ttf?149') format("truetype"), url('//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/payment-icons.svg?149') format("svg");
    font-weight: normal;
    font-style: normal;
}

.payment-options .icon {
    font-family: 'payment-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.payment-options .icon-american_express:before {
    content: "\41";
}

.payment-options .icon-bitcoin:before {
    content: "\42";
}

.payment-options .icon-cirrus:before {
    content: "\43";
}

.payment-options .icon-dankort:before {
    content: "\64";
}

.payment-options .icon-diners_club:before {
    content: "\63";
}

.payment-options .icon-discover:before {
    content: "\44";
}

.payment-options .icon-fancy:before {
    content: "\46";
}

.payment-options .icon-google_wallet:before {
    content: "\47";
}

.payment-options .icon-interac:before {
    content: "\49";
}

.payment-options .icon-jcb:before {
    content: "\4a";
}

.payment-options .icon-maestro:before {
    content: "\6d";
}

.payment-options .icon-master:before {
    content: "\4d";
}

.payment-options .icon-paypal:before {
    content: "\50";
}

.payment-options .icon-stripe:before {
    content: "\53";
}

.payment-options .icon-visa:before {
    content: "\56";
}

/*  1.7 - Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Breadcrumbs */
.breadcrumbs {
    display: block;
    padding: 0.75em 1.16667em 0.75em;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-style: solid;
    border-width: 1px;
    background-color: #f6f6f6;
    border-color: gainsboro;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .breadcrumbs > * {
        margin: 0;
        float: left;
        font-size: 0.91667em;
        text-transform: uppercase;
        color: magenta;
    }

        .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
            text-decoration: underline;
        }

        .breadcrumbs > * a, .breadcrumbs > * span {
            text-transform: uppercase;
            color: magenta;
        }

        .breadcrumbs > *.current {
            cursor: default;
            color: #333333;
        }

            .breadcrumbs > *.current a {
                cursor: default;
                color: #333333;
            }

            .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
                text-decoration: none;
            }

        .breadcrumbs > *.unavailable {
            color: #999999;
        }

            .breadcrumbs > *.unavailable a {
                color: #999999;
            }

                .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
                    text-decoration: none;
                    color: #999999;
                    cursor: default;
                }

        .breadcrumbs > *:before {
            content: "/";
            color: #aaaaaa;
            margin: 0 1em;
            position: relative;
            top: 1px;
        }

        .breadcrumbs > *:first-child:before {
            content: " ";
            margin: 0;
        }

/* Inline Lists */
.inline-list {
    margin: 0 auto 1.41667em auto;
    margin-left: -1.83333em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .inline-list > li {
        list-style: none;
        float: left;
        margin-left: 1.83333em;
        display: block;
    }

        .inline-list > li > * {
            display: block;
        }

/* Pagination */
.pagination {
    display: block;
    height: 2em;
    margin-left: -0.41667em;
}

    .pagination li {
        display: block;
        float: left;
        height: 2em;
        color: #222222;
        font-size: 1.16667em;
        margin-left: 0.41667em;
    }

        .pagination li a {
            display: block;
            padding: 0.08333em 0.58333em 0.08333em;
            color: #999999;
        }

            .pagination li:hover a, .pagination li a:focus {
                background: #e6e6e6;
            }

        .pagination li.unavailable a {
            cursor: default;
            color: #999999;
        }

            .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
                background: transparent;
            }

        .pagination li.current a {
            background: magenta;
            color: white;
            font-weight: bold;
            cursor: default;
        }

            .pagination li.current a:hover, .pagination li.current a:focus {
                background: magenta;
            }

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

    .pagination-centered ul > li {
        float: none;
        display: inline-block;
    }

/* Side Nav */
.side-nav {
    display: block;
    margin: 0;
    padding: 1.16667em 0;
    list-style-type: none;
    list-style-position: inside;
}

    .side-nav li {
        margin: 0 0 0.58333em 0;
        font-size: 1.16667em;
    }

        .side-nav li a {
            display: block;
            color: magenta;
        }

        .side-nav li.active > a:first-child {
            color: #4d4d4d;
            font-weight: bold;
        }

        .side-nav li.divider {
            border-top: 1px solid;
            height: 0;
            padding: 0;
            list-style: none;
            border-top-color: #e6e6e6;
        }

/* Side Nav */
.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -0.33333em 0 1.5em;
    padding-top: 0.33333em;
    margin-right: 0;
    margin-left: -0.75em;
}

    .sub-nav dt, .sub-nav dd {
        float: left;
        display: inline;
        margin-left: 0.75em;
        margin-bottom: 0.83333em;
        font-weight: normal;
        font-size: 1.16667em;
    }

        .sub-nav dt a, .sub-nav dd a {
            color: #999999;
            text-decoration: none;
        }

        .sub-nav dt.active a, .sub-nav dd.active a {
            -webkit-border-radius: 1000px;
            border-radius: 1000px;
            font-weight: bold;
            background: magenta;
            padding: 0.25em 0.75em;
            cursor: default;
            color: white;
        }

/* Tooltips */
.has-tip {
    border-bottom: dotted 1px #cccccc;
    cursor: help;
    font-weight: bold;
    color: #333333;
}

    .has-tip:hover, .has-tip:focus {
        border-bottom: dotted 1px #990099;
        color: magenta;
    }

    .has-tip.tip-left, .has-tip.tip-right {
        float: none !important;
    }

.tooltip {
    display: none;
    position: absolute;
    z-index: 999;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.3;
    padding: 0.66667em;
    max-width: 85%;
    left: 50%;
    width: 100%;
    color: white;
    background: black;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .tooltip > .nub {
        display: block;
        left: 5px;
        position: absolute;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent black transparent;
        top: -10px;
    }

    .tooltip.opened {
        color: magenta !important;
        border-bottom: dotted 1px #990099 !important;
    }

.tap-to-close {
    display: block;
    font-size: 0.83333em;
    color: #888888;
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
    .tooltip > .nub {
        border-color: transparent transparent black transparent;
        top: -10px;
    }

    .tooltip.tip-top > .nub {
        border-color: black transparent transparent transparent;
        top: auto;
        bottom: -10px;
    }

    .tooltip.tip-left, .tooltip.tip-right {
        float: none !important;
    }

        .tooltip.tip-left > .nub {
            border-color: transparent transparent transparent black;
            right: -10px;
            left: auto;
            top: 50%;
            margin-top: -5px;
        }

        .tooltip.tip-right > .nub {
            border-color: transparent black transparent transparent;
            right: auto;
            left: -10px;
            top: 50%;
            margin-top: -5px;
        }
}

.tabs-wrapper.vertical {
    *zoom: 1;
    margin-bottom: 10px;
}

    .tabs-wrapper.vertical:after {
        content: "";
        display: table;
        clear: both;
    }

    .tabs-wrapper.vertical .headings {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        width: 100%;
        float: left;
    }

@media only screen and (min-width: 768px) {
    .tabs-wrapper.vertical .headings {
        width: 30%;
    }
}

.lt-ie9 .tabs-wrapper.vertical .headings {
    width: 30%;
}

.tabs-wrapper.vertical .headings > li {
    margin: 0;
}

.tabs-wrapper.vertical .headings .trigger {
    margin: 0;
    cursor: pointer;
    padding: 20px 30px;
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
}

    .tabs-wrapper.vertical .headings .trigger a, .tabs-wrapper.vertical .headings .trigger a:link, .tabs-wrapper.vertical .headings .trigger a:visited, .tabs-wrapper.vertical .headings .trigger a:hover {
        color: #434343;
    }

    .tabs-wrapper.vertical .headings .trigger .bg {
        z-index: -1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
        background: #717171;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }

        .tabs-wrapper.vertical .headings .trigger .bg:hover {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

.tabs-wrapper.vertical .headings li.active .trigger .bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.tabs-wrapper.vertical .tabs.content {
    float: left;
    width: 100%;
    overflow: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
}

@media only screen and (min-width: 768px) {
    .tabs-wrapper.vertical .tabs.content {
        width: 70%;
        padding: 0 20px;
    }
}

.lt-ie9 .tabs-wrapper.vertical .tabs.content {
    width: 70%;
    padding: 0 20px;
}

.tabs-wrapper.vertical .tabs.content > li {
    display: none;
}

    .tabs-wrapper.vertical .tabs.content > li.active {
        display: block;
    }

.tabs-wrapper.horizontal {
    overflow: hidden;
}

    .tabs-wrapper.horizontal .headings {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        width: 100%;
    }

        .tabs-wrapper.horizontal .headings > li {
            margin: 0;
        }

        .tabs-wrapper.horizontal .headings .trigger {
            margin: 0;
            cursor: pointer;
            padding: 20px 30px;
            position: relative;
            z-index: 0;
            float: left;
        }

            .tabs-wrapper.horizontal .headings .trigger a, .tabs-wrapper.horizontal .headings .trigger a:link, .tabs-wrapper.horizontal .headings .trigger a:visited, .tabs-wrapper.horizontal .headings .trigger a:hover {
                color: #434343;
            }

            .tabs-wrapper.horizontal .headings .trigger .bg {
                z-index: -1;
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
                opacity: 0.5;
                background: #717171;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                position: absolute;
            }

                .tabs-wrapper.horizontal .headings .trigger .bg:hover {
                    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                    opacity: 1;
                }

        .tabs-wrapper.horizontal .headings li.active .trigger .bg {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

    .tabs-wrapper.horizontal .tabs.content {
        *zoom: 1;
        clear: both;
        float: left;
        width: 100%;
        overflow: auto;
        padding: 20px 10px;
        margin: 0;
        list-style: none;
    }

        .tabs-wrapper.horizontal .tabs.content:after {
            content: "";
            display: table;
            clear: both;
        }

        .tabs-wrapper.horizontal .tabs.content > li {
            display: none;
        }

            .tabs-wrapper.horizontal .tabs.content > li.active {
                display: block;
            }

.accordion-wrapper {
    *zoom: 1;
    margin-bottom: 10px;
}

    .accordion-wrapper:after {
        content: "";
        display: table;
        clear: both;
    }

    .accordion-wrapper ul.accordion {
        margin: 0;
        padding: 0;
        float: left;
        list-style: none;
        width: 100%;
        float: left;
    }

        .accordion-wrapper ul.accordion > li {
            margin: 0;
        }

        .accordion-wrapper ul.accordion .trigger {
            margin: 0;
            cursor: pointer;
            padding: 20px 30px;
            position: relative;
            z-index: 0;
        }

            .accordion-wrapper ul.accordion .trigger a, .accordion-wrapper ul.accordion .trigger a:link, .accordion-wrapper ul.accordion .trigger a:visited, .accordion-wrapper ul.accordion .trigger a:hover {
                color: #434343;
            }

            .accordion-wrapper ul.accordion .trigger .bg {
                z-index: -1;
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
                opacity: 0.5;
                background: #717171;
                height: 100%;
                width: 100%;
                top: 0;
                left: 0;
                position: absolute;
            }

                .accordion-wrapper ul.accordion .trigger .bg:hover {
                    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
                    opacity: 1;
                }

        .accordion-wrapper ul.accordion li.active .trigger .bg {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

        .accordion-wrapper ul.accordion .content {
            display: none;
            padding: 20px 20px 0;
            margin: 0;
        }

/*  1.8 - Slider
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*  	Core Owl Carousel CSS File 	v1.24 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/grabbing.png?149) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    /* Styling Next and Prev buttons */
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
        text-decoration: none;
    }

    /* Styling Pagination*/
    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100); /*IE7 fix*/
            opacity: 1;
        }

        /* If PaginationNumbers is true */
        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/AjaxLoader.gif?149) no-repeat center center;
}

.owl-carousel .owl-wrapper-outer {
    z-index: 1;
}

.owl-carousel .owl-pagination {
    z-index: 2;
}

/*  1.9 - Forms & Tables
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
button, .button, .buttongrey {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1.66667em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.08333em;
    padding-left: 2em;
    font-size: 1em;
    background-color: magenta;
    border-color: #cc00cc;
    color: white;
}

    button:hover, button:focus, .button:hover, .button:focus {
        background-color: #cc00cc;
    }

    button:hover, button:focus, .button:hover, .button:focus {
        color: white;
    }

    button.secondary, .button.secondary {
        background-color: #e9e9e9;
        border-color: #d0d0d0;
        color: #333333;
    }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            background-color: #d0d0d0;
        }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            color: #333333;
        }

    button.success, .button.success {
        background-color: #5da423;
        border-color: #457a1a;
        color: white;
    }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            background-color: #457a1a;
        }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            color: white;
        }

    button.alert, .button.alert {
        background-color: #c60f13;
        border-color: #970b0e;
        color: white;
    }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            background-color: #970b0e;
        }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            color: white;
        }

    button.large, .button.large {
        padding-top: 1.33333em;
        padding-right: 2.66667em;
        padding-bottom: 1.41667em;
        padding-left: 2.66667em;
        font-size: 1.66667em;
    }

    button.small, .button.small {
        padding-top: 0.75em;
        padding-right: 1.5em;
        padding-bottom: 0.83333em;
        padding-left: 1.5em;
        font-size: 1.08333em;
    }

    button.tiny, .button.tiny {
        padding-top: 0.58333em;
        padding-right: 1.16667em;
        padding-bottom: 0.66667em;
        padding-left: 1.16667em;
        font-size: 0.91667em;
    }

    button.expand, .button.expand {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }

    button.left-align, .button.left-align {
        text-align: left;
        text-indent: 1em;
    }

    button.right-align, .button.right-align {
        text-align: right;
        padding-right: 1em;
    }

    button.disabled, button[disabled], .button.disabled, .button[disabled] {
        background-color: magenta;
        border-color: #cc00cc;
        color: white;
        cursor: default;
        opacity: 0.6;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #cc00cc;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            color: white;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: magenta;
        }

        button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
            background-color: #e9e9e9;
            border-color: #d0d0d0;
            color: #333333;
            cursor: default;
            opacity: 0.6;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #d0d0d0;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                color: #333333;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #e9e9e9;
            }

        button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
            background-color: #5da423;
            border-color: #457a1a;
            color: white;
            cursor: default;
            opacity: 0.6;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #457a1a;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                color: white;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #5da423;
            }

        button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
            background-color: #c60f13;
            border-color: #970b0e;
            color: white;
            cursor: default;
            opacity: 0.6;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #970b0e;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                color: white;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #c60f13;
            }

button, .button, .buttongrey {
    padding-top: 1.08333em;
    padding-bottom: 1em;
}

    button.tiny, .button.tiny, .buttongrey.tiny {
        padding-top: 0.66667em;
        padding-bottom: 0.58333em;
    }

    button.small, .button.small, .buttongrey.small {
        padding-top: 0.83333em;
        padding-bottom: 0.75em;
    }

    button.large, .button.large, .buttongrey.large {
        padding-top: 1.375em;
        padding-bottom: 1.375em;
    }

@media only screen {
    button, .button, .buttongrey {
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
        -webkit-transition: background-color 300ms ease-out;
        -moz-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
    }

        button:active, .button:active, .buttongrey:active {
            -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
        }

        button.radius, .button.radius, .buttongrey.radius {
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

        button.round, .button.round, .buttongrey.round {
            -webkit-border-radius: 1000px;
            border-radius: 1000px;
        }
}

@media only screen and (min-width: 768px) {
    button, .button .buttongrey {
        display: inline-block;
    }
}
/* Standard Forms */
form {
    margin: 0 0 0.83333em;
}


/* Label Styles */
label {
    font-size: 1.16667em;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 500;
    margin-bottom: 0.25em;
}

    label.right {
        float: none;
        text-align: right;
    }

    label.inline {
        margin: 0 0 0.83333em 0;
        padding: 0.58333em 0;
    }

/* Attach elements to the beginning or end of an input */
.prefix, .postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 1.16667em;
    height: 2.33333em;
    line-height: 2.33333em;
}

    /* Adjust padding, alignment and radius if pre/post element is a button */
    .postfix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.83333em;
    }

    .prefix.button {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        line-height: 2.83333em;
    }

        .prefix.button.radius {
            -webkit-border-radius: 0;
            border-radius: 0;
            -moz-border-radius-bottomleft: 3px;
            -moz-border-radius-topleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -webkit-border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

    .postfix.button.radius {
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .prefix.button.round {
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-bottomleft: 1000px;
        -moz-border-radius-topleft: 1000px;
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .postfix.button.round {
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-topright: 1000px;
        -moz-border-radius-bottomright: 1000px;
        -webkit-border-top-right-radius: 1000px;
        -webkit-border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
    }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
    background: #f2f2f2;
    border-color: #d9d9d9;
    border-right: none;
    color: #333333;
}

    span.prefix.radius {
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-topleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

span.postfix {
    background: #f2f2f2;
    border-color: #cccccc;
    border-left: none;
    color: #333333;
}

    span.postfix.radius {
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.input-group.round > *:first-child, .input-group.round > *:first-child * {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.input-group.round > *:last-child, .input-group.round > *:last-child * {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #434343;
    display: block;
    font-size: 1.16667em;
    margin: 0 0 0.83333em 0;
    padding: 0.41667em;
    height: 2.33333em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
        -webkit-box-shadow: 0 0 5px #999999;
        -moz-box-shadow: 0 0 5px #999999;
        box-shadow: 0 0 5px #999999;
        border-color: #999999;
    }

    input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
        background: #fafafa;
        border-color: #999999;
        outline: none;
    }

    input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="week"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
        background-color: #dddddd;
    }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 0.83333em 0;
}

/* Normalize file input width */
input[type="file"] {
    width: 100%;
}

/* We add basic fieldset styling */
fieldset {
    border: solid 1px #dddddd;
    padding: 1.66667em;
    margin: 1.5em 0;
}

    fieldset legend {
        font-weight: bold;
        background: white;
        padding: 0 0.25em;
        margin: 0;
        margin-left: -0.25em;
    }

/* Error Handling */
.error input, input.error, .error textarea, textarea.error {
    border-color: #c60f13;
    background-color: rgba(198, 15, 19, 0.1);
}

    .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
        background: #fafafa;
        border-color: #999999;
    }

.error label, label.error {
    color: #c60f13;
}

.error small, small.error {
    display: block;
    padding: 0.5em 0.33333em;
    margin-top: -1.25em;
    margin-bottom: 0.83333em;
    font-size: 1em;
    font-weight: bold;
    background: #c60f13;
    color: white;
}

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
    margin-left: -99999px;
    position: absolute;
    visibility: hidden;
}

form.custom .custom {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
    border: solid 1px #6a6a6a;
    background: white;
}

    form.custom .custom.checkbox {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        padding: -1px;
    }

    form.custom .custom.radio {
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
        padding: 3px;
    }

    form.custom .custom.checkbox:before {
        content: "";
        display: block;
        font-size: 16px;
        color: white;
    }

    form.custom .custom.radio.checked:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 1000px;
        border-radius: 1000px;
        background: #222222;
        position: relative;
    }

    form.custom .custom.checkbox.checked:before {
        content: "\00d7";
        color: #222222;
        position: absolute;
        top: -50%;
        left: 50%;
        margin-top: 4px;
        margin-left: -5px;
    }

/* Custom Select Options and Dropdowns */
form.custom { /* Custom input, disabled */
}

    form.custom .custom.dropdown {
        display: block;
        position: relative;
        top: 0;
        height: 2.33333em;
        margin-bottom: 1.66667em;
        margin-top: 0px;
        padding: 0px;
        width: 100%;
        background: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 1.16667em;
        vertical-align: top;
    }

        form.custom .custom.dropdown ul {
            overflow-y: auto;
            max-height: 200px;
        }

        form.custom .custom.dropdown .current {
            cursor: default;
            white-space: nowrap;
            line-height: 2.25em;
            color: #434343;
            text-decoration: none;
            overflow: hidden;
            display: block;
            margin-left: 0.41667em;
            margin-right: 2.33333em;
        }

        form.custom .custom.dropdown .selector {
            cursor: default;
            position: absolute;
            width: 2.08333em;
            height: 2.33333em;
            display: block;
            right: 0;
            top: 0;
        }

            form.custom .custom.dropdown .selector:after {
                content: "";
                display: block;
                content: "";
                display: block;
                width: 0;
                height: 0;
                border: inset 5px;
                border-color: #434343 transparent transparent transparent;
                border-top-style: solid;
                position: absolute;
                left: 0.625em;
                top: 50%;
                margin-top: -3px;
            }

        form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border: inset 5px;
            border-color: #434343 transparent transparent transparent;
            border-top-style: solid;
        }

        form.custom .custom.dropdown .disabled {
            color: #888888;
        }

            form.custom .custom.dropdown .disabled:hover {
                background: transparent;
                color: #888888;
            }

                form.custom .custom.dropdown .disabled:hover:after {
                    display: none;
                }

        form.custom .custom.dropdown.open ul {
            display: block;
            z-index: 10;
            min-width: 100%;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        form.custom .custom.dropdown.small {
            max-width: 134px;
        }

        form.custom .custom.dropdown.medium {
            max-width: 254px;
        }

        form.custom .custom.dropdown.large {
            max-width: 434px;
        }

        form.custom .custom.dropdown.expand {
            width: 100% !important;
        }

        form.custom .custom.dropdown.open.small ul {
            min-width: 134px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        form.custom .custom.dropdown.open.medium ul {
            min-width: 254px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        form.custom .custom.dropdown.open.large ul {
            min-width: 434px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        form.custom .custom.dropdown ul {
            position: absolute;
            width: auto;
            display: none;
            margin: 0;
            left: -1px;
            top: auto;
            -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
            margin: 0;
            padding: 0;
            background: #ffffff;
            border: solid 1px #6a6a6a;
            font-size: 12px;
        }

            form.custom .custom.dropdown ul li {
                color: #434343;
                font-size: 1.16667em;
                cursor: default;
                padding-top: 0.33333em;
                padding-bottom: 0.33333em;
                padding-left: 0.5em;
                padding-right: 3.16667em;
                min-height: 2em;
                line-height: 2em;
                margin: 0;
                white-space: nowrap;
                list-style: none;
            }

                form.custom .custom.dropdown ul li.selected {
                    background: #e7e7e7;
                    color: #434343;
                }

                form.custom .custom.dropdown ul li:hover {
                    background-color: #e7e7e7;
                    color: #434343;
                }

                form.custom .custom.dropdown ul li.selected:hover {
                    background: #e7e7e7;
                    cursor: default;
                    color: #434343;
                }

            form.custom .custom.dropdown ul.show {
                display: block;
            }

    form.custom .custom.disabled {
        background: #dddddd;
    }

/* Tables */
table {
    background: white;
    margin-bottom: 1.66667em;
    border: solid 1px #dddddd;
}

    table thead, table tfoot {
        background: whitesmoke;
        font-weight: bold;
    }

        table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
            padding: 0.66667em 0.83333em 0.83333em;
            font-size: 1.16667em;
            color: #222222;
            text-align: left;
        }

    table tr th, table tr td {
        padding: 0.75em 0.83333em;
        color: #222222;
    }

    table tr.even, table tr.alt, table tr:nth-of-type(even) {
        background: #f9f9f9;
    }

    table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
        display: table-cell;
        line-height: 1.5em;
    }

html.touch form.custom .dropdown {
    display: none;
}

form.custom .custom.dropdown {
    font-size: 1em;
}

    form.custom .custom.dropdown ul li {
        font-size: 1em;
    }

        form.custom .custom.dropdown ul li.disabled {
            text-decoration: line-through;
        }

select {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNy43cHgiIGhlaWdodD0iNC4zcHgiIHZpZXdCb3g9IjAgMCA3LjcgNC4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3LjcgNC4zIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03LjEsMC4xQzYuNywwLjUsMy45LDMuMiwzLjksMy4yUzEsMC41LDAuNiwwLjFTMCwwLjcsMCwwLjdsMy45LDMuNmwzLjgtMy42QzcuNywwLjcsNy41LTAuMyw3LjEsMC4xeiIvPg0KPC9zdmc+DQo=");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #ffffff;
    border: 1px solid;
    color: #434343;
    padding: 6px 10px;
    width: 100%;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #6a6a6a;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-transform: none;
    letter-spacing: 1px;
}

.ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    font-size: 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
    color: #434343;
    border: 1px solid #6a6a6a;
    letter-spacing: 0.8px;
    font-family: 'Lato', sans-serif !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
}

    input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
        background: #ffffff;
        color: #434343;
        border: 1px solid #6a6a6a;
    }

button, .button, a.button {
    background: #000000;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #6a6a6a;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
    border: 0;
    letter-spacing: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    button:focus, .button:focus, a.button:focus {
        background: #f6d3d1;
    }

    button:hover, .button:hover, a.button:hover {
        color: #4b4b4b;
        background: #eedcdb;
    }

    button.disabled, .button.disabled, a.button.disabled {
        background: #f6d3d1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

        button.disabled:hover, button.disabled:focus, .button.disabled:hover, .button.disabled:focus, a.button.disabled:hover, a.button.disabled:focus {
            background: #f6d3d1;
        }

    button.prefix, .button.prefix, a.button.prefix {
        line-height: 1;
    }


.buttongrey, a.buttongrey {
    background: #4b4b4b;
    color: #eedcdb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #4b4b4b;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 1em;
    text-transform: uppercase;
    border: 0;
    letter-spacing: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    .buttongrey:focus, a.buttongrey:focus {
        background: #f6d3d1;
    }

    .buttongrey:hover, a.buttongrey:hover {
        color: #eedcdb;
        background: #999999;
    }

    .buttongrey.disabled, a.buttongrey.disabled {
        background: #f6d3d1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

        .buttongrey.disabled:hover, .buttongrey.disabled:focus, a.buttongrey.disabled:hover, a.buttongrey.disabled:focus {
            background: #f6d3d1;
        }

    .buttongrey.prefix, a.buttongrey.prefix {
        line-height: 1;
    }




table {
    background: transparent;
    border: solid 1px #6a6a6a;
}

    table tr td {
        color: #434343;
    }

    table thead, table tfoot {
        background: #e7e7e7;
    }

        table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
            color: #434343;
        }

    table tr:nth-of-type(even) {
        background: #e7e7e7;
    }

@media only screen and (max-width: 768px) {
    table.responsive {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        clear: left;
        border: 0; /* Hide table headers (but not display: none;, for accessibility) */
    }

        table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
            display: block;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            clear: left;
        }

            table.responsive thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

        table.responsive tr {
            border: 1px solid #6a6a6a;
            padding: 15px;
        }

        table.responsive td {
            padding: 0;
            line-height: 1.6;
            border: none;
            border-bottom: 0;
            position: relative;
            padding: 5px 0;
        }

            table.responsive td:empty {
                padding: 0;
            }

            table.responsive td:before {
                display: block;
                font-weight: bold;
                word-wrap: break-word;
                max-width: 100%;
            }

            table.responsive td:before {
                content: attr(data-label);
            }
}
/*  2.1 - General
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html {
    margin: 0;
    padding: 0;
}

.error {
    color: #f6d3d1;
}

body {
    font-family: 'Lato', sans-serif;
    color: #434343;
    line-height: 1.6;
    /*font-size: 12px;*/
    letter-spacing: 1px;
}

.page-title {
    margin-bottom: 30px;
}

label {
    color: #434343;
}

.main-content {
    /*padding-top: 30px;*/
}



html, body { /* */
    background: #ffffff; /* */
}

/*  2.2 - Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.main-header {
    position: relative;
    z-index: 2;
    width: 100%;
}

    .main-header .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #ffffff;
    }

    .main-header .top.row {
        padding-top: 30px;
        padding-bottom: 20px;
        background: transparent;
        min-height: 50px;
    }

    .main-header .bottom-row {
        background: transparent;
        padding: 7px 0 24px 0;
        position: relative;
    }

        .main-header .bottom-row.hover {
            background: #434343;
            background: transparent;
        }

        .main-header .bottom-row .menu-container {
            display: none;
            padding: 0 120px 0 15px;
        }

@media only screen and (min-width: 768px) {
    .main-header .bottom-row .menu-container {
        width: 100%;
        display: block;
    }
}

.lt-ie9 .main-header .bottom-row .menu-container {
    width: 100%;
    display: block;
}

.main-header .bottom-row .menu-container.text-center {
    padding: 0 120px;
}

.main-header .bottom-row .menu-container .main-menu {
    display: inline-block;
}

    .main-header .bottom-row .menu-container .main-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .main-header .bottom-row .menu-container .main-menu li {
        display: inline-block;
    }

.main-header .bottom-row .cart-container {
    width: auto;
    position: absolute;
    right: 55px;
    padding: 0;
}

.main-header .main-menu-dropdown-panel {
    background: #434343;
    background: transparent;
    width: 100%;
    display: none;
    color: #434343;
}

    .main-header .main-menu-dropdown-panel a, .main-header .main-menu-dropdown-panel a:link, .main-header .main-menu-dropdown-panel a:visited, .main-header .main-menu-dropdown-panel a:hover {
        color: #434343;
    }

@media only screen and (min-width: 768px) {
    .main-header .main-menu-dropdown-panel {
        display: block;
    }
}

.lt-ie9 .main-header .main-menu-dropdown-panel {
    display: block;
}

.main-header .main-menu-dropdown-panel a.disabled {
    cursor: default;
}

.main-header .main-menu-dropdown-panel .sub-nav-item.columns {
    width: auto;
}

    .main-header .main-menu-dropdown-panel .sub-nav-item.columns.large-3 {
        width: 25%;
    }

.main-header .main-menu-dropdown-panel .columns {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: inline-block;
    float: none;
    vertical-align: top;
    padding-top: 15px;
}

.lt-ie9 .main-header .main-menu-dropdown-panel .columns {
    background-color: #ffffff;
}

.main-header .main-menu-dropdown-panel .row {
    display: none;
    padding-bottom: 40px;
}

.main-header .main-menu-dropdown-panel .title {
    margin: 0 0 25px 0;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #434343;
}

.main-header .main-menu-dropdown-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .main-header .main-menu-dropdown-panel ul li {
        padding-bottom: 10px;
    }

        .main-header .main-menu-dropdown-panel ul li a {
            color: #434343;
            color: #fff;
        }

.main-header .currency-selector {
    font-size: 12px;
    display: none;
    color: #434343;
}

    .main-header .currency-selector.left-aligned {
        margin-top: 7px;
        position: absolute;
        left: 40px;
        width: 200px;
        z-index: 1;
    }

    .main-header .currency-selector.right-aligned {
        width: auto;
        position: relative;
        display: inline-block;
    }

    .main-header .currency-selector.mobile {
        position: relative;
        display: block;
        z-index: 1;
        width: 84%;
        margin: 10px auto 0;
        border-top: 1px solid #434343;
        padding: 20px 0 10px;
        float: none;
        min-width: 290px;
    }

        .main-header .currency-selector.mobile .container {
            padding: 0 15px;
        }

        .main-header .currency-selector.mobile form {
            margin: 0;
        }

@media only screen and (min-width: 768px) {
    .main-header .currency-selector {
        display: block;
    }
}

.lt-ie9 .main-header .currency-selector {
    display: block;
}

.main-header .currency-selector .custom.dropdown {
    margin-top: -5px;
    width: 65px;
    float: left;
}

.main-header .currency-selector span {
    float: left;
    padding-right: 5px;
}

.main-header .currency-selector select {
    display: inline-block;
    width: auto;
    padding-right: 25px;
    margin-top: -5px;
}

@media only screen and (min-width: 768px) {
    .main-header .logo-center h1.title {
        text-align: center;
    }
}

.lt-ie9 .main-header .logo-center h1.title {
    text-align: center;
}

.main-header h1.title {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.33333em;
    margin: 0;
    display: block;
    color: #434343;
}

@media only screen and (min-width: 768px) {
    .main-header h1.title {
        text-align: left;
    }
}

.lt-ie9 .main-header h1.title {
    text-align: left;
}

.main-header h1.title a {
    color: #434343;
    display: inline-block;
    bottom: 5px;
    left: 0;
}

.main-header h1.title img {
    max-width: 100%;
    max-height: 100px;
}

.main-header .search-account {
    display: none;
    color: #434343;
    position: absolute;
    right: 40px;
    width: auto;
}

@media only screen and (min-width: 768px) {
    .main-header .search-account {
        display: block;
    }
}

.lt-ie9 .main-header .search-account {
    display: block;
}

.main-header .search-account .font-normal {
    font-weight: normal;
}

.main-header .search-account a, .main-header .search-account a:link {
    font-weight: bold;
    color: #434343;
}

    .main-header .search-account a.glyph, .main-header .search-account a:link.glyph {
        font-weight: normal;
    }

.main-header .search-account .menu {
    margin-top: 7px;
}

    .main-header .search-account .menu .searchbar-open {
        display: inline-block;
        position: relative;
    }

        .main-header .search-account .menu .searchbar-open .glyph {
            font-size: 1.16667em;
            margin: 0 0 0 10px;
        }

    .main-header .search-account .menu .seperator {
        position: relative;
        display: inline-block;
        height: 16px;
        width: 1px;
        margin: 0 10px;
        background: #434343;
        top: 4px;
        visibility: hidden;
        display: none;
    }

    .main-header .search-account .menu .account-open {
        display: inline-block;
        position: relative;
        margin-left: 5px;
    }

        .main-header .search-account .menu .account-open .glyph {
            font-size: 1.16667em;
            margin: 0 0 0 10px;
        }

.main-header .search-account .searchbar-container {
    display: none;
    right: -3px;
    width: 100%;
    top: 0;
    max-width: 250px;
}

    .main-header .search-account .searchbar-container button {
        font-size: 14px;
        top: 7px;
        background: none;
        border: 0;
        padding: 0;
        margin: 0;
        position: absolute;
        color: #434343;
    }

    .main-header .search-account .searchbar-container .glyph.cross {
        font-size: 18px;
        position: absolute;
        right: 0;
        top: 6px;
    }

.main-header .search-account .account-container {
    display: none;
    top: 3px;
    right: -3px;
    padding: 0;
    width: 100%;
    position: relative;
}

    .main-header .search-account .account-container .glyph.cross {
        font-size: 18px;
        position: relative;
        top: 4px;
    }

.main-header .cart {
    width: 100%;
    text-align: right;
    padding: 0;
}

    .main-header .cart .cart-link {
        line-height: 30px;
        color: #000000;
        font-weight: bold;
    }

    .main-header .cart .glyph.cart {
        margin-left: 5px;
    }

    .main-header .cart a, .main-header .cart a:link {
        margin-left: 8px;
    }

        .main-header .cart .button, .main-header .cart a.button {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            font-family: 'Lato', sans-serif;
            font-size: 1em;
            font-weight: bold;
            text-transform: uppercase;
            border: 0;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
            margin-top: -15px;
        }

    .main-header .cart .heading {
        font-size: 1em;
    }

    .main-header .cart .recently-added {
        display: none;
        border: 1px solid #6a6a6a;
        background: #ffffff;
        text-align: left;
        position: absolute;
        width: 350px;
        top: 50px;
        right: 15px;
        padding: 10px 10px 20px 10px;
        z-index: 10;
    }

        .main-header .cart .recently-added:after {
            content: '';
            display: block;
            position: absolute;
            right: 20px;
            bottom: 100%;
            width: 0;
            height: 0;
            border-color: transparent transparent #ffffff transparent;
            border-style: solid;
            border-width: 10px;
        }

        .main-header .cart .recently-added:before {
            content: '';
            display: block;
            position: absolute;
            right: 19px;
            bottom: 100%;
            width: 0;
            height: 0;
            border-color: transparent transparent #6a6a6a transparent;
            border-style: solid;
            border-width: 11px;
        }

        .main-header .cart .recently-added.mobile {
            width: 280px;
            left: 50%;
            right: auto;
            margin-left: -140px;
            position: fixed;
            top: 50%;
            margin-top: -131px;
        }

            .main-header .cart .recently-added.mobile img {
                max-width: 80px;
            }

            .main-header .cart .recently-added.mobile .close {
                position: absolute;
                font-size: 30px;
                color: #000;
                background: #fff;
                padding: 10px;
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
                opacity: 0.3;
                top: 0;
                right: 0;
                display: block;
                z-index: 1;
            }

                .main-header .cart .recently-added.mobile .close:hover {
                    cursor: pointer;
                    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
                    opacity: 0.5;
                }

            .main-header .cart .recently-added.mobile:before {
                display: none;
            }

            .main-header .cart .recently-added.mobile:after {
                display: none;
            }

        .main-header .cart .recently-added a {
            margin-left: 0;
        }

        .main-header .cart .recently-added .empty-cart {
            padding: 10px;
        }

        .main-header .cart .recently-added form {
            margin: 0;
        }

        .main-header .cart .recently-added table {
            font-size: 0.83333em;
            margin: 0 0 10px 0;
            border: 0;
        }

            .main-header .cart .recently-added table tr td {
                padding: 10px 5px;
            }

            .main-header .cart .recently-added table img {
                max-width: 80px;
            }

            .main-header .cart .recently-added table .cart-item {
                padding-left: 0;
            }

            .main-header .cart .recently-added table .cart-price {
                width: 25%;
                padding-right: 0;
                text-align: right;
            }

            .main-header .cart .recently-added table tr:nth-of-type(even) {
                background: none;
            }

            .main-header .cart .recently-added table thead {
                background: none;
            }

            .main-header .cart .recently-added table tfoot {
                border-top: 1px solid #6a6a6a;
                background: none;
            }

                .main-header .cart .recently-added table tfoot .items-count {
                    font-weight: normal;
                }

                .main-header .cart .recently-added table tfoot tr, .main-header .cart .recently-added table tfoot td {
                    padding: 20px 0;
                }

        .main-header .cart .recently-added h1, .main-header .cart .recently-added h2, .main-header .cart .recently-added h3 {
            font-size: 1em;
            font-weight: normal;
            margin-bottom: 0;
        }

        .main-header .cart .recently-added .button {
            margin-top: 10px;
            width: 100%;
            margin: 0;
        }

        .main-header .cart .recently-added .error {
            display: none;
            padding: 10px;
        }

    .main-header .cart .recently-added-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
    }

.main-header .menu-container.text-center nav.widescreen {
    margin: 0;
}

.main-header .main-menu .glyph.arrow-down {
    top: 2px;
    position: relative;
    font-size: 14px;
}

.main-header .main-menu .widescreen {
    display: none;
    margin: 0 0 0 -20px;
    font-size: 1em;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .main-header .main-menu .widescreen {
        display: block;
    }
}

.lt-ie9 .main-header .main-menu .widescreen {
    display: block;
}

.main-header .main-menu .widescreen > ul {
    margin: 0;
}

    .main-header .main-menu .widescreen > ul > li {
        margin: 0;
    }

        .main-header .main-menu .widescreen > ul > li > a {
            color: #434343;
            padding: 0 20px;
            line-height: 30px;
        }

            .main-header .main-menu .widescreen > ul > li > a:hover {
                color: #434343;
            }

.main-header .main-menu .widescreen .sub-nav {
    display: none;
    left: 0;
    width: 100%;
    list-style: none;
    position: absolute;
    top: 45px;
    margin: 0;
    padding: 15px 20px 0 20px;
    background: #434343;
    background: transparent;
}

    .main-header .main-menu .widescreen .sub-nav.catalog li {
        float: none;
    }

.main-header .mobile-tools {
    position: relative;
    padding: 20px 0;
    text-align: center;
    color: #434343;
}

@media only screen and (min-width: 768px) {
    .main-header .mobile-tools {
        display: none;
    }
}

.lt-ie9 .main-header .mobile-tools {
    display: none;
}

.main-header .mobile-tools a {
    color: #434343;
    font-size: 20px;
    padding: 0;
    margin: 0 22px;
}

    .main-header .mobile-tools a:hover {
        color: #434343;
    }

.main-header .mobile-menu {
    display: none;
}

@media only screen and (min-width: 768px) {
    .main-header .mobile-menu {
        display: none !important;
    }
}

.lt-ie9 .main-header .mobile-menu {
    display: none !important;
}

.main-header .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header .mobile-menu .nav-item {
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #6a6a6a;
    background: #ffffff;
    color: #434343;
}

    .main-header .mobile-menu .nav-item a {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 15px 15px;
        width: 84%;
        min-width: 290px;
        color: #434343;
    }

        .main-header .mobile-menu .nav-item a:hover {
            color: #434343;
        }

.main-header .mobile-menu .sub-nav-item {
    font-weight: normal;
    text-transform: none;
}

    .main-header .mobile-menu .sub-nav-item a.disabled {
        cursor: default;
    }

.main-header .mobile-menu .sub-nav {
    position: relative;
    display: none;
    padding-left: 30px;
}

    .main-header .mobile-menu .sub-nav h3 {
        margin: 0;
    }

    .main-header .mobile-menu .sub-nav .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
        opacity: 0.1;
    }

    .main-header .mobile-menu .sub-nav ul {
        margin-left: -30px;
        padding-left: 60px;
    }

.main-header .mobile-menu .glyph.plus, .main-header .mobile-menu .glyph.minus {
    font-size: 14px;
    top: 2px;
    position: relative;
    margin-left: 5px;
}

.main-header .mobile-menu .glyph.minus {
    display: none;
}

/*  2.3 - Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.main-footer {
    float: left;
    width: 100%;
    padding: 0 0 60px 0;
    background: #f9e1e1;
    color: #1d1b1b;
    margin-top: 50px;
}

    .main-footer .footer-divider {
        padding: 0 0 10px 0;
    }

    .main-footer a, .main-footer a:link {
        color: #1d1b1b;
    }

    .main-footer p {
        margin-top: 0;
    }

    .main-footer .title {
        font-size: 1.16667em;
        margin: 30px 0 -10px 0;
        text-transform: uppercase;
        font-weight: bold;
        height: 16.328125px;
        min-width: 1px;
    }

    .main-footer .content {
        margin: 30px 0 0 0;
    }

    .main-footer .widget-heading {
        padding-bottom: 5px;
        margin-bottom: 25px;
    }

    .main-footer .column-1 {
        text-align: center;
    }

@media only screen and (min-width: 768px) {
    .main-footer .column-1 {
        text-align: left;
    }
}

.lt-ie9 .main-footer .column-1 {
    text-align: left;
}

.main-footer .column-1 .text {
    margin-top: 0;
}

.main-footer .column-2 {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .main-footer .column-2 {
        text-align: left;
    }
}

.lt-ie9 .main-footer .column-2 {
    text-align: left;
}

.main-footer .column-2 .footer-nav {
    margin: 0;
    padding: 0;
}

    .main-footer .column-2 .footer-nav li {
        margin: 0;
        padding: 0 0 5px;
    }

        .main-footer .column-2 .footer-nav li a {
            padding: 0;
            margin: 0;
        }

@media only screen and (min-width: 768px) {
    .main-footer .column-2 .footer-nav li {
        padding: 0;
    }
}

.lt-ie9 .main-footer .column-2 .footer-nav li {
    padding: 0;
}

.main-footer .column-3 {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .main-footer .column-3 {
        text-align: left;
    }
}

.lt-ie9 .main-footer .column-3 {
    text-align: left;
}

.main-footer .column-3 .contact-form, .main-footer .column-3 .mailchimp-form {
    display: inline-block;
}

    .main-footer .column-3 .contact-form input[type="email"], .main-footer .column-3 .mailchimp-form input[type="email"] {
        display: inline-block;
        width: auto;
        margin-right: 5px;
    }

    .main-footer .column-3 .contact-form input[type="submit"], .main-footer .column-3 .mailchimp-form input[type="submit"] {
        display: inline-block;
        width: auto;
        padding: 0 15px;
    }

    .main-footer .column-3 .contact-form .success, .main-footer .column-3 .mailchimp-form .success {
        font-style: italic;
    }

.main-footer .payment-options {
    margin: 30px 0 0 0;
    padding: 0;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .main-footer .payment-options {
        text-align: center;
    }
}

.lt-ie9 .main-footer .payment-options {
    text-align: center;
}

.main-footer .payment-options li {
    display: inline-block;
    width: 45px;
    margin: 20px 10px 10px 0;
}

    .main-footer .payment-options li .icon {
        font-size: 30px;
    }

.main-footer .social-follow a {
    display: inline-block;
    margin: 0 10px 10px 0;
}

    .main-footer .social-follow a:last-child {
        margin-right: 0;
    }

.main-footer .social-follow .glyph {
    font-size: 20px;
}

/*  3.1 - Searchbar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.searchbar-container {
    position: relative;
}

    .searchbar-container form {
        margin: 0;
        padding: 0 24px 0 10px;
        width: 250px;
    }

    .searchbar-container button {
        right: 30px;
    }

    .searchbar-container .text {
        display: inline-block;
        max-width: 250px;
        font-size: 1em;
    }

/*  3.2 - Product Grid
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.product-grid {
    margin: 0 auto;
    width: 60%;
    min-width: 290px;
    padding: 0;
    list-style: none;
}

@media only screen and (min-width: 768px) {
    .product-grid {
        width: 100%;
    }
}

.lt-ie9 .product-grid {
    width: 100%;
}

.product-grid.owl-carousel {
    margin: 0;
    width: 100%;
    min-width: 0;
}

.product-grid .product-item {
    text-align: center;
    float: none;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .product-grid .product-item {
        float: left;
    }
}

.lt-ie9 .product-grid .product-item {
    float: left;
}

.product-grid .image-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

    .product-grid .image-wrapper img {
        max-width: 100%;
    }

    .product-grid .image-wrapper .hover {
        display: none;
        position: absolute;
        height: 100%;
        width: 100%;
    }

.product-grid .caption {
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}

.product-grid .circle {
    text-align: center;
    text-transform: uppercase;
    display: block;
    position: absolute;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background: #caeddb;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 300;
    padding: 0;
    top: 5px;
    right: 5px;
    height: 65px;
    width: 65px;
}

    .product-grid .circle:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -1px; /* Adjusts for spacing */
    }

    .product-grid .circle span {
        max-width: 57px;
        margin-left: 4px;
        word-wrap: break-word;
        display: inline-block;
        vertical-align: middle;
    }

@media only screen and (min-width: 1280px) {
    .product-grid .circle {
        font-size: 1.16667em;
        top: 15px;
        right: 15px;
        height: 90px;
        width: 90px;
    }

        .product-grid .circle span {
            max-width: 82px;
        }
}

.product-grid .sold-out {
    color: #ffffff;
    background: #f6d3d1;
}

.product-grid .title {
    font-family: 'Lato', sans-serif;
    font-size: 1.16667em;
}

    .product-grid .title a {
        color: #434343;
    }

.product-grid .vendor a {
    color: #434343;
}

.product-grid .price {
    margin-top: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    color: #434343;
}

.product-grid em.marked-down-from {
    text-decoration: line-through;
    font-size: 1em;
    text-transform: lowercase;
    color: #434343;
}

/*  3.3 - Breadcrumbs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.breadcrumbs {
    color: #434343;
    background: none;
    border: 0;
    padding-bottom: 35px;
    margin: 0 0 0 -13px;
}

    .breadcrumbs > * {
        font-size: 1em;
        color: #434343;
        text-transform: capitalize;
    }

        .breadcrumbs > * a {
            font-size: 1em;
            color: #434343;
            text-transform: capitalize;
        }

/*  3.4 - Pagination
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pagination {
    margin-top: 10px;
}

    .pagination li a, .pagination li.unavailable a, .pagination li.current a {
        color: #434343;
        background: none;
        font-size: 0.83333em;
    }

        .pagination li a:hover, .pagination li.unavailable a:hover, .pagination li.current a:hover {
            background: none;
            color: #434343;
        }

    .pagination li:hover a {
        color: #434343;
        background: none;
    }

    .pagination li.current a:hover {
        color: #434343;
    }

    .pagination li.unavailable.arrow a {
        display: none;
    }

    .pagination .arrow.left {
        background: none;
    }

    .pagination .glyph {
        padding: 0 10px;
    }

    .pagination .arrow.right a, .pagination .arrow.right .glyph {
        padding-right: 0;
    }

/*  3.4 - Rich Text Editor Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.rte-content table {
    width: 100%;
}

.rte-content h1 {
    font-size: 24px;
}

.rte-content h2 {
    font-size: 20px;
}

.rte-content h3 {
    font-size: 18px;
    margin: 0 0 18px;
}

.rte-content h4 {
    font-size: 16px;
    margin: 0 0 16px;
}

.rte-content h5 {
    font-size: 14px;
    margin: 0 0 14px;
}

.rte-content h6 {
    font-size: 12px;
    margin: 0 0 12px;
}

.rte-content blockquote {
    font-weight: 300;
}

.rte-content ul, .rte-content ol, .rte-content table, .rte-content blockquote, .rte-content p {
    margin-bottom: 22px;
}

.rte-content ul {
    padding-left: 20px;
}

.rte-content li {
    margin-top: 0;
    margin-bottom: 10px;
}

.rte-content img {
    margin: 10px 0;
}

.rte-content ol {
    counter-reset: item;
    padding: 0;
}

    .rte-content ol li {
        display: block;
    }

        .rte-content ol li:before {
            content: counters(item,".") " ";
            counter-increment: item;
        }

    .rte-content ol ol {
        padding-left: 20px;
        margin-top: 10px;
    }

.rte-content a, .rte-content a:link, .rte-content a:visited, .rte-content a:hover {
    color: #434343;
}

    .rte-content a:hover {
        color: #caeddb;
    }


/*  3.6 - Social Share
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.social-share .glyph {
    display: inline-block;
    font-size: 18px;
    margin: 10px;
    border-radius: 3px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #6a6a6a;
    -webkit-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
    transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
}

    .social-share .glyph span {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        vertical-align: top;
        line-height: 20px;
        padding: 0 5px;
        letter-spacing: 0px;
    }

    .social-share .glyph:hover {
        color: #ffffff;
    }

.social-share .twitter:hover {
    background-color: #09AEEC;
    border-color: #09AEEC;
}

.social-share .facebook:hover {
    background-color: #49659D;
    border-color: #49659D;
}

.social-share .pinterest:hover {
    background-color: #CB1F2B;
    border-color: #CB1F2B;
}

.social-share .tumblr:hover {
    background-color: #2c4762;
    border-color: #2c4762;
}

.social-share .googleplus:hover {
    background-color: #CC3A2B;
    border-color: #CC3A2B;
}

/*  4.1 - Index
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-index .main-content {
    padding: 0;
}

.template-index .main-footer {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .template-index.transparent-menu .main-header {
        position: absolute;
    }

        .template-index.transparent-menu .main-header .bg {
            display: none;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
            opacity: 0.95;
        }
}

.lt-ie9 .template-index.transparent-menu .main-header {
    position: absolute;
}

    .lt-ie9 .template-index.transparent-menu .main-header .bg {
        display: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
        opacity: 0.95;
    }

.template-index.transparent-menu .header-divider {
    display: none;
}

.template-index .slider {
    border-bottom: 1px solid #6a6a6a;
}

@media only screen and (min-width: 768px) {
    .template-index .slider {
        border-bottom: none;
    }
}

.lt-ie9 .template-index .slider {
    border-bottom: none;
}

.template-index .slider .flex-video {
    padding-bottom: 45%;
}

.template-index .slider .video .caption, .template-index .slider .video .video-src {
    display: none;
}

.template-index .slider .video .play-button {
    display: block;
    visibility: hidden;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    border: 4px solid #fff;
    background: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

    .template-index .slider .video .play-button:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
        opacity: 0.6;
    }

    .template-index .slider .video .play-button .triangle {
        -moz-transform: scale(0.9999);
        position: relative;
        top: 21px;
        left: 30px;
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #fff;
    }

.template-index .slider .owl-controlls {
    margin-top: 0;
}

.template-index .slider .row {
    position: relative;
    padding: 0;
}

.template-index .slider .slide {
    position: relative;
}

    .template-index .slider .slide img {
        display: inline-block;
        width: 100%;
    }

    .template-index .slider .slide .caption {
        visibility: hidden;
        position: static;
        padding: 20px;
        background-color: #5f6572;
    }

@media only screen and (min-width: 768px) {
    .template-index .slider .slide .caption {
        background-color: transparent;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        padding: 20px;
        margin: 20px 20px 10px;
    }
}

.lt-ie9 .template-index .slider .slide .caption {
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px 10px;
}

.template-index .slider .slide .caption.right {
    float: none !important;
}

.carousel-caption .bg {
/*.template-index .slider .slide .caption .bg {*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #5f6572;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

@media only screen and (min-width: 768px) {
    .template-index .slider .slide .caption .bg {
        display: block;
    }
}

.lt-ie9 .template-index .slider .slide .caption .bg {
    display: block;
}

.template-index .slider .slide .caption .title {
    color: #ffffff;
    position: relative;
    margin-top: 0;
    font-size: 1em;
    padding-bottom: 0;
    line-height: 1.2;
}

.template-index .slider .slide .caption .sub-title {
    color: #ffffff;
    position: relative;
    font-size: 0.83333em;
    font-weight: 300;
}

.template-index .slider .slide .caption a.button {
    color: #fff7f7;
    background: #d8b2ba;
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 0.83333em;
    text-transform: none;
    margin-bottom: 0;
}

    .template-index .slider .slide .caption a.button:hover {
        color: #fff7f7;
        background: #eedcdb;
    }

@media only screen and (min-width: 768px) {
    .template-index .slider .slide .caption {
        position: absolute;
        max-width: 350px;
        margin: 20px 55px 30px;
        padding: 15px;
    }

        .template-index .slider .slide .caption .title {
            font-size: 1.16667em;
        }

        .template-index .slider .slide .caption .sub-title {
            font-size: 1em;
        }

        .template-index .slider .slide .caption a.button {
            font-size: 11px;
        }

        .template-index .slider .slide .caption.top {
            top: 125px;
            margin-top: 0;
        }

        .template-index .slider .slide .caption.middle {
            top: 50%;
            margin-top: 0;
        }

        .template-index .slider .slide .caption.bottom {
            bottom: 0;
        }

        .template-index .slider .slide .caption.left {
            left: 0;
        }

        .template-index .slider .slide .caption.center {
            left: 50%;
            margin-left: 0;
        }

        .template-index .slider .slide .caption.right {
            right: 0;
        }

        .template-index .slider .slide .caption.bottom.right {
            bottom: 45px;
        }
}

.lt-ie9 .template-index .slider .slide .caption {
    position: absolute;
    max-width: 350px;
    margin: 20px 55px 30px;
    padding: 15px;
}

    .lt-ie9 .template-index .slider .slide .caption .title {
        font-size: 1.16667em;
    }

    .lt-ie9 .template-index .slider .slide .caption .sub-title {
        font-size: 1em;
    }

    .lt-ie9 .template-index .slider .slide .caption a.button {
        font-size: 11px;
    }

    .lt-ie9 .template-index .slider .slide .caption.top {
        top: 125px;
        margin-top: 0;
    }

    .lt-ie9 .template-index .slider .slide .caption.middle {
        top: 50%;
        margin-top: 0;
    }

    .lt-ie9 .template-index .slider .slide .caption.bottom {
        bottom: 0;
    }

    .lt-ie9 .template-index .slider .slide .caption.left {
        left: 0;
    }

    .lt-ie9 .template-index .slider .slide .caption.center {
        left: 50%;
        margin-left: 0;
    }

    .lt-ie9 .template-index .slider .slide .caption.right {
        right: 0;
    }

    .lt-ie9 .template-index .slider .slide .caption.bottom.right {
        bottom: 45px;
    }

@media only screen and (min-width: 1280px) {
    .template-index .slider .slide .caption {
        max-width: 400px;
        padding: 20px;
    }

        .template-index .slider .slide .caption .title {
            font-size: 1.5em;
        }

        .template-index .slider .slide .caption .sub-title {
            font-size: 1.16667em;
        }

        .template-index .slider .slide .caption a.button {
            font-size: 1em;
        }
}

.template-index .slider .owl-controls {
    margin-top: 0;
}

.template-index .slider .owl-pagination {
    position: absolute;
    right: 20px;
    bottom: 18px;
    top: auto;
    margin: 0;
    padding: 5px;
}

@media only screen and (min-width: 768px) {
    .template-index .slider .owl-pagination {
        right: 50px;
        bottom: 20px;
    }
}

.lt-ie9 .template-index .slider .owl-pagination {
    right: 50px;
    bottom: 20px;
}

.template-index .slider .owl-pagination .owl-page {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    margin: 0 7px 0 0;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    width: 15px;
    background-color: #4d4d4d;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

    .template-index .slider .owl-pagination .owl-page:last-child {
        margin-right: 0;
    }

    .template-index .slider .owl-pagination .owl-page.active {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        opacity: 0.8;
    }

.template-index .product-slider {
    background: #caeddb;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .template-index .product-slider {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.lt-ie9 .template-index .product-slider {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
    .template-index .product-slider.disabled.length--2 .product-item {
        width: 45%;
    }

    .template-index .product-slider.disabled.length--3 .product-item {
        width: 32%;
    }
}

.lt-ie9 .template-index .product-slider.disabled.length--2 .product-item {
    width: 45%;
}

.lt-ie9 .template-index .product-slider.disabled.length--3 .product-item {
    width: 32%;
}

.template-index .product-slider.disabled .product-item {
    display: inline-block;
    float: none;
    width: 100%;
}

.template-index .product-slider.disabled .row.content {
    text-align: center;
}

.template-index .product-slider.disabled .product-grid {
    display: inline-block;
    width: 100%;
}

.template-index .product-slider .content.row {
    padding: 0 50px;
}

.template-index .product-slider .product-item {
    max-width: 100%;
    width: 100%;
    display: none;
    padding: 0 10px;
    margin-bottom: 0;
}

.template-index .product-slider .owl-prev, .template-index .product-slider .owl-next {
    color: #434343;
    font-family: 'blockshop-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 35px;
    position: absolute;
    top: 50%;
    background: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.template-index .product-slider .owl-prev {
    left: 0;
    margin: -80px 0 0 -40px;
}

    .template-index .product-slider .owl-prev:before {
        content: "\e61a";
    }

.template-index .product-slider .owl-next {
    right: 0;
    margin: -80px -40px 0 0;
}

    .template-index .product-slider .owl-next:before {
        content: "\e61b";
    }

.template-index .product-slider h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 30px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .template-index .product-slider h2 {
        margin-bottom: 50px;
    }
}

.lt-ie9 .template-index .product-slider h2 {
    margin-bottom: 50px;
}

.template-index .product-slider ul {
    list-style: none;
    margin-top: 50px;
}

    .template-index .product-slider ul li .columns {
        float: left !important;
    }

.template-index .widgets .row {
    padding: 30px 10px 0;
}

@media only screen and (min-width: 768px) {
    .template-index .widgets .row {
        padding: 100px 30px 0;
    }
}

.lt-ie9 .template-index .widgets .row {
    padding: 100px 30px 0;
}

.template-index .widgets .columns {
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .template-index .widgets .columns {
        padding-bottom: 100px;
    }
}

.lt-ie9 .template-index .widgets .columns {
    padding-bottom: 100px;
}

.template-index .widgets .featured-promo {
    clear: both;
    background: #ffffff;
}

    .template-index .widgets .featured-promo img {
        display: block;
        margin: 0 auto;
    }

@media only screen and (min-width: 768px) {
    .template-index .widgets .featured-promo img {
        margin: 0 auto;
    }
}

.lt-ie9 .template-index .widgets .featured-promo img {
    margin: 0 auto;
}

@media only screen and (min-width: 1280px) {
    .template-index .widgets .featured-promo .vimeo-wrapper {
        padding: 0 40px;
    }
}

.template-index .widgets .featured-promo .description {
    font-size: 1.16667em;
    line-height: 1.8;
    max-width: 800px;
    display: inline-block;
}

    .template-index .widgets .featured-promo .description .call-to-action a {
        margin-top: 30px;
        margin-bottom: 0;
        text-transform: none;
    }

        .template-index .widgets .featured-promo .description .call-to-action a .button {
            margin-bottom: 0;
        }

.template-index .widgets .small-promos {
    padding: 0;
}

    .template-index .widgets .small-promos .row {
        padding: 0;
    }

    .template-index .widgets .small-promos .columns {
        margin: 0;
        padding: 0;
    }

        .template-index .widgets .small-promos .columns:last-child {
            margin: 0;
        }

    .template-index .widgets .small-promos .image-text-widget {
        position: relative;
    }

    .template-index .widgets .small-promos img {
        width: 100%;
    }

    .template-index .widgets .small-promos .block {
        min-height: 140px;
    }

    .template-index .widgets .small-promos .caption {
        display: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
    }

        .template-index .widgets .small-promos .caption .bg {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #ffffff;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
            opacity: 0.9;
            z-index: 0;
        }

        .template-index .widgets .small-promos .caption .inner {
            position: absolute;
            z-index: 1;
            top: 50%;
            margin-top: -20px;
            width: 100%;
            text-align: center;
        }

        .template-index .widgets .small-promos .caption h1 {
            position: relative;
            z-index: 1;
            margin: 0 0 10px 0;
            color: #434343;
            font-size: 1.5em;
        }

        .template-index .widgets .small-promos .caption h2 {
            color: #434343;
            margin: 0;
            font-family: 'Lato', sans-serif;
            font-size: 1.16667em;
            font-weight: normal;
            text-transform: uppercase;
        }

.template-index .widgets .social-feeds {
    clear: both;
    background: #f93c32;
}

    .template-index .widgets .social-feeds .title {
        text-align: center;
    }

.template-index .widgets .title {
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) {
    .template-index .widgets .title {
        margin-bottom: 50px;
    }
}

.lt-ie9 .template-index .widgets .title {
    margin-bottom: 50px;
}

.template-index .image-widget {
    padding: 15px;
}

@media only screen and (min-width: 768px) {
    .template-index .image-widget {
        padding: 0;
    }
}

.lt-ie9 .template-index .image-widget {
    padding: 0;
}

.template-index .image-widget img {
    width: 100%;
}

.template-index .twitter-widget {
    text-align: center;
}

    .template-index .twitter-widget iframe {
        display: block;
        margin: 0 auto;
    }

.template-index .instagram-widget {
    text-align: center;
}

    .template-index .instagram-widget .items {
        margin-top: -7px;
        display: inline-block;
        overflow: hidden;
        max-height: 330px;
        max-width: 501px;
    }

        .template-index .instagram-widget .items.wide {
            max-width: 1002px;
        }

        .template-index .instagram-widget .items .item {
            max-width: 153px;
            display: inline-block;
            margin: 7px;
        }

.template-index .blog-widget {
    max-width: 300px;
    margin: 0 auto;
}

    .template-index .blog-widget ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .template-index .blog-widget li {
        margin-bottom: 30px;
    }

        .template-index .blog-widget li:last-child {
            margin: 0;
        }

    .template-index .blog-widget .item-title {
        font-weight: bold;
        text-transform: capitalize;
    }

    .template-index .blog-widget .date {
        font-size: 0.83333em;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .template-index .blog-widget .content {
        margin-bottom: 10px;
    }

/*  4.2 -  Collections List
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-list-collections .page-title {
    margin-bottom: 20px;
}

.template-list-collections .collection-item {
    max-width: 100%;
    margin: 1.25em 0;
    text-align: center;
}

    .template-list-collections .collection-item .image-wrapper {
        max-width: 100%;
    }

        .template-list-collections .collection-item .image-wrapper img {
            max-width: 100%;
        }

.template-list-collections .pagination {
    float: right;
}

.template-list-collections .image-wrapper {
    display: inline-block;
}

.template-list-collections .caption {
    display: none;
    width: 100%;
    height: 101%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}

    .template-list-collections .caption .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        opacity: 0.9;
        z-index: 0;
    }

    .template-list-collections .caption .inner {
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -20px;
        width: 100%;
        text-align: center;
    }

    .template-list-collections .caption .title {
        position: relative;
        z-index: 1;
        margin: 0 0 10px 0;
        color: #434343;
        font-size: 1.5em;
    }

    .template-list-collections .caption .product-count {
        color: #434343;
        margin: 0;
        font-family: 'Lato', sans-serif;
        font-size: 1.16667em;
        font-weight: normal;
        text-transform: uppercase;
    }

/*  4.3 - Collection
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-collection .main-content {
    margin-bottom: 0;
}

    .template-collection .main-content header .tag-filter {
        padding-top: 6px;
        text-align: right;
        margin: 0 0 15px 0;
    }

        .template-collection .main-content header .tag-filter .title {
            margin-right: 5px;
            vertical-align: top;
        }

        .template-collection .main-content header .tag-filter form.custom {
            display: inline-block;
            vertical-align: top;
            margin: -4px 0 0 0;
        }

            .template-collection .main-content header .tag-filter form.custom .custom.dropdown {
                margin: 0;
            }

                .template-collection .main-content header .tag-filter form.custom .custom.dropdown ul {
                    left: auto;
                    right: -1px;
                    text-align: left;
                }

    .template-collection .main-content .description {
        font-family: 'Lato', sans-serif;
        text-transform: none;
        margin: 40px 0;
    }

    .template-collection .main-content .product-grid {
        margin: 30px auto 0;
    }

    .template-collection .main-content .divider.bottom-margin {
        margin-bottom: 20px;
    }

    .template-collection .main-content footer .right .pagination {
        float: right;
    }

.template-collection .main-footer {
    margin-top: 0;
}

/*  4.4 - Product
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-product .main-footer {
    margin-top: 0;
}

.template-product header .breadcrumbs {
    padding-bottom: 10px;
}

.template-product header .previous-next a {
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
}

.template-product header .previous-next .columns {
    height: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.template-product article {
    padding-top: 30px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
    .template-product article .left-column {
        width: 50%;
        display: block;
    }
}

.lt-ie9 .template-product article .left-column {
    width: 50%;
    display: block;
}

@media only screen and (min-width: 1280px) {
    .template-product article .left-column {
        width: 25%;
        display: block;
    }
}

.template-product article .right-column {
    display: none;
}

@media only screen and (min-width: 1280px) {
    .template-product article .right-column {
        display: block;
    }
}

.template-product article .page-title {
    color: #434343;
    text-transform: uppercase;
}

.template-product article .vendor {
    text-transform: uppercase;
    font-weight: 300;
    color: #434343;
}

    .template-product article .vendor a {
        color: #434343;
    }

.template-product article .variants.hidden {
    display: none;
}

.template-product article .variants {
    max-width: 100%;
}

.template-product article .prices .actual-price {
    font-family: 'Open Sans', sans-serif;
    color: #434343;
    font-weight: lighter;
    font-size: 28px;
}

.template-product article .prices .compare-price {
    text-decoration: line-through;
    font-size: 1.16667em;
    text-transform: lowercase;
    color: #434343;
    font-style: italic;
}

.template-product article .quantity {
    float: left;
    margin-right: 22px;
}

    .template-product article .quantity input {
        font-size: 1em;
        width: 70px;
    }

.template-product article .add-to-cart .sold-out {
    display: none;
    padding: 24px 0 0 0;
    float: left;
    font-size: 1em;
    color: #f6d3d1;
    max-width: 180px;
}

    .template-product article .add-to-cart .sold-out.long {
        padding-top: 21px;
        font-size: 1em;
        font-style: italic;
    }

.template-product article .add-to-cart.disabled .purchase {
    display: none;
}

.template-product article .add-to-cart.disabled .sold-out {
    display: block;
}

.template-product article .add-to-cart .button {
    float: left;
    margin: 12px 0 0 0;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 1.16667em;
    background: #f6d3d1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .template-product article .add-to-cart .button:hover {
        background: #eedcdb;
    }

    .template-product article .add-to-cart .button.disabled:hover {
        background: #f6d3d1;
    }

.template-product article .product-unavailable {
    max-width: 250px;
    display: none;
}

    .template-product article .product-unavailable input[type="email"] {
        float: left;
        width: 180px;
    }

    .template-product article .product-unavailable .button {
        float: left;
        margin-left: 5px;
        width: auto;
        padding: 0 10px;
    }

.template-product article .description.show-for-medium-down {
    margin-top: 30px;
}

.template-product .thumbs {
    display: inline-block;
}

    .template-product .thumbs ul {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }

    .template-product .thumbs .thumb {
        padding: 3px;
        display: inline-block;
        cursor: pointer;
        margin-bottom: 3px;
        text-align: left;
        max-width: 100%;
        width: 100%;
    }

        .template-product .thumbs .thumb.active img {
            outline: 1px solid #6a6a6a;
        }

@media only screen and (min-width: 768px) {
    .template-product .thumbs .thumb {
        max-width: 100%;
    }
}

.lt-ie9 .template-product .thumbs .thumb {
    max-width: none;
}

.template-product .thumbs img {
    width: 90px;
}

@media only screen and (min-width: 768px) {
    .template-product .thumbs img {
        width: auto;
    }
}

.lt-ie9 .template-product .thumbs img {
    width: auto;
}

.template-product .thumbs .previous-next {
    margin: 20px 10px 20px 0;
    text-align: right;
    text-transform: uppercase;
}

.template-product .photos {
    text-align: center;
    padding-left: 0;
    min-height: 1px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .template-product .photos .container {
        cursor: pointer;
    }
}

.lt-ie9 .template-product .photos .container {
    cursor: pointer;
}

.template-product .photos .container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    outline: 0px solid #6a6a6a;
    max-width: 100%;
}

    .template-product .photos .container .photo {
        display: none;
        top: 0;
        left: 0;
        position: relative;
    }

    .template-product .photos .container .zoomImg {
        background: #ffffff;
    }

.template-product .social-share {
    text-align: center;
    background: #dce3ea /* #e7e7e7*/;
    padding: 50px 0;
}

.lt-ie9 .template-product .social-share {
    margin-top: 50px;
}

.template-product .social-share .title {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.template-product .similar-products {
    text-align: center;
    margin: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .template-product .similar-products h2.title {
        font-family: 'Lato', sans-serif;
        font-size: 1.5em;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .template-product .similar-products .product-item {
        margin-bottom: 0;
    }

    .template-product .similar-products .caption .title {
        font-family: 'Lato', sans-serif;
        font-size: 1.16667em;
        text-transform: uppercase;
    }

        .template-product .similar-products .caption .title .price {
            font-size: 1em;
        }

/*  4.5 - Page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-page .main-content .row {
    max-width: 1200px;
    margin: 0;
}

.template-page .main-content .full-width.row {
    max-width: none;
}

.template-page .main-content .single-column.row {
    max-width: 700px;
    margin: 0;
}

.template-page .main-content .left-side-column, .template-page .main-content .right-side-column {
    position: relative;
    float: left;
}

@media only screen and (min-width: 768px) {
    .template-page .main-content .left-side-column, .template-page .main-content .right-side-column {
        width: 30%;
    }
}

.lt-ie9 .template-page .main-content .left-side-column, .lt-ie9 .template-page .main-content .right-side-column {
    width: 30%;
}

@media only screen and (min-width: 768px) {
    .template-page .main-content .left-side-column.with-2-sidebars, .template-page .main-content .right-side-column.with-2-sidebars {
        width: 25%;
    }
}

.lt-ie9 .template-page .main-content .left-side-column.with-2-sidebars, .lt-ie9 .template-page .main-content .right-side-column.with-2-sidebars {
    width: 25%;
}

.template-page .main-content .left-side-column {
    padding-right: 30px;
}

.template-page .main-content .right-side-column {
    padding-left: 30px;
}

.template-page .main-content .main-column {
    position: relative;
    float: left;
}

@media only screen and (min-width: 768px) {
    .template-page .main-content .main-column {
        width: 70%;
    }
}

.lt-ie9 .template-page .main-content .main-column {
    width: 70%;
}

@media only screen and (min-width: 768px) {
    .template-page .main-content .main-column.with-2-sidebars {
        width: 50%;
    }
}

.lt-ie9 .template-page .main-content .main-column.with-2-sidebars {
    width: 50%;
}

.template-page .main-content .contact-form input[type="text"], .template-page .main-content .contact-form input[type="email"], .template-page .main-content .contact-form input[type="tel"] {
    max-width: 300px;
}

.template-page .main-content .contact-form textarea {
    max-width: 300px;
    height: 100px;
}

/*  4.6 - Search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-search .main-content .narrow.row {
    max-width: 960px;
    margin: 0;
}

.template-search .main-content .page-title {
    padding-top: 15px;
}

.template-search .main-content .divider {
    border-top: 1px solid #6a6a6a;
}

.template-search .main-content .row.summary {
    padding: 10px 20px;
}

@media only screen and (min-width: 768px) {
    .template-search .main-content .row.summary {
        padding: 25px 40px;
    }
}

.lt-ie9 .template-search .main-content .row.summary {
    padding: 25px 40px;
}

.template-search .main-content .row.summary p {
    margin: 5px 0 0 0;
}

.template-search .main-content .row.summary input {
    margin: 0 !important;
}

.template-search .main-content .row.summary .columns {
    padding: 10px 0;
}

@media only screen and (min-width: 768px) {
    .template-search .main-content .row.summary .columns {
        padding: 0 15px;
    }
}

.lt-ie9 .template-search .main-content .row.summary .columns {
    padding: 0 15px;
}

.template-search .main-content .row.results {
    margin: 30px 0;
}

.template-search .main-content .searchbar-container {
    max-width: 250px;
}

    .template-search .main-content .searchbar-container form {
        position: relative;
        padding-left: 0;
    }

    .template-search .main-content .searchbar-container .text {
        padding-right: 27px;
    }

    .template-search .main-content .searchbar-container button {
        font-size: 14px;
        top: 7px;
        background: none;
        border: 0;
        padding: 0;
        margin: 0;
        position: absolute;
        color: #434343;
    }

.template-search .main-content .thumbnail {
    min-height: 1px;
}

.template-search .main-content .pagination {
    float: right;
}

/*  4.7 - Blog & Article
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-blog .blog-title .text, .template-article .blog-title .text {
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    color: #434343;
    padding-bottom: 0;
    margin: 0;
}

.template-blog .left-two-columns-wrapper, .template-article .left-two-columns-wrapper {
    margin: 0;
    padding-top: 30px;
}

@media only screen and (min-width: 768px) {
    .template-blog .articles, .template-article .articles {
        width: 66.66667%;
    }
}

.lt-ie9 .template-blog .articles, .lt-ie9 .template-article .articles {
    width: 66.66667%;
}

@media only screen and (min-width: 1280px) {
    .template-blog .articles, .template-article .articles {
        width: 75%;
    }
}

.template-blog .previous-next a, .template-article .previous-next a {
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
}

.template-blog .previous-next .columns, .template-article .previous-next .columns {
    min-height: 59px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.template-blog .article .left-sidebar, .template-article .article .left-sidebar {
    padding-left: 0;
}

    .template-blog .article .left-sidebar .title, .template-article .article .left-sidebar .title {
        font-size: 1em;
        color: #434343;
        margin-bottom: 0;
        text-transform: uppercase;
    }

@media only screen and (min-width: 768px) {
    .template-blog .article .middle-column, .template-article .article .middle-column {
        width: 100%;
    }
}

.lt-ie9 .template-blog .article .middle-column, .lt-ie9 .template-article .article .middle-column {
    width: 100%;
}

@media only screen and (min-width: 1280px) {
    .template-blog .article .middle-column, .template-article .article .middle-column {
        width: 75%;
    }
}

.template-blog .article .middle-column .title, .template-article .article .middle-column .title {
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    color: #434343;
    margin: 0;
}

.template-blog .article .middle-column .content, .template-article .article .middle-column .content {
    font-family: 'Lato', sans-serif;
    padding: 10px 0 30px 0;
}

    .template-blog .article .middle-column .content .read-more, .template-article .article .middle-column .content .read-more {
        text-align: right;
        margin-top: 10px;
    }

.template-blog .article .middle-column img, .template-article .article .middle-column img {
    margin: 15px 0;
}

.template-blog .article .middle-column .social-share, .template-article .article .middle-column .social-share {
    margin-left: -10px;
    padding: 15px 0;
}

.template-blog .article .middle-column .comments, .template-article .article .middle-column .comments {
    border-top: 1px solid #6a6a6a;
}

    .template-blog .article .middle-column .comments .comment, .template-article .article .middle-column .comments .comment {
        border-bottom: 1px solid #6a6a6a;
        padding: 15px 0;
    }

    .template-blog .article .middle-column .comments .title, .template-article .article .middle-column .comments .title {
        font-size: 1.5em;
        color: #434343;
        padding: 15px 0;
    }

    .template-blog .article .middle-column .comments label, .template-article .article .middle-column .comments label {
        font-family: 'Lato', sans-serif;
        font-size: 1em;
    }

    .template-blog .article .middle-column .comments .date, .template-article .article .middle-column .comments .date {
        font-family: 'Lato', sans-serif;
        font-size: 0.83333em;
        font-weight: normal;
        text-transform: uppercase;
        font-style: italic;
    }

    .template-blog .article .middle-column .comments .comment-form, .template-article .article .middle-column .comments .comment-form {
        max-width: 400px;
    }


        .template-blog .article .middle-column .comments .comment-form #comment_body, .template-article .article .middle-column .comments .comment-form #comment_body {
            height: 100px;
        }

.template-blog .side-bar, .template-article .side-bar {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .template-blog .side-bar, .template-article .side-bar {
        width: 33.33333%;
    }
}

.lt-ie9 .template-blog .side-bar, .lt-ie9 .template-article .side-bar {
    width: 33.33333%;
}

@media only screen and (min-width: 1280px) {
    .template-blog .side-bar, .template-article .side-bar {
        width: 25%;
    }
}

.template-blog .side-bar .title, .template-article .side-bar .title {
    text-transform: uppercase;
    font-size: 1em;
    color: #434343;
}

.template-blog .side-bar ul, .template-article .side-bar ul {
    padding: 0;
}

    .template-blog .side-bar ul li.item, .template-article .side-bar ul li.item {
        list-style-type: none;
        display: inline-block;
        padding: 0 10px 20px 10px;
        font-size: 1em;
        text-transform: capitalize;
    }

        .template-blog .side-bar ul li.item.active a, .template-blog .side-bar ul li.item.active a:link, .template-blog .side-bar ul li.item.active a:visited, .template-blog .side-bar ul li.item.active a:hover, .template-article .side-bar ul li.item.active a, .template-article .side-bar ul li.item.active a:link, .template-article .side-bar ul li.item.active a:visited, .template-article .side-bar ul li.item.active a:hover {
            color: #434343;
            border-bottom: 1px solid #6a6a6a;
        }

    .template-blog .side-bar ul em, .template-article .side-bar ul em {
        font-size: 0.83333em;
        text-transform: uppercase;
        font-weight: normal;
        font-style: normal;
    }

.template-blog .side-bar .recent-articles li.item, .template-article .side-bar .recent-articles li.item {
    width: 100%;
}

.template-blog .pagination, .template-article .pagination {
    float: right;
}

.template-blog .article {
    border-top: 1px solid #6a6a6a;
    padding-top: 30px;
}

.template-blog .side-bar .divider {
    margin-bottom: 30px;
}

.template-article .side-bar .divider {
    display: none;
}

@media only screen and (min-width: 768px) {
    .template-article .article {
        width: 66.66667%;
    }
}

.lt-ie9 .template-article .article {
    width: 66.66667%;
}

@media only screen and (min-width: 1280px) {
    .template-article .article {
        width: 75%;
    }
}

/*  4.8 - Cart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-cart { /* Shipping Calculator Styles */
}

    .template-cart .main-content .row {
        margin: 0;
    }

    .template-cart .empty-cart.row {
        max-width: 60em;
    }

        .template-cart .empty-cart.row h1 {
            font-size: 1.16667em;
            margin-bottom: 30px;
        }

        .template-cart .empty-cart.row h2 {
            font-size: 1em;
        }

    .template-cart h3 {
        font-weight: normal;
    }

    .template-cart .cart-table {
        margin-bottom: 30px;
    }

        .template-cart .cart-table tr th, .template-cart .cart-table tr td {
            padding: 6px 3px;
        }

@media only screen and (min-width: 768px) {
    .template-cart .cart-table tr th, .template-cart .cart-table tr td {
        padding: 0.75em 0.83333em;
    }
}

.lt-ie9 .template-cart .cart-table tr th, .lt-ie9 .template-cart .cart-table tr td {
    padding: 0.75em 0.83333em;
}

.template-cart .cart-table .item {
    max-width: 400px;
}

.template-cart .cart-table .quantity input {
    width: 30px;
}

.template-cart .cart-table .title {
    display: none;
}

@media only screen and (min-width: 768px) {
    .template-cart .cart-table .title {
        display: table-cell;
    }
}

.lt-ie9 .template-cart .cart-table .title {
    display: table-cell;
}

.template-cart .cart-table .mobile-title {
    margin: 15px 0 0;
    padding: 0 5px;
    display: block;
    font-size: 0.83333em;
}

@media only screen and (min-width: 768px) {
    .template-cart .cart-table .mobile-title {
        display: none;
    }
}

.lt-ie9 .template-cart .cart-table .mobile-title {
    display: none;
}

.template-cart .cart-table th.image {
    width: 40%;
}

@media only screen and (min-width: 768px) {
    .template-cart .cart-table th.image {
        width: auto;
    }
}

.lt-ie9 .template-cart .cart-table th.image {
    width: auto;
}

.template-cart .cart-table .image img {
    max-width: 120px;
}

.template-cart .cart-table .glyph.cross {
    font-size: 18px;
}

.template-cart .order-notes {
    padding: 0 0 10px;
    text-align: right;
}

    .template-cart .order-notes .container {
        display: inline-block;
        width: 100%;
    }

    .template-cart .order-notes h3 {
        text-align: left;
    }

.template-cart .totals {
    text-align: right;
    padding: 0;
}

@media only screen and (min-width: 1280px) {
    .template-cart .totals {
        left: 41.66667%;
        right: auto;
        width: 58.33333%;
    }
}

.template-cart .totals .or {
    padding: 0 10px;
}

.template-cart .totals .button {
    padding: 12px 18px;
}

@media only screen and (min-width: 768px) {
    .template-cart .totals .button {
        padding: 12px 24px;
    }
}

.lt-ie9 .template-cart .totals .button {
    padding: 12px 24px;
}

.template-cart .continue-shopping {
    padding-top: 10px;
}

.template-cart .shipping-taxes-notification {
    margin-bottom: 20px;
}

.template-cart .shipping-calculator {
    display: none;
    width: 100%;
    max-width: 300px;
}

    .template-cart .shipping-calculator .button {
        padding: 12px 18px;
    }

@media only screen and (min-width: 768px) {
    .template-cart .shipping-calculator .button {
        padding: 12px 24px;
    }
}

.lt-ie9 .template-cart .shipping-calculator .button {
    padding: 12px 24px;
}

.template-cart .shipping-calculator #address_zip {
    margin-bottom: 30px;
}

/*  4.9 - Customer Accounts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.account-content .row {
    max-width: 57.5em;
    margin: 0;
}

    .account-content .row.large {
        max-width: 106.66667em;
    }

.account-content #create_customer, .account-content #customer_login {
    max-width: 330px;
}

.account-content h2 {
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.16667em;
}

@media only screen and (min-width: 768px) {
    .account-content h2 {
        margin-top: 0;
    }
}

.lt-ie9 .account-content h2 {
    margin-top: 0;
}

.account-content a, .account-content a:link {
    text-decoration: underline;
}

.account-content #customer_sidebar {
    text-align: left;
}

.account-content #customer_orders {
    overflow-x: auto;
}

.account-content .address_table {
    margin: 0 0 40px 0;
}

.account-content #order_details {
    width: 100%;
    margin: 40px 0 0 0;
}

.account-content .table-wrapper {
    margin: 40px 0 0 0;
}

    .account-content .table-wrapper #order_details {
        margin: 0;
    }

.account-content table th {
    word-wrap: break-word;
    max-width: 130px;
}

/*  4.10 - Password
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.template-password .fullscreen-bg-image {
    z-index: 1;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.template-password .main-header, .template-password .main-footer {
    display: none;
}

.template-password .login {
    z-index: 2;
    position: absolute;
    top: 30px;
    right: 30px;
}

    .template-password .login .login-form {
        visibility: hidden;
        position: fixed;
        margin: -50.5px 0 0 -100px;
        left: 50%;
        top: 50%;
        width: 200px;
    }

        .template-password .login .login-form .errors {
            color: #f6d3d1;
        }

            .template-password .login .login-form .errors ul {
                list-style: none;
                margin: 0 0 15px;
                padding: 0;
            }

    .template-password .login .button {
        margin-right: 10px;
    }

.template-password .wrapper {
    position: relative;
    z-index: 2;
    margin: 30px auto 30px;
    text-align: center;
    float: none;
}

.template-password h1.title {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .template-password h1.title {
        margin-bottom: 150px;
    }
}

.lt-ie9 .template-password h1.title {
    margin-bottom: 150px;
}

.template-password h1.title a {
    font-family: 'Open Sans', sans-serif;
}

.template-password .mailing_list {
    margin-top: 30px;
    display: inline-block;
}

    .template-password .mailing_list input[type="email"] {
        display: inline-block;
        width: auto;
        margin-right: 5px;
    }

    .template-password .mailing_list input[type="submit"] {
        display: inline-block;
        width: auto;
        padding: 0 15px;
    }

    .template-password .mailing_list .success {
        font-style: italic;
    }

.template-password .powered_by {
    display: table-cell;
    vertical-align: bottom;
    padding: 50px 30px 10px;
    line-height: 24px;
}

@media only screen and (min-width: 768px) {
    .template-password .powered_by {
        padding-top: 150px;
    }
}

.lt-ie9 .template-password .powered_by {
    padding-top: 150px;
}

.template-password .lock-svg {
    width: 12.8px;
    height: 12.8px;
    display: inline-block;
    vertical-align: baseline;
}

.template-password .shopify-logo-svg {
    width: 82.28571px;
    height: 24px;
    display: inline-block;
    line-height: 0;
    vertical-align: top;
}

    .template-password .shopify-logo-svg path, .template-password .lock-svg path {
        fill: currentColor;
    }

.template-password .shopify-name {
    display: none;
}

.lt-ie9 .template-password .shopify-logo-svg {
    display: none;
}

.lt-ie9 .template-password .shopify-name {
    display: inline;
}

/* updated css */

/*.page-contact-us .main-content .row {max-width:none;}
.page-contact-us .contact-form input, .page-contact-us .contact-form textarea {max-width:100% !important;}
.page-contact-us .map_box {float: left; margin: 0; width: 100%;}
.page-contact-us .map_box > iframe {width: 100%;}*/

.template-page .main-content .row {
    max-width: none;
}

.template-page .contact-form input, .template-page .contact-form textarea {
    max-width: 100% !important;
}

.template-page .map_box {
    float: left;
    margin: 0;
    width: 100%;
}

    .template-page .map_box > iframe {
        width: 100%;
    }


.box_cover {
    margin: 0 0 0 70px;
    float: left;
    width: 100%;
}


.home_featured_section {
    float: left;
    margin: 0;
    padding: 60px 0px;
    width: 100%;
}

    .home_featured_section a {
        float: left;
        width: 100%;
    }

    .home_featured_section .home_featured_left_section {
        float: left;
        margin: 0 1.7% 0 0;
        width: 51.45%;
    }

        .home_featured_section .home_featured_left_section .home_featured_left_img_section {
            float: left;
            margin: 0;
            width: 100%;
            position: relative;
        }

.title {
    cursor: pointer;
    word-wrap: break-word;
    position: relative;
}

    .title h2 {
        text-transform: uppercase;
    }

.home_featured_section .home_featured_left_section .home_featured_left_img_section .title {
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 50%;
    z-index: 9999;
}

    .home_featured_section .home_featured_left_section .home_featured_left_img_section .title > h2 {
        color: #58595b;
        font-size: 20px;
        letter-spacing: 5px;
        margin: 0;
    }

.home_featured_section .home_featured_right_section {
    float: left;
    margin: 0;
    width: 46.85%;
}

    .home_featured_section .home_featured_right_section .home_featured_right_top_section {
        float: left;
        margin: 0 0 3.5% 0;
        width: 100%;
        position: relative;
    }

        .home_featured_section .home_featured_right_section .home_featured_right_top_section .title {
            bottom: 120px;
            left: 0;
            right: 0;
            margin: 0 auto;
            position: absolute;
            text-align: center;
            width: 100%;
            z-index: 9999;
        }

            .home_featured_section .home_featured_right_section .home_featured_right_top_section .title > h2 {
                color: #fff;
                font-size: 50px;
                letter-spacing: 10px;
                margin: 0;
            }

    .home_featured_section .home_featured_right_section .home_featured_right_bottom_left_section {
        float: left;
        margin: 0 3.5% 0 0;
        width: 48.24%;
        position: relative;
    }

.first .title {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
    margin-bottom: 0 !important;
}

    .first .title > h2 {
        color: #fff;
        font-size: 36px;
        letter-spacing: 10px;
        margin: 0;
    }

.second .title {
    bottom: 125px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 64%;
    z-index: 9999;
    margin-bottom: 0 !important;
}

    .second .title > h2 {
        color: #fff;
        font-size: 40px;
        letter-spacing: 10px;
        margin: 0;
    }

.banner_section {
    float: left;
    margin: 0;
    width: 100%;
}

    .banner_section .banner_img {
        float: left;
        margin: 0;
        position: relative;
        width: 100%;
    }

        .banner_section .banner_img > a {
            float: left;
            width: 100%;
        }

    .banner_section .banner_text {
        bottom: 72px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: center;
        width: 28%;
        word-wrap: break-word;
    }

        .banner_section .banner_text > h2 {
            font-size: 40px;
            font-weight: bold;
            letter-spacing: 10px;
            margin: 0;
            padding: 0 0 20px;
        }

        .banner_section .banner_text > span {
            font-size: 24px;
            letter-spacing: 6px;
            line-height: 50px;
        }

.home_featured_section .home_featured_right_section .home_featured_right_bottom_left_section:last-child {
    margin-right: 0;
}

.featured-promo_btn {
    float: left;
    margin: 30px 0 0;
    width: 100%;
}

    .featured-promo_btn > a {
        font-family: open sans;
        background: #ffffff none repeat scroll 0 0;
        float: left;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        padding: 10px;
        text-transform: uppercase;
        width: auto;
        color: #444444;
    }

        .featured-promo_btn > a:hover {
            background: #ffffff;
        }

.customer_sections {
    background: #f6d3d1 none repeat scroll 0 0;
    float: left;
    padding: 100px 0;
    width: 100%;
}

    .customer_sections .row {
        padding-top: 0 !important;
    }

    .customer_sections .customer_title {
        margin: 0 0 50px;
        text-align: center;
        width: 100%;
    }

        .customer_sections .customer_title > h3 {
            color: #4d4d4d;
            font-size: 18px;
            letter-spacing: 4px;
            margin: 0;
            font-family: open sans;
            font-weight: bold;
        }

    .customer_sections .customer_img_cover {
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .customer_sections .customer_img_box {
        display: inline-block;
        margin: 0 2% 0 0;
        width: 23%;
    }

        .customer_sections .customer_img_box:last-child {
            margin-right: 0;
        }

    .customer_sections .cus_text {
        float: left;
        margin: 20px 0 0;
        text-align: center;
        width: 100%;
    }

        .customer_sections .cus_text > p {
            font-size: 14px;
            letter-spacing: 2px;
            line-height: 20px;
            margin: 0;
            text-transform: uppercase;
        }

.brand_section {
    float: left;
    margin: 0;
    padding: 100px 0;
    width: 100%;
}

    .brand_section .row {
        padding-top: 0 !important;
    }

    .brand_section .brand_logo_box {
        float: left;
        margin: 0;
        width: 100%;
    }

        .brand_section .brand_logo_box > ul {
            list-style: outside none none;
            margin: 0;
            padding: 0;
        }

        .brand_section .brand_logo_box li {
            display: inline-block;
            margin: 0 2% 0 0;
            width: 14.6666%;
        }

            .brand_section .brand_logo_box li:last-child {
                margin-right: 0;
            }

            .brand_section .brand_logo_box li img {
                max-width: 100%;
            }


.testimonials {
    background: #e1f4e9 none repeat scroll 0 0;
    float: left;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

    .testimonials .row {
        padding-top: 0 !important;
    }

    .testimonials .testi_title {
        float: left;
        margin: 0;
        width: 100%;
    }

        .testimonials .testi_title > h3 {
            color: #4d4d4d;
            font-size: 18px;
            letter-spacing: 4px;
            margin: 0;
            font-family: open sans;
            margin: 0 0 30px 0;
        }

    .testimonials .flexslider {
        overflow: hidden;
        background: none;
        border: 0;
    }

        .testimonials .flexslider .slides img {
            display: inline-block;
            width: auto;
        }

    .testimonials .testi_img {
        float: left;
        margin: 0 0 30px 0;
        width: 100%;
    }

        .testimonials .testi_img > img {
            max-width: 100%;
            width: 87px;
            height: 87px;
        }

    .testimonials .des {
        float: left;
        margin: 0 0 30px 0;
        width: 100%;
    }

        .testimonials .des p {
            font-size: 14px;
            letter-spacing: 2px;
            margin: 0;
        }

    .testimonials .author {
        float: left;
        margin: 0;
        width: 100%;
    }

        .testimonials .author > p {
            font-size: 16px;
            font-weight: bold;
            line-height: 18px;
        }

    .testimonials .owl-controls {
        display: none !important;
    }



.custom_featured_collection_cover {
    float: left;
    margin: 0 0 50px 0;
    width: 100%;
}

.custom_featured_collection {
    border-top: 0;
    float: left;
    margin: 0;
    padding: 10px 0 10px 0;
    width: auto;
}

    .custom_featured_collection > h1 {
        color: #434343;
        font-family: open sans;
        font-size: 24px;
        font-weight: bold;
        padding: 0 0 0 10px;
        margin: 0;
        text-transform: uppercase;
    }

.custom_featured_collection_box .image-wrapper {
    text-align: center;
    width: 100%;
}

.custom_featured_collection_box .caption {
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
}

    .custom_featured_collection_box .caption p.title {
        text-transform: uppercase;
        font-size: 14px;
        margin: 0 0 5px 0;
    }

    .custom_featured_collection_box .caption p.price {
        text-transform: uppercase;
        font-size: 14px;
        margin: 0 0 5px 0;
    }

.custom_featured_collection_box {
    float: left;
    width: 100%;
}

    .custom_featured_collection_box .product-grid {
        margin-top: 0;
    }

.custom_featured_collection_btn {
    float: left;
    margin: 10px 0 10px 25px;
    padding: 0;
    width: auto;
}

    .custom_featured_collection_btn > a {
        background: #e1f4e9 none repeat scroll 0 0;
        color: #434343;
        display: block;
        font-size: 13px;
        font-weight: bold;
        line-height: 18px;
        padding: 10px;
        text-transform: uppercase;
    }

.custom_featured_collection_des {
    float: left;
    margin: 0;
    width: 100%;
}

    .custom_featured_collection_des p {
        font-size: 14px;
        padding: 0 0 0 10px;
    }

/* about us */

.about_main {
    float: left;
    margin: 0;
    padding: 0 40px;
    width: 100%;
}

.about_cover {
    float: left;
    margin: 0;
    width: 100%;
}

    .about_cover .about_box {
        float: left;
        margin: 0 0 50px 0;
        padding: 0 0 60px 0;
        width: 100%;
        border-bottom: 1px solid #434343;
    }

        .about_cover .about_box .about_img {
            float: left;
            margin: 0 30px 0 0;
            width: 190px;
        }

            .about_cover .about_box .about_img img {
                margin: 0 !important;
                max-width: 100%;
            }

.about-des > h2 {
    font-family: open sans;
    font-size: 17px;
    font-weight: bold;
    color: #434343;
}

.about-des > p {
    color: #434343;
    font-size: 15px;
    line-height: 21px;
}

.about-des p.first {
    margin-bottom: 50px !important;
}

.about-des p.tagline {
    color: #95b1c6 !important;
    font-weight: bold;
    margin: 0 !important;
}

.about-des p.red {
    color: #f4a8a8 !important;
    font-weight: bold;
    margin: 0 !important;
}

.about_cover .about_box:last-child {
    border: 0 none;
    margin: 0;
}

/* faq */
.faq_main {
    float: left;
    margin: 0;
    padding: 0 40px;
    width: 100%;
}

.faq_cover .ui-accordion h3 {
    cursor: pointer;
    position: relative;
    padding: 0 0 30px 40px;
    border-bottom: 1px solid #939598;
    margin-bottom: 50px;
    font-size: 16px;
    font-family: open sans;
    letter-spacing: 1px;
}

    .faq_cover .ui-accordion h3::before {
        background-image: url("down.png");
        background-size: 100% auto;
        content: "";
        height: 16px;
        left: 0;
        position: absolute;
        top: 8px;
        width: 28px;
    }

.faq_cover .ui-accordion .ui-accordion-content {
    padding: 0 0 30px 40px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #939598;
}

    .faq_cover .ui-accordion .ui-accordion-content > p {
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 25px;
        color: #4d4d4d;
    }

.faq_cover .ui-accordion .last {
    border-bottom: 0 !important;
}

.faq_cover .ui-accordion .ui-accordion-content > ul > li {
    font-size: 15px;
}

/* after and before */
.after_and_before_main {
    float: left;
    margin: 0;
    padding: 0 40px;
    width: 100%;
}

.after_and_before_cover {
    float: left;
    margin: 0;
    width: 100%;
}

    .after_and_before_cover .after_and_before_description {
        float: left;
        margin: 0 2% 0 0;
        width: 48%;
    }

        .after_and_before_cover .after_and_before_description > p {
            color: #414042;
            font-size: 16px;
            margin-bottom: 30px;
            line-height: 24px;
        }

    .after_and_before_cover .after_and_before_img {
        float: left;
        margin: 0;
        width: 50%;
    }

        .after_and_before_cover .after_and_before_img > ul {
            list-style: outside none none;
            margin: 0 0 2% 0;
            padding: 0;
            float: left;
            width: 100%;
        }

            .after_and_before_cover .after_and_before_img > ul:last-child {
                margin-bottom: 0;
            }

        .after_and_before_cover .after_and_before_img ul > li {
            float: left;
            margin: 0 2% 0 0;
            width: 49%;
        }

            .after_and_before_cover .after_and_before_img ul > li:last-child {
                margin-right: 0;
            }

            .after_and_before_cover .after_and_before_img ul > li .images_box {
                float: left;
                margin: 0;
                position: relative;
                width: 100%;
            }

                .after_and_before_cover .after_and_before_img ul > li .images_box .after_before_img {
                    float: left;
                    margin: 0;
                    width: 100%;
                }

                    .after_and_before_cover .after_and_before_img ul > li .images_box .after_before_img img {
                        margin: 0 !important;
                        max-width: 100%;
                    }

                .after_and_before_cover .after_and_before_img ul > li .images_box .images_text {
                    bottom: 0;
                    float: none;
                    height: 50px;
                    margin-top: 0;
                    padding: 10px;
                    position: absolute;
                    visibility: hidden;
                    width: 100%;
                    text-align: center;
                }

                    .after_and_before_cover .after_and_before_img ul > li .images_box .images_text p {
                        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                        display: inline-block;
                        line-height: inherit;
                        padding: 5px 10px;
                        position: relative;
                        right: inherit;
                        top: inherit;
                        width: auto;
                        font-size: 14px;
                        margin: 0;
                        text-transform: uppercase;
                    }

                .after_and_before_cover .after_and_before_img ul > li .images_box:hover .images_text {
                    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
                    bottom: 0;
                    transition: all 0.5s linear 0s;
                    visibility: visible;
                    z-index: 9999;
                }

/* special */

.special_main {
    float: left;
    margin: 0;
    padding: 0 40px;
    width: 100%;
}

.special_cover {
    float: left;
    margin: 0;
    width: 100%;
}

    .special_cover .special_des {
        width: 100%;
        float: left;
        margin: 0 0 50px 0;
    }

        .special_cover .special_des p {
            font-size: 14px;
            color: #414042
        }

            .special_cover .special_des p:last-child {
                margin-bottom: 0;
            }

    .special_cover .special_images {
        width: 100%;
        float: left;
        margin: 0 0 50px 0;
    }

        .special_cover .special_images .special_images_box {
            width: 32%;
            margin: 0 2% 0 0;
            float: left;
        }

            .special_cover .special_images .special_images_box img {
                max-width: 100%;
                margin: 0;
            }

            .special_cover .special_images .special_images_box:last-child {
                margin-right: 0;
            }

/* video */

.video_main {
    float: left;
    margin: 0;
    padding: 0 40px;
    width: 100%;
}

.video_cover {
    float: left;
    margin: 0;
    width: 100%;
}

    .video_cover > h2 {
        color: #414042;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 14px;
        border-bottom: thin solid #808285;
        margin: 0 0 35px 0;
        padding: 0 0 15px 0;
    }

    .video_cover > ul {
        list-style: outside none none;
        margin: 0 0 50px 0;
        padding: 0 40px;
        float: left;
        width: 100%;
    }

        .video_cover > ul > li {
            float: left;
            margin: 0 5% 0 0;
            padding: 0;
            width: 47.5%;
        }

            .video_cover > ul > li:last-child {
                margin-right: 0;
            }

            .video_cover > ul > li .video_box > p {
                font-size: 14px;
                letter-spacing: 2px;
            }

            .video_cover > ul > li .video_box > iframe {
                height: 310px;
                width: 100%;
            }

/* product */

.template-product .slider_box {
    float: left;
    margin: 0 2% 0 0;
    width: 80%;
    max-width: 80%;
}

.template-product .thumb_img {
    float: left;
    width: 18%;
}

.template-product .thumbs {
    display: inline-block;
    float: left;
    width: 100%;
}

    .template-product .thumbs > ul {
        margin: 0;
    }

        .template-product .thumbs > ul > li {
            width: 100%;
        }

.template-product #shopify-product-reviews {
    text-align: center;
}

.template-product .spr-summary-actions-newreview {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

.template-product .social-share .glyph {
    background: none;
    border: 0;
    padding: 0;
    margin: 10px 20px;
}
/*.template-product .glyph.twitter::before, .glyph.facebook::before, .glyph.pinterest::before, .glyph.tumblr::before, .glyph.googleplus::before {content: inherit; display:none;}*/
.template-product .glyph:hover img {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
}

.template-product .spr-form-review-rating a, .template-product .spr-form-review-rating a:hover {
    float: none !important;
}

.template-product .spr-button-primary {
    float: none !important;
}

.template-product input, .template-product textarea {
    border: 1px solid #b3b3b3;
}

.template-product .btn {
    border: 0;
}

.social-share a::before {
    content: "" !important;
}



@media only screen and (max-width:1636px) {

    .home_featured_section .home_featured_left_section .home_featured_left_img_section .title {
        width: 60%;
        bottom: 90px;
    }

        .home_featured_section .home_featured_left_section .home_featured_left_img_section .title > h2 {
            font-size: 40px;
        }

    .home_featured_section .home_featured_right_section .home_featured_right_top_section .title {
        bottom: 103px;
    }

        .home_featured_section .home_featured_right_section .home_featured_right_top_section .title > h2 {
            font-size: 40px;
        }

    .first .title > h2 {
        font-size: 32px;
        letter-spacing: 8px;
    }

    .second .title {
        bottom: 114px;
        width: 66%;
    }

        .second .title > h2 {
            font-size: 30px;
        }
}

@media only screen and (max-width:1280px) {

    .home_featured_section .home_featured_left_section .home_featured_left_img_section .title {
        bottom: 80px;
        width: 60%;
    }

        .home_featured_section .home_featured_left_section .home_featured_left_img_section .title > h2 {
            font-size: 30px;
            line-height: 40px;
            letter-spacing: 7px;
        }

    .home_featured_section .home_featured_right_section .home_featured_right_top_section .title {
        bottom: 81px;
    }

        .home_featured_section .home_featured_right_section .home_featured_right_top_section .title > h2 {
            font-size: 30px;
            line-height: 40px;
            letter-spacing: 7px;
        }

    .first .title {
        bottom: 11px;
    }

        .first .title > h2 {
            font-size: 25px;
            letter-spacing: 7px;
        }

    .second .title {
        bottom: 85px;
    }

        .second .title > h2 {
            font-size: 24px;
            letter-spacing: 7px;
        }

    .video_cover > ul > li .video_box > iframe {
        height: 290px;
    }
}

@media only screen and (max-width:1199px) {

    .after_and_before_cover .after_and_before_description {
        width: 100%;
        margin: 0 0 2%;
    }

    .after_and_before_cover .after_and_before_img {
        width: 100%;
    }
}

@media only screen and (max-width:1024px) {

    .brand_section .brand_logo_box li {
        width: 14.5%;
    }

    .home_featured_section .home_featured_left_section .home_featured_left_img_section .title {
        bottom: 50px;
        width: 70%;
    }

    .home_featured_section .home_featured_right_section .home_featured_right_top_section .title {
        bottom: 61px;
    }

    .second .title {
        width: 80%;
        bottom: 55px;
    }

    .video_cover > ul > li .video_box > iframe {
        height: 220px;
    }
}

@media only screen and (max-width:1279px) {
    .template-product .thumbs {
        display: inline-block;
        float: none;
        text-align: center;
        width: 100%;
    }

        .template-product .thumbs .thumb {
            width: auto;
        }
}

@media only screen and (max-width:800px) {

    .home_featured_section .home_featured_left_section .home_featured_left_img_section .title {
        bottom: 50px;
        width: 90%;
    }

        .home_featured_section .home_featured_left_section .home_featured_left_img_section .title > h2 {
            font-size: 20px;
            letter-spacing: 5px;
            line-height: 20px;
        }

    .home_featured_section .home_featured_right_section .home_featured_right_top_section .title {
        bottom: 50px;
    }

        .home_featured_section .home_featured_right_section .home_featured_right_top_section .title > h2 {
            font-size: 20px;
            letter-spacing: 5px;
            line-height: 20px;
        }

    .first .title {
        bottom: 10px;
    }

        .first .title > h2 {
            font-size: 18px;
            letter-spacing: 5px;
        }

    .second .title {
        bottom: 42px;
        width: 80%;
    }

        .second .title > h2 {
            font-size: 18px;
            letter-spacing: 5px;
        }

    .video_cover > ul > li .video_box > p {
        min-height: 45px;
    }

    .video_cover > ul > li .video_box > iframe {
        height: 152px;
    }
}

@media only screen and (max-width: 768px) {
    .page-contact-us .map_box > iframe {
        height: 300px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .box_cover {
        margin: 0;
    }

    .custom_featured_collection {
        width: 100%;
    }

        .custom_featured_collection > h1 {
            text-align: center;
            padding: 0;
        }

    .customer_sections {
        padding: 50px 0;
    }

    .brand_section {
        padding: 50px 0;
    }

    .testimonials {
        padding: 50px 0;
    }

    .customer_sections .customer_title > h3 {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .home_featured_section .home_featured_left_section .home_featured_left_img_section .title {
        bottom: 40px;
        width: 100%;
    }

        .home_featured_section .home_featured_left_section .home_featured_left_img_section .title > h2 {
            font-size: 16px;
            letter-spacing: 2px;
            line-height: 20px;
        }

    .home_featured_section .home_featured_right_section .home_featured_right_top_section .title > h2 {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 20px;
    }

    .first .title > h2 {
        font-size: 16px;
        letter-spacing: 3px;
    }

    .second .title {
        bottom: 55px;
        width: 100%;
    }

        .second .title > h2 {
            font-size: 16px;
            letter-spacing: 2px;
            line-height: 20px;
        }

    .brand_section .brand_logo_box > ul {
        text-align: center;
        width: 100%;
    }

    .brand_section .brand_logo_box li {
        width: 14%;
    }

    .custom_featured_collection_btn {
        float: left;
        margin: 10px 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

        .custom_featured_collection_btn > a {
            display: inline-block;
            float: none;
            width: auto;
        }

    .about_cover .about_box .about_img {
        float: none;
        margin: 0 auto 20px;
        width: 190px;
    }

    .about-des {
        float: left;
        text-align: center;
        width: 100%;
    }

    .custom_featured_collection_des p {
        text-align: center;
    }

    .video_cover > ul > li .video_box > p {
        letter-spacing: 0;
        font-size: 14px;
    }

    .video_cover > ul {
        margin: 0 0 20px;
        padding: 0 20px;
    }
}

@media only screen and (max-width:667px) {
    .second .title {
        bottom: 30px;
    }

    .customer_sections .customer_img_cover {
        float: none;
        text-align: center;
    }

    .customer_sections .customer_img_box {
        width: 22.9%;
    }
}

@media only screen and (max-width:480px) {

    .home_featured_section {
        padding: 30px 0px;
    }

    .customer_sections {
        padding: 30px 0;
    }

    .brand_section {
        padding: 30px 0;
    }

    .testimonials {
        padding: 30px 0;
    }

    .home_featured_section .home_featured_left_section .home_featured_left_img_section .title {
        bottom: 20px;
    }

        .home_featured_section .home_featured_left_section .home_featured_left_img_section .title > h2 {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 16px;
        }

    .home_featured_section .home_featured_right_section .home_featured_right_top_section .title {
        bottom: 20px;
    }

        .home_featured_section .home_featured_right_section .home_featured_right_top_section .title > h2 {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 16px;
        }

    .first .title > h2 {
        font-size: 14px;
        letter-spacing: 0;
    }

    .second .title {
        bottom: 20px;
    }

        .second .title > h2 {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 16px;
        }

    .customer_sections .customer_img_box {
        width: 22%;
    }

    .about_cover .about_box {
        margin: 0 0 20px;
        padding: 0 0 20px;
    }

    .about-des > h2 {
        font-size: 15px;
    }

    .about-des > p {
        font-size: 14px;
    }

    .about-des p.first {
        margin-bottom: 20px !important;
    }

    .about_main .page-title {
        font-size: 18px;
        text-align: center;
    }

    .faq_cover .ui-accordion h3 {
        margin-bottom: 15px;
        padding: 0 0 15px 40px;
        font-size: 14px;
    }

        .faq_cover .ui-accordion h3::before {
            width: 15px;
            height: 8px;
        }

    .faq_cover .ui-accordion .ui-accordion-content iframe {
        height: auto;
        width: 100%;
    }

    .after_and_before_cover .after_and_before_description > p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .after_and_before_cover .after_and_before_img ul > li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .special_cover .special_des {
        margin: 0 0 20px 0;
    }

    .special_cover .special_images .special_images_box {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .special_cover .special_images {
        margin: 0;
    }

    .video_cover > ul > li {
        width: 100%;
        margin: 0 0 10px 0;
    }

        .video_cover > ul > li .video_box > p {
            min-height: inherit;
        }

    .template-product article .prices .actual-price {
        font-size: 18px;
    }

    .template-product .social-share .glyph {
        margin: 10px;
    }
}

@media only screen and (max-width:479px) {
    .page-contact-us .map_box > iframe {
        height: 250px;
        width: 100%;
    }

    .custom_featured_collection > h1 {
        font-size: 18px;
    }

    .home_featured_section .home_featured_left_section {
        float: left;
        margin: 0 0 20px 0;
        width: 100%;
    }

    .home_featured_section .home_featured_right_section {
        width: 100%;
        margin: 0;
    }

    .customer_sections .cus_text {
        margin: 10px 0 0;
    }

    .brand_section .brand_logo_box li {
        margin: 0 0 20px;
        width: 50%;
    }

    .customer_sections .customer_title {
        margin: 0 0 20px;
    }

    .customer_sections .cus_text > p {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .video_cover > ul > li .video_box > iframe {
        height: 100px;
    }

    .template-product .social-share .glyph {
        margin: 0;
    }
}

.previous-next.row {
    display: none;
}

.template-product article .add-to-cart .button {
    border: none;
}

.main-header .main-menu .widescreen > ul > li a:hover {
    color: #333333
}

.sub-nav-item.columns span:hover {
    color: #333333
}


.hide_main_variant {
    display: block !important;
}




/*==================update===============*/



@font-face {
    font-family: 'aliens_and_cowsregular';
    src: url('aliens_and_cows_trial-webfont.eot');
    src: url('aliens_and_cows_trial-webfont.eot?#iefix') format('embedded-opentype'), url('aliens_and_cows_trial-webfont.woff') format('woff'), url('aliens_and_cows_trial-webfont.ttf') format('truetype'), url('aliens_and_cows_trial-webfont.svg#aliens_and_cowsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




.main-header .top.row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.book_app_btn > a {
    background: #f4d6d6;
    color: #fffafb;
    float: left;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 30px;
}

    .book_app_btn > a:hover {
        background: #f4d6d6;
    }

.book_app_btn {
    float: left;
    margin-top: 20px;
}

    .book_app_btn.mobile {
        display: none;
    }

.header_social {
    float: right;
    margin-top: 25px;
}

    .header_social .social_share {
        float: right;
    }

        .header_social .social_share a {
            color: #000;
            font-size: 30px;
            margin: 0 6px;
        }

            .header_social .social_share a:last-child {
                margin-right: 0;
            }

            .header_social .social_share a:hover {
                color: #F4D6D6
            }

.header_contact {
    color: #000;
    float: right;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: right;
    width: 100%;
    margin-top: 5px;
}

.bottom-row.navigation {
    background: #000000 none repeat scroll 0 0;
    padding: 12px 0;
}

.main-header .main-menu .widescreen > ul > li > a {
    color: #fff;
}

    .main-header .main-menu .widescreen > ul > li > a:hover {
        color: #fff;
    }

.home_featured_section .home_featured_left_section {
    margin: 0;
    width: 49%;
}

.home_featured_section .home_featured_right_section {
    margin: 0 0 0 2%;
    width: 49%;
}

.book_an_appointment {
    float: left;
    margin-top: 3.5%;
    width: 100%;
}

    .book_an_appointment a {
        border-bottom: 1px solid #000;
        float: none;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 2px;
        padding-bottom: 10px;
    }

.home_featured_right_bottom_left_section.first .title > h2 {
    border-bottom: 2px solid #fff;
    color: #fff;
    display: table;
    float: none !important;
    font-size: 36px;
    letter-spacing: 10px;
    margin: 0 auto 20px;
    padding-bottom: 10px;
    width: auto !important;
}

.home_featured_right_bottom_left_section.first .title {
    left: 0;
    position: absolute;
    top: 20%;
}

    .home_featured_right_bottom_left_section.first .title > p {
        color: #fff;
        margin-bottom: 5px;
    }

.home_promo_section {
    box-sizing: border-box;
    float: left;
    padding: 0px;
    width: 100%;
}

.promo_cover {
    float: left;
    width: 100%;
}

    .promo_cover > ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .promo_cover ul li {
        float: left;
        list-style-type: none;
        margin-right: 2%;
        width: 32%;
        margin-bottom: 40px;
    }

        .promo_cover ul li:last-child {
            margin-right: 0;
        }

        .promo_cover ul li .promo_inner {
            background: #f4dada none repeat scroll 0 0;
            box-sizing: border-box;
            float: left;
            padding: 35px;
            width: 100%;
        }

            .promo_cover ul li .promo_inner > img {
                border: 5px solid #fff;
                float: left;
                width: 100%;
            }

            .promo_cover ul li .promo_inner h3 {
                color: #333131;
                float: left;
                font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
                font-size: 25px;
                letter-spacing: 2px;
                margin: 20px 0;
                text-align: center;
                width: 100%;
            }

            .promo_cover ul li .promo_inner p {
                color: #333131;
                float: left;
                font-family: "Open Sans",sans-serif;
                font-size: 15px;
                letter-spacing: 0.82px;
                line-height: 20px;
                text-align: center;
                width: 100%;
            }

.home_before_after {
    background: #e7f4f1 none repeat scroll 0 0;
    float: left;
    padding: 40px 0;
    width: 100%;
}

.before_after_cover {
    float: left;
    width: 100%;
}

    .before_after_cover > ul {
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .before_after_cover > ul li {
            float: left;
            list-style-type: none;
            margin-right: 2%;
            width: 23.3%;
        }

            .before_after_cover > ul li:last-child {
                margin-right: 0;
            }

    .before_after_cover ul li .before_after_inner {
        float: left;
        width: 100%;
    }

.before_after_inner > h3 {
    color: #333131;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 19px;
    letter-spacing: 2px;
    margin: 30px 0;
    text-align: center;
}

.view_more_btn {
    float: left;
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

    .view_more_btn a {
        color: #333131;
        font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
        font-size: 16px;
        letter-spacing: 2px;
        padding-bottom: 0px;
        border-bottom: 2px solid #333131;
        font-weight: 600;
        display: table;
        margin: 0 auto;
        line-height: 20px;
    }

.home_before_after .page_title > h3 {
    color: #333131;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 21px;
    letter-spacing: 2px;
    font-weight: 600;
    display: table;
    margin: 0 auto;
    line-height: 25px;
}

.home_before_after .page_title {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 20px;
}

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

.view_more_btn a:hover {
    color: #fff;
    border-color: #fff;
}

.testimonials {
    background: #5f6572;
}

    .testimonials .testi_title > h3 {
        color: #efd0d5;
        font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
        font-size: 21px;
        letter-spacing: 2px;
        margin: 0 0 30px;
        line-height: 25px;
        float: none;
        margin: 0 auto 30px;
        display: table;
    }

    .testimonials .des p {
        color: #efd0d5;
        font-family: "Open Sans",sans-serif;
        font-size: 14px;
        letter-spacing: 0.82px;
        line-height: 29px;
        margin: 0;
    }

    .testimonials .author > p {
        color: #efd0d5;
        font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 18px;
    }

.testi_title span:first-child {
    background: #efd0d5 none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 2px;
    margin-right: 10px;
    margin-top: 13px;
    width: 70px;
}

.testi_title span:last-child {
    background: #efd0d5 none repeat scroll 0 0;
    display: inline-block;
    float: right;
    height: 2px;
    margin-left: 10px;
    margin-top: 13px;
    width: 70px;
}

.price_list_cover {
    float: left;
    width: 100%;
    background: #f9d7d7;
    padding: 60px 0 64px 0;
}

    .price_list_cover .container_custom {
        margin: 0 auto;
        width: 100%;
        max-width: 600px;
    }

    .price_list_cover .section_title {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }

        .price_list_cover .section_title h3 {
            color: #2d2b2b;
            display: table;
            float: none;
            font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
            font-size: 21px;
            letter-spacing: 0.82px;
            line-height: 25px;
            margin: 0 auto;
        }

            .price_list_cover .section_title h3 span:first-child {
                background: #2d2b2b none repeat scroll 0 0;
                float: left;
                height: 2px;
                margin-right: 10px;
                margin-top: 12px;
                width: 90px;
            }

            .price_list_cover .section_title h3 span:last-child {
                background: #2d2b2b none repeat scroll 0 0;
                float: right;
                height: 2px;
                margin-left: 10px;
                margin-top: 12px;
                width: 90px;
            }

.services_section > h3 {
    border-bottom: 2px solid #2d2b2b;
    color: #2d2b2b;
    font-family: "aliens_and_cowsregular";
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 35px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.price_section > h3 {
    border-bottom: 2px solid #2d2b2b;
    color: #2d2b2b;
    font-family: "aliens_and_cowsregular";
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 35px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.services_section {
    float: left;
    width: 430px;
}

.price_section {
    float: left;
    width: 170px;
}

.services_section > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .services_section > ul li {
        color: #2d2b2b;
        float: left;
        font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
        font-size: 17px;
        letter-spacing: 2px;
        line-height: 69px;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

.price_section > ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .price_section > ul li {
        color: #2d2b2b;
        float: left;
        font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
        font-size: 17px;
        letter-spacing: 2px;
        line-height: 69px;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
    }

.return_customer_discount {
    color: #2d2b2b;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 12px;
    left: 0;
    letter-spacing: 2px;
    position: absolute; /* top: 25px*/
    ;
    width: 348px;
}

.featured-promo_btn > a {
    color: #2d2b2b;
    border-bottom: 2px solid #2d2b2b;
    padding: 10px 0 3px 0;
    line-height: 18px;
    font-size: 16px;
}

    .featured-promo_btn > a:hover {
        border-color: #F1D4D4;
        color: #F1D4D4;
    }

.featured-promo > .custom_container {
    margin: 0 auto;
    max-width: 980px;
    width: 100%;
}

    .featured-promo > .custom_container .row {
        padding: 60px 0;
    }

    .featured-promo > .custom_container > .row > .columns {
        padding-bottom: 0;
    }

    .featured-promo > .custom_container .title {
        margin: 50px 0 50px 0;
        line-height: 18px;
    }

    .featured-promo > .custom_container .featured-promo_btn {
        margin: 70px 0 0;
    }

.template-index .slider .owl-pagination {
    display: none;
}

.template-index .widgets .social-feeds {
    background: #fff;
}

.template-index .widgets .row {
    padding: 50px 30px 0;
}

.template-index .widgets .columns {
    padding-bottom: 70px;
}

.template-index .instagram-widget .items.wide {
    max-width: 100%;
    width: 100%;
}

.template-index .instagram-widget .items .item {
    display: inline-block;
    margin: 0 0.5%;
    max-width: 15.6%;
}

.insta_title {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

    .insta_title .title {
        color: #2d2b2b !important;
        display: table;
        float: none;
        line-height: 25px;
        margin: 0 auto !important;
    }

        .insta_title .title > span:first-child {
            background: #2d2b2b none repeat scroll 0 0;
            float: left;
            height: 2px;
            margin-right: 10px;
            margin-top: 12px;
            width: 70px;
        }

        .insta_title .title > span:last-child {
            background: #2d2b2b none repeat scroll 0 0;
            float: right;
            height: 2px;
            margin-left: 10px;
            margin-top: 12px;
            width: 70px;
        }

.template-index .instagram-widget .items {
    max-height: 100%;
}

.template-index .widgets .featured-promo {
    margin-bottom: 50px;
}

.home_before_after .page_title > h3 span:first-child {
    background: #2d2b2b none repeat scroll 0 0;
    float: left;
    height: 2px;
    margin-right: 10px;
    margin-top: 12px;
    width: 100px;
}

.home_before_after .page_title > h3 span:last-child {
    background: #2d2b2b none repeat scroll 0 0;
    float: right;
    height: 2px;
    margin-left: 10px;
    margin-top: 12px;
    width: 100px;
}

.featured-promo > .custom_container .title {
    font-size: 21px;
}

.mobile_price {
    display: none;
    float: right;
    width: 105px;
    text-align: left;
}

.wrapper {
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

.template-index .slider .slide .caption .title {
    font-family: google, 'Roboto', sans-serif !important;
    font-size: 22px !important;
}

.template-index .slider .slide .caption .sub-title {
    font-family: google, 'Lato', sans-serif !important;
    font-size: 14px !important;
}

.template-index .slider .slide .caption a.button {
    font-family: google, 'Lato', sans-serif !important;
    font-size: 10px !important;
}

.template-index .slider .slide .caption.right {
    margin: 0;
    right: 18%;
}

.template-index .slider .slide .caption a.button {
    font-size: 14px !important;
    padding: 15px 30px;
}



@media(max-width:1366px) {
    .home_featured_right_bottom_left_section.first .title {
        top: 10%
    }

        .home_featured_right_bottom_left_section.first .title > h2 {
            font-size: 26px;
        }

    .main-header .bottom-row .menu-container.text-center {
        padding: 0 10px;
    }

    .template-index .slider .slide .caption.right {
        right: 10%;
    }
}

@media(max-width:1180px) {
    .testimonials .des p {
        font-size: 20px;
    }

    .home_featured_right_bottom_left_section.first .title > p {
        font-size: 16px;
        margin-bottom: 0;
    }

    .home_featured_right_bottom_left_section.first .title > h2 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .main-header .bottom-row .menu-container.text-center {
        padding: 0;
    }

    .main-header .main-menu .widescreen > ul > li > a {
        padding: 0 10px;
    }
}

@media(max-width:1024px) {
    .promo_cover ul li .promo_inner {
        padding: 15px;
    }

    .header_social {
        margin-top: 15px;
    }

    .template-index .slider .slide .caption.right {
        right: 5%
    }
}

@media(max-width:900px) {
    .home_featured_right_bottom_left_section.first .title > p {
        line-height: 20px;
    }

    .promo_cover ul li .promo_inner h3 {
        margin: 10px 0;
        font-size: 20px;
    }

    .home_before_after .page_title > h3 {
        font-size: 20px;
    }

    .home_before_after .page_title {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .before_after_inner > h3 {
        font-size: 19px;
        margin: 20px;
    }

    .view_more_btn a {
        font-size: 14px;
        line-height: 15px;
        padding-bottom: 5px;
    }

    .return_customer_discount {
        line-height: 20px;
        position: relative;
        top: 0;
        width: auto;
    }

    .main-header .top.row {
        padding: 10px 20px;
    }

    .book_app_btn > a {
        padding: 10px;
    }

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

@media(max-width:768px) {
    .home_featured_section {
        padding: 40px 20px;
    }

    .home_featured_right_bottom_left_section.first .title > h2 {
        letter-spacing: 5px;
    }

    .home_featured_right_bottom_left_section.first .title > p {
        font-size: 14px;
        font-weight: 600;
    }

    .home_featured_right_bottom_left_section.first .title > h2 {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .promo_cover ul li .promo_inner p {
        font-size: 14px;
    }

    .home_promo_section {
        padding: 0px;
    }

    .home_before_after {
        padding: 40px 20px;
    }

    .price_list_cover {
        padding: 60px 20px;
    }

    .services_section > ul li {
        line-height: 49px;
    }

    .price_section > ul li {
        line-height: 49px;
    }

    .services_section > h3, .price_section > h3 {
        font-size: 38px;
    }

{
    font-size: 38px;
}

.main-header h1.title img {
    width: 100%;
}

.book_app_btn > a {
    letter-spacing: 0;
}

.header_social {
    margin-top: 10px;
}

.book_app_btn {
    float: left;
    margin-top: 10px;
}

.template-index .instagram-widget .items .item {
    display: inline-block;
    margin: 0.5%;
    max-width: 32%;
}

.template-index .widgets .row {
    padding: 50px 0 0;
}

.template-index .widgets .columns {
    padding-bottom: 30px;
}

.book_app_btn > a {
    font-size: 10px;
}

.header_contact {
    letter-spacing: 1px;
}

.book_app_btn > a {
    font-size: 8px;
}

.featured-promo > .custom_container .title {
    margin: 0 0 50px;
}

.featured-promo_btn > a {
    font-size: 14px;
}

}

@media(max-width:767px) {
    .before_after_cover > ul li {
        float: left;
        list-style-type: none;
        margin-right: 3%;
        width: 48.5%;
    }

        .before_after_cover > ul li:nth-child(2n) {
            margin-right: 0;
        }

    .home_featured_section .home_featured_right_section {
        margin: 0 0 4%;
        width: 100%;
    }

    .home_featured_section .home_featured_left_section {
        margin: 0;
        width: 100%;
    }

    .featured-promo > .custom_container .title {
        margin: 20px 0;
        text-align: center;
    }

    .template-index .widgets .featured-promo .description {
        text-align: center;
    }

    .featured-promo_btn > a {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .featured-promo > .custom_container .featured-promo_btn {
        text-align: center;
        margin-top: 40px;
    }

    .home_featured_right_bottom_left_section.first .title > h2 {
        margin-bottom: 10px;
    }

    .home_featured_right_bottom_left_section.first .title {
        top: 30%;
    }

    .book_app_btn > a {
        display: table;
        float: none;
        margin: 0 auto 20px;
        padding: 10px;
    }

    .header_social .social_share {
        float: none;
    }

    .header_contact {
        text-align: center;
        letter-spacing: 2px;
    }

    .header_social .social_share {
        display: table;
        float: none;
        margin: 0 auto;
        width: auto;
    }

    .header_social {
        margin-top: 20px;
    }

    .main-header .mobile-tools {
        padding: 0;
    }

    .price_list_cover .section_title h3 span:last-child, .price_list_cover .section_title h3 span:first-child {
        width: 50px;
    }

    .book_app_btn {
        display: none;
    }

        .book_app_btn.mobile {
            display: block;
            width: 48%;
            float: left;
            margin-top: 20px;
        }

            .book_app_btn.mobile a {
                float: left;
                text-align: left;
                font-size: 8px;
            }

    .header_social {
        float: right;
        width: 48%;
    }

        .header_social .social_share {
            float: right;
        }

            .header_social .social_share a {
                font-size: 20px;
                margin: 0 3px;
            }

        .header_social .header_contact {
            text-align: right;
            font-size: 8px;
        }

    .mobile-tools .glyph.menu {
        color: #fff;
    }

        .mobile-tools .glyph.menu:hover {
            color: #fff;
        }
}

@media(max-width:667px) {
    .promo_cover ul li {
        width: 100%;
        margin-right: 0;
    }

    .price_list_cover .section_title h3 span {
        display: none;
    }

    .services_section {
        float: left;
        width: 350px;
    }

    .insta_title .title > span:first-child, .insta_title .title > span:last-child {
        width: 50px;
    }
}

@media(max-width:568px) {
    .services_section {
        float: left;
        margin-bottom: 30px;
        width: 100%;
    }

    .price_section {
        width: 100%;
    }

    .price_list_cover .section_title h3 {
        font-size: 20px;
    }

    .services_section > ul li {
        line-height: 30px;
    }

    .price_section > ul li {
        line-height: 30px;
    }

    .testimonials .des p {
        font-size: 16px;
    }

    .insta_title .title > span:first-child, .insta_title .title > span:last-child {
        display: none;
    }

    .template-index .instagram-widget .items .item {
        max-width: 49%;
    }

    .mobile_price {
        display: block;
    }

    .price_section {
        display: none;
    }
}

@media(max-width:480px) {
    .before_after_cover > ul li {
        width: 100%;
        margin-right: 0
    }

    .home_featured_right_bottom_left_section.first .title {
        top: 15%;
    }

    .before_after_inner > h3 {
        margin: 10px 0 30px 0;
    }

    .services_section > ul li, .price_section > ul li {
        font-size: 14px
    }

    .services_section > h3, .price_section > h3 {
        font-size: 28px;
        padding-bottom: 0;
    }

    .price_list_cover .section_title h3 {
        font-size: 18px;
    }

    .price_list_cover .section_title {
        margin-bottom: 30px
    }

    .home_before_after .page_title > h3 span:first-child, .home_before_after .page_title > h3 span:last-child {
        display: none;
    }

    .services_section > ul li, .price_section > ul li {
        letter-spacing: 0;
    }
}

@media(max-width:414px) {
    .home_featured_section .home_featured_right_section .home_featured_right_bottom_left_section {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .home_featured_right_bottom_left_section.first .title {
        top: 30%
    }

    .testimonials .testi_title > h3 {
        font-size: 20px;
    }

    .testi_title span:first-child, .testi_title span:last-child {
        width: 50px !important;
    }

    .services_section > ul li, .price_section > ul li {
        font-size: 12px;
    }

    .mobile_price {
        width: 65px;
    }
}




/*==================update===============*/
@font-face {
    font-family: 'aliens_and_cowsregular';
    src: url('//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/aliens_and_cows_trial-webfont.woff2?149') format('woff2'), url('//cdn.shopify.com/s/files/1/1300/0183/t/5/assets/aliens_and_cows_trial-webfont.woff?149') format('woff');
    font-weight: normal;
    font-style: normal;
}

.home_featured_section .home_featured_left_section .home_featured_left_img_section .title > h2 {
    font-family: aliens_and_cowsregular;
    font-weight: normal;
    font-size: 42px;
    color: #ffffff;
    line-height: 52px;
    letter-spacing: 0px;
}

.home_featured_section .home_featured_left_section .home_featured_left_img_section .title > p {
    text-transform: initial;
    margin-top: 15px;
    color: #ffffff;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
}

.image-bg {
    background: #000000;
    color:#ffffff;
    padding: 20px;
}
.image-bg h4 {
    color:#ffffff;
}

.image-bg2 {
    background: #e5f4f1;
    padding: 20px;
}
.image-bg3 {
    background: #ffffff;
    padding: 20px;
}

.home_featured_section .home_featured_left_section .home_featured_left_img_section .title {
    width: 100%;
    top: 0px;
    border: 7px solid #ffffff;
    padding: 42px 40px 15px 41px;
    position: unset;
}

.home_featured_right_bottom_left_section.first .title {
    top: 12%;
}

@media screen and (max-width:1024px) {
    /*.home_featured_section .home_featured_right_section {width: 100%; margin:0;}
  	.home_featured_section .home_featured_left_section{width: 100%; margin-top:30px;}*/
    .home_featured_section .home_featured_left_section .home_featured_left_img_section .title > h2 {
        font-family: aliens_and_cowsregular;
        font-weight: normal;
        font-size: 25px;
        color: #58595b;
        line-height: 25px;
        letter-spacing: 0px;
    }

    .home_featured_section .home_featured_left_section .home_featured_left_img_section .title {
        padding: 10px 20px;
    }

        .home_featured_section .home_featured_left_section .home_featured_left_img_section .title > p {
            font-size: 13px;
        }
}



@media screen and (max-width:767px) {

    .home_featured_section .home_featured_left_section .home_featured_left_img_section .title {
    }

    .image-bg {
        margin-bottom: 20px;
    }

    .book_an_appointment {
        float: none;
    }

    .home_featured_section .home_featured_left_section .home_featured_left_img_section .title > h2 {
        font-size: 34px;
        line-height: 34px;
    }
}
