/*!/wp-content/themes/thebespokeroom/css/theme.css*//* (wpacu)(at)import url(/wp-content/themes/thebespokeroom/css/node_modules/@fancyapps/fancybox/dist/jquery.fancybox1.css); */

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

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

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

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

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

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

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

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

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

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

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

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

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

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

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

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

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

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#wpadminbar {
    overflow: hidden
}

@media (max-width: 600px) {
    #wpadminbar {
        top: -46px
    }
}

.admin-bar {
    position: relative
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-shortcut {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-sizing: content-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    height: auto;
    letter-spacing: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: -1000em;
    transition: none;
    width: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.screen-reader-shortcut:focus {
    background: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color: #0073aa;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    left: 6px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 7px;
    width: auto;
    z-index: 100000
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

@font-face {
    font-family: SmoothFantasy;
    src: url(/wp-content/themes/thebespokeroom/css/../fonts/SmoothFantasy.ttf);
    font-weight: normal;
 font-display:swap;}

@font-face {
    font-family: Avenir-Black;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/thebespokeroom/css/../fonts/Avenir-Black.eot?#iefix") format("embedded-opentype"), url(/wp-content/themes/thebespokeroom/css/../fonts/Avenir-Black.woff) format("woff"), url(/wp-content/themes/thebespokeroom/css/../fonts/Avenir-Black.woff2) format("woff2"), url(/wp-content/themes/thebespokeroom/css/../fonts/Avenir-Black.ttf) format("truetype"), url(/wp-content/themes/thebespokeroom/css/../fonts/Avenir-Black.svg) format("svg")
; font-display:swap;}

@font-face {
    font-family: Avenir-Light;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/thebespokeroom/css/../fonts/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"), url(/wp-content/themes/thebespokeroom/css/../fonts/AvenirLTStd-Light.woff) format("woff"), url(/wp-content/themes/thebespokeroom/css/../fonts/AvenirLTStd-Light.woff2) format("woff2"), url(/wp-content/themes/thebespokeroom/css/../fonts/AvenirLTStd-Light.ttf) format("truetype"), url(/wp-content/themes/thebespokeroom/css/../fonts/AvenirLTStd-Light.svg) format("svg")
; font-display:swap;}

@font-face {
    font-family: Avenir-Medium;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/thebespokeroom/css/../fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url(/wp-content/themes/thebespokeroom/css/../fonts/Avenir-MediumNew.eot) format("woff"), url(/wp-content/themes/thebespokeroom/css/../fonts/Avenir-Medium.woff2) format("woff2"), url(/wp-content/themes/thebespokeroom/css/../fonts/Avenir-Medium.ttf) format("truetype"), url(/wp-content/themes/thebespokeroom/css/../fonts/Avenir-Medium.svg) format("svg")
; font-display:swap;}

body {
    font-family: "Avenir-Light", "Arial Narrow", Arial, Helvetica, sans-serif
}

h1 {
    font-size: 4em;
    margin: 0;
    text-transform: uppercase
}

h2 {
    font-size: 2em;
    margin: 0;
    text-transform: uppercase
}

h3 {
    font-size: 1.5em;
    margin: 0;
    text-transform: uppercase
}

h4 {
    font-size: 1em;
    margin: 0;
    text-transform: uppercase
}

p {
    line-height: 22px;
    margin: 0 0 22px
}

blockquote {
    text-align: center
}

blockquote::after {
    border-bottom: 1px solid;
    content: '';
    display: inline-block;
    width: 110px
}

blockquote p {
    font-size: 32px;
    line-height: 40px
}

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

.font--avenir-black {
    font-family: "Avenir-Black", Arial, Helvetica, sans-serif
}

.font--avenir-medium {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif
}

.link--black {
    color: #212529
}

.link--black:active,
.link--black:focus,
.link--black:hover {
    color: inherit
}

.link--reset {
    color: #191919;
    text-decoration: none
}

.link--reset:active,
.link--reset:focus,
.link--reset:hover {
    color: inherit;
    text-decoration: none
}

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

.woocommerce-alert,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-notice,
.woocommerce-success {
    background-color: #1a1a1a;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #ffffff;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.woocommerce-alert a,
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-notice a,
.woocommerce-success a {
    color: #fff
}

.woocommerce-alert a:active,
.woocommerce-alert a:focus,
.woocommerce-alert a:hover,
.woocommerce-alert a:visited,
.woocommerce-error a:active,
.woocommerce-error a:focus,
.woocommerce-error a:hover,
.woocommerce-error a:visited,
.woocommerce-info a:active,
.woocommerce-info a:focus,
.woocommerce-info a:hover,
.woocommerce-info a:visited,
.woocommerce-message a:active,
.woocommerce-message a:focus,
.woocommerce-message a:hover,
.woocommerce-message a:visited,
.woocommerce-notice a:active,
.woocommerce-notice a:focus,
.woocommerce-notice a:hover,
.woocommerce-notice a:visited,
.woocommerce-success a:active,
.woocommerce-success a:focus,
.woocommerce-success a:hover,
.woocommerce-success a:visited {
    color: #fff
}

.woocommerce-alert .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-notice .button,
.woocommerce-success .button {
    background: none !important;
    color: inherit !important;
    padding: 0 !important
}

.woocommerce-alert .wc-forward,
.woocommerce-error .wc-forward,
.woocommerce-info .wc-forward,
.woocommerce-message .wc-forward,
.woocommerce-notice .wc-forward,
.woocommerce-success .wc-forward {
    float: right
}

.woocommerce-alert .wc-forward::after,
.woocommerce-error .wc-forward::after,
.woocommerce-info .wc-forward::after,
.woocommerce-message .wc-forward::after,
.woocommerce-notice .wc-forward::after,
.woocommerce-success .wc-forward::after {
    content: none
}

.woocommerce-orders-table {
    min-width: 600px;
    width: 100%
}

.woocommerce-orders-table tbody tr:nth-child(even) {
    background: #f2f2f2
}

.woocommerce-orders-table tbody a {
    color: #000;
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif
}

.woocommerce-orders-table tbody a:active,
.woocommerce-orders-table tbody a:focus,
.woocommerce-orders-table tbody a:hover {
    color: #000
}

.woocommerce-orders-table tbody a:nth-child(n+2) {
    margin-left: 10px
}

.woocommerce-orders-table .button.view::after {
    content: none
}

.wc_payment_methods {
    list-style: none;
    padding-left: 0
}

.woocommerce-product-search {
    display: flex
}

.woocommerce-product-search .search-field {
    border: 1px solid #000;
    flex: 1;
    margin-right: 15px;
    padding: 15px
}

.woocommerce-product-search button[type='submit'] {
    background: none;
    border: 1px solid #000;
    color: #212529;
    display: inline-block;
    padding: 14px
}

.btn,
.comment-form .submit,
.woocommerce-quick-view-add-to-cart .button,
.woocommerce .button {
    border: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0px;
    padding: 15px;
    text-decoration: none;
    border-radius: .5rem;
}

.btn:focus,
.comment-form .submit:focus,
.woocommerce-quick-view-add-to-cart .button:focus,
.woocommerce .button:focus,
.btn:hover,
.comment-form .submit:hover,
.woocommerce-quick-view-add-to-cart .button:hover,
.woocommerce .button:hover,
.btn:visited,
.comment-form .submit:visited,
.woocommerce-quick-view-add-to-cart .button:visited,
.woocommerce .button:visited {
    color: inherit;
    text-decoration: none
}

.btn--solid,
.comment-form .submit,
.woocommerce-quick-view-add-to-cart .button,
.woocommerce-wishlist-modal-content .button,
.woocommerce-wishlist-modal-content button,
.woocommerce .button {
    background: #000;
    color: #fff;
    padding: 15px 20px
}

.btn--solid:focus,
.comment-form .submit:focus,
.woocommerce-quick-view-add-to-cart .button:focus,
.woocommerce-wishlist-modal-content .button:focus,
.woocommerce-wishlist-modal-content button:focus,
.woocommerce .button:focus,
.btn--solid:hover,
.comment-form .submit:hover,
.woocommerce-quick-view-add-to-cart .button:hover,
.woocommerce-wishlist-modal-content .button:hover,
.woocommerce-wishlist-modal-content button:hover,
.woocommerce .button:hover,
.btn--solid:visited,
.comment-form .submit:visited,
.woocommerce-quick-view-add-to-cart .button:visited,
.woocommerce-wishlist-modal-content .button:visited,
.woocommerce-wishlist-modal-content button:visited,
.woocommerce .button:visited {
    color: #fff
}

.clearfix::after,
.woocommerce-wishlist-container::after,
.shop .storefront-sorting::after,
.woocommerce-view-order .woocommerce::after {
    clear: both;
    content: '';
    display: table
}

.form--wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 83.33333%
}

.comment-form input[type='email'],
.comment-form input[type='text'],
.comment-form textarea,
.form .input,
.woocommerce .input-text,
.woocommerce .select2-selection {
    border: 1px solid #000;
    padding: 13px;
    width: 100%
}

.breadcrumb {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase
}

.breadcrumb a {
    font-family: "Avenir-Light", "Arial Narrow", Arial, Helvetica, sans-serif
}

.breadcrumb a:first-of-type::before {
    content: none
}

.btn--solid {
    position: relative;
    z-index: 1
}

.btn--solid::after {
    background: #333;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform .3s;
    width: 100%;
    z-index: -1
}

.btn--solid:hover {
    color: #fff
}

.btn--solid:hover::after {
    transform: scaleY(1)
}

.btn--outline {
    border: 1px solid #000;
    color: #212529;
    padding: 14px;
    position: relative;
    z-index: 1
}

.btn--outline::after {
    background: #000;
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: transform .3s;
    width: 100%;
    z-index: -1
}

.btn--outline:hover {
    color: #fff
}

.btn--outline:hover::after {
    transform: scaleY(1)
}

.quick-view-button::before {
    content: none
}

.callout__image {
    width: 100%
}

.callout--featured {
    position: relative;
    width: 100%
}

.callout--featured .callout__image {
    display: none
}

.callout--featured .callout__panel {
    background: #f2f2f2;
    padding: 15px
}

.callout--featured .callout__title {
    font-size: 32px;
    line-height: 38px
}

.callout--featured .callout__text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px
}

.callout--featured .callout__link {
    font-size: 13px;
    margin-top: 30px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .callout--featured .callout__image {
        display: block
    }

    .callout--featured .callout__panel {
        background: #f2f2f2;
        padding: 20px;
        position: absolute;
        right: 0;
        top: 40px;
        width: 400px
    }
}

@media (min-width: 992px) {
    .callout--featured .callout__panel {
        padding: 90px 50px 70px
    }
}

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

.callout--image .callout__title {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px
}

.callout--image .callout__link {
    margin-top: 20px;
    text-transform: uppercase
}

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

.callout--text .callout__title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
}

.callout--text .callout__title .icon {
    height: 16px;
    margin-left: 10px;
    width: 16px
}

.callout--text .callout__link {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase
}

.callout--text .callout__text {
    line-height: 22px;
    margin-top: 25px
}

.comment-form label {
    display: block;
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 32px
}

.comment-form input[type='email'],
.comment-form input[type='text'],
.comment-form textarea {
    margin-bottom: 15px
}

.comment-form .stars .icon {
    margin-right: 15px
}

.collection {
    margin-bottom: 40px
}

.collection__image {
    height: auto;
    margin: 0;
    width: 100%
}

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

.collection__title {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px
}

.collection__count {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1em;
    margin-top: 5px
}

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

.form .input {
    margin-bottom: 15px
}

.form .input--checkbox {
    margin-bottom: 0;
    width: auto
}

.form .input--textarea {
    height: 265px
}

.form .select {
    padding: 0
}

.form .select__input {
    padding: 15px
}

.form .error--active .input {
    border: 1px solid red
}

.form .error--active .error__message {
    color: red
}

.form .error__message {
    margin-bottom: 15px;
    margin-top: -10px
}

.form--contact {
    margin-top: 65px
}

.form--contact .btn {
    width: 100%
}

.form--login {
    margin-bottom: 45px;
    margin-top: 45px
}

.form--login .label {
    display: block;
    margin-bottom: 0
}

.form--login .btn--submit {
    display: block;
    font-family: "Avenir-Medium";
    font-size: 18px;
    margin-top: 20px;
    width: 100%;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.4);
}

.form--register {
    margin-top: 45px
}

.form--register .input--checkbox {
    margin-right: 5px
}

.form--register .btn--submit {
    margin-top: 35px;
    width: 100%
}

svg path {
    fill: inherit;
    stroke: inherit
}

.icon--bookmark .st0 {
    fill: #4d4d4d
}

.icon--bookmark .st1 {
    fill: none
}

.icon--bookmark .st2 {
    fill: #fff
}

.icon--close .st0 {
    fill: none;
    stroke: inherit;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.icon--compass .st0 {
    fill: none;
    stroke: #231f20;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: .75
}

.icon--credit-card .st0 {
    fill: none;
    stroke: #231f20;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: .75
}

.icon--hanger .st0 {
    fill: none;
    stroke: #231f20;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: .75
}

.icon--house .st0 {
    fill: none;
    stroke: #231f20;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: .75
}

.icon--measurements .st0 {
    fill: none;
    stroke: #231f20;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: .75
}

.icon--message .st0 {
    fill: none;
    stroke: #4d4d4d;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.icon--order-history .st0 {
    fill: none;
    stroke: #231f20;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: .75
}

.icon--phone .st0 {
    fill: none;
    stroke: #4d4d4d;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: .75
}

.icon--phone-alt .st0 {
    fill: none;
    stroke: #4d4d4d;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: .75
}

.icon--star::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPHBhdGggZD0iTTIyLjkgOS4zYy0uMi0uNS0uNy0xLTEuMy0xbC01LjctLjktMi41LTUuMmMtLjMtLjUtLjgtLjktMS40LS45LS42IDAtMS4yLjMtMS40LjlMOC4xIDcuNGwtNS44LjljLS42LjEtMS4xLjUtMS4zIDEtLjIuNiAwIDEuMi40IDEuNkw1LjYgMTVsLTEgNS44Yy0uMS42LjIgMS4yLjcgMS41LjMuMi42LjMuOS4zLjMgMCAuNS0uMS44LS4ybDUtMi43IDUgMi43Yy4yLjEuNS4yLjguMi4zIDAgLjYtLjEuOS0uMy41LS4zLjctLjkuNy0xLjVsLTEtNS44IDQuMi00LjJjLjQtLjQuNS0xIC4zLTEuNXpNMTcuMiAxNGMtLjQuNC0uNS44LS40IDEuM2wxIDUuOC01LTIuN2MtLjItLjEtLjUtLjItLjgtLjItLjMgMC0uNS4xLS44LjJsLTUgMi43IDEtNS44Yy4xLS41LS4xLTEtLjQtMS4zTDIuNiA5LjhsNS43LS45Yy41LS4xIDEtLjQgMS4yLS45TDEyIDIuOWwyLjUgNS4yYy4yLjUuNy44IDEuMi45bDUuNy45LTQuMiA0LjF6Ii8+Cjwvc3ZnPg==);
    display: inline-block;
    height: 24px;
    width: 24px
}

.icon--star-solid::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPHBhdGggZD0iTTEwLjggMi4yTDguMSA3LjZsLTYgLjlDMSA4LjcuNiAxMCAxLjQgMTAuOEw1LjcgMTVsLTEgNmMtLjIgMS4xIDEgMS45IDEuOSAxLjRsNS40LTIuOCA1LjQgMi44YzEgLjUgMi4xLS4zIDEuOS0xLjRsLTEtNiA0LjMtNC4yYy44LS44LjMtMi4xLS43LTIuMmwtNi0uOS0yLjctNS40Yy0uNS0xLjEtMS45LTEuMS0yLjQtLjF6Ii8+Cjwvc3ZnPg==);
    display: inline-block;
    height: 24px;
    width: 24px
}

.icon--user .st0 {
    fill: none;
    stroke: inherit;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.icon--users .st0 {
    fill: none;
    stroke: #4d4d4d;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: .75
}

.icon--sm {
    height: 24px;
    width: 24px
}

.icon--md {
    height: 36px;
    width: 36px
}

.icon--lg {
    height: 64px;
    width: 64px
}

.icon--fill-black {
    fill: #000
}

.icon--fill-lint {
    fill: #4d4d4d
}

.icon--fill-white {
    fill: #fff
}

.icon--stroke-black {
    stroke: #000
}

.icon--stroke-white {
    stroke: #fff
}

.instagram-pics {
    display: flex;
    flex-flow: row nowrap;
    list-style: none;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0
}

.instagram-pics a {
    display: block
}

.instagram-pics img {
    height: 200px;
    width: auto
}

.lookbook {
    background: #f2f2f2;
    display: flex;
    flex-flow: row wrap
}

.lookbook__col--meta {
    flex: 1;
    padding: 30px
}

.lookbook-grid__image {
    padding: 8px
}

.lookbook-grid img {
    height: auto;
    margin: 0;
    width: 100%
}

@media (min-width: 768px) {
    .lookbook__col--meta {
        padding: 155px 45px 45px
    }
}

.measurement {
    border: 1px solid #000;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px;
    text-align: center
}

.measurement__icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px
}

.measurement__label {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    font-size: 14px
}

.measurement__input {
    border: none;
    font-size: 60px;
    line-height: 72px;
    margin: 10px 0;
    text-align: center;
    width: 100%
}

.measurement__units {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    font-size: 14px
}

.measurement__video-link {
    display: block
}

.measurement__video-link .icon {
    height: 16px;
    margin-top: 10px;
    width: auto
}

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

.mobile-navigation {
    background: rgba(0, 0, 0, 0.3);
    color: #212529;
    display: none;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 9999
}

.mobile-navigation a {
    display: block
}

.mobile-navigation__container {
    background: #fff;
    height: 100vh;
    padding: 15px;
    width: 90vw
}

.mobile-navigation__row {
    display: flex;
    flex-flow: row nowrap;
    height: 25px
}

.mobile-navigation__row--header .mobile-navigation__column:nth-child(2) {
    line-height: 25px;
    text-align: center
}

.mobile-navigation__row--header .mobile-navigation__column:nth-child(3) {
    text-align: right
}

.mobile-navigation__row--footer {
    margin-top: 30px
}

.mobile-navigation__row--footer .mobile-navigation__column {
    line-height: 25px
}

.mobile-navigation__row--footer .mobile-navigation__column:nth-child(2) {
    text-align: right
}

.mobile-navigation__column {
    flex: 1
}

.mobile-navigation__close-icon {
    cursor: pointer
}

.mobile-navigation__menu {
    list-style: none;
    margin: 30px 0 0;
    padding: 0
}

.mobile-navigation__menu-item {
    border-bottom: 1px solid #000
}

.mobile-navigation__menu-link {
    color: #212529;
    letter-spacing: 1px;
    line-height: 70px;
    text-decoration: none
}

.mobile-navigation__menu-link:active,
.mobile-navigation__menu-link:focus,
.mobile-navigation__menu-link:hover,
.mobile-navigation__menu-link:visited {
    color: #212529
}

.mobile-navigation__search-icon {
    vertical-align: top
}

.mobile-navigation__logout .icon {
    vertical-align: bottom
}

.mobile-navigation__logout,
.mobile-navigation__register {
    color: #4d4d4d;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none
}

.mobile-navigation__logout:active,
.mobile-navigation__logout:focus,
.mobile-navigation__logout:hover,
.mobile-navigation__logout:visited,
.mobile-navigation__register:active,
.mobile-navigation__register:focus,
.mobile-navigation__register:hover,
.mobile-navigation__register:visited {
    color: #4d4d4d
}

.mobile-navigation .icon {
    height: 25px;
    width: 25px
}

.newsletter-widget__label {
    display: block;
    margin-bottom: 0
}

.newsletter-widget__wrapper {
    max-width: 350px;
    position: relative
}


.page-header {
    height: 300px;
    position: relative
}

.page-header__hero {
    background-position: center;
    background-size: cover;
    height: 300px;
    position: absolute;
    width: 100%
}

.page-header__meta {
    padding-top: 100px;
    position: relative;
    text-align: center
}

.page-header__title {
    color: #fff;
    font-size: 40px;
    line-height: 40px
}

.page-header .breadcrumb {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px
}

.page-header .breadcrumb__separator {
    font-weight: normal
}

.page-header .breadcrumb a {
    font-weight: normal
}

.page-header .breadcrumb a,
.page-header .breadcrumb a:active,
.page-header .breadcrumb a:hover,
.page-header .breadcrumb a:focus {
    color: #fff
}

.product--loop {
    /* float: left;
    overflow: hidden;
    width: 285px */
}

.product--loop .product__permalink {
    display: block;
    height: 100%
}

.product--loop .product__preview {
    /* position: relative */
}

.product--loop .product__preview:hover .product__preview-icon {
    display: none
}

.product--loop .product__preview:hover .product__overlay {
    display: block
}

.product--loop .product__preview img {
    display: block;
    background: #fff;
    max-height: 232px;
    width: 100%;
    height: auto;
    object-fit: contain; /* Ensures it scales without stretching */
    -webkit-transform: translateZ(0); 
}

.product--loop .product__preview .icon--bookmark {
    left: 0;
    position: absolute;
    top: 0
}

.product--loop .product__preview-icon {
    left: 0;
    position: absolute;
    top: 0
}

.product--loop .product__overlay {
    background: rgba(0, 0, 0, 0.1);
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.product--loop .product__bookmark {
    cursor: pointer;
    left: 10px;
    line-height: 24px;
    position: absolute;
    top: 10px;
    width: 100%
}

.product--loop .product__bookmark .icon--bookmark-add {
    display: inline-block;
    vertical-align: bottom
}

.product--loop .product__bookmark-text {
    display: inline-block;
    font-size: 10px;
    letter-spacing: 2px;
    transform: translate(-15px, 65px) rotate(270deg)
}

.product--loop .product__actions {
    background: #000;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.product--loop .product__actions a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 15px;
    text-decoration: none
}

.product--loop .product__meta {
    font-size: 14px;
    line-height: 14px;
    padding-top: 25px;
    text-align: center
}

.product--loop .product__meta .quick-view-button {
    display: none
}

.product--loop .product__category {
    color: #b3b3b3;
    font-size: 12px;
    letter-spacing: 0px;
     display:inline-block; 
     margin-bottom:8px;
}

.product--loop .product__title {
    color: #212529;
    font-family: "Avenir-Black";
    font-size: 14px;
    line-height: normal;
    margin: 5px 0;
    letter-spacing: 0.3px;
}

.product--loop .product__title a {
    color: #212529;
    text-decoration: none
}

.product--loop .product__price {
    line-height: 16px
}

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

.product-gallery__item {
    border: 1px solid #e6e6e6;
    height: 58px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 58px
}

.product-gallery__link {
    background-size: cover;
    display: block;
    height: 100%
}

.product-loop {
    width: 100%
}

.product-loop .woocommerce:first-child {
    /* border-bottom: 1px solid #b3b3b3 */
}

.product-loop__title {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
}

.product-loop__title .icon {
    height: 16px;
    margin-left: 10px;
    width: 16px
}

.quantity {
    align-items: center;
    display: flex;
    flex-flow: row nowrap
}

.quantity__label {
    margin: 0 10px 0 0
}

.quantity__wrapper {
    align-items: center;
    border: 1px solid #000;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    line-height: 54px;
    max-width: 300px;
    text-align: center
}

.quantity__mod {
    cursor: pointer;
    display: block;
    height: 100%;
    width: 60px
}

.quantity__mod:hover {
    background: #eee
}

.quantity__input {
    border-bottom: none;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: none;
    flex: 1;
    font-size: 24px;
    max-width: 180px;
    padding: 0 14px;
    text-align: center
}

.quick-view-modal {
    display: none;
    max-height: 600px;
    overflow: hidden;
    padding: 15px
}

.woocommerce-quick-view-stock {
    display: none
}

.woocommerce-quick-view-categories a {
    color: #4d4d4d
}

.woocommerce-quick-view-categories a:active,
.woocommerce-quick-view-categories a:focus,
.woocommerce-quick-view-categories a:hover,
.woocommerce-quick-view-categories a:visited {
    color: #4d4d4d
}

.woocommerce-quick-view-add-to-cart table {
    width: 100%
}

.woocommerce-quick-view-add-to-cart .select-wrapper {
    margin-bottom: 15px
}

.woocommerce-quick-view-add-to-cart .select-wrapper .select {
    font-size: 16px;
    height: 54px
}

.woocommerce-quick-view-add-to-cart .reset_variations {
    display: none !important
}

.woocommerce-quick-view-add-to-cart .quantity__label {
    margin-right: 0;
    width: 67px
}

.woocommerce-quick-view-add-to-cart .quantity__input {
    max-width: 148px
}

.woocommerce-quick-view-add-to-cart .button {
    margin-top: 15px;
    width: 100%
}

.woocommerce-quick-view-gallery-images {
    display: none
}

.search-header {
    background: #e6e6e6;
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 15px
}

.search-header .label {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif
}

.search-header .select-wrapper {
    display: inline-block;
    margin-left: 15px;
    position: relative
}

.search-header .input--select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #4d4d4d;
    border-radius: 0;
    padding: 9px 30px 9px 9px
}

.search-header .icon {
    height: 15px;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 15px
}

.search-header__position {
    line-height: 44px;
    text-align: right
}

.search-result__image-container img {
    height: auto;
    width: 100%
}

.search-result__meta {
    line-height: 14px;
    padding-top: 25px;
    text-align: center
}

.search-result__post-type {
    color: #b3b3b3;
    font-size: 12px;
    text-transform: uppercase
}

.search-result__title {
    color: #212529;
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 5px 0 15px
}

.select {
    position: relative
}

.select__input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    outline: 0;
    padding: 15px;
    width: 100%
}

.select__arrow {
    border-color: #4d4d4d transparent transparent transparent;
    border-style: solid;
    border-width: 8px 5px 0;
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 24px;
    width: 0
}

.select-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 300px;
    position: relative
}

.select-wrapper .select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    padding: 5px 10px;
    width: 100%
}

.select-wrapper .icon {
    height: 16px;
    position: absolute;
    right: 16px;
    width: 16px
}

.shop-filter {
    border-bottom: 0.15px solid #a3a3a3
}

.shop-filter--open .shop-filter__heading::after {
    transform: rotate(270deg);
    right: 6px;
}

.shop-filter--open .shop-filter__body {
    /* display: block */
}

.shop-filter__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: normal
}

.shop-filter__body {
    /* display: none; */
    padding-bottom: 55px
}

.shop-filter__heading {
    cursor: pointer;
    font-family: 'Avenir-Medium';
    font-weight: bold;
    font-size: 13px;
    position: relative;
    width: 100%
}

.shop-filter__heading::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+Cgk8cGF0aCBkPSJNMTYuOSAxMkw5LjUgMjNsLTIuMy0xLjYgNi4zLTkuNC02LjQtOS41TDkuNSAxbDcuNCAxMXoiLz4KPC9zdmc+);
    height: 50px;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(90deg);
    vertical-align: text-bottom;
    width: 12px
}

.shop-filter__label {
    cursor: pointer;
    display: block;
    line-height: 32px;
    margin: 0
}

.shop-filter__list {
    border-top: 0.15px solid #000;
    list-style: none;
    margin: 0;
    padding: 15px 0 0
}

.shop-filter__list .shop-filter__list {
    border-top: none;
    display: none;
    margin-left: 15px;
    padding-bottom: 15px
}

.shop-filter__category--has-children {
    cursor: pointer
}

.shop-filter__category--has-children::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8cGF0aCBkPSJNMjEuNCA5LjZoLTcuMXYtN2MwLS45LS43LTEuNi0xLjYtMS42aC0xLjZjLS45IDAtMS42LjctMS42IDEuNnY3LjFIMi42Yy0uOS0uMS0xLjYuNi0xLjYgMS41djEuNmMwIC45LjcgMS42IDEuNiAxLjZoNy4xdjcuMWMwIC45LjcgMS42IDEuNiAxLjZoMS42Yy45IDAgMS42LS43IDEuNi0xLjZ2LTcuMWg3LjFjLjkgMCAxLjYtLjcgMS42LTEuNnYtMS42Yy0uMi0uOS0uOS0xLjYtMS44LTEuNnoiLz4KPC9zdmc+);
    display: block;
    height: 10px;
    position: absolute;
    right: 10px;
    width: 10px
}

.shop-filter__category--open::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPHBhdGggZD0iTTIxLjQgOS42SDIuNmMtLjkgMC0xLjYuNy0xLjYgMS42djEuNmMwIC45LjcgMS42IDEuNiAxLjZoMTguOWMuOSAwIDEuNi0uNyAxLjYtMS42di0xLjZjLS4xLS45LS44LTEuNi0xLjctMS42eiIvPgo8L3N2Zz4=)
}

.shop-filter__category--open .shop-filter__categories {
    display: block
}

.shop-filter__checkbox {
    display: none
}

.shop-filter__colors {
    display: flex;
    flex-flow: row wrap
}

.shop-filter__color {
    background-color: #000;
    background-position: center;
    background-size: contain;
    border: 2px solid #ccc;
    border-radius: 50%;
    height: 48px;
    margin: 8px;
    width: 48px
}

.shop-filter__price {
    line-height: 32px
}

.shop_table_responsive {
    width: 100%
}

.shop_table tr {
    line-height: 24px
}

.shop_table th,
.shop_table td {
    padding: 10px
}

.shop_table thead {
    background: #212529;
    color: #fff
}

.shop_table thead tr {
    line-height: 32px
}

@media (min-width: 768px) {
    .shop_table {
        min-width: 420px
    }

    .shop_table tr {
        line-height: 48px
    }

    .shop_table th,
    .shop_table td {
        padding: 0 10px
    }

    .shop_table thead tr {
        line-height: 64px
    }
}

.site-copyright {
    background: #000;
    padding: 15px
}

.site-copyright__text {
    color: #fff;
    font-size: 12px;
    text-align: center
}

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

.site-footer__handle {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif
}

.site-footer__bottom {
    background: #1a1a1a;
    color: #fff;
    line-height: 32px;
    padding: 40px 15px 0
}

.site-footer__banner {
    background: #b3b3b3;
    height: 200px;
    margin-top: 25px
}

.site-footer__heading {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 0;
    text-transform: uppercase
}

.site-footer .menu {
    margin-top: 35px
}

.site-footer .menu__link {
    color: #fff;
    display: inline-block;
    text-decoration: none
}

.site-footer .newsletter-widget {
    margin-top: 35px
}

.site-footer .icon--sm {
    height: 20px;
    margin-right: 5px;
    vertical-align: text-bottom;
    width: auto
}

.site-footer .link {
    color: #fff
}

.site-footer .link:active,
.site-footer .link:focus,
.site-footer .link:hover {
    color: #fff
}

@media (max-width: calc(768px - 1px)) {
    .site-footer__column:nth-child(n+2) {
        margin-top: 15px
    }
}

@media (min-width: 768px) {
    .site-footer__top {
        margin-top: 70px
    }


    .site-footer__bottom {
        padding: 40px 30px 0;
        display: grid;
        width: 100%;
        grid-template-columns: 30% 30% 40%;
    }
}

.site-header {
    background: #000;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    padding: 11px 10px;
    align-items: center;
}

.site-header--fixed {
    background: #000;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25);
    position: fixed;
    width: 100%;
    z-index: 5
}

@media (max-width: 600px) {
    .site-header--fixed {
        top: 0
    }
}

.site-header__column {
    display: flex;
    align-items: center;
    justify-content: center
}

.site-header__column--flex {
    flex: 1
}

.site-header__column--flex-center {
    
}

.site-header__mobile-nav-toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.site-header__logo {
    fill: #fff;
    height: 25px;
    width: auto
}

.site-header__search,
.site-header__account,
.site-header__cart {
    margin-left: 15px
}

.site-header__cart {
    color: #fff;
    height: 25px;
    position: relative;
    text-decoration: none
}

.site-header__cart-count {
    color: #212529;
    font-size: 14px;
    font-weight: bold;
    left: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.site-header .icon--cart {
    height: 25px;
    width: 35px
}

@media (min-width: 992px) {
    .site-header {
        background: transparent;
        position: fixed;
        width: 100%;
        z-index: 5
    }

    .site-header--fixed {
        background: #000
    }

    .site-header__column:first-of-type {
        flex-shrink: 1
    }
}

.site-navigation {
    line-height: 33px
}

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

.site-navigation__menu-link {
    display: block;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase
}

.site-navigation--desktop .site-navigation__menu-item {
    display: inline-block;
    position: relative
}

.site-navigation--desktop .site-navigation__menu-item::after {
    background-color: #fff;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .3s;
    width: 0
}

.site-navigation--desktop .site-navigation__menu-item:hover::after {
    width: 100%
}

.site-navigation--desktop .site-navigation__menu-item:hover>.sub-menu {
    display: block
}

.site-navigation--desktop .site-navigation__menu-link {
    color: #fff;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px
}

.site-navigation--desktop .site-navigation__menu-link:hover {
    text-decoration: none
}

.site-navigation--desktop .site-navigation__menu-link .icon {
    height: 13px;
    vertical-align: text-bottom
}

.sub-menu {
    background: #000;
    display: none;
    padding: 15px 0 0;
    position: absolute
}

.sub-menu .site-navigation__menu-item {
    display: block;
    position: relative
}

.sub-menu .site-navigation__menu-link {
    line-height: 32px;
    padding: 0 15px
}

.sub-menu .sub-menu {
    left: 100%;
    padding-top: 0;
    top: 0
}

th {
    font-weight: normal
}

.table-overflow {
    overflow: hidden
}

.table-overflow__container {
    overflow-y: auto
}

.woocommerce-wishlist-add-product.button {
    display: none !important
}

.woocommerce-wishlist-container a {
    color: #212529
}

.woocommerce-wishlist-container a:active,
.woocommerce-wishlist-container a:focus,
.woocommerce-wishlist-container a:hover {
    color: inherit
}

.woocommerce-wishlist-remove-product {
    background: none
}

.woocommerce-wishlist-remove-product:hover {
    background: none !important
}

.woocommerce-wishlist-item-content {
    margin-top: 24px
}

@media (min-width: 768px) {
    .woocommerce-wishlist-item-content {
        margin-top: 0
    }
}

.woocommerce-wishlist-item-image img {
    max-width: 100%
}

.woocommerce-wishlist-add-to-cart {
    float: left;
    margin-top: 32px;
    position: relative
}

.woocommerce-wishlist-add-to-cart button {
    margin-top: 32px
}

.woocommerce-wishlist-add-to-cart .quantity {
    width: 100%
}

.woocommerce-wishlist-modal-content input[type='text'] {
    padding: 7px 10px
}

.woocommerce .select2-selection {
    height: auto
}

.woocommerce .select2-selection .select2-selection__arrow {
    height: 28px;
    right: 13px;
    top: 13px
}

.woocommerce .woocommerce-form-row .input-text+span {
    display: block;
    margin-top: 10px
}

.quick-view-modal {
    text-align: center
}

.quick-view-modal img {
    display: block;
    margin: 0 auto;
    max-height: 200px
}

.quick-view-modal .quantity {
    justify-content: center
}

@media (min-width: 768px) {
    .quick-view-modal {
        text-align: left
    }

    .quick-view-modal img {
        max-height: 570px
    }

    .quick-view-modal .quantity {
        justify-content: left
    }
}

.error404 .page-content {
    margin-top: 25px
}

.error404 .page-content p {
    font-size: 24px;
    line-height: 30px
}

@media (min-width: 768px) {
    .error404 .page-content {
        margin-top: 85px
    }
}

.page-contact .contact__header {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 115px;
    text-align: center
}

.page-contact .contact__header-col:nth-child(n+2) {
    margin-top: 45px
}

.page-contact .contact__heading--two {
    font-size: 24px;
    line-height: 30px
}

.page-contact .contact__heading--three {
    font-size: 16px;
    line-height: 24px
}

.page-contact .contact__form {
    margin-top: 75px
}

.page-contact .contact__title {
    font-size: 36px;
    line-height: 42px;
    text-align: center
}

.page-contact .contact__location {
    margin-top: 100px
}

.page-contact .contact__map {
    line-height: 0;
    margin-top: 45px
}

.page-contact .contact__map iframe {
    border: none;
    height: 450px;
    width: 100%
}

.page-contact .contact__info {
    background: #f2f2f2;
    padding: 85px 50px
}

.page-contact .contact__name {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 30px
}

.page-contact .contact__address {
    font-size: 24px;
    line-height: 30px;
    margin-top: 24px
}

.page-contact .contact__directions {
    margin-top: 15px
}

@media (min-width: 768px) {
    .page-contact .contact__header-col:nth-child(n+2) {
        margin-top: 0
    }

    .page-contact .contact__header-icon {
        margin-bottom: 45px
    }

    .page-contact .contact__directions {
        margin-top: 0;
        text-align: right
    }
}

.page-homepage .homepage-widgets {
    display: block
}

.page-homepage .homepage-widgets>* {
    margin-top: 50px
}

@media (min-width: 768px) {
    .page-homepage .homepage-widgets {
        display: flex;
        flex-flow: row wrap;
        padding: 0
    }

    .page-homepage .homepage-widgets>* {
        margin-top: 60px
    }
}

.page-homepage .product-loop {
    overflow-x: auto;
    overflow-y: hidden
}

.page-homepage .product-loop:first-of-type {
    /* border-bottom: 1px solid #b3b3b3;
    padding-bottom: 15px */
}

.page-homepage .product-loop__title {
    margin-bottom: 40px
}

.page-homepage .product-loop .columns-4 {
    /* height: 740px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 1140px */
}

@media (min-width: 768px) {
    .page-homepage .product-loop:first-of-type {
        /* padding-bottom: 60px */
    }
}

@media (min-width: 768px) {
    .page-homepage .callout--half {
        width: 50%
    }

    .page-homepage .callout--half:nth-of-type(even) {
        padding-right: 8px
    }

    .page-homepage .callout--half:nth-of-type(odd) {
        padding-left: 8px
    }

    .page-homepage .callout--image {
        margin-top: 30px
    }

    .page-homepage .callout--text .callout__text {
        margin-left: auto;
        margin-right: auto;
        max-width: 380px
    }

    .page-homepage .callout--text:nth-of-type(even) {
        border-right: 1px solid;
        width: calc(50% - 1px)
    }
}

.page-lookbook .lookbook:not(:first-child) {
    margin-top: 25px
}

.page-lookbook .lookbook__title {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase
}

.measurements__header {
    border-bottom: 0.15px solid #eee;
    padding-bottom: 40px
}

.measurements__dashboard-link {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
}

.measurements__dashboard-link::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPHBhdGggZD0iTTcuMSAxMmw3LjQtMTEgMi4zIDEuNi02LjMgOS40IDYuNCA5LjUtMi40IDEuNS03LjQtMTF6Ii8+Cjwvc3ZnPg==);
    display: inline-block;
    height: 12px;
    margin-right: 10px;
    width: 12px
}

.measurements__heading {
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 40px
}

.measurements__footer {
    margin-top: 30px
}

.page .page-content {
    margin-top: 25px
}

.page .callout--featured {
    margin-top: 90px
}

@media (min-width: 768px) {
    .page .page-content {
        margin-top: 85px
    }
}

@media (min-width: 768px) {
    .page.woocommerce-account .page-content {
        margin-top: 45px
    }
}

.search .page-header__meta {
    padding-top: 75px
}

.search .form--search {
    margin-top: 30px
}

.search .form--search label {
    display: block;
    margin: 0 auto;
    max-width: 780px;
    position: relative;
    width: 100%
}

.search .form--search .input--search {
    margin-bottom: 0;
    width: 100%
}

.search .form--search .icon {
    height: 15px;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 15px
}

.search .product-loop .woocommerce:first-child {
    border-bottom: none
}

.search .no-results {
    margin-top: 40px;
    text-align: center
}

.search .no-results .page-header {
    height: auto
}

@media (max-width: calc(576px - 1px)) {
    .search__results>div {
        width: calc(50% - 8px)
    }

    .search__results>div:nth-child(odd) {
        margin-right: 8px
    }

    .search__results>div:nth-child(even) {
        margin-left: 8px
    }

    .search__results>div:nth-child(n+3) {
        margin-top: 16px
    }

    .search .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 768px) {
    .search__results>div {
        margin-left: 8px;
        margin-right: 8px;
        width: calc(25% - 16px)
    }

    .search__results>div:first-child,
    .search__results>div:nth-child(5n) {
        margin-left: 0
    }

    .search__results>div:nth-child(4n) {
        margin-right: 0
    }

    .search__results>div:nth-child(n+4) {
        margin-top: 16px
    }
}

.shop {
    position: relative
}

.shop__sidebar {
    padding: 15px
}

.shop__sidebar-toggle::after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgPHBhdGggZD0iTTEyIDE2LjlMMSA5LjVsMS42LTIuMyA5LjQgNi4zIDkuNS02LjRMMjMgOS41bC0xMSA3LjR6Ii8+Cjwvc3ZnPg==);
    display: inline-block;
    height: auto;
    margin-left: 5px;
    vertical-align: bottom;
    width: 11px
}

.shop__heading--filters {
    border-bottom: 0.15px solid #a3a3a3;
}

.shop__content {
    width: 100%
}

.shop .storefront-sorting {
    background: #e6e6e6;
    padding: 15px
}

.shop .woocommerce-result-count {
    margin-bottom: 0;
    margin-top: 15px
}

.shop .product--loop {
    /* margin-bottom: 50px;
    width: 100% */
}

@media (max-width: calc(576px - 1px)) {
    .shop .product--loop {
        /* margin-bottom: 50px */
    }
}

@media (min-width: 768px) {
    .shop .select-wrapper {
        width: 250px
    }

    .shop .woocommerce-ordering {
        float: left
    }

    .shop .woocommerce-result-count {
        float: right;
        line-height: 36px;
        margin-top: 0
    }

    .shop .product-loop {
        display: flex;
        flex-flow: row wrap
    }

    .shop .product--loop {
        /* margin-top: 16px;
        width: 33.333% */
    }
}

@media (min-width: 992px) {
    .shop {
        display: flex;
        margin-top: 55px;
        padding-left: 16px;
        padding-right: 16px
    }

    .shop__sidebar {
        margin-right: 15px;
        padding: 0;
        position: relative;
        width: 320px
    }

    .shop__sidebar::after {
        content: none
    }
}

.single .post {
    margin-top: 55px
}

.single-product__header {
    margin-top: 30px
}

.single-product__featured-image {
    position: relative;
    text-align: center
}

.single-product__featured-image img {
    height: auto;
    max-width: 100%
}

.single-product__gallery {
    left: 0;
    position: absolute;
    top: 0
}

.single-product__categories {
    color: #b3b3b3;
    font-size: 16px;
    line-height: 14px;
    margin-top: 15px
}

.single-product__title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 15px
}

.single-product__meta {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 25px
}

.single-product__rating {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    line-height: 32px
}

.single-product__stars {
    margin-right: 5px
}

.single-product__stars svg {
    margin-right: 5px
}

.single-product__add-to-cart {
    margin-top: 50px
}

.single-product__add-to-cart table {
    display: flex;
    padding: 0;
    width: 100%
}

.single-product__add-to-cart td {
    line-height: 42px;
    padding-bottom: 15px
}

.single-product__add-to-cart label {
    display: block;
    font-family: "Avenir-Medium", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 54px;
    margin: 0;
    width: 70px
}

.single-product__add-to-cart .label {
    display: block;
    margin: 0;
    padding: 0
}

.single-product__add-to-cart .select-wrapper {
    width: 218px
}

.single-product__add-to-cart .select-wrapper .select {
    height: 54px
}

.single-product__add-to-cart .quantity__wrapper {
    width: 218px
}

.single-product__add-to-cart .quantity__label {
    min-width: 100px
}

.single-product__add-to-cart .quantity__input {
    max-width: 96px
}

.single-product__add-to-cart .reset_variations,
.single-product__add-to-cart .stock {
    display: none !important
}

.single-product__add-to-cart .button {
    margin-top: 40px;
    width: 100%
}

.single-product__add-to-wishlist {
    border-bottom: 0.15px solid #000;
    cursor: pointer;
    padding: 25px 0 35px;
    text-align: center
}

.single-product__add-to-wishlist .icon {
    margin-right: 15px;
    vertical-align: middle
}

.single-product__share {
    margin-top: 35px;
    text-align: center
}

.single-product__share-icons {
    margin-top: 15px;
    text-align: center
}

.single-product__footer {
    margin-top: 35px
}

.single-product__footer-link {
    border-bottom: 0.15px solid #000;
    display: block;
    padding: 25px 0;
    text-transform: uppercase
}

.single-product__related {
    background: #f2f2f2
}

.single-product .woocommerce-breadcrumb {
    font-size: 12px;
    line-height: 40px
}

.single-product #review_form_wrapper {
    margin-top: 50px
}

.single-product .comment-reply-title {
    font-size: 2em;
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase
}

.single-product .related-products {
    margin-top: 100px
}

.single-product .related-products__title {
    margin-bottom: 40px;
    margin-top: 40px
}

.single-product .related-products__products {
    display: block;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

.single-product .related-products__products .product {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 40px
}

.single-product .related-products__track {
    height: 745px;
    overflow-y: hidden;
    width: 1220px
}

.single-product.admin-bar .site-header {
    background: #000;
    top: 0
}

.single-product.admin-bar .site-content {
    margin-top: -30px
}

@media (min-width: 601px) {
    .single-product.admin-bar .site-header {
        position: fixed;
        top: 45px;
        width: 100%;
        z-index: 5
    }

    .single-product.admin-bar .site-header--fixed {
        top: 45px
    }

    .single-product.admin-bar .site-content {
        margin-top: 62px
    }
}

@media (min-width: 783px) {
    .single-product.admin-bar {
        margin-top: -32px
    }

    .single-product.admin-bar .site-header {
        top: 30px
    }

    .single-product.admin-bar .site-header--fixed {
        top: 30px
    }

    .single-product.admin-bar .site-content {
        margin-top: 93px
    }
}

@media (min-width: 768px) {
    .single-product .select-wrapper {
        width: 198px
    }

    .single-product .quantity__wrapper {
        width: 198px
    }
}

@media (min-width: 992px) {
    .single-product__add-to-cart .quantity__input {
        max-width: 180px
    }

    .single-product .site-header {
        background: #000;
        top: 0
    }

    .single-product .select-wrapper {
        width: 300px
    }

    .single-product .quantity__wrapper {
        width: 300px
    }
}

.woocommerce-account .dashboard-header {
    margin-bottom: 45px
}

.woocommerce-account .dashboard-header__welcome {
    font-size: 22px
}

.woocommerce-account .dashboard-header__username {
    font-size: 40px
}

.woocommerce-account .dashboard-header__nav {
    font-size: 12px
}

.woocommerce-account .dashboard-menu__item {
    border: 1px solid #000
}

.woocommerce-account .dashboard-menu__item:nth-child(n+2) {
    margin-top: 16px
}

.woocommerce-account .dashboard-menu__container {
    display: flex;
    flex-flow: row;
    padding: 30px 15px
}

.woocommerce-account .dashboard-menu__icon {
    align-items: center;
    display: flex;
    margin-right: 40px
}

@media (min-width: 768px) {
    .woocommerce-account .dashboard-menu {
        display: flex;
        flex-flow: row wrap
    }

    .woocommerce-account .dashboard-menu__item {
        width: calc(50% - 8px)
    }

    .woocommerce-account .dashboard-menu__item:nth-child(odd) {
        margin-right: 16px
    }

    .woocommerce-account .dashboard-menu__item:nth-child(2) {
        margin-top: 0
    }

    .woocommerce-account .dashboard-menu__item:nth-child(n+3) {
        margin-top: 16px
    }
}

.woocommerce-account .dashboard-widgets {
    margin-top: 100px
}

.woocommerce-account .dashboard-widgets div:nth-child(2) {
    margin-top: 16px
}

@media (min-width: 768px) {
    .woocommerce-account .dashboard-widgets div {
        margin-top: 0
    }
}

.woocommerce-cart__item .quantity__label {
    display: none
}

.woocommerce-cart__item .quantity__wrapper {
    background: #fff;
    margin: 0 auto
}

.woocommerce-cart tbody tr:nth-child(even) {
    background-color: #f2f2f2
}

.woocommerce-cart tbody td {
    line-height: 24px;
    padding: 15px
}

.woocommerce-cart .product-quantity {
    text-align: center
}

.woocommerce-cart .product-remove .remove {
    width: auto
}

.woocommerce-cart .product-remove .remove::before {
    color: #000
}

.woocommerce-cart .product-name a {
    align-items: center;
    display: flex;
    flex-flow: row;
    line-height: 24px
}

.woocommerce-cart .product-name img {
    display: none;
    height: 75px;
    margin-right: 15px;
    width: auto
}

.woocommerce-cart .product-name p {
    margin-bottom: 0
}

.woocommerce-cart .product-name .variation {
    font-size: 14px;
    margin-bottom: 0
}

.woocommerce-cart .product-name .variation dt {
    display: inline-block
}

.woocommerce-cart .quantity__input {
    font-size: 18px;
    max-width: 80px
}

.woocommerce-cart .coupon {
    margin-top: 15px
}

.woocommerce-cart .coupon .input-text {
    line-height: 24px;
    padding: 14px;
    width: auto
}

.woocommerce-cart .coupon .button {
    line-height: 24px
}

.woocommerce-cart .btn--submit {
    line-height: 24px;
    margin-top: 32px;
    width: 100%
}

.woocommerce-cart .cart-collaterals {
    margin-top: 45px
}

.woocommerce-cart .cart-collaterals::after {
    clear: both;
    content: '';
    display: table
}

.woocommerce-cart .cart-collaterals td,
.woocommerce-cart .cart-collaterals th {
    line-height: 56px
}

.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 25px
}

.woocommerce-cart .wc-proceed-to-checkout a {
    display: block;
    text-align: center
}

.woocommerce-cart .wc-proceed-to-checkout a::after {
    content: none
}

@media (min-width: 768px) {
    .woocommerce-cart .product-name img {
        display: block
    }

    .woocommerce-cart .btn--submit {
        margin-top: 15px;
        width: auto
    }
}

@media (min-width: 992px) {
    .woocommerce-cart .cart-collaterals {
        display: flex;
        justify-content: flex-end
    }
}



.woocommerce-checkout .woocommerce-form-coupon::after {
    clear: both;
    content: '';
    display: table
}

.woocommerce-checkout .woocommerce-form-coupon .form-row {
    width: 100%
}

.woocommerce-checkout .woocommerce-form-coupon .form-row-first {
    width: 82%;
    float: left;
}
.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
    margin-left: 2%;
    width: auto;
    float: right;
}


/* .woocommerce-checkout .woocommerce-form-coupon .button {
    background: #000;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 15px;
    text-decoration: none;
    width: 100%
} */

.woocommerce-checkout .woocommerce-checkout {
    /* margin-top: 25px */
}
span#coupon-error-notice {
    width: 124%;
    display: inline-block;
    margin-top: 5px;
}

.woocommerce-checkout .col2-set {
    display: flex;
    flex-flow: row wrap
}

.woocommerce-checkout .col2-set .col-1 {
    flex: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.woocommerce-checkout .col2-set .col-2 {
    flex: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.woocommerce-checkout #billing_company_field {
    display: none
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
    min-width: 100%;
    width: 100%
}

.woocommerce-checkout .place-order .button {
    width: 100%
}

.woocommerce-checkout .remove::before {
    color: #000;
    content: '\f00d'
}

@media (min-width: 768px) {
    .woocommerce-checkout .woocommerce-form-login .form-row {
        max-width: 420px
    }

    .woocommerce-checkout .woocommerce-form-login .woocommerce-form__label-for-checkbox {
        margin-left: 15px
    }

    .woocommerce-checkout .woocommerce-form-coupon .form-row {
        width: auto
    }

    .woocommerce-checkout .woocommerce-form-coupon .button {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .woocommerce-checkout .col2-set .col-1 {
        flex: 50%;
        max-width: 50%;
        padding-right: 15px
    }

    .woocommerce-checkout .col2-set .col-2 {
        flex: 50%;
        max-width: 50%;
        padding-left: 15px
    }

    .woocommerce-checkout .woocommerce-checkout-review-order {
        max-width: 600px
    }
}

.woocommerce-edit-address .woocommerce-Address {
    flex: 100%;
    max-width: 100%
}

.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title h3 {
    display: inline-block
}

.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title a {
    display: inline-block;
    vertical-align: text-bottom
}

@media (min-width: 768px) {
    .woocommerce-edit-address .woocommerce-Addresses {
        display: flex;
        flex-flow: row
    }

    .woocommerce-edit-address .woocommerce-Address {
        flex: 50%;
        max-width: 50%
    }
}

.woocommerce-orders .woocommerce-orders-table .view {
    background: none;
    color: #000;
    display: inline;
    padding: 0
}

.woocommerce-orders .woocommerce-orders-table .view:hover {
    text-decoration: underline
}

.woocommerce-view-order .woocommerce-table {
    width: 100%
}

.woocommerce-view-order .woocommerce-customer-details {
    margin-top: 30px
}

@media (min-width: 992px) {

    .woocommerce-view-order .woocommerce-order-details,
    .woocommerce-view-order .woocommerce-customer-details {
        float: left
    }

    .woocommerce-view-order .woocommerce-order-details {
        margin-right: 30px;
        max-width: 600px;
        width: 100%
    }
}

/******mycssni***********/
.filter_reset {
    margin: 20px 0;
}

.filter_reset a {
    background: #000;
    color: #fff;
    padding: 15px 85px 15px 85px;
    font-size: 13px;
    font-weight: bold;
}

.single-product .related-products__track {
    height: 800px !important;
}

.single-product__related {
    height: 930px !important;
}

.single-product .related-products__products {
    height: 800px;
}

/*# sourceMappingURL=theme.css.map */

/* Added By Ant */
.woocommerce-variation-price {
    font-size: 24px;
    padding: 10px 0px 18px 0px;
    text-align: center;
    font-weight: bold;
}

.woocommerce-quick-view-rating,
.woocommerce-variation-availability {
    display: none;
}

/*24-april-19*/
.woocommerce-quick-view-content {
    overflow-y: inherit !important;
}

.quickviewmodal a.close-quickviewmodal {
    top: 2px;
    right: 3px;
}

.product--loop {
    /* width: 23%;
    margin: 0 9px !important; */
}

.single-product .related-products__track {
    height: auto !important;
    overflow-y: inherit !important;
    width: 100% !important;
}

.single-product .related-products__products {
    height: auto !important;
}

.single-product__related {
    height: auto !important;
}

@media only screen and (max-width: 600px) {
    .product--loop {
        /* width: unset !important;
        margin: 10px !important;
        margin-top: 0 !important;
        height: fit-content;
        min-height: 270px;
        padding: 1px 1px; */
    }

    .product--loop .product__title {
        font-size: 12px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 924px) {
    .product--loop {
        /* margin: 0 5px !important; */
    }
}

@media only screen and (min-width: 768px) {
    .shop .product--loop {
        width: 31.333%;
    }
}

.product--loop .product__preview img {
    background: #fff;
}

.quick-view-modal {
    max-height: inherit;
}

.woocommerce-quick-view-price {
    padding-bottom: 0;
}

.woocommerce-quick-view-short-description,
.woocommerce-quick-view-description {
    padding-top: 6px;
}

.woocommerce-quick-view-add-to-cart .select-wrapper .select {
    height: 33px;
}

.quantity__wrapper {
    line-height: 33px;
}

.site-footer__handle.wow.fadeIn.animated {
    overflow: hidden;
}

.product--loop.product.type-product {
    background: #fff;
}

to-cart .quantity__wrapper {
    width: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1195px) {
    .shop .product--loop {
        /* width: 30%; */
    }
}

.shop .storefront-sorting,
.container {
    background: #fff;
}

.woocommerce-quick-view-add-to-cart .select-wrapper .select,
table.variations .select-wrapper select,
.storefront-sorting select.orderby.select {
    z-index: 9;
    background: transparent;
}

#js-filters .shop-filter__head {
    padding: 15px 10px;
}

.shop-filter__heading::after {
    height: unset !important;
}

@media only screen and (max-width: 420px) {
    .woocommerce-quick-view-add-to-cart .quantity__input {
        max-width: 80px;
    }
}

ul#menu-cat-menu li a {
    color: #212529;
}

li.menu__item.sub-left-item {
    padding-left: 20px;
}

ul#menu-attributes li a {
    color: #212529;
}

div#product-widget-area span.select2-selection.select2-selection--single {
    padding: 0px;
}

div#product-widget-area .product-widget {
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    .product--loop {
        /* height: 1px;
        min-height: 200px !important; */
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .select-wrapper .icon {
        right: 10px;
    }
}