@import url("all.css");

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

body {
    margin: 0
}

li a {
    color: black;
}

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

body,
input,
textarea,
button,
select {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    outline: 0
}

a {
    color: #888
}

b,
strong {
    font-family: 'futura-medium', Helvetica, sans-serif;
    font-display: swap;
}

em {
    font-style: italic
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

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

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

textarea {
    overflow: auto;
    -webkit-appearance: none;
    -moz-appearance: none
}

[tabindex='-1']:focus {
    outline: none
}

a,
button,
[role="button"],
input,
label,
select,
textarea {
    touch-action: manipulation
}

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

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



.grid__item {
    float: left;
    padding-left: 30px;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .grid__item {
        padding-left: 15px
    }
}

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

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

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

.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
}

.clearfix {
    *zoom: 1
}

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

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

.visibility-hidden {
    visibility: hidden
}

.js-focus-hidden:focus {
    outline: none
}

.no-js:not(html) {
    display: none
}

.no-js .no-js:not(html) {
    display: block
}

.no-js .js {
    display: none
}

.skip-link:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px;
    opacity: 1;
    z-index: 10000;
    transition: none
}

body,
html {
    background-color: #fff;
    color: #494949
}

.page-width {
    *zoom: 1;
    max-width: 1200px;
    margin: 0 auto
}

.page-width::after {
    content: '';
    display: table;
    clear: both
}

.section-header {
    margin-bottom: 35px
}

@media only screen and (min-width: 768px) {
    .section-header {
        margin-bottom: 55px
    }
}

.font-error {
    text-align: center;
    background: #f00;
    color: #fff;
    padding: 10px
}

blockquote {
    font-size: 1.125em;
    font-style: normal;
    text-align: center;
    padding: 0 30px;
    margin: 0
}

.rte blockquote {
    border-color: #ebebeb;
    border-width: 1px 0;
    border-style: solid;
    padding: 30px 0;
    margin-bottom: 27.5px
}

blockquote p+cite {
    margin-top: 27.5px
}

blockquote cite {
    display: block;
    font-size: 0.85em;
    font-weight: 400
}

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

code,
pre {
    font-family: Consolas, monospace;
    font-size: 1em
}

pre {
    overflow: auto
}

body,
input,
textarea,
button,
select {
    font-size: 16px;
    font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    line-height: 1.5
}

@media only screen and (max-width: 989px) {
    input,
    textarea,
    select,
    button {
        font-size: 16px
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 17.5px;
    font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit
}

h1,
.h1 {
    font-size: 2.1875em;
    text-transform: none;
    letter-spacing: 0
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 2em
    }
}

h2,
.h2 {
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.1em
}

@media only screen and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 1.125em
    }
}

h3,
.h3 {
    font-size: 1.625em;
    text-transform: none;
    letter-spacing: 0
}

@media only screen and (max-width: 767px) {
    h3,
    .h3 {
        font-size: 1.25em
    }
}

h4,
.h4 {
    font-size: 1.0625em
}

@media only screen and (max-width: 767px) {
    h4,
    .h4 {
        font-size: 0.9375em
    }
}

h5,
.h5 {
    font-size: 0.9375em
}

@media only screen and (max-width: 767px) {
    h5,
    .h5 {
        font-size: 0.8125em
    }
}

h6,
.h6 {
    font-size: 0.875em
}

@media only screen and (max-width: 767px) {
    h6,
    .h6 {
        font-size: 0.75em
    }
}

.rte {
    margin-bottom: 35px
}

.rte:last-child {
    margin-bottom: 0
}

p:last-child {
    margin-bottom: 0
}

li {
    list-style: none
}

.featured-row__subtext li{
    list-style: square;
    text-align: left;
}

.fine-print {
    font-size: 0.875em;
    font-style: italic
}

.txt--minor {
    font-size: 80%
}

.txt--emphasis {
    font-style: italic
}

.address {
    margin-bottom: 55px
}

.mega-title {
    margin-bottom: 8px
}

.mega-title--large {
    font-size: 2.125em
}

@media only screen and (min-width: 768px) {
    .mega-title--large {
        font-size: 4.0625em
    }
}

@media only screen and (min-width: 768px) {
    .mega-subtitle {
        font-size: 1.25em;
        margin: 0 auto;
        max-width: 75%
    }
}

.mega-subtitle p {
    color: inherit
}

.mega-subtitle--large {
    font-size: 1.125em;
    font-weight: 600
}

@media only screen and (min-width: 768px) {
    .mega-subtitle--large {
        font-size: 1.5em
    }
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor
}

.no-svg .icon {
    display: none
}


.no-svg .icon__fallback-text {
    position: static !important;
    overflow: inherit;
    clip: none;
    height: auto;
    width: auto;
    margin: 0
}

.payment-icons {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default
}

.payment-icons .icon {
    width: 30px;
    height: 30px
}

.social-icons .icon {
    width: 23px;
    height: 23px
}

@media only screen and (min-width: 768px) {
    .social-icons .icon {
        width: 25px;
        height: 25px
    }
}

.social-icons .icon.icon--wide {
    width: 40px
}

ul,
ol {
    margin: 0;
    padding: 0
}

ol {
    list-style: decimal
}

.list--inline {
    padding: 0;
    margin: 0
}

.list--inline li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.rte img {
    height: auto
}

.rte table {
    table-layout: fixed
}

 
.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
    margin-left: 0;
    list-style-position: inside
}

.rte__table-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

a {
    text-decoration: none
}

a:hover {
    opacity: 0.6
}

a.classic-link {
    text-decoration: underline
}

.btn,
a {
    transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1)
}

.btn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 2px 20px;
    background-color: #391113;
    color: #fff5d6;
    font-family: "berthold", Helvetica, sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    white-space: normal;
    font-size: 23px
}

@media only screen and (min-width: 768px) {
    .btn {
        padding: 10px 18px
    }
}

.btn:hover {
    opacity: 0.6
}

.btn .icon-arrow-right,
.btn .icon-arrow-left {
    height: 9px
}

.btn[disabled] {
    cursor: default;
    opacity: 0.5;
    background-color: #391113;
    color: #fff5d6
}

.btn--secondary {
    background-color: #888;
    color: #fff;
    border-color: #ebebeb
}

.btn--small {
    font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    padding: 8px 10px;
    font-size: 0.75em;
    line-height: 1
}

.btn--accent {
    color: white;
    background-color: #e87dab
}

.btn--accent.disabled {
    cursor: default;
    opacity: 0.5
}

.btn--accent.selected {
    background-color: #92b266
}

.selector-group {
    padding: 10px 0;
    display: inline-block;
    height: 46px
}

.selector-group .selector-group__option {
    color: #494949;
    cursor: pointer;
    opacity: 0.35;
    border: 1px solid #ebebeb;
    padding: 5px;
    margin-right: 5px;
    font-size: 0.6875em
}

.selector-group .selector-group__option.selected {
    opacity: 1
}

@media only screen and (max-width: 767px) {
    .btn--small-wide {
        padding-left: 50px;
        padding-right: 50px
    }
}

.btn--link {
    background-color: transparent;
    border: 0;
    margin: 0;
    text-align: left
}

.btn--link:hover,
.btn--link:focus {
    opacity: 0.6
}

.btn--link .icon {
    vertical-align: middle
}

.btn--narrow {
    padding-left: 15px;
    padding-right: 15px
}

.btn--disabled {
    opacity: 0.5;
    cursor: default
}

.btn--disabled:hover,
.btn--disabled:focus {
    opacity: 0.5
}

.btn--has-icon-after .icon {
    margin-left: 10px
}

.btn--has-icon-before .icon {
    margin-right: 10px
}

.text-link {
    display: inline;
    border: 0 none;
    background: none;
    padding: 0;
    margin: 0
}

.return-link-wrapper {
    margin: 82.5px 0
}

@media only screen and (max-width: 767px) {
    .return-link-wrapper {
        margin-bottom: -56px
    }
    .return-link-wrapper .btn {
        display: block
    }
}

table {
    margin-bottom: 27.5px
}

th {
    font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 700
}

th,
td {
    text-align: left;
    border: 1px solid #ebebeb;
    padding: 10px 14px
}
 
svg:not(:root) {
    overflow: hidden
}


fieldset {
    border: 1px solid #ebebeb;
    margin: 0 0 55px;
    padding: 27.5px
}

legend {
    border: 0;
    padding: 0
}

button {
    cursor: pointer
}

input[type="submit"] {
    cursor: pointer
}

label {
    display: block;
    margin-bottom: 5px
}


[type="radio"]+label,
[type="checkbox"]+label {
    display: inline-block;
    margin-bottom: 0
}

label[for] {
    cursor: pointer
}

input,
textarea,
select {
    border: 1px solid #ebebeb;
    background-color: transparent;
    color: #494949;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 0
}

 
textarea {
    min-height: 100px
}

 
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    line-height: 1.2;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    padding-top: 8px;
    padding-left: 15px;
    padding-bottom: 8px
}

@media only screen and (min-width: 768px) {
    select {
        padding-top: 10px;
        padding-left: 18px;
        padding-bottom: 10px
    }
}

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

optgroup {
    font-weight: 700
}

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

.label--hidden {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

.ie9 .label--hidden {
    position: static;
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
    clip: initial
}

::-webkit-input-placeholder {
    color: #494949;
    opacity: 0.6
}

::-moz-placeholder {
    color: #494949;
    opacity: 0.6
}

:-ms-input-placeholder {
    color: #494949;
    opacity: 0.6
}

::-ms-input-placeholder {
    color: #494949;
    opacity: 1
}

.label--error {
    color: #d20000
}

input,
textarea {
    padding: 8px 15px
}

@media only screen and (min-width: 768px) {
    input,
    textarea {
        padding: 10px 18px
    }
}

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
    display: block;
    width: 100%;
    margin-bottom: 19.44444px
}

.form-vertical [type="radio"],
.form-vertical [type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 5px
}

.form-vertical [type="submit"],
.form-vertical .btn {
    display: inline-block;
    width: auto
}

.note,
.form--success,
.errors {
    padding: 8px;
    margin: 0 0 27.5px
}

@media only screen and (min-width: 768px) {
    .note,
    .form--success,
    .errors {
        padding: 10px
    }
}

.note {
    border: 1px solid #ebebeb
}

.form--success {
    border: 1px solid #19a340;
    background-color: #f8fff9;
    color: #19a340
}

.errors {
    border: 1px solid #d20000;
    background-color: #fff8f8;
    color: #d20000
}

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

.errors a {
    color: #d20000;
    text-decoration: underline
}

.input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate
}

.form-vertical .input-group {
    margin-bottom: 55px
}

.input-group__field,
.input-group__btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.input-group__field,
.input-group__btn .btn {
    height: 42px;
    padding-top: 0;
    padding-bottom: 0
}

@media only screen and (min-width: 768px) {
    .input-group__field,
    .input-group__btn .btn {
        height: 46px
    }
}

.input-group__field {
    width: 100%;
    border-right: 0;
    border-radius: 0 0 0 0
}

.form-vertical .input-group__field {
    margin: 0
}

.input-group__btn {
    white-space: nowrap;
    width: 1%
}

.input-group__btn .btn {
    border-radius: 0 0 0 0;
    white-space: nowrap
}

.site-header__logo img {
    display: block
}

.site-nav {
    position: relative;
    padding: 0;
    text-align: center;
    margin: 25px 0
}

.site-nav a {
    padding: 3px 10px
}

.site-nav li {
    display: inline-block
}

.site-nav--centered {
    padding-bottom: 22px
}

.site-nav__link {
    display: block;
    white-space: nowrap
}

.site-nav--centered .site-nav__link {
    padding-top: 0
}

.site-nav__link .icon-chevron-down {
    width: 8px;
    height: 8px;
    margin-left: 2px
}

.site-nav--active-dropdown .site-nav__link .icon-chevron-down {
    transform: rotateZ(-180deg)
}

.site-nav__link.site-nav--active-dropdown {
    border: 1px solid #ebebeb;
    border-bottom: 1px solid transparent;
    z-index: 2
}

.site-nav--has-dropdown {
    position: relative
}

.site-nav--has-centered-dropdown {
    position: static
}

.site-nav__dropdown {
    display: none;
    position: absolute;
    left: 0;
    padding: 11px 17px;
    margin: 0;
    z-index: 2;
    text-align: left;
    border: 1px solid #ebebeb;
    left: -1px;
    top: 41px
}

.site-nav__dropdown .site-nav__link {
    padding: 4px 30px 4px 0
}

.site-nav--active-dropdown .site-nav__dropdown {
    display: block
}

.site-nav__dropdown li {
    display: block
}

.site-nav__dropdown--centered {
    width: 100%;
    border: 0;
    background: none;
    padding: 0;
    text-align: center
}

.site-nav__childlist {
    display: inline-block;
    border: 1px solid #ebebeb;
    padding: 11px 17px;
    text-align: left
}

.site-nav__childlist-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-bottom: -35px
}

.site-nav__childlist-item {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 35px
}

.site-nav__child-link--parent {
    font-weight: 700;
    margin: 4px 0
}

.page-width {
    padding-left: 55px;
    padding-right: 55px
}

@media only screen and (max-width: 767px) {
    .page-width {
        padding-left: 22px;
        padding-right: 22px
    }
}

.page-container {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 768px) {
    .page-container {
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

hr {
    margin: 55px 0;
    border: 0;
    border-bottom: 1px solid #ebebeb
}

.hr--small {
    padding: 10px 0;
    margin: 0
}

.hr--invisible {
    border-bottom: 0
}

.border-bottom {
    border-bottom: 1px solid #ebebeb
}

.border-top {
    border-top: 1px solid #ebebeb
}

.empty-page-content {
    padding: 125px 55px
}

@media only screen and (max-width: 767px) {
    .empty-page-content {
        padding-left: 22px;
        padding-right: 22px
    }
}

.grid--table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.grid--table>.grid__item {
    float: none;
    display: table-cell;
    vertical-align: middle
}

 

.grid--no-gutters .grid__item {
    padding-left: 0
}

.grid--half-gutters {
    margin-left: -15px
}

.grid--half-gutters>.grid__item {
    padding-left: 15px
}

.grid--double-gutters {
    margin-left: -60px
}

.grid--double-gutters>.grid__item {
    padding-left: 60px
}

.grid--flush-bottom {
    margin-bottom: -55px;
    overflow: auto
}

.grid--flush-bottom>.grid__item {
    margin-bottom: 55px
}

.is-transitioning {
    display: block !important;
    visibility: visible !important
}

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

@-moz-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

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

.drawer {
    display: none;
    position: absolute;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 9;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1)
}

.js-drawer-open {
    overflow: hidden
}

.drawer--top {
    width: 100%
}

.js-drawer-open-top .drawer--top {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: block
}

.drawer-page-content::after {
    visibility: hidden;
    opacity: 0;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    z-index: 8;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1)
}

.js-drawer-open .drawer-page-content::after {
    visibility: visible;
    opacity: 1
}

.drawer__title,
.drawer__close {
    display: table-cell;
    vertical-align: middle
}

.drawer__close-button {
    background: none;
    border: 0 none;
    position: relative;
    right: -15px;
    height: 100%;
    width: 60px;
    padding: 0 20px;
    color: inherit;
    font-size: 1.125em
}

.drawer__close-button:active,
.drawer__close-button:focus {
    background-color: #ededed
}

.grid--view-items {
    overflow: auto;
    margin-bottom: -35px
}

.grid-view-item {
    margin: 0 auto 35px
}

 

.grid-view-item__title {
    margin-bottom: 0
}

.grid-view-item__meta {
    margin-top: 8px
}

@media only screen and (max-width: 767px) {
    .grid-view-item__title,
    .grid-view-item__meta {
        font-size: 0.9375em
    }
}
 

.grid-view-item__link {
    display: block
}

.grid-view-item__vendor {
    margin-top: 4px;
    font-size: 0.875em;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .grid-view-item__vendor {
        font-size: 0.8125em
    }
}

.grid-view-item__image {
    display: block;
    margin: 0 auto 15px
}

.grid-view-item--sold-out .grid-view-item__image {
    opacity: 0.5
}

.list-view-item {
    display: table;
    table-layout: fixed;
    margin-bottom: 22px;
    width: 100%
}

.list-view-item:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 768px) {
    .list-view-item {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 22px
    }
    .list-view-item:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }
}

.list-view-item__image-column {
    display: table-cell;
    vertical-align: middle;
    width: 130px
}

@media only screen and (max-width: 767px) {
    .list-view-item__image-column {
        width: 85px
    }
}

.list-view-item__image-wrapper {
    position: relative;
    margin-right: 35px
}

@media only screen and (max-width: 767px) {
    .list-view-item__image-wrapper {
        margin-right: 17.5px
    }
}

.list-view-item__title-column {
    display: table-cell;
    vertical-align: middle
}

.list-view-item__title {
    font-size: 1.125em;
    min-width: 100px;
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .list-view-item__title {
        font-size: 0.9375em
    }
}

.list-view-item__sold-out {
    font-size: 0.9375em
}

.list-view-item__on-sale {
    font-size: 0.9375em
}

@media only screen and (max-width: 767px) {
    .list-view-item__on-sale {
        display: none
    }
}

.list-view-item__vendor-column {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 20%
}

.list-view-item__vendor {
    font-size: 0.9375em;
    font-style: italic
}

@media only screen and (max-width: 767px) {
    .list-view-item__vendor {
        font-size: 0.875em
    }
}

.list-view-item__price-column {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 20%;
    font-size: 1.0625em
}

@media only screen and (max-width: 767px) {
    .list-view-item__price-column {
        font-size: 0.9375em
    }
}

 

.list-view-item__price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media only screen and (max-width: 767px) {
    .list-view-item__price--reg {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .list-view-item__price--sale {
        display: block
    }
}
 

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-slider .slick-dots {
    margin: 0;
    width: auto
}

.slick-slider .slick-dots li {
    margin: 0;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-left: 6px
}

.slick-slider .slick-dots li:first-of-type {
    margin-left: 0
}

@media only screen and (min-width: 768px) {
    .slick-slider .slick-dots li {
        width: 12px;
        height: 12px;
        margin-left: 8px
    }
}

.slick-slider .slick-dots li button {
    position: relative;
    padding: 0;
    width: 10px;
    height: 10px
}

@media only screen and (min-width: 768px) {
    .slick-slider .slick-dots li button {
        width: 12px;
        height: 12px
    }
}

.slick-slider .slick-dots li button::before {
    text-indent: -9999px;
    background-color: transparent;
    border-radius: 100%;
    background-color: currentColor;
    width: 10px;
    height: 10px;
    opacity: 0.4;
    transition: all 0.2s
}

@media only screen and (min-width: 768px) {
    .slick-slider .slick-dots li button::before {
        width: 12px;
        height: 12px
    }
}

.slick-slider .slick-dots li.slick-active button::before {
    opacity: 1
}

.slick-slider .slick-dots li button:active::before {
    opacity: 0.7
}

.index-section {
    padding-top: 35px;
    padding-bottom: 35px
}

@media only screen and (min-width: 768px) {
    .index-section {
        padding-top: 55px;
        padding-bottom: 55px
    }
}

.index-section:first-child {
    padding-top: 0;
    border-top: 0
}

.index-section:last-child {
    padding-bottom: 0
}

.index-section--flush+.index-section--flush {
    margin-top: -70px
}

@media only screen and (min-width: 768px) {
    .index-section--flush+.index-section--flush {
        margin-top: -110px
    }
}

.index-section--flush:first-child {
    margin-top: -35px
}

@media only screen and (min-width: 768px) {
    .index-section--flush:first-child {
        margin-top: -55px
    }
}

.index-section--flush:last-child {
    margin-bottom: -35px
}

@media only screen and (min-width: 768px) {
    .index-section--flush:last-child {
        margin-bottom: -55px
    }
}

 

.placeholder-svg {
    fill: #dedede;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.placeholder-noblocks {
    padding: 40px;
    text-align: center
}

.placeholder-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.placeholder-background .icon {
    border: 0
}

.image-bar__content .placeholder-svg {
    position: absolute;
    top: 0;
    left: 0
}


.password-page {
    display: table;
    height: 100%;
    width: 100%;
    background-size: cover
}

.ie9 .password-page {
    height: auto
}

.password-page .errors,
.password-page .form--success {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

.password-header {
    height: 85px;
    display: table-row
}

.password-header__inner {
    display: table-cell;
    vertical-align: middle
}

.password-login {
    padding: 0 30px;
    text-align: right
}

.password-logo .logo {
    font-weight: bold;
    max-width: 100%
}

.password-main {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.password-main__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 27.5px 55px
}

.password-message {
    max-width: 500px;
    margin: 82.5px auto 27.5px
}

.password__input-group {
    max-width: 340px;
    margin: 0 auto 55px
}

.password__title {
    margin-bottom: 82.5px
}

.password__form-heading {
    margin-bottom: 55px
}

.password-powered-by {
    margin-top: 82.5px
}

 
 

#mc_embed_signup {
    max-width: 70%;
    margin: 0 auto
}

#mc_embed_signup input {
    width: 100%;
    margin-bottom: 5px
}

#mc_embed_signup .button {
    margin-top: 15px
}

 

.maxium-order {
    background-color: #fff5d6;
    padding: 30px;
    margin-top: 30px
}

.maxium-order a {
    color: inherit
}

.maxium-order p {
    margin-bottom: 4px
}

.maxium-order p:last-of-type {
    margin-bottom: 0px
}

.maxium-order .emphasise {
    font-weight: 700
}

.maxium-order .white {
    color: #fff
}

.frosting-label,
.colour-label {
    width: calc(100% - 45%);
    display: inline-block;
    margin-right: -5px;
    vertical-align: middle;
    font-family: 'futura-book', Helvetica, sans-serif;
    font-size: 18px;
    color: #391113;
    font-weight: normal
}

.frosting-colour-select,
.message-colour-select {
    width: 45%;
    display: inline-block;
    text-transform: capitalize
}

.decorations-select {
    width: 120px;
    text-transform: capitalize
}
 
 

@media only screen and (max-width: 767px) {
   
    .thumbnails-wrapper {
        position: relative;
        text-align: center
    }
    .thumbnails-slider__btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
    .thumbnails-slider__prev {
        left: -20px
    }
    .thumbnails-slider__next {
        right: -20px
    }
 
}

.collection-hero {
    position: relative;
    overflow: hidden;
    margin-top: -55px;
    margin-bottom: 22px
}

@media only screen and (min-width: 768px) {
    .collection-hero {
        margin-bottom: 35px
    }
}

.collection-description {
    margin-bottom: 22px;
    margin-top: 22px
}

@media only screen and (min-width: 768px) {
    .collection-description {
        margin-bottom: 35px;
        margin-top: 35px
    }
}

.collection-hero__image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    opacity: 1
}

@media only screen and (max-width: 767px) {
    .collection-hero__image {
        height: 180px
    }
}

.collection-hero__title-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #888;
    opacity: 0.25
}

.collection-hero__title {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width: 768px) {
    .collection-hero__title {
        font-size: 2em
    }
}

 
.cart th,
.cart td {
    border: 0
}

.cart td {
    padding: 50px 0
}

.cart th {
    font-weight: 400;
    padding: 27.5px 0
}

.cart .cart__meta {
    padding-right: 15px;
    width: 35%
}

.cart__meta-text {
    padding: 5px 0;
    font-size: 0.875em;
    font-style: italic;
    line-height: 1.7
}

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

.cart__qty-input {
    text-align: center;
    width: 60px;
    padding-left: 5px;
    padding-right: 5px
}

.cart__edit {
    margin-top: 10px
}

.cart__edit--active .cart__edit-text--cancel {
    display: none
}

.cart__edit-text--edit {
    display: none
}

.cart__edit--active .cart__edit-text--edit {
    display: block
}

.cart__edit-text--cancel,
.cart__edit-text--edit {
    pointer-events: none
}

.cart__row p {
    margin-bottom: 0
}

.cart__row p+p {
    margin-top: 10px
}

.cart__subtotal-title {
    font-size: 1.125em
}

.cart__subtotal {
    padding-left: 27.5px
}

@media only screen and (min-width: 768px) {
    .cart__subtotal {
        padding-left: 55px;
        min-width: 150px;
        display: inline-block
    }
}

.cart__savings {
    padding-top: 18px
}

.cart__savings-amount {
    padding-left: 27.5px
}

@media only screen and (min-width: 768px) {
    .cart__savings-amount {
        padding-left: 55px;
        min-width: 150px;
        display: inline-block
    }
}
 
.cart__footer {
    padding-top: 35px
}

.cart__footer .btn {
    padding: 8px 30px
}

.cart__update--large {
    margin-right: 10px
}

.cart__shipping {
    font-style: italic;
    font-size: 0.875em;
    padding: 18px 0 20px
}
 

.cart__image-wrapper a {
    display: block;
    padding-right: 30px
}

@media only screen and (min-width: 768px) {
    .cart__image-wrapper a {
        padding-right: 35px
    }
}

@media only screen and (min-width: 768px) {
    .cart__image-wrapper {
        width: 130px
    }
    .cart__meta {
        max-width: 300px
    }
    
    .cart__qty {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .cart__update--show td {
        padding-bottom: 10px
    }
    .cart__update--show .cart__update-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .cart-flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center
    }
    .cart-flex-item {
        display: block;
        min-width: 0;
        -webkit-flex: 1 1 100%;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .cart__meta {
        -webkit-flex: 1 1 0%;
        -moz-flex: 1 1 0%;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }
    .cart__image-wrapper {
        -webkit-flex: 0 0 85px;
        -moz-flex: 0 0 85px;
        -ms-flex: 0 0 85px;
        flex: 0 0 85px
    }
    .cart__price-wrapper {
        -webkit-flex: 0 1 24%;
        -moz-flex: 0 1 24%;
        -ms-flex: 0 1 24%;
        flex: 0 1 24%;
        text-align: right
    }
    .cart__header {
        position: absolute !important;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0
    }
    .cart-message {
        padding-top: 20px
    }
    .cart__qty-label {
        position: inherit !important;
        overflow: auto;
        clip: auto;
        width: auto;
        height: auto;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 0.8125em;
        margin-right: 5px
    }
}

.additional-checkout-buttons {
    margin-top: 22px
}

.additional-checkout-buttons .additional-checkout-button {
    margin-top: 15px;
    width: 100%
}

.additional-checkout-buttons input[type="image"] {
    padding: 0;
    border: 0;
    background: transparent
}
 
.cart-ajax {
    display: none;
    opacity: 0;
    position: absolute;
    background-color: #fafafa;
    border: #ebebeb;
    right: 0;
    top: 37px;
    transition: all 0.25s cubic-bezier(0.29, 0.63, 0.44, 1)
}

.cart-ajax.cart-ajax--show {
    display: inline-block;
    width: 100%;
    min-width: 380px
}

@media only screen and (max-width: 989px) {
    .cart-ajax.cart-ajax--show {
        min-width: 320px;
        top: 56px;
        right: -10px
    }
}

.cart-ajax.cart-ajax--fadeIn {
    opacity: 1
}

.cart-ajax .cart-ajax__close {
    position: absolute;
    top: 17px;
    left: -14px;
    border-radius: 100%;
    background: #391113;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 999
}

@media only screen and (max-width: 989px) {
    .cart-ajax .cart-ajax__close {
        right: 0
    }
}

.cart-ajax .cart-ajax__close svg {
    margin: 3px 0 0;
    height: auto;
    width: 12px
}

.cart-ajax .cart-ajax__list {
    max-height: 350px;
    overflow-y: scroll;
    padding: 15px
}

.cart-ajax .cart-ajax__row {
    float: left;
    width: 100%;
    text-align: center;
    transition: opacity 0.35s cubic-bezier(0.29, 0.63, 0.44, 1)
}

.cart-ajax .cart-ajax__row.cart-ajax__row--deleted {
    opacity: 0
}

.cart-ajax .cart-ajax__remove {
    display: block;
    color: #494949
}
 

.cart-ajax .cart-ajax__quantity {
    position: relative;
    text-align: center;
    border: 1px solid #ebebeb;
    margin-top: 2px;
    margin-bottom: 3px
}

.cart-ajax .cart-ajax__quantity input {
    border: none;
    text-align: center
}

.site-header--wrapper {
    border-bottom: 1px solid #ebebeb
}

.site-header--wrapper .site-header {
    position: relative
}

@media only screen and (min-width: 768px) {
    .site-header--wrapper .site-header.logo--center {
        padding-top: 30px
    }
}

.site-header__logo {
    margin: 15px 0
}

.logo-align--center .site-header__logo {
    text-align: center;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .logo-align--center .site-header__logo {
        text-align: left;
        margin: 15px 0
    }
}

.site-header__logo-link {
    display: inline-block;
    word-break: break-word
}

.site-header__logo-image {
    display: block
}

@media only screen and (min-width: 768px) {
    .site-header__logo-image {
        margin: 0 auto
    }
}

.site-header__logo-image--centered img {
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .logo-align--center .site-header__logo-link {
        margin: 0 auto
    }
}

@media only screen and (max-width: 767px) {
    .site-header__icons .btn--link {
        font-size: 1em
    }
}

.site-header__icons {
    position: relative;
    
}
 

.site-header__menu {
    display: none
}

 
.site-header .icon-hamburger,
.site-header .icon-close,
.site-header .icon-cart {
    height: 30px
}

@media only screen and (min-width: 768px) {
 
    .site-header .icon-hamburger,
    .site-header .icon-close,
    .site-header .icon-cart {
        margin-right: 3px;
        margin-top: 3px
    }
}

@media only screen and (max-width: 767px) {
    .site-header__logo {
        padding-left: 22px
    }
    .site-header__icons {
        padding-right: 22px
    }
    .site-header__menu{
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        padding: 18px 8px;
        margin: 0
    }
    .site-header__icons--plus .site-header__menu{
        padding: 18px 6px
    }
    .site-header__logo {
        text-align: left
    }
    .site-header__logo img {
        margin: 0
    }
}
 
 

.sidebar {
    margin-top: 40px
}

.sidebar__list {
    list-style: none;
    margin-bottom: 55px
}

.sidebar__list li {
    margin-bottom: 10px
}
 
.comment {
    margin-bottom: 30px
}

.comment:last-child {
    margin-bottom: 0
}

.comment__content {
    margin-bottom: 5px
}

.comment__meta-item {
    margin-right: 10px;
    font-size: 0.875em
}

.comment__meta-item:first-child::before {
    content: '\2014 \0020'
}

.btn--share {
    margin-right: 5px;
    margin-bottom: 10px
}

.btn--share .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 4px
}

.btn--share .icon-facebook {
    fill: #3b5998
}

.btn--share .icon-twitter {
    fill: #00aced
}

.btn--share .icon-pinterest {
    fill: #cb2027
}

.share-title {
    display: inline-block;
    vertical-align: middle
}

.mobile-nav {
    display: block;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1)
}

.sub-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.third-nav--is-open .mobile-nav {
    -ms-transform: translate3d(-200%, 0, 0);
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0)
}

.mobile-nav__link,
.mobile-nav__sublist-link {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 16px
}

.mobile-nav__link {
    position: relative
}

.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
    padding-left: 70px
}

.mobile-nav__item {
    display: block;
    width: 100%
}

.mobile-nav__item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
    width: 10px;
    margin: -6px 0 0 -5px
}

.mobile-nav__return {
    border-right: 1px solid #ebebeb
}

.mobile-nav__return-btn {
    position: relative;
    padding: 24px 0;
    width: 55px
}

.mobile-nav__icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 22px;
    padding-right: 22px;
    pointer-events: none;
    overflow: hidden
}

.mobile-nav__table {
    display: table;
    width: 100%
}

.mobile-nav__table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    text-align: left;
    white-space: normal
}

.mobile-nav__toggle-button {
    padding: 20px 15px
}

.mobile-nav__dropdown {
    position: absolute;
    z-index: 8;
    width: 100%;
    top: 0;
    right: -100%;
    display: none
}

.is-active+.mobile-nav__dropdown {
    display: block;
    opacity: 1
}

.mobile-nav__dropdown.is-closing {
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    opacity: 0.99
}

.mobile-nav__dropdown .mobile-nav__sublist-header {
    font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle
}

.mobile-nav-wrapper {
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    position: absolute;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
    display: none;
    overflow: hidden;
    width: 100%
}

.mobile-nav-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ebebeb
}

.mobile-nav-wrapper.js-menu--is-open {
    display: block
}

.mobile-nav--open .icon-close {
    display: none
}

.mobile-nav--close .icon-hamburger {
    display: none
}

.ie9 .slick-dots {
    z-index: 2
}

.site-footer {
    margin: 55px 0;
    border-top: 1px solid #ebebeb
}

@media only screen and (max-width: 767px) {
    .site-footer {
        text-align: center
    }
}

@media only screen and (min-width: 768px) {
    .site-footer__linklist--center {
        margin-top: 35px;
        padding-right: 0
    }
}

.site-footer__linklist{
    margin-top: 35px
}

@media only screen and (min-width: 768px) {
    .site-footer__linklist{
        margin-top: 55px
    }
}

.site-footer__linklist-item {
    display: inline-block;
    padding: 5px 10px
}

@media only screen and (min-width: 768px) {
    .site-footer__linklist-item {
        display: block;
        padding: 0 20px 6px 0
    }
    .site-footer__linklist--center .site-footer__linklist-item {
        display: inline-block;
        padding: 3px 10px
    }
}
 
.site-footer__social-icons,
.site-footer__copyright {
    margin-top: 35px
}

@media only screen and (min-width: 768px) {
    .site-footer__social-icons,
    .site-footer__copyright {
        margin-top: 55px
    }
}

.social-icons__link {
    display: block;
    padding: 0 3px
}

.social-icons__link:first-child {
    margin-left: 0
}

.site-footer__copyright {
    text-align: center
}

.site-footer__copyright-content {
    font-size: 0.8125em
}

.site-footer__payment-icons {
    margin-top: 22px
}

@media only screen and (min-width: 768px) {
    .site-footer__payment-icons {
        margin-top: 22px
    }
    
}

.site-footer__payment-icons .payment-icon {
    margin-right: 5px
}

.site-footer__payment-icons .payment-icon:last-child {
    margin-right: 0
}

.site-footer__copyright--bottom {
    margin-top: 35px
}

.feature-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .feature-row {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.feature-row__item {
    -webkit-flex: 0 1 50%;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

@media only screen and (max-width: 767px) {
    .feature-row__item {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 100%
    }
}

.feature-row__image {
    display: block;
    margin: 0 auto
}

@media only screen and (max-width: 767px) {
    .feature-row__image {
        order: 1
    }
}

.feature-row__text {
    padding-top: 35px;
    padding-bottom: 35px
}

@media only screen and (max-width: 767px) {
    .feature-row__text {
        order: 2;
        padding-bottom: 0
    }
}

@media only screen and (min-width: 768px) {
    .feature-row__text--left {
        padding-left: 35px
    }
    .feature-row__text--right {
        padding-right: 35px
    }
}

@media only screen and (min-width: 768px) {
    .featured-row__subtext {
        font-size: 1.125em
    }
}

.hero {
    position: relative;
    height: 475px;
    display: table;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.hero--x-small {
    height: 94px
}

.hero--small {
    height: 225px
}

.hero--medium {
    height: 357px
}

.hero--large {
    height: 488px
}

.hero--x-large {
    height: 582px
}

@media only screen and (min-width: 768px) {
    .hero--x-small {
        height: 125px
    }
    .hero--small {
        height: 300px
    }
    .hero--medium {
        height: 475px
    }
    .hero--large {
        height: 650px
    }
    .hero--x-large {
        height: 775px
    }
}

.hero__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #888;
    opacity: 0.25;
    z-index: 1
}

.hero__inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 55px 0;
    z-index: 2
}

.hero__btn {
    color: #494949;
    margin-top: 27.5px
}
 


/* theme css end */

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

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    padding: 4px;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

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

 
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 70%;
    -webkit-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    transform: translate(0, -70%);
    padding: 0;
    border: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    color: #494949;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

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

.slick-prev:before {
    content: "\2190"
}

[dir="rtl"] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

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

.slick-next:before {
    content: "\2192"
}

[dir="rtl"] .slick-next:before {
    content: "\2190"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick-icons, sans-serif";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 0.75
}

/* ================================================================================== */
body,
html {
    font-synthesis: none;
    -webkit-font-feature-settings: 'kern';
    font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
input,
button {
    font-family: "futura-book", Helvetica, sans-serif
}

a {
    color: #fff5d6;
    text-decoration: underline
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "berthold", Helvetica, sans-serif;
    letter-spacing: 0;
    color: #391113
}

h2,
.h2 {
    font-size: 50px
}

@media (max-width: 767px) {
    h2,
    .h2 {
        font-size: 35px
    }
}

h3,
.h3{
    font-size: 29px
}

p {
    color: #111
}

select {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iOXB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDkgNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9ImhlYWRlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ1NS4wMDAwMDAsIC02OS4wMDAwMDApIiBmaWxsPSIjMzkxMTEzIj4gICAgICAgICAgICA8ZyBpZD0ibWVudSI+ICAgICAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIxLjAwMDAwMCwgNTEuNjIxOTUxKSI+ICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzM1LjAwMDAwMCwgMTAuMDAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEwOCw3LjkzMzU5NTI4IEMxMDgsNy42Mjk3NzU4MyAxMDcuNzQ1MTE3LDcuMzc4MDM5NzIgMTA3LjQzNzUsNy4zNzgwMzk3MiBMOTkuNTYyNSw3LjM3ODAzOTcyIEM5OS4yNTQ4ODI4LDcuMzc4MDM5NzIgOTksNy42Mjk3NzU4MyA5OSw3LjkzMzU5NTI4IEM5OSw4LjA4MTE2NDcyIDk5LjA2MTUyMzQsOC4yMjAwNTM2MSA5OS4xNjY5OTIyLDguMzI0MjIwMjggTDEwMy4xMDQ0OTIsMTIuMjEzMTA5MiBDMTAzLjIwOTk2MSwxMi4zMTcyNzU4IDEwMy4zNTA1ODYsMTIuMzc4MDM5NyAxMDMuNSwxMi4zNzgwMzk3IEMxMDMuNjQ5NDE0LDEyLjM3ODAzOTcgMTAzLjc5MDAzOSwxMi4zMTcyNzU4IDEwMy44OTU1MDgsMTIuMjEzMTA5MiBMMTA3LjgzMzAwOCw4LjMyNDIyMDI4IEMxMDcuOTM4NDc3LDguMjIwMDUzNjEgMTA4LDguMDgxMTY0NzIgMTA4LDcuOTMzNTk1MjggTDEwOCw3LjkzMzU5NTI4IFoiIGlkPSJJY29ucy9Tb3J0LWRvd24iPjwvcGF0aD4gICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgPC9nPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==) !important;
    background-position: right 7px center !important;
    background-repeat: no-repeat !important;
    background-size: 9px !important;
    background-color: white !important;
    color: #391113 !important;
    border: 3px solid #d8cbc0;
    font-family: 'futura-book', Helvetica, sans-serif
}

select:focus,
select:active {
    border-color: #391113
}

input:not([type='button']):not([type='submit']):not([type='checkbox']):not([type='radio']),
select {
    font-size: 15px;
    border: 3px solid #d8cbc0;
    background: white;
    color: #111;
    outline: none !important;
    box-shadow: none;
    max-width: auto
}

input:not([type='button']):not([type='submit']):not([type='checkbox']):not([type='radio']):focus,
select:focus {
    border-color: #391113
}

input {
    font-family: 'futura-book', Helvetica, sans-serif
}

input[type="number"] {
    color: #391113 !important;
    font-family: "berthold", Helvetica, sans-serif;
    font-size: 17px !important;
    font-weight: bold
}

form label {
    font-family: "berthold", Helvetica, sans-serif;
    color: #391113;
    font-size: 29px;
    font-weight: bold
}

form h2 {
    font-size: 44px
}

form input {
    padding: 11px 10px
}

form select {
    padding: 11px 10px
}

table.responsive-table {
    border: 3px solid #d8cbc0;
    background: white
}

table.responsive-table th,
table.responsive-table td::before {
    font-family: "berthold", Helvetica, sans-serif;
    color: #391113;
    font-size: 23px;
    font-weight: bold
}

table.responsive-table td {
    font-size: 14px
}

table.responsive-table td .simple-link a {
    font-size: 17px !important
}

@media (max-width: 767px) {
    table.responsive-table td {
        margin-bottom: -3px
    }
    table.responsive-table td:nth-child(1) {
        margin-top: -3px
    }
}

table.responsive-table th,
table.responsive-table td {
    border-left: none;
    border-right: none
}

.bg-faded {
    background-color: #fffaeb
}

.btn--large {
    padding: 13px 30px;
    font-size: 1.8em
}

.bordered {
    background-color: #FFF;
    border: 3px solid #d8cbc0
}

.bordered--bottom {
    border-top: 0
}

.clear {
    clear: both
}

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

.flex-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.small-label {
    font-size: 1rem;
    letter-spacing: 0.2px
}

.errors {
    border: 2px solid #D48D9C;
    color: #d20000;
    font-family: 'futura-medium', Helvetica, sans-serif;
    line-height: 1.4
}

.arrow-down {
    width: 50px;
    height: 50px;
    background-color: #fff5d6;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
    border: none;
    z-index: 10;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.arrow-down.hidden {
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.arrow-down:hover {
    box-shadow: 0 4px 20px 0 rgba(56, 16, 18, 0.3);
    bottom: -20px
}

.arrow-down:active {
    box-shadow: none !important;
    bottom: -25px
}

.arrow-down svg {
    width: 16px;
    height: 16px;
    fill: #391113
}

.arrow-down svg path {
    fill: #391113
}

.site-header--wrapper {
    border-bottom: 0px
}
 
.site-header {
    height: 130px;
    background: #fff5d6;
    padding: 0 20px;
    z-index: 11
}

@media (max-width: 1080px) {
    .site-header {
        height: 80px;
        padding: 0 10px
    }
}

.site-header .grid {
    height: 100%;
    text-align: center;
    display: block;
    table-layout: none
}

@media (max-width: 1080px) {
    .site-header .grid {
        display: table;
        table-layout: fixed
    }
}

.site-header .cell {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px
}

@media (max-width: 1080px) {
    .site-header .cell {
        vertical-align: middle;
        padding: 0px;
        margin: 0px
    }
}

.site-header .logo {
    width: 20%;
    height: 130px;
    max-width: 273px;
    min-width: 210px;
    position: relative
}

.site-header .logo .mobile-logo {
    display: none
}

@media (max-width: 1080px) {
    .site-header .logo {
        display: table-cell !important;
        float: inherit !important;
        width: 70% !important;
        height: auto !important
    }
     
    .video-container {
        width: 100% !important;
    }

 
    .site-header .logo .desktop-logo {
        display: none
    }
    .site-header .logo .mobile-logo {
        display: block
    }
}

.site-header .site-header__logo {
    margin: -3px 0px 0px 0px;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.site-header .site-header__logo img {
    backface-visibility: visible
}

@media (max-width: 1080px) {
    .site-header .site-header__logo {
        top: initial !important;
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        height: 80px !important;
        padding: 0px !important
    }
}

.left-icons {
    width: 0%;
    float: left;
    z-index: 10;
    position: relative;
    overflow: hidden
}

.site-header__icons-wrapper {
    position: relative;
    z-index: 2;
    display: none;
}

.left-icons .site-header__icons-wrapper {
    margin: 54px 0px 0 0
}
 
@media (max-width: 1080px) {
    .left-icons {
        width: 10%
    }
    .site-header__icons-wrapper {
        display: block;
    }
    .left-icons {
        display: table-cell !important;
        float: inherit !important;
        width: 15% !important;
        padding: 0px !important
    }
    .left-icons .site-header__icons-wrapper {
        margin: 0px !important
    }

    .left-nav {
        display: none !important
    }
 
    .right-nav {
        display: none !important
    }
}

@media (max-width: 1189px) {
    .site-nav a {
        font-size: 18px
    }

    .tortocake-logo{
        display: none;
    }
}

@media (max-width: 1189px) {
    .site-nav__dropdown {
        top: 73px;
        padding-top: 57px
    }
}

.right-icons {
    float: right !important;
    vertical-align: middle;
    display: table-cell !important;
    float: inherit !important;
    width: 32% !important
}

.left-nav {
    text-align: right;
    width: 25%
}

.site-nav {
    margin: 53px 0 38px;
    max-width: 350px;
    position: static
}

.site-nav.right {
    text-align: left;
    padding-left: 9%
}

.site-nav.left {
    display: inline-block;
    padding-right: 9%;
    width: 100%
}

.site-nav li {
    width: 25%;
    text-align: center;
    display: table-cell;
    max-width: 150px;
    position: static;
    padding-right: 20px;
}

.site-nav a {
    padding: 3px 0px;
    opacity: 1 !important;
    position: relative;
    color: #391113;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "berthold", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    display: inline-block
}

.site-nav a svg {
    vertical-align: middle;
    margin-left: 4px;
    position: relative;
    top: -1px
}

.tortocake-logo{
    display: block;
}

.site-nav a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    width: 100%;
    overflow: hidden;
    height: 3px;
    background-color: transparent;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.site-nav li:hover a:after {
    background-color: #391113;
    bottom: 0px
}

.site-nav li:hover .site-nav__dropdown {
    opacity: 1;
    height: auto;
    visibility: visible;
    display: block;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out
}

.site-nav__dropdown {
    opacity: 0;
    height: 0;
    visibility: hidden;
    display: block;
    width: 100%;
    padding: 40px 0 0 0;
    top: 90px;
    border: none;
    left: 0px;
    white-space: nowrap;
    -webkit-transition: .2s ease-out 0.4s;
    -moz-transition: .2s ease-out 0.4s;
    -o-transition: .2s ease-out 0.4s;
    transition: .2s ease-out 0.4s
}

.site-nav__dropdown .dropdown-background-fix {
    background-color: #ece6d4;
    padding: 0 50px;
    position: relative;
    white-space: nowrap
}

.site-nav__dropdown.extra-wide .overflow-wrapper {
    overflow: hidden
}

.site-nav__dropdown.extra-wide .overflow-wrapper.scrollable {
    overflow: auto
}

.site-nav__dropdown button {
    display: none;
    bottom: 0px;
    width: 50px;
    height: 50px
}

.site-nav__dropdown button:focus,
.site-nav__dropdown button:hover,
.site-nav__dropdown button:active {
    background-color: #fdf4f8
}

.site-nav__dropdown.extra-wide button {
    display: block;
    background: none;
    border: none;
    position: absolute
}

.site-nav__dropdown.extra-wide button.disabled {
    opacity: 0.2
}

.site-nav__dropdown.extra-wide button.nav-prev {
    left: 0px
}

.site-nav__dropdown.extra-wide button.nav-prev svg {
    position: relative;
    top: -2px
}

.site-nav__dropdown.extra-wide button.nav-next {
    right: 0px
}

.site-nav__dropdown.extra-wide button svg {
    width: 15px;
    height: 15px
}

.site-nav__dropdown.extra-wide button path {
    fill: #391113
}

.site-nav__dropdown ul {
    text-align: center;
    line-height: 50px;
    height: 50px;
    min-width: 100%
}

.site-nav__dropdown li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin-right: -6px;
    max-width: 100% !important;
    opacity: 0;
    position: relative;
    top: 20px;
    -moz-transition: top 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: top 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: top 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: top 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: top 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.site-nav__dropdown li.visible {
    opacity: 1;
    top: 0px
}

.site-nav__dropdown a {
    font-weight: normal;
    text-transform: capitalize;
    padding: 0 38px !important;
    font-size: 22px !important
}

.site-nav__dropdown a:after {
    display: none !important
}

.site-nav__dropdown li:hover a {
    background-color: #f4c1da
}

.site-header__menu {
    width: 82px;
    height: 20px;
    position: relative;
    padding: 0px !important
}

@media (max-width: 1080px) {
    .site-header__menu {
        display: block !important;
        margin-top: 8px
    }
}

.site-header__menu span {
    background-color: #391113;
    position: absolute;
    height: 3px;
    width: 30px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.site-header__menu span:nth-child(1) {
    top: 0px
}

.site-header__menu span:nth-child(2) {
    top: 9px;
    width: 24px;
    opacity: 1
}

.site-header__menu span:nth-child(3) {
    bottom: 0px
}

.site-header__menu.mobile-nav--close span:nth-child(1) {
    top: 9px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.site-header__menu.mobile-nav--close span:nth-child(2) {
    opacity: 0
}

.site-header__menu.mobile-nav--close span:nth-child(3) {
    bottom: 9px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mobile-nav-wrapper {
    background-color:#fff5d6;
}

@media screen and (min-width: 1080px) {
    .mobile-nav-wrapper.js-menu--is-open {
        display: none
    }
}

.mobile-nav-wrapper #MobileNav {
    z-index: 4
}

.mobile-nav-wrapper #MobileNav li a,
.mobile-nav-wrapper #MobileNav button {
    font-family: "berthold", Helvetica, sans-serif;
    text-decoration: none;
    color: #391113;
    font-size: 21px
}

.mobile-nav-wrapper #MobileNav li.border-bottom,
.mobile-nav-wrapper #MobileNav .mobile-nav__return {
    border-color: #391113;
}

.mobile-nav-wrapper #MobileNav li a:active,
.mobile-nav-wrapper #MobileNav li a:focus {
    background-color: #f4c1da
}

.mobile-nav-wrapper #MobileNav .mobile-nav__dropdown {
    background-color: #fff5d6
}
 

#shopify-section-footer .site-footer {
    background-color: #391113;
    margin: 0px;
    padding: 60px 0
}

@media (max-width: 1100px) {
    #shopify-section-footer .site-footer {
        padding: 47px 0
    }
}

#shopify-section-footer a {
    color: #fff5d6;
    text-decoration: none
}

#shopify-section-footer .page-width {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1340px
}

@media (max-width: 1100px) {
    #shopify-section-footer .page-width {
        padding: 0px
    }
}

#shopify-section-footer .grid__item {
    vertical-align: middle
}

#shopify-section-footer .site-footer__social-icons,
#shopify-section-footer .site-footer__copyright,
#shopify-section-footer .site-footer__linklist{
    margin-top: 25px
}

#shopify-section-footer small {
    font-size: 0.75em
}

@media (min-width: 1101px) {
    #shopify-section-footer .flex {
        display: table;
        width: 100%
    }
}

#shopify-section-footer .footer-nav {
    width: 35%
}

#shopify-section-footer .footer-nav .grid__item {
    width: 50%
}

@media (max-width: 1100px) {
    #shopify-section-footer .footer-nav {
        order: 2;
        border-top: 1px solid #886e69;
        border-bottom: 1px solid #886e69;
        padding: 43px 0;
        margin: 43px auto !important
    }
    #shopify-section-footer .footer-nav .grid {
        max-width: 540px;
        margin: 0 auto
    }
    #shopify-section-footer .footer-nav ul {
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    #shopify-section-footer .footer-nav .site-footer__linklist-item {
        display: block
    }
}

@media (max-width: 479px) {
    #shopify-section-footer .footer-nav .grid__item {
        width: 50%
    }
    #shopify-section-footer .footer-nav .grid__item ul {
        margin: 0px
    }
    #shopify-section-footer .footer-nav .grid__item li {
        padding: 10px 0
    }
    #shopify-section-footer .footer-nav .grid {
        max-width: 280px;
        margin: 0 auto
    }
}

#shopify-section-footer .footer-company-info {
    width: 30%;
    text-align: center
}

#shopify-section-footer .footer-company-info .footer-company-info__wrapper {
    max-width: 335px;
    margin: 0 auto;
    padding: 0 30px
}

@media (max-width: 1100px) {
    #shopify-section-footer .footer-company-info .footer-company-info__wrapper .site-footer__copyright--bottom {
        display: none
    }
}

#shopify-section-footer .footer-company-info img {
    display: block;
    width: 100%
}

#shopify-section-footer .footer-company-info small {
    color: #fff5d6;
    font-size: 11px
}

@media (max-width: 1100px) {
    #shopify-section-footer .footer-company-info {
        order: 1
    }
}

#shopify-section-footer .footer-social {
    width: 35%
}

@media (max-width: 1100px) {
    #shopify-section-footer .footer-social {
        order: 3
    }
}

#shopify-section-footer .footer-social a {
    padding: 0 12px
}

#shopify-section-footer .footer-social .social-icons {
    display: table;
    width: 100%;
    max-width: 360px;
    margin: 25px auto 0
}

@media (max-width: 1100px) {
    #shopify-section-footer .footer-social .social-icons {
        max-width: 270px;
        margin-top: 0px
    }
}

#shopify-section-footer .footer-social .social-icons li {
    display: table-cell;
    width: 25%
}

#shopify-section-footer .footer-social .social-icons img {
    width: 100%;
    max-height: 65px
}

#shopify-section-footer .footer-social .site-footer__payment-icons {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto
}

#shopify-section-footer .footer-social .payment-icon {
    margin: 0 5px
}

@media (max-width: 479px) {
    #shopify-section-footer .footer-social .payment-icon {
        margin: 0 1px
    }
}

#shopify-section-footer .footer-social .logo-footer-amex {
    width: 53px;
    opacity: 0.41
}

#shopify-section-footer .footer-social .site-footer__copyright--bottom {
    margin-top: 15px;
    display: none
}

#shopify-section-footer .footer-social .site-footer__copyright--bottom small {
    color: #fff5d6
}

@media (max-width: 1100px) {
    #shopify-section-footer .footer-social .site-footer__copyright--bottom {
        display: block !important
    }
}

@media (max-width: 1100px) {
    #shopify-section-footer .footer-nav,
    #shopify-section-footer .footer-social,
    #shopify-section-footer .footer-company-info {
        float: none;
        margin: 0 auto;
        width: 100%;
        text-align: center
    }
}

#PageContainer {
    transform: none;
    overflow: visible
}

@media screen and (min-width: 1080px) {
    #PageContainer {
        transform: none !important
    }
}

.hero__overlay::before {
    display: none
}

#shopify-section-hero .call-to-action {
    max-width: 640px;
    margin: 0 auto;
    position: relative
}

#shopify-section-hero .btn {
    font-size: 1.7em;
    color: #fff5d6;
    min-width: 210px;
    box-shadow: 0 20px 40px 0 rgba(57, 17, 19, 0.5);
    padding: 10px 20px
}

#shopify-section-hero .btn.first {
    float: left
}

#shopify-section-hero .btn.second {
    float: right
}

#shopify-section-hero .btn.disabled {
    opacity: 0.2
}

@media (max-width: 510px) {
    #shopify-section-hero .btn {
        float: none !important;
        display: block;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto
    }
}

#shopify-section-hero .mega-title {
    font-family: "berthold", Helvetica, sans-serif;
    color: #fff5d6;
    font-size: 6em;
    text-shadow: 0 10px 50px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

@media (max-width: 1080px) {
    #shopify-section-hero .mega-title {
        font-size: 5em
    }
}

@media (max-width: 700px) {
    #shopify-section-hero .mega-title {
        font-size: 2em;
        line-height: 0.9em
    }
}

#shopify-section-hero .hero--medium {
    height: 459px
}

#shopify-section-hero .more {
    height: 252px
}

@media (max-width: 500px) {
    #shopify-section-hero .hero--medium {
        height: auto
    }
}

@media (max-width: 500px) {
    #shopify-section-hero .hero__inner {
        padding-top: 75px;
        padding-bottom: 75px
    }
}

.items-slider-section .items-slider-section__header {
    text-align: center;
    padding: 50px 25px;
    background-size: 564px;
    background-repeat: no-repeat;
    background-position: center center
}

@media (max-width: 767px) {
    .items-slider-section .items-slider-section__header {
        padding: 45px 25px 15px;
        background: none
    }
}

.items-slider-section .items-slider-section__header .items-slider-section__subtitle {
    font-size: 1.2em
}

@media (max-width: 767px) {
    .items-slider-section .items-slider-section__header .items-slider-section__subtitle {
        display: none
    }
}

.items-slider-section .items-slider-section__wrapper {
    max-width: 1612px;
    margin: 0 auto;
    padding: 0 100px;
    position: relative
}

@media (max-width: 767px) {
    .items-slider-section .items-slider-section__wrapper {
        padding: 0 50px
    }
}

.items-slider-section .items-slider-section__wrapper .items-slider-section__slider {
    position: relative;
    z-index: 2
}

.items-slider-section .items-slider-section__wrapper .items-slider-section__slider .item-slide {
    padding-bottom: 100px
}

@media (max-width: 767px) {
    .items-slider-section .items-slider-section__wrapper .items-slider-section__slider .item-slide {
        padding-bottom: 60px
    }
}

.items-slider-section__dots {
    position: relative;
    padding: 0 100px;
    max-width: 1600px;
    margin: 0 auto
}

@media (max-width: 767px) {
    .items-slider-section__dots {
        padding: 0px
    }
}

.items-slider-section__dots .slick-dots {
    width: calc(100% - 200px)
}

@media (max-width: 1080px) {
    .items-slider-section__dots .slick-dots {
        width: 100%;
        left: 0px
    }
}

.slick-dots {
    display: table;
    table-layout: fixed;
    bottom: 0px
}

.slick-dots li {
    display: table-cell;
    height: 5px !important
}

.slick-dots li button {
    font-size: 0px;
    color: transparent;
    padding: 0px !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
    opacity: 0.1;
    background-color: #391113;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.slick-dots li button:before {
    display: none
}

.slick-dots li.slick-active button {
    opacity: 0.3
}

.items-slider-section__controls {
    position: absolute;
    width: calc(100% - 200px);
    top: 0px;
    z-index: 1
}

@media (max-width: 767px) {
    .items-slider-section__controls {
        width: calc(100% - 100px)
    }
}

.slick-arrow {
    border: 3px solid rgba(57, 17, 19, 0.2);
    width: 54px;
    height: 54px;
    background-size: 18px 19px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -moz-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.slick-arrow.slick-disabled {
    opacity: 0.3 !important;
    cursor: default !important;
    border-color: rgba(57, 17, 19, 0.2) !important
}

.slick-arrow:before {
    content: "" !important
}

.slick-arrow:hover,
.slick-arrow:focus {
    border-color: #391113;
    opacity: 1
}

.slick-next {
    background-image: url(../svg/chevron-right.svg) !important;
    right: -80px
}

.slick-prev {
    background-image: url(../svg/chevron-left.svg) !important;
    left: -80px
}

@media (max-width: 767px) {
    .slick-arrow {
        border: 0px;
        width: 40px;
        height: 40px
    }
    .slick-prev {
        left: -40px
    }
    .slick-next {
        right: -40px
    }
}

.products-slider-section-main {
    padding-bottom: 0px
}
 
.discover-slider-section-main {
    background: #fdf4f8;
    padding-top: 100px;
    padding-bottom: 0px
}

.discover-slider-section-main .item-slide {
    padding: 0 45px 12px
}

@media (max-width: 767px) {
    .discover-slider-section-main .item-slide {
        padding-left: 10px;
        padding-right: 10px
    }
}

.discover-slider-section-main .item-slide .h3{
    font-size: 34px;
    margin-top: 35px
}

.discover-slider-section-main .item-slide .excerpt {
    margin-bottom: 45px
}

.discover-slider-section-main .item-slide img {
    max-height: 130px;
    width: auto;
    margin: 0 auto;
    position: relative
}

.discover-slider-section-main .items-slider-section__controls {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -50px
}

.item-slide {
    text-align: center;
    padding: 0px;
    position: relative
}

.item-slide a.product-item__image-link {
    position: relative;
    display: block;
    padding-bottom: 94%;
    overflow: hidden
}

.item-slide img {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

.item-slide img.product-item__image-second {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    opacity: 0
}

.item-slide:hover .product-item__image-first {
    opacity: 0
}

.item-slide:hover .product-item__image-second {
    opacity: 1
}

.item-slide .h3{
    margin-top: 20px;
    font-size: 25px
}

.item-slide .product-price__price {
    color: #909090
}

.item-slide .price {
    margin-bottom: 17px
}

.image-with-text .page-width {
    max-width: 1520px
}

.image-with-text .image-with-text__wrapper.about-us {
    background-color: #fffaeb;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 780px
}

 

.image-with-text .image-with-text__wrapper {
    padding: 127px 0
}

.image-with-text .feature-row {
    display: table;
    width: 100%;
    table-layout: fixed
}

.image-with-text .feature-row__item {
    position: relative;
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px
}

@media (max-width: 1260px) {
    .image-with-text .feature-row__item {
        display: block;
        flex: initial;
        text-align: center
    }
}

.image-with-text .feature-row__images {
    position: relative
}

.image-with-text .feature-row__image_mobile {
    display: none
}

.image-with-text .feature-row__images-wrapper {
    padding-right: 120px;
    padding-top: 120px
}

.image-with-text .feature-row__text {
    padding-left: 100px;
    padding-right: 100px
}

.image-with-text .feature-row__item img {
    position: relative;
    top: 0px;
    box-shadow: 0px 0px 11px 0px;
}

.image-with-text .feature-row__item img.feature-row__image_2 {
    position: absolute;
    max-width: 267px;
    top: -160px;
    right: -150px;
    width: 19vw
}

@media (max-width: 1413px) {
    .image-with-text .feature-row__item img.feature-row__image_2 {
        margin-top: 3vw
    }
}

.image-with-text .featured-row__subtext {
    font-size: 18px
}

.image-with-text .btn {
    margin-top: 20px
}

@media (max-width: 1260px) {
    .image-with-text .image-with-text__wrapper {
        padding: 80px 0
    }
    .image-with-text .image-with-text__wrapper.second-image-available {
        padding: 80px 0
    }
    .image-with-text .feature-row {
        display: block
    }
    .image-with-text .feature-row__item {
        display: block;
        padding: 10 0 0 0px;
        width: 100%;
        max-width: 767px;
        margin: 0 auto
    }
    .image-with-text .feature-row__item img.feature-row__image_1,
    .image-with-text .feature-row__item img.feature-row__image_2 {
        display: none
    }
    .image-with-text .feature-row__image_mobile {
        display: block;
        width: 100%;
        max-width: 767px;
        margin: 0 auto
    }
 
}

@media (max-width: 767px) {
    .image-with-text .image-with-text__wrapper {
        background-image: none !important;
        padding: 0 0 70px 0 !important
    }
    .image-with-text .image-with-text__wrapper .page-width {
        padding: 0px
    }
    .image-with-text .image-with-text__wrapper .feature-row__text {
        padding: 0 30px
    }
}
 
.page-width {
    max-width: 1500px
}

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

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

.section-header h1 {
    font-size: 64px
}

@media (max-width: 500px) {
    .section-header h1 {
        font-size: 40px
    }
}
 
.disabled {
    cursor: default;
    color: #333;
    background: #ccc;
    border-color: #ccc !important;
    box-shadow: none
}

.disabled:hover {
    opacity: 1
}
 
.btn-disable {
    opacity: 0.2;
    pointer-events: none
}

li.shipping-container__store.clearfix.selected {
    background: #f2e4da
}

.video-container {
    position: relative;
    height: 333px;
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
}
    
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #391113;
}

.hero--hero {
    background-position: center;
    background-image: url('../img/landing-mobi.png');
    }

    @media screen and (max-width: 800px) {
    .hero--hero {
        background-image: url('../img/landing-mobi.png');
    }
    }

    @media screen and (min-width: 801px) and (max-width: 1000px) {
    .hero--hero {
        background-image: url('../img/landing-mobi.png');
    }
    }

    @media screen and (min-width: 1001px) {
    .hero--hero {
        background-image: url('../img/landing-mobi.png');
    }
}

.contacts-info{
    padding: 6px;
}

.contacts-info a{
    color: inherit;
    padding-right: 12px;
    font-size: 22px;
    text-decoration: none;
}

.map-info {
    width: 100%;
    height: 200px;
    border:0;
}

@media only screen and (min-width: 768px) {
    .map-info {
        height: 400px;
    }
}

 

.fab,
.far,
.fas{
    padding-right: 12px;
}

.cake-name{
    font-family: initial;
    color: #bd1a1a;
}

.video-background:before {
    background: url(../img/video_parent.png);
    opacity: .3;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.video-background:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(37, 32, 35, 0.5);
}

/* Container holding the image and the text */
.container {
    position: relative;
    background: white;
  }
  
  
  /* Top left text */
  .top-left {
    position: absolute;
    top: 28px;
    left: 26px;
  }

  .top-left2 {
    position: absolute;
    top: 64px;
    left: 26px;
  }
  
  /* Top right text */
  .top-right {
    position: absolute;
    top: 28px;
    right: 26px;
  }

  .break {
      margin: 22px;
  }

  #boxes {
    display: flex;
    flex-wrap: wrap;
 
    margin: 0 auto;
  }
  
  #boxes .box {
    flex: 0 1 auto;
    width: calc(100% / 3);
    outline: 5px solid white;
  }

  #instafeed {
    max-width: 1080px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 32px;
}

.top-cake {
    max-width: 1080px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.top-cake .row-brown {
    color: brown;
}

.top-cake .row-red {
    color: red;
    text-align: right;
}

.top-cake .row-green {
    color: green;
    text-align: right;
}

.top-cake .fa2 {
    padding-right: 2px;
}

.top-cake .row {
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}

.top-cake .top-cake-container {
    /* display: flex; */
    align-items: center;
    width: 50%;
    background: white;
    padding: 0px 4px;
}

.top-cake .btn-order {
    border-radius: 16px;
}

.top-cake .top-cake-item {
    background: white;
    margin: 6px 3px 18px 3px;
    padding-left: 16px;
    padding: 10px 12px 10px 12px;
    box-shadow: 0px 0px 11px 0px;
}

.top-cake img {
    position: relative;
    top: 10px;
}

#instafeed div {
    /* display: flex; */
    align-items: center;
    position: relative;
    width: 33%;
    background: white;
    padding: 2px;
    font-size: smaller;
}
@media only screen and (min-width: 667) {
    #instafeed div {
        width: 20%;
   }
}
#instafeed div img {
    display: block;
    width: 100%;
}

.instafeed-btn-center {
    display: flex;
    justify-content: center;
}

.feature-row .instafeed-btn-center a {
    color: #fff5d6;
}

img {
    transition: -webkit-transform 0.25s ease;
}

.feature-row a{
    color: black;
}

.cake-filling {
    padding-top: 72px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 22px;
}

.mobile-bottom-panel {
    position: fixed;
    height: 56px;
    max-height: 56px;
    bottom: 20px;
    z-index: 9;
 }

 .mobile-bottom-panel {
    width: 100%;
    bottom: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.5);
    border-radius: 0;
    height: 68px;
    max-height: 68px;
    transition: transform 220ms ease;
    will-change: transform;
    transform: translateY(100%);
    padding: 5px 12px 12px;
    padding-bottom: env(safe-area-inset-bottom)
}

.mobile-bottom-panel.show {
    transform: translateY(0%);
}

.mobile-bottom-panel .chip__item:first-child {
    margin-right: 15px;
}

.mobile-bottom-panel .chip__item {
    width: calc(100vw / 2);
}

.mobile-bottom-panel .chip__item>a {
    margin-top: 0;
    margin-right: 0;
    padding: 12px 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-bottom-panel .chip__item--whatsapp>a {
    background: #fff !important;
    color: #128c7e !important;
    border: 1px solid #128c7e !important;
}

.mobile-bottom-panel .chip__item--viber>a {
    background: #fff !important;
    color: #59267c !important;
    border: 1px solid #59267c !important;
}

.chip__item>a {
    display: inline-block;
    background: transparent;
    color: #e94c3d;
    border: 1px solid #e94c3d;
    padding: 3px 19px;
    margin-right: 10px;
    white-space: nowrap;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 11px;
    margin-top: 11px;
    text-decoration: none;
    transition: 0ms;
    text-decoration: none !important
}

.mobile-bottom-panel .chip__item i {
    margin-right: 10px;
    font-size: 20px;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
}

.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.d-flex {
    display: flex !important;
}

.flags {
    background-image: url(/icon/flags.png);
    display: inline-block;
    position: relative;
    top: 1px;
    width: 16px;
    height: 12px;
    margin-right: 3px;
}

.flags-nl {
    background-position: 0 -84px;
}

.flags-en {
    background-position: 0 -60px;
}