/* @font-face {
    font-family:'SukhumvitSet-SemiBold';
    src: url('./fonts/SukhumvitSet-SemiBold/SukhumvitSet-SemiBold.woff2');
    src: url('./fonts/SukhumvitSet-SemiBold/SukhumvitSet-SemiBold.woff2') format('woff2'),
    url('./fonts/SukhumvitSet-SemiBold/SukhumvitSet-SemiBold.woff') format('woff'),
    url('./fonts/SukhumvitSet-SemiBold/SukhumvitSet-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/SukhumvitSet-SemiBold/SukhumvitSet-SemiBold.svg#SukhumvitSet-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'SukhumvitSet-Text';
    src: url('./fonts/SukhumvitSet-Text/SukhumvitSet-Text.woff2');
    src: url('./fonts/SukhumvitSet-Text/SukhumvitSet-Text.woff2') format('woff2'),
    url('./fonts/SukhumvitSet-Text/SukhumvitSet-Text.woff') format('woff'),
    url('./fonts/SukhumvitSet-Text/SukhumvitSet-Text.eot?#iefix') format('embedded-opentype'),
    url('./fonts/SukhumvitSet-Text/SukhumvitSet-Text.svg#SukhumvitSet-Text') format('svg');
    font-weight: normal;
    font-style: normal;
} */

/*UXWing icons 1.0 https://uxwing.com/*/
@font-face {
  font-family: 'uxwing-iconsfont';
  src: url('./fonts/uxwing-iconsfont.eot?3up95z');
  src: url('./fonts/uxwing-iconsfont.eot?3up95z#iefix') format('embedded-opentype'), url('../fonts/uxwing-iconsfont.ttf?3up95z') format('truetype'), url('../fonts/uxwing-iconsfont.woff?3up95z') format('woff'), url('../fonts/uxwing-iconsfont.svg?3up95z#uxwing-iconsfont') format('svg');
  font-weight: normal;
  font-style: normal;
}


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

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

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

[hidden] {
    display: none
}

html {
    font-family: SukhumvitSet-Text;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

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

h1 {
    font-size: 2em
}

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

code,
kbd,
pre,
samp {
    font-family: SukhumvitSet-Text;
    font-size: 1em
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}

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: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

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

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

button,
input {
    line-height: normal
}

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

button[disabled],
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
}

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

table {
    border-collapse: collapse;
}

body,
figure {
    margin: 0
}

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

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

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

/* body {
    font-family: SukhumvitSet-Text;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: none;
    color: #333333;
    line-height: 1.6em;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    background-color: #ededed
} */

body.blocked-scroll {
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

body.blocked-overflow {
    overflow: hidden
}

::-moz-selection {
    background-color: #000;
    color: #fff
}

::selection {
    background: #FFF7B6;
    color: black
}

abbr {
    border-bottom: 1px dotted #cccccc
}

.editor-visible--true {
    display: block !important
}

.transition--blur-up {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transform: translate3d(0, 0, 0);
    transition: filter 200ms, -webkit-filter 200ms
}

.transition--blur-up.lazyloaded {
    -webkit-filter: blur(0px);
    filter: none;
    transform: scale(1)
}

img[data-sizes="auto"].lazyloaded {
    height: auto
}

img[data-sizes="auto"],
img[data-sizes="100vw"] {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.image__container {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.image-element__wrap {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.image-element__wrap img {
    height: auto
}

.grid {
    *zoom: 1;
    list-style: none;
    margin: 0;
    padding: 0
}

.grid::after {
    content: '';
    display: table;
    clear: both
}

.grid__item {
    float: left;
    width: 100%
}

.grid__item[class*='--push'] {
    position: relative
}

.grid--rev {
    direction: rtl;
    text-align: left
}

.grid--rev>.grid__item {
    direction: ltr;
    text-align: left;
    float: right
}

.one {
    width: calc(6.25% - 20px)
}

.two {
    width: calc(12.5% - 20px)
}

.three {
    width: calc(18.75% - 20px)
}

.four {
    width: calc(25% - 20px)
}

.five {
    width: calc(31.25% - 20px)
}

.six {
    width: calc(37.5% - 20px)
}

.seven {
    width: calc(43.75% - 20px)
}

.eight {
    width: calc(50% - 20px)
}

.nine {
    width: calc(56.25% - 20px)
}

.ten {
    width: calc(62.5% - 20px)
}

.eleven {
    width: calc(68.75% - 20px)
}

.twelve {
    width: calc(75% - 20px)
}

.thirteen {
    width: calc(81.25% - 20px)
}

.fourteen {
    width: calc(87.5% - 20px)
}

.fifteen {
    width: calc(93.75% - 20px)
}

.sixteen {
    width: calc(100% - 20px)
}

.one-whole {
    width: calc(100% - 20px);
    left: auto !important
}

.one-half {
    width: calc(50% - 20px)
}

.one-third {
    width: calc(33.33333% - 20px)
}

.two-thirds {
    width: calc(66.66667% - 20px)
}

.one-fourth {
    width: calc(25% - 20px)
}

.two-fourths {
    width: calc(50% - 20px)
}

.three-fourths {
    width: calc(75% - 20px)
}

.one-fifth {
    width: calc(20% - 20px)
}

.two-fifths {
    width: calc(40% - 20px)
}

.three-fifths {
    width: calc(60% - 20px)
}

.four-fifths {
    width: calc(80% - 20px)
}

.one-sixth {
    width: calc(16.66667% - 20px)
}

.two-sixths {
    width: calc(33.33333% - 20px)
}

.three-sixths {
    width: calc(50% - 20px)
}

.four-sixths {
    width: calc(66.66667% - 20px)
}

.five-sixths {
    width: calc(83.33333% - 20px)
}

.one-seventh {
    width: calc(14.28571% - 20px)
}

.two-sevenths {
    width: calc(28.57143% - 20px)
}

.three-sevenths {
    width: calc(42.85714% - 20px)
}

.four-sevenths {
    width: calc(57.14286% - 20px)
}

.five-sevenths {
    width: calc(71.42857% - 20px)
}

.one-eighth {
    width: calc(12.5% - 20px)
}

.two-eighths {
    width: calc(25% - 20px)
}

.three-eighths {
    width: calc(37.5% - 20px)
}

.four-eighths {
    width: calc(50% - 20px)
}

.five-eighths {
    width: calc(62.5% - 20px)
}

.six-eighths {
    width: calc(75% - 20px)
}

.seven-eighths {
    width: calc(87.5% - 20px)
}

.one-tenth {
    width: calc(10% - 20px)
}

.two-tenths {
    width: calc(20% - 20px)
}

.three-tenths {
    width: calc(30% - 20px)
}

.four-tenths {
    width: calc(40% - 20px)
}

.five-tenths {
    width: calc(50% - 20px)
}

.six-tenths {
    width: calc(60% - 20px)
}

.seven-tenths {
    width: calc(70% - 20px)
}

.eight-tenths {
    width: calc(80% - 20px)
}

.nine-tenths {
    width: calc(90% - 20px)
}

.one-twelfth {
    width: calc(8.33333% - 20px)
}

.two-twelfths {
    width: calc(16.66667% - 20px)
}

.three-twelfths {
    width: calc(25% - 20px)
}

.four-twelfths {
    width: calc(33.33333% - 20px)
}

.five-twelfths {
    width: calc(41.66667% - 20px)
}

.six-twelfths {
    width: calc(50% - 20px)
}

.seven-twelfths {
    width: calc(58.33333% - 20px)
}

.eight-twelfths {
    width: calc(66.66667% - 20px)
}

.nine-twelfths {
    width: calc(75% - 20px)
}

.ten-twelfths {
    width: calc(83.33333% - 20px)
}

.eleven-twelfths {
    width: calc(91.66667% - 20px)
}

.equal-columns--clear .one-half:nth-of-type(2n+1),
.equal-columns--clear .eight:nth-of-type(2n+1),
.equal-columns--clear .one-third:nth-of-type(3n+1),
.equal-columns--clear .one-fourth:nth-of-type(4n+1),
.equal-columns--clear .four:nth-of-type(4n+1),
.equal-columns--clear .one-fifth:nth-of-type(5n+1),
.equal-columns--clear .one-sixth:nth-of-type(6n+1),
.equal-columns--clear .one-seventh:nth-of-type(7n+1) {
    clear: both
}

.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .eight:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .four:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .two:nth-of-type(8n) {
    margin-right: 0
}

.equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .eight:nth-of-type(2n+1),
.equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .four:nth-of-type(4n+1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .two:nth-of-type(8n+1) {
    margin-left: 0
}

.equal-columns--outside-trim .one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.equal-columns--outside-trim .one-half {
    width: calc(50% - (20px - (20px / 2)))
}

.equal-columns--outside-trim .one-third {
    width: calc(33.33333% - (20px - (20px / 3)))
}

.equal-columns--outside-trim .one-fifth {
    width: calc(20% - (20px - (20px / 5)))
}

.equal-columns--outside-trim .one-fourth {
    width: calc(25% - (20px - (20px / 4)))
}

.equal-columns--outside-trim .one-sixth {
    width: calc(16.66667% - (20px - (20px / 6)))
}

.equal-columns--outside-trim .one-seventh {
    width: calc(14.28571% - (20px - (20px / 7)))
}

.equal-columns--outside-trim .two {
    width: calc(12.5% - (20px - (20px / 8)))
}

.equal-columns--outside-trim .four {
    width: calc(25% - (20px - (20px / 4)))
}

.equal-columns--outside-trim .seven {
    width: calc(43.75% - (20px - (20px / 2)))
}

.equal-columns--outside-trim .eight {
    width: calc(50% - (20px / 2))
}

.equal-columns--outside-trim .nine {
    width: calc(56.25% - (20px - (20px / 2)))
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

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

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

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

@media only screen and (max-width: 1024px) {
    .large-down--one {
        width: calc(6.25% - 20px)
    }
    .large-down--two {
        width: calc(12.5% - 20px)
    }
    .large-down--three {
        width: calc(18.75% - 20px)
    }
    .large-down--four {
        width: calc(25% - 20px)
    }
    .large-down--five {
        width: calc(31.25% - 20px)
    }
    .large-down--six {
        width: calc(37.5% - 20px)
    }
    .large-down--seven {
        width: calc(43.75% - 20px)
    }
    .large-down--eight {
        width: calc(50% - 20px)
    }
    .large-down--nine {
        width: calc(56.25% - 20px)
    }
    .large-down--ten {
        width: calc(62.5% - 20px)
    }
    .large-down--eleven {
        width: calc(68.75% - 20px)
    }
    .large-down--twelve {
        width: calc(75% - 20px)
    }
    .large-down--thirteen {
        width: calc(81.25% - 20px)
    }
    .large-down--fourteen {
        width: calc(87.5% - 20px)
    }
    .large-down--fifteen {
        width: calc(93.75% - 20px)
    }
    .large-down--sixteen {
        width: calc(100% - 20px)
    }
    .large-down--one-whole {
        width: calc(100% - 20px);
        left: auto !important
    }
    .large-down--one-half {
        width: calc(50% - 20px)
    }
    .large-down--one-third {
        width: calc(33.33333% - 20px)
    }
    .large-down--two-thirds {
        width: calc(66.66667% - 20px)
    }
    .large-down--one-fourth {
        width: calc(25% - 20px)
    }
    .large-down--two-fourths {
        width: calc(50% - 20px)
    }
    .large-down--three-fourths {
        width: calc(75% - 20px)
    }
    .large-down--one-fifth {
        width: calc(20% - 20px)
    }
    .large-down--two-fifths {
        width: calc(40% - 20px)
    }
    .large-down--three-fifths {
        width: calc(60% - 20px)
    }
    .large-down--four-fifths {
        width: calc(80% - 20px)
    }
    .large-down--one-sixth {
        width: calc(16.66667% - 20px)
    }
    .large-down--two-sixths {
        width: calc(33.33333% - 20px)
    }
    .large-down--three-sixths {
        width: calc(50% - 20px)
    }
    .large-down--four-sixths {
        width: calc(66.66667% - 20px)
    }
    .large-down--five-sixths {
        width: calc(83.33333% - 20px)
    }
    .large-down--one-seventh {
        width: calc(14.28571% - 20px)
    }
    .large-down--two-sevenths {
        width: calc(28.57143% - 20px)
    }
    .large-down--three-sevenths {
        width: calc(42.85714% - 20px)
    }
    .large-down--four-sevenths {
        width: calc(57.14286% - 20px)
    }
    .large-down--five-sevenths {
        width: calc(71.42857% - 20px)
    }
    .large-down--one-eighth {
        width: calc(12.5% - 20px)
    }
    .large-down--two-eighths {
        width: calc(25% - 20px)
    }
    .large-down--three-eighths {
        width: calc(37.5% - 20px)
    }
    .large-down--four-eighths {
        width: calc(50% - 20px)
    }
    .large-down--five-eighths {
        width: calc(62.5% - 20px)
    }
    .large-down--six-eighths {
        width: calc(75% - 20px)
    }
    .large-down--seven-eighths {
        width: calc(87.5% - 20px)
    }
    .large-down--one-tenth {
        width: calc(10% - 20px)
    }
    .large-down--two-tenths {
        width: calc(20% - 20px)
    }
    .large-down--three-tenths {
        width: calc(30% - 20px)
    }
    .large-down--four-tenths {
        width: calc(40% - 20px)
    }
    .large-down--five-tenths {
        width: calc(50% - 20px)
    }
    .large-down--six-tenths {
        width: calc(60% - 20px)
    }
    .large-down--seven-tenths {
        width: calc(70% - 20px)
    }
    .large-down--eight-tenths {
        width: calc(80% - 20px)
    }
    .large-down--nine-tenths {
        width: calc(90% - 20px)
    }
    .large-down--one-twelfth {
        width: calc(8.33333% - 20px)
    }
    .large-down--two-twelfths {
        width: calc(16.66667% - 20px)
    }
    .large-down--three-twelfths {
        width: calc(25% - 20px)
    }
    .large-down--four-twelfths {
        width: calc(33.33333% - 20px)
    }
    .large-down--five-twelfths {
        width: calc(41.66667% - 20px)
    }
    .large-down--six-twelfths {
        width: calc(50% - 20px)
    }
    .large-down--seven-twelfths {
        width: calc(58.33333% - 20px)
    }
    .large-down--eight-twelfths {
        width: calc(66.66667% - 20px)
    }
    .large-down--nine-twelfths {
        width: calc(75% - 20px)
    }
    .large-down--ten-twelfths {
        width: calc(83.33333% - 20px)
    }
    .large-down--eleven-twelfths {
        width: calc(91.66667% - 20px)
    }
    .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
        margin-right: 0
    }
    .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
        margin-left: 0
    }
    .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
    .equal-columns--outside-trim .large-down--one-half {
        width: calc(50% - (20px - (20px / 2)))
    }
    .equal-columns--outside-trim .large-down--one-third {
        width: calc(33.33333% - (20px - (20px / 3)))
    }
    .equal-columns--outside-trim .large-down--one-fifth {
        width: calc(20% - (20px - (20px / 5)))
    }
    .equal-columns--outside-trim .large-down--one-fourth {
        width: calc(25% - (20px - (20px / 4)))
    }
    .equal-columns--outside-trim .large-down--one-sixth {
        width: calc(16.66667% - (20px - (20px / 6)))
    }
    .equal-columns--outside-trim .large-down--one-seventh {
        width: calc(14.28571% - (20px - (20px / 7)))
    }
    .equal-columns--outside-trim .large-down--two {
        width: calc(12.5% - (20px - (20px / 8)))
    }
    .equal-columns--outside-trim .large-down--four {
        width: calc(25% - (20px - (20px / 4)))
    }
    .equal-columns--outside-trim .large-down--seven {
        width: calc(43.75% - (20px - (20px / 2)))
    }
    .equal-columns--outside-trim .large-down--eight {
        width: calc(50% - (20px / 2))
    }
    .equal-columns--outside-trim .large-down--nine {
        width: calc(56.25% - (20px - (20px / 2)))
    }
    .large-down--show {
        display: block !important
    }
    .large-down--hide {
        display: none !important
    }
    .large-down--text-left {
        text-align: left !important
    }
    .large-down--text-right {
        text-align: right !important
    }
    .large-down--text-center {
        text-align: center !important
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .equal-columns--clear .large-down--one-half.large-down--one-half,
    .equal-columns--clear .large-down--eight.large-down--eight,
    .equal-columns--clear .large-down--one-third.large-down--one-third,
    .equal-columns--clear .large-down--one-fourth.large-down--one-fourth,
    .equal-columns--clear .large-down--four.large-down--four,
    .equal-columns--clear .large-down--one-fifth.large-down--one-fifth,
    .equal-columns--clear .large-down--one-sixth.large-down--one-sixth,
    .equal-columns--clear .large-down--one-seventh.large-down--one-seventh {
        clear: none
    }
    .equal-columns--clear .large-down--one-half:nth-of-type(2n+1),
    .equal-columns--clear .large-down--eight:nth-of-type(2n+1),
    .equal-columns--clear .large-down--one-third:nth-of-type(3n+1),
    .equal-columns--clear .large-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--clear .large-down--four:nth-of-type(4n+1),
    .equal-columns--clear .large-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--clear .large-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--clear .large-down--one-seventh:nth-of-type(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
    .equal-columns--outside-trim .large-down--eight.large-down--eight,
    .equal-columns--outside-trim .large-down--one-third.large-down--one-third,
    .equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
    .equal-columns--outside-trim .large-down--four.large-down--four,
    .equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
    .equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
    .equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
    .equal-columns--outside-trim .large-down--two.large-down--two {
        margin-right: 10px;
        margin-left: 10px
    }
    .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
        margin-right: 0
    }
    .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width: 798px) {
    .medium-down--one {
        width: calc(6.25% - 20px)
    }
    .medium-down--two {
        width: calc(12.5% - 20px)
    }
    .medium-down--three {
        width: calc(18.75% - 20px)
    }
    .medium-down--four {
        width: calc(25% - 20px)
    }
    .medium-down--five {
        width: calc(31.25% - 20px)
    }
    .medium-down--six {
        width: calc(37.5% - 20px)
    }
    .medium-down--seven {
        width: calc(43.75% - 20px)
    }
    .medium-down--eight {
        width: calc(50% - 20px)
    }
    .medium-down--nine {
        width: calc(56.25% - 20px)
    }
    .medium-down--ten {
        width: calc(62.5% - 20px)
    }
    .medium-down--eleven {
        width: calc(68.75% - 20px)
    }
    .medium-down--twelve {
        width: calc(75% - 20px)
    }
    .medium-down--thirteen {
        width: calc(81.25% - 20px)
    }
    .medium-down--fourteen {
        width: calc(87.5% - 20px)
    }
    .medium-down--fifteen {
        width: calc(93.75% - 20px)
    }
    .medium-down--sixteen {
        width: calc(100% - 20px)
    }
    .medium-down--one-whole {
        width: calc(100% - 20px);
        left: auto !important
    }
    .medium-down--one-half {
        width: calc(50% - 20px)
    }
    .medium-down--one-third {
        width: calc(33.33333% - 20px)
    }
    .medium-down--two-thirds {
        width: calc(66.66667% - 20px)
    }
    .medium-down--one-fourth {
        width: calc(25% - 20px)
    }
    .medium-down--two-fourths {
        width: calc(50% - 20px)
    }
    .medium-down--three-fourths {
        width: calc(75% - 20px)
    }
    .medium-down--one-fifth {
        width: calc(20% - 20px)
    }
    .medium-down--two-fifths {
        width: calc(40% - 20px)
    }
    .medium-down--three-fifths {
        width: calc(60% - 20px)
    }
    .medium-down--four-fifths {
        width: calc(80% - 20px)
    }
    .medium-down--one-sixth {
        width: calc(16.66667% - 20px)
    }
    .medium-down--two-sixths {
        width: calc(33.33333% - 20px)
    }
    .medium-down--three-sixths {
        width: calc(50% - 20px)
    }
    .medium-down--four-sixths {
        width: calc(66.66667% - 20px)
    }
    .medium-down--five-sixths {
        width: calc(83.33333% - 20px)
    }
    .medium-down--one-seventh {
        width: calc(14.28571% - 20px)
    }
    .medium-down--two-sevenths {
        width: calc(28.57143% - 20px)
    }
    .medium-down--three-sevenths {
        width: calc(42.85714% - 20px)
    }
    .medium-down--four-sevenths {
        width: calc(57.14286% - 20px)
    }
    .medium-down--five-sevenths {
        width: calc(71.42857% - 20px)
    }
    .medium-down--one-eighth {
        width: calc(12.5% - 20px)
    }
    .medium-down--two-eighths {
        width: calc(25% - 20px)
    }
    .medium-down--three-eighths {
        width: calc(37.5% - 20px)
    }
    .medium-down--four-eighths {
        width: calc(50% - 20px)
    }
    .medium-down--five-eighths {
        width: calc(62.5% - 20px)
    }
    .medium-down--six-eighths {
        width: calc(75% - 20px)
    }
    .medium-down--seven-eighths {
        width: calc(87.5% - 20px)
    }
    .medium-down--one-tenth {
        width: calc(10% - 20px)
    }
    .medium-down--two-tenths {
        width: calc(20% - 20px)
    }
    .medium-down--three-tenths {
        width: calc(30% - 20px)
    }
    .medium-down--four-tenths {
        width: calc(40% - 20px)
    }
    .medium-down--five-tenths {
        width: calc(50% - 20px)
    }
    .medium-down--six-tenths {
        width: calc(60% - 20px)
    }
    .medium-down--seven-tenths {
        width: calc(70% - 20px)
    }
    .medium-down--eight-tenths {
        width: calc(80% - 20px)
    }
    .medium-down--nine-tenths {
        width: calc(90% - 20px)
    }
    .medium-down--one-twelfth {
        width: calc(8.33333% - 20px)
    }
    .medium-down--two-twelfths {
        width: calc(16.66667% - 20px)
    }
    .medium-down--three-twelfths {
        width: calc(25% - 20px)
    }
    .medium-down--four-twelfths {
        width: calc(33.33333% - 20px)
    }
    .medium-down--five-twelfths {
        width: calc(41.66667% - 20px)
    }
    .medium-down--six-twelfths {
        width: calc(50% - 20px)
    }
    .medium-down--seven-twelfths {
        width: calc(58.33333% - 20px)
    }
    .medium-down--eight-twelfths {
        width: calc(66.66667% - 20px)
    }
    .medium-down--nine-twelfths {
        width: calc(75% - 20px)
    }
    .medium-down--ten-twelfths {
        width: calc(83.33333% - 20px)
    }
    .medium-down--eleven-twelfths {
        width: calc(91.66667% - 20px)
    }
    .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
        margin-right: 0
    }
    .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
        margin-left: 0
    }
    .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
    .equal-columns--outside-trim .medium-down--one-half {
        width: calc(50% - (20px - (20px / 2)))
    }
    .equal-columns--outside-trim .medium-down--one-third {
        width: calc(33.33333% - (20px - (20px / 3)))
    }
    .equal-columns--outside-trim .medium-down--one-fifth {
        width: calc(20% - (20px - (20px / 5)))
    }
    .equal-columns--outside-trim .medium-down--one-fourth {
        width: calc(25% - (20px - (20px / 4)))
    }
    .equal-columns--outside-trim .medium-down--one-sixth {
        width: calc(16.66667% - (20px - (20px / 6)))
    }
    .equal-columns--outside-trim .medium-down--one-seventh {
        width: calc(14.28571% - (20px - (20px / 7)))
    }
    .equal-columns--outside-trim .medium-down--two {
        width: calc(12.5% - (20px - (20px / 8)))
    }
    .equal-columns--outside-trim .medium-down--four {
        width: calc(25% - (20px - (20px / 4)))
    }
    .equal-columns--outside-trim .medium-down--seven {
        width: calc(43.75% - (20px - (20px / 2)))
    }
    .equal-columns--outside-trim .medium-down--eight {
        width: calc(50% - (20px / 2))
    }
    .equal-columns--outside-trim .medium-down--nine {
        width: calc(56.25% - (20px - (20px / 2)))
    }
    .medium-down--show {
        display: block !important
    }
    .medium-down--hide {
        display: none !important
    }
    .medium-down--text-left {
        text-align: left !important
    }
    .medium-down--text-right {
        text-align: right !important
    }
    .medium-down--text-center {
        text-align: center !important
    }
}

@media only screen and (max-width: 798px) and (max-width: 798px) {
    .equal-columns--clear .medium-down--one-half.medium-down--one-half,
    .equal-columns--clear .medium-down--eight.medium-down--eight,
    .equal-columns--clear .medium-down--one-third.medium-down--one-third,
    .equal-columns--clear .medium-down--one-fourth.medium-down--one-fourth,
    .equal-columns--clear .medium-down--four.medium-down--four,
    .equal-columns--clear .medium-down--one-fifth.medium-down--one-fifth,
    .equal-columns--clear .medium-down--one-sixth.medium-down--one-sixth,
    .equal-columns--clear .medium-down--one-seventh.medium-down--one-seventh {
        clear: none
    }
    .equal-columns--clear .medium-down--one-half:nth-of-type(2n+1),
    .equal-columns--clear .medium-down--eight:nth-of-type(2n+1),
    .equal-columns--clear .medium-down--one-third:nth-of-type(3n+1),
    .equal-columns--clear .medium-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--clear .medium-down--four:nth-of-type(4n+1),
    .equal-columns--clear .medium-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--clear .medium-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--clear .medium-down--one-seventh:nth-of-type(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 798px) and (max-width: 798px) {
    .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
    .equal-columns--outside-trim .medium-down--eight.medium-down--eight,
    .equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
    .equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
    .equal-columns--outside-trim .medium-down--four.medium-down--four,
    .equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
    .equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
    .equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
    .equal-columns--outside-trim .medium-down--two.medium-down--two {
        margin-right: 10px;
        margin-left: 10px
    }
    .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
        margin-right: 0
    }
    .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
        margin-left: 0
    }
}

@media only screen and (max-width: 480px) {
    .small-down--one {
        width: calc(6.25% - 20px)
    }
    .small-down--two {
        width: calc(12.5% - 20px)
    }
    .small-down--three {
        width: calc(18.75% - 20px)
    }
    .small-down--four {
        width: calc(25% - 20px)
    }
    .small-down--five {
        width: calc(31.25% - 20px)
    }
    .small-down--six {
        width: calc(37.5% - 20px)
    }
    .small-down--seven {
        width: calc(43.75% - 20px)
    }
    .small-down--eight {
        width: calc(50% - 20px)
    }
    .small-down--nine {
        width: calc(56.25% - 20px)
    }
    .small-down--ten {
        width: calc(62.5% - 20px)
    }
    .small-down--eleven {
        width: calc(68.75% - 20px)
    }
    .small-down--twelve {
        width: calc(75% - 20px)
    }
    .small-down--thirteen {
        width: calc(81.25% - 20px)
    }
    .small-down--fourteen {
        width: calc(87.5% - 20px)
    }
    .small-down--fifteen {
        width: calc(93.75% - 20px)
    }
    .small-down--sixteen {
        width: calc(100% - 20px)
    }
    .small-down--one-whole {
        width: calc(100% - 20px);
        left: auto !important
    }
    .small-down--one-half {
        width: calc(50% - 20px)
    }
    .small-down--one-third {
        width: calc(33.33333% - 20px)
    }
    .small-down--two-thirds {
        width: calc(66.66667% - 20px)
    }
    .small-down--one-fourth {
        width: calc(25% - 20px)
    }
    .small-down--two-fourths {
        width: calc(50% - 20px)
    }
    .small-down--three-fourths {
        width: calc(75% - 20px)
    }
    .small-down--one-fifth {
        width: calc(20% - 20px)
    }
    .small-down--two-fifths {
        width: calc(40% - 20px)
    }
    .small-down--three-fifths {
        width: calc(60% - 20px)
    }
    .small-down--four-fifths {
        width: calc(80% - 20px)
    }
    .small-down--one-sixth {
        width: calc(16.66667% - 20px)
    }
    .small-down--two-sixths {
        width: calc(33.33333% - 20px)
    }
    .small-down--three-sixths {
        width: calc(50% - 20px)
    }
    .small-down--four-sixths {
        width: calc(66.66667% - 20px)
    }
    .small-down--five-sixths {
        width: calc(83.33333% - 20px)
    }
    .small-down--one-seventh {
        width: calc(14.28571% - 20px)
    }
    .small-down--two-sevenths {
        width: calc(28.57143% - 20px)
    }
    .small-down--three-sevenths {
        width: calc(42.85714% - 20px)
    }
    .small-down--four-sevenths {
        width: calc(57.14286% - 20px)
    }
    .small-down--five-sevenths {
        width: calc(71.42857% - 20px)
    }
    .small-down--one-eighth {
        width: calc(12.5% - 20px)
    }
    .small-down--two-eighths {
        width: calc(25% - 20px)
    }
    .small-down--three-eighths {
        width: calc(37.5% - 20px)
    }
    .small-down--four-eighths {
        width: calc(50% - 20px)
    }
    .small-down--five-eighths {
        width: calc(62.5% - 20px)
    }
    .small-down--six-eighths {
        width: calc(75% - 20px)
    }
    .small-down--seven-eighths {
        width: calc(87.5% - 20px)
    }
    .small-down--one-tenth {
        width: calc(10% - 20px)
    }
    .small-down--two-tenths {
        width: calc(20% - 20px)
    }
    .small-down--three-tenths {
        width: calc(30% - 20px)
    }
    .small-down--four-tenths {
        width: calc(40% - 20px)
    }
    .small-down--five-tenths {
        width: calc(50% - 20px)
    }
    .small-down--six-tenths {
        width: calc(60% - 20px)
    }
    .small-down--seven-tenths {
        width: calc(70% - 20px)
    }
    .small-down--eight-tenths {
        width: calc(80% - 20px)
    }
    .small-down--nine-tenths {
        width: calc(90% - 20px)
    }
    .small-down--one-twelfth {
        width: calc(8.33333% - 20px)
    }
    .small-down--two-twelfths {
        width: calc(16.66667% - 20px)
    }
    .small-down--three-twelfths {
        width: calc(25% - 20px)
    }
    .small-down--four-twelfths {
        width: calc(33.33333% - 20px)
    }
    .small-down--five-twelfths {
        width: calc(41.66667% - 20px)
    }
    .small-down--six-twelfths {
        width: calc(50% - 20px)
    }
    .small-down--seven-twelfths {
        width: calc(58.33333% - 20px)
    }
    .small-down--eight-twelfths {
        width: calc(66.66667% - 20px)
    }
    .small-down--nine-twelfths {
        width: calc(75% - 20px)
    }
    .small-down--ten-twelfths {
        width: calc(83.33333% - 20px)
    }
    .small-down--eleven-twelfths {
        width: calc(91.66667% - 20px)
    }
    .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
        margin-right: 0
    }
    .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
        margin-left: 0
    }
    .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n+1) {
        width: 100%;
        margin-right: 0;
        margin-left: 0
    }
    .equal-columns--outside-trim .small-down--one-half {
        width: calc(50% - (20px - (20px / 2)))
    }
    .equal-columns--outside-trim .small-down--one-third {
        width: calc(33.33333% - (20px - (20px / 3)))
    }
    .equal-columns--outside-trim .small-down--one-fifth {
        width: calc(20% - (20px - (20px / 5)))
    }
    .equal-columns--outside-trim .small-down--one-fourth {
        width: calc(25% - (20px - (20px / 4)))
    }
    .equal-columns--outside-trim .small-down--one-sixth {
        width: calc(16.66667% - (20px - (20px / 6)))
    }
    .equal-columns--outside-trim .small-down--one-seventh {
        width: calc(14.28571% - (20px - (20px / 7)))
    }
    .equal-columns--outside-trim .small-down--two {
        width: calc(12.5% - (20px - (20px / 8)))
    }
    .equal-columns--outside-trim .small-down--four {
        width: calc(25% - (20px - (20px / 4)))
    }
    .equal-columns--outside-trim .small-down--seven {
        width: calc(43.75% - (20px - (20px / 2)))
    }
    .equal-columns--outside-trim .small-down--eight {
        width: calc(50% - (20px / 2))
    }
    .equal-columns--outside-trim .small-down--nine {
        width: calc(56.25% - (20px - (20px / 2)))
    }
    .small-down--show {
        display: block !important
    }
    .small-down--hide {
        display: none !important
    }
    .small-down--text-left {
        text-align: left !important
    }
    .small-down--text-right {
        text-align: right !important
    }
    .small-down--text-center {
        text-align: center !important
    }
}

@media only screen and (max-width: 480px) and (max-width: 480px) {
    .equal-columns--clear .small-down--one-half.small-down--one-half,
    .equal-columns--clear .small-down--eight.small-down--eight,
    .equal-columns--clear .small-down--one-third.small-down--one-third,
    .equal-columns--clear .small-down--one-fourth.small-down--one-fourth,
    .equal-columns--clear .small-down--four.small-down--four,
    .equal-columns--clear .small-down--one-fifth.small-down--one-fifth,
    .equal-columns--clear .small-down--one-sixth.small-down--one-sixth,
    .equal-columns--clear .small-down--one-seventh.small-down--one-seventh {
        clear: none
    }
    .equal-columns--clear .small-down--one-half:nth-of-type(2n+1),
    .equal-columns--clear .small-down--eight:nth-of-type(2n+1),
    .equal-columns--clear .small-down--one-third:nth-of-type(3n+1),
    .equal-columns--clear .small-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--clear .small-down--four:nth-of-type(4n+1),
    .equal-columns--clear .small-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--clear .small-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--clear .small-down--one-seventh:nth-of-type(7n+1) {
        clear: both
    }
}

@media only screen and (max-width: 480px) and (max-width: 480px) {
    .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
    .equal-columns--outside-trim .small-down--eight.small-down--eight,
    .equal-columns--outside-trim .small-down--one-third.small-down--one-third,
    .equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
    .equal-columns--outside-trim .small-down--four.small-down--four,
    .equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
    .equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
    .equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
    .equal-columns--outside-trim .small-down--two.small-down--two {
        margin-right: 10px;
        margin-left: 10px
    }
    .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
    .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
    .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
    .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
    .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
    .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
    .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
    .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
    .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
        margin-right: 0
    }
    .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
    .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
    .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
    .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
    .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
    .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
    .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
        margin-left: 0
    }
}
/* 
.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto
}

@media only screen and (max-width: 1024px) {
    .container {
        width: calc(90% + 20px)
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: calc(100% - 40px)
    }
}

.container .container {
    width: 100%
}

[class*="offset-by"] {
    position: relative
}

@media only screen and (max-width: 480px) {
    [class*="offset-by"] {
        position: static
    }
}

.container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.column,
.columns {
    float: left;
    display: inline;
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2);
    box-sizing: border-box
}

@media only screen and (max-width: 480px) {
    .column:not([class*="small-down--one-half"]),
    .columns:not([class*="small-down--one-half"]) {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width: 480px) {
    .even {
        margin-left: 0
    }
}

@media only screen and (max-width: 480px) {
    .odd {
        margin-right: 0
    }
}

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flex-container:after {
    visibility: hidden;
    display: none;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
} */

/* .row {
    margin-bottom: 20px
}

.row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
} */

.container-border--top::before {
    display: block;
    content: '';
    height: 0;
    width: calc(100% - 20px);
    border-top: thin solid #cccccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    float: left
}

@media only screen and (max-width: 480px) {
    .container-border--top::before {
        width: 100%
    }
}

.container-border--bottom::after {
    display: block;
    content: '';
    height: 0;
    width: calc(100% - 20px);
    border-top: thin solid #cccccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    clear: both
}

@media only screen and (max-width: 480px) {
    .container-border--bottom::after {
        width: 100%
    }
}

.narrow-width--true.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.container.full-width--true,
.full-width--true>.container {
    width: 100%;
    max-width: 100%
}

@media only screen and (max-width: 480px) {
    .container.fullWidthMobile--true,
    .column.fullWidthMobile--true,
    .columns.fullWidthMobile--true {
        width: 100% !important;
        max-width: 100%
    }
}

@media only screen and (min-width: 481px) {
    .column.alpha,
    .columns.alpha {
        margin-left: 0
    }
    .column.omega,
    .columns.omega {
        margin-right: 0
    }
    .offset-by-one {
        left: calc(6.25%)
    }
    .offset-by-two {
        left: calc(12.5%)
    }
    .offset-by-three {
        left: calc(18.75%)
    }
    .offset-by-four {
        left: calc(25%)
    }
    .offset-by-five {
        left: calc(31.25%)
    }
    .offset-by-six {
        left: calc(37.5%)
    }
    .offset-by-seven {
        left: calc(43.75%)
    }
    .offset-by-eight {
        left: calc(50%)
    }
    .offset-by-nine {
        left: calc(56.25%)
    }
    .offset-by-ten {
        left: calc(62.5%)
    }
    .offset-by-eleven {
        left: calc(68.75%)
    }
    .offset-by-twelve {
        left: calc(75%)
    }
    .offset-by-thirteen {
        left: calc(81.25%)
    }
    .offset-by-fourteen {
        left: calc(87.5%)
    }
    .offset-by-fifteen {
        left: calc(93.75%)
    }
}

/* .logo {
    font-family: SukhumvitSet-Text;, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2em
} */

/* h1 {
    font-family: SukhumvitSet-Text;, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 15px;
    clear: both;
    font-weight: 300;
    padding-top: 4px
} */

@media only screen and (max-width: 798px) {
    /* h1 {
        font-size: 16px
    } */
}

h1 a:link,
h1 a:visited {
    font-weight: inherit;
    color: #333333
}

h1 a:hover,
h1 a:active {
    color: #9d8661
}

h1.collection_title_tags {
    padding-right: 25px;
    border-right: solid 1px #cccccc
}

/* h2,
.h2,
h2.title {
    font-size: 18px;
    text-transform: uppercase;
    color: #333333;
    display: block;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

@media only screen and (max-width: 798px) {
    /* h2,
    .h2,
    h2.title {
        font-size: 14px
    } */
}

h2 a,
.h2 a,
h2.title a {
    font-weight: inherit
}

h2.collection_title,
.h2.collection_title,
h2.title.collection_title {
    margin-bottom: 0;
    display: inline
}

h2.product_name a,
.h2.product_name a,
h2.title.product_name a {
    color: #333333
}

.cart h2 {
    margin-top: 0
}
/* 
h3,
.h3 {
    font-family: SukhumvitSet-Text;, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

@media only screen and (max-width: 798px) {
    /* h3,
    .h3 {
        font-size: 12px
    } */
}

h3 a,
h3 a:visited,
.h3 a,
.h3 a:visited {
    font-weight: inherit;
    color: #333333
}

h3.title,
.h3.title {
    line-height: 1.25;
    margin: 0 auto 15px;
    clear: both;
    padding-top: 4px
}

h3.title a,
h3.title a:visited,
.h3.title a,
.h3.title a:visited {
    color: #333333
}

h3.sub_title,
.h3.sub_title {
    padding: 5px 0;
    color: #333333
}

h3.sub_title a,
.h3.sub_title a {
    color: #333333
}
/* 
h4,
.h4 {
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0.5em 0;
    padding: 7px 0
} */

@media only screen and (max-width: 798px) {
    /* h4,
    .h4 {
        font-size: 11px
    } */
}

h4 a,
.h4 a {
    font-weight: inherit
}

h4.title a,
.h4.title a {
    border: 0;
    padding: 0;
    margin: 0
}

/* h5,
.h5 {
    font-family: SukhumvitSet-Text;, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0.5em 0;
    padding: 7px 0
} */

@media only screen and (max-width: 798px) {
    /* h5,
    .h5 {
        font-size: 10px
    } */
}

/* h5 a,
.h5 a {
    font-weight: inherit
} */

h5.sub_title,
.h5.sub_title {
    padding: 5px 0;
    color: #333333
}

h5.sub_title a,
.h5.sub_title a {
    color: #333333
}

/* h6,
.h6 {
    font-family: SukhumvitSet-Text;, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0.5em 0;
    padding: 7px 0
} */

@media only screen and (max-width: 798px) {
    h6,
    .h6 {
        font-size: 9px
    }
}

h6 a,
.h6 a {
    font-weight: inherit
}

h6.title,
.h6.title {
    line-height: 32px;
    margin: 0 0 0.5em 0;
    color: #333333
}

.cart h6 {
    margin-top: 0
}

.collection_title {
    font-family: SukhumvitSet-Text;, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 15px;
    clear: both;
    padding-top: 4px
}

@media only screen and (max-width: 798px) {
    .collection_title {
        font-size: 16px
    }
}

.collection_title a {
    font-weight: inherit;
    color: #333333
}

.collection_title a:hover,
.collection_title a:active {
    color: #9d8661
}

div.collection_title {
    margin-bottom: 0;
    line-height: 20px;
    display: inline
}

div.collection_title_tags {
    padding-right: 25px;
    border-right: solid 1px #cccccc
}

.headline,
.empty_cart,
.promo_banner,
.title {
    font-family: SukhumvitSet-Text;, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width: 798px) {
    .headline,
    .empty_cart,
    .promo_banner,
    .title {
        font-size: 16px
    }
}

@media only screen and (max-width: 798px) {
    .title.insta,
    .title.twitter {
        text-align: center
    }
}

.title.insta a,
.title.twitter a {
    color: #333333
}

.title.center.blog a {
    color: #333333
}

/* p {
    margin: 0 0 15px;
    font-style: normal;
    line-height: 1.6em
}

p img {
    margin: 0
}

sub {
    font-size: 60%
}

em,
i {
    font-style: italic
}

strong,
b {
    font-weight: bold
}

small {
    font-size: 90%
} */

.feature img {
    position: relative;
    top: 7px;
    margin-right: 5px;
    width: 25px;
    height: 25px
}

.onboard-text {
    margin: 0
}

.page-divider {
    opacity: 0;
    border-color: #aaaaaa;
    border-top: 0
}

.active-divider {
    opacity: 1
}

.feature p {
    font-size: smaller
}

#featured_links {
    padding: 20px 0
}

#featured_links h2 {
    padding-top: 15px
}

#featured_links .column,
#featured_links .columns {
    opacity: 1
}

.slider-gallery .shopify-product-reviews-badge {
    height: 30px;
    display: block
}

.spr-badge+.feature_divider {
    margin-top: 15px
}

.spr-badge {
    padding: 5px 0
}

.thumbnail .spr-badge-caption {
    display: none
}

div#shopry-review-photos a {
    display: block !important
}

.feature_divider {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    border: 0;
    border-color: #aaaaaa;
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.feature_divider.no-margin {
    margin-bottom: 0px
}

@media only screen and (max-width: 798px) {
    .feature_divider {
        margin-bottom: 10px
    }
}



.page .feature_divider,
.page h2.title+.feature_divider {
    margin-bottom: 15px
}

blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    font-style: italic
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #cccccc
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555
}

blockquote cite a,
blockquote cite a:visited {
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

hr {
    border-color: #aaaaaa;
    border-width: 1px;
    border-style: solid;
    clear: both;
    margin: 12px 0;
    height: 0
}

.cart_container hr {
    border-top-width: 0px
}

div.section.collection_description {
    margin: 0 0 1.5em 0
}

/* a,
a:visited,
a span {
    color: #9d8661;
    text-decoration: none;
    position: relative;
    transition: color .1s linear
}

a:hover,
a:focus {
    color: #9d8661
} */
/* 
a,
button,
input,
select,
textarea,
label,
summary {
    touch-action: manipulation
}

ul,
ol {
    margin-bottom: 20px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin: 4px 0 5px 30px
}

ul ul li,
ul ol li,
ol ul li,
ol ol li {
    margin-bottom: 6px
}

ul li,
ol li {
    margin-bottom: 12px
} */

ul {
    list-style: disc outside
}

ul.square {
    list-style: square outside
}

ul.circle {
    list-style: circle outside
}

ul.disc {
    list-style: disc outside
}

ul.large li {
    line-height: 21px
}

ul.none {
    list-style: none outside;
    margin-left: 0
}

ul.border {
    list-style: none outside;
    line-height: 26px
}

ul.border li {
    border-bottom: 1px solid #cccccc;
    list-style: none outside none;
    padding: 12px 0;
    margin-bottom: 0
}

ol {
    list-style: decimal
}

.header {
    z-index: 1000;
    width: 100%;
    top: 0
}

.header a,
.header a:visited,
.header a span,
.header select.currencies {
    color: #383838;
    text-shadow: none
}



.dropdown_column {
    display: table-cell;
    padding: 15px 20px 30px 20px;
    width: 16.666%;
    vertical-align: top
}

.dropdown_column img {
    max-width: 100%
}

.dropdown_column ul {
    margin: 0;
    padding: 0
}

.dropdown_column ul.dropdown_title {
    border-bottom: solid 1px #383838;
    padding-bottom: 10px
}

.dropdown_column ul.dropdown_item {
    text-align: center
}

.dropdown_container.mega-menu .dropdown_column {
    display: inline-block;
    padding: 15px 20px 30px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16.666%;
    flex: 1 0 16.666%;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top
}

.dropdown_column li {
    display: block
}

.dropdown_column li a,
.dropdown_column li a:hover,
.dropdown_column li a:active {
    padding-bottom: 0;
    text-transform: none
}

.dropdown_row {
    display: table-row
}

select.currencies {
    border: 0 !important;
    background-color: transparent;
    margin-bottom: 0 !important;
    min-width: 65px;
    outline: 0;
    background-position: 96.5% 55%;
    background-size: 18px 12px;
    text-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none
}

select.currencies:active {
    border: 0;
    outline: 0;
    text-shadow: 0;
    box-shadow: 0
}

select.currencies option {
    background: #ededed;
    background: #ededed;
    color: #383838
}

.menu li.currencies {
    padding: 0
}

.container div.collection_nav {
    margin-bottom: 1.5em
}

.collection_menu,
.collection_menu li {
    display: inline;
    list-style: none;
    border: none;
    position: relative;
    top: -3px;
    margin: 0
}

.collection_menu li {
    padding-left: 25px
}

.sidebar-wrap {
    border-right: 1px solid #cccccc;
    margin-right: 0px;
    padding-right: 20px
}

@media only screen and (max-width: 798px) {
    .sidebar-wrap {
        border: none;
        margin: 0;
        padding-right: 0
    }
}

.sidebar-wrap h4,
.sidebar-wrap h4.toggle {
    margin: 0;
    padding: 0
}

@media only screen and (max-width: 798px) {
    .sidebar-wrap h4.toggle {
        margin: 10px 0
    }
}

.sidebar a,
.sidebar a:visited {
    color: #f2f2f2
}

.sidebar a:hover,
.sidebar a:active {
    color: #9d8661
}

.sidebar .meta {
    margin-left: 2px
}

.sidebar .spr-badge {
    color: #333333
}

.toggle-all--true h4.toggle {
    cursor: pointer;
    pointer-events: all
}

.toggle-all--true .toggle span {
    display: block
}

.toggle-all--true .toggle_list {
    display: none
}

.content_block.toggle_list a {
    display: inline;
    position: static;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    color: #9d8661
}

.content_block.toggle_list a:hover {
    border-left: none;
    color: #9d8661
}

.toggle_list {
    margin: 0;
    padding: 10px 0 15px 0
}

.toggle_list a {
    display: inline-block;
    position: relative;
    margin-left: 0;
    max-width: 80%;
    border-left: solid 2px transparent;
    transition: border 200ms ease-out
}

.toggle_list a.active,
.toggle_list a.active--default {
    padding-left: 8px;
    border-left: solid 2px #B8C6C6
}

ul.toggle_list li ul {
    display: none
}

ul.toggle_list li ul.active {
    display: block
}

.sidebar .toggle_list a.active {
    border-left: solid 9px #9d8661
}

.toggle_list li {
    list-style: none;
    line-height: 1.4em;
    padding: 8px 0 8px 0
}

.toggle_list .meta span {
    line-height: 2.5
}

.sidebar_text {
    margin-bottom: 12px;
    padding-top: 10px
}

.sidebar_content {
    border-left: solid 1px #cccccc;
    padding-left: 20px
}

.sidebar_content .toggle_list li {
    line-height: 1.2
}

.sidebar .newsletter {
    margin-bottom: 20px
}

.sidebar .newsletter form {
    width: 100%
}

.sidebar li ul {
    margin: 8px 0 0 15px
}

.sidebar .toggle_list li ul {
    padding-left: 0
}

.sidebar ul li {
    margin-bottom: 0
}

.sidebar input.sign_up[type="submit"],
.sidebar input.contact_email[type="email"] {
    width: 100% !important;
    margin-left: 0
}

.blog_search {
    position: relative
}

.sidebar-block {
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc
}

.sidebar-block:last-child {
    border-bottom: none
}

.sidebar-block:empty {
    border-bottom: none
}

.sidebar-block:blank {
    border-bottom: none
}

.sidebar-block:first-child h4.toggle {
    padding-top: 0
}

.sidebar-block h4.toggle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 0;
    padding: 15px 0;
    line-height: 1.5
}

.sidebar .filter-active-tag {
    position: relative
}

.color-filter--true label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.sidebar__collection-filter a,
.sidebar__collection-filter label {
    cursor: pointer
}

.sidebar__collection-filter label {
    text-transform: none;
    font-weight: normal;
    font-size: inherit
}

.sidebar__collection-filter label:hover {
    color: #9d8661
}

.sidebar__collection-filter input[type="checkbox"] {
    display: none
}

.sidebar__collection-filter input.styled-checkbox[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    position: relative;
    vertical-align: top;
    background-size: cover;
    margin-right: 15px
}

.sidebar__collection-filter button.clear-active-filter,
.sidebar__collection-filter button.clear-active-filter:active {
    color: #9d8661;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: 0;
    font-family: inherit;
    text-transform: none;
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 0;
    right: 0;
    left: auto;
    padding: 2px 4px;
    line-height: 1.2;
    display: block;
    height: auto;
    min-height: auto
}

.sidebar__collection-filter button.clear-active-filter:hover {
    color: #9d8661
}

.sidebar__collection-filter .x-icon {
    position: relative;
    display: inline-block;
    overflow: visible;
    width: 15px;
    height: 15px;
    margin: 0 2px 0 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    font-style: normal;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
    vertical-align: middle;
    top: -1px
}

.sidebar__collection-filter .x-icon:before {
    font-family: SukhumvitSet-Text;
    font-size: 25px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    content: "\00d7";
    text-align: center
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888
}

::-moz-placeholder {
    color: #888
}

:-ms-input-placeholder {
    color: #888
}

.featured_collections.sub-collection {
    margin-bottom: 10px
}

.featured_collections.sub-collection .thumbnail {
    margin-bottom: 10px
}

@media only screen and (max-width: 798px) {
    .featured_collections.sub-collection .thumbnail {
        width: 100%
    }
}

.sub-collection--2 .thumbnail {
    width: calc(50% - 20px)
}

.sub-collection--2 .thumbnail:nth-child(2n+1) {
    clear: both
}

.sub-collection--3 .thumbnail {
    width: calc(33.33333% - 20px)
}

.sub-collection--3 .thumbnail:nth-child(3n+1) {
    clear: both
}

.sub-collection--4 .thumbnail {
    width: calc(25% - 20px)
}

.sub-collection--4 .thumbnail:nth-child(4n+1) {
    clear: both
}

.list-collection-wrapper img[src*='/no-image'] {
    opacity: 0
}

.list-collection-wrapper img[src*='/no-image']~.thumbnail-overlay {
    opacity: 1 !important
}

.list-collection-wrapper img[src*='/no-image']~.thumbnail-overlay .collection-details {
    opacity: 1;
    transform: none
}

@media only screen and (max-width: 798px) {
    .list-collection-wrapper img[src*='/no-image']~.collection-info__caption {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

.list-collection-wrapper .img {
    width: 100%
}

.list-collection-wrapper .collection-info__caption {
    display: block;
    margin-top: 20px
}

@media only screen and (max-width: 798px) {
    .list-collection-wrapper .collection-info__caption {
        display: block;
        position: static
    }
}

.blog-header {
    margin-bottom: 5px
}

.blog-header .blog-title.blog-tags--true {
    float: none
}

.blog-header .blog-title {
    float: left
}

@media only screen and (max-width: 798px) {
    .blog-header .blog-title {
        width: 100%;
        margin-bottom: 0
    }
}

.blog-header .subtitle {
    clear: both
}

.blog-header .feature_divider {
    clear: both;
    width: 100%
}

.article .icon-slash {
    padding-right: 5px
}

.section_select {
    padding: 0;
    text-align: right;
    float: right
}

.section_select .blog_filter,
.section_select .tag_filter,
.section_select .sort_by {
    color: #142a4b;
    display: inline-block;
    border: none;
    padding-right: 30px;
    background-position: 100% 50%;
    background-color: #ededed;
    font-family: SukhumvitSet-Text;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    width: auto;
    margin-bottom: 0;
    max-width: 80%
}

@media only screen and (max-width: 798px) {
    .section_select .blog_filter,
    .section_select .tag_filter,
    .section_select .sort_by {
        float: none;
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        padding-left: 0
    }
}

div.breadcrumb-collection {
    margin-bottom: 20px
}

div.breadcrumb-collection+div.section {
    margin-top: 0
}

@media only screen and (max-width: 798px) {
    div.breadcrumb-collection {
        margin-top: 15px;
        text-align: center
    }
}

.breadcrumb_text,
.article-pagination {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0
}

@media only screen and (max-width: 798px) {
    .breadcrumb_text,
    .article-pagination {
        margin-top: 0
    }
}

.breadcrumb_text .breadcrumb-divider,
.article-pagination .breadcrumb-divider {
    color: #9d8661;
    margin: 0 5px
}

.breadcrumb_link:hover span {
    color: #9d8661
}

.breadcrumb {
    font-size: 15px
}

@media only screen and (max-width: 798px) {
    .breadcrumb {
        margin-bottom: 20px
    }
}

.product_row img,
.product_image_col img,
.article img,
.section img,
.thumbnail img,
.page img,
.sidebar img,
.logo img,
.cart_image img,
.footer img,
#target img,
.column img,
.columns img {
    max-width: 100%;
    height: auto
}

.image-crop--left img,
.image-crop--left .image-element__wrap {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    font-family: "object-fit: cover; object-position: left";
    height: 100% !important
}

.image-crop--right img,
.image-crop--right .image-element__wrap {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    font-family: "object-fit: cover; object-position: right";
    height: 100% !important
}

.image-crop--center img,
.image-crop--center .image-element__wrap {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    height: 100% !important
}

.featured-products-section .section {
    margin: 30px 0px
}

.placeholder-svg {
    fill: rgba(51, 51, 51, 0.9);
    background-color: rgba(51, 51, 51, 0.5);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    display: block
}

.placeholder-svg--banner,
.placeholder-svg--slideshow,
.placeholder-svg--video {
    max-height: 600px
}

.placeholder-instagram .instas:nth-child(even) .placeholder-svg--instagram,
.featured-promotions-section .feature-section:nth-child(even) .placeholder-svg--promotions {
    background-color: rgba(51, 51, 51, 0.6)
}

.image-with-text-section .featured-link--image:nth-child(odd) .placeholder-svg--promotions {
    background-color: rgba(51, 51, 51, 0.6);
    fill: rgba(51, 51, 51, 0.9)
}

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n+1) .placeholder-svg--slideshow {
    background-color: rgba(51, 51, 51, 0.6)
}

.homepage-slideshow .flickity-slider .gallery-cell:nth-child(2n) .placeholder-svg--slideshow {
    background-color: rgba(51, 51, 51, 0.8)
}

.product_gallery .video-container>div {
    position: relative
}

.product_gallery .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product_gallery .vimeo {
    max-width: 830px;
    margin: 0 auto
}

.product_gallery .vimeo>div {
    padding-top: 56.26506%
}

.product_gallery .youtube {
    max-width: 853px;
    margin: 0 auto
}

.product_gallery .youtube>div {
    padding-top: 56.271981%
}

video {
    display: block;
    width: 100%;
    height: auto
}

.video-section,
.block__featured_video {
    position: relative
}

.video-section .mediaWrapper {
    height: 100% !important
}

a.button,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.action_button,
a.action_button,
input.action_button[type="submit"],
input.action_button[type="button"],
input.action_button[type="button"],
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
    /* min-height: 44px; */
    height: 40px;
    line-height: 1.2;
    vertical-align: top;
    font-family: SukhumvitSet-Text;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    transition: all 0.2s linear;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    border-radius: 100px
}

.ie a.button,
.ie .button,
.ie button,
.ie input[type="submit"],
.ie input[type="reset"],
.ie input[type="button"],
.ie .action_button,
.ie a.action_button,
.ie input.action_button[type="submit"],
.ie input.action_button[type="button"] {
    line-height: 40px
}

a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.action_button:hover,
input.action_button[type="submit"]:hover,
input.action_button[type="button"]:hover,
input.action_button[type="button"]:hover,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:hover {
    color: #000000;
    background-color: #000000;
    border: 1px solid #000000;
}

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.action_button:active,
input.action_button[type="submit"]:active,
input.action_button[type="button"]:active,
input.action_button[type="button"]:active,
button.shopify-payment-button__button.shopify-payment-button__button--unbranded:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0
}

.add_to_cart,
.product_form input.add_to_cart {
    width: 100%;
    margin-bottom: 0px
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input.action_button[type="submit"],
input.action_button[type="button"],
button.action_button {
    display: inline-block;
    border-radius: 100px
}

button.add_to_cart {
    position: relative
}

button.add_to_cart .text {
    display: block;
    width: 100%;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

button.add_to_cart .fadeInDown.text {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s
}

button .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

button .checkmark path {
    stroke-dasharray: 19.79 19.79;
    stroke-dashoffset: 19.79;
    stroke: #ffffff;
    opacity: 0
}

button .checkmark.checkmark-active path {
    -webkit-animation: drawCheckmark 0.5s linear alternate forwards;
    animation: drawCheckmark 0.5s linear alternate forwards
}

@keyframes drawCheckmark {
    from {
        stroke-dashoffset: 19.79;
        opacity: 1
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1
    }
}

@-webkit-keyframes drawCheckmark {
    from {
        stroke-dashoffset: 19.79;
        opacity: 1
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1
    }
}

.ie button .checkmark path {
    stroke-dashoffset: 0;
    opacity: 0
}

.ie button .checkmark.checkmark-active path {
    -webkit-animation: fadeCheckmark 0.5s linear alternate forwards;
    animation: fadeCheckmark 0.5s linear alternate forwards
}

@-webkit-keyframes fadeCheckmark {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeCheckmark {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    button .checkmark path {
        stroke-dashoffset: 0;
        opacity: 0
    }
    button .checkmark.checkmark-active path {
        animation: fadeCheckmark 0.5s linear alternate forwards
    }
    @keyframes fadeCheckmark {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
}

label.tos_label {
    display: inline;
    font-weight: normal;
    text-transform: none;
    cursor: pointer;
    padding-left: 5px
}

.tos {
    text-align: center;
    margin: 15px 20px 15px 0
}

.cart_text {
    text-align: center
}

.disabled {
    pointer-events: none
}

.add_to_cart span.icon-lock {
    margin-right: 10px;
    font-size: larger
}

.add_to_cart span.icon-lock:before {
    margin: 0
}

.add_to_cart.action_button {
    min-height: 44px;
    margin-bottom: 0
}

.shopify-payment-button {
    position: relative;
    height: 44px
}

.shopify-payment-button button {
    line-height: 1.2;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0
}

div.shopify-payment-button__button {
    border-radius: 100px
}

.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
    overflow: hidden;
    min-height: 44px
}

button.shopify-payment-button__more-options {
    color: #333333;
    box-shadow: none;
    text-transform: none;
    font-size: 0.8rem;
    padding: 16px 0 28px;
    max-width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 50%;
    font-weight: normal;
    font-family: SukhumvitSet-Text;
    font-style: normal;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

button.shopify-payment-button__more-options:hover {
    background-color: transparent;
    border: none
}

.purchase-details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product_section .smart-payment-button--true.product_form {
    max-width: 100%
}

.smart-payment-button--true .purchase-details {
    padding-bottom: 50px
}


@media only screen and (max-width: 798px) {
    .faqAccordion>dd {
        margin-left: 15px
    }
}

.accordion-tabs>a {
    display: block;
    background-color: #D1D3D4;
    margin: 10px 0;
    padding: 10px;
    text-transform: uppercase;
    color: #000000
}

.accordion-tabs>a :hover {
    cursor: pointer
}

.accordion-tabs>li[id*=tab] {
    display: none;
    list-style: none
}

ul.tabs:before,
ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

ul.tabs:after {
    clear: both
}

ul.tabs {
    zoom: 1
}

form {
    margin-bottom: 20px
}

fieldset {
    margin-bottom: 20px
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="range"],
input[type="color"],
select,
textarea {
    display: block;
    width: 100%;
    height: 44px;
    min-height: 44px;
    padding: 0 10px;
    margin: 0;
    line-height: 22px;
    border: 1px solid #cccccc;
    outline: none;
    background: #fff;
    color: #5f6a7d;
    font: 13px "SukhumvitSet-Text", "SukhumvitSet-Text", "SukhumvitSet-Text", SukhumvitSet-Text, SukhumvitSet-Text, sans-serif;
    margin-bottom: 15px;
    -webkit-appearance: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 3px
}

@media only screen and (max-width: 480px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="search"],
    input[type="url"],
    input[type="tel"],
    input[type="number"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="range"],
    input[type="color"],
    select,
    textarea {
        font-size: 16px
    }
}

input[type="text"]:active,
input[type="text"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="month"]:active,
input[type="month"]:focus,
input[type="week"]:active,
input[type="week"]:focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="range"]:active,
input[type="range"]:focus,
input[type="color"]:active,
input[type="color"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    border: 1px solid #aaa;
    color: #444
}

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

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

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

input[type=number] {
    -moz-appearance: textfield !important
}

select::-ms-expand {
    display: none
}

select {
    background: #fff url(//cdn.shopify.com/s/files/1/1045/8368/t/33/assets/select.png?v=4799844845099085914) no-repeat 96% 50%;
    background-size: 18px 12px;
    padding: 8px 14px 8px;
    border-radius: 3px;
    border: 1px solid #d9dbdc;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ''
}

label,
legend,
.option_title {
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    margin-bottom: 5px;
    text-transform: uppercase
}

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

label span,
legend span {
    font-weight: bold;
    font-size: 13px;
    color: #444
}

textarea {
    min-height: 80px;
    padding: 15px 9px
}

.acceptsMarketing {
    margin-bottom: 20px
}

.acceptsMarketing label {
    display: inline;
    margin-left: 5px
}

input.sign_up[type="submit"] {
    margin-left: 5px;
    display: inline-block
}

input.contact_email[type="email"] {
    width: 320px;
    display: inline-block;
    float: left
}

.btn.action_button,
input.btn.action_button[type="submit"],
input.btn.action_button[type="button"] {
    width: inherit
}

#target {
    padding: 20px;
    text-align: center
}

.items_left {
    color: #8c8b8b
}

.quantity_label {
    display: inline;
    font-size: smaller
}

.remove_item a {
    font-size: smaller;
    color: #333333
}

input.quantity {
    width: 48px;
    display: inline;
    margin-bottom: 0;
    padding: 8px 5px
}

ul.cart_items {
    padding-bottom: 0
}

.cart_content li.cart_item a,
.cart_content li.cart_item a:active,
.cart_content li.cart_item a:focus {
    font-size: small
}

.cart_content li.cart_item {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc
}

li.cart_item a,
li.cart_item a:active,
#header li.cart_item a,
#header li.cart_item a:active {
    position: relative;
    font-size: inherit;
    text-align: left
}

ul.cart_items li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.cart_image {
    padding-right: 20px;
    max-width: 100px;
    text-align: center;
    float: left;
    width: 100%
}

a.continue {
    text-align: right;
    font-size: 32px;
    margin-right: 15px !important;
    padding: 10px 0 5px 0 !important;
    opacity: 0.8
}

a.continue:hover {
    opacity: 1
}

.empty_cart {
    text-align: center;
    font-size: 18px;
    padding: 40px 0 25px 0;
    color: inherit
}

#shipping-calculator.columns {
    float: none
}

.cart__blocks {
    margin-top: 30px
}

input[type="button"].get-rates.action_button {
    margin-top: 0
}

#get-rates-submit {
    margin-top: -1px
}

#customer_login {
    margin-bottom: 2px
}

.multi_select {
    display: none
}

.container .align_right--images>div.columns {
    float: right
}

.vendor {
    margin-bottom: 6px
}

.section.product_section {
    margin-top: 0
}

.product_section .description {
    margin-bottom: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word
}

.modal_price {
    padding-bottom: 8px;
    display: block
}

.product_section .description.bottom {
    border-bottom: none
}

.sale_banner_product,
.new_banner_product,
.preorder_banner_product {
    font-family: SukhumvitSet-Text;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    text-transform: none;
    padding: 8px 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 13px;
    display: inline-block;
    font-size: 15px;
    white-space: nowrap;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 0
}

@media only screen and (max-width: 798px) {
    .sale_banner_product,
    .new_banner_product,
    .preorder_banner_product {
        top: 5px;
        right: 5px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

.sale_banner_product {
    background: #c57e7e
}

.new_banner_product,
.preorder_banner_product {
    background: #2d3740
}

.preorder_banner_product,
.product-list .thumbnail .preorder_banner {
    font-size: 12px
}

@media only screen and (max-width: 798px) {
    .preorder_banner_product,
    .product-list .thumbnail .preorder_banner {
        font-size: 8px
    }
}

.product_links {
    margin-bottom: 8px;
    font-size: 0.9em;
    border-top: 1px solid #cccccc;
    padding: 10px 0 5px 0
}

.product_links p {
    margin: 2px 0
}

.social_buttons {
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    font-size: 1em;
    margin-bottom: 25px
}

@media only screen and (max-width: 798px) {
    .social_buttons {
        text-align: center
    }
}

.share_article .social_buttons {
    border-top: none;
    padding-top: 0
}

@media only screen and (max-width: 798px) {
    .share_article .social_buttons {
        padding-top: 15px
    }
}

.share-btn {
    display: inline-block;
    text-align: center;
    font-size: 1.2em;
    margin-right: 6px;
    margin-bottom: 10px
}

.share-btn a {
    color: #fff;
    padding: 10px 10px 8px 10px;
    border: solid 1px #e2e2e2;
    display: inline-block;
    transition: all 500ms ease 0s;
    border-radius: 100px;
    width: 44px;
    height: 44px
}

.icon-twitter-share:before {
    color: #09AEEC
}

.icon-twitter-share:hover {
    background-color: #09AEEC;
    border-color: #09AEEC;
    color: #fff
}

.icon-twitter-share:hover:before {
    color: #fff
}

.icon-facebook-share:before {
    color: #49659D
}

.icon-facebook-share:hover {
    background-color: #49659D;
    border-color: #49659D;
    color: #fff
}

.icon-facebook-share:hover:before {
    color: #fff
}

.icon-pinterest-share:before {
    color: #CB1F2A
}

.icon-pinterest-share:hover {
    background-color: #CB1F2A;
    border-color: #CB1F2A;
    color: #fff
}

.icon-pinterest-share:hover:before {
    color: #fff
}

.icon-mail-share:before {
    color: #888
}

.icon-mail-share:hover {
    background-color: #888;
    border-color: #888;
    color: #fff
}

.icon-mail-share:hover:before {
    color: #fff
}

.product-quantity-box .quantity,
.product-quantity-box .quantity:focus,
.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
    border: #e2e2e2 1px solid;
    color: #000
}

.product-quantity-box label {
    margin-bottom: 0.5em
}

.product-quantity-box {
    margin-right: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-quantity-box label {
    text-align: left
}

.product-quantity-box .quantity {
    text-align: center;
    padding: 6px 15px;
    width: 38%;
    height: 44px;
    border-radius: 0;
    -webkit-appearance: none;
    float: left
}

@media only screen and (max-width: 798px) {
    .product-quantity-box .quantity {
        width: calc(100% - 88px)
    }
}

.product-quantity-box .product-plus,
.product-quantity-box .product-minus {
    background: #f2f2f2;
    font-weight: 300;
    position: relative;
    cursor: pointer;
    height: 44px;
    display: block;
    width: 44px;
    text-align: center;
    float: left
}

.product-quantity-box .product-plus:hover,
.product-quantity-box .product-minus:hover {
    background: #d9d9d9
}

@media only screen and (max-width: 798px) {
    .product-quantity-box .product-plus,
    .product-quantity-box .product-minus {
        display: inline;
        display: initial;
        margin: 0
    }
}

.product-quantity-box .product-plus {
    border-left: 0;
    font-size: 16px;
    line-height: 44px
}

.product-quantity-box .product-minus {
    border-right: 0;
    line-height: 44px;
    font-size: 18px
}

.product-quantity-box+.inline_purchase {
    margin-top: 31.5px;
    width: 55%;
    float: left
}

.product_section .product_form,
.product_section .contact-form {
    max-width: 400px
}

@media only screen and (max-width: 798px) {
    .product_section .product_form,
    .product_section .contact-form {
        max-width: 100%
    }
}

.product-full_width_images .product_section .description img {
    display: none
}

.full-width-product-images img {
    display: block;
    width: 100%
}

@media only screen and (max-width: 480px) {
    .full-width-product-images .caption.align-center,
    .full-width-product-images .caption.align-right,
    .full-width-product-images .caption.align-left {
        text-align: center
    }
}

.sidebar .sidebar_content .input-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0px;
    margin-right: 0px
}

.sidebar .sidebar_content .input-row input {
    margin: 5px 0
}

.newsletter {
    margin: 0px auto;
    max-width: 640px
}

.input-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%
}

@media only screen and (max-width: 798px) {
    .input-row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0px;
        margin-right: 0px
    }
}

.input-row input {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    max-height: 40px
}

@media only screen and (max-width: 1024px) {
    .input-row input {
        margin: 5px 0
    }
}

.input-row input.sign_up {
    display: inline-block;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-height: 40px
}

@media only screen and (max-width: 798px) {
    .input-row input.sign_up {
        width: 100%
    }
}

.newsletter-both-names--true input.firstName {
    margin-right: 5px
}

.js-newsletter-popup {
    display: none
}

.newsletter__lightbox .fancybox-content {
    width: 100%;
    max-width: 740px;
    padding: 0;
    border: 5px solid #cccccc
}

.newsletter__lightbox .fancybox-close-small {
    left: 0
}

@media only screen and (max-width: 480px) {
    .newsletter__lightbox .fancybox-close-small {
        display: block
    }
}

@media only screen and (max-width: 798px) {
    .newsletter__lightbox .fancybox-close-small svg path {
        fill: white
    }
}

.newsletter__lightbox .fancybox-toolbar {
    display: none
}

.newsletter-popup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-color: #ffffff;
    padding: 0;
    width: 100%
}

@media only screen and (max-width: 798px) {
    .newsletter-popup {
        line-height: 0;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (min-width: 799px) and (max-width: 1023px) {
    .popup-signup-show--true input.sign_up {
        margin-left: 0px
    }
}

.popup-signup-show--false {
    display: none
}

.newsletter-both-names--false .newsletter input[type="text"] {
    width: 100%
}

.newsletter-img {
    width: 40%
}

@media only screen and (max-width: 798px) {
    .newsletter-img {
        width: 100%
    }
}

.newsletter-img img {
    width: 100%;
    display: block
}

.newsletter-info {
    text-align: center;
    color: #363636;
    background-color: #ffffff;
    height: auto;
    float: left
}

@media only screen and (max-width: 798px) {
    .newsletter-info {
        padding: 20px;
        width: 100% !important;
        position: relative
    }
}

.newsletter-info input.contact_email[type="email"] {
    width: 65%;
    float: left
}

@media only screen and (max-width: 1024px) {
    .newsletter-info input.contact_email[type="email"] {
        width: 100%
    }
}

.newsletter-info #contact_form input.sign_up[type="submit"] {
    width: calc(35% - 10px)
}

@media only screen and (max-width: 1024px) {
    .newsletter-info #contact_form input.sign_up[type="submit"] {
        width: 100%
    }
}

.newsletter-info .input-row {
    margin-right: 0;
    margin-left: 0
}

.newsletter-info .popup-signup-show--true {
    margin-top: 20px
}

.newsletter-image--true .newsletter-popup__content {
    width: 60%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

@media only screen and (max-width: 798px) {
    .newsletter-image--true .newsletter-popup__content {
        width: 100%;
        display: block
    }
}

@media only screen and (min-width: 1025px) {
    .newsletter-image--true {
        max-height: 875px
    }
}

@media only screen and (min-width: 1025px) {
    .newsletter-image--true.object-fit--none {
        height: auto
    }
}

.newsletter-image--false {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.newsletter-image--false .newsletter-info {
    width: 100%;
    position: relative;
    height: auto;
    float: none
}

.align-left .newsletter-info {
    right: 0
}

.newsletter-description h2 {
    color: #363636;
    margin-top: 0
}

.newsletter-description {
    padding: 40px;
    margin: 0 auto
}

@media only screen and (max-width: 798px) {
    .newsletter-description {
        font-size: inherit;
        width: auto
    }
}

@media only screen and (max-width: 480px) {
    .newsletter-description {
        padding: 20px
    }
}

@media only screen and (min-width: 1025px) {
    .newsletter-description {
        min-width: 350px
    }
}

@media only screen and (min-width: 1401px) {
    .newsletter-description {
        font-size: inherit
    }
}

.newsletter-buttons .button {
    height: auto;
    background-color: transparent;
    color: #363636;
    border: 1px solid #363636;
    transition: background-color 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53), color 0.3s linear, border 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 8px;
    margin-right: 8px
}

.newsletter-buttons .button:hover,
.newsletter-buttons .button.highlight-true {
    background-color: #363636;
    color: #ffffff;
    border: 1px solid #363636
}

@media only screen and (max-width: 480px) {
    .newsletter-buttons .button {
        margin-top: 5px
    }
}

.newsletter_section {
    -webkit-transform: translate3d(0, 0, 0);
    background-color: #b4bac1;
    color: #000000
}

.newsletter_section h2 {
    color: #000000;
    margin-top: 0
}

.newsletter_section.newsletter-bgr-true {
    background-color: #b4bac1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.newsletter_section.newsletter-bgr-true input.contact_email[type="email"] {
    border: 0
}

@media only screen and (max-width: 480px) {
    .newsletter_section.newsletter-bgr-true {
        text-align: center !important
    }
}

.section_form {
    padding: 10px 20px
}

.section_form input[type="email"],
.section_form input[type="text"] {
    border: 0
}

@media only screen and (max-width: 480px) {
    .section_form {
        padding: 0
    }
}

.section_form .newsletter-text+.newsletter,
.section_form h5+.newsletter {
    margin-top: 15px
}

.newsletter_section h5 {
    color: #000000 !important;
    padding-top: 0px;
    margin: 0
}

.newsletter_section .newsletter-text p {
    margin-bottom: 0
}

.newsletter_section .newsletter,
.password-page-row form {
    display: inline-block;
    padding-top: 0 !important;
    width: 450px
}

@media only screen and (max-width: 798px) and (min-width: 480px) {
    .newsletter_section .newsletter,
    .password-page-row form {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .newsletter_section .newsletter,
    .password-page-row form {
        width: 100%
    }
}

.shopify-challenge__container {
    padding: 150px 0
}

.footer-section .newsletter_section {
    background-color: transparent;
    color: #6b6b6b
}

.footer-section .newsletter_section h6 {
    color: #040404;
    font-size: 18px
}

.footer-section .newsletter_section p {
    padding: 15px 0
}

.footer-section .newsletter_section .newsletter {
    width: 100%
}

.footer-section .newsletter_section .newsletter input {
    width: 100%
}

.footer-section .newsletter_section .newsletter .action_button {
    margin-left: 0
}

table {
    width: 100%
}

table th {
    font-weight: 700;
    background: #f9f9f9;
    text-align: left
}

table th,
table td {
    padding: 4px
}

table tr {
    border-bottom: 1px solid #DCDCDC
}

table tr:first-child {
    border-top: 1px solid #DCDCDC
}

table td,
table th {
    border-right: 1px solid #DCDCDC
}

table td:first-child,
table th:first-child {
    border-left: 1px solid #DCDCDC
}

table .em {
    font-weight: 700
}

table tr.order_summary td.label {
    text-align: right
}

table {
    margin-bottom: 20px
}

.allow-clickthrough {
    pointer-events: none !important
}

.hidden {
    display: none
}

.remove {
    color: #333333
}

.relative {
    position: relative
}

.half-bottom {
    margin-bottom: 10px !important
}

.add-bottom {
    margin-bottom: 20px !important
}

.right {
    float: right;
    position: relative
}

.left {
    float: left
}

.inline {
    display: inline
}

.center {
    text-align: center
}

.relative {
    position: relative
}

.align_right {
    text-align: right
}

.align_left {
    text-align: left
}

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

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

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

p.warning {
    text-align: center;
    font-weight: bold
}

.warning--quantity {
    clear: both;
    display: inline-block
}

@media only screen and (min-width: 799px) {
    .large--right {
        float: right;
        position: relative
    }
}

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

.cart_item p.warning {
    margin-top: 5px
}

.container div.mobile_only,
span.mobile_only,
.mobile_only {
    display: none
}

.no_border {
    border: none !important
}

.extra_padding {
    padding-top: 4px
}

div.hidden {
    display: none
}

div.is-absolute {
    position: absolute !important;
    top: 0;
    margin-top: 0
}

.full-width-image {
    width: 100%
}

#instantclick-bar {
    background: #9d8661;
    z-index: 100000;
    height: 4px
}

#grid .column,
#grid .columns {
    background: #ddd;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px
}

#grid .column:hover,
#grid .columns:hover {
    background: #bbb;
    color: #333
}

#grid .example-grid {
    overflow: hidden
}

.items_left {
    margin: 0 0 15px;
    line-height: 1.6em;
    font-size: normal;
    font-style: italic;
    color: #8c8b8b
}

.cart .paypal-button+.paypal-button {
    display: none
}

.shopify-reviews.reviewsVisibility--false {
    display: none
}

iframe.gpay-iframe {
    display: none
}

.testimonial-section {
    position: relative
}

.testimonial-section .set-static {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.testimonial-section .set-static .caption {
    position: static;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 40px;
    margin: auto
}

.testimonial-section .set-testimonial-height {
    height: 95%
}

@media only screen and (min-width: 799px) {
    .testimonial-section .darken-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(0, 0, 0, 0.6)
    }
}

.testimonial-section .feature_divider {
    margin: 25px auto;
    width: 10%;
    display: inline-block
}

@media only screen and (max-width: 480px) {
    .testimonial-section .feature_divider {
        margin: 5px auto
    }
}

.testimonial-section .use-mobile-color .animated {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s
}

.testimonial-block.gallery-cell.use-mobile-color {
    background-color: #5c5c5c
}

.testimonial-block.gallery-cell.use-mobile-color .caption .caption-content p {
    color: #ffffff
}

@media only screen and (max-width: 480px) {
    .testimonial-block.gallery-cell.use-mobile-color .caption .caption-content p {
        text-shadow: none
    }
}

.caption-content.testimonial-text {
    width: 80%
}

.caption-content.testimonial-text .subtitle {
    text-transform: none;
    color: #ffffff
}

@media only screen and (max-width: 480px) {
    .caption-content.testimonial-text .subtitle {
        font-weight: normal;
        font-size: 14px
    }
}

.caption-content.testimonial-text h2,
.caption-content.testimonial-text p.headline {
    color: #ffffff
}

@media only screen and (max-width: 480px) {
    .caption-content.testimonial-text h2,
    .caption-content.testimonial-text p.headline {
        text-shadow: none
    }
}

@media only screen and (max-width: 480px) {
    .testimonial-block .caption {
        margin: auto;
        padding-top: 5%;
        padding-bottom: 5%
    }
}

.testimonial-slideshow,
.testimonial-block.gallery-cell {
    background-color: transparent
}

.page-faq .faq--heading {
    padding-top: 30px
}

.team-page__content--left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media only screen and (max-width: 798px) {
    .team-page__content--left {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.team-page__content--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media only screen and (max-width: 798px) {
    .team-page__content--right {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.team-page__text,
.team-page__image,
.team-page__image img {
    width: 100%
}

.team-page__content--multiple .team-page__text,
.team-page__content--multiple .team-page__image {
    max-width: 50%;
    width: 100%
}

@media only screen and (max-width: 798px) {
    .team-page__content--multiple .team-page__text,
    .team-page__content--multiple .team-page__image {
        max-width: 100%
    }
}

.team-page__content--multiple .team-page__text:first-child,
.team-page__content--multiple .team-page__image:first-child {
    margin-right: 20px
}

.team-page__text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.team-page__container {
    max-width: 70%
}

.team-member__profile.columns,
.team-member__profile.column {
    margin-bottom: 30px
}

.team-member__name {
    padding-top: 10px
}

.team-member__wrap {
    position: relative
}

.team-member__wrap:hover .team-member__overlay {
    opacity: 1
}

.team-member__overlay {
    opacity: 0;
    transition: opacity 0.3s linear;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.team-member__details {
    -ms-transform: translateY(-50.1%);
    -webkit-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    top: 50%;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    padding: 20px
}

.team-member__details img {
    display: block
}

.team-member__details p {
    margin-top: 10px;
    line-height: 1.3
}

.team-member__details .icon-twitter {
    display: inline-block;
    vertical-align: middle
}

.team-member__title {
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1
}

.team-member__title:after {
    width: 30%;
    display: block;
    margin: 0 auto;
    content: '';
    height: 3px;
    margin-top: 20px
}

.logo-bar {
    text-align: center;
    margin-bottom: 20px
}

.logo-bar a {
    transition: ease all 0.6s
}

.logo-bar a:hover {
    opacity: 0.6
}

.logo-bar__item {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    width: 160px;
    margin-top: 20px
}

@media only screen and (min-width: 799px) {
    .logo-bar__item {
        margin-left: 25px;
        margin-right: 25px
    }
}


.gallery-section {
    text-align: center
}

.gallery-section .container {
    padding: 0px
}

.gallery-section .gallery-break {
    width: 100%;
    clear: both
}

.gallery-section .display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}

.gallery-section .display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.gallery-section .gallery-image-wrapper,
.gallery-section .gallery-empty-wrapper {
    margin: 5px;
    position: relative
}

.gallery-section .gallery-empty-wrapper {
    min-height: 150px
}

.gallery-section .gallery-empty-wrapper:nth-child(even) .placeholder-svg {
    background-color: rgba(51, 51, 51, 0.3)
}

.gallery-section a {
    display: block
}

.gallery-image-wrapper .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease-in
}

.gallery-image-wrapper .overlay .icon-zoom {
    color: white;
    font-size: 1.5em;
    top: 50%
}

.gallery-image-wrapper:hover .overlay {
    opacity: 1
}

.two-per-row .overlay .icon-zoom {
    font-size: 2.5em
}

.three-per-row .overlay .icon-zoom {
    font-size: 2em
}

.gallery-section.gallery-horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery-section.gallery-horizontal i {
    display: block
}

.gallery-section.gallery-horizontal img {
    position: absolute;
    top: 0;
    width: 100%;
    vertical-align: bottom;
    width: 100%;
    height: auto;
    display: block
}

@media only screen and (min-width: 2000px) {
    .gallery-section.gallery-horizontal .gallery-image-wrapper:last-child {
        width: 15%;
        flex-basis: initial !important;
        flex-grow: initial !important
    }
}

.gallery-section.gallery-horizontal .gallery-empty-wrapper {
    width: 190px
}

.gallery-full {
    display: inline-block;
    width: 100%
}

.gallery-full .gallery-image-wrapper,
.gallery-full .gallery-empty-wrapper {
    margin: 0
}

.gallery-full .gallery-empty-wrapper {
    width: 25%
}

.gallery-section.gallery-classic .gallery-image-wrapper,
.gallery-section.gallery-classic .gallery-empty-wrapper {
    display: block;
    float: left;
    margin: 0
}

.gallery-section.gallery-classic .gallery-image-wrapper img,
.gallery-section.gallery-classic .gallery-image-wrapper svg,
.gallery-section.gallery-classic .gallery-empty-wrapper img,
.gallery-section.gallery-classic .gallery-empty-wrapper svg {
    width: 100%;
    display: block
}

.gallery-section.gallery-classic .add-padding {
    padding: 5px
}

.gallery-section.gallery-classic .two-per-row {
    width: 50%
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-classic .two-per-row {
        width: 100%
    }
}

.gallery-section.gallery-classic .three-per-row {
    width: 33.333%
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-classic .three-per-row {
        width: 100%
    }
}

.gallery-section.gallery-classic .four-per-row {
    width: 25%
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-classic .four-per-row {
        width: 100%
    }
}

.gallery-section.gallery-classic .five-per-row {
    width: 20%
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-classic .five-per-row {
        width: 100%
    }
}

.gallery-section.gallery-masonry .masonry {
    font-size: .85em;
    line-height: 0px;
    margin: 10px 0;
    column-gap: 10px;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px
}

.gallery-section.gallery-masonry .gallery-empty-wrapper {
    min-height: 100px;
    overflow: hidden
}

.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
    min-width: 800px
}

.gallery-section.gallery-masonry .gallery-empty-wrapper svg path {
    display: none
}

.gallery-section.gallery-masonry .adjust-columns {
    column-gap: 0px;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    overflow: hidden
}

.gallery-section.gallery-masonry .gallery-image-wrapper,
.gallery-section.gallery-masonry .gallery-empty-wrapper {
    display: block;
    margin-bottom: 0px;
    width: 100%;
    margin: 5px 0;
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    -webkit-backface-visibility: hidden
}

.gallery-section.gallery-masonry .gallery-image-wrapper img,
.gallery-section.gallery-masonry .gallery-image-wrapper svg,
.gallery-section.gallery-masonry .gallery-empty-wrapper img,
.gallery-section.gallery-masonry .gallery-empty-wrapper svg {
    width: 100%;
    display: block
}

.gallery-section.gallery-masonry .two-per-row {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-masonry .two-per-row {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media only screen and (max-width: 400px) {
    .gallery-section.gallery-masonry .two-per-row {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }
}

.gallery-section.gallery-masonry .three-per-row {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-masonry .three-per-row {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media only screen and (max-width: 400px) {
    .gallery-section.gallery-masonry .three-per-row {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }
}

.gallery-section.gallery-masonry .four-per-row {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-masonry .four-per-row {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media only screen and (max-width: 400px) {
    .gallery-section.gallery-masonry .four-per-row {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }
}

.gallery-section.gallery-masonry .five-per-row {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (max-width: 798px) {
    .gallery-section.gallery-masonry .five-per-row {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media only screen and (max-width: 400px) {
    .gallery-section.gallery-masonry .five-per-row {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1
    }
}

.gallery-section.gallery-masonry.gallery-full .gallery-image-wrapper,
.gallery-section.gallery-masonry.gallery-full .gallery-empty-wrapper {
    margin: 0px;
    margin-bottom: 0px !important
}

.rv-container {
    display: block
}

.rv-container .thumbnail:empty {
    margin-bottom: 0
}

.sidebar .collection_swatches .swatch {
    float: left
}

.sidebar .toggle_list .rv-container a:hover {
    border-color: transparent
}

.sidebar .toggle_list .rv-container a.product-info__caption.hidden {
    display: none
}

@media only screen and (max-width: 798px) {
    .sidebar .toggle_list .rv-container a.product-info__caption.hidden {
        display: block
    }
}

.sidebar .recently-viewed__title {
    display: none
}

.sidebar .rv-sidebar-element .product_image,
.sidebar .rv-sidebar-element .product-info__caption {
    max-width: 75%
}

.sidebar .rv-sidebar-element .product_image a {
    display: block
}

.sidebar .rv-sidebar-element .product_image img {
    height: auto
}

@media only screen and (max-width: 798px) {
    .sidebar .product-list .thumbnail .title,
    .sidebar .product-list .thumbnail .price,
    .sidebar .product-list .thumbnail .brand {
        text-align: left;
        display: block
    }
}

.sidebar .product-list .thumbnail .thumbnail-overlay {
    position: relative;
    opacity: 1;
    background: transparent
}

.sidebar .product-list .thumbnail .thumbnail-overlay .product-details {
    position: relative;
    transform: none;
    transition: none;
    opacity: 1;
    text-align: left
}

.sidebar .product-list .thumbnail .thumbnail-overlay .product-details .title {
    color: #333333;
    padding: 0
}

.sidebar .product-list .thumbnail .thumbnail-overlay .product-details .title,
.sidebar .product-list .thumbnail .thumbnail-overlay .product-details .price {
    font-size: 0.9vw
}

.sidebar .product-list .thumbnail .thumbnail-overlay .info {
    position: relative;
    font-size: 12px;
    opacity: 1;
    top: 0;
    transform: translateY(0);
    padding-bottom: 0
}

.sidebar .product-list .thumbnail .thumbnail-overlay .info .quick_shop {
    display: none
}

.product-description-bottom .js-recently-viewed.rv-main {
    clear: both
}

.rv-box-element .js-recently-viewed-product:nth-child(2),
.rv-sidebar-element .js-recently-viewed-product:nth-child(2) {
    display: none
}

.dropdown .header_search_form .search__results .item-result,
.main_nav .search__results .item-result {
    left: 0;
    width: 100%;
    background: #ededed;
    border-left: 0;
    border-right: 0
}

.dropdown .header_search_form .search__results .item-result a .title,
.main_nav .search__results .item-result a .title {
    color: #383838;
    transition: all 0.3s ease-in-out
}

.dropdown .header_search_form .search__results .item-result a:hover,
.main_nav .search__results .item-result a:hover {
    background: #ededed
}

.dropdown .header_search_form .search__results .item-result a:hover .title,
.main_nav .search__results .item-result a:hover .title {
    color: #868686
}

.dropdown .header_search_form .search__results .item-result a:hover span,
.main_nav .search__results .item-result a:hover span {
    color: #383838
}

.dropdown .header_search_form li.all-results a:hover,
.main_nav li.all-results a:hover {
    color: #ffffff
}

.nav .search__results {
    width: 350px;
    right: 0;
    left: auto
}

.nav .search__results li a:active {
    transition: ease-in-out 0s all
}

.search_container input {
    z-index: 29
}

.search__results {
    z-index: 30;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    position: absolute
}

.search__results li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #cccccc;
    overflow: hidden
}

.search__results li:first-child {
    border-top: none
}

.search__results li a,
.search__results li a:active {
    width: 100%;
    transition: ease-in-out 0.3s all;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px 20px
}

.search__results li a:hover {
    background-color: rgba(157, 134, 97, 0.1)
}

.search__results li a:active {
    background-color: rgba(157, 134, 97, 0.3)
}

.search__results li img {
    display: block
}

.search__results .title {
    text-transform: none;
    padding-left: 8px;
    text-align: left;
    font-size: 15px
}

.search__results .thumbnail {
    padding: 0;
    text-align: center
}

.search__results .thumbnail img {
    max-width: 70px;
    max-height: 70px
}

.search__results .result--page .title {
    padding-left: 0
}

.search__results .result--page span.item-pricing {
    text-transform: none;
    font-weight: lighter;
    font-size: 0.8rem
}

.menu a span.item-pricing,
span.item-pricing {
    padding: 0
}

.menu a span.item-pricing span,
span.item-pricing span {
    padding: 0
}

.all-results {
    width: 100%;
    margin: 0
}

.all-results span {
    display: block;
    width: 100%;
    text-align: center
}

.all-results span.item-pricing {
    color: #9d8661
}

.all-results a {
    color: #ffffff;
    background-color: #6b6b6b
}

.all-results a:hover {
    background-color: #c1c1c1
}

.search-template-section form {
    position: relative
}

.search-template-section .search_container {
    position: relative
}

.search-template-section .search_container .search-submit {
    z-index: 900
}

.search-template-section .search_container input {
    border-radius: 100px;
    padding-left: 15px
}

.search-matrix .product_row {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc
}

.search-matrix .product_row:last-child {
    border-bottom: none
}

.search-bgr-true {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.search-section {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    display: inline-block
}

.search-section h2 {
    margin-bottom: 0.25em
}

.search-section h2,
.search-section p {
    color: #000000
}

.search-section .container {
    padding: 40px 0
}

.text-align--center .search__container {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.text-align--left .search__container {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
}

.text-align--right .search__container {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.search__container {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.search__container .search__wrapper {
    display: inline-block;
    position: relative;
    max-width: 650px;
    width: 100%
}

.search__container input[type="text"] {
    font-size: 16px;
    display: inline-block;
    border: 1px solid #000;
    min-height: 50px;
    height: 50px;
    margin-bottom: 0
}

.search__container input[type="text"]:active,
.search__container input[type="text"]:focus {
    border: 1px solid #000
}

.search__form {
    width: 100%;
    max-width: 650px;
    position: relative;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.search__results {
    top: 100%;
    width: 100%
}

.search__results li {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc
}

.search__results .all-results {
    border: 0;
    background-color: #6b6b6b;
    width: 100%;
    margin: 0
}

.search__results .all-results span {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0
}

.search__results .all-results span.item-pricing {
    color: #9d8661
}

.search__results .all-results a,
.search__results .all-results a:active {
    color: #ffffff;
    padding: 20px;
    text-align: center;
    display: block;
    line-height: 1
}

.search__results .all-results:hover {
    background-color: #c1c1c1
}

.search__button {
    position: absolute;
    margin-top: 0;
    top: 0;
    height: 50px;
    width: 50px;
    right: 0px;
    padding: 0;
    background-color: #000;
    border-color: transparent;
    color: white;
    font-size: 24px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.search__button:hover {
    color: white;
    background-color: #999;
    border: 1px solid #000;
    border-left: 0px
}



.featured_text {
    font-size: 18px;
    line-height: 36px
}

.large_text {
    font-size: 28px;
    line-height: 50px
}

div.content {
    padding: 30px 0px 15px 0
}

@media only screen and (max-width: 798px) {
    .dropdown .header_search_form .search__results {
        margin-top: 30px
    }
}

.dropdown .header_search_form .search-terms {
    height: 50px;
    min-height: 50px
}

.main_nav div.logo a {
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    color: #000000 !important;
    outline: 0
}

.menu-position--block div.logo {
    width: 100%
}

.menu-position--block .sticky_nav div.logo {
    display: none
}

.menu-position--inline div.logo {
    padding-left: 20px
}

div.logo {
    width: 16%;
    float: left
}

div.logo img {
    width: 100%
}

div.logo.text-align--center img {
    margin: 0 auto
}

div.logo.text-align--left {
    padding-left: 20px
}

.primary_logo {
    display: block
}

.secondary_logo {
    display: none
}

header.feature_image.secondary_logo--true img.primary_logo,
header.feature_image.secondary_logo--true img.secondary_logo {
    display: none
}

header.secondary_logo--true:not(.feature_image) img.secondary_logo {
    display: none !important
}

header.secondary_logo--true:not(.feature_image) img.primary_logo {
    display: inline !important
}

div.section {
    margin: 10px 0
}

.featured_content,
.featured_content h1,
.featured_content h2,
.featured_content h3,
.featured_content h4,
.featured_content h5,
.featured_content h6 {
    color: #363636
}

.featured_content {
    background-color: #f1f1f1
}

.nav_arrows {
    float: right
}

.sku {
    margin: 0
}

#category {
    width: 100%
}

.paginate,
.load-more {
    text-align: center
}

.paginate .page a,
.paginate .current,
a.tag {
    border: solid 1px #cccccc;
    margin: 10px 5px;
    padding: 0.5rem 1rem;
    display: inline-block;
    border-radius: 50%
}

.paginate .page a:hover,
.paginate .current:hover,
a.tag:hover {
    color: #fff;
    background-color: #9d8661;
    border: solid 1px #9d8661
}

.paginate .current {
    font-weight: bold;
    color: #fff;
    background-color: #9d8661;
    border: solid 1px #9d8661
}

.paginate .next,
.paginate .prev {
    display: inline-block;
    margin: 10px 0;
    padding: 0.5rem 1rem
}

.load-more {
    display: none;
    width: 100%
}

.collection-template-section .load-more,
.search-template-section .load-more {
    display: block;
    clear: both
}

.load-more__icon {
    opacity: 0;
    height: 0;
    width: 0;
    transition: all 0.3s linear;
    background: url("//cdn.shopify.com/s/files/1/1045/8368/t/33/assets/loader.gif") center center no-repeat;
    background-size: 32px 32px;
    margin: 0 auto
}

.collection-matrix.loading-in-progress.filter-loading {
    height: 0
}

.collection-matrix.loading-in-progress+.load-more__icon {
    width: 44px;
    height: 44px;
    opacity: 1
}

a.tag {
    font-size: smaller;
    padding: 4px 6px;
    margin: 5px 2px 5px 0
}

.paginate .deco {
    border: none
}

.product-list .thumbnail,
.slider-gallery .thumbnail,
.list-collections .thumbnail {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    display: block
}

.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s ease-in
}

.product-list .thumbnail .thumbnail-overlay>a,
.slider-gallery .thumbnail .thumbnail-overlay>a,
.list-collections .thumbnail .thumbnail-overlay>a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media only screen and (max-width: 798px) {
    .product-list .thumbnail .thumbnail-overlay,
    .slider-gallery .thumbnail .thumbnail-overlay,
    .list-collections .thumbnail .thumbnail-overlay {
        display: none
    }
}

@media only screen and (min-width: 1401px) {
    .product-list .thumbnail .thumbnail-overlay,
    .slider-gallery .thumbnail .thumbnail-overlay,
    .list-collections .thumbnail .thumbnail-overlay {
        line-height: 1.5
    }
}

.product-list .thumbnail .thumbnail-overlay,
.slider-gallery .thumbnail .thumbnail-overlay,
.list-collections .thumbnail .thumbnail-overlay {
    background-color: rgba(241, 241, 241, 0.7)
}

.product-list .thumbnail .thumbnail_banner,
.slider-gallery .thumbnail .thumbnail_banner,
.list-collections .thumbnail .thumbnail_banner {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    position: relative;
    top: 10px;
    right: 10px;
    white-space: nowrap
}

@media only screen and (max-width: 798px) {
    .product-list .thumbnail .thumbnail_banner,
    .slider-gallery .thumbnail .thumbnail_banner,
    .list-collections .thumbnail .thumbnail_banner {
        top: 5px;
        right: 5px;
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

.product-list .thumbnail img,
.slider-gallery .thumbnail img,
.list-collections .thumbnail img {
    vertical-align: bottom;
    transition: opacity .3s ease-in;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: contain; object-position: top center"
}

.product-list .thumbnail .product-info__caption,
.slider-gallery .thumbnail .product-info__caption,
.list-collections .thumbnail .product-info__caption {
    display: block;
    margin-top: 20px
}

@media only screen and (max-width: 798px) {
    .product-list .thumbnail .product-info__caption,
    .slider-gallery .thumbnail .product-info__caption,
    .list-collections .thumbnail .product-info__caption {
        display: block
    }
}

@media only screen and (max-width: 1024px) {
    .touchevents .product-info__caption {
        display: block
    }
    .touchevents .thumbnail-overlay {
        display: none
    }
}

.hidden-product-link {
    line-height: 0;
    font-size: 0;
    color: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.featured_collections .thumbnail {
    text-align: center
}

.quick_shop,
.view_all {
    font-family: SukhumvitSet-Text;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 1px solid #000000;
    padding: 10px 20px;
    margin-top: 2rem;
    color: #000000;
    opacity: 0;
    pointer-events: all;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, color 0.3s linear, background-color 0.3s linear;
    border-radius: 100px
}

.quick_shop:hover,
.view_all:hover {
    color: #f1f1f1;
    background-color: #000000
}

.thumbnail .price span.money {
    color: #9d8661
}

.thumbnail .price span.money:hover {
    color: #9d8661
}

.thumbnail .sale span.money {
    color: #c57e7e
}

.thumbnail .was_price span.money {
    color: #8c8b8b
}

.new {
    position: relative;
    display: inline;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px
}

.thumbnail .sold_out,
.sold_out {
    font-weight: bold;
    color: #333333
}

.thumbnail-overlay .sold_out {
    font-weight: normal;
    color: #000000
}

.thumbnail .sale,
.sale {
    color: #c57e7e
}

.banner_holder {
    position: absolute;
    top: 0;
    right: 0
}

.sale_banner,
.new_banner,
.preorder_banner {
    background: #c57e7e;
    font-family: SukhumvitSet-Text;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    padding: 8px 12px;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

@media only screen and (max-width: 798px) {
    .sale_banner,
    .new_banner,
    .preorder_banner {
        padding: 4px 10px;
        font-size: smaller
    }
}

.new_banner,
.preorder_banner {
    background: #2d3740
}

a.secondary_button,
input.secondary_button {
    display: block;
    padding: 15px 0;
    text-align: center;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    margin: 20px 0;
    font-family: SukhumvitSet-Text;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    color: #9d8661;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased
}

a.secondary_button:hover,
a.secondary_button:active,
a.secondary_button:visited,
input.secondary_button:hover,
input.secondary_button:active,
input.secondary_button:visited {
    color: #9d8661
}

.thumbnail .price,
.thumbnail .title {
    display: block;
    margin-bottom: 5px;
    font-size: inherit;
    line-height: 1.2
}

.cart_price {
    float: right;
    text-align: right;
    padding-left: 20px;
    font-weight: bold;
    display: none
}

#estimated-shipping,
.excluding_tax {
    display: block
}

.cart_page_image {
    text-align: center
}

.cart_page_image img {
    margin-bottom: 1em;
    width: 100%
}

.cart_content_info {
    padding: 0
}

.cart_content_info h5 {
    padding: 0;
    margin-bottom: 10px;
    margin-top: 0
}

.cart_content_info .price_total {
    padding: 0 0 10px;
    margin-bottom: 20px;
    font-size: 1.1em
}

.subtotal {
    border-left: 1px solid #cccccc;
    padding-left: 40px
}

@media only screen and (max-width: 798px) {
    .subtotal {
        border-left: none;
        border-top: 1px solid #cccccc;
        padding-left: 0;
        padding-top: 20px
    }
}

.subtotal_amount {
    font-size: 1.4em;
    font-weight: bold
}

button.update {
    width: 30%;
    float: right
}

.size_chart {
    float: right;
    padding-top: 5px
}

#size-chart {
    display: none
}

#size-chart h5 {
    padding: 15px 0 0 0;
    text-align: center
}

.price_total_text {
    font-weight: normal;
    display: none
}

.was_price {
    text-decoration: line-through;
    color: #8c8b8b;
    text-shadow: none;
    font-weight: normal
}

.cart_savings {
    text-align: left
}

.savings {
    font-size: 16px;
    display: block
}

.thumbnails a {
    display: block;
    margin-bottom: 1em
}

#instafeed .instagram__item {
    position: relative;
    margin-bottom: 20px
}

.instagram__item:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.instagram__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.instagram__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover
}

.instagram__video-link:after,
.instagram__video-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2
}

.instagram__video-link:after {
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-left: 20px solid #fff;
    margin-top: -18px;
    margin-left: -7px;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25))
}

.instagram__video-link:before {
    margin-top: -34px;
    margin-left: -34px;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
    background: rgba(0, 0, 0, 0.42);
    transition: background 0.3s ease
}

.instagram__video-link:hover:before {
    background: rgba(0, 0, 0, 0.7)
}

.arrow {
    position: relative;
    top: -1px;
    left: 2px;
    opacity: 0.6
}

.modal {
    margin: 10px 0;
    display: none;
    background-color: #f1f1f1
}

.modal_product {
    width: auto;
    line-height: 0px;
    max-width: 940px
}

.modal_product img {
    cursor: pointer
}

.modal_image {
    text-align: center
}

.modal a {
    padding-bottom: 0
}

.modal p.modal_price,
p.modal_price {
    font-size: 20px;
    margin-bottom: 10px
}

.modal form {
    margin-bottom: 10px
}

.notify_form #contact_form .action_button {
    width: 100%
}

.product_image_col {
    margin-top: 15px;
    text-align: center
}

.meta {
    font-size: 13px
}

.meta p {
    font-size: 13px;
    margin-bottom: 0px
}

p.meta {
    margin-bottom: 10px
}

.comment-body p.meta {
    margin-bottom: 5px
}

.comment-body h6 {
    padding: 0
}

.sidebar_title {
    padding-bottom: 0px
}

.blog-section h2 {
    margin-bottom: 0;
    line-height: 1.2
}

.blog-section h2 a {
    color: #333333
}

.blog_meta {
    margin-bottom: 0
}

.blog_meta span {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: smaller;
    color: #8c8b8b
}

.blog_meta span:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    margin: -1px 5px 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #8c8b8b
}

.blog_meta span:last-child:after {
    background-color: transparent
}

.tags span a {
    color: #9d8661
}

.article h3.sub_title {
    margin: 10px auto 0
}

.article_content {
    margin-top: 20px
}

.excerpt {
    line-height: 1.5;
    margin: 1em 0
}

.article,
.article_image {
    padding-bottom: 15px
}

#comment_form .action_button,
#contact_form .action_button {
    display: block;
    padding-left: 40px;
    padding-right: 40px
}

@media only screen and (max-width: 798px) {
    #comment_form .action_button,
    #contact_form .action_button {
        width: 100%
    }
}

#contact_form .action_button.sign_up {
    display: inline-block;
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    float: none
}

body.article {
    padding-bottom: 0
}

.toggle span {
    color: #8c8b8b;
    font-weight: bold;
    font-family: "SukhumvitSet-Text", SukhumvitSet-Text, SukhumvitSet-Text, sans-serif;
    font-size: smaller;
    float: right;
    display: none
}

.sidebar .blog_search {
    margin-bottom: 15px
}

.sidebar .blog_search input {
    width: 100%;
    border-radius: 100px;
    padding-left: 15px
}

.meta .label,
.label {
    color: #8c8b8b
}

.blog_meta,
.blog_meta a {
    color: #8c8b8b
}

.blog_meta a:hover {
    color: #9d8661
}

.count {
    font-style: normal;
    font-size: 13px
}

.checkout {
    display: block;
    float: right;
    margin-top: 0px
}
.dark-overlay-true:after {
    content: '';
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.caption.captionOverlay--true .headline, .caption.captionOverlay--true .subtitle {
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
/* @media only screen and (max-width: 798px)
.caption .headline {
    font-size: 20.0px;
}
.caption .headline {
    color: #ffffff;
    font-family: SukhumvitSet-Text;, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 15px;
}
@media only screen and (max-width: 798px)
.headline {
    font-size: 1.3em;
    line-height: 1.2;
    position: relative;
}
@media only screen and (max-width: 798px)
.headline, .empty_cart, .promo_banner, .title {
    font-size: 16px;
}
.headline, .empty_cart, .promo_banner, .title {
    font-family: SukhumvitSet-Text;, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */
/* @media only screen and (max-width: 798px)
h1 {
    font-size: 16px;
}
h1 {
    font-family: SukhumvitSet-Text;, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #333333;
    display: block;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 15px;
    clear: both;
    font-weight: 300;
    padding-top: 4px;
}
h1 {
    font-size: 2em;
} */
/* * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.center {
    text-align: center;
} */
/* body {
    font-family: SukhumvitSet-Text;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: none;
    color: #333333;
    line-height: 1.6em;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    background-color: #ededed;
}
html {
    font-family: SukhumvitSet-Text;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
} */
::selection {
    background: #FFF7B6;
    color: black;
}
.free_js {
    background-color: #dfbfbf;
    text-align: center;
    padding: 70px 20px 30px;
    margin-bottom: 5px;
}
.toolbar-products {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 0;
    padding: 0 5px 10px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.clearfix, .qty-incrementer, .inline-form, .form-list .fields, .container-fluid, .pagination, .actions-toolbar, .toolbar, .toolbar-products, .product-info-main .box-tocart .field.qty .control, .product-options-bottom .box-tocart .field.qty .control, .product-item-details .box-tocart .field.qty .control, .sidebar .product-items-images, .checkout-container, .opc-estimated-wrapper, .opc-wrapper .field.addresses, .page-product-downloadable .product-add-form, .gift-options, .gift-item-block .content, .order-details-items .order-gift-message, .order-details-items .block-order-details-gift-message, .block-giftregistry-shared-items .product .item-options, .gift-wrapping-list, .opc-wrapper .data.table .gift-wrapping, .table-order-items .gift-wrapping, .table-order-review .gift-wrapping, .customer-review .product-details, .toolbar .pages-items {
    *zoom: 1;
}
* {
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
.page-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    min-height: 100%;
}
/* @media screen and (max-width: 1024px)
body {
    font-size: .83333333rem;
    line-height: 1.53333333;
}
body {
    font: normal normal normal 100%/1.44444444 "SukhumvitSet-Text",SukhumvitSet-Text,sans-serif;
    color: #5f647b;
    font-weight: 300;
    vertical-align: baseline;
    -webkit-text-size-adjust: none;
    -webkit-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: no-common-ligatures;
}
html {
    -webkit-tap-highlight-color: rgba(0,0,0,.25);
    font-size: 112.5%;
    line-height: 1.44444444;
}
html {
    font-family: SukhumvitSet-Text;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.clearfix:before, .clearfix:after, .qty-incrementer:before, .qty-incrementer:after, .inline-form:before, .inline-form:after, .form-list .fields:before, .form-list .fields:after, .container-fluid:before, .container-fluid:after, .pagination:before, .pagination:after, .actions-toolbar:before, .actions-toolbar:after, .toolbar:before, .toolbar:after, .toolbar-products:before, .toolbar-products:after, .product-info-main .box-tocart .field.qty .control:before, .product-info-main .box-tocart .field.qty .control:after, .product-options-bottom .box-tocart .field.qty .control:before, .product-options-bottom .box-tocart .field.qty .control:after, .product-item-details .box-tocart .field.qty .control:before, .product-item-details .box-tocart .field.qty .control:after, .sidebar .product-items-images:before, .sidebar .product-items-images:after, .checkout-container:before, .checkout-container:after, .opc-estimated-wrapper:before, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:before, .opc-wrapper .field.addresses:after, .page-product-downloadable .product-add-form:before, .page-product-downloadable .product-add-form:after, .gift-options:before, .gift-options:after, .gift-item-block .content:before, .gift-item-block .content:after, .order-details-items .order-gift-message:before, .order-details-items .order-gift-message:after, .order-details-items .block-order-details-gift-message:before, .order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:before, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:before, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:before, .opc-wrapper .data.table .gift-wrapping:after, .table-order-items .gift-wrapping:before, .table-order-items .gift-wrapping:after, .table-order-review .gift-wrapping:before, .table-order-review .gift-wrapping:after, .customer-review .product-details:before, .customer-review .product-details:after, .toolbar .pages-items:before, .toolbar .pages-items:after {
    content: " ";
    display: table;
    line-height: 0;
}
.clearfix:after, .qty-incrementer:after, .inline-form:after, .form-list .fields:after, .container-fluid:after, .pagination:after, .actions-toolbar:after, .toolbar:after, .toolbar-products:after, .product-info-main .box-tocart .field.qty .control:after, .product-options-bottom .box-tocart .field.qty .control:after, .product-item-details .box-tocart .field.qty .control:after, .sidebar .product-items-images:after, .checkout-container:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after, .order-details-items .order-gift-message:after, .order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after, .table-order-items .gift-wrapping:after, .table-order-review .gift-wrapping:after, .customer-review .product-details:after, .toolbar .pages-items:after {
    clear: both;
}
.clearfix:before, .clearfix:after, .qty-incrementer:before, .qty-incrementer:after, .inline-form:before, .inline-form:after, .form-list .fields:before, .form-list .fields:after, .container-fluid:before, .container-fluid:after, .pagination:before, .pagination:after, .actions-toolbar:before, .actions-toolbar:after, .toolbar:before, .toolbar:after, .toolbar-products:before, .toolbar-products:after, .product-info-main .box-tocart .field.qty .control:before, .product-info-main .box-tocart .field.qty .control:after, .product-options-bottom .box-tocart .field.qty .control:before, .product-options-bottom .box-tocart .field.qty .control:after, .product-item-details .box-tocart .field.qty .control:before, .product-item-details .box-tocart .field.qty .control:after, .sidebar .product-items-images:before, .sidebar .product-items-images:after, .checkout-container:before, .checkout-container:after, .opc-estimated-wrapper:before, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:before, .opc-wrapper .field.addresses:after, .page-product-downloadable .product-add-form:before, .page-product-downloadable .product-add-form:after, .gift-options:before, .gift-options:after, .gift-item-block .content:before, .gift-item-block .content:after, .order-details-items .order-gift-message:before, .order-details-items .order-gift-message:after, .order-details-items .block-order-details-gift-message:before, .order-details-items .block-order-details-gift-message:after, .block-giftregistry-shared-items .product .item-options:before, .block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:before, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:before, .opc-wrapper .data.table .gift-wrapping:after, .table-order-items .gift-wrapping:before, .table-order-items .gift-wrapping:after, .table-order-review .gift-wrapping:before, .table-order-review .gift-wrapping:after, .customer-review .product-details:before, .customer-review .product-details:after, .toolbar .pages-items:before, .toolbar .pages-items:after {
    content: " ";
    display: table;
    line-height: 0;
} */


/* --------------- fix css ------------ */

.BlogContent_inner ul li,
.BlogContent_inner p{
    font-family: "SukhumvitSet-Text";
    color: #000000!important;
}
.BlogPostItem_Des{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.BlogPostItem_Des .detail-orra br{
    display: none;
}
.BlogPostItem_Des .continue-button{
    width: fit-content;
}
.BlogPostItem_Des .detail-orra{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 575px){
    .BlogContent_inner ul li,
    .BlogContent_inner p{
        font-size: 14px;
    } 
    .BlogPostItem_Des .continue-button{
        font-size: 14px;
        height: 30px;
    }
}

