@charset "UTF-8";




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

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

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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


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

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

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

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

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

.slick-prev {
    left: -25px
}

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

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

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

.slick-next {
    right: -25px
}

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

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

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

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

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0
}

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

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

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

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

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

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

body {
    margin: 0
}

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

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

a {
    background-color: transparent
}

b,
strong {
    font-weight: 700
}

em {
    font-style: italic
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

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

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input[type=search],
input[type=number],
input[type=email],
input[type=password] {
    -webkit-appearance: none;
    -moz-appearance: none
}

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

td,
th {
    padding: 0
}

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

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

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

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

@media only screen and (max-width: 749px) {
    .grid {
        margin-left: -22px
    }
}

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

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

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

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

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

.one-whole {
    width: 100%
}

.one-half {
    width: 50%
}

.one-third {
    width: 33.33333%
}

.two-thirds {
    width: 66.66667%
}

.one-quarter {
    width: 25%
}

.two-quarters {
    width: 50%
}

.three-quarters {
    width: 75%
}

.one-fifth {
    width: 20%
}

.two-fifths {
    width: 40%
}

.three-fifths {
    width: 60%
}

.four-fifths {
    width: 80%
}

.one-sixth {
    width: 16.66667%
}

.two-sixths {
    width: 33.33333%
}

.three-sixths {
    width: 50%
}

.four-sixths {
    width: 66.66667%
}

.five-sixths {
    width: 83.33333%
}

.one-eighth {
    width: 12.5%
}

.two-eighths {
    width: 25%
}

.three-eighths {
    width: 37.5%
}

.four-eighths {
    width: 50%
}

.five-eighths {
    width: 62.5%
}

.six-eighths {
    width: 75%
}

.seven-eighths {
    width: 87.5%
}

.one-tenth {
    width: 10%
}

.two-tenths {
    width: 20%
}

.three-tenths {
    width: 30%
}

.four-tenths {
    width: 40%
}

.five-tenths {
    width: 50%
}

.six-tenths {
    width: 60%
}

.seven-tenths {
    width: 70%
}

.eight-tenths {
    width: 80%
}

.nine-tenths {
    width: 90%
}

.one-twelfth {
    width: 8.33333%
}

.two-twelfths {
    width: 16.66667%
}

.three-twelfths {
    width: 25%
}

.four-twelfths {
    width: 33.33333%
}

.five-twelfths {
    width: 41.66667%
}

.six-twelfths {
    width: 50%
}

.seven-twelfths {
    width: 58.33333%
}

.eight-twelfths {
    width: 66.66667%
}

.nine-twelfths {
    width: 75%
}

.ten-twelfths {
    width: 83.33333%
}

.eleven-twelfths {
    width: 91.66667%
}

.show {
    display: block !important
}

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

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

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

@media only screen and (max-width: 749px) {
    .small--one-whole {
        width: 100%
    }

    .small--one-half {
        width: 50%
    }

    .small--one-third {
        width: 33.33333%
    }

    .small--two-thirds {
        width: 66.66667%
    }

    .small--one-quarter {
        width: 25%
    }

    .small--two-quarters {
        width: 50%
    }

    .small--three-quarters {
        width: 75%
    }

    .small--one-fifth {
        width: 20%
    }

    .small--two-fifths {
        width: 40%
    }

    .small--three-fifths {
        width: 60%
    }

    .small--four-fifths {
        width: 80%
    }

    .small--one-sixth {
        width: 16.66667%
    }

    .small--two-sixths {
        width: 33.33333%
    }

    .small--three-sixths {
        width: 50%
    }

    .small--four-sixths {
        width: 66.66667%
    }

    .small--five-sixths {
        width: 83.33333%
    }

    .small--one-eighth {
        width: 12.5%
    }

    .small--two-eighths {
        width: 25%
    }

    .small--three-eighths {
        width: 37.5%
    }

    .small--four-eighths {
        width: 50%
    }

    .small--five-eighths {
        width: 62.5%
    }

    .small--six-eighths {
        width: 75%
    }

    .small--seven-eighths {
        width: 87.5%
    }

    .small--one-tenth {
        width: 10%
    }

    .small--two-tenths {
        width: 20%
    }

    .small--three-tenths {
        width: 30%
    }

    .small--four-tenths {
        width: 40%
    }

    .small--five-tenths {
        width: 50%
    }

    .small--six-tenths {
        width: 60%
    }

    .small--seven-tenths {
        width: 70%
    }

    .small--eight-tenths {
        width: 80%
    }

    .small--nine-tenths {
        width: 90%
    }

    .small--one-twelfth {
        width: 8.33333%
    }

    .small--two-twelfths {
        width: 16.66667%
    }

    .small--three-twelfths {
        width: 25%
    }

    .small--four-twelfths {
        width: 33.33333%
    }

    .small--five-twelfths {
        width: 41.66667%
    }

    .small--six-twelfths {
        width: 50%
    }

    .small--seven-twelfths {
        width: 58.33333%
    }

    .small--eight-twelfths {
        width: 66.66667%
    }

    .small--nine-twelfths {
        width: 75%
    }

    .small--ten-twelfths {
        width: 83.33333%
    }

    .small--eleven-twelfths {
        width: 91.66667%
    }

    .grid--uniform .small--one-half:nth-child(2n+1),
    .grid--uniform .small--one-third:nth-child(3n+1),
    .grid--uniform .small--one-quarter:nth-child(4n+1),
    .grid--uniform .small--one-fifth:nth-child(5n+1),
    .grid--uniform .small--one-sixth:nth-child(6n+1),
    .grid--uniform .small--two-sixths:nth-child(3n+1),
    .grid--uniform .small--three-sixths:nth-child(2n+1),
    .grid--uniform .small--one-eighth:nth-child(8n+1),
    .grid--uniform .small--two-eighths:nth-child(4n+1),
    .grid--uniform .small--four-eighths:nth-child(2n+1),
    .grid--uniform .small--five-tenths:nth-child(2n+1),
    .grid--uniform .small--one-twelfth:nth-child(12n+1),
    .grid--uniform .small--two-twelfths:nth-child(6n+1),
    .grid--uniform .small--three-twelfths:nth-child(4n+1),
    .grid--uniform .small--four-twelfths:nth-child(3n+1),
    .grid--uniform .small--six-twelfths:nth-child(2n+1) {
        clear: both
    }

    .small--show {
        display: block !important
    }

    .small--hide {
        display: none !important
    }

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

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

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

@media only screen and (min-width: 750px) {
    .medium-up--one-whole {
        width: 100%
    }

    .medium-up--one-half {
        width: 50%
    }

    .medium-up--one-third {
        width: 33.33333%
    }

    .medium-up--two-thirds {
        width: 66.66667%
    }

    .medium-up--one-quarter {
        width: 25%
    }

    .medium-up--two-quarters {
        width: 50%
    }

    .medium-up--three-quarters {
        width: 75%
    }

    .medium-up--one-fifth {
        width: 20%
    }

    .medium-up--two-fifths {
        width: 40%
    }

    .medium-up--three-fifths {
        width: 60%
    }

    .medium-up--four-fifths {
        width: 80%
    }

    .medium-up--one-sixth {
        width: 16.66667%
    }

    .medium-up--two-sixths {
        width: 33.33333%
    }

    .medium-up--three-sixths {
        width: 50%
    }

    .medium-up--four-sixths {
        width: 66.66667%
    }

    .medium-up--five-sixths {
        width: 83.33333%
    }

    .medium-up--one-eighth {
        width: 12.5%
    }

    .medium-up--two-eighths {
        width: 25%
    }

    .medium-up--three-eighths {
        width: 37.5%
    }

    .medium-up--four-eighths {
        width: 50%
    }

    .medium-up--five-eighths {
        width: 62.5%
    }

    .medium-up--six-eighths {
        width: 75%
    }

    .medium-up--seven-eighths {
        width: 87.5%
    }

    .medium-up--one-tenth {
        width: 10%
    }

    .medium-up--two-tenths {
        width: 20%
    }

    .medium-up--three-tenths {
        width: 30%
    }

    .medium-up--four-tenths {
        width: 40%
    }

    .medium-up--five-tenths {
        width: 50%
    }

    .medium-up--six-tenths {
        width: 60%
    }

    .medium-up--seven-tenths {
        width: 70%
    }

    .medium-up--eight-tenths {
        width: 80%
    }

    .medium-up--nine-tenths {
        width: 90%
    }

    .medium-up--one-twelfth {
        width: 8.33333%
    }

    .medium-up--two-twelfths {
        width: 16.66667%
    }

    .medium-up--three-twelfths {
        width: 25%
    }

    .medium-up--four-twelfths {
        width: 33.33333%
    }

    .medium-up--five-twelfths {
        width: 41.66667%
    }

    .medium-up--six-twelfths {
        width: 50%
    }

    .medium-up--seven-twelfths {
        width: 58.33333%
    }

    .medium-up--eight-twelfths {
        width: 66.66667%
    }

    .medium-up--nine-twelfths {
        width: 75%
    }

    .medium-up--ten-twelfths {
        width: 83.33333%
    }

    .medium-up--eleven-twelfths {
        width: 91.66667%
    }

    .grid--uniform .medium-up--one-half:nth-child(2n+1),
    .grid--uniform .medium-up--one-third:nth-child(3n+1),
    .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
    .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
    .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
    .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
    .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
    .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
    .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
    .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
    .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
    .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
    .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
    .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
    .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
    .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
        clear: both
    }

    .medium-up--show {
        display: block !important
    }

    .medium-up--hide {
        display: none !important
    }

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

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

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

@media only screen and (max-width: 749px) {
    .small--push-one-half {
        left: 50%
    }

    .small--push-one-third {
        left: 33.33333%
    }

    .small--push-two-thirds {
        left: 66.66667%
    }

    .small--push-one-quarter {
        left: 25%
    }

    .small--push-two-quarters {
        left: 50%
    }

    .small--push-three-quarters {
        left: 75%
    }

    .small--push-one-fifth {
        left: 20%
    }

    .small--push-two-fifths {
        left: 40%
    }

    .small--push-three-fifths {
        left: 60%
    }

    .small--push-four-fifths {
        left: 80%
    }

    .small--push-one-sixth {
        left: 16.66667%
    }

    .small--push-two-sixths {
        left: 33.33333%
    }

    .small--push-three-sixths {
        left: 50%
    }

    .small--push-four-sixths {
        left: 66.66667%
    }

    .small--push-five-sixths {
        left: 83.33333%
    }

    .small--push-one-eighth {
        left: 12.5%
    }

    .small--push-two-eighths {
        left: 25%
    }

    .small--push-three-eighths {
        left: 37.5%
    }

    .small--push-four-eighths {
        left: 50%
    }

    .small--push-five-eighths {
        left: 62.5%
    }

    .small--push-six-eighths {
        left: 75%
    }

    .small--push-seven-eighths {
        left: 87.5%
    }

    .small--push-one-tenth {
        left: 10%
    }

    .small--push-two-tenths {
        left: 20%
    }

    .small--push-three-tenths {
        left: 30%
    }

    .small--push-four-tenths {
        left: 40%
    }

    .small--push-five-tenths {
        left: 50%
    }

    .small--push-six-tenths {
        left: 60%
    }

    .small--push-seven-tenths {
        left: 70%
    }

    .small--push-eight-tenths {
        left: 80%
    }

    .small--push-nine-tenths {
        left: 90%
    }

    .small--push-one-twelfth {
        left: 8.33333%
    }

    .small--push-two-twelfths {
        left: 16.66667%
    }

    .small--push-three-twelfths {
        left: 25%
    }

    .small--push-four-twelfths {
        left: 33.33333%
    }

    .small--push-five-twelfths {
        left: 41.66667%
    }

    .small--push-six-twelfths {
        left: 50%
    }

    .small--push-seven-twelfths {
        left: 58.33333%
    }

    .small--push-eight-twelfths {
        left: 66.66667%
    }

    .small--push-nine-twelfths {
        left: 75%
    }

    .small--push-ten-twelfths {
        left: 83.33333%
    }

    .small--push-eleven-twelfths {
        left: 91.66667%
    }
}

@media only screen and (min-width: 750px) {
    .medium-up--push-one-half {
        left: 50%
    }

    .medium-up--push-one-third {
        left: 33.33333%
    }

    .medium-up--push-two-thirds {
        left: 66.66667%
    }

    .medium-up--push-one-quarter {
        left: 25%
    }

    .medium-up--push-two-quarters {
        left: 50%
    }

    .medium-up--push-three-quarters {
        left: 75%
    }

    .medium-up--push-one-fifth {
        left: 20%
    }

    .medium-up--push-two-fifths {
        left: 40%
    }

    .medium-up--push-three-fifths {
        left: 60%
    }

    .medium-up--push-four-fifths {
        left: 80%
    }

    .medium-up--push-one-sixth {
        left: 16.66667%
    }

    .medium-up--push-two-sixths {
        left: 33.33333%
    }

    .medium-up--push-three-sixths {
        left: 50%
    }

    .medium-up--push-four-sixths {
        left: 66.66667%
    }

    .medium-up--push-five-sixths {
        left: 83.33333%
    }

    .medium-up--push-one-eighth {
        left: 12.5%
    }

    .medium-up--push-two-eighths {
        left: 25%
    }

    .medium-up--push-three-eighths {
        left: 37.5%
    }

    .medium-up--push-four-eighths {
        left: 50%
    }

    .medium-up--push-five-eighths {
        left: 62.5%
    }

    .medium-up--push-six-eighths {
        left: 75%
    }

    .medium-up--push-seven-eighths {
        left: 87.5%
    }

    .medium-up--push-one-tenth {
        left: 10%
    }

    .medium-up--push-two-tenths {
        left: 20%
    }

    .medium-up--push-three-tenths {
        left: 30%
    }

    .medium-up--push-four-tenths {
        left: 40%
    }

    .medium-up--push-five-tenths {
        left: 50%
    }

    .medium-up--push-six-tenths {
        left: 60%
    }

    .medium-up--push-seven-tenths {
        left: 70%
    }

    .medium-up--push-eight-tenths {
        left: 80%
    }

    .medium-up--push-nine-tenths {
        left: 90%
    }

    .medium-up--push-one-twelfth {
        left: 8.33333%
    }

    .medium-up--push-two-twelfths {
        left: 16.66667%
    }

    .medium-up--push-three-twelfths {
        left: 25%
    }

    .medium-up--push-four-twelfths {
        left: 33.33333%
    }

    .medium-up--push-five-twelfths {
        left: 41.66667%
    }

    .medium-up--push-six-twelfths {
        left: 50%
    }

    .medium-up--push-seven-twelfths {
        left: 58.33333%
    }

    .medium-up--push-eight-twelfths {
        left: 66.66667%
    }

    .medium-up--push-nine-twelfths {
        left: 75%
    }

    .medium-up--push-ten-twelfths {
        left: 83.33333%
    }

    .medium-up--push-eleven-twelfths {
        left: 91.66667%
    }
}

.clearfix {
    *zoom: 1
}

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

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

.visibility-hidden {
    visibility: hidden
}

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

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

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

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

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

.no-js .js {
    display: none
}

.hide {
    display: none !important
}

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

.box {
    background: no-repeat;
    background-color: #f7f7f7;
    background-size: contain
}

.ratio-container {
    position: relative
}

.ratio-container:after {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    content: ""
}

.ratio-container>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body,
html {
    background-color: #fff
}

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

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

.main-content {
    display: block;
    padding-top: 35px
}

@media only screen and (min-width: 750px) {
    .main-content {
        padding-top: 55px
    }
}

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

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

.section-header a {
    border-bottom: 1px solid currentColor
}

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

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

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

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

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

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

pre {
    overflow: auto
}

body,
input,
textarea,
button,
select {
    font-size: 16px;
    font-family: Work Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #3d4246;
    line-height: 1.5
}

@media only screen and (max-width: 989px) {

    input,
    textarea,
    select,
    button {
        font-size: 16px
    }
}

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

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

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

@media only screen and (max-width: 749px) {

    h1,
    .h1 {
        font-size: 2em
    }
}

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

@media only screen and (max-width: 749px) {

    h2,
    .h2 {
        font-size: 1.125em
    }
}

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

@media only screen and (max-width: 749px) {

    h3,
    .h3 {
        font-size: 1.25em
    }
}

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

@media only screen and (max-width: 749px) {

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

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

@media only screen and (max-width: 749px) {

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

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

@media only screen and (max-width: 749px) {

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

.rte {
    color: #69727b;
    margin-bottom: 35px
}

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

.rte h1,
.rte .h1,
.rte h2,
.rte .h2,
.rte h3,
.rte .h3,
.rte h4,
.rte .h4,
.rte h5,
.rte .h5,
.rte h6,
.rte .h6 {
    margin-top: 55px;
    margin-bottom: 27.5px
}

.rte h1:first-child,
.rte .h1:first-child,
.rte h2:first-child,
.rte .h2:first-child,
.rte h3:first-child,
.rte .h3:first-child,
.rte h4:first-child,
.rte .h4:first-child,
.rte h5:first-child,
.rte .h5:first-child,
.rte h6:first-child,
.rte .h6:first-child {
    margin-top: 0
}

.rte li {
    margin-bottom: 4px;
    list-style: inherit
}

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

.rte-setting {
    margin-bottom: 19.44444px
}

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

p {
    color: #69727b;
    margin: 0 0 19.44444px
}

@media only screen and (max-width: 749px) {
    p {
        font-size: .9375em
    }
}

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

li {
    list-style: none
}

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

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

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

.address {
    margin-bottom: 55px
}

.mega-title,
.mega-subtitle {
    color: #fff
}

.hero .mega-title,
.hero .mega-subtitle {
    text-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

@media only screen and (min-width: 750px) {

    .mega-title,
    .mega-subtitle {
        text-shadow: 0 0 4px rgba(0, 0, 0, .4)
    }
}

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

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

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

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

    .text-center .mega-subtitle {
        max-width: 75%
    }
}

.mega-subtitle p {
    color: #fff
}

.mega-subtitle a {
    color: #fff;
    border-bottom: 1px solid currentColor
}

.mega-subtitle a:hover,
.mega-subtitle a:focus {
    color: #e6e6e6
}

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

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

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

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

.no-svg .icon {
    display: none
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
    fill: inherit;
    stroke: inherit
}

svg.icon:not(.icon--full-color) .icon-error__symbol,
symbol.icon:not(.icon--full-color) .icon-error__symbol {
    fill: #fff
}

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

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

@media only screen and (max-width: 749px) {
    .payment-icons {
        line-height: 40px
    }
}

.payment-icons .icon {
    width: 38px;
    height: 24px;
    fill: inherit
}

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

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

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

.icon-spinner {
    -moz-animation: spin .5s infinite linear;
    -o-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear
}

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

ol {
    list-style: decimal
}

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

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

.rte img {
    height: auto
}

.rte table {
    table-layout: fixed
}

.rte ul,
.rte ol {
    margin: 0 0 17.5px 35px
}

.rte ul.list--inline,
.rte ol.list--inline {
    margin-left: 0
}

.rte ul {
    list-style: disc outside
}

.rte ul ul {
    list-style: circle outside
}

.rte ul ul ul {
    list-style: square outside
}

.rte a:not(.btn) {
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px
}

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

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

a {
    color: #3d4246;
    text-decoration: none
}

a:not([disabled]):hover,
a:focus {
    color: #25282b
}

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

a[href^=tel] {
    color: inherit
}

.btn,
.shopify-payment-button .shopify-payment-button__button--unbranded {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    background-color: #557b97;
    color: #fff;
    font-family: Work Sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal;
    font-size: 14px
}

@media only screen and (min-width: 750px) {

    .btn,
    .shopify-payment-button .shopify-payment-button__button--unbranded {
        padding: 10px 18px
    }
}

.btn .icon-arrow-right,
.shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-right,
.btn .icon-arrow-left,
.shopify-payment-button .shopify-payment-button__button--unbranded .icon-arrow-left {
    height: 9px
}

.btn[disabled],
.shopify-payment-button [disabled].shopify-payment-button__button--unbranded,
.btn[aria-disabled],
.shopify-payment-button [aria-disabled].shopify-payment-button__button--unbranded {
    cursor: default;
    opacity: .5
}

.btn--secondary {
    background-color: transparent;
    color: #557b97;
    border-color: #557b97
}

.btn--secondary:not([disabled]):hover,
.btn--secondary:focus {
    background-color: transparent;
    color: #436076;
    border-color: #436076
}

.btn--secondary-accent {
    background-color: #fff;
    color: #557b97;
    border-color: #557b97
}

.btn--secondary-accent:not([disabled]):hover,
.btn--secondary-accent:focus {
    background-color: #fff;
    color: #436076;
    border-color: #436076
}

.btn--small {
    padding: 8px 10px;
    font-size: .75em;
    line-height: 1
}

.btn--tertiary {
    background-color: transparent;
    color: #3d4246;
    border-color: #3d4246
}

.btn--tertiary:not([disabled]):hover,
.btn--tertiary:focus {
    background-color: transparent;
    color: #25282b;
    border-color: #25282b
}

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

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

.btn--link:not([disabled]):hover,
.btn--link:focus {
    color: #25282b;
    background-color: transparent
}

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

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

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

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

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

.text-link--accent {
    color: #557b97;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px
}

.text-link--accent:not([disabled]):hover,
.text-link--accent:focus {
    color: #436076
}

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

@media only screen and (max-width: 749px) {
    .return-link-wrapper {
        margin-top: 55px
    }
}

.full-width-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

table {
    margin-bottom: 27.5px
}

table a {
    border-bottom: 1px solid currentColor
}

th {
    font-family: Work Sans, sans-serif;
    font-style: normal;
    font-weight: 700
}

th,
td {
    text-align: left;
    border: 1px solid #e8e9eb;
    padding: 10px 14px
}

tbody th,
tfoot th {
    font-weight: 400
}

@media only screen and (max-width: 749px) {
    .responsive-table thead {
        display: none
    }

    .responsive-table th,
    .responsive-table td {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: 27.5px;
        border: 0;
        margin: 0
    }

    .responsive-table th:before,
    .responsive-table td:before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 12px;
        padding-right: 10px;
        font-weight: 400
    }

    .responsive-table__row+.responsive-table__row,
    tfoot>.responsive-table__row:first-child {
        position: relative;
        margin-top: 10px;
        padding-top: 55px
    }

    .responsive-table__row+.responsive-table__row:after,
    tfoot>.responsive-table__row:first-child:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 27.5px;
        right: 27.5px;
        border-bottom: 1px solid #e8e9eb
    }
}

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

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto
}

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

form {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0
}

button,
input[type=submit] {
    cursor: pointer
}

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

@media only screen and (max-width: 749px) {
    label {
        font-size: .875em
    }
}

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

label[for] {
    cursor: pointer
}

input,
textarea,
select {
    border: 1px solid #949494;
    background-color: #fff;
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px
}

input:focus,
textarea:focus,
select:focus {
    border-color: #7b7b7b
}

input[disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4
}

input.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: .5
}

input.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder,
select.input--error::-moz-placeholder {
    color: #d20000;
    opacity: .5
}

input.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: .5
}

input.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1
}

input.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder {
    color: transparent
}

input.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder {
    color: transparent
}

input.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder {
    color: transparent
}

input.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder {
    opacity: 1
}

.product-form input,
.product-form textarea,
.product-form select {
    min-height: 44px
}

textarea {
    min-height: 100px
}

input.input--error,
select.input--error,
textarea.input--error {
    border-color: #d20000;
    background-color: #fff8f8;
    color: #d20000;
    margin-bottom: 11.66667px
}

.input-error-message {
    display: block;
    width: 100%;
    color: #d20000;
    font-size: .875em;
    margin-bottom: 11.66667px
}

@media only screen and (max-width: 749px) {
    .input-error-message {
        margin-bottom: 19.44444px
    }
}

.input-error-message .icon {
    width: 1em;
    height: 1em;
    margin-top: -.3em
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    
    background-repeat: no-repeat;
    background-position: right 10px center;
    line-height: 1.2;
    text-indent: .01px;
    text-overflow: "";
    cursor: pointer;
    padding: 8px 28px 8px 15px
}

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

.select-group {
    position: relative;
    z-index: 2
}

.select-group select {
    background-image: none;
    background-color: transparent
}

.select-group .icon {
    height: .5em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .5em;
    z-index: -1
}

.select-label {
    font-size: .75em;
    text-transform: uppercase
}

optgroup {
    font-weight: 700
}

option {
    color: #3d4246;
    background-color: #fff
}

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

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

::-webkit-input-placeholder {
    color: #000;
    opacity: .6
}

::-moz-placeholder {
    color: #000;
    opacity: .6
}

:-ms-input-placeholder {
    color: #000;
    opacity: .6
}

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

.label--error {
    color: #d20000
}

input,
textarea {
    padding: 8px 15px
}

@media only screen and (min-width: 750px) {

    input,
    textarea {
        padding: 10px 18px
    }
}

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

.form-vertical input.input--error,
.form-vertical select.input--error,
.form-vertical textarea.input--error {
    margin-bottom: 11.66667px
}

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

.form-vertical [type=submit],
.form-vertical .btn,
.form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
    display: inline-block;
    width: auto
}

.form-single-field {
    margin: 0 auto 55px;
    max-width: 35rem
}

.form-single-field .input--error {
    margin-bottom: 0
}

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

@media only screen and (min-width: 750px) {

    .note,
    .form-message {
        padding: 10px
    }
}

.note {
    border: 1px solid #949494
}

.form-message--success {
    border: 1px solid #1f873d;
    background-color: #f8fff9;
    color: #1f873d;
    display: block;
    width: 100%
}

.form-message--error {
    border: 1px solid #d20000;
    background-color: #fff8f8;
    padding: 1rem 1.3rem;
    text-align: left;
    width: 100%
}

.form-message--error li {
    list-style-type: disc;
    list-style-position: inside
}

.form-message--error .form-message__title {
    font-size: 1.2em
}

.form-message--error .form-message__link {
    display: inline-block;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    color: #3d4246
}

.form-message--error .form-message__link:hover {
    text-decoration: none;
    color: #3d4246
}

.input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

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

.input-error-message {
    display: block;
    width: 100%
}

.input-group--error {
    margin-bottom: 11.66667px
}

.input-group__field,
.input-group__field input,
.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
    min-height: 42px
}

@media only screen and (min-width: 750px) {

    .input-group__field,
    .input-group__field input,
    .input-group__btn .btn,
    .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
        min-height: 46px
    }
}

.input-group__field {
    -ms-flex-preferred-size: 15rem;
    -webkit-flex-basis: 15rem;
    -moz-flex-basis: 15rem;
    flex-basis: 15rem;
    flex-grow: 9999;
    margin-bottom: 1rem;
    border-radius: 2px 0 0 2px;
    text-align: left
}

.input-group__field input {
    width: 100%
}

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

.input-group__btn {
    flex-grow: 1
}

.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
    width: 100%;
    border-radius: 0 2px 2px 0
}

.site-header__logo img {
    display: block
}

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

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

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

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

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

.site-nav__link .icon-chevron-down {
    width: .5em;
    height: .5em;
    margin-left: .5rem
}

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

.site-nav__link:focus .site-nav__label,
.site-nav__link:not([disabled]):hover .site-nav__label {
    border-bottom-color: #3d4246
}

.site-nav__label {
    border-bottom: 1px solid transparent
}

.site-nav__link--active .site-nav__label {
    border-bottom-color: #3d4246
}

.site-nav__link--button {
    border: none;
    background-color: transparent;
    padding: 3px 10px
}

@media only screen and (max-width: 989px) {
    .site-nav__link--button {
        font-size: 16px
    }
}

.site-nav__link--button:focus,
.site-nav__link--button:hover {
    color: #25282b
}

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

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

.site-nav__dropdown {
    display: none;
    position: absolute;
    padding: 11px 30px 11px 0;
    margin: 0;
    z-index: 7;
    text-align: left;
    border: 1px solid #e8e9eb;
    background: white;
    left: -1px;
    top: 41px
}

.site-nav__dropdown .site-nav__link {
    padding: 4px 15px 5px
}

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

.site-nav__dropdown--right:not(.site-nav__dropdown--centered) {
    right: 0;
    left: unset
}

.site-nav__dropdown--left:not(.site-nav__dropdown--centered) {
    left: 0
}

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

.site-nav__childlist {
    display: inline-block;
    background: white;
    padding: 11px 17px;
    text-align: left
}

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

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

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

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

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

.page-container {
    transition: all .45s cubic-bezier(.29, .63, .44, 1);
    position: relative;
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

.grid--no-gutters {
    margin-left: 0
}

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

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

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

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

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

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

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

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

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes placeholder-background-loading {
    0% {
        opacity: .02
    }

    50% {
        opacity: .05
    }

    to {
        opacity: .02
    }
}

@-moz-keyframes placeholder-background-loading {
    0% {
        opacity: .02
    }

    50% {
        opacity: .05
    }

    to {
        opacity: .02
    }
}

@-ms-keyframes placeholder-background-loading {
    0% {
        opacity: .02
    }

    50% {
        opacity: .05
    }

    to {
        opacity: .02
    }
}

@keyframes placeholder-background-loading {
    0% {
        opacity: .02
    }

    50% {
        opacity: .05
    }

    to {
        opacity: .02
    }
}

.drawer {
    display: none;
    position: absolute;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 9;
    background-color: #fff;
    transition: all .45s cubic-bezier(.29, .63, .44, 1)
}

.drawer input[type=text],
.drawer textarea {
    background-color: #fff;
    color: #3d4246
}

.js-drawer-open {
    overflow: hidden
}

.drawer--top {
    width: 100%
}

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

.drawer-page-content:after {
    visibility: hidden;
    opacity: 0;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
    z-index: 8;
    transition: all .45s cubic-bezier(.29, .63, .44, 1)
}

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

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

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

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

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

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

.custom__item .grid-view-item {
    margin-bottom: 0
}

.grid-view-item__title {
    margin-bottom: 0;
    color: #3d4246
}

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

@media only screen and (max-width: 749px) {

    .grid-view-item__title,
    .grid-view-item__meta {
        font-size: .9375em
    }
}

.grid-view-item__link {
    display: block
}

.grid-view-item__vendor {
    margin-top: 4px;
    color: #69727b;
    font-size: .875em;
    text-transform: uppercase
}

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

.grid-view-item__image-wrapper {
    margin: 0 auto 15px;
    position: relative;
    width: 100%
}

.grid-view-item__image {
    display: block;
    margin: 0 auto;
    width: 100%
}

.grid-view-item__image-wrapper .grid-view-item__image {
    position: absolute;
    top: 0
}

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

.grid-view-item__image.lazyload {
    opacity: 0
}

.list-view-item {
    margin-bottom: 22px
}

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

@media only screen and (min-width: 750px) {
    .list-view-item {
        border-bottom: 1px solid #e8e9eb;
        padding-bottom: 22px
    }

    .list-view-item:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }
}

.list-view-item__link {
    display: table;
    table-layout: fixed;
    width: 100%
}

.list-view-item__image {
    max-height: 95px
}

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

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

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

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

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

.list-view-item__title {
    color: #3d4246;
    font-size: 1.125em;
    min-width: 100px
}

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

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

.list-view-item__on-sale {
    color: #557b97;
    font-size: .9375em
}

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

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

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

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

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

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

.list-view-item__price-column .price__vendor,
.list-view-item__price-column .price-item__label {
    display: none
}

.list-view-item__price-column .price__regular,
.list-view-item__price-column .price__sale {
    flex-basis: 100%
}

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

.list-view-item__price--reg {
    color: #557b97
}

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

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

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

.slideshow__arrows .slick-dots {
    margin: 0 .75rem
}

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

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

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

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

@media only screen and (min-width: 750px) {

    .slideshow__arrows .slick-dots li button,
    .slideshow__arrows .slick-dots li a {
        width: 12px;
        height: 12px
    }
}

.slideshow__arrows .slick-dots li button:before,
.slideshow__arrows .slick-dots li a:before {
    text-indent: -9999px;
    background-color: transparent;
    border-radius: 100%;
    background-color: currentColor;
    width: 10px;
    height: 10px;
    opacity: .4;
    transition: all .2s
}

@media only screen and (min-width: 750px) {

    .slideshow__arrows .slick-dots li button:before,
    .slideshow__arrows .slick-dots li a:before {
        width: 12px;
        height: 12px
    }
}

.slideshow__arrows .slick-dots li.slick-active button:before,
.slideshow__arrows .slick-dots li.slick-active a:before,
.slideshow__arrows .slick-dots li.slick-active-mobile button:before,
.slideshow__arrows .slick-dots li.slick-active-mobile a:before {
    opacity: 1
}

.slideshow__arrows .slick-dots li button:active:before,
.slideshow__arrows .slick-dots li .slick-active a:before,
.slideshow__arrows .slick-dots li .slick-active-mobile a:before {
    opacity: .7
}

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

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

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

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

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

@media only screen and (min-width: 750px) {
    [class*=index-section--flush]+[class*=index-section--flush] {
        margin-top: -110px
    }
}

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

@media only screen and (min-width: 750px) {
    [class*=index-section--flush]:first-child {
        margin-top: -55px
    }
}

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

@media only screen and (min-width: 750px) {
    [class*=index-section--flush]:last-child {
        margin-bottom: -55px
    }
}

@media only screen and (max-width: 749px) {
    .index-section--featured-product:first-child {
        margin-top: -12px
    }
}

@media only screen and (max-width: 749px) {
    .index-section--slideshow+.index-section--flush {
        margin-top: .4rem
    }
}

.placeholder-svg {
    display: block;
    fill: #69727b59;
    background-color: #69727b1a;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgba(105, 114, 123, .2)
}

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

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

.placeholder-background .icon {
    border: 0
}

.placeholder-background--animation {
    background-color: #3d4246;
    -moz-animation: placeholder-background-loading 1.5s infinite linear;
    -o-animation: placeholder-background-loading 1.5s infinite linear;
    -webkit-animation: placeholder-background-loading 1.5s infinite linear;
    animation: placeholder-background-loading 1.5s infinite linear
}

.no-js .placeholder-background--animation {
    display: none
}

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

.password-page {
    display: table;
    height: 100%;
    width: 100%;
    color: #69727b;
    background-color: #fff;
    background-size: cover
}

.password-form-message {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto
}

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

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

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

.password-logo .logo {
    color: #3d4246;
    font-weight: 700;
    max-width: 100%
}

.password-content {
    text-align: center
}

.password-content--rte {
    margin-bottom: 35px
}

.password-content__title {
    display: block;
    margin-bottom: 82.5px
}

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

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

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

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

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

.product-single {
    overflow-anchor: none
}

.product-single__title {
    margin-bottom: .5rem
}

.product__price,
.featured-product__price {
    font-size: 1.25em
}

.product__policies {
    margin: .4rem 0 1rem;
    font-size: .9375em
}

.product-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    width: auto;
    padding-top: 2rem
}

.product-form--payment-button-no-variants {
    max-width: 400px
}

.product-form__item {
    -webkit-flex: 1 1 200px;
    -moz-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    margin-bottom: 10px;
    padding: 0 5px
}

.product-form__item label {
    display: block
}

.product-form--hide-variant-labels .product-form__item label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.product-form__item--submit {
    -webkit-flex: 1 1 300px;
    -moz-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px
}

.product-form__item--no-variants {
    max-width: 400px
}

.product-form__item--payment-button {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%
}

@media only screen and (min-width: 990px) {

    .product-single--small-image .product-form__item--payment-button,
    .product-single--full-image .product-form__item--payment-button {
        display: inline-flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start
    }
}

.product-form__item--payment-button.product-form__item--no-variants {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch
}

.product-form__variants {
    display: none
}

.no-js .product-form__variants {
    display: block
}

.product-form__item--quantity {
    -webkit-flex: 0 0 100px;
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px
}

.product-form__input {
    display: block;
    width: 100%
}

.product-form__input.input--error {
    margin-bottom: 0
}

.product-form__error-message-wrapper {
    display: flex;
    flex-basis: 100%;
    padding: .5rem 0;
    margin: 0 .3125em
}

.product-form__error-message-wrapper--hidden {
    display: none
}

.icon-error {
    fill: #d20000;
    width: .875em;
    height: .875em;
    margin-top: .1em;
    flex-shrink: 0
}

.product-form__error-message {
    margin-left: .5rem;
    font-size: .875em;
    line-height: 1.2;
    color: #69727b
}

.product-form__cart-submit,
.shopify-payment-button .shopify-payment-button__button--unbranded {
    display: block;
    width: 100%;
    line-height: 1.4;
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
    margin-top: 0;
    min-height: 44px
}

.product-single--small-image .product-form__cart-submit,
.product-single--small-image .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .product-single--small-image .shopify-payment-button__button--unbranded,
.product-single--full-image .product-form__cart-submit,
.product-single--full-image .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .product-single--full-image .shopify-payment-button__button--unbranded {
    -webkit-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-right: 10px
}

.product-form__item--payment-button .product-form__cart-submit,
.product-form__item--payment-button .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .product-form__item--payment-button .shopify-payment-button__button--unbranded {
    margin-top: 10px
}

.product-single--small-image .shopify-payment-button,
.product-single--full-image .shopify-payment-button {
    -webkit-flex: 50%;
    -moz-flex: 50%;
    -ms-flex: 50%;
    flex: 50%
}

.shopify-payment-button .shopify-payment-button__button,
.product-single--small-image .shopify-payment-button .shopify-payment-button__button,
.product-single--full-image .shopify-payment-button .shopify-payment-button__button {
    margin-top: 10px
}

@media only screen and (min-width: 750px) {
    .shopify-payment-button .shopify-payment-button__button {
        margin-top: 20px
    }
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
    margin-bottom: 10px
}

.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
    background-color: #436076 !important
}

.shopify-payment-button .shopify-payment-button__button--branded {
    border-radius: 2px;
    overflow: hidden
}

.shopify-payment-button .shopify-payment-button__more-options {
    margin: 16px 0 10px;
    font-size: .875em;
    text-decoration: underline
}

.shopify-payment-button .shopify-payment-button__more-options:hover,
.shopify-payment-button .shopify-payment-button__more-options:focus {
    opacity: .6
}

@media only screen and (min-width: 750px) {
    .product-form__cart-submit--small {
        max-width: 300px
    }
}

.product-single__description {
    margin-top: 30px
}

.product__quantity-error .icon {
    margin-right: 1rem
}

.product-single__thumbnail {
    display: block;
    margin: -2px 0 8px;
    min-height: 44px;
    position: relative
}

.product-single__thumbnail:not([disabled]):not(.active-thumb):hover {
    opacity: .8
}

.product-single__thumbnail-image {
    max-width: 100%;
    display: block;
    border: 2px solid transparent;
    padding: 2px
}

.active-thumb .product-single__thumbnail-image {
    border-color: #3d4246
}

.product-featured-img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px)
}

.no-js .product-featured-img {
    position: relative
}

.zoomImg {
    background-color: #fff
}

@media only screen and (min-width: 750px) {
    .product-single__thumbnails {
        margin-top: 30px
    }
}

@media only screen and (max-width: 749px) {

    .product-single__photos,
    .product-single__photo--has-thumbnails {
        margin-bottom: 30px
    }
}

.product-single__photos--full {
    margin-bottom: 30px
}

.product-single__photo-wrapper {
    margin: 0 auto;
    width: 100%
}

.product-single__photo {
    margin: 0 auto;
    min-height: 1px;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 4px
}

@media only screen and (max-width: 749px) {
    .template-product .main-content {
        padding-top: 22px
    }

    .thumbnails-slider--active .product-single__thumbnails {
        display: none
    }

    .thumbnails-slider--active .product-single__thumbnails.slick-initialized {
        display: block;
        margin: 0 auto;
        max-width: 75%
    }

    .product-single__photos {
        position: relative
    }

    .thumbnails-wrapper {
        position: relative;
        top: 30px;
        text-align: center;
        margin: 0 2px 30px
    }

    .thumbnails-slider__btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }

    .thumbnails-slider__prev {
        left: -20px
    }

    .thumbnails-slider__next {
        right: -20px
    }

    .product-single__thumbnails-item {
        display: inline-block;
        padding-bottom: 10px;
        width: 72px;
        float: none;
        vertical-align: middle
    }

    .slick-slider .product-single__thumbnails-item {
        float: left
    }

    .thumbnails-slider--active .product-single__thumbnails-item {
        padding: 5px 0
    }

    .product-single__thumbnail {
        margin: 0 auto;
        width: 50px
    }
}

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

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

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

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

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

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

.collection-hero__title-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3d4246;
    opacity: .4
}

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

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

.template-blog .social-sharing {
    margin-bottom: 17.5px
}

.blog-list-view .pagination {
    padding-top: 0
}

.blog-filter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center
}

.blog-filter .icon-chevron-down {
    fill: #000;
    width: .625em;
    height: .625em;
    right: 1rem
}

.blog-filter__label {
    margin: 0 1rem 0 0
}

.cart-header {
    margin-bottom: .7rem;
    text-align: center
}

@media only screen and (min-width: 750px) {
    .cart-header {
        margin-bottom: 1.7rem
    }
}

.cart-header__title {
    margin-bottom: .5rem
}

@media only screen and (min-width: 750px) {
    .cart-header__title {
        margin-bottom: 1rem
    }
}

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

.cart td {
    padding-top: 22px;
    padding-bottom: 22px
}

@media only screen and (min-width: 750px) {
    .cart td {
        padding-left: 22px;
        padding-right: 22px
    }
}

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

@media only screen and (max-width: 749px) {

    .cart td:nth-child(3),
    .cart th:nth-child(2) {
        padding-left: 0;
        padding-right: 0
    }
}

.cart td:first-child,
.cart th:first-child {
    padding-left: 0
}

.cart td:first-child.cart__removed-product,
.cart th:first-child.cart__removed-product {
    padding: 1rem 0 1.2rem .5rem
}

.cart td:last-child,
.cart th:last-child {
    padding-right: 0
}

.cart dd {
    margin-left: 0
}

.cart__meta {
    width: 50%
}

@media only screen and (min-width: 750px) {
    .cart__meta {
        width: 40%
    }
}

@media only screen and (min-width: 990px) {
    .cart__meta {
        width: 45%
    }
}

.cart__product-information {
    display: flex
}

.cart__image-wrapper {
    padding-right: 1.5rem;
    flex: 5rem 0 0
}

@media only screen and (min-width: 750px) {
    .cart__image-wrapper {
        padding-right: 2.5rem;
        flex: 8rem 0 0
    }
}

@media only screen and (min-width: 990px) {
    .cart__image-wrapper {
        padding-right: 3rem;
        flex: 9rem 0 0
    }
}

.product-details {
    padding: .3125em 0 0;
    font-size: .875em
}

.product-details.hide+.cart__remove {
    margin-top: 0
}

.product-details__item {
    margin-bottom: .15em
}

.product-details__item--variant-option:not(.hide)+.product-details__item--property {
    margin-top: .8rem
}

.product-details__item-label {
    font-weight: 700
}

.cart__qty {
    margin-top: .9375em
}

@media only screen and (min-width: 750px) {
    .cart__qty {
        margin-top: 0
    }
}

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

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

.cart__qty-error-message-wrapper,
.cart__error-message-wrapper {
    line-height: 1.2
}

.cart__qty-error-message-wrapper .icon-error,
.cart__error-message-wrapper .icon-error {
    margin-top: 0
}

.cart__qty-error-message-wrapper--desktop {
    display: none
}

@media only screen and (min-width: 750px) {
    .cart__qty-error-message-wrapper--desktop {
        display: block
    }
}

.cart__qty-error-message-wrapper--mobile {
    display: block
}

@media only screen and (min-width: 750px) {
    .cart__qty-error-message-wrapper--mobile {
        display: none
    }
}

.cart__qty-error-message,
.cart__error-message {
    font-size: .875em;
    color: #69727b;
    vertical-align: middle
}

.cart__error-message-wrapper {
    margin-top: 1rem
}

@media only screen and (min-width: 750px) {
    .cart__error-message-wrapper {
        margin-top: 0
    }
}

.cart__row {
    border-bottom: 1px solid #e8e9eb
}

.cart__row p {
    margin-bottom: 0
}

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

.cart__row td {
    vertical-align: top
}

@media only screen and (min-width: 750px) {
    .cart__row td {
        vertical-align: middle
    }
}

.cart__removed-product-details {
    font-weight: 700
}

.cart-subtotal {
    display: flex;
    justify-content: center
}

@media only screen and (min-width: 750px) {
    .cart-subtotal {
        justify-content: flex-end
    }
}

.cart-subtotal__title {
    font-size: 1.125em
}

.cart-subtotal__price {
    padding-left: 27.5px
}

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

.cart__footer {
    padding-top: 17.5px
}

.cart__submit-controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

.cart__submit-controls>.cart__submit-control {
    margin-left: 10px;
    margin-bottom: 10px
}

@media only screen and (max-width: 749px) {
    .cart__submit-controls {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    .cart__submit-controls .cart__submit {
        margin-left: 0;
        margin-bottom: 0
    }

    .cart__submit-controls .cart__submit--ajax-disabled {
        margin-right: 10px
    }
}

@media only screen and (max-width: 500px) {
    .cart__submit-controls .cart__submit {
        margin-left: 0;
        margin-bottom: 0
    }

    .cart__submit-controls .cart__submit--ajax-disabled {
        margin-bottom: 10px;
        margin-right: 0
    }
}

@media only screen and (max-width: 749px) {
    .cart__submit {
        line-height: 1.4;
        min-height: 44px;
        margin-left: 0;
        margin-bottom: 0
    }
}

@media only screen and (max-width: 500px) {
    .cart__submit {
        width: 100%
    }
}

.cart__shipping {
    font-size: .875em;
    padding: 10px 0 20px;
    margin-bottom: 25px
}

.cart-note__label,
.cart-note__input {
    display: block
}

@media only screen and (max-width: 749px) {

    .cart-note__label,
    .cart-note__input {
        margin: 0 auto
    }
}

.cart-note__label {
    margin-bottom: 15px
}

.cart-note__input {
    min-height: 50px;
    width: 100%
}

@media only screen and (max-width: 749px) {
    .cart-note__input {
        margin-bottom: 40px
    }
}

.cart__product-title {
    border-bottom: none
}

.cart__product-title:hover,
.cart__product-title:focus {
    border-bottom: 1px solid currentColor
}

.cart__remove {
    margin-top: .5em
}

.cart__price {
    text-align: right;
    padding-right: 0;
    font-size: .9375em;
    width: 50%
}

.cart__price dl {
    margin: 0
}

@media only screen and (min-width: 750px) {
    .cart__price {
        width: 25%
    }
}

.cart__quantity-td {
    width: 20%
}

.cart__final-price {
    width: 15%
}

@media only screen and (max-width: 749px) {
    .cart-message {
        padding-top: 20px
    }

    .cart__qty-label {
        position: inherit !important;
        overflow: auto;
        clip: auto;
        width: auto;
        height: auto;
        margin: 0 5px 0 0;
        display: inline-block;
        vertical-align: middle;
        font-size: .8125em
    }
}

.cart--no-cookies .cart__continue-btn,
.cart--no-cookies .cart--empty-message {
    display: none
}

.cookie-message {
    display: none;
    padding-bottom: 25px
}

.cart--no-cookies .cookie-message {
    display: block
}

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

.additional-checkout-buttons input[type=image] {
    padding: 0;
    border: 0;
    background: transparent
}

@media only screen and (max-width: 500px) {
    .additional-checkout-buttons {
        margin-top: 1rem
    }
}

.myaccount {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (min-width: 990px) {
    .myaccount__order-history {
        -webkit-flex: 1 0 66.66667%;
        -moz-flex: 1 0 66.66667%;
        -ms-flex: 1 0 66.66667%;
        flex: 1 0 66.66667%
    }
}

@media only screen and (min-width: 990px) {
    .myaccount__account-details {
        -webkit-flex: 1 0 33.33333%;
        -moz-flex: 1 0 33.33333%;
        -ms-flex: 1 0 33.33333%;
        flex: 1 0 33.33333%
    }
}

.order-table {
    border: 1px solid #e8e9eb
}

.order-table a {
    border-bottom: 1px solid currentColor
}

.order-table th,
.order-table td {
    border: 0
}

.order-table tbody th,
.order-table tfoot th {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0
}

.order-table tbody tr+tr {
    border-top: 1px solid #e8e9eb
}

.order-table thead {
    border-bottom: 1px solid #69727b
}

.order-table tfoot {
    border-top: 1px solid #69727b
}

.order-table tfoot tr:first-child th,
.order-table tfoot tr:first-child td {
    padding-top: 1.25em
}

.order-table tfoot tr:nth-last-child(2) th,
.order-table tfoot tr:nth-last-child(2) td {
    padding-bottom: 1.25em
}

.order-table tfoot tr:last-child th,
.order-table tfoot tr:last-child td {
    border-top: 1px solid #69727b;
    font-weight: 700;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    text-transform: uppercase
}

@media only screen and (min-width: 750px) {
    .order-table thead th {
        text-transform: uppercase;
        padding-top: 1.25em;
        padding-bottom: 1.25em
    }

    .order-table tbody tr th,
    .order-table tbody tr td {
        padding-top: 1.25em;
        padding-bottom: 1.25em
    }

    .order-table tfoot tr td,
    .order-table tfoot tr th {
        vertical-align: bottom
    }
}

@media only screen and (max-width: 749px) {
    .order-table {
        border: 0
    }

    .order-table thead {
        display: none
    }

    .order-table th,
    .order-table td {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: .5rem 0;
        border: 0;
        margin: 0
    }

    .order-table th:before,
    .order-table td:before {
        content: attr(data-label);
        float: left;
        text-align: left;
        padding-right: 2em;
        max-width: 80%
    }

    .order-table tbody tr th:first-child {
        padding-top: 1.25em
    }

    .order-table tbody tr td:last-child {
        padding-bottom: 1.25em
    }

    .order-table tbody th:before,
    .order-table tbody td:before {
        font-weight: 700
    }
}

@media only screen and (max-width: 749px) {
    .order-table__product {
        display: flex;
        justify-content: space-between
    }
}

.order-discount {
    text-transform: uppercase;
    color: #557b97;
    display: block;
    line-height: 1.2em
}

.order-discount .icon-saletag {
    fill: currentColor;
    width: 1em;
    height: 1em;
    margin-right: .4em
}

.order-discount--title {
    word-break: break-word;
    padding-right: 1em
}

.order-discount--list {
    margin: .8em 0 0 1.3em;
    list-style: none;
    padding: 0
}

.order-discount__item {
    text-indent: -1.3em
}

.order-discount__item+.order-discount__item {
    margin-top: .6em
}

@media only screen and (max-width: 749px) {
    .order-discount-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%
    }
}

.order-discount-card-wrapper {
    display: flex;
    justify-content: center
}

@media only screen and (min-width: 750px) {
    .order-discount-card-wrapper {
        justify-content: flex-end
    }
}

.order-discount--cart {
    font-size: .9375em;
    padding-right: 0
}

@media only screen and (min-width: 750px) {
    .order-discount--cart {
        font-size: .875em
    }
}

.order-discount--cart-total {
    padding-left: 27.5px
}

@media only screen and (min-width: 750px) {
    .order-discount--cart-total {
        padding-left: 55px;
        min-width: 150px
    }
}

.site-header {
    background-color: #fff;
    position: relative;
    padding: 0 55px
}

@media only screen and (max-width: 749px) {
    .site-header {
        border-bottom: 1px solid #e8e9eb;
        padding: 0
    }
}

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

.announcement-bar {
    text-align: center;
    position: relative;
    z-index: 10
}

.announcement-bar--link {
    display: block
}

.announcement-bar__message {
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding: 10px 22px
}

@media only screen and (min-width: 750px) {
    .announcement-bar__message {
        padding: 10px 55px
    }
}

.site-header__logo {
    margin: 15px 0
}

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

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

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

.site-header__logo-image {
    display: block
}

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

.site-header__logo-image img {
    width: 100%
}

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

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

@media only screen and (max-width: 749px) {

    .site-header__icons .btn--link,
    .site-header__icons .site-header__cart {
        font-size: 1em
    }
}

.site-header__icons {
    position: relative;
    white-space: nowrap
}

@media only screen and (max-width: 749px) {
    .site-header__icons {
        width: auto
    }
}

.site-header__icons-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

@media only screen and (max-width: 749px) {
    .site-header__icons-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
}

.site-header__cart,
.site-header__search,
.site-header__account {
    position: relative
}

.site-header__search.site-header__icon {
    display: none
}

@media only screen and (min-width: 1400px) {
    .site-header__search.site-header__icon {
        display: block
    }
}

.site-header__search-toggle {
    display: block
}

@media only screen and (min-width: 1400px) {
    .site-header__search-toggle {
        display: none
    }
}

@media only screen and (min-width: 750px) {

    .site-header__account,
    .site-header__cart {
        padding: 10px 11px
    }
}

.site-header__cart-title,
.site-header__search-title {
    display: block;
    vertical-align: middle;
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.site-header__cart-title {
    margin-right: 3px
}

.site-header__cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: .4rem;
    top: .2rem;
    font-weight: 700;
    background-color: #557b97;
    color: #fff;
    border-radius: 50%;
    min-width: 1em;
    height: 1em
}

.site-header__cart-count span {
    font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .6875em;
    line-height: 1
}

@media only screen and (max-width: 749px) {
    .site-header__cart-count {
        top: .4375em;
        right: 0;
        border-radius: 50%;
        min-width: 1.1875em;
        height: 1.1875em
    }

    .site-header__cart-count span {
        padding: .25em .375em;
        font-size: 12px
    }
}

.site-header__menu {
    display: none
}

.site-header__icon svg {
    height: 23px;
    width: 22px
}

@media only screen and (min-width: 750px) {
    .site-header__icon svg {
        margin-right: 3px
    }
}

@media only screen and (max-width: 749px) {
    .site-header__logo {
        padding-left: 22px
    }

    .site-header__icons {
        padding-right: 13px
    }

    .site-header__icon {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 11px;
        margin: 0
    }

    .site-header__logo {
        text-align: left
    }

    .site-header__logo img {
        margin: 0
    }
}

.article-listing {
    padding-top: 55px;
    margin-bottom: 55px
}

.article__title {
    margin-bottom: 11px
}

@media only screen and (max-width: 749px) {
    .article__title--has-image {
        padding-left: 22px
    }
}

.article__author {
    margin-right: 10px
}

.article__author,
.article__date {
    display: inline-block;
    margin-bottom: 22px
}

.template-article .article__author,
.template-article .article__date {
    margin-bottom: 0
}

.article__tags {
    margin-bottom: 27.5px
}

.article__tags--list {
    font-style: italic
}

.article__link {
    display: block
}

@media only screen and (max-width: 749px) {
    .article__link {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.article__link:not([disabled]):hover .article__grid-image-wrapper:before,
.article__link:focus .article__grid-image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3d4246;
    opacity: .4;
    z-index: 1
}

.article__meta-buttons li+li {
    margin-left: 1.5rem
}

.article__comment-count {
    border-color: transparent;
    border-bottom-color: currentColor;
    padding: 0 0 3px
}

.article__comment-count:not([disabled]):hover,
.article__comment-count:focus {
    border-color: transparent;
    border-bottom-color: currentColor
}

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

.article__grid-tag {
    margin-right: 10px
}

.article__grid-meta {
    margin-bottom: 55px
}

@media only screen and (max-width: 749px) {
    .article__grid-meta--has-image {
        float: left;
        padding-left: 22px
    }
}

.article__grid-excerpt {
    margin-bottom: 17.5px
}

.article__grid-image-wrapper {
    margin: 0 auto;
    position: relative;
    width: 100%
}

.article__grid-image-container {
    display: block;
    clear: both;
    position: relative;
    margin: 0 auto 27.5px 0;
    min-height: 1px;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 749px) {
    .article__grid-image-container {
        float: left;
        margin: 0 0 55px
    }
}

.article__grid-image-container img {
    display: block
}

.article__grid-image {
    margin: 0 auto;
    width: 100%
}

.js .article__grid-image {
    position: absolute;
    top: 0
}

.article__list-image-container {
    display: block;
    clear: both;
    position: relative;
    min-height: 1px;
    width: 100%;
    height: 100%
}

.article__list-image-wrapper {
    width: 100%;
    margin-bottom: 20px
}

.article__list-image {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0
}

.cart-popup-wrapper {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    border: 1px solid #e8e9eb;
    transform: translateY(0);
    transition: all .45s cubic-bezier(.29, .63, .44, 1)
}

@media only screen and (min-width: 750px) {
    .cart-popup-wrapper {
        width: 23rem;
        right: 0
    }
}

.cart-popup-wrapper--hidden {
    display: none;
    transform: translateY(-100%)
}

.cart-popup {
    padding: 1rem 1.5rem
}

.cart-popup__heading {
    border-bottom: 1px solid #e8e9eb;
    padding: 0rem 2.5rem 1rem .5rem;
    margin: 0;
    font-size: 1.125em;
    font-family: Work Sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2rem;
    letter-spacing: 0;
    text-transform: inherit
}

.cart-popup__close {
    position: absolute;
    top: .2rem;
    right: .6rem;
    padding: .9rem;
    background-color: transparent;
    border: none;
    line-height: 0;
    color: #557b97
}

.cart-popup__close .icon-close {
    width: 1rem;
    height: 1rem;
    fill: currentColor
}

.cart-popup__close:hover,
.cart-popup__close:focus {
    color: #436076
}

.cart-popup-item {
    display: flex;
    margin: 1rem 0
}

.cart-popup-item__image-wrapper {
    position: relative;
    flex-basis: 18%;
    flex-shrink: 0;
    margin-right: 1rem;
    text-align: center
}

.cart-popup-item__image {
    display: block;
    margin: 0 auto;
    max-height: 95px
}

.cart-popup-item__image--placeholder {
    position: relative;
    width: 100%
}

.cart-popup-item__description {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    line-height: 1.2rem
}

.cart-popup-item__title {
    font-weight: 700;
    font-size: 1.125em
}

.product-details {
    margin-top: .25rem;
    font-size: .875em
}

.product-details__item {
    margin-bottom: .2rem;
    line-height: 1.5
}

.product-details__item:last-child {
    margin-bottom: 0
}

.product-details__item--variant-option+.product-details__item--property {
    margin-top: .8rem
}

.product-details__property-label {
    font-weight: 700
}

.cart-popup-item__quantity {
    flex-basis: 30%;
    flex-shrink: 0;
    margin-left: 1rem;
    text-align: right;
    font-size: .875em
}

.cart-popup__cta-link {
    width: 100%
}

.cart-popup__dismiss {
    margin-top: .5rem;
    text-align: center
}

.cart-popup__dismiss-button {
    font-size: .875em
}

.sidebar {
    margin-top: 40px
}

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

.sidebar__list li {
    margin-bottom: 10px
}

.pagination {
    text-align: center;
    list-style: none;
    font-size: .9375em;
    padding-top: 55px
}

.pagination li {
    display: inline-block
}

.pagination .icon {
    display: block;
    height: 20px;
    vertical-align: middle
}

.pagination__text {
    padding: 0 27.5px
}

.comment {
    margin-bottom: 30px
}

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

.comment__content {
    margin-bottom: 5px
}

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

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

.social-sharing {
    display: flex
}

.template-password .social-sharing {
    justify-content: center
}

.btn--share {
    background-color: transparent;
    border-color: #e8e9eb;
    color: #3d4246;
    margin-right: 5px;
    margin-bottom: 10px
}

.btn--share:not([disabled]):hover,
.btn--share:focus {
    background-color: transparent;
    border-color: #cdcfd3;
    color: #3d4246
}

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

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

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

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

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

.search-bar__form {
    display: table;
    width: 100%;
    position: relative;
    height: 2.875em;
    border: 1px solid transparent
}

@media only screen and (max-width: 749px) {
    .search-bar__form {
        width: 100%
    }
}

.search-bar__submit .icon {
    position: relative;
    top: -1px;
    width: 1.2rem;
    height: auto
}

.search-bar__submit,
.search-header__submit {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 12px;
    height: 100%;
    z-index: 1
}

.search-header__input,
.search-bar__input {
    background-color: transparent;
    border-radius: 2px;
    color: #3d4246;
    border-color: transparent;
    padding-right: 2.1875em;
    width: 100%;
    min-height: 44px
}

.search-header__input::-webkit-input-placeholder,
.search-bar__input::-webkit-input-placeholder {
    color: #3d4246;
    opacity: .6
}

.search-header__input::-moz-placeholder,
.search-bar__input::-moz-placeholder {
    color: #3d4246;
    opacity: .6
}

.search-header__input:-ms-input-placeholder,
.search-bar__input:-ms-input-placeholder {
    color: #3d4246;
    opacity: 0
}

.search-header__input::-ms-input-placeholder,
.search-bar__input::-ms-input-placeholder {
    color: #3d4246;
    opacity: 1
}

.search-bar__input {
    border: 1px solid transparent
}

.search-bar__input:focus {
    border-color: transparent
}

.search-bar__close {
    padding: .625em .75em
}

.search-bar__close .icon {
    vertical-align: top;
    width: 1.2rem;
    height: auto
}

.search-header__input:hover+.btn--link {
    color: #25282b
}

.search-bar {
    border-bottom: 1px solid #e8e9eb;
    padding: 0 27.5px;
    z-index: 1000
}

.search-bar__table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%
}

.search-bar__table-cell {
    display: table-cell;
    vertical-align: middle
}

.search-bar__form-wrapper {
    width: 90%
}

.search-header {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 1.875em;
    vertical-align: middle
}

.search-header.search--focus {
    max-width: 250px
}

.search-header__input {
    cursor: pointer
}

.search--focus .search-header__input {
    outline: none;
    border-color: #949494;
    cursor: auto
}

.search--focus .search-header__submit {
    pointer-events: auto
}

.search-header__submit {
    pointer-events: none
}

.search-header,
.search-header__submit {
    transition: all .35s cubic-bezier(.29, .63, .44, 1)
}

.no-svg .site-header__search {
    display: inline-block
}

.no-svg .search-header {
    max-width: none
}

.no-svg .search__input {
    width: auto;
    padding-left: 60px
}

.mobile-nav {
    display: block;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
    transition: all .45s cubic-bezier(.29, .63, .44, 1)
}

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

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

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

.mobile-nav__link {
    position: relative
}

.mobile-nav__label {
    border-bottom: 1px solid transparent
}

.mobile-nav__link--active .mobile-nav__label {
    border-bottom-color: #3d4246
}

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

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

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

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

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

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

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

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

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

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

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

.mobile-nav__dropdown.is-closing {
    transition: all .45s cubic-bezier(.29, .63, .44, 1);
    opacity: .99
}

.mobile-nav__dropdown .mobile-nav__sublist-header {
    font-family: Work Sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px
}

.mobile-nav__dropdown .mobile-nav__sublist-header--main-nav-parent {
    color: #69727b
}

.mobile-nav-wrapper {
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all .45s cubic-bezier(.29, .63, .44, 1);
    display: none;
    overflow: hidden;
    width: 100%
}

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

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

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

.site-header__mobile-nav {
    z-index: 999;
    position: relative;
    background-color: #fff
}

@media only screen and (max-width: 749px) {
    .site-header__mobile-nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center
    }
}

.modal {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    background-color: #fff;
    bottom: 0;
    color: #3d4246;
    display: none;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0
}

.modal--is-active {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: block;
    opacity: 1;
    overflow: hidden
}

.modal__inner {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%
}

.modal__centered {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%
}

.no-csstransforms .modal__centered {
    top: 20%
}

.modal__close {
    border: 0;
    padding: 55px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2
}

.modal__close .icon {
    font-size: 1.25em
}

.slideshow-wrapper {
    position: relative
}

.slideshow {
    position: unset;
    overflow: hidden;
    margin-bottom: 0;
    max-height: 80vh;
    transition: height .6s cubic-bezier(.44, .13, .48, .87)
}

@media only screen and (min-width: 750px) {
    .slideshow {
        position: relative;
        max-height: 100vh
    }
}

.slideshow .slideshow__slide,
.slideshow .slick-list,
.slideshow .slick-track {
    height: 100%
}

.slideshow .slick-prev,
.slideshow .slick-next {
    top: 0;
    height: 100%;
    margin-top: 0;
    width: 40px
}

.slideshow .slick-prev {
    left: 0
}

.slideshow .slick-next {
    right: 0
}

@media only screen and (min-width: 750px) {
    .slideshow--display-controls .slick-dots {
        left: calc(50% - 22px)
    }
}

.slideshow--small {
    height: 175px
}

@media only screen and (min-width: 750px) {
    .slideshow--small {
        height: 475px
    }
}

.slideshow--medium {
    height: 270px
}

@media only screen and (min-width: 750px) {
    .slideshow--medium {
        height: 650px
    }
}

.slideshow--large {
    height: 375px
}

@media only screen and (min-width: 750px) {
    .slideshow--large {
        height: 775px
    }
}

.slideshow__slide {
    position: relative;
    overflow: hidden
}

.slideshow__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.slideshow__link:active,
.slideshow__link:focus {
    opacity: 1
}

@media only screen and (min-width: 750px) {
    .slideshow__overlay:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #3d4246;
        opacity: .4;
        z-index: 2
    }
}

.slideshow__image {
    transition: opacity .8s cubic-bezier(.44, .13, .48, .87);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent;
    z-index: 1
}

.slick-initialized .slideshow__image,
.no-js .slideshow__image {
    opacity: 1
}

.slideshow__text-wrap {
    height: 100%;
    position: relative
}

.slideshow__link .slideshow__text-wrap {
    cursor: inherit
}

.slideshow__text-wrap--mobile {
    display: none
}

@media only screen and (max-width: 749px) {
    .slideshow__text-wrap--mobile {
        display: block;
        position: relative;
        top: -1.1rem;
        background-color: #fff;
        width: 85%;
        margin: 0 0 -1.1rem 7.5%
    }
}

@media only screen and (min-width: 750px) {
    .slideshow__text-content {
        transition: .6s cubic-bezier(.44, .13, .48, .87);
        transition-delay: .3s
    }
}

.slideshow__text-wrap--desktop .slideshow__text-content {
    position: absolute;
    width: 100%;
    top: 50%;
    opacity: 0;
    z-index: 2
}

@media only screen and (min-width: 750px) {
    .slideshow__text-content.slideshow__text-content--vertical-top {
        top: 120px
    }

    .slideshow__text-content.slideshow__text-content--vertical-bottom {
        top: auto;
        bottom: 40px
    }
}

.slick-initialized .slick-active .slideshow__text-content,
.no-js .slideshow__text-content {
    -ms-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 1
}

.slick-initialized .slick-active .slideshow__text-content.slideshow__text-content--vertical-center,
.no-js .slideshow__text-content.slideshow__text-content--vertical-center {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slideshow__text-content:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -moz-animation: spin .65s infinite linear;
    -o-animation: spin .65s infinite linear;
    -webkit-animation: spin .65s infinite linear;
    animation: spin .65s infinite linear;
    opacity: 1;
    transition: all 1s cubic-bezier(.29, .63, .44, 1);
    bottom: -55px;
    left: 50%
}

@media only screen and (max-width: 749px) {
    .slideshow__text-content:after {
        content: none
    }
}

.slick-initialized .slideshow__text-content:after,
.no-js .slideshow__text-content:after {
    opacity: 0;
    visibility: hidden;
    content: none
}

.slideshow__text-content--mobile {
    display: none;
    padding-top: 2.6rem
}

.slideshow__arrows--mobile~.slideshow__text-content--mobile {
    padding-top: 1.7rem
}

@media only screen and (min-width: 750px) {
    .slideshow__arrows--mobile~.slideshow__text-content--mobile {
        padding-top: 0
    }
}

@media only screen and (min-width: 750px) {
    .slideshow__text-content--mobile {
        padding-top: 0
    }

    .slideshow__text-content--mobile:after {
        display: none
    }
}

.slideshow__title,
.slideshow__subtitle {
    color: #fff
}

@media only screen and (max-width: 749px) {

    .slideshow__title,
    .slideshow__subtitle {
        display: none
    }
}

.slideshow__title--mobile {
    margin-bottom: 0
}

.slideshow__title--mobile~.slideshow__subtitle--mobile {
    margin-top: .5rem
}

.slideshow__subtitle--mobile,
.slideshow__title--mobile {
    display: none;
    color: #3d4246
}

@media only screen and (max-width: 749px) {

    .slideshow__subtitle--mobile,
    .slideshow__title--mobile {
        display: block
    }
}

.slideshow__btn-wrapper {
    border: none;
    background-color: transparent
}

@media only screen and (min-width: 750px) {
    .slideshow__btn-wrapper--push {
        margin-top: 30px
    }
}

.slideshow__btn {
    max-width: 100%;
    display: inline-block;
    word-wrap: break-word;
    background-color: #557b97;
    color: #fff;
    min-height: 3.125rem;
    line-height: 2.2
}

@media only screen and (max-width: 749px) {
    .slideshow__btn {
        display: none
    }
}

.slideshow__btn--mobile {
    display: none;
    margin: 1.3rem auto 0
}

@media only screen and (max-width: 749px) {
    .slideshow__btn--mobile {
        display: inline-block;
        margin: 2rem auto .3rem
    }
}

.slideshow__controls {
    display: none;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-bottom: 5px
}

@media only screen and (min-width: 750px) {
    .slideshow__controls {
        top: auto;
        bottom: 0;
        left: 0
    }
}

.slick-initialized+.slideshow__controls {
    display: flex
}

.slideshow__arrows {
    height: 44px;
    padding: 5px;
    background-clip: content-box;
    background-color: #0006;
    color: #ffffff80;
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87);
    display: none
}

@media only screen and (min-width: 750px) {
    .slideshow__arrows {
        display: flex
    }
}

@media only screen and (min-width: 750px) {

    .slideshow__controls:hover .slideshow__arrows,
    .slideshow__controls:focus .slideshow__arrows,
    .slideshow__controls--hover .slideshow__arrows {
        background-color: #000000bf
    }
}

.slideshow__arrows .slideshow__arrow {
    height: 44px;
    width: 44px;
    position: relative;
    top: -5px;
    padding: 0 .9rem;
    cursor: pointer;
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87);
    background-color: transparent;
    color: #ffffff80;
    border: none
}

.slideshow__arrows .slideshow__arrow .icon {
    width: .7rem;
    height: .7rem;
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87)
}

.slideshow__arrows .slideshow__arrow .icon:hover {
    color: #fff
}

.slideshow__arrows .slideshow__arrow-left {
    float: left
}

@media only screen and (min-width: 750px) {
    .slideshow__arrows .slideshow__arrow-left {
        order: -1
    }
}

.slideshow__arrows .slideshow__arrow-right {
    float: right
}

@media only screen and (min-width: 750px) {
    .slideshow__arrows .slideshow__arrow-right {
        order: 1
    }
}

.slideshow__arrows .slick-dots {
    line-height: 34px
}

.slideshow__arrows .slick-dots li {
    width: 9px;
    height: 9px;
    margin-left: 9px
}

.slideshow__arrows .slick-dots li button:before,
.slideshow__arrows .slick-dots li a:before {
    width: 8px;
    height: 8px;
    color: #00000080;
    border: none;
    opacity: 1
}

@media only screen and (min-width: 750px) {

    .slideshow__arrows .slick-dots li button:before,
    .slideshow__arrows .slick-dots li a:before {
        width: 9px;
        height: 9px;
        color: #ffffff80
    }
}

.slideshow__arrows .slick-dots li.slick-active-mobile button:before,
.slideshow__arrows .slick-dots li.slick-active-mobile a:before {
    color: #000
}

.slideshow__arrows .slick-dots li.slick-active button:before,
.slideshow__arrows .slick-dots li.slick-active a:before {
    color: #fff
}

.slideshow__arrows--mobile {
    display: block;
    width: 100%;
    height: 44px;
    background-color: transparent
}

.slideshow__arrows--mobile .icon {
    fill: #00000080
}

.slideshow__arrows--mobile .slideshow__arrow:focus .icon {
    fill: #000
}

@media only screen and (min-width: 750px) {
    .slideshow__arrows--mobile {
        display: none
    }
}

.slideshow__pause {
    clip: auto;
    width: 44px;
    height: 44px;
    margin-left: 1px;
    padding: 5px;
    background-clip: content-box;
    z-index: 10000;
    border: none;
    background-color: #0006;
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87)
}

@media only screen and (min-width: 750px) {

    .slideshow__controls:hover .slideshow__pause,
    .slideshow__controls:focus .slideshow__pause,
    .slideshow__controls--hover .slideshow__pause {
        background-color: #000000bf
    }
}

.slideshow__pause .icon {
    color: #ffffff80;
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87)
}

.slideshow__pause .icon:hover {
    color: #fff
}

.slideshow__pause .icon {
    width: .65rem;
    height: .65rem
}

.slideshow__pause-stop {
    display: block
}

.is-paused .slideshow__pause-stop,
.slideshow__pause-rotate {
    display: none
}

.is-paused .slideshow__pause-rotate {
    display: block
}

.price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0
}

@media only screen and (max-width: 749px) {
    .price {
        font-size: .9375em
    }
}

.price dl {
    margin-top: 0
}

.price dd {
    margin: 0 .5em 0 0
}

.price--unavailable {
    visibility: hidden
}

.price__regular {
    color: #69727b
}

.price__sale {
    color: #557b97;
    display: none
}

.price--on-sale .price__sale {
    display: block
}

.price__vendor {
    color: #69727b;
    font-size: .9em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 10px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%
}

.price__unit {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    display: none
}

.price--unit-available .price__unit {
    display: block
}

.price-item {
    font-weight: 600
}

.price--on-sale .price-item--regular {
    text-decoration: line-through
}

.price-unit-price {
    color: #69727b;
    font-size: .8em
}

.price-item__label {
    display: inline-block;
    white-space: nowrap;
    font-weight: 600
}

.filters-toolbar-wrapper {
    border-bottom: 1px solid #e8e9eb;
    border-top: 1px solid #e8e9eb;
    margin-bottom: 22px
}

@media only screen and (min-width: 750px) {
    .filters-toolbar-wrapper {
        margin-bottom: 55px
    }
}

.filters-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filters-toolbar .icon-chevron-down {
    fill: #000;
    width: .625em;
    height: .625em;
    right: 8px
}

.filters-toolbar--has-filter {
    position: relative
}

@media only screen and (max-width: 749px) {
    .filters-toolbar--has-filter {
        border-bottom: none
    }

    .filters-toolbar--has-filter .filters-toolbar__item-child {
        flex-basis: 50%
    }

    .filters-toolbar--has-filter .filters-toolbar__item-wrapper {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%
    }

    .filters-toolbar--has-filter .filters-toolbar__item--count {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        text-align: left
    }

    .filters-toolbar--has-filter .filters-toolbar__item--count:before {
        background-color: #e8e9eb;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: auto;
        width: 100%
    }
}

.filters-toolbar__item {
    min-width: 33%;
    -webkit-flex: 1 1 33%;
    -moz-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%
}

.no-flexbox .filters-toolbar__item {
    text-align: left !important
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__item:first-child .filters-toolbar__input {
        padding-left: 0
    }
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__item-child {
        flex-grow: 0
    }
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__item-child:first-child {
        margin-right: 2.5rem
    }
}

@media only screen and (min-width: 750px) {
    .filters-toolbar__item-child:first-child {
        margin-right: 3rem
    }
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__item-child .filters-toolbar__input {
        padding-left: 0;
        padding-right: 25px;
        width: 100%
    }
}

.filters-toolbar__item-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex: 1 1 33%;
    -moz-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__item-wrapper {
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between
    }
}

.filters-toolbar__item--count {
    min-width: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: center
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__item--count {
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        text-align: right
    }
}

.no-flexbox .filters-toolbar select {
    width: 100% !important
}

.filters-toolbar__label {
    display: inline-block
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__label {
        display: block;
        margin-bottom: 0;
        margin-top: 8px
    }
}

.filters-toolbar__input-wrapper {
    display: inline-block
}

.filters-toolbar__input {
    border: 0 solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    height: 55px;
    opacity: 1;
    position: relative
}

.filters-toolbar__item:first-child .filters-toolbar__input {
    padding-left: 0
}

.no-flexbox .filters-toolbar__input {
    margin: 0
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__input {
        height: 46px
    }
}

.filters-toolbar__input.hidden {
    opacity: 0
}

.filters-toolbar__input option {
    text-overflow: ellipsis;
    overflow: hidden
}

.filters-toolbar__product-count {
    font-size: .9375em;
    font-style: italic;
    line-height: 55px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media only screen and (max-width: 749px) {
    .filters-toolbar__product-count {
        font-size: .875em;
        line-height: 46px
    }
}

.site-footer {
    margin-top: 55px;
    padding: 45px 0 55px
}

@media only screen and (min-width: 750px) {
    .site-footer {
        padding-bottom: 35px
    }
}

.site-footer h4,
.site-footer .h4 {
    margin-bottom: 12.5px
}

@media only screen and (min-width: 750px) {

    .site-footer h4,
    .site-footer .h4 {
        min-height: 1.1875em;
        margin-bottom: 25px
    }
}

.site-footer__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 749px) {
    .site-footer__content {
        padding: 0 18px
    }
}

@media only screen and (min-width: 750px) {
    .site-footer__content {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.site-footer__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 55px
}

@media only screen and (min-width: 750px) {
    .site-footer__item {
        padding: 0 15px;
        margin-bottom: 45px
    }
}

.site-footer__item:first-of-type {
    padding-left: 0
}

.site-footer__item:last-of-type {
    padding-right: 0
}

@media only screen and (max-width: 749px) {
    .site-footer__item:last-of-type {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 750px) {
    .site-footer__item--full-width {
        -webkit-flex: 1 1 100%;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }

    .site-footer__item--one-half {
        -webkit-flex: 1 1 50%;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }

    .site-footer__item--one-third {
        -webkit-flex: 1 1 33%;
        -moz-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%
    }

    .site-footer__item--one-quarter {
        -webkit-flex: 1 1 25%;
        -moz-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%
    }

    .site-footer__item--one-fifth {
        -webkit-flex: 1 1 20%;
        -moz-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%
    }

    .site-footer-newsletter__one-half {
        -webkit-flex: 1 1 50%;
        -moz-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media only screen and (min-width: 750px) {
    .site-footer__item--center {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    .site-footer__item--center>* {
        text-align: center
    }
}

.site-footer__item-inner--newsletter {
    width: 100%
}

.site-footer__item-inner--newsletter .newsletter__submit {
    margin-top: 5px
}

.site-footer__item-inner--newsletter .newsletter__input {
    margin: 5px 0 0;
    width: 100%
}

@media only screen and (min-width: 750px) {
    .site-footer__item--full-width .site-footer__item-inner--newsletter {
        max-width: 50%
    }
}

@media only screen and (min-width: 750px) {
    .site-footer__centered--single-block {
        width: 75%;
        margin: 0 auto
    }
}

.site-footer__hr {
    margin: 55px 0 30px
}

@media only screen and (min-width: 750px) {
    .site-footer__hr {
        margin: 45px 0 20px
    }
}

@media only screen and (max-width: 749px) {
    .site-footer__linklist.list--inline>li {
        display: block
    }
}

.site-footer__linklist-item {
    display: block;
    padding: 15px 0
}

@media only screen and (min-width: 750px) {
    .site-footer__linklist-item {
        padding: 0 30px 5px 0
    }
}

.site-footer__linklist-item:last-of-type {
    padding-right: 0
}

.site-footer__icon-list {
    padding-bottom: 30px
}

@media only screen and (min-width: 750px) {
    .site-footer__icon-list {
        padding-bottom: 15px
    }
}

.site-footer__social-icons li {
    padding: 0 15px
}

@media only screen and (min-width: 750px) {
    .site-footer__social-icons li:first-of-type {
        padding-left: 0
    }
}

.social-icons__link {
    display: block
}

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

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

@media only screen and (min-width: 750px) {
    .site-footer__payment-icons {
        text-align: right
    }
}

.site-footer__payment-icons .payment-icon {
    margin-bottom: 5px;
    margin-left: 5px
}

.site-footer__payment-icons .payment-icon:first-child {
    margin-left: 0
}

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

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

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

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

.feature-row__image-wrapper {
    margin: 0 auto 19.44444px;
    position: relative;
    width: 100%
}

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

.feature-row__image-wrapper .feature-row__image {
    width: 100%;
    position: absolute;
    top: 0
}

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

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

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

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

    .feature-row__text--right {
        padding-right: 35px
    }
}

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

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

.hero--adapt,
.hero-fixed-width__image {
    max-height: 100vh
}

@media only screen and (min-width: 750px) {

    .hero--adapt,
    .hero-fixed-width__image {
        max-height: 80vh
    }
}

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

.hero--small {
    height: 225px
}

.hero--medium {
    height: 357px
}

.hero--large {
    height: 488px
}

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

@media only screen and (min-width: 750px) {
    .hero--x-small {
        height: 125px
    }

    .hero--small {
        height: 300px
    }

    .hero--medium {
        height: 475px
    }

    .hero--large {
        height: 650px
    }

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

.hero__overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3d4246;
    opacity: .4;
    z-index: 1
}

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

.hero__btn {
    margin-top: 27.5px
}

.hero-fixed-width {
    position: relative
}

.hero-fixed-width:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3d4246;
    opacity: .4;
    z-index: 1
}

.hero-fixed-width__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-fixed-width__image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    object-fit: cover;
    font-family: "object-fit: cover";
    overflow: hidden
}

.quote-icon {
    display: block;
    margin: 0 auto 20px
}

.quotes-slider__text {
    font-size: 1.10938em;
    font-weight: 400;
    font-style: normal;
    padding: 0 15px
}

.quotes-slider__text cite {
    font-size: .8em;
    font-style: normal
}

.quotes-slider__text p {
    margin-bottom: 30px
}

.quotes-slider__text p+cite {
    margin-top: 0
}

.slick-dotted.quotes-slider.slick-initialized {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.quotes-wrapper .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 55px
}

.quotes-wrapper .slick-dots li button:before {
    color: #3d4246;
    opacity: .2
}

.quotes-wrapper .slick-slide[tabindex="0"] {
    outline: none
}

.logo-bar {
    list-style: none;
    text-align: center;
    margin-bottom: -35px
}

@media only screen and (min-width: 750px) {
    .logo-bar--large {
        margin-bottom: -55px
    }
}

.logo-bar__item {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    margin: 0 27.5px 35px
}

@media only screen and (min-width: 750px) {
    .logo-bar__item--large {
        margin-bottom: 55px
    }
}

.logo-bar__image {
    display: block;
    margin: 0 auto
}

.logo-bar__link {
    display: block
}

.map-section {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (min-width: 750px) {
    .map-section {
        min-height: 500px
    }
}

.map-section--load-error {
    height: auto
}

.map-section__wrapper {
    height: 100%;
    flex-shrink: 0;
    flex-grow: 1;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.map-section__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2
}

.map-section__error {
    position: relative;
    z-index: 3
}

@media only screen and (min-width: 750px) {
    .map-section__error {
        position: absolute;
        margin: 0 2rem;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.map-section__content-wrapper {
    position: relative;
    text-align: center;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    flex-grow: 0
}

@media only screen and (min-width: 750px) and (max-width: 989px) {
    .map-section__content-wrapper {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        flex-basis: 50%
    }
}

@media only screen and (min-width: 990px) {
    .map-section__content-wrapper {
        -ms-flex-preferred-size: 33%;
        -webkit-flex-basis: 33%;
        -moz-flex-basis: 33%;
        flex-basis: 33%
    }
}

.map-section__content {
    position: relative;
    display: inline-block;
    background-color: #69727b0d;
    padding: 35px;
    text-align: center;
    z-index: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center
}

.map-section__content>* {
    width: 100%
}

@media only screen and (min-width: 750px) {
    .map-section__content {
        background-color: #fff;
        margin: 55px 0;
        min-height: 300px
    }
}

.map-section--load-error .map-section__content {
    position: static;
    transform: translateY(0)
}

.map-section__link {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    width: 100%;
    height: 100%;
    z-index: 2;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translate(-50%)
}

.map-section__container {
    max-width: none;
    width: 100%;
    height: 55vh;
    left: 0
}

@media only screen and (min-width: 750px) {
    .map-section__container {
        position: absolute;
        height: 100%;
        top: 0;
        width: 130%
    }
}

.map_section__directions-btn [class^=icon] {
    height: 1em
}

.map_section__directions-btn * {
    vertical-align: middle
}

.map-section__background-wrapper {
    overflow: hidden;
    position: relative;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%
}

@media only screen and (min-width: 750px) {
    .map-section__background-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
}

.map-section--onboarding .map-section__background-wrapper {
    min-height: 55vh
}

.map-section__image {
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center
}

@media only screen and (min-width: 750px) {
    .map-section__image {
        position: absolute
    }
}

.map-section--display-map .map-section__image {
    display: none !important
}

.map-section--load-error .map-section__image {
    display: block !important
}

.gm-style-cc,
.gm-style-cc+div {
    visibility: hidden
}

.image-bar {
    overflow: hidden
}

@media only screen and (max-width: 749px) {
    .image-bar {
        max-width: 400px;
        margin: 0 auto
    }
}

.image-bar__item {
    display: block;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.image-bar__link:hover .image-bar__overlay:before,
.image-bar__link:focus .image-bar__overlay:before {
    opacity: .8
}

.image-bar__link:focus {
    position: relative;
    z-index: 2
}

.image-bar__link:focus .image-bar__content {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color
}

.image-bar__content,
.image-bar__item {
    position: relative;
    width: 100%
}

.image-bar--x-small .image-bar__content,
.image-bar--x-small .image-bar__item {
    height: 94px
}

.image-bar--small .image-bar__content,
.image-bar--small .image-bar__item {
    height: 225px
}

.image-bar--medium .image-bar__content,
.image-bar--medium .image-bar__item {
    height: 357px
}

.image-bar--large .image-bar__content,
.image-bar--large .image-bar__item {
    height: 488px
}

.image-bar--x-large .image-bar__content,
.image-bar--x-large .image-bar__item {
    height: 582px
}

@media only screen and (min-width: 750px) {

    .image-bar--x-small .image-bar__content,
    .image-bar--x-small .image-bar__item {
        height: 125px
    }

    .image-bar--small .image-bar__content,
    .image-bar--small .image-bar__item {
        height: 300px
    }

    .image-bar--medium .image-bar__content,
    .image-bar--medium .image-bar__item {
        height: 475px
    }

    .image-bar--large .image-bar__content,
    .image-bar--large .image-bar__item {
        height: 650px
    }

    .image-bar--x-large .image-bar__content,
    .image-bar--x-large .image-bar__item {
        height: 775px
    }
}

.image-bar__overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3d4246;
    opacity: .4
}

.image-bar__caption {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .1s cubic-bezier(.44, .13, .48, .87);
    width: 100%;
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

.collection-grid {
    margin-bottom: -22px;
    overflow: auto
}

.collection-grid-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 22px
}

@media only screen and (min-width: 750px) {
    .collection-grid-item {
        margin-bottom: 30px
    }
}

.collection-grid-item__title {
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    padding: 0 5px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .1s cubic-bezier(.44, .13, .48, .87);
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
    hyphens: auto
}

@media only screen and (min-width: 750px) {
    .collection-grid-item__title {
        padding: 0 15px
    }
}

.collection-grid-item__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.collection-grid-item__link:hover .collection-grid-item__title-wrapper:before,
.collection-grid-item__link:focus .collection-grid-item__title-wrapper:before {
    opacity: .8
}

.collection-grid-item__link:focus {
    opacity: 1
}

.collection-grid-item__overlay {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.collection-grid-item__title-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3d4246;
    opacity: .4
}

.custom-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-bottom: -30px;
    margin-left: -30px
}

@media only screen and (max-width: 749px) {
    .custom-content {
        margin-bottom: -22px;
        margin-left: -22px
    }
}

.custom__item {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 30px;
    padding-left: 30px;
    max-width: 100%
}

@media only screen and (max-width: 749px) {
    .custom__item {
        -webkit-flex: 0 0 auto;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 22px;
        margin-bottom: 22px
    }

    .custom__item.small--one-half {
        -webkit-flex: 1 0 50%;
        -moz-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }
}

.custom__item .collection-grid-item {
    margin-bottom: 0
}

.custom__item--image {
    margin: 0 auto;
    padding-left: 0
}

.custom__item-inner {
    position: relative;
    display: block;
    text-align: left;
    max-width: 100%
}

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
    display: block
}

.custom__item-inner--image {
    position: relative;
    margin: 0 auto
}

.custom__image {
    width: 100%;
    display: block;
    position: absolute;
    top: 0
}

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

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

.align--middle-left {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.align--center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: center
}

.align--middle-right {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    text-align: right
}

.align--bottom-left {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end
}

.align--bottom-middle {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: center
}

.align--bottom-right {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    text-align: right
}

.newsletter-section {
    padding-top: 55px
}

.index-section--newsletter-background {
    background-color: #69727b0d
}

.rich-text__heading--large {
    font-size: 1.4em
}

.rich-text__heading--small {
    font-size: .88em
}

.rich-text__text--large {
    font-size: 1.125em
}

.rich-text__text--small {
    font-size: .875em
}

.product-card {
    position: relative
}

.product-card:hover .product-card__image-wrapper,
.product-card:focus-within .product-card__image-wrapper {
    opacity: .8
}

.product-card:hover .product-card__title,
.product-card:focus-within .product-card__title {
    border-bottom-color: #3d4246
}

.product-card__image-with-placeholder-wrapper {
    position: relative
}

.product-card__title {
    border-bottom: 1px solid transparent;
    display: inline
}

@media only screen and (max-width: 749px) {
    .currency-selector {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        background-color: #69727b1a;
        padding: 12px 17px 12px 30px
    }
}

.currency-selector__label {
    font-size: .75em;
    margin-bottom: 0;
    text-transform: uppercase
}

.currency-selector__input-wrapper {
    margin-top: 4px
}

@media only screen and (max-width: 749px) {
    .currency-selector__input-wrapper {
        margin-top: 0;
        width: 100%
    }
}

.currency-selector__input-wrapper .icon {
    left: auto;
    height: 10px;
    margin: 0;
    width: 12px
}

@media only screen and (min-width: 750px) {
    .currency-selector__input-wrapper .icon {
        height: .5em;
        right: 5px;
        width: .5em
    }
}

.currency-selector__dropdown {
    border: none;
    color: #3d4246;
    padding-left: 8px;
    padding-right: 17px
}

@media only screen and (max-width: 749px) {
    .currency-selector__dropdown {
        font-size: .75em;
        font-weight: 700;
        width: 100%
    }
}

[data-section-type=video-section] {
    margin: 0 auto
}

@media only screen and (max-width: 749px) {
    [data-section-type=video-section] {
        transition: width .6s cubic-bezier(.44, .13, .48, .87), height .6s cubic-bezier(.44, .13, .48, .87), padding .6s cubic-bezier(.44, .13, .48, .87)
    }
}

.video-section-wrapper {
    position: relative;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 750px) {
    .video-section-wrapper {
        overflow: hidden
    }
}

@media only screen and (max-width: 749px) {
    .video-section-wrapper {
        overflow: visible !important
    }

    .video-section-wrapper.video-is-playing {
        margin: 0
    }

    .video-section-wrapper.video-is-loaded {
        transition: margin .6s cubic-bezier(.44, .13, .48, .87)
    }
}

.video-section-wrapper--small.video-section-wrapper--min-height {
    min-height: 175px
}

@media only screen and (min-width: 750px) {
    .video-section-wrapper--small.video-section-wrapper--min-height {
        min-height: 475px
    }
}

.video-section-wrapper--medium.video-section-wrapper--min-height {
    min-height: 270px
}

@media only screen and (min-width: 750px) {
    .video-section-wrapper--medium.video-section-wrapper--min-height {
        min-height: 650px
    }
}

.video-section-wrapper--large.video-section-wrapper--min-height {
    min-height: 375px
}

@media only screen and (min-width: 750px) {
    .video-section-wrapper--large.video-section-wrapper--min-height {
        min-height: 775px
    }
}

.video-background-wrapper--no-overlay {
    background-color: #3d424633
}

.video__text-content {
    text-align: center;
    position: relative;
    width: 100%;
    top: 20px;
    opacity: 1;
    transition: all .6s cubic-bezier(.44, .13, .48, .87);
    transition-delay: .3s;
    z-index: 3;
    padding: 40px 0
}

.video-is-playing .video__text-content {
    display: none
}

.video-is-loaded .video__text-content,
.no-js .video__text-content {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.video-is-loaded .video__text-content:after,
.no-js .video__text-content:after {
    opacity: 0;
    visibility: hidden;
    content: none
}

.video__title {
    color: #fff
}

.video-is-paused .video__title {
    display: none
}

.video {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.video--background {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in
}

.autoplay .video-is-loaded .video--background {
    display: block;
    visibility: visible;
    opacity: 1
}

.video--image_with_play {
    display: none;
    opacity: 0;
    visibility: none;
    width: 100%;
    height: 100%;
    transition: all .2s ease-in
}

.video-is-playing .video--image_with_play,
.video-is-paused .video--image_with_play {
    display: block;
    visibility: visible;
    opacity: 1
}

.video-control {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 4;
    transition: all .1s ease-out
}

.video-control__play-wrapper {
    display: none;
    height: 50px
}

@media only screen and (min-width: 750px) {
    .video-control__play-wrapper {
        display: block
    }
}

.video-control__play-wrapper-mobile {
    display: block;
    height: 50px;
    position: absolute;
    top: calc(100% - 25px);
    left: calc(50% - 25px)
}

@media only screen and (min-width: 750px) {
    .video-control__play-wrapper-mobile {
        display: none
    }
}

.video-control__play-wrapper--with-text {
    margin-top: 30px
}

.video-control__play {
    display: flex;
    justify-content: center;
    visibility: visible;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
    margin: 0 auto;
    padding: 5px;
    pointer-events: none
}

.video-background-wrapper .video-control__play {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.video-control__play .icon {
    opacity: .5
}

.video-is-loaded .video-control__play {
    pointer-events: auto
}

.video-is-loaded .video-control__play .icon {
    opacity: 1
}

.video-is-playing .video-control__play {
    display: none;
    visibility: hidden;
    opacity: 0
}

.video-control__play:before {
    content: "";
    display: block;
    width: 2.875rem;
    height: 2.875rem;
    position: absolute;
    margin-left: -1.4375rem;
    border-radius: 50%;
    border: 2px solid white;
    border-top-color: transparent;
    -moz-animation: spin .65s infinite linear;
    -o-animation: spin .65s infinite linear;
    -webkit-animation: spin .65s infinite linear;
    animation: spin .65s infinite linear;
    transition: all .1s ease-out .5s;
    z-index: 5;
    top: 1px;
    left: 50%;
    opacity: .5
}

.video-is-loaded .video-control__play:before,
.video-is-playing .video-control__play:before,
.video-is-paused .video-control__play:before {
    content: none;
    display: none
}

.video-control__close-wrapper {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    z-index: 3
}

.video-is-playing .video-control__close-wrapper,
.video-is-paused .video-control__close-wrapper {
    display: block
}

.video-control__close {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 27px;
    border-radius: 15px;
    background-color: #fff;
    color: #000
}

.video-control__close-wrapper:hover .video-control__close,
.video-control__close-wrapper:focus .video-control__close {
    outline: auto 5px -webkit-focus-ring-color;
    opacity: .7
}

.video-is-playing .video-control__close,
.video-is-paused .video-control__close {
    display: inline-block;
    visibility: visible;
    opacity: 1
}

.video-control__close .icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 auto
}

.video__pause {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    background-color: transparent;
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87)
}

@media only screen and (max-width: 749px) {
    .video__pause {
        display: none
    }
}

.video-is-playing .video__pause {
    display: none
}

.video__pause .icon {
    position: relative;
    color: #ffffff80;
    transition: color .2s cubic-bezier(.44, .13, .48, .87), background-color .2s cubic-bezier(.44, .13, .48, .87)
}

.video__pause:hover,
.video__pause:focus {
    outline: none
}

.video__pause:hover .icon,
.video__pause:focus .icon {
    color: #fff
}

.video__pause .icon-pause {
    width: 12px;
    height: 12px;
    top: 11px
}

.video__pause .icon-play {
    width: 16px;
    height: 16px;
    top: 9px
}

.video__pause-resume,
.video__pause-stop {
    height: 34px;
    width: 34px;
    margin: 0 auto;
    justify-content: center;
    background-color: #0006
}

.video__pause:hover .video__pause-resume,
.video__pause:focus .video__pause-resume,
.video__pause:hover .video__pause-stop,
.video__pause:focus .video__pause-stop {
    background-color: #000000bf
}

.video__pause:focus .video__pause-resume,
.video__pause:focus .video__pause-stop {
    outline: auto 5px -webkit-focus-ring-color
}

.video__pause-stop {
    display: flex
}

.is-paused .video__pause-stop,
.video__pause-resume {
    display: none
}

.is-paused .video__pause-resume {
    display: flex
}

.video__overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #3d4246;
    opacity: .4;
    z-index: 3
}

.video-is-playing .video__overlay {
    opacity: 0
}

.video-is-playing .video__overlay:before {
    content: none
}

.video__image {
    transition: opacity .8s cubic-bezier(.44, .13, .48, .87);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 1
}

@media only screen and (min-width: 750px) {
    .video-background-wrapper .video__image {
        opacity: 0
    }
}

.no-autoplay .video__image {
    opacity: 1
}

.product-recommendations__inner {
    padding: 35px 0
}

@media only screen and (min-width: 750px) {
    .product-recommendations__inner {
        padding: 55px 0
    }
}

/*!Ion.RangeSlider, 2.3.0, Â© Denis Ineshin, 2010 - 2018, IonDen.com, Build date: 2018-12-11 23:23:51*/
.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial, sans-serif
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000
}

.irs-grid-pol.small {
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #ed5565
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #a43540
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #e1e4e9;
    border-radius: 4px
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ed5565;
    border-radius: 4px
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
    background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
    color: #999
}

.irs--big {
    height: 55px
}

.irs--big.irs-with-grid {
    height: 70px
}

.irs--big .irs-line {
    top: 33px;
    height: 12px;
    background-color: #fff;
    background: linear-gradient(to bottom, #dddddd -50%, white 150%);
    border: 1px solid #ccc;
    border-radius: 12px
}

.irs--big .irs-bar {
    top: 33px;
    height: 12px;
    background-color: #92bce0;
    border: 1px solid #428bca;
    background: linear-gradient(to bottom, white 0%, #428bca 30%, #b9d4ec 100%);
    box-shadow: inset 0 0 1px 1px #ffffff80
}

.irs--big .irs-bar--single {
    border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #428bca80
}

.irs--big .irs-handle {
    top: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .3);
    background-color: #cbcfd5;
    background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
    box-shadow: 1px 1px 2px #0003, inset 0 0 3px 1px #fff;
    border-radius: 30px
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: #00000073;
    background-color: #939ba7;
    background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%)
}

.irs--big .irs-min,
.irs--big .irs-max {
    top: 0;
    padding: 1px 5px;
    color: #fff;
    text-shadow: none;
    background-color: #9f9f9f;
    border-radius: 3px
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
    color: #fff;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #428bca;
    background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
    border-radius: 3px
}

.irs--big .irs-grid-pol {
    background-color: #428bca
}

.irs--big .irs-grid-text {
    color: #428bca
}

.irs--modern,
.irs--modern.irs-with-grid {
    height: 55px
}

.irs--modern .irs-line {
    top: 25px;
    height: 5px;
    background-color: #d1d6e0;
    background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
    border: 1px solid #a3adc1;
    border-bottom-width: 0;
    border-radius: 5px
}

.irs--modern .irs-bar {
    top: 25px;
    height: 5px;
    background: #20b426;
    background: linear-gradient(to bottom, #20b426 0%, #18891d 100%)
}

.irs--modern .irs-bar--single {
    border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: #d1d6e080
}

.irs--modern .irs-handle {
    top: 37px;
    width: 12px;
    height: 13px;
    border: 1px solid #a3adc1;
    border-top-width: 0;
    box-shadow: 1px 1px 1px #0000001a;
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(1) {
    position: absolute;
    display: block;
    top: -4px;
    left: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #a3adc1;
    background: white;
    transform: rotate(45deg)
}

.irs--modern .irs-handle>i:nth-child(2) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 10px;
    height: 12px;
    background: #e9e6e6;
    background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
    border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(3) {
    position: absolute;
    display: block;
    box-sizing: border-box;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 5px;
    border-left: 1px solid #a3adc1;
    border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
    border-color: #7685a2;
    background: #c3c7cd;
    background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%)
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
    border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
    border-color: #48536a
}

.irs--modern .irs-min,
.irs--modern .irs-max {
    top: 0;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    color: #fff;
    background-color: #d1d6e0;
    border-radius: 5px
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #20b426;
    color: #fff;
    border-radius: 5px
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #20b426
}

.irs--modern .irs-grid {
    height: 25px
}

.irs--modern .irs-grid-pol {
    background-color: #dedede
}

.irs--modern .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--sharp {
    height: 50px;
    font-size: 12px;
    line-height: 1
}

.irs--sharp.irs-with-grid {
    height: 57px
}

.irs--sharp .irs-line {
    top: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 2px
}

.irs--sharp .irs-bar {
    top: 30px;
    height: 2px;
    background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
    border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
    height: 1px;
    bottom: 21px;
    background-color: #00000080
}

.irs--sharp .irs-handle {
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
    background-color: #000
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
    border-top-color: #000
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 4px;
    opacity: .4;
    background-color: #a804b2;
    border-radius: 2px
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 4px;
    background-color: #a804b2;
    color: #fff;
    border-radius: 2px
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #a804b2
}

.irs--sharp .irs-grid {
    height: 25px
}

.irs--sharp .irs-grid-pol {
    background-color: #dedede
}

.irs--sharp .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--round {
    height: 50px
}

.irs--round.irs-with-grid {
    height: 65px
}

.irs--round .irs-line {
    top: 36px;
    height: 4px;
    background-color: #dee4ec;
    border-radius: 4px
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #006cfa
}

.irs--round .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
    height: 4px;
    bottom: 21px;
    background-color: #dee4ec80
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #006cfa;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 1px 3px #0000ff4d
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--round .irs-min,
.irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: #0000001a;
    border-radius: 4px
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: #fff;
    border-radius: 4px
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #006cfa
}

.irs--round .irs-grid {
    height: 25px
}

.irs--round .irs-grid-pol {
    background-color: #dedede
}

.irs--round .irs-grid-text {
    color: silver;
    font-size: 13px
}

.irs--square {
    height: 50px
}

.irs--square.irs-with-grid {
    height: 60px
}

.irs--square .irs-line {
    top: 31px;
    height: 4px;
    background-color: #dedede
}

.irs--square .irs-bar {
    top: 31px;
    height: 4px;
    background-color: #000
}

.irs--square .irs-shadow {
    height: 2px;
    bottom: 21px;
    background-color: #dedede
}

.irs--square .irs-handle {
    top: 25px;
    width: 16px;
    height: 16px;
    border: 3px solid black;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
    background-color: #f0f6ff
}

.irs--square .irs-min,
.irs--square .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 0;
    padding: 3px 5px;
    background-color: #0000001a
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #000;
    color: #fff
}

.irs--square .irs-grid {
    height: 25px
}

.irs--square .irs-grid-pol {
    background-color: #dedede
}

.irs--square .irs-grid-text {
    color: silver;
    font-size: 11px
}

.range-slider {
    float: left;
    width: 100%;
    margin-bottom: 43px
}

.range-slider .irs--flat {
    height: auto;
    padding: 0 4px
}

.range-slider .irs--flat .irs-line {
    top: 0;
    height: 1px;
    background-color: #ba8d32;
    border-radius: 0
}

.range-slider .irs-min,
.range-slider .irs-max {
    position: absolute;
    display: block;
    cursor: default;
    font-family: Century Schoolbook;
    visibility: visible !important;
    line-height: 33px;
    letter-spacing: 1px;
    color: #202020;
    opacity: 1;
    background: none
}

.range-slider .irs--flat .irs-from,
.range-slider .irs--flat .irs-to,
.range-slider .irs--flat .irs-single {
    visibility: hidden !important;
    display: none
}

.range-slider .irs--flat .irs-bar {
    top: 0;
    height: 1px;
    background-color: #000
}

.range-slider .irs--flat .irs-handle {
    cursor: pointer;
    
    background-size: 20px;
    height: 20px;
    width: 30px;
    top: -8px
}

.range-slider .irs--flat .irs-handle i {
    display: none
}

.range-slider .irs--flat .irs-handle.to {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    top: -11px
}

.extra-controls input[type=text] {
    background: none;
    border: none;
    width: 50px;
    text-align: center;
    border-radius: 0;
    padding: 0;
    background-image: linear-gradient(to right, #010000 84%, transparent 82%);
    background-position: left bottom;
    background-size: 9px 1px;
    background-repeat: repeat-x;
    font-size: 12px;
    line-height: 12px;
    color: #202020;
    display: inline-block;
    letter-spacing: 1px
}

.extra-controls span {
    float: none;
    margin: 0 auto;
    display: inline-block;
    font-size: 12px;
    line-height: 33px
}

.extra-controls {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px
}

.wrapper h3,
.wrapper .h3 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 1px;
    float: left;
    width: 100%
}

.extra-controls span.to_margin {
    margin: 0 15px
}

select:focus {
    width: auto;
    position: relative
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .range-slider .irs--flat .irs-handle {
        background-position: top 2px right 10px
    }
}

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

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

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    position: relative
}

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

.slick-slide img {
    display: block;
    float: left
}

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

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

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

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

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

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    margin-top: -20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    opacity: 1;
    padding: 0;
    border: none;
    outline: 0;
    top: 50%;
    z-index: 11
}

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

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

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

.slick-next:before,
.slick-prev:before {
    content: "";
    height: 16px;
    width: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 45px
}

.slick-next {
    right: 45px
}

.slick-prev:before {
    background-position: center left
}

.slick-next:before {
    background-position: center right
}

.slick-dots {
    position: absolute;
    bottom: 40px;
    list-style: none;
    text-align: center;
    padding: 0;
    width: 100%;
    line-height: 0px
}

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

.slick-dots li button {
    border: 0;
    display: block;
    height: 13px;
    width: 13px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    background: #000;
    border: 0px solid #000
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li.slick-active button {
    background: #39e7cc
}

@media (max-width: 1600px) {
    .slick-prev {
        left: 0px
    }

    .slick-next {
        right: 0px
    }
}

@font-face {
    font-family: Calibre;
    src: url(Calibre-Regular.eot);
    src: url(Calibre-Regular.eot?#iefix) format("embedded-opentype"), url(Calibre-Regular.woff2) format("woff2"), url(Calibre-Regular.woff) format("woff"), url(Calibre-Regular.ttf) format("truetype"), url(Calibre-Regular.svg#Calibre-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Calluna;
    src: url(Calluna-Regular.eot);
    src: url(Calluna-Regular.eot?#iefix) format("embedded-opentype"), url(Calluna-Regular.woff2) format("woff2"), url(Calluna-Regular.woff) format("woff"), url(Calluna-Regular.ttf) format("truetype"), url(Calluna-Regular.svg#Calluna-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Century Schoolbook;
    src: url(CenturySchoolbook.eot);
    src: url(CenturySchoolbook.eot?#iefix) format("embedded-opentype"), url(CenturySchoolbook.woff2) format("woff2"), url(CenturySchoolbook.woff) format("woff"), url(CenturySchoolbook.ttf) format("truetype"), url(CenturySchoolbook.svg#Century\ Schoolbook) format("svg")
}

@font-face {
    font-family: Century Schoolbook;
    src: url(CenturySchoolbook-Bold.eot);
    src: url(CenturySchoolbook-Bold.eot?#iefix) format("embedded-opentype"), url(CenturySchoolbook-Bold.woff2) format("woff2"), url(CenturySchoolbook-Bold.woff) format("woff"), url(CenturySchoolbook-Bold.ttf) format("truetype"), url(CenturySchoolbook-Bold.svg#CenturySchoolbook-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

body {
    font-family: Calibre;
    font-weight: 400;
    background: white;
    color: #202020;
    letter-spacing: 1px
}

.img-responsive {
    max-width: 100%
}

.container {
    max-width: 100%;
    width: 1850px
}

.secondary_container {
    max-width: 100%;
    width: 1580px;
    padding: 0 15px;
    display: inline-block;
    float: none;
    margin: 0 auto;
    vertical-align: middle
}

.heading_text h2,
.heading_text .h2 {
    color: #202020;
    font-size: 36px;
    line-height: 60px;
    margin: 0;
    letter-spacing: 1.8px;
    font-family: Century Schoolbook;
    text-transform: capitalize;
    padding: 0 15px
}

.btn,
.shopify-payment-button .shopify-payment-button__button--unbranded,
.btn:not([disabled]),
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]) {
    font-size: 11px;
    line-height: 33px;
    text-transform: uppercase;
    background: none;
    letter-spacing: 2px;
    position: relative;
    color: #202020;
    padding: 5px 22px;
    border: 1px solid #020000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    font-weight: 600;
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none
}

.main-content {
    padding: 0
}

a.btn.btn--tertiary.btn--narrow:after,
.shopify-payment-button a.btn--tertiary.btn--narrow.shopify-payment-button__button--unbranded:after {
    display: none
}

#open-filters {
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #fff;
    background: #191919;
    padding: 8px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9;
    display: none;
    text-align: center;
    line-height: normal;
    cursor: pointer
}

#open-filters svg {
    height: 25px;
    width: 25px
}

#open-filters svg path {
    fill: #fff
}

.blog_container_width {
    width: 1170px;
    max-width: 100%;
    float: none;
    margin: 0 auto;
    display: inline-block;
    padding: 0 15px
}

.inner_container_width {
    width: 1000px;
    max-width: 100%;
    float: none;
    margin: 0 auto;
    display: inline-block;
    padding: 0 15px
}

.cart-side-panel {
    padding: 0;
    width: 400px;
    max-width: 100%;
    overflow-y: auto;
    z-index: 10000000;
    position: fixed;
    top: 0px;
    right: 0px;
    height: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    background: #fff;
    transform: translate(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%)
}

body.cartOpen .cart-side-panel {
    transform: translate(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}

body.cartOpen {
    position: relative;
    overflow: hidden !important;
    width: 100%;
    float: left;
    cursor: pointer;
    height: 100%
}

.cart-container .heading_text span {
    font-family: Century Schoolbook;
    font-size: 28px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

.cart-close {
    float: right;
    font-family: Gotham Book;
    color: #202020;
    font-size: 18px;
    line-height: 36px
}

.cart-container .heading_text {
    border-bottom: 1px solid #000;
    padding-bottom: 25px
}

.block-cart-header .cart-container {
    padding: 25px 15px
}

.block-cart-header .cart-container .heading_text a svg {
    height: 15px;
    width: 15px
}

.block-cart-header .cart-container .heading_text a svg path {
    fill: #202020
}

.cart-right .product_name a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
    color: #202020
}

.cart-right {
    float: left;
    width: 80%;
    padding-left: 15px
}

.cart-left {
    float: left;
    width: 20%
}

.cart_p_count {
    float: left;
    width: 100%;
    margin-top: 0
}

ul.QuantityBox {
    width: 100%;
    float: left;
    max-width: 111px;
    margin: 9px 0 0;
    border: 1px solid #000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    max-height: 34px
}

ul.QuantityBox li {
    width: 36px;
    height: 32px;
    float: left;
    display: inline-block
}

ul.QuantityBox li a,
ul.QuantityBox li span {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-weight: 300;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #202020;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1
}

ul.QuantityBox li.input-box input {
    padding: 11px 0 0;
    border: none;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #202020;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    background: none;
    border-radius: 0;
    letter-spacing: 1px
}

.product_name h3 .cart_delete,
.product_name .h3 .cart_delete {
    color: #202020;
    position: absolute;
    right: 0;
    top: 0px
}

.product_name h3 .cart_delete svg,
.product_name .h3 .cart_delete svg {
    height: 14px;
    width: 14px
}

.product_name h3 .cart_delete svg path,
.product_name .h3 .cart_delete svg path {
    fill: #202020
}

.product_name {
    position: relative
}

.cart-middle-items .cart-container {
    padding: 0 15px
}

.inner-empty {
    padding: 0 15px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 35%
}

.inner-empty h5,
.inner-empty .h5 {
    font-size: 24px;
    line-height: normal
}

.inner-empty span {
    font-size: 24px;
    line-height: normal;
    font-family: Work Sans, sans-serif;
    font-weight: 600
}

.inner-empty .btn,
.inner-empty .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .inner-empty .shopify-payment-button__button--unbranded {
    margin-top: 50px
}

.cart-right .cart_price {
    float: left;
    margin: 14px 0 0;
    width: 100%
}

.cart-right .cart_price span {
    color: #202020
}

.block-cart-footer {
    width: 100%;
    position: absolute;
    bottom: -120px;
    left: 0px
}

.cart-side-panel .inner_cart_panel .subToggle {
    position: absolute;
    padding-bottom: 120px;
    width: 100%
}

.cart-side-panel .inner_cart_panel .subToggle form.cart_ajax_silder_form {
    float: left;
    width: 100%;
    height: 100%;
    position: relative
}

.cart-middle-items {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto
}

.cart-middle-items .cart-container {
    float: left;
    width: 100%
}

.CartItem {
    float: left;
    width: 100%;
    margin: 0 0 20px
}

.block-cart-footer .cart-container {
    padding: 15px 15px 0;
    float: left;
    width: 100%
}

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

.subtotal span {
    float: left;
    font-size: 22px;
    text-transform: capitalize
}

span.cart-total-right {
    float: right
}

.cart-btn {
    float: left;
    width: 100%;
    margin: 15px 0
}

.button_part {
    padding: 0
}

.edit_button {
    float: left
}

.checkout_button {
    float: right
}

header .inner_header_part #cart_block .blockcart .blockimg_part .cart_img a[data-value=item_0] .cart_item_count {
    display: none
}

.cart_item_count {
    background: #ba8d32;
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #fff;
    line-height: 21px;
    font-size: 12px;
    text-align: center;
    right: 0;
    top: -14px;
    padding: 1px 0 0
}

.shopify-challenge__container .shopify-challenge__message {
    color: #202020;
    font-size: 22px
}

.shopify-challenge__container .shopify-challenge__button {
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    line-height: 32px
}

.shopify-challenge__container {
    margin: 60px auto 0 !important
}

.inner_filter_wrapper h2 a,
.inner_filter_wrapper .h2 a {
    float: right;
    height: 14px;
    width: 14px;
    margin-top: 8px
}

.inner_filter_wrapper h2 a svg,
.inner_filter_wrapper .h2 a svg {
    height: 14px;
    width: 14px;
    display: block
}

.inner_filter_wrapper span a {
    float: right;
    height: 14px;
    width: 14px;
    margin-top: 8px
}

.inner_filter_wrapper span a svg {
    height: 14px;
    width: 14px;
    display: block
}

[class*=index-section--flush]:first-child {
    margin: 0;
    padding: 0
}

.btn.product-form__cart-submit,
.shopify-payment-button .shopify-payment-button__button--unbranded {
    float: none;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    padding: 13px 50px;
    color: #fff;
    background: #000;
    border-color: #000;
    font-family: Century Schoolbook;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px
}

.product-form__item--no-variants {
    max-width: 100%;
    width: 100%;
    float: left;
    text-align: left;
    margin: 25px 0 0
}

.dropdown-toggle,
.select_box,
.dropdown_menu_search {
    
}

.open_menu {
    overflow: hidden !important;
    height: 100% !important;
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer
}

.open_menu .mobile_menu_inner {
    transform: translate(0);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%)
}

.mobile_menu_inner {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 10000000;
    background: #fff;
    padding: 0;
    width: 300px;
    left: 0%;
    box-shadow: 0 1px 10px #3b3b4d0a;
    -webkit-box-shadow: 0px 1px 10px rgba(59, 59, 77, .04);
    -moz-box-shadow: 0px 1px 10px rgba(59, 59, 77, .04);
    -o-box-shadow: 0px 1px 10px rgba(59, 59, 77, .04);
    -ms-box-shadow: 0px 1px 10px rgba(59, 59, 77, .04);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transform: translate(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    display: none;
    overflow: auto
}

.mobile_menu_inner .inner_outer {
    width: 100%;
    padding: 10px;
    display: inline-block
}

.mobile_menu_inner .inner_outer .inner_combination {
    float: left;
    width: 100%
}

.mobile_menu_inner .inner_outer .inner_combination .close_menu {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px
}

.mobile_menu_inner .inner_outer .inner_combination .close_menu #mobile_logo {
    float: left;
    width: 60%
}

.mobile_menu_inner .inner_outer .inner_combination .close_menu .navbar-toggler_close {
    background: none;
    border: none;
    font-family: Gotham;
    color: #ba8d32;
    font-weight: 600;
    font-size: 20px;
    line-height: 0;
    float: left;
    width: 100%;
    height: 100%
}

.mobile_menu_inner .inner_outer .inner_combination .close_menu .navbar-toggler_close svg polygon {
    fill: #ba8d32 !important
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav {
    float: left;
    width: 100%;
    margin: 10px 0
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    position: relative
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li a {
    padding: 0
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li a span {
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ba8d32;
    border: none
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li a .icon_down_nav {
    height: 12px;
    width: 12px;
    margin: 0;
    position: absolute;
    top: 17px;
    right: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li a .icon_down_nav polygon {
    fill: #ba8d32
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li .site-nav__dropdown {
    position: relative;
    display: block;
    border: none;
    float: left;
    width: 100%;
    padding: 0;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    display: none
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li .site-nav__dropdown ul {
    padding: 0;
    display: block
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li .site-nav__dropdown ul li {
    display: block;
    width: 100%
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li .site-nav__dropdown ul li a {
    display: inline-block
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li .site-nav__dropdown ul li a.menu_link_img {
    width: 23%
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li .site-nav__dropdown ul li a.site-nav__child-link {
    padding-left: 15px;
    width: 77%;
    white-space: normal
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li .site-nav__dropdown ul li a.site-nav__child-link span {
    line-height: 20px
}

.button_close_menu_media {
    float: right;
    line-height: 0;
    height: 15px;
    width: 15px;
    position: relative;
    z-index: 9;
    margin-top: 9px
}

.mobile_menu_inner .inner_outer .inner_combination .site-nav li a .icon_down_nav path {
    fill: #ba8d32 !important
}

.navbar.mobile_nav {
    float: left;
    padding: 0;
    width: auto;
    display: none
}

.navbar.mobile_nav .menu-toggle {
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: relative
}

.navbar.mobile_nav .menu-toggle svg path {
    fill: #ba8d32
}

.navbar.mobile_nav .menu-toggle .hamburger,
.navbar.mobile_nav .menu-toggle .cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 100%;
    width: 100%
}

.navbar.mobile_nav .menu-toggle .hamburger span,
.navbar.mobile_nav .menu-toggle .cross span {
    display: block;
    width: 35px;
    height: 2px;
    margin-bottom: 9px;
    overflow: hidden;
    position: relative
}

.navbar.mobile_nav .menu-toggle .hamburger span:after,
.navbar.mobile_nav .menu-toggle .hamburger span:before,
.navbar.mobile_nav .menu-toggle .cross span:after,
.navbar.mobile_nav .menu-toggle .cross span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ba8d32;
    transform: translate(-200%);
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transition: transform ease .3s;
    -webkit-transition: transform ease .3s;
    -moz-transition: transform ease .3s;
    -o-transition: transform ease .3s;
    -ms-transform: transform ease .3s;
    left: 0
}

.navbar.mobile_nav .menu-toggle .hamburger span:before,
.navbar.mobile_nav .menu-toggle .cross span:before {
    transform: translate(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}

.navbar.mobile_nav .menu-toggle .hamburger span:after,
.navbar.mobile_nav .menu-toggle .cross span:after {
    transform: translate(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}

.navbar.mobile_nav .menu-toggle .hamburger span:last-child,
.navbar.mobile_nav .menu-toggle .cross span:last-child {
    margin: 0
}

.navbar.mobile_nav .menu-toggle .hamburger span:last-child:before,
.navbar.mobile_nav .menu-toggle .hamburger span:last-child:after,
.navbar.mobile_nav .menu-toggle .cross span:last-child:before,
.navbar.mobile_nav .menu-toggle .cross span:last-child:after {
    transition-delay: .15s;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    -ms-transition-delay: .15s
}

.navbar.mobile_nav .menu-toggle .hamburger span:nth-child(2):before,
.navbar.mobile_nav .menu-toggle .hamburger span:nth-child(2):after,
.navbar.mobile_nav .menu-toggle .cross span:nth-child(2):before,
.navbar.mobile_nav .menu-toggle .cross span:nth-child(2):after {
    transition-delay: 75ms;
    -webkit-transition-delay: 75ms;
    -moz-transition-delay: 75ms;
    -o-transition-delay: 75ms;
    -ms-transition-delay: 75ms
}

.navbar.mobile_nav .menu-toggle:hover .hamburger span:after {
    transform: translate(200%);
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -o-transform: translateX(200%);
    -ms-transform: translateX(200%)
}

.navbar.mobile_nav .menu-toggle:hover .hamburger span:before {
    transform: translate(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0)
}

.navbar.mobile_nav .menu-toggle.active .hamburger span:before {
    transform: translate(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%)
}

.navbar.mobile_nav .menu-toggle.active .hamburger span:after {
    transform: translate(200%);
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -o-transform: translateX(200%);
    -ms-transform: translateX(200%)
}

.navbar.mobile_nav .menu-toggle.active .cross span {
    transition-delay: .45s;
    -webkit-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    -ms-transition-delay: .45s;
    transform: translateY(50%) rotate(45deg) scaleX(1);
    -webkit-transform: translateY(50%) rotate(45deg) scaleX(1);
    -moz-transform: translateY(50%) rotate(45deg) scaleX(1);
    -o-transform: translateY(50%) rotate(45deg) scaleX(1);
    -ms-transform: translateY(50%) rotate(45deg) scaleX(1);
    margin: 9px 0 -8px
}

.navbar.mobile_nav .menu-toggle.active .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(1);
    -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(1);
    -moz-transform: translateY(-50%) rotate(-45deg) scaleX(1);
    -o-transform: translateY(-50%) rotate(-45deg) scaleX(1);
    -ms-transform: translateY(-50%) rotate(-45deg) scaleX(1)
}

.navbar.mobile_nav .menu-toggle .cross span {
    height: 3px;
    background-color: #ba8d32;
    transform: translateY(50%) rotate(45deg) scaleX(0);
    -webkit-transform: translateY(50%) rotate(45deg) scaleX(0);
    -moz-transform: translateY(50%) rotate(45deg) scaleX(0);
    -o-transform: translateY(50%) rotate(45deg) scaleX(0);
    -ms-transform: translateY(50%) rotate(45deg) scaleX(0);
    margin-bottom: 2px;
    transition: transform ease .2s;
    -webkit-transition: transform ease .2s;
    -moz-transition: transform ease .2s;
    -o-transition: transform ease .2s;
    -ms-transform: transform ease .2s
}

.navbar.mobile_nav .menu-toggle .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(0);
    -webkit-transform: translateY(-50%) rotate(-45deg) scaleX(0);
    -moz-transform: translateY(-50%) rotate(-45deg) scaleX(0);
    -o-transform: translateY(-50%) rotate(-45deg) scaleX(0);
    -ms-transform: translateY(-50%) rotate(-45deg) scaleX(0)
}

.site-nav--has-dropdown.megamenu.active .icon_down_nav {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg)
}

header {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 28px 0;
    background: transparent;
    z-index: 9;
    text-align: center;
    line-height: 0;
    z-index: 10
}

header .anouncebar {
    padding: 10px 0 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

header .inner_header_part {
    display: table;
    width: 100%;
    padding: 0 47px;
    position: relative
}

header .inner_header_part .left_nav {
    width: 38.5%;
    text-align: left
}

header .inner_header_part .left_nav .nav_bar_menu {
    margin: 0
}

header .inner_header_part .contact_bar {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 57px
}

header .inner_header_part .contact_bar .inner_contact_bar {
    line-height: 17px
}

header .inner_header_part .contact_bar .inner_contact_bar span.contact_icon svg {
    height: 14px;
    width: 14px;
    margin-right: 6px;
    float: left;
    margin-top: -2px
}

header .inner_header_part .contact_bar .inner_contact_bar span.contact_icon svg path {
    fill: #ba8d32
}

header .inner_header_part .center_nav {
    width: 23%;
    position: relative;
    text-align: center
}

header .inner_header_part .right_nav {
    width: 38.5%;
    text-align: right
}

header .inner_header_part #cart_block {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

header .inner_header_part #cart_block .blockcart .blockimg_part .cart_img .shop_cart_count {
    float: left;
    width: 100%;
    line-height: 0
}

header .inner_header_part #cart_block .blockcart .blockimg_part .cart_img .shop_cart_count .icon_cart {
    display: inline-block;
    line-height: 0
}

header .inner_header_part #cart_block .blockcart .blockimg_part .cart_img .shop_cart_count .icon_cart svg {
    width: 26px;
    height: 26px
}

header .inner_header_part #cart_block .blockcart .blockimg_part .cart_img .shop_cart_count .icon_cart svg path {
    fill: #ba8d32
}

header .inner_header_part #cart_block .blockcart .blockimg_part .cart_img .shop_cart_count .icon_cart svg .st0 {
    stroke: #ba8d32
}

header .inner_header_part .search_bar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px
}

header .inner_header_part .search_bar .search_widget {
    position: relative
}

header .inner_header_part .search_bar .search_widget form {
    position: relative
}

header .inner_header_part .search_bar .search_widget form .input_srch_group {
    display: none;
    right: 0;
    top: 90px;
    position: fixed;
    width: 1820px;
    left: 40px;
    background: #fff;
    padding: 35px 25px
}

header .inner_header_part .search_bar .search_widget form input[type=search] {
    color: #ba8d32;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 1px;
    background: transparent;
    border: none;
    text-align: left;
    border-bottom: 1px solid #ba8d32;
    padding: 0 120px 0 0;
    min-width: 400px;
    width: 100%
}

header .inner_header_part .search_bar .search_widget form input[type=search]:focus {
    outline: 0
}

header .inner_header_part .search_bar .search_widget form .search_icon {
    color: #ba8d32;
    font-size: 22px;
    line-height: 16px;
    letter-spacing: 3px;
    background: transparent;
    border: none;
    text-align: left;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 45px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transform-origin: right center;
    overflow: hidden;
    width: auto
}

header .inner_header_part .search_bar .search_widget form .search_icon svg {
    height: 23px;
    width: 0px;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out
}

header .inner_header_part .search_bar .search_widget form .search_icon svg path {
    fill: #ba8d32
}

header .inner_header_part .search_bar .search_widget form .search_icon .text_icon {
    float: left;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

header .inner_header_part>div {
    float: none;
    display: table-cell;
    vertical-align: bottom
}

header .nav_bar_menu {
    margin-top: 85px
}

header .nav_bar_menu ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0
}

header .nav_bar_menu ul li {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0
}

header .nav_bar_menu ul li.megamenu {
    position: static
}

header .nav_bar_menu ul li.megamenu .site-nav__dropdown {
    top: 41px;
    left: 47px;
    right: 47px;
    max-width: 100%;
    padding: 40px;
    border: none;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    display: block;
    visibility: hidden;
    box-shadow: 0 0 4px -1px #ddd;
    -webkit-box-shadow: 0 0 4px -1px #ddd;
    -moz-box-shadow: 0 0 4px -1px #ddd;
    -o-box-shadow: 0 0 4px -1px #ddd;
    -ms-box-shadow: 0 0 4px -1px #ddd
}

header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul li {
    text-align: left;
    float: left;
    flex-grow: 0;
    flex-basis: auto;
    padding: 5px 10px
}

header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul li a {
    padding: 0
}

header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul li a span {
    font-size: 13px;
    line-height: 24px
}

header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul li a:hover span {
    color: #202020
}

header .nav_bar_menu ul li.megamenu.active_link>a span {
    color: #202020
}

header .nav_bar_menu ul li.megamenu.active_link>a svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

header .nav_bar_menu ul li.megamenu.active_link>a svg path {
    fill: #202020
}

header .nav_bar_menu ul li.megamenu.active_link>a:after {
    background: #000
}

header .nav_bar_menu ul li a {
    padding: 0 15px 16px;
    display: inline-block;
    vertical-align: middle
}

header .nav_bar_menu ul li a.menu_link_img {
    width: 18%
}

header .nav_bar_menu ul li a.site-nav__child-link {
    width: 82%;
    padding: 0 15px !important;
    white-space: normal
}

header .nav_bar_menu ul li a span {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ba8d32;
    border: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400
}

header .nav_bar_menu ul li a .icon_down_nav {
    height: 11px;
    width: 11px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

header .nav_bar_menu ul li a .icon_down_nav path {
    fill: #ba8d32
}

header .nav_bar_menu ul li a:hover {
    text-decoration: none
}

header .nav_bar_menu ul li a:hover span {
    color: #fff
}

header .nav_bar_menu ul li a:hover .icon_down_nav path {
    fill: #fff
}

header .nav_bar_menu ul li:first-child {
    text-align: left
}

header .nav_bar_menu ul li:first-child a {
    padding-left: 57px
}

header .nav_bar_menu ul li:last-child {
    text-align: right
}

header .nav_bar_menu ul li:last-child a {
    padding-right: 57px
}

header .nav_bar_menu ul li .site-nav__dropdown.open_submenu {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    visibility: visible
}

header .left_nav .nav_bar_menu ul li:first-child,
header .left_nav .nav_bar_menu ul li:last-child {
    text-align: center
}

header .left_nav .nav_bar_menu ul li:first-child a,
header .left_nav .nav_bar_menu ul li:last-child a {
    padding: 0
}

header .contact_bar .inner_contact_bar span,
header .contact_bar .inner_contact_bar span a {
    line-height: 18px;
    text-transform: uppercase;
    border: none;
    font-weight: 400
}

.search_media_icon {
    height: 27px;
    width: 27px;
    float: right;
    cursor: pointer
}

.search_media_icon svg {
    height: 100%;
    width: 100%
}

.search_media_icon svg path {
    fill: #ba8d32
}

.search_media_icon .icon_close {
    display: none;
    height: 23px;
    width: 23px
}

.search_media_icon.active svg {
    display: none
}

.search_media_icon.active svg.icon_close {
    display: inline-block
}

.hero_banner {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center
}

.hero_banner .inner_hero_banner {
    position: relative
}

.hero_banner .inner_hero_banner .image_banner {
    height: calc(100vh - 35px)
}

.hero_banner .inner_hero_banner .image_banner .slider_text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.hero_banner .inner_hero_banner .image_banner .slider_text .description h1,
.hero_banner .inner_hero_banner .image_banner .slider_text .description .h1 {
    text-transform: capitalize;
    line-height: 60px;
    margin-bottom: 31px;
    letter-spacing: 1.8px;
    font-family: Century Schoolbook;
    font-weight: 400
}

.hero_banner .inner_hero_banner .image_banner .slider_text .description .text_desc {
    max-width: 100%;
    width: 950px;
    float: none;
    margin: 20px auto
}

.hero_banner .inner_hero_banner .image_banner .slider_text .description .text_desc p {
    line-height: 40px;
    margin-bottom: 0
}

.hero_banner .inner_hero_banner .image_banner .slider_text .description .btn:hover,
.hero_banner .inner_hero_banner .image_banner .slider_text .description .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.shopify-payment-button .hero_banner .inner_hero_banner .image_banner .slider_text .description .shopify-payment-button__button--unbranded:hover {
    color: #ba8d32 !important;
    border-color: #ba8d32 !important
}

.hero_banner .inner_hero_banner .image_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left
}

.hero_banner .inner_hero_banner .redirect_div_arrow {
    position: absolute;
    bottom: 37px;
    height: 31px;
    width: 31px;
    right: 0;
    left: 0;
    margin: 0 auto
}

.hero_banner .inner_hero_banner .redirect_div_arrow svg {
    height: 31px;
    width: 31px
}

.hero_banner .inner_hero_banner .redirect_div_arrow svg path {
    fill: #fff
}

.colletion_list_div {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px
}

.colletion_list_div .search_bar_collection {
    margin: 40px 0 0
}

.colletion_list_div .inner_container_width .serach_left {
    float: left
}

.colletion_list_div .inner_container_width .search_right {
    float: right
}

.colletion_list_div .inner_container_width .btn_bar {
    float: none;
    margin: 20px auto 0;
    width: 100%;
    display: inline-block;
    vertical-align: middle
}

.colletion_list_div .inner_container_width .dropdown_menu_search {
    width: 200px;
    max-width: 100%;
    color: #202020;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top 6px right 6px;
    background-size: 13px 13px;
    padding: 4px 35px 0 0
}

.colletion_list_div .inner_container_width .dropdown_menu_search option {
    direction: ltr;
    text-align-last: left;
    text-align: -webkit-left
}

.colletion_list_div .inner_container_width .dropdown_menu_search:focus {
    outline: 0
}

.colletion_list_div .heading_text h2,
.colletion_list_div .heading_text .h2,
.colletion_list_div .heading_text .h2 {
    font-weight: 400
}

.colletion_list_div .grid_colection_loop {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px
}

.colletion_list_div .grid_colection_loop .spe_res {
    margin: 0 -10px
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid {
    float: left;
    width: 100%;
    margin: 0
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item {
    padding: 0 10px;
    margin: 30px 0
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail {
    position: relative;
    float: left;
    width: 100%;
    text-align: center
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 0;
    z-index: 9;
    overflow: hidden
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail a img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail a .collection_name {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    margin: 0 auto
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail a .collection_name h3,
.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail a .collection_name .h3 {
    letter-spacing: 1px;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail a .collection_name h3:hover,
.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail a .collection_name .h3:hover {
    color: #ba8d32
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail a:hover img {
    transform: rotate(-5deg) scale(1.1);
    -webkit-transform: rotate(-5deg) scale(1.1);
    -moz-transform: rotate(-5deg) scale(1.1);
    -o-transform: rotate(-5deg) scale(1.1);
    -ms-transform: rotate(-5deg) scale(1.1)
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail:after {
    position: relative;
    padding-bottom: 106.4%;
    content: "";
    display: inline-block;
    width: 100%
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .slick-dots {
    position: relative;
    bottom: 0;
    margin: 0 0 15px
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .slick-dots li {
    height: 2px;
    width: 18px
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .slick-dots li:first-child {
    margin-left: 0
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .slick-dots li:last-child {
    margin-right: 0
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .slick-dots li.slick-active button {
    background: #ba8d32
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .slick-dots li button {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    background: #202020;
    border-radius: 0
}

.colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .slick-dots li button:before {
    display: none
}

.inner_collectio_grid .slick-arrow {
    height: 30px;
    width: 30px
}

.inner_collectio_grid .slick-arrow:before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 0;
    content: ""
}

.inner_collectio_grid .slick-arrow.slick-prev:before {
    
    background-size: 100% 100%
}

.inner_collectio_grid .slick-arrow.slick-next:before {
    
    background-size: 100% 100%
}

.inner_collectio_grid .slick-arrow.slick-prev {
    left: 10px
}

.inner_collectio_grid .slick-arrow.slick-next {
    right: 10px
}

.search_bar_collection .inner_container_width {
    margin: 0 auto;
    padding: 0 15px
}

.image_with_overlay {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center
}

.image_with_overlay .left_banner_div {
    padding-right: 10px
}

.image_with_overlay .right_banner_div {
    padding-left: 10px
}

.image_with_overlay .bottom_banner_div {
    position: relative
}

.image_with_overlay .bottom_banner_div img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%
}

.image_with_overlay .desc_text {
    max-width: 100%;
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 120px 0 128px
}

.image_with_overlay .desc_text p {
    word-break: break-word;
    line-height: 60px;
    letter-spacing: 1.8px;
    font-family: Century Schoolbook;
    text-transform: capitalize;
    margin-bottom: 38px
}

.desc_text ul {
    margin: 36px 0 0 40px;
    width: 80%;
    list-style: disc;
    padding-left: 30px;
    text-align: left;
    float: left
}

.desc_text li {
    font-size: 33px;
    line-height: 58px;
    list-style: disc;
    letter-spacing: 3.5px;
    padding-bottom: 27px;
    color: #202020
}

.desc_text li:last-child {
    padding-bottom: 0
}

.desc_text span {
    font-size: 16px;
    line-height: 34px;
    list-style: disc;
    color: #fff;
    float: left;
    width: 100%
}

.service_cms_block {
    float: left;
    width: 100%;
    margin: 15px 0;
    text-align: center
}

.service_cms_block .cms_service_block {
    margin: 0;
    float: left;
    width: 100%
}

.serv_grid_item {
    margin: 30px 0
}

.serv_grid_item .outer_box .image_section {
    margin-bottom: 14px
}

.serv_grid_item .outer_box .image_section img {
    height: 90px;
    width: 100px
}

.serv_grid_item .outer_box .desc_text_serv {
    width: 43%;
    float: none;
    margin: 0 auto
}

.serv_grid_item .outer_box .desc_text_serv p {
    line-height: 22px
}

.serv_grid_item .outer_box .image_section .img_bg svg {
    width: 50px;
    height: 50px
}

.serv_grid_item .outer_box .image_section .img_bg svg path {
    fill: #202020
}

.image_combine_div {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 0 20px;
    text-align: center
}

.image_combine_div .bg_desc {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 340px;
    max-width: 100%;
    transform: translateY(-50%)
}

.image_combine_div .bg_desc p {
    margin: 0 0 40px;
    word-break: break-word;
    line-height: 60px;
    letter-spacing: 1.8px;
    font-family: Century Schoolbook;
    text-transform: capitalize
}

.image_with_overlay .desc_text p.paratext {
    font-size: 22px;
    line-height: 34px;
    text-transform: unset;
    letter-spacing: 1px;
    max-width: 64%;
    float: none;
    margin: 0 auto
}

.image_with_overlay_bg {
    margin: 20px 0;
    line-height: 0
}

.image_with_overlay_bg .desc_text {
    padding: 93px 0
}

.image_with_overlay_all {
    margin-top: 20px
}

.image_with_overlay_all .right_banner_div .bottom_banner_div:first-child {
    margin-bottom: 20px
}

.image_with_overlay_all .left_banner_div .bottom_banner_div:first-child .desc_text {
    width: 80%;
    padding: 0
}

.footer_block_div {
    float: left;
    width: 100%;
    position: relative;
    text-align: center
}

.footer_block_div .footer_container {
    float: left;
    width: 100%;
    padding: 60px 0 30px
}

.footer_block_div .footer_container .footer_links {
    float: left;
    position: relative
}

.footer_block_div .footer_container .footer_links.footer_link_list {
    width: 43%;
    margin-top: 5px;
    padding: 0 15px;
    text-align: left
}

.footer_block_div .footer_container .footer_links.footer_link_list li {
    padding: 7px 0 0
}

.footer_block_div .footer_container .footer_links.footer_link_list li a {
    font-size: 16px;
    line-height: 30px;
    color: #202020;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    z-index: 9
}

.footer_block_div .footer_container .footer_links.footer_link_list li a:hover {
    text-decoration: none;
    color: #ba8d32
}

.footer_block_div .footer_container .footer_links.footer_link_list li:first-child {
    padding-top: 0
}

.footer_block_div .footer_container .footer_links.footer_logo_div {
    width: auto;
    float: right;
    padding: 0 15px
}

.footer_block_div .footer_container .footer_links.footer_logo_div .footer_desc p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #202020;
    margin-bottom: 11px;
    margin-top: 10px;
    text-align: center
}

.footer_block_div .footer_container .footer_links.newsleter_div {
    width: 100%
}

.footer_block_div .footer_container .footer_links.newsleter_div .contact-form {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 45px
}

.footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter {
    width: 43%;
    position: relative
}

.footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter input[type=email] {
    text-transform: unset;
    background: transparent;
    border: none;
    font-size: 20px;
    line-height: 22px;
    color: #202020;
    letter-spacing: 1px;
    max-width: 100%;
    width: 507px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding: 0 60px 0 0;
    min-height: 30px
}

.footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter input[type=email]:focus {
    outline: 0
}

.footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter .input-group__btn {
    position: absolute;
    right: 0;
    top: 3px;
    width: auto
}

.footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter .input-group__btn .newsletter__submit {
    font-family: Century Schoolbook;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 4px;
    padding: 0;
    margin: 0;
    color: #202020;
    border: none;
    min-height: auto;
    width: 27px;
    height: 29px
}

.footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter .input-group__btn .newsletter__submit:after {
    display: none
}

.footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter .input-group__btn .newsletter__submit:focus {
    outline: 0
}

.footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter .input-group__btn .newsletter__submit svg {
    height: 15px;
    width: 15px
}

.footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter .input-group__btn .newsletter__submit svg polygon {
    fill: #202020
}

.footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter .input-error-message .icon {
    margin-right: 5px
}

.newsleter_div .heading_text h2,
.newsleter_div .heading_text .h2 {
    font-size: 30px;
    font-weight: 400
}

.footer_before {
    float: left;
    width: 100%;
    margin-bottom: 71px
}

.footer_copyright_div {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0 10px;
    border-top: 1px solid #ccc
}

.register_form.register_form_centered {
    text-align: center
}

.register_form.register_form_centered #RegisterForm {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.register_form.register_form_centered #RegisterForm .inner_agreement a {
    color: #ba8d32;
    text-decoration: underline
}

.register_form.register_form_centered #RegisterForm .inner_agreement a:hover {
    color: #202020
}

.collection_template_page .container .collection-header {
    position: relative
}

.collection_template_page .container .page_links {
    float: left;
    width: 100%;
    position: relative;
    padding: 40px 0 10px
}

.collection_template_page .container .page_links .page_iiner_links {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    border: none
}

.collection_template_page .container .page_links .page_iiner_links li {
    flex-grow: 1;
    max-width: 100%;
    padding: 0 40px;
    margin: 0;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    border: none
}

.collection_template_page .container .page_links .page_iiner_links li span {
    line-height: 33px;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    padding-right: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700
}

.collection_template_page .container .page_links .page_iiner_links li span svg {
    height: 12px;
    width: 12px;
    position: absolute;
    top: -1px;
    right: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out
}

.collection_template_page .container .page_links .page_iiner_links li span svg path {
    fill: #202020
}

.collection_template_page .container .page_links .page_iiner_links li span:hover,
.collection_template_page .container .page_links .page_iiner_links li span.active {
    color: #ba8d32 !important
}

.collection_template_page .container .page_links .page_iiner_links li span:hover svg path,
.collection_template_page .container .page_links .page_iiner_links li span.active svg path {
    fill: #ba8d32
}

.collection_template_page .container .page_links .page_iiner_links li span.active svg {
    transform: rotate(180deg)
}

.collection_template_page .container .page_links .page_iiner_links li:first-child {
    padding-left: 0
}

.collection_template_page .container .page_links .page_iiner_links li:last-child {
    padding-right: 0
}

.inner_filter_wrapper .wrapper h3,
.inner_filter_wrapper .wrapper .h3 {
    font-weight: 400
}

.collection_grid_div .inner_grid_part .inner_filter_wrapper .wrapper .filter_head_ttl {
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    font-family: Work Sans, sans-serif;
    text-transform: capitalize;
    margin-bottom: 20px
}

.collection_grid_div .inner_grid_part .inner_filter_wrapper {
    text-align: left
}

.collection_grid_div .inner_grid_part .inner_filter_wrapper h2,
.collection_grid_div .inner_grid_part .inner_filter_wrapper .h2,
.collection_grid_div .inner_grid_part .inner_filter_wrapper span {
    line-height: 33px;
    font-family: Century Schoolbook;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400
}

.collection_grid_div .inner_grid_part .spe_res {
    margin: 0 -10px
}

.collection_grid_div .inner_grid_part .collection_grid_carousel {
    display: flex;
    flex-wrap: wrap
}

.collection_grid_div .inner_grid_part .collection_grid_item {
    padding: 0 10px;
    margin: 10px 0
}

.collection_grid_div .inner_grid_part .collection_grid_item .pro_description {
    text-align: center;
    padding: 15px 0
}

.collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_name {
    float: none;
    margin: 0 20px 0 auto;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 25px;
    letter-spacing: 0px;
    color: #202020
}

.collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_name a {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 3px;
    color: #202020
}

.collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_name a:hover {
    color: #ba8d32
}

.collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_name:after {
    position: absolute;
    content: "";
    right: -2px;
    top: 2px;
    height: 16px;
    width: 2px;
    background: #786a6a
}

.collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_price {
    float: none;
    margin: 0 auto;
    display: inline-block;
    position: relative
}

.collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_price span {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    color: #202020
}

.collection_grid_div .inner_grid_part .collection_grid_item .pro_description .prod-name {
    margin: 0;
    line-height: 32px
}

.collection_grid_div .inner_grid_part .collection_grid_item .pro_description .prod-name a {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    color: #202020
}

.collection_grid_div .inner_grid_part .collection_grid_item .pro_description .prod-name a:hover {
    color: #ba8d32
}

.collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_type,
.collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_sku_code {
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    color: #202020;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 5px 0 0
}

.side_filter_panel {
    width: 20%
}

.collection_pro_grid_part {
    width: 80%;
    text-align: center
}

.rudraksh_collection.collection_pro_grid_part {
    width: 100%
}

.filter_wrapper {
    padding: 0 40px 0 0;
    float: left;
    width: 100%
}

.filter_wrapper .inner_filter_tag .card-header {
    border: none;
    margin: 0;
    background: none;
    width: 100%;
    padding: 15px 0
}

.filter_wrapper .inner_filter_tag .card-header a {
    font-size: 22px;
    line-height: 22px;
    color: #202020;
    position: relative
}

.filter_wrapper .inner_filter_tag .card-header a svg {
    height: 17px;
    width: 17px;
    position: absolute;
    top: 0px;
    right: -33px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.filter_wrapper .inner_filter_tag .card-header a[aria-expanded=true] {
    color: #ba8d32
}

.filter_wrapper .inner_filter_tag .card-header a[aria-expanded=true] svg path {
    fill: #ba8d32
}

.filter_wrapper .card {
    background: none;
    border: none;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0
}

.filter_wrapper .filter_tag_group {
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

.filter_wrapper .filter_tag_group li {
    line-height: 40px;
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.filter_wrapper .filter_tag_group li a {
    font-size: 16px;
    color: #202020;
    line-height: 30px;
    letter-spacing: 1px;
    width: 100%;
    float: left
}

.filter_wrapper .filter_tag_group li a span {
    position: relative;
    display: inline-block
}

.filter_wrapper .filter_tag_group li a span.tag_arow {
    height: 13px;
    width: 13px;
    border: 1px solid #000;
    margin-right: 15px
}

.filter_wrapper .filter_tag_group li a span.tag_arow:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    border-left: 2px solid #000;
    border-bottom: 1px solid #000;
    top: 2px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: none
}

.filter_wrapper .filter_tag_group li.tag-active a span.tag_arow:before {
    display: block
}

.filter_wrapper .filter_bar_bottom {
    float: left;
    width: 100%
}

.inner_filter_wrapper .wrapper {
    margin-top: 30px;
    float: left;
    width: 100%
}

.pagination li {
    display: inline-block;
    height: 35px;
    width: 35px;
    margin: 0 1px
}

.pagination li a {
    font-size: 16px;
    line-height: 40px;
    color: #202020;
    padding: 0;
    border: 1px solid #000;
    float: left;
    height: 100%;
    width: 100%
}

.pagination li a.btn,
.pagination li .shopify-payment-button a.shopify-payment-button__button--unbranded,
.shopify-payment-button .pagination li a.shopify-payment-button__button--unbranded {
    border: none;
    padding: 3px 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400
}

.collection_template_page {
    text-align: center;
    margin-top: 0;
    float: left;
    width: 100%
}

.list--inline.pagination {
    margin: 0 auto;
    padding: 10px 0 40px;
    float: none;
    display: block
}

.pagination li.active a {
    color: #ba8d32;
    border-color: #ba8d32
}

.filter_wrapper .inner_filter_tag .card-header a[aria-expanded=true] svg {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg)
}

.filter_bar_collection .open {
    overflow: visible !important
}

.filter_bar_collection .open:before {
    display: none
}

.filter_bar_collection .dropdown-menu {
    min-width: 125px;
    padding: 10px 12px;
    left: inherit;
    right: 0px;
    margin: 0;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0
}

.filter_bar_collection .dropdown-menu li a {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 3px
}

.coll_pro_image {
    position: relative
}

.coll_pro_image:after {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 107%;
    content: ""
}

.coll_pro_image .coll_pro_thumbnail {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.coll_pro_image .coll_pro_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.page_whyshould_wear {
    float: left;
    width: 100%;
    padding: 30px 0 0
}

.page_whyshould_wear .about_gemstone {
    float: left;
    width: 60%;
    text-align: left;
    padding-right: 25px
}

.page_whyshould_wear .about_gemstone h2,
.page_whyshould_wear .about_gemstone .h2 {
    font-size: 16px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    line-height: 16px
}

.description_gemstone p {
    font-size: 16px;
    line-height: 24px;
    color: #202020
}

.bottom_line_stone p {
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    float: left;
    width: 100%
}

.gemstone_table_desc {
    float: left;
    width: 40%;
    text-align: left;
    padding-left: 25px
}

.table_desc_div li:nth-child(2n+1) {
    background: #f5f5f5
}

.image_slider_text {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    max-width: 90%;
    width: 1200px;
    float: none;
    margin: 0 auto
}

.image_slider_text h1,
.image_slider_text .h1 {
    text-transform: capitalize;
    line-height: 60px;
    letter-spacing: 1.8px;
    font-family: Century Schoolbook;
    margin: 0
}

.filter_bar_collection {
    text-align: right;
    float: left;
    width: 100%;
    margin: 0 0 20px
}

.filter_bar_collection .filter_bar {
    margin: 0
}

.filter_bar_collection .filter_bar label {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0;
    vertical-align: bottom
}

.filter_bar_collection .dropdown-toggle {
    background-position: top 13px right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 170px;
    padding: 0 26px 0 0;
    height: 30px;
    line-height: 45px;
    background-size: 12px;
    border: none;
    text-align: left;
    letter-spacing: 1px
}

.filter_bar_collection .dropdown-toggle:focus {
    outline: 0
}

.filter_bar_collection .dropdown-toggle:after {
    display: none
}

.filter_bar_collection .dropdown-toggle span {
    font-size: 14px;
    color: #202020
}

.filter_bar_collection .filters-toolbar__input-wrapper {
    padding-right: 0;
    background-image: linear-gradient(to right, #010000 80%, transparent 50%);
    background-position: left bottom;
    background-size: 16px 1px;
    background-repeat: repeat-x;
    line-height: 0;
    vertical-align: bottom
}

.template_rudraksh .right_side_pro_desc,
.template_rudraksh .product-form__item--no-variants {
    text-align: left
}

.template_rudraksh .qh-trust-badge__block {
    text-align: left !important
}

.template_rudraksh .qh-trust-badge__block h4,
.template_rudraksh .qh-trust-badge__block .h4 {
    font-family: inherit !important
}

.inner_list_collection .spe_res {
    margin: 0 -10px
}

.inner_list_collection .spe_res ul li {
    float: left;
    width: 25%;
    position: relative;
    padding: 0 10px;
    margin: 10px 0
}

.inner_list_collection .spe_res ul li .thumbnail {
    position: relative
}

.inner_list_collection .spe_res ul li .thumbnail a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 0;
    z-index: 9;
    overflow: hidden
}

.inner_list_collection .spe_res ul li .thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out
}

.inner_list_collection .spe_res ul li .thumbnail a .collection_name {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.inner_list_collection .spe_res ul li .thumbnail a .collection_name h3,
.inner_list_collection .spe_res ul li .thumbnail a .collection_name .h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase
}

.inner_list_collection .spe_res ul li .thumbnail a .collection_name h3:hover,
.inner_list_collection .spe_res ul li .thumbnail a .collection_name .h3:hover {
    color: #ba8d32
}

.inner_list_collection .spe_res ul li .thumbnail a:hover img {
    transform: rotate(-5deg) scale(1.1);
    -webkit-transform: rotate(-5deg) scale(1.1);
    -moz-transform: rotate(-5deg) scale(1.1);
    -o-transform: rotate(-5deg) scale(1.1);
    -ms-transform: rotate(-5deg) scale(1.1)
}

.inner_list_collection .spe_res ul li .thumbnail:after {
    position: relative;
    display: inline-block;
    content: "";
    width: 100%;
    padding-bottom: 106%
}

.thumbanil_image_person {
    text-align: center
}

.all_desc_about p,
.all_desc_about li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #202020;
    margin-bottom: 15px
}

.all_desc_about ul {
    padding: 0 0 0 25px;
    margin: 0
}

.all_desc_about ul li {
    list-style: disc
}

.all_desc_about p a {
    color: #ba8d32;
    text-decoration: underline
}

.all_desc_about p a:hover {
    color: #202020
}

.about_description {
    text-align: center
}

.all_desc_about {
    max-width: 100%;
    width: 1664px;
    float: none;
    margin: 40px auto 0;
    display: inline-block;
    text-align: left
}

.inner_page_content {
    text-align: center
}

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

.text_bg_img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 5px 0 10px
}

.text_bg_img h2,
.text_bg_img .h2 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: normal;
    color: #202020;
    margin: 0;
    letter-spacing: 1.8px;
    font-family: Century Schoolbook
}

.page_heading_text h1,
.page_heading_text .h1,
.page_heading_text h2,
.page_heading_text .h2 {
    color: #202020;
    font-size: 36px;
    line-height: 60px;
    margin: 0;
    letter-spacing: 1.8px;
    font-family: Century Schoolbook;
    text-transform: capitalize
}

.page_desc {
    text-align: left;
    width: 730px;
    max-width: 100%;
    float: none;
    margin: 0 auto;
    padding: 33px 0 0
}

.page_desc p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #202020
}

.page_desc p a {
    color: #ba8d32;
    text-decoration: underline
}

.page_desc p a:hover {
    color: #202020
}

.page_desc p.list_tag {
    margin: 0
}

.page_desc li {
    font-size: 16px;
    color: #202020;
    line-height: 28px;
    list-style: inherit
}

.page_desc li a {
    color: #ba8d32;
    text-decoration: underline
}

.page_desc .decimal_system {
    padding: 0 60px;
    margin-bottom: 22px
}

.page_desc .non_list {
    padding: 0 40px;
    float: left;
    width: 100%
}

.page_desc .non_list li {
    list-style: none
}

.error_inner_content svg {
    height: 70px;
    width: 70px
}

.error_inner_content svg path {
    fill: #e0070f
}

.error_inner_content .error_text h1,
.error_inner_content .error_text .h1 {
    font-size: 33px
}

.error_inner_content .btn.button_back_to_error,
.error_inner_content .shopify-payment-button .button_back_to_error.shopify-payment-button__button--unbranded,
.shopify-payment-button .error_inner_content .button_back_to_error.shopify-payment-button__button--unbranded {
    font-family: Century Schoolbook;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 38px
}

.inner_outer_container {
    float: none;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    width: 1135px;
    max-width: 100%
}

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

.empty-page-content {
    margin: 20px 0;
    padding: 0
}

.inner_part_page {
    min-height: 640px;
    position: relative;
    background-size: cover;
    background-position: center
}

.image_text_error {
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 46%
}

.btn_bottom_error {
    position: absolute;
    bottom: 87px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto
}

.heading_title h1,
.heading_title .h1 {
    font-size: 75.19px;
    line-height: 86px;
    color: #506b66;
    letter-spacing: 0;
    margin: 0
}

.heading_title h2,
.heading_title .h2 {
    font-size: 36.78px;
    text-transform: lowercase;
    letter-spacing: 0;
    line-height: normal;
    margin: 0
}

.desc_label {
    background: #506b66;
    padding: 2px 5px 3px;
    display: inline-block;
    margin: 15px 0 19px
}

.description_tq p {
    font-size: 20px;
    color: #4f8a10;
    line-height: normal;
    letter-spacing: 0;
    margin: 15px 0;
    float: left;
    width: 100%;
    text-align: center
}

.description_tq .desc_label p {
    font-size: 23.04px;
    line-height: normal;
    color: #fff;
    margin: 0
}

.description_tq h3,
.description_tq .h3 {
    font-size: 23.14px;
    color: #506b66;
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 13px
}

a.thankbtn.btn,
.shopify-payment-button a.thankbtn.shopify-payment-button__button--unbranded {
    font-size: 16px;
    font-family: Century Schoolbook;
    text-transform: uppercase;
    color: #506b66;
    letter-spacing: 0;
    line-height: 16px
}

a.thankbtn.btn:after,
.shopify-payment-button a.thankbtn.shopify-payment-button__button--unbranded:after {
    display: none
}

.inner_conteiner_tq {
    position: relative;
    margin-top: 60px
}

.inner_page_container_div {
    width: 730px;
    max-width: 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto
}

span.image_bag {
    float: left;
    width: 100%;
    margin-bottom: 5px
}

.thank_button {
    margin-top: 15px
}

.page_desc ul {
    padding-left: 25px
}

.page_desc ul li {
    margin-bottom: 15px;
    float: left;
    width: 100%
}

.page_desc ol li {
    margin-bottom: 10px
}

.page_desc ul li h6,
.page_desc ul li .h6,
.page_desc h6,
.page_desc .h6 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px
}

ul.sub_inner_point {
    padding-left: 50px
}

.page_terms_desc .sub_inner_point li {
    margin-bottom: 15px;
    float: left;
    width: 100%
}

.page_refund_desc .card-header {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0
}

.page_refund_desc .card-header .card-link {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: table;
    font-size: 18px;
    padding: 10px 30px 10px 0;
    margin-bottom: 0;
    color: #202020;
    position: relative
}

.page_refund_desc .card-header .card-link:after {
    font-family: Advent Pro, sans-serif;
    position: absolute;
    content: ">";
    right: 0;
    transform: rotate(-270deg) translate(-100%);
    -webkit-transform: rotate(-270deg) translateX(-100%);
    -moz-transform: rotate(-270deg) translateX(-100%);
    -o-transform: rotate(-270deg) translateX(-100%);
    -ms-transform: rotate(-270deg) translateX(-100%);
    font-size: 22px;
    top: 37%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.page_refund_desc .card-header .card-link[aria-expanded=true]:after {
    transform: rotate(-90deg) translate(100%);
    -webkit-transform: rotate(-90deg) translateX(100%);
    -moz-transform: rotate(-90deg) translateX(100%);
    -o-transform: rotate(-90deg) translateX(100%);
    -ms-transform: rotate(-90deg) translateX(100%)
}

.page_refund_desc .card-header .card-link>span {
    display: table-cell;
    vertical-align: top;
    float: none
}

.page_refund_desc .card-header .card-link>span.number_faq {
    padding-right: 5px;
    width: 20px
}

.page_refund_desc .card {
    background: none;
    border: none;
    margin-bottom: 6px
}

.page_desc .list-unstyled {
    padding: 0
}

.page_desc .list-unstyled li {
    padding: 0;
    font-size: 16px;
    margin-bottom: 15px
}

.whoshould {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.whoshould a {
    color: #fff;
    text-transform: uppercase;
    background: #ba8d32;
    padding: 8px 20px;
    float: left;
    font-size: 14px;
    letter-spacing: 1px
}

.Ytopaz {
    float: left;
    width: 100%;
    position: relative;
    margin: 30px 0
}

.Ytopaz p {
    margin-bottom: 20px
}

.table_div {
    margin: 10px 0 40px
}

.table_div tr {
    background: #fff;
    display: table;
    width: 100%
}

.table_div tr td {
    padding: 10px 15px;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px
}

.table_div tr td:first-child {
    font-weight: 600;
    font-size: 18px
}

.table_div tr:nth-child(odd) {
    background: #f5f5f5
}

.section-block3 {
    margin-bottom: 40px
}

#accordion_new .card-body {
    display: inline-block;
    width: 100%
}

#accordion_new .card-body p {
    margin: 15px 0;
    padding: 0 25px
}

#accordion_new .card-body p a {
    color: #ba8d32
}

#accordion_new .card-body p a:hover {
    color: #202020
}

.collection_grid_div {
    float: left;
    width: 100%;
    position: relative;
    text-align: center
}

.contact_btn_div {
    text-align: center
}

.contact_btn_div .btn,
.contact_btn_div .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .contact_btn_div .shopify-payment-button__button--unbranded {
    margin: 0
}

.page_contact_temp .contact-form {
    text-align: left;
    margin-top: 10px
}

header .inner_header_part .search_bar .search_widget form .search_icon .icon_close {
    display: none
}

.search_form_data {
    float: left;
    width: 100%;
    margin: 40px 0 0;
    position: relative
}

.input_search_group input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    min-height: 36px;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px 30px 0 60px;
    line-height: 24px
}

.input_search_group input:focus {
    outline: 0
}

.input_search_btun {
    display: inline-block;
    vertical-align: middle;
    line-height: 0
}

.input_search_btun .btn,
.input_search_btun .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input_search_btun .shopify-payment-button__button--unbranded {
    padding: 5px 7px
}

.search_count_product {
    float: left;
    width: 100%;
    margin: 40px 0 0
}

.instruction_label p {
    font-size: 22px;
    color: #202020;
    line-height: 24px
}

.instruction_label p a {
    text-decoration: underline;
    color: #000cff
}

.search_list_item {
    margin: 0;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.search_list_sub_item {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 15px 0;
    padding: 0 10px
}

.search_list_sub_item:last-child {
    border: none
}

.left_serach_pro {
    display: inline-block;
    width: 78%;
    text-align: left;
    vertical-align: middle
}

.right_serach_pro {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    text-align: right
}

.thumbanail_search {
    display: inline-block;
    width: 70px;
    vertical-align: middle;
    line-height: 0
}

.search_pro_name a {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #202020;
    line-height: 18px
}

.search_pro_name a:hover {
    color: #ba8d32
}

.search_pro_name {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px
}

.search_pro_price h3,
.search_pro_price .h3 {
    margin: 0
}

.search_pro_price span {
    font-size: 18px;
    font-weight: 400;
    color: #202020;
    margin: 0
}

.left_side_pro_img {
    float: left;
    width: 63%
}

.left_side_pro_img.sticky_image {
    position: sticky;
    top: 10px
}

.slider-for {
    padding: 0 10px;
    float: left;
    width: 100%;
    margin: 0
}

.slider-for li {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin: 10px 0
}

.product_sub_feature {
    position: relative
}

.product_sub_feature:after {
    position: relative;
    content: "";
    width: 100%;
    display: inline-block;
    padding-bottom: 105%
}

.temp_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.temp_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.product_sub_feature figure {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden
}

.home-product-part {
    float: left;
    width: 100%
}

.recent img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.grid-product__image-link.recent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.figure_image {
    position: relative
}

.figure_image:after {
    position: relative;
    content: "";
    width: 100%;
    display: inline-block;
    padding-bottom: 110%
}

.recent_grid_item {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin: 15px 0
}

#recently-viewed-products {
    padding: 0 10px;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0
}

.product_description_long {
    float: left;
    width: 100%;
    padding: 0 20px;
    position: relative;
    margin: 30px 0 20px
}

.pro_dec_title h2,
.pro_dec_title .h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1.8px;
    margin-bottom: 7px;
    display: inline-block;
    font-family: Century Schoolbook;
    text-transform: capitalize;
    font-weight: 400
}

.inner_pro_desc p {
    font-size: 16px;
    line-height: 24px;
    color: #202020;
    margin-bottom: 15px
}

.recent-title h2,
.recent-title .h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1.8px;
    margin: 0;
    padding: 0 10px;
    font-family: Century Schoolbook;
    font-weight: 400;
    text-transform: capitalize
}

.right_side_pro_desc {
    float: right;
    width: 37%;
    padding: 0 40px;
    text-align: center;
    margin: 25px 0 0
}

.right_side_pro_desc form {
    float: left;
    width: 100%;
    text-align: left
}

.left_hand_field {
    float: left;
    width: 50%;
    margin: 10px 0
}

.left_hand_field h2,
.left_hand_field .h2 {
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
    color: #202020;
    font-family: Century Schoolbook;
    font-weight: 400
}

.left_hand_field span {
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #202020
}

.pro_name_detail h3,
.pro_name_detail .h3 {
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 400
}

.pro_detail_price span {
    font-size: 20px;
    line-height: 40px;
    font-weight: 300;
    color: #202020;
    letter-spacing: 1px;
    font-weight: 400
}

.indian_ruppe_sym {
    height: 12px;
    width: 12px
}

.indian_ruppe_sym path {
    fill: #202020
}

.pro_name_detail {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 100%
}

.pro_detail_price {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 100%;
    margin: 0
}

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

.inner_banner_sec .pro_type {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
    margin-bottom: 0
}

.inner_banner_sec .pro_type:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 14px;
    width: 1px;
    background: #000
}

.inner_banner_sec .pro_type.product_sku_cls {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0;
    padding: 0
}

.pro_detail_price .pro_price {
    margin: 0
}

.prod_dropdown h3,
.prod_dropdown .h3 {
    font-size: 28px;
    line-height: 25px;
    letter-spacing: 1px;
    display: inline-block;
    float: none;
    margin: 0 auto;
    vertical-align: bottom;
    padding-right: 46px
}

.select_box {
    width: 306px;
    border: none;
    border-bottom: 1px solid #000;
    display: inline-block;
    vertical-align: bottom;
    float: none;
    padding: 0 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    min-height: 10px;
    height: 32px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 2px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top 9px right 6px;
    background-size: 16px
}

.select_box:focus {
    outline: 0
}

.user_block {
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    margin: 0 18px 0 57px;
    position: relative
}

.user_icon li a svg {
    height: 26px;
    width: 26px
}

.user_icon li a svg path {
    fill: #ba8d32
}

.toggle-user {
    display: flex;
    position: absolute;
    right: 0;
    top: 50px;
    min-width: 245px;
    width: 245px;
    background: #fff;
    border: 1px solid #fff;
    padding: 0;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    display: block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    box-shadow: 0 0 4px -1px #ddd;
    -webkit-box-shadow: 0 0 4px -1px #ddd;
    -moz-box-shadow: 0 0 4px -1px #ddd;
    -o-box-shadow: 0 0 4px -1px #ddd;
    -ms-box-shadow: 0 0 4px -1px #ddd
}

.toggle-user li {
    float: none;
    margin: 0 14px;
    display: inline-block
}

.toggle-user li a.btn,
.toggle-user li .shopify-payment-button a.shopify-payment-button__button--unbranded,
.shopify-payment-button .toggle-user li a.shopify-payment-button__button--unbranded {
    padding: 5px 0;
    border: none
}

.toggle-user li:last-child {
    margin-bottom: 0
}

.user_icon>li {
    padding: 0 0 25px
}

.user_icon>li:hover .toggle-user {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px)
}

.page_login_temp,
.page_heading_text {
    text-align: center
}

.left_login_detail {
    float: left;
    width: 50%;
    padding-right: 30px;
    text-align: left;
    position: relative
}

#LoginHeading,
#RecoverHeading,
.heading_part h2,
.heading_part .h2 {
    font-size: 22px;
    text-transform: unset;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 400
}

.left_login_detail form {
    width: 500px;
    float: left;
    max-width: 100%
}

.left_login_detail .form-vertical p,
#RecoverPasswordForm p,
.right_login_detail p {
    font-size: 16px;
    color: #202020;
    font-weight: 400
}

.left_login_detail .form-vertical input,
.register_form input,
.register_form select {
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    min-height: 46px;
    height: 46px;
    padding: 25px 0 0;
    letter-spacing: 1px;
    margin: 0;
    color: #202020
}

.input_field_group {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    position: relative;
    padding-top: 15px
}

.left_login_detail .form-vertical input:focus~label,
.left_login_detail .form-vertical .has-content~label,
.register_form input:focus~label,
.register_form .has-content~label {
    top: 0;
    left: 0;
    font-size: 14px;
    opacity: .8;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    -o-opacity: .8;
    -ms-opacity: .8
}

.left_login_detail .form-vertical input:focus,
.register_form input:focus {
    outline: 0;
    border-color: #ba8d32
}

.left_login_detail .form-vertical label,
.register_form label {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    left: 0;
    top: 25px;
    font-size: 16px;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out
}

.recover_pwd_text a,
#HideRecoverPasswordLink {
    float: left;
    width: 100%;
    color: #202020;
    text-decoration: underline;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 18px
}

.recover_pwd_text a:hover,
#HideRecoverPasswordLink:hover {
    color: #ba8d32
}

.contact_btn_div input.btn,
.contact_btn_div .shopify-payment-button input.shopify-payment-button__button--unbranded,
.shopify-payment-button .contact_btn_div input.shopify-payment-button__button--unbranded {
    font-size: 11px;
    line-height: 33px;
    width: auto;
    text-transform: uppercase;
    background: none;
    letter-spacing: 2px;
    position: relative;
    color: #202020;
    padding: 5px 22px;
    border: 1px solid #777777;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    font-weight: 600;
    text-decoration: none
}

.register_form select:focus {
    outline: 0
}

.register_form select+label {
    left: 0;
    top: 0px
}

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

.left_login_detail .form-vertical .recover_pwd_text .btn,
.left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button__button--unbranded {
    border: 1px solid #020000;
    border-bottom: 1px solid #020000;
    padding: 0 22px;
    margin-top: 30px;
    width: auto
}

.left_login_detail .form-vertical .recover_pwd_text .btn:hover,
.left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.shopify-payment-button .left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button__button--unbranded:hover,
.left_login_detail .form-vertical .recover_pwd_text .btn:active,
.left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button .shopify-payment-button__button--unbranded:active,
.shopify-payment-button .left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button__button--unbranded:active,
.left_login_detail .form-vertical .recover_pwd_text .btn:focus,
.left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button .shopify-payment-button__button--unbranded:focus,
.shopify-payment-button .left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button__button--unbranded:focus,
.left_login_detail .form-vertical .recover_pwd_text .btn:active:hover,
.left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button .shopify-payment-button__button--unbranded:active:hover,
.shopify-payment-button .left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button__button--unbranded:active:hover,
.left_login_detail .form-vertical .recover_pwd_text .btn:active:focus,
.left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button .shopify-payment-button__button--unbranded:active:focus,
.shopify-payment-button .left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button__button--unbranded:active:focus,
.left_login_detail .form-vertical .recover_pwd_text .btn:active:hover:focus,
.left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button .shopify-payment-button__button--unbranded:active:hover:focus,
.shopify-payment-button .left_login_detail .form-vertical .recover_pwd_text .shopify-payment-button__button--unbranded:active:hover:focus {
    border-color: #ba8d32
}

.page_login_desc {
    float: left;
    width: 100%;
    margin-top: 40px;
    position: relative
}

.right_login_detail {
    float: right;
    width: 50%;
    padding-left: 30px;
    text-align: left
}

.left_login_detail #RecoverPasswordForm .btn,
.left_login_detail #RecoverPasswordForm .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .left_login_detail #RecoverPasswordForm .shopify-payment-button__button--unbranded {
    width: auto;
    border: 1px solid #020000;
    border-bottom: 1px solid #020000;
    padding: 0 27px;
    margin-top: 20px;
    margin-bottom: 10px
}

.register_form {
    float: left;
    width: 100%;
    text-align: left
}

.register_form h2,
.register_form .h2 {
    font-size: 22px;
    text-transform: unset;
    line-height: 40px;
    letter-spacing: 1px
}

#RegisterForm {
    float: left;
    width: 500px;
    max-width: 100%
}

#RegisterForm .input_field_group {
    margin-bottom: 22px
}

.register_form ._input-tip {
    color: #898989;
    visibility: hidden;
    zoom: 1;
    opacity: 0;
    float: left;
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 13px;
    display: none;
    text-align: left
}

.last_button_register {
    float: left;
    width: 100%;
    margin: 15px 0 0
}

.last_button_register .btn,
.last_button_register .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .last_button_register .shopify-payment-button__button--unbranded {
    width: auto;
    padding: 5px 30px
}

.register_form input:focus~._input-tip {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    visibility: visible;
    display: block
}

.link_to_page h2,
.link_to_page .h2 {
    font-size: 22px;
    text-transform: unset;
    line-height: 40px
}

.link_to_page p {
    font-size: 16px;
    color: #202020;
    font-weight: 400
}

.page_register_desc {
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 40px
}

.link_to_page {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.btn_link_logout {
    margin-top: 25px
}

.btn_link_logout a {
    font-size: 16px;
    line-height: 16px;
    color: #202020;
    border-bottom: 1px solid #000
}

.btn_link_logout a:hover {
    color: #ba8d32;
    border-color: #ba8d32
}

.input_search_group {
    width: calc(100% - 50px);
    position: relative
}

.input_search_btun .btn svg,
.input_search_btun .shopify-payment-button .shopify-payment-button__button--unbranded svg,
.shopify-payment-button .input_search_btun .shopify-payment-button__button--unbranded svg {
    height: 25px;
    width: 25px
}

.input_search_btun .btn,
.input_search_btun .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input_search_btun .shopify-payment-button__button--unbranded {
    padding: 0;
    border: none;
    line-height: 0
}

.input_search_btun {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    position: absolute;
    left: 0px;
    z-index: 9;
    top: 6px
}

.search_count_product .spe_res {
    margin: 0 -10px
}

.search_list_sub_item .pro_name a {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    color: #202020
}

.search_list_sub_item .pro_price span {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    color: #202020
}

.search_list_sub_item .pro_name {
    float: none;
    margin: 0 auto;
    display: inline-block;
    padding-right: 15px;
    position: relative
}

.search_list_sub_item .pro_price {
    float: none;
    margin: 0 auto;
    display: inline-block;
    position: relative
}

.search_list_sub_item .pro_type,
.search_list_sub_item .pro_sku_code {
    font-size: 13px;
    line-height: 21px;
    color: #202020;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 600
}

.search_list_sub_item .pro_description {
    text-align: center;
    padding: 15px 0
}

.search_list_item .prod-name a {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    color: #202020
}

.search_list_item .prod-name a:hover {
    color: #ba8d32
}

.input_field_group.textarea_label label {
    position: relative;
    float: left;
    top: 0;
    margin-bottom: 9px;
    left: 0
}

.contact_detail_form textarea {
    border: 1px solid #000
}

.count_item_cart_page {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px auto 10px
}

.cart_pro_name h3 a,
.cart_pro_name .h3 a {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #202020
}

.cart_pro_name h3 a:hover,
.cart_pro_name .h3 a:hover {
    text-decoration: none;
    border: none;
    color: #ba8d32
}

.pro_variant_title {
    font-size: 14px;
    letter-spacing: 2px;
    color: #202020;
    width: 100%;
    display: inline-block
}

.cart_pro_price h3,
.cart_pro_price .h3 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #202020
}

.cart_pro_name {
    float: none;
    margin: 0 auto;
    display: inline-block;
    padding-right: 15px
}

.cart_pro_price {
    float: none;
    margin: 0 auto;
    display: inline-block;
    padding-left: 15px;
    position: relative
}

.cart_pro_price:after {
    position: absolute;
    content: "";
    border-left: 1px solid #777;
    width: 1px;
    height: 15px;
    top: 5px;
    left: -2px
}

.cart_inner_pro {
    float: left;
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.cart_pro_layout .spe_res {
    margin: 0 -15px
}

.cart-quantity {
    width: 120px;
    position: relative;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 15px auto 0
}

.cart-quantity input {
    float: left;
    width: 33.33%;
    border: none;
    padding: 8px 0;
    text-align: center;
    cursor: pointer
}

.cart-quantity input:focus {
    outline: 0
}

.quantity::-webkit-inner-spin-button,
.quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart-quantity input.quantity {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.pro_description_pro {
    margin: 10px 0 0;
    float: left;
    width: 100%
}

.page_cart_desc {
    float: left;
    width: 100%;
    position: relative
}

.cart_pro_grid_item {
    margin: 33px 0;
    border-bottom: none
}

.cart_footer_block {
    float: left;
    width: 100%;
    background: #fff;
    z-index: 10
}

.cart_footer_block .secondary_container {
    padding: 10px 0;
    border-top: 1px solid #ddd
}

.button_back_to_cart,
.checkout_button_cart {
    float: left
}

.button_back_to_cart .btn,
.button_back_to_cart .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .button_back_to_cart .shopify-payment-button__button--unbranded,
.checkout_button_cart .btn,
.checkout_button_cart .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .checkout_button_cart .shopify-payment-button__button--unbranded {
    padding: 5px 20px;
    height: auto;
    min-height: auto;
    margin: 0 5px
}

.text_cart_total>span {
    font-size: 18px;
    text-transform: uppercase
}

.text_cart_total {
    float: left;
    padding: 9px 0
}

.button_back_to_cart {
    float: left;
    text-align: left;
    padding: 0
}

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

.cart__remove a {
    font-size: 16px;
    border: none;
    text-transform: uppercase;
    color: #202020;
    margin-top: 8px;
    float: left;
    width: 100%;
    text-decoration: underline
}

.cart__remove a:hover {
    color: #ba8d32
}

.cart__remove a svg {
    height: 20px;
    width: 20px
}

.page_sub_collection_temp {
    margin-top: 50px
}

.page_sub_collection_temp h2,
.page_sub_collection_temp .h2 {
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #202020;
    font-size: 24px
}

.gemstone_table_desc .table_desc_div {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    border: 1px solid #ddd
}

.gemstone_table_desc .table_desc_div li {
    list-style: none;
    margin: 0;
    float: left;
    width: 100%;
    background: #f5f5f5;
    line-height: 0
}

.gemstone_table_desc .table_desc_div li .left_table_title_part {
    float: left;
    width: 30%;
    padding: 10px 15px;
    border-right: 1px solid #ddd
}

.gemstone_table_desc .table_desc_div li .left_table_title_part h5,
.gemstone_table_desc .table_desc_div li .left_table_title_part .h5,
.gemstone_table_desc .table_desc_div li .left_table_title_part h3,
.gemstone_table_desc .table_desc_div li .left_table_title_part .h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #202020
}

.gemstone_table_desc .table_desc_div li:nth-child(2n+2) {
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.gemstone_table_desc .table_desc_div li:last-child {
    border: none
}

.gemstone_table_desc .table_desc_div .right_table_data_part {
    float: right;
    width: 69%;
    padding: 10px 15px
}

.gemstone_table_desc .table_desc_div .right_table_data_part span {
    line-height: 20px;
    word-break: break-word
}

.point_of_benifits {
    text-align: left;
    float: left;
    width: 100%;
    margin: 0
}

.point_of_benifits h6,
.point_of_benifits .h6,
.point_of_benifits h3,
.point_of_benifits .h3 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize
}

.point_of_benifits p {
    margin-bottom: 15px
}

.faq_gemstones {
    text-align: left
}

.mw-product-options {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 10px 0 0
}

.mw-product-options .mw-options-container {
    width: 100%;
    float: none;
    margin: 0 auto 30px;
    vertical-align: middle;
    display: inline-block
}

.mw-product-options .mw-options-container .mw-option-select,
.mw-product-options .mw-options-container .mw-option-text {
    float: left;
    width: 100%;
    padding: 10px 0;
    position: relative;
    text-align: left
}

.mw-product-options .mw-options-container .mw-option-select label,
.mw-product-options .mw-options-container .mw-option-text label {
    color: #202020;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: bottom;
    padding-right: 15px;
    text-align: left;
    float: left;
    font-weight: 400;
    width: 26%;
    cursor: auto
}

.mw-product-options .mw-options-container .mw-option-select .mw-option-tooltip,
.mw-product-options .mw-options-container .mw-option-select br,
.mw-product-options .mw-options-container .mw-option-text .mw-option-tooltip,
.mw-product-options .mw-options-container .mw-option-text br {
    display: none !important
}

.mw-product-options .mw-options-container .mw-option-select.metal_here,
.mw-product-options .mw-options-container .mw-option-text.metal_here {
    margin-top: 20px
}

.mw-product-options .mw-options-container .mw-option-select.metal_here label,
.mw-product-options .mw-options-container .mw-option-text.metal_here label {
    width: 14%
}

.mw-product-options .mw-options-container .mw-option-select.metal_here select,
.mw-product-options .mw-options-container .mw-option-text.metal_here select {
    width: 200px
}

.mw-product-options .mw-options-container .mw-option-select.substitute_diamond label,
.mw-product-options .mw-options-container .mw-option-text.substitute_diamond label {
    width: 30%
}

.mw-product-options .mw-options-container .mw-option-text input {
    border: 1px solid #000;
    background: none;
    display: inline-block;
    float: none;
    vertical-align: middle;
    height: 25px
}

.mw-product-options .mw-options-container .mw-option-text label {
    font-size: 18px;
    display: inline-block;
    float: none;
    vertical-align: middle;
    line-height: 21px
}

.mw-product-options .mw-options-container select,
.mw-product-options .mw-options-container input {
    color: #202020;
    width: 302px;
    border: none;
    border-bottom: 1px solid #000;
    vertical-align: bottom;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    min-height: 10px;
    height: 22px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    
    background-size: 16px;
    text-align: left;
    position: relative;
    float: left;
    padding: 0 35px 0 5px;
    max-width: 100%
}

.mw-product-options .mw-options-container select:focus,
.mw-product-options .mw-options-container input:focus {
    outline: 0
}

.mw-product-options .mw-options-container .mw-option-radio {
    margin-top: 35px;
    float: left;
    width: 80%
}

.mw-product-options .mw-options-container .mw-option-radio label {
    text-transform: capitalize;
    cursor: auto;
    font-size: 28px;
    line-height: 25px;
    display: inline-block;
    margin: 0 auto;
    vertical-align: bottom;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding: 0
}

.mw-product-options .mw-options-container .mw-option-radio .mw_options_list {
    float: left;
    width: 100%;
    display: flex;
    margin: 50px 0 0
}

.mw-product-options .mw-options-container .mw-option-radio .mw_options_list li {
    cursor: pointer;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    text-align: center;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 0
}

.mw-product-options .mw-options-container .mw-option-radio .mw_options_list li input {
    cursor: pointer;
    float: left;
    background: transparent;
    -webkit-appearance: none;
    padding: 0;
    height: 12px;
    width: 12px;
    border: 2px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    left: 0
}

.mw-product-options .mw-options-container .mw-option-radio .mw_options_list li input:checked {
    background: #000;
    border: 3px double #fff
}

.mw-product-options .mw-options-container .mw-option-radio .mw_options_list li br {
    display: none;
    -webkit-box-ordinal-group: 4 !important;
    -moz-box-ordinal-group: 4 !important;
    -ms-flex-order: 4 !important;
    -webkit-order: 4 !important;
    order: 4 !important
}

.mw-product-options .mw-options-container .mw-option-radio .mw_options_list li .option-value-label .value-price {
    display: none
}

.mw-product-options .mw-options-container .mw-option-radio .mw_options_list li img {
    width: 55px;
    -webkit-box-ordinal-group: 2 !important;
    -moz-box-ordinal-group: 2 !important;
    -ms-flex-order: 2 !important;
    -webkit-order: 2 !important;
    order: 2 !important;
    float: none;
    margin: 0 auto !important
}

.mw-product-options .mw-options-container .mw-option-radio .mw_options_list .option-value-label {
    font-size: 18px;
    line-height: 40px;
    float: left;
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3 !important;
    -moz-box-ordinal-group: 3 !important;
    -ms-flex-order: 3 !important;
    -webkit-order: 3 !important;
    order: 3 !important
}

.mw-product-options .mw-options-container .mw-option-radio.option_designs,
.mw-product-options .mw-options-container .mw-option-radio.silver_pendant_design {
    width: 100%;
    margin-bottom: 20px
}

.mw-product-options .mw-options-container .mw-option-radio.option_designs .mw_options_list,
.mw-product-options .mw-options-container .mw-option-radio.silver_pendant_design .mw_options_list {
    flex-wrap: wrap;
    margin-top: 30px
}

.mw-product-options .mw-options-container .mw-option-radio.option_designs .mw_options_list li,
.mw-product-options .mw-options-container .mw-option-radio.silver_pendant_design .mw_options_list li {
    width: 33.33%;
    display: flex !important;
    margin: 10px 0;
    flex-grow: 0;
    flex-basis: auto
}

.mw-product-options .mw-options-container .mw-option-radio.option_designs .mw_options_list li .option-value-label,
.mw-product-options .mw-options-container .mw-option-radio.silver_pendant_design .mw_options_list li .option-value-label {
    font-size: 14px;
    color: #202020;
    width: 75%;
    float: none;
    margin: 0 auto;
    line-height: 18px
}

.mw-product-options .mw-options-container .mw-option-radio.option_designs .mw_options_list li img,
.mw-product-options .mw-options-container .mw-option-radio.silver_pendant_design .mw_options_list li img {
    max-width: 100%;
    width: 50%
}

.mw-product-options .mw-options-container .mw-option-radio.ring_metal_type {
    margin: 40px 0 12px
}

.mw-product-options .mw-options-container .mw-option-radio.ring_metal_type label {
    display: none
}

.mw-product-options .mw-options-container .mw-option-radio.ring_metal_type .mw-option-description {
    cursor: pointer;
    display: block;
    float: right;
    width: 70%;
    text-align: left;
    padding: 26px 0
}

.mw-product-options .mw-options-container .mw-option-radio.ring_metal_type .mw-option-description a {
    color: #ba8d32
}

.mw-product-options .mw-options-container .mw-option-radio.ring_metal_type .mw-option-description a:hover {
    color: #202020
}

.mw-product-options .mw-options-container .mw-option-radio.ring_metal_type .mw_options_list {
    width: 30%;
    margin: 0
}

.mw-product-options .mw-options-container .mw-option-radio.ring_metal_type .mw_options_list li {
    display: flex !important
}

.mw-product-options .mw-options-container .mw-option-radio.ring_metal_type .mw_options_list li .option-value-label {
    line-height: 24px
}

.mw-option-radio .mw-option-tooltip,
.mw-option-description {
    display: none
}

.gotra_clan .mw-option-description {
    display: block;
    position: absolute;
    bottom: 0px;
    color: #202020;
    font-size: 16px;
    letter-spacing: 1px;
    left: 0
}

form .mw-validate-required-option label:after {
    position: absolute
}

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

.product_details_desc {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0
}

.product_details_desc .pro_name {
    float: none;
    margin: 0 auto;
    display: inline-block;
    padding-right: 0;
    position: relative
}

.product_details_desc .pro_name a {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    color: #202020;
    font-weight: 400
}

.product_details_desc .pro_name a:hover {
    color: #ba8d32
}

.product_details_desc .pro_price {
    float: none;
    margin: 0 auto;
    display: inline-block;
    padding-left: 0;
    position: relative;
    width: 100%
}

.product_details_desc .pro_price span {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1px;
    color: #202020
}

.subcollection_page .spe_res {
    margin: 0 -10px
}

.subcollection_page .spe_res .collectio-sub_coll {
    margin: 0;
    float: left;
    width: 100%
}

.subcollection_page .spe_res .collectio-sub_coll .collection_grid_item {
    padding: 0 10px;
    margin: 30px 0
}

.subcollection_page .spe_res .collectio-sub_coll .collection_grid_item .thumbnail {
    position: relative;
    float: left;
    width: 100%;
    text-align: center
}

.subcollection_page .spe_res .collectio-sub_coll .collection_grid_item .thumbnail a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 0;
    z-index: 1;
    overflow: hidden
}

.subcollection_page .spe_res .collectio-sub_coll .collection_grid_item .thumbnail a img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out
}

.subcollection_page .spe_res .collectio-sub_coll .collection_grid_item .thumbnail a .collection_name {
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0;
    width: 34%;
    margin: 0 auto
}

.subcollection_page .spe_res .collectio-sub_coll .collection_grid_item .thumbnail a .collection_name h3,
.subcollection_page .spe_res .collectio-sub_coll .collection_grid_item .thumbnail a .collection_name .h3 {
    letter-spacing: 1px;
    line-height: 22px;
    margin: 0;
    color: #fff;
    font-size: 18px
}

.subcollection_page .spe_res .collectio-sub_coll .collection_grid_item .thumbnail a .collection_name h3:hover,
.subcollection_page .spe_res .collectio-sub_coll .collection_grid_item .thumbnail a .collection_name .h3:hover {
    color: #ba8d32
}

.subcollection_page .spe_res .collectio-sub_coll .collection_grid_item .thumbnail a:hover img {
    transform: rotate(-5deg) scale(1.1);
    -webkit-transform: rotate(-5deg) scale(1.1);
    -moz-transform: rotate(-5deg) scale(1.1);
    -o-transform: rotate(-5deg) scale(1.1);
    -ms-transform: rotate(-5deg) scale(1.1)
}

.subcollection_page .spe_res .collectio-sub_coll .collection_grid_item .thumbnail:after {
    position: relative;
    padding-bottom: 106.4%;
    content: "";
    display: inline-block;
    width: 100%
}

.add_address_btn {
    margin-top: 35px
}

.add_address_btn .btn,
.add_address_btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .add_address_btn .shopify-payment-button__button--unbranded {
    padding: 4px 15px 3px
}

#address_form_new,
.edit_form_data {
    float: left;
    width: 100%;
    position: relative
}

#address_form_new .input_field_group,
.edit_form_data .input_field_group {
    width: 50%;
    padding-right: 30px
}

#AddressNewForm {
    margin-bottom: 45px;
    float: left;
    width: 100%
}

#address_default_address_new,
.set_default_address input {
    min-height: 13px;
    height: 13px
}

.register_form label.set_as_default {
    position: relative;
    left: 0;
    top: 0
}

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

.btn_add_class_address {
    float: left;
    width: 100%;
    margin: 40px 0 0
}

.register_form input:focus~label.set_as_default {
    font-size: 16px;
    opacity: .6;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    -o-opacity: .6;
    -ms-opacity: .6
}

.btn_add_class_address input {
    height: auto;
    min-height: auto;
    margin-right: 10px
}

.inner_address_detail_book {
    float: left;
    width: 100%;
    margin: 0;
    position: relative
}

.inner_address_detail_book li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 0 0 20px
}

.inner_address_detail_book li .left_side_address {
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    float: none
}

.inner_address_detail_book li .left_side_address p {
    font-size: 16px;
    color: #202020
}

.inner_address_detail_book li .right_side_btn_address {
    display: inline-block;
    text-align: right;
    width: 49%;
    vertical-align: middle;
    float: none
}

.address-edit-toggle {
    margin-right: 15px
}

.edit_form_data {
    margin: 35px 0 15px
}

.edit_form_data .input_field_group {
    margin: 20px 0
}

.address_detail_book {
    float: left;
    width: 100%;
    position: relative
}

.breadcrumb_banner {
    float: left;
    width: 100%;
    padding: 0 20px;
    margin-top: 30px
}

.inner_nav_breadcrumb a {
    color: #202020;
    font-size: 16px;
    line-height: 30px;
    padding-right: 5px;
    text-transform: capitalize;
    font-family: Century Schoolbook
}

.inner_nav_breadcrumb a:hover {
    color: #ba8d32
}

.right_bcrumb_arrow {
    padding-right: 8px
}

.inner_nav_breadcrumb a:first-child {
    padding-left: 0
}

.mw_cart_line .option-cart-title {
    font-size: 16px;
    font-weight: 700;
    margin-left: 20px;
    letter-spacing: 1px;
    line-height: 24px
}

.mw_cart_line .option-cart-title-content {
    font-size: 14px;
    line-height: 28px
}

.mw-configure-link-container a {
    color: #202020;
    text-decoration: underline;
    margin: 0 0 20px;
    float: left;
    width: 100%
}

.mw-configure-link-container a:after {
    position: absolute;
    
    content: "";
    height: 20px;
    width: 20px;
    background-size: 20px
}

.metafield_fields {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0
}

.footer_logo_div .image_part {
    text-align: center
}

.footer_logo_div .image_part img {
    width: 100px;
    float: none;
    margin: 0 auto
}

.template-product .main-content {
    padding: 0
}

.blog_article_image {
    float: left;
    width: 100%;
    position: relative
}

.container_extra {
    text-align: left;
    margin-top: 10px
}

.post-content table tr td p {
    margin-bottom: 0
}

.post-content p {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 15px;
    color: #202020
}

.post-content p strong {
    color: #202020
}

.post-content .table-responsive-md {
    overflow-x: auto;
    display: block;
    width: 100%
}

.sub_inner_point li p strong {
    margin-top: 25px;
    float: left;
    width: 100%
}

.post_comment {
    float: left;
    width: 100%;
    background: #f1f1f1;
    position: relative;
    padding: 10px 15px 30px;
    margin: 21px 0 20px
}

.blog_article_title {
    font-size: 20px;
    line-height: 58px;
    letter-spacing: 2px;
    color: #202020;
    margin: 0;
    padding: 0 15px
}

.mail_desc_article {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #202020;
    margin-bottom: 12px;
    float: left;
    width: 100%;
    padding: 0 15px
}

.article_comment_div {
    float: left;
    width: 100%;
    text-align: center
}

.article_comment_div textarea,
.article_comment_div input {
    border: none;
    width: 100%
}

.article_comment_div textarea:focus,
.article_comment_div input:focus {
    outline: 0
}

.article_comment_div textarea {
    min-height: 127px;
    resize: none
}

.article_comment_div label {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #202020;
    margin: 5px 0;
    float: left;
    width: 100%;
    text-align: left
}

.article_comment_div .article_input_field label span {
    color: #fe0707;
    font-size: 30px;
    line-height: 35px
}

.submit_post_btn {
    margin-top: 31px
}

.submit_post_btn .btn,
.submit_post_btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .submit_post_btn .shopify-payment-button__button--unbranded {
    border: none;
    background: #cdcdcd
}

.submit_post_btn .btn:hover,
.submit_post_btn .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.shopify-payment-button .submit_post_btn .shopify-payment-button__button--unbranded:hover {
    background: #000 !important;
    color: #fff !important
}

.star_field {
    color: #fe0707;
    font-size: 30px;
    line-height: 35px;
    font-family: Century Schoolbook
}

.article_field_email {
    width: 49%
}

.article_input_name {
    float: right;
    width: 49%
}

.social_share_part .social-sharing {
    float: left;
    width: 100%;
    margin: 0
}

.social_share_part .social-sharing li {
    height: 40px;
    width: 40px;
    float: left;
    position: relative;
    margin: 0 5px
}

.social_share_part .social-sharing li a {
    border: none;
    padding: 0;
    margin: 0;
    line-height: 0
}

.social_share_part .social-sharing li a svg {
    height: 100%;
    width: 100%
}

.social_share_part .social-sharing li:last-child {
    margin-right: 0
}

.social_share_part .social-sharing li:first-child {
    margin-left: 0
}

.below_social_desc_part {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px
}

.blog_page_collection_grid {
    text-align: center;
    margin-top: 50px
}

.blog_article_image figure {
    position: relative;
    margin: 0;
    float: left;
    width: 100%
}

.blog_article_image figure a {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.blog_article_image figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top
}

.blog_article_image figure:after {
    position: relative;
    display: inline-block;
    width: 100%;
    content: "";
    padding-bottom: 76%
}

.blog_desc_title {
    float: left;
    width: 100%;
    padding: 0 0 8px;
    text-align: left
}

.blog_desc_title a h3,
.blog_desc_title a .h3 {
    font-size: 26px;
    line-height: 32px;
    color: #202020;
    margin: 0;
    letter-spacing: 1.8px;
    font-family: Century Schoolbook;
    text-transform: capitalize;
    font-weight: 400
}

.blog_desc_title a h3:hover,
.blog_desc_title a .h3:hover {
    color: #ba8d32
}

.item_of_blog .spe_res {
    margin: 0 -15px
}

.blog_inner_grid {
    margin: 0;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.blog_grid_structure {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    position: relative
}

.inner_top_articles {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0
}

.inner_top_articles .left_blog_image_div {
    width: 25%;
    float: left
}

.inner_top_articles .right_blog_name {
    width: 73%;
    float: left;
    padding-left: 15px
}

.inner_top_articles .right_blog_name h2,
.inner_top_articles .right_blog_name .h2 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: left;
    color: #030200;
    margin: 0;
    font-weight: 400
}

.inner_top_articles .right_blog_name h2:hover,
.inner_top_articles .right_blog_name .h2:hover {
    color: #ba8d32
}

.blog_heading_title h5,
.blog_heading_title .h5 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400
}

.gemkart_art_desc {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 30px;
    color: #202020
}

.inner_blog_list_item .blog_article_image figure {
    width: auto
}

.inner_blog_list_item .blog_article_image figure:after {
    display: none
}

.inner_blog_list_item .blog_article_image figure a {
    position: relative
}

.left_blog_image_div figure {
    float: left;
    width: 100%;
    position: relative;
    margin: 0
}

.left_blog_image_div figure:after {
    position: relative;
    content: "";
    display: inline-block;
    padding-bottom: 95%;
    width: 100%
}

.left_blog_image_div figure a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1
}

.left_blog_image_div figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left
}

.blog_article_image_article {
    float: left;
    width: 100%;
    position: relative
}

.blog_article_image_article .page_heading_text_blog {
    text-align: left;
    margin-top: 20px
}

.blog_article_image_article .page_heading_text_blog h1,
.blog_article_image_article .page_heading_text_blog .h1 {
    color: #202020;
    font-size: 36px;
    line-height: 46px;
    margin: 0;
    letter-spacing: 1.8px;
    font-family: Century Schoolbook;
    text-transform: capitalize
}

.blog_article_image_article figure {
    margin: 0
}

.post-content {
    margin-top: 0 !important
}

.blog_orev_next_btn {
    text-align: center;
    margin: 25px 0 15px;
    float: left;
    width: 100%
}

.blog_orev_next_btn a.btn,
.blog_orev_next_btn .shopify-payment-button a.shopify-payment-button__button--unbranded,
.shopify-payment-button .blog_orev_next_btn a.shopify-payment-button__button--unbranded {
    min-width: 145px
}

.blog_grid_item {
    margin: 10px 0
}

.blog_warpper_title .article__date {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #202020;
    margin: 0
}

.content_of_article {
    float: left;
    width: 100%;
    padding: 20px 0 0
}

.content_of_article p {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    margin-bottom: 15px;
    color: #202020
}

.content_of_article p strong {
    color: #202020;
    font-weight: 500
}

.blog_search_product .input_search_group input {
    padding-left: 0
}

.blog_list_item .blog_article_image figure:after {
    padding-bottom: 45%
}

.sub_content_div span,
.sub_content_div span a {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #202020;
    margin: 0
}

.sub_content_div {
    float: left;
    width: 100%;
    margin: 0 0 15px;
    text-align: left
}

.inner_blog_list_item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
    padding: 0 0 20px
}

.sub_content_div span {
    margin: 0 6px
}

.article_about_gemstone {
    margin-bottom: 40px;
    float: left;
    width: 100%
}

.sort-per-page {
    float: right;
    width: auto;
    padding: 0 15px;
    z-index: 1;
    position: relative
}

.pagination_blog {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 0;
    bottom: 0px
}

.pagination_blog ul {
    padding: 0 !important
}

.sort-per-page label {
    margin: 0;
    vertical-align: middle
}

.load-more-product {
    float: left;
    width: 100%;
    text-align: center;
    margin: 30px 0 0
}

.blog_search_product {
    margin-bottom: 45px;
    float: left;
    width: 100%
}

.blog_search_product .input_search_group {
    width: 100%
}

.blog_search_product .icon_close {
    display: none
}

.blog_search_product .input_search_btun {
    right: 0;
    bottom: 8px;
    left: auto
}

.blog_page_collection_grid .page_heading_text h1,
.blog_page_collection_grid .page_heading_text .h1 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400
}

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

.tag_name_article {
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-size: 10px;
    padding: 12px 0;
    color: #202020;
    letter-spacing: 1px
}

.sticky-service {
    position: static
}

.image_with_overlay_all .right_banner_div .bottom_banner_div:last-child p a {
    color: #fff
}

.image_with_overlay_all .right_banner_div .bottom_banner_div:last-child p a:hover {
    color: #202020;
    text-decoration: underline
}

.qh-trust-badge__block {
    float: left;
    width: 100%;
    text-align: left !important;
    margin: 15px 0 0
}

.qh-trust-badge__block h4,
.qh-trust-badge__block .h4 {
    font-family: Gotham !important;
    line-height: 34px;
    font-size: 18px !important;
    letter-spacing: 1.8px;
    color: #202020 !important;
    margin: 0 !important
}

.template-product .page-container,
.template-blog .page-container {
    overflow: visible
}

.blog_fetaure_data.sticky_right_banner {
    position: sticky;
    top: 10px
}

#blog-sidebar {
    width: 43px;
    height: 44px;
    background: #fff;
    border: 1px solid #b0b0b0;
    border-right: 0px;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 35%;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    line-height: 0px;
    display: none
}

#blog-sidebar svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

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

.button_blog_close {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.link_tab {
    display: none;
    float: left;
    width: 100%
}

.name_of_child_menu a {
    font-size: 14px;
    line-height: 24px;
    float: left;
    width: 100%;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 0 !important
}

header .nav_bar_menu ul.inner_right_menu_div {
    display: none;
    flex-wrap: unset;
    float: left
}

header .nav_bar_menu ul.inner_right_menu_div a {
    font-size: 14px;
    line-height: 30px;
    color: #202020
}

header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul.inner_right_menu_div li a span {
    color: #202020;
    padding-left: 14px
}

header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul.inner_right_menu_div li a span:hover {
    color: #ba8d32
}

.inner_right_menu_div li a img {
    height: 40px;
    width: 60px
}

header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul .name_of_child_menu ul li {
    width: 100%;
    padding: 5px 20px
}

.name_of_child_menu a.active,
.name_of_child_menu a:hover {
    color: #ba8d32
}

.right_tabbed_menu {
    border-left: none;
    padding: 0
}

.name_of_child_menu a svg {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    margin: 4px 0 0 !important;
    float: right
}

.name_of_child_menu a svg path {
    fill: #202020 !important
}

.name_of_child_menu a.active path {
    fill: #ba8d32 !important
}

.name_of_child_menu a.active svg {
    display: block !important
}

header .nav_bar_menu ul li .name_of_child_menu a:hover svg path {
    fill: #ba8d32 !important
}

.page_sitemap_desc {
    text-align: left;
    margin-top: 50px;
    font-weight: 400
}

.page_sitemap_desc h5,
.page_sitemap_desc .h5 {
    text-transform: capitalize;
    margin: 0;
    font-weight: 600
}

.page_sitemap_desc ul.sitemap_inner_links {
    padding: 0;
    margin: 10px 0 0;
    float: left;
    width: 100%
}

.page_sitemap_desc ul.sitemap_inner_links li {
    margin-bottom: 0;
    padding: 9px 0;
    list-style: none;
    width: 33.33%
}

.page_sitemap_desc ul.sitemap_inner_links li a {
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #202020;
    text-transform: capitalize
}

.page_sitemap_desc ul.sitemap_inner_links li a:hover {
    color: #ba8d32
}

ul.sitemap_heading_text {
    float: left;
    width: 100%;
    margin: 15px 0
}

.header_search_bar {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 45px;
    margin-top: 20px;
    display: none
}

.header_search_bar .input_srch_group {
    background: #fff;
    padding: 25px;
    position: relative
}

.header_search_bar .input_srch_group input {
    color: #ba8d32;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 1px;
    background: transparent;
    border: none;
    text-align: left;
    border-bottom: 1px solid #ba8d32;
    padding: 0 40px 0 0;
    min-width: 400px;
    width: 100%
}

.header_search_bar .input_srch_group input:focus {
    outline: 0
}

.header_search_bar .input_srch_group .search_icon {
    background: transparent;
    border: none;
    text-align: left;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 31px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transform: all .3s ease-in-out;
    transform-origin: right center;
    overflow: hidden;
    width: auto
}

.header_search_bar .input_srch_group .search_icon svg {
    height: 23px;
    width: 23px;
    transition: all .6s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    fill: #ba8d32
}

.header_search_bar .input_srch_group .search_icon .icon_close {
    display: none
}

.blog_article_image_article img {
    width: 100%;
    object-fit: cover;
    object-position: center
}

.input-error-message {
    display: block;
    width: 100%;
    float: left;
    margin: 15px 0;
    text-align: left
}

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

.article_bottom_div .read_more_burtton_article {
    position: relative;
    text-align: left;
    width: auto
}

.comment_counter_div {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0 0
}

.comment_counter_div span {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #202020;
    margin: 0;
    padding: 0 2px
}

.comment_counter_div span a {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #202020;
    margin: 0
}

.not_availabel_text {
    float: left;
    width: 100%;
    margin: 50px 0 30px
}

.checkout_button_cart .btn.cart__submit-control,
.checkout_button_cart .shopify-payment-button .cart__submit-control.shopify-payment-button__button--unbranded,
.shopify-payment-button .checkout_button_cart .cart__submit-control.shopify-payment-button__button--unbranded {
    background: #ba8d32;
    border-color: #ba8d32;
    color: #fff
}

.checkout_button_cart .btn.cart__submit-control:hover,
.checkout_button_cart .shopify-payment-button .cart__submit-control.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button .checkout_button_cart .cart__submit-control.shopify-payment-button__button--unbranded:hover {
    background: transparent;
    color: #ba8d32
}

.checkout_button_cart .btn.text-link--accent,
.checkout_button_cart .shopify-payment-button .text-link--accent.shopify-payment-button__button--unbranded,
.shopify-payment-button .checkout_button_cart .text-link--accent.shopify-payment-button__button--unbranded {
    border-color: #ba8d32;
    color: #ba8d32
}

.checkout_button_cart .btn.text-link--accent:hover,
.checkout_button_cart .shopify-payment-button .text-link--accent.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button .checkout_button_cart .text-link--accent.shopify-payment-button__button--unbranded:hover {
    color: #fff;
    border-color: #ba8d32;
    background: #ba8d32
}

.inner_cart_detail {
    display: table;
    width: 100%
}

.inner_cart_detail>div {
    float: none;
    display: table-cell;
    vertical-align: middle
}

.text_cart_total {
    text-align: left
}

.checkout_button_cart {
    text-align: right
}

.qtip-content img {
    width: 100%
}

.edit-buttons {
    float: left;
    width: 100%;
    text-align: center
}

.empty_cart_page {
    float: left;
    width: 100%;
    margin: 50px 0 0
}

.home_redirect_link {
    float: left;
    width: 100%;
    margin: 30px 0 0
}

.empty_cart_page h3,
.empty_cart_page .h3 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 30px
}

.content_of_article h5,
.content_of_article .h5 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
    letter-spacing: 2px
}

.top_maring_section {
    text-align: center
}

.post-content {
    margin-top: 30px
}

.product_stickybar .qh-trust-badge__block {
    display: none
}

.product_stickybar {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 99;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.product_stickybar.sticky_prod {
    visibility: visible;
    bottom: 0;
    opacity: 1
}

.lefted_bar_title {
    text-align: left
}

.lefted_bar_title h4,
.lefted_bar_title .h4 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0
}

.last_tabbed_add_to_cart {
    text-align: center
}

.last_tabbed_add_to_cart .product-form__item--no-variants {
    margin: 0;
    text-align: right
}

.last_tabbed_add_to_cart .price-item {
    font-family: Gotham;
    font-size: 28px;
    line-height: 40px;
    font-weight: 300;
    color: #202020;
    letter-spacing: 2px
}

.last_tabbed_add_to_cart .product-form__item--submit {
    margin: 0
}

.last_tabbed_add_to_cart .pro_price {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle
}

.last_tabbed_add_to_cart form {
    display: inline-block;
    vertical-align: middle
}

.product_sticky_detail {
    display: table;
    width: 100%;
    position: relative
}

.product_sticky_detail>div {
    float: none;
    display: table-cell;
    vertical-align: middle;
    width: 33.33%
}

.cart_inner_pro li .pro_thumbanil_image {
    width: 17%;
    vertical-align: top;
    float: left
}

.cart_inner_pro li .pro_description_pro {
    text-align: left;
    padding-left: 30px;
    width: 82%;
    margin-top: 0
}

.cart_inner_pro li .pro_description_pro .option-cart-title {
    margin-left: 0;
    font-size: 16px
}

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

.cart_option_edit_delete .mw-configure-link-container {
    display: inline-block;
    width: 20px;
    margin-right: 15px;
    vertical-align: middle;
    position: relative;
    padding-right: 35px
}

.cart_option_edit_delete .mw-configure-link-container:after {
    position: absolute;
    right: 0;
    content: "";
    background: #000;
    width: 1px;
    height: 17px;
    top: 3px
}

.cart_option_edit_delete .cart__remove {
    display: inline-block !important;
    margin: 0;
    vertical-align: middle;
    position: relative;
    padding-left: 0
}

.product-form__item {
    margin: 0;
    float: left;
    width: 100%;
    padding: 0
}

.qty-out-of-stock {
    font-size: 16px;
    margin-top: 20px;
    color: red;
    float: left;
    width: 100%;
    text-transform: capitalize
}

.item_of_blog {
    width: 70%
}

.blog_fetaure_data {
    width: 30%
}

.wa-chat-button-cta-text {
    font-size: 16px;
    padding-top: 6px
}

.qh-quick-view__block .qh-button__text {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

.qh-quick-view__block .qh-button__wrapper .qh-button.center {
    padding: 12px 10px 6px
}

.qh-qv__modal__block .qh-qv-btn {
    padding: 10px 18px 5px !important
}

.about_us_inner_page {
    float: left;
    width: 100%;
    text-align: center
}

.full_with_blog_article {
    margin-top: 50px
}

.mw_cart_line li span,
.mw_cart_line span {
    font-size: 16px
}

.mw-edit-options-container {
    z-index: 99999999
}

.mw-edit-options-container .close-popup a {
    font-size: 32px;
    color: #202020
}

.sort-per-page #paginateBy {
    font-size: 16px;
    line-height: 22px;
    color: #030200;
    padding: 5px 8px 0;
    border: 1px solid #ba8d32;
    width: 55px;
    height: 35px;
    border-radius: 0
}

.contact_detail_form {
    float: left;
    width: 50%;
    position: relative
}

.contact_detail_form textarea {
    height: 100px
}

.contact_detail_form label {
    padding-bottom: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    margin-top: 5px
}

.contact_detail_right {
    float: left;
    text-align: left;
    width: 50%;
    padding-left: 40px;
    margin-top: 32px
}

.heading_form {
    float: left;
    width: 100%;
    text-align: left
}

.heading_form h3,
.heading_form .h3 {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.heading_form p {
    margin-bottom: 20px
}

.contant_section .page_heading_text h1,
.contant_section .page_heading_text .h1 {
    display: none
}

.contant_section .heading_form h3,
.contant_section .heading_form .h3 {
    font-weight: 400
}

.contant_section .inner_content_section {
    float: left;
    width: 100%
}

.search_form_data form .input_search_group {
    float: none;
    margin: 0 auto;
    width: 500px;
    max-width: 100%
}

.contact_btn_div {
    text-align: left
}

.inner_combination .contact_bar span svg {
    height: 14px;
    width: 14px
}

.inner_combination .contact_bar span svg path {
    fill: #ba8d32
}

.inner_combination .contact_bar span a {
    font-size: 14px;
    color: #ba8d32;
    line-height: 18px
}

.input_field_group label span {
    color: red;
    font-size: 24px;
    position: absolute;
    top: -7px
}

.not_availabel_text h5,
.not_availabel_text .h5 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px
}

.heading_form p,
.inner_contact_detail_desc p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #202020
}

.inner_contact_detail_desc p {
    margin-bottom: 10px
}

.linkfor_map a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #202020;
    text-decoration: underline
}

.search_list_sub_item .pro_name {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 25px;
    letter-spacing: 1px;
    color: #202020
}

.search_list_sub_item .blog_desc_title {
    padding: 15px 0
}

.search_list_sub_item .blog_desc_title h3,
.search_list_sub_item .blog_desc_title .h3 {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 1px;
    color: #202020;
    font-family: Calibre;
    text-align: center
}

.search_list_sub_item .blog_article_image figure a {
    position: relative
}

.search_list_sub_item .blog_article_image figure:after {
    padding-bottom: 0
}

.search_list_sub_item .pro_description .pro_name {
    margin-right: 15px
}

.search_list_sub_item .pro_description .pro_name:after {
    position: absolute;
    content: "";
    right: -2px;
    top: 2px;
    height: 16px;
    width: 2px;
    background: #786a6a
}

.form-message--success,
.form-message--error {
    clear: both
}

.contact_detail_right a {
    color: #ba8d32;
    text-decoration: underline
}

.btn.wc_add_to_cart_btn,
.shopify-payment-button .wc_add_to_cart_btn.shopify-payment-button__button--unbranded {
    float: none;
    margin: 0 auto;
    display: inline-block;
    width: auto;
    padding: 3px 20px;
    color: #fff;
    background: #000;
    border-color: #000;
    font-family: Century Schoolbook;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px
}

.post-content a {
    color: #ba8d32;
    text-decoration: underline
}

.post-content a:hover {
    color: #202020
}

.btn.blog_disabled,
.shopify-payment-button .blog_disabled.shopify-payment-button__button--unbranded {
    pointer-events: none;
    opacity: .7
}

.cart_inner_pro .pro_thumbanil_image img {
    max-width: 260px;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.inner_thumbnail .indian_ruppe_sym,
.product_details_desc .indian_ruppe_sym {
    height: 11px
}

.last_tabbed_add_to_cart .indian_ruppe_sym {
    height: 18px;
    width: 18px
}

.cart_price .indian_ruppe_sym {
    height: 10px;
    width: 10px
}

.cart_pro_price .indian_ruppe_sym,
.value_subtotal .indian_ruppe_sym {
    height: 11px;
    width: 11px
}

header .nav_bar_menu ul li a.child_active {
    position: relative
}

header .nav_bar_menu ul li a.child_active span {
    color: #202020
}

header .nav_bar_menu ul li a.child_active svg path {
    fill: #202020
}

.inner_right_menu_div .sub_child_active span {
    color: #ba8d32 !important
}

.qh-smart-bar__block .qh-link:after {
    position: absolute;
    content: "";
    background: url(//cdn.shopify.com/s/files/1/0262/0981/2559/t/49/assets/close-button.svg?v=50461328476906929031623236406) no-repeat scroll 0 0;
    height: 100%;
    width: 100%;
    background-size: 8px 8px;
    top: 0;
    left: 0
}

.btn_close_blog {
    height: 18px;
    width: 18px;
    float: right
}

.btn_close_blog .btn_close_blog svg {
    height: 100%;
    width: 100%
}

.inner_page_link .page_refund_desc .card-header .card-link[aria-expanded=true] {
    color: #ba8d32
}

.validation-error {
    top: 0 !important;
    left: 0px !important;
    margin-top: 0 !important
}

.cart_inner_pro .option_price_name {
    float: left;
    width: 100%
}

.cart_inner_pro .option_price_name span {
    line-height: 0;
    float: left;
    width: 100%;
    margin: 5px 0;
    padding: 0
}

.cart_inner_pro .option_price_name span h3,
.cart_inner_pro .option_price_name span .h3 {
    line-height: 0;
    margin: 0
}

.cart_inner_pro .option_price_name span h3 a,
.cart_inner_pro .option_price_name span .h3 a {
    line-height: 16px
}

.cart_inner_pro .option_price_name span.cart_pro_name {
    margin: 0 0 5px
}

.product-details__item {
    float: left;
    width: 100%
}

.pro_description_pro .product-details {
    margin: 0;
    float: left;
    width: 100%
}

.cart_inner_pro .option_price_name span:after {
    display: none
}

.mw-edit-options-container .mw-edit-options-form {
    padding: 30px !important
}

.cart-middle-items img {
    height: 90px;
    width: 74px;
    object-fit: cover;
    object-position: center
}

.cart-right .product_name h3,
.cart-right .product_name .h3 {
    margin: 0;
    line-height: 0;
    padding-right: 20px;
    font-weight: 400
}

.search_form_data .icon_close {
    display: none
}

.contant_section .page_heading_text.search_heading h1,
.contant_section .page_heading_text.search_heading .h1 {
    display: block
}

#SearchResultSubmit svg path {
    fill: #010002
}

.template-cart .widgets-filter-overlay {
    display: none
}

.pro_detail_price h3,
.pro_detail_price .h3 {
    float: left
}

.mw-product-options .mw-options-container .mw-option-select.ring_size_system label {
    width: 30%
}

.mw-product-options .mw-options-container .mw-option-select.ring_size_system select,
.mw-product-options .mw-options-container .mw-option-select.substitute_diamond select {
    width: 280px
}

.mw-product-options .mw-options-container .mw-option-select.substitute_diamond label,
.mw-product-options .mw-options-container .mw-option-select.ring_size_selection label {
    width: 30%
}

.mw-product-options .mw-options-container .mw-option-select.ring_size_selection select {
    width: 280px
}

.date_desc {
    float: left;
    width: 100%;
    margin: 40px 0 0
}

.date_desc p {
    font-size: 14px;
    line-height: 22px;
    color: #ba8d32;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px
}

.input_group_newsletter.klaviyo-form {
    width: 43%;
    float: none;
    margin: 45px auto 0
}

.input_group_newsletter.klaviyo-form input {
    border: none !important;
    padding: 0;
    line-height: 22px;
    max-width: 100%;
    width: 507px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .5) !important;
    padding-left: 0 !important;
    padding-right: 40px !important;
    border-radius: 0 !important;
    font-family: Calibre !important
}

.input_group_newsletter.klaviyo-form .ResetElements__Div-sc-8e6zl9-0.FormComponent__StyledFormComponentWrapper-e0xun6-0.needsclick.undefined.bMPQyb {
    position: absolute;
    right: 0;
    height: 30px;
    width: 30px;
    top: 0;
    transition: none !important;
    transform: none !important
}

.input_group_newsletter.klaviyo-form .ResetElements__Div-sc-8e6zl9-0.FormComponent__StyledFormComponentWrapper-e0xun6-0.needsclick.undefined.bMPQyb button {
    padding: 0;
    height: 100%;
    width: 100%;
    transition: none !important;
    transform: none !important
}

.input_group_newsletter.klaviyo-form .ResetElements__Div-sc-8e6zl9-0.FormComponent__StyledFormComponentWrapper-e0xun6-0.needsclick.undefined.bMPQyb button:after {
    cursor: pointer;
    position: absolute;
    content: ">";
    font-family: Advent Pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9;
    color: #202020;
    transition: none !important;
    transform: none !important
}

.ring_size_selection .mw-option-description {
    display: block !important;
    position: absolute !important;
    bottom: -3px !important;
    cursor: pointer;
    color: #ba8d32;
    text-decoration: underline;
    font-size: 15px;
    line-height: 15px
}

.cart-right .option_value_meta {
    font-size: 14px
}

.cart_inner_pro .option_price_name span h3 a:active,
.cart_inner_pro .option_price_name span .h3 a:active,
.cart_inner_pro .option_price_name span h3 a:focus,
.cart_inner_pro .option_price_name span .h3 a:focus {
    border: none
}

.success_logo svg {
    height: 70px;
    width: 70px
}

.description_tq h1,
.description_tq .h1 {
    color: #4f8a10
}

.select_val_pro_blog {
    width: 20px;
    position: absolute;
    left: 30px;
    height: 100%;
    top: 0;
    border: none;
    border-radius: 0;
    font-size: 26px;
    padding: 0;
    line-height: 47px
}

.select_val_pro_blog svg {
    height: 17px;
    width: 17px
}

.select_val_dropdown {
    position: absolute;
    left: 0;
    top: 98%;
    border: 1px solid #777;
    width: 100%;
    text-align: left;
    padding: 5px 0 3px;
    display: none;
    z-index: 9;
    background: #fff
}

.select_val_dropdown li {
    font-size: 18px;
    text-transform: capitalize;
    padding: 3px 15px;
    cursor: pointer
}

.pfa_banner {
    width: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 300px 0
}

.pfa_banner h1,
.pfa_banner .h1 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    font-family: Century Schoolbook;
    letter-spacing: .15em
}

.pfa_middle {
    padding: 150px 0;
    width: 100%;
    float: left;
    position: relative
}

.pfa_logo_list {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 700px;
    text-align: center
}

.pfa_logo_wrap {
    position: relative;
    display: inline-block
}

.pfa_logo_wrap figure {
    opacity: 0;
    max-width: 300px;
    position: relative;
    z-index: 1
}

.pfa_logo_wrap.active figure,
.pfa_logo_wrap:first-child figure {
    opacity: 1
}

.pfa_logo_wrap:first-child {
    opacity: 1
}

.pfa_logo_wrap:after {
    content: "";
    position: absolute;
    border-bottom: 5px dotted #818181
}

.pfa_logo_wrap.pfa_list_1 {
    left: 0
}

.pfa_logo_wrap.pfa_list_1:after {
    left: 100%;
    top: 42%;
    width: 134px
}

.pfa_logo_wrap.pfa_list_2 {
    left: 120px
}

.pfa_logo_wrap.pfa_list_2:after {
    top: 121px;
    left: 85px;
    width: 175px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg)
}

.pfa_logo_wrap.pfa_list_3 {
    left: 70px;
    top: 170px
}

.pfa_logo_wrap.pfa_list_3:after {
    top: 88px;
    left: 150px;
    width: 155px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg)
}

.pfa_logo_wrap.pfa_list_4 {
    left: 30px;
    top: 330px
}

.pfa_logo_wrap.pfa_list_4:after {
    top: 146px;
    left: 60px;
    width: 152px;
    transform: rotate(78deg);
    -webkit-transform: rotate(78deg);
    -moz-transform: rotate(78deg);
    -o-transform: rotate(78deg);
    -ms-transform: rotate(78deg)
}

.pfa_logo_wrap.pfa_list_5 {
    left: -180px;
    top: 550px
}

.pfa_logo_wrap.pfa_list_5:after {
    top: 86px;
    left: 238px;
    width: 230px;
    transform: rotate(11deg);
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -o-transform: rotate(11deg);
    -ms-transform: rotate(11deg)
}

.pfa_logo_wrap.pfa_list_6 {
    left: 0;
    top: 640px
}

.pfa_logo_wrap.pfa_list_6:after {
    left: 0;
    width: 220px;
    left: 105px;
    top: -100%;
    transform: rotate(111deg);
    -webkit-transform: rotate(111deg);
    -moz-transform: rotate(111deg);
    -o-transform: rotate(111deg);
    -ms-transform: rotate(111deg)
}

.pfa_logo_wrap.pfa_list_7 {
    right: 60px;
    top: 370px;
    position: absolute
}

.pfa_logo_wrap.pfa_list_7:after {
    top: 10px;
    width: 352px;
    right: 100%;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg)
}

header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul li .firstli .semi-precious-gemstones svg {
    display: none !important
}

.image_with_overlay_all .btn,
.image_with_overlay_all .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .image_with_overlay_all .shopify-payment-button__button--unbranded {
    color: #fff;
    border-color: #fff;
    margin-top: 60px
}

.image_with_overlay_all .btn:hover,
.image_with_overlay_all .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.shopify-payment-button .image_with_overlay_all .shopify-payment-button__button--unbranded:hover {
    color: #202020;
    border-color: #202020
}

.ql-editor p strong,
.ql-editor p span {
    font-family: Calibre !important
}

.ql-editor p strong {
    font-weight: 500 !important
}

.ql-editor p span {
    letter-spacing: 1px !important
}

header .contact_bar .inner_contact_bar span a:hover {
    text-decoration: underline !important
}

header .nav_bar_menu ul li a:hover span {
    color: #000
}

header .nav_bar_menu ul li a:hover svg path {
    fill: #000 !important
}

.template-index header .nav_bar_menu ul li.megamenu.active_link>a span {
    color: #fff
}

.template-index header .nav_bar_menu ul li.megamenu.active_link>a svg path {
    fill: #fff
}

.template-index header .nav_bar_menu ul li.megamenu.active_link>a:after {
    background: #fff
}

.template-index header .nav_bar_menu ul li a:hover span {
    color: #fff
}

.template-index header .nav_bar_menu ul li a:hover .icon_down_nav path {
    fill: #fff !important
}

.template-index header {
    position: absolute
}

.template-index header .nav_bar_menu ul li .name_of_child_menu a:hover svg path {
    fill: #ba8d32 !important
}

.radio_reg [type=radio] {
    float: left;
    width: 22px;
    height: 22px;
    min-height: 2px;
    margin-right: 6px;
    background: transparent;
    -webkit-appearance: inherit;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0;
    position: relative
}

.radio_reg [type=radio]:after {
    content: "";
    position: absolute;
    height: auto;
    width: auto;
    background: #000;
    border-radius: 50%;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    display: none
}

.radio_reg [type=radio]:focus {
    outline: none;
    border-color: #000
}

.radio_reg [type=radio]:checked:after {
    display: block
}

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

.radio_button {
    float: left;
    margin-right: 15px;
    margin-left: 10px
}

.password-match {
    display: none;
    text-transform: capitalize;
    color: red
}

.register_form input::placeholder {
    opacity: 1
}

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

.agreement_check {
    float: left;
    width: 100%;
    text-align: left;
    display: table;
    margin: 25px 0
}

.agreement_check .inner_agreement {
    display: table-cell;
    float: none;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.agreement_check .inner_agreement input {
    height: 20px;
    min-height: 20px;
    vertical-align: middle;
    margin-right: 20px
}

.agreement_check span {
    float: none;
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.last_button_register .btn:disabled,
.last_button_register .shopify-payment-button .shopify-payment-button__button--unbranded:disabled,
.shopify-payment-button .last_button_register .shopify-payment-button__button--unbranded:disabled {
    background: none;
    border: 1px solid #202020;
    letter-spacing: 2px
}

.last_button_register .btn:disabled:hover,
.last_button_register .shopify-payment-button .shopify-payment-button__button--unbranded:disabled:hover,
.shopify-payment-button .last_button_register .shopify-payment-button__button--unbranded:disabled:hover {
    border-color: #ba8d32
}

form.reset_pwd_form {
    width: 500px;
    text-align: left;
    max-width: 100%
}

.btn.mt-20,
.shopify-payment-button .mt-20.shopify-payment-button__button--unbranded {
    margin-top: 20px
}

.tab_menu_acoount {
    text-align: right;
    padding-right: 43px;
    border-right: 1px solid #777;
    margin-right: -1px
}

.tab_menu_acoount .nav-tabs {
    border: none
}

.tab_menu_acoount .nav-tabs li.nav-item {
    margin-bottom: 5px;
    width: 100%;
    margin-left: 0
}

.tab_menu_acoount .nav-tabs li.nav-item a {
    line-height: 28px;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #202020;
    border: none;
    padding: 0
}

.tab_menu_acoount .nav-tabs li.nav-item a.active {
    color: #ba8d32
}

.tab_dropdown_account {
    padding-left: 45px;
    border-left: 1px solid #777
}

.tab_dropdown_account .inner_body_detail form {
    max-width: 100%;
    width: 400px
}

.address_bar_tab {
    padding: 25px;
    background: #f1f1f1
}

.right_login_detail a {
    color: #ba8d32;
    text-decoration: underline
}

.right_login_detail a:hover {
    color: #202020
}

.button_bar_tab {
    padding-left: 45px
}

.register_form_centered a {
    color: #ba8d32;
    text-decoration: underline
}

.register_form_centered a:hover {
    color: #202020;
    text-decoration: none
}

@media (max-width: 1919px) {
    .full_container {
        max-width: 100%
    }

    .image_with_overlay_first .right_banner_div img {
        min-height: 1207px !important
    }

    .image_with_overlay_first .left_banner_div .image_div img {
        min-height: 696px !important
    }

    .image_with_overlay_bg .desc_text {
        padding: 70px 0
    }
}

@media (max-width: 1800px) {
    .mw-product-options .mw-options-container {
        width: 100%
    }

    .mw-edit-options-container .mw-edit-options-form .mw-product-options {
        padding: 0 30px !important
    }

    .pfa_logo_wrap figure {
        max-width: 240px
    }

    .pfa_logo_wrap.pfa_list_6:after {
        left: 70px;
        top: -123%
    }

    .image_with_overlay_bg .desc_text {
        padding: 35px 0
    }
}

@media (max-width: 1670px) {
    header .inner_header_part .search_bar .search_widget form input[type=search] {
        min-width: 360px;
        width: 360px
    }

    header .inner_header_part .search_bar .search_widget form .search_icon {
        font-size: 22px;
        letter-spacing: 2px
    }

    header .nav_bar_menu {
        margin-top: 60px
    }

    header .nav_bar_menu ul li:first-child a {
        padding-left: 30px
    }

    header .nav_bar_menu ul li:last-child a {
        padding-right: 30px
    }

    header .nav_bar_menu ul li.megamenu .site-nav__dropdown {
        padding: 20px
    }

    header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul li {
        padding: 5px 0
    }

    header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul li a span {
        font-size: 12px
    }

    .colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail a .collection_name {
        bottom: 20px
    }

    .serv_grid_item .outer_box .image_section img {
        max-width: 150px
    }

    header .inner_header_part .contact_bar {
        margin-right: 30px
    }

    .serv_grid_item .outer_box .desc_text_serv {
        width: 55%
    }

    .image_with_overlay .desc_text p.paratext {
        max-width: 85%
    }

    .left_side_pro_img {
        width: 60%
    }

    .right_side_pro_desc {
        width: 40%;
        margin: 10px 0 0
    }

    .slider-for li {
        margin: 10px 0
    }

    .inner_banner_sec .product_sku_cls {
        padding-top: 0
    }

    .left_hand_field h2,
    .left_hand_field .h2 {
        line-height: 24px
    }

    .left_hand_field {
        margin: 15px 0
    }

    .mw-product-options .mw-options-container .mw-option-radio {
        margin-top: 40px
    }

    .mw-product-options .mw-options-container .mw-option-radio .mw_options_list {
        margin-bottom: 20px
    }

    .subcollection_page .spe_res .collectio-sub_coll .collection_grid_item .thumbnail a .collection_name,
    .inner_list_collection .spe_res ul li .thumbnail a .collection_name {
        bottom: 20px
    }

    .mw-product-options .mw-options-container .mw-option-select.ring_size_system label,
    .mw-product-options .mw-options-container .mw-option-select.substitute_diamond label {
        width: 40%
    }

    .mw-product-options .mw-options-container .mw-option-select.ring_size_selection label {
        width: 20%
    }

    .mw-product-options .mw-options-container .mw-option-select label,
    .mw-product-options .mw-options-container .mw-option-text label {
        width: 28%
    }

    .mw-edit-options-container .mw-product-options .mw-options-container .mw-option-select.ring_size_selection label,
    .mw-edit-options-container .mw-product-options .mw-options-container .mw-option-select.substitute_diamond label,
    .mw-edit-options-container .mw-product-options .mw-options-container .mw-option-select.ring_size_system label {
        width: 30%
    }

    .image_with_overlay_all .left_banner_div .image_div img {
        min-height: 1146px
    }

    .image_with_overlay_all .right_banner_div .bottom_banner_div:first-child .image_div img {
        min-height: 542px
    }

    .image_with_overlay_all .right_banner_div .bottom_banner_div:last-child .image_div img {
        min-height: 584px
    }
}

@media (max-width: 1620px) {
    .pfa_logo_wrap figure {
        max-width: inherit;
        position: relative;
        z-index: 1
    }

    .pfa_logo_wrap.pfa_list_1 {
        left: 0
    }

    .pfa_logo_wrap.pfa_list_1:after {
        left: 100%;
        top: 42%;
        width: 134px
    }

    .pfa_logo_wrap.pfa_list_2 {
        left: 120px
    }

    .pfa_logo_wrap.pfa_list_2:after {
        top: 120px;
        left: 52px;
        width: 132px;
        transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        -ms-transform: rotate(60deg)
    }

    .pfa_logo_wrap.pfa_list_3 {
        left: 0px;
        top: 170px
    }

    .pfa_logo_wrap.pfa_list_3:after {
        top: 108px;
        left: 95px;
        width: 155px;
        transform: rotate(60deg);
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        -ms-transform: rotate(60deg)
    }

    .pfa_logo_wrap.pfa_list_4 {
        left: -140px;
        top: 375px
    }

    .pfa_logo_wrap.pfa_list_4:after {
        top: 146px;
        left: 60px;
        width: 152px;
        transform: rotate(78deg);
        -webkit-transform: rotate(78deg);
        -moz-transform: rotate(78deg);
        -o-transform: rotate(78deg);
        -ms-transform: rotate(78deg)
    }

    .pfa_logo_wrap.pfa_list_5 {
        left: -300px;
        top: 600px
    }

    .pfa_logo_wrap.pfa_list_5:after {
        top: 100px;
        left: 224px;
        width: 215px;
        transform: rotate(19deg);
        -webkit-transform: rotate(19deg);
        -moz-transform: rotate(19deg);
        -o-transform: rotate(19deg);
        -ms-transform: rotate(19deg)
    }

    .pfa_logo_wrap.pfa_list_6 {
        left: -140px;
        top: 715px
    }

    .pfa_logo_wrap.pfa_list_6:after {
        width: 240px;
        left: 50px;
        top: -110px;
        transform: rotate(111deg);
        -webkit-transform: rotate(111deg);
        -moz-transform: rotate(111deg);
        -o-transform: rotate(111deg);
        -ms-transform: rotate(111deg)
    }

    .pfa_logo_wrap.pfa_list_7 {
        right: 130px;
        top: 425px
    }

    .pfa_logo_wrap.pfa_list_7:after {
        top: 6px;
        width: 360px;
        right: 100%;
        transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -ms-transform: rotate(10deg)
    }
}

@media (max-width: 1570px) {
    .pfa_logo_wrap:after {
        border-bottom: 3px dotted #818181
    }

    .pfa_logo_wrap figure {
        max-width: 250px
    }

    .pfa_logo_wrap.pfa_list_2 figure {
        max-width: 100px
    }

    .pfa_logo_wrap.pfa_list_2:after {
        left: -5px;
        top: 103px;
        transform: rotate(70deg);
        -webkit-transform: rotate(70deg);
        -moz-transform: rotate(70deg);
        -o-transform: rotate(70deg);
        -ms-transform: rotate(70deg)
    }

    .pfa_logo_wrap.pfa_list_3:after {
        left: 63px;
        transform: rotate(70deg);
        -webkit-transform: rotate(70deg);
        -moz-transform: rotate(70deg);
        -o-transform: rotate(70deg);
        -ms-transform: rotate(70deg)
    }

    .pfa_logo_wrap.pfa_list_5:after {
        top: 90px;
        left: 236px;
        width: 180px
    }

    .pfa_logo_wrap.pfa_list_6 {
        top: 665px
    }

    .pfa_logo_wrap.pfa_list_6:after {
        width: 200px;
        left: 55px;
        top: -86px
    }

    .image_with_overlay_bg .desc_text {
        padding: 35px 0 0
    }

    .image_with_overlay_bg .desc_text p {
        line-height: 48px
    }
}

@media (max-width: 1439px) {
    header .inner_header_part .left_nav {
        width: 39%
    }

    header .inner_header_part .center_nav {
        width: 22%
    }

    header .inner_header_part .right_nav {
        width: 39%
    }

    header .inner_header_part .search_bar .search_widget form input[type=search] {
        min-width: 300px;
        width: 300px
    }

    header .nav_bar_menu ul li a .icon_down_nav {
        height: 13px;
        width: 13px
    }

    .image_with_overlay_all .left_banner_div .bottom_banner_div img {
        min-height: 1170px !important
    }

    .image_with_overlay_all .right_banner_div .bottom_banner_div:first-child img {
        min-height: 530px !important
    }

    .image_with_overlay_all .right_banner_div .bottom_banner_div:last-child img {
        min-height: 620px !important
    }

    .desc_text li {
        font-size: 18px;
        line-height: 30px
    }

    .serv_grid_item .outer_box .desc_text_serv {
        width: 65%
    }

    .page_links .page_iiner_links li a svg {
        height: 18px;
        width: 18px;
        right: -26px
    }

    .page_links {
        padding: 50px 0
    }

    .filter_wrapper {
        padding: 0 30px 0 0
    }

    .list--inline.pagination {
        padding-top: 0
    }

    .image_with_overlay .desc_text p.paratext {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0
    }

    .image_with_overlay_all .desc_text p {
        margin-bottom: 20px
    }

    .left_side_pro_img {
        width: 52%
    }

    .right_side_pro_desc {
        width: 48%
    }

    .pro_dec_title h2,
    .pro_dec_title .h2,
    .recent-title h2,
    .recent-title .h2 {
        font-size: 26px;
        line-height: 36px
    }

    #recently-viewed-products {
        margin-bottom: 0
    }

    .collection_grid_div .inner_grid_part .collection_grid_item,
    .subcollection_page .spe_res .collectio-sub_coll .collection_grid_item .thumbnail a .collection_name {
        width: 50%
    }

    .name_of_child_menu a {
        font-size: 13px
    }

    .name_of_child_menu a.active svg {
        height: 12px !important;
        width: 12px !important
    }

    header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul .name_of_child_menu ul li {
        padding: 5px 0
    }

    header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul.inner_right_menu_div li a span {
        padding-left: 8px
    }

    .side_filter_panel {
        width: 25%
    }

    .collection_pro_grid_part {
        width: 75%
    }

    footer .blog_container_width {
        width: 900px
    }

    .blog_page_collection_grid .blog_container_width {
        width: 970px
    }

    .item_of_blog {
        width: 65%
    }

    .blog_fetaure_data {
        width: 35%
    }

    .top_maring_section .blog_container_width {
        width: 970px
    }

    .pagination_blog {
        right: auto
    }

    .image_with_overlay_first .desc_text {
        padding: 60px 0
    }

    .image_with_overlay_first .left_banner_div .image_div img {
        min-height: 519px !important
    }

    .image_with_overlay_first .right_banner_div img {
        min-height: 902px !important
    }

    .mw-edit-options-container .mw-product-options .mw-options-container .mw-option-select.ring_size_selection label,
    .mw-edit-options-container .mw-product-options .mw-options-container .mw-option-select.substitute_diamond label,
    .mw-edit-options-container .mw-product-options .mw-options-container .mw-option-select.ring_size_system label {
        width: 40%
    }

    .pfa_middle {
        padding: 100px 0
    }

    .pfa_logo_wrap figure {
        max-width: 200px
    }

    .pfa_logo_wrap.pfa_list_5:after {
        top: 75px;
        left: 190px
    }

    .collection_grid_div .inner_grid_part .rudraksh_collection .collection_grid_item {
        width: 33.33%
    }

    .footer_block_div .footer_container .footer_links.footer_link_list {
        width: 40%
    }
}

@media (max-width: 1199px) {
    header .inner_header_part .search_bar .search_widget form input[type=search] {
        min-width: 280px;
        width: 280px
    }

    header .inner_header_part .search_bar .search_widget form .search_icon {
        font-size: 17px
    }

    header .nav_bar_menu {
        margin-top: 50px
    }

    .inner_right_menu_div li a img {
        height: 30px !important;
        width: 40px !important
    }

    header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul li:last-child a,
    header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul li:first-child a {
        padding: 8px 0 !important
    }

    .hero_banner .inner_hero_banner .image_banner .slider_text .description h1,
    .hero_banner .inner_hero_banner .image_banner .slider_text .description .h1 {
        margin-bottom: 15px;
        letter-spacing: 2px
    }

    .image_with_overlay_first .desc_text {
        padding: 20px 0 38px
    }

    .image_with_overlay_first .right_banner_div img {
        min-height: 749px !important
    }

    .image_with_overlay_first .left_banner_div .image_div img {
        min-height: 428px !important
    }

    .image_with_overlay_bg .desc_text {
        padding: 76px 0
    }

    .header_search_bar {
        padding: 0 15px
    }

    .image_with_overlay_bg .left_banner_div .bottom_banner_div:first-child img {
        min-height: 435px !important
    }

    .image_with_overlay_bg .right_banner_div .bottom_banner_div .image_div img {
        min-height: 852px !important
    }

    .image_with_overlay_all .left_banner_div .bottom_banner_div:last-child .image_div img {
        min-height: 900px !important
    }

    .image_with_overlay_all .right_banner_div .bottom_banner_div:first-child .image_div img {
        min-height: 409px !important
    }

    .image_with_overlay_all .right_banner_div .bottom_banner_div:last-child .image_div img {
        min-height: 470px !important
    }

    .desc_text ul {
        padding-left: 0
    }

    .serv_grid_item .outer_box .desc_text_serv {
        width: 82%
    }

    .image_slider_text {
        top: 51%
    }

    .side_filter_panel {
        width: 30%
    }

    .collection_pro_grid_part {
        width: 70%
    }

    .footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter {
        width: 50%
    }

    header .inner_header_part {
        padding: 0 15px
    }

    .mw-product-options .mw-options-container .mw-option-radio .mw_options_list .option-value-label {
        font-size: 16px;
        line-height: 30px
    }

    .subcollection_page .spe_res .collectio-sub_coll .collection_grid_item {
        margin: 10px 0
    }

    .tag_name_article {
        padding: 5px 0
    }

    .name_of_child_menu {
        width: 30%
    }

    .right_tabbed_menu {
        width: 70%
    }

    .blog_article_image_article .page_heading_text_blog a {
        font-size: 26px
    }

    .cart_inner_pro li .pro_thumbanil_image {
        width: 25%
    }

    .mw-edit-options-container .mw-edit-options-form {
        max-width: 80% !important
    }

    .mw-edit-options-container .mw-product-options .mw-options-container select {
        width: 80%
    }

    .mw-edit-options-container .mw-product-options .mw-options-container .mw-option-select label {
        width: auto
    }

    .user_block {
        margin-left: 20px
    }

    .validation-error {
        left: 10px !important
    }

    .right_side_pro_desc {
        padding: 0 15px
    }

    .mw-product-options .mw-options-container select,
    .mw-product-options .mw-options-container input,
    .mw-product-options .mw-options-container .mw-option-text input {
        width: 300px
    }

    .mw-product-options .mw-options-container .mw-option-radio {
        width: 100%
    }

    .mw-product-options .mw-options-container .mw-option-select.metal_here label {
        width: 22%
    }

    .mw-product-options .mw-options-container .mw-option-select.ring_size_system label,
    .mw-product-options .mw-options-container .mw-option-select.substitute_diamond label {
        width: 37%
    }

    .mw-product-options .mw-options-container .mw-option-select.ring_size_selection label {
        width: 25%
    }

    .mw-product-options .mw-options-container .mw-option-select label,
    .mw-product-options .mw-options-container .mw-option-text label {
        width: 32%
    }

    .input_group_newsletter.klaviyo-form {
        width: 50%
    }

    .pfa_banner {
        padding: 200px 0
    }
}

@media (max-width: 1129px) {
    .pfa_logo_list {
        text-align: left
    }

    .pfa_logo_wrap figure {
        max-width: 200px
    }

    .pfa_logo_wrap.pfa_list_5:after {
        top: 75px;
        left: 190px
    }

    .pfa_logo_wrap.pfa_list_6 {
        top: 680px;
        position: absolute;
        left: inherit;
        right: 139px
    }

    .pfa_logo_wrap.pfa_list_6:after {
        width: 214px;
        left: 41px;
        top: -100px;
        transform: rotate(103deg);
        -webkit-transform: rotate(103deg);
        -moz-transform: rotate(103deg);
        -o-transform: rotate(103deg);
        -ms-transform: rotate(103deg)
    }
}

@media (max-width: 991px) {
    .inner_page_container_div {
        width: 730px;
        max-width: 100%;
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .header_search_bar {
        margin-top: 15px
    }

    .header_search_bar .input_srch_group {
        padding: 15px
    }

    .header_search_bar .input_srch_group .search_icon {
        right: 15px;
        top: 18px
    }

    .mobile_menu_inner {
        display: block
    }

    header {
        padding: 15px 0;
        line-height: 0
    }

    header .inner_header_part .contact_bar {
        display: none
    }

    header .inner_header_part .navbar.mobile_nav {
        display: block
    }

    header .inner_header_part .search_bar .search_widget form input[type=search] {
        min-width: 220px;
        width: 220px
    }

    header .inner_header_part .search_bar .search_widget form .search_icon span {
        font-size: 0
    }

    header .inner_header_part .search_bar .search_widget form .search_icon svg {
        width: 23px
    }

    header .inner_header_part .search_bar .search_widget form .search_icon svg.icon_close {
        display: none
    }

    header .inner_header_part .left_nav,
    header .inner_header_part .right_nav {
        width: auto;
        padding: 8px 0;
        z-index: 1
    }

    header .inner_header_part .left_nav {
        float: left;
        padding: 10px 0 8px
    }

    header .inner_header_part .right_nav {
        float: right
    }

    header .inner_header_part .center_nav {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        width: 50%
    }

    header .inner_header_part .center_nav .logo_image img {
        max-width: 230px
    }

    header .inner_header_part>div {
        float: none;
        display: inline-block;
        vertical-align: bottom
    }

    .image_with_overlay_first .right_banner_div img {
        min-height: 629px !important
    }

    .image_with_overlay_first .left_banner_div .image_div img {
        min-height: 352px !important
    }

    .image_combine_div .bg_desc {
        width: 320px
    }

    .image_combine_div .bg_desc p {
        margin: 0 0 20px;
        line-height: 50px
    }

    .image_with_overlay_bg .desc_text {
        padding: 63px 0
    }

    .image_with_overlay_bg .left_banner_div .bottom_banner_div:first-child img {
        min-height: 359px !important
    }

    .image_with_overlay_bg .right_banner_div .bottom_banner_div .image_div img {
        min-height: 703px !important
    }

    .image_with_overlay_all .right_banner_div .bottom_banner_div:first-child .image_div img {
        min-height: 317px !important
    }

    .image_with_overlay_all .right_banner_div .bottom_banner_div:last-child .image_div img {
        min-height: 344px !important
    }

    .image_with_overlay_all .left_banner_div .bottom_banner_div:last-child .image_div img {
        min-height: 683px !important
    }

    .serv_grid_item .outer_box .image_section img {
        max-width: 100px
    }

    .serv_grid_item .outer_box .desc_text_serv {
        width: 100%
    }

    .service_cms_block {
        padding: 0
    }

    .collection_pro_grid_part {
        width: 100%
    }

    #open-filters {
        display: inline-block
    }

    .filter_wrapper {
        width: 300px;
        background: #fff;
        padding: 15px;
        border-left: solid 1px rgba(109, 109, 109, .2);
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: auto;
        z-index: 10000000;
        visibility: hidden;
        transition: all .35s ease-in-out;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
        transform: translate(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%)
    }

    .filter_open .filter_wrapper {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        visibility: visible
    }

    .filter_open {
        position: relative;
        overflow: hidden;
        height: 100%;
        cursor: pointer
    }

    .inner_part_page {
        min-height: 500px
    }

    .desc_text span {
        font-size: 18px;
        line-height: 26px
    }

    .page_links .page_iiner_links li {
        padding: 0 15px
    }

    .text_bg_img h2,
    .text_bg_img .h2 {
        font-size: 26px;
        padding: 0 10px;
        letter-spacing: 1px
    }

    .inner_cart_detail>div {
        width: auto
    }

    .left_side_pro_img {
        width: 100%
    }

    .right_side_pro_desc {
        max-width: 100%;
        width: 545px;
        float: none;
        margin: 40px auto;
        display: inline-block;
        vertical-align: middle;
        padding: 0 15px
    }

    .home-product-part {
        text-align: center
    }

    .breadcrumb_banner {
        text-align: left;
        margin: 20px 0 0
    }

    .btn.product-form__cart-submit,
    .shopify-payment-button .shopify-payment-button__button--unbranded {
        padding: 10px 40px
    }

    .recent_grid_item {
        width: 33.33%
    }

    header.fixed {
        position: fixed;
        background: #fff;
        box-shadow: 0 0 5px #ddd;
        -webkit-box-shadow: 0px 0px 5px 0px #ddd;
        -moz-box-shadow: 0px 0px 5px 0px #ddd;
        -o-box-shadow: 0px 0px 5px 0px #ddd;
        -ms-box-shadow: 0px 0px 5px 0px #ddd;
        z-index: 13;
        top: 0;
        animation: slide-down .7s
    }

    .collection_grid_div .inner_grid_part .collection_grid_item {
        width: 50%
    }

    .page_whyshould_wear .about_gemstone {
        width: 100%;
        padding: 0
    }

    .page_whyshould_wear .gemstone_table_desc {
        width: 100%;
        padding: 0;
        margin: 25px 0 0
    }

    .item_of_blog {
        padding: 0 15px;
        width: 100%
    }

    .item_of_blog .blog_list_item {
        padding: 0
    }

    .left_side_pro_img.sticky_image,
    .blog_fetaure_data.sticky_right_banner {
        position: relative
    }

    #blog-sidebar {
        display: block
    }

    .right_side_bar_blog {
        width: 300px;
        background: #fff;
        padding: 15px;
        border-left: solid 1px rgba(109, 109, 109, .2);
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: auto;
        z-index: 10000000;
        visibility: hidden;
        transition: all .35s ease-in-out;
        -webkit-transition: all .35s ease-in-out;
        -moz-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
        transform: translate(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%)
    }

    .open_sidebar .right_side_bar_blog {
        visibility: visible;
        transform: translate(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0)
    }

    .open_sidebar {
        position: relative;
        overflow: hidden;
        height: 100%
    }

    .btn_close_blog {
        font-family: Gotham;
        text-align: right;
        float: right;
        color: #202020;
        font-size: 20px
    }

    .pagination_blog {
        position: relative;
        bottom: 0
    }

    .sort-per-page {
        float: left;
        width: 100%;
        margin: 25px 0 0
    }

    .mobile_menu_inner .inner_outer .inner_combination .site-nav li .site-nav__dropdown ul {
        float: left;
        width: 100%
    }

    .right_tabbed_menu {
        padding: 0;
        border: none
    }

    .mobile_menu_inner .inner_outer .inner_combination .site-nav li .site-nav__dropdown ul li a {
        padding: 0 !important
    }

    .mobile_menu_inner .inner_outer .inner_combination .site-nav li .site-nav__dropdown ul li {
        float: left;
        width: 100%;
        padding: 2px 0 2px 10px
    }

    .mobile_menu_inner .inner_outer .inner_combination .site-nav li .name_of_child_menu ul.inner_right_menu_div li {
        padding: 0 0 0 20px
    }

    .mobile_menu_inner .inner_outer .inner_combination .site-nav li .inner_right_menu_div a span {
        padding-left: 8px;
        font-size: 12px
    }

    .mobile_menu_inner .inner_outer .inner_combination .site-nav li .name_of_child_menu a .icon_down_nav {
        top: 9px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none
    }

    .name_of_child_menu {
        width: 100%;
        padding: 0 !important
    }

    .right_tabbed_menu {
        width: 100%
    }

    .name_of_child_menu a {
        color: #ba8d32
    }

    .colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail a .collection_name {
        bottom: 10px
    }

    .colletion_list_div .search_bar_collection {
        margin: 30px 0 0
    }

    .btn,
    .shopify-payment-button .shopify-payment-button__button--unbranded,
    .btn:not([disabled]),
    .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]) {
        padding: 3px 12px
    }

    .page_links .page_iiner_links li:first-child {
        padding-left: 0
    }

    .page_links .page_iiner_links li {
        padding: 0 35px
    }

    .collection_grid_div .inner_grid_part .spe_res {
        margin: 0 -8px
    }

    .collection_grid_div .inner_grid_part .collection_grid_item {
        padding: 0 7px;
        margin: 10px 0
    }

    .filter_bar_collection {
        text-align: center;
        margin: 10px 0 30px
    }

    .collection_template_page .container .page_links .page_iiner_links li {
        padding: 0 10px
    }

    .cart_inner_pro li .pro_thumbanil_image {
        width: 33%
    }

    .btn.product-form__cart-submit,
    .shopify-payment-button .shopify-payment-button__button--unbranded {
        font-size: 12px;
        padding: 3px 12px;
        letter-spacing: 2px
    }

    .last_tabbed_add_to_cart .price-item {
        font-size: 16px;
        font-weight: 600
    }

    .last_tabbed_add_to_cart .pro_price {
        margin: 0 10px 0 0
    }

    .blog_page_collection_grid {
        margin-top: 0
    }

    .mw-edit-options-container .mw-product-options .mw-options-container select {
        width: 70%
    }

    .full_with_blog_article {
        margin-top: 0
    }

    .blog_article_image_article .page_heading_text_blog h1,
    .blog_article_image_article .page_heading_text_blog .h1 {
        font-size: 26px;
        line-height: 32px
    }

    .input_search_btun .btn,
    .input_search_btun .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .input_search_btun .shopify-payment-button__button--unbranded {
        padding: 0
    }

    .search_list_sub_item {
        padding: 0 8px
    }

    .search_count_product .spe_res {
        margin: 0 -8px
    }

    .inner_list_collection .spe_res ul li {
        width: 33.33%
    }

    .inner_list_collection .spe_res ul li .thumbnail a .collection_name {
        bottom: 10px
    }

    .mobile_menu_inner .inner_outer .inner_combination .site-nav li .name_of_child_menu li.active .icon_down_nav {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg)
    }

    .btn.wc_add_to_cart_btn,
    .shopify-payment-button .wc_add_to_cart_btn.shopify-payment-button__button--unbranded {
        font-size: 12px;
        letter-spacing: 2px;
        padding: 3px 12px
    }

    .block-cart-header .cart-container {
        padding: 23px 15px
    }

    .block-cart-header .cart-container .heading_text {
        padding-bottom: 19px
    }

    .contact_bar {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        border-top: 0px solid #efefef
    }

    .toggle-user {
        top: 53px
    }

    .last_tabbed_add_to_cart .indian_ruppe_sym {
        height: 11px;
        width: 11px
    }

    .mobile_menu_inner .inner_outer .inner_combination .site-nav li.active>a,
    .mobile_menu_inner .inner_outer .inner_combination .site-nav li:hover>a {
        color: #202020
    }

    .mobile_menu_inner .inner_outer .inner_combination .site-nav li.active>a span,
    .mobile_menu_inner .inner_outer .inner_combination .site-nav li:hover>a span {
        color: #202020
    }

    .mobile_menu_inner .inner_outer .inner_combination .site-nav li.active>a svg path,
    .mobile_menu_inner .inner_outer .inner_combination .site-nav li:hover>a svg path {
        fill: #202020 !important
    }

    .mobile_menu_inner .inner_outer .inner_combination .site-nav li>a.child_active span {
        color: #202020
    }

    .mobile_menu_inner .inner_outer .inner_combination .site-nav li>a.child_active svg path {
        fill: #202020 !important
    }

    .mobile_menu_inner .inner_outer .inner_combination .name_of_child_menu li>a.active {
        color: #202020
    }

    .mobile_menu_inner .inner_outer .inner_combination .name_of_child_menu li>a.active svg path {
        fill: #202020 !important
    }

    .mobile_menu_inner .inner_outer .inner_combination .name_of_child_menu .right_tabbed_menu li .sub_child_active span {
        color: #202020 !important
    }

    .mobile_menu_inner .inner_outer .inner_combination .name_of_child_menu .right_tabbed_menu li .sub_child_active svg path {
        fill: #202020
    }

    .filter_bar_collection .dropdown-toggle {
        width: 140px
    }

    .top_maring_section .blog_container_width {
        width: 768px
    }

    .pro_detail_price h3,
    .pro_detail_price .h3 {
        float: none;
        display: inline-block
    }

    .right_side_pro_desc form,
    .mw-product-options .mw-options-container .mw-option-radio label,
    .mw-product-options .mw-options-container .mw-option-select,
    .mw-product-options .mw-options-container .mw-option-text {
        text-align: center
    }

    .mw-product-options .mw-options-container .mw-option-select select,
    .mw-product-options .mw-options-container .mw-option-select label,
    .mw-product-options .mw-options-container .mw-option-text select,
    .mw-product-options .mw-options-container .mw-option-text label {
        float: none;
        display: inline-block;
        padding-right: 30px
    }

    .mw-product-options .mw-options-container .mw-option-select label,
    .mw-product-options .mw-options-container .mw-option-text label {
        width: 27%
    }

    .gotra_clan .mw-option-description {
        left: 37px
    }

    .mw-product-options .mw-options-container .mw-option-select.metal_here label {
        width: 14%
    }

    .mw-product-options .mw-options-container .mw-option-radio.option_designs .mw_options_list,
    .mw-product-options .mw-options-container .mw-option-radio.silver_pendant_design .mw_options_list {
        margin-bottom: 0
    }

    .mw-product-options .mw-options-container .mw-option-select.ring_size_system label,
    .mw-product-options .mw-options-container .mw-option-select.substitute_diamond label,
    .mw-product-options .mw-options-container .mw-option-select.ring_size_selection label {
        width: 40%
    }

    .qh-trust-badge__block {
        text-align: center !important
    }

    .product-form__item--no-variants {
        text-align: center
    }

    .pfa_middle {
        padding: 50px 0
    }

    .pfa_logo_list {
        text-align: center
    }

    .pfa_logo_wrap {
        width: 100%;
        text-align: center
    }

    .pfa_logo_wrap figure {
        margin: 0 auto
    }

    .pfa_logo_wrap.pfa_list_1,
    .pfa_logo_wrap.pfa_list_2,
    .pfa_logo_wrap.pfa_list_3,
    .pfa_logo_wrap.pfa_list_4,
    .pfa_logo_wrap.pfa_list_5,
    .pfa_logo_wrap.pfa_list_6 {
        left: 0;
        right: 0;
        top: 0;
        position: relative;
        padding: 60px 0
    }

    .pfa_logo_wrap.pfa_list_1:after,
    .pfa_logo_wrap.pfa_list_2:after,
    .pfa_logo_wrap.pfa_list_3:after,
    .pfa_logo_wrap.pfa_list_4:after,
    .pfa_logo_wrap.pfa_list_5:after,
    .pfa_logo_wrap.pfa_list_6:after {
        transform: translate(-50%) rotate(90deg);
        -webkit-transform: translateX(-50%) rotate(90deg);
        -moz-transform: translateX(-50%) rotate(90deg);
        -o-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
        left: 55%;
        right: 0;
        top: 86%;
        bottom: 0;
        width: 100px;
        height: 40px;
        position: absolute
    }

    .pfa_logo_wrap.pfa_list_7 {
        left: 0;
        right: 0;
        top: 0;
        position: relative;
        padding: 60px 0
    }

    .pfa_logo_wrap.pfa_list_7:after {
        transform: rotate(0);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        right: 109px;
        width: 40%;
        top: 48%
    }

    .pfa_logo_wrap.pfa_list_7:before {
        content: "";
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        border-bottom: 3px dotted #818181;
        position: absolute;
        right: -149px;
        top: -179px;
        width: 520px
    }

    .pfa_logo_wrap.pfa_list_4:before {
        content: "";
        right: 109px;
        width: 40%;
        top: 48%;
        position: absolute;
        border-bottom: 3px dotted #818181
    }

    .pfa_banner {
        padding: 150px 0
    }

    .pfa_banner h1,
    .pfa_banner .h1 {
        font-size: 30px;
        line-height: 38px
    }

    .description .btn,
    .description .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .description .shopify-payment-button__button--unbranded {
        padding: 3px 12px !important
    }
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%)
    }

    to {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0)
    }
}

@media (min-width: 768px) {

    .btn:hover,
    .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
    .btn:active,
    .shopify-payment-button .shopify-payment-button__button--unbranded:active,
    .btn:focus,
    .shopify-payment-button .shopify-payment-button__button--unbranded:focus,
    .btn:hover:active,
    .shopify-payment-button .shopify-payment-button__button--unbranded:hover:active,
    .btn:hover:focus,
    .shopify-payment-button .shopify-payment-button__button--unbranded:hover:focus,
    .btn:hover:active:focus,
    .shopify-payment-button .shopify-payment-button__button--unbranded:hover:active:focus,
    .btn:not([disabled]):hover,
    .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover,
    .btn:not([disabled]):active,
    .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):active,
    .btn:not([disabled]):focus,
    .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):focus,
    .btn:not([disabled]):hover:active,
    .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover:active,
    .btn:not([disabled]):hover:focus,
    .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover:focus,
    .btn:not([disabled]):hover:active:focus,
    .shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover:active:focus {
        color: #ba8d32;
        background: transparent;
        border-color: #ba8d32;
        outline: 0
    }

    .bg_desc .btn:hover,
    .bg_desc .shopify-payment-button .shopify-payment-button__button--unbranded:hover,
    .shopify-payment-button .bg_desc .shopify-payment-button__button--unbranded:hover,
    .bg_desc .btn:active,
    .bg_desc .shopify-payment-button .shopify-payment-button__button--unbranded:active,
    .shopify-payment-button .bg_desc .shopify-payment-button__button--unbranded:active,
    .bg_desc .btn:focus,
    .bg_desc .shopify-payment-button .shopify-payment-button__button--unbranded:focus,
    .shopify-payment-button .bg_desc .shopify-payment-button__button--unbranded:focus,
    .bg_desc .btn:hover:active,
    .bg_desc .shopify-payment-button .shopify-payment-button__button--unbranded:hover:active,
    .shopify-payment-button .bg_desc .shopify-payment-button__button--unbranded:hover:active,
    .bg_desc .btn:hover:focus,
    .bg_desc .shopify-payment-button .shopify-payment-button__button--unbranded:hover:focus,
    .shopify-payment-button .bg_desc .shopify-payment-button__button--unbranded:hover:focus,
    .bg_desc .btn:hover:active:focus,
    .bg_desc .shopify-payment-button .shopify-payment-button__button--unbranded:hover:active:focus,
    .shopify-payment-button .bg_desc .shopify-payment-button__button--unbranded:hover:active:focus {
        border-color: #000;
        color: #202020;
        outline: 0
    }
}

.btn:hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover,
.btn:active,
.shopify-payment-button .shopify-payment-button__button--unbranded:active,
.btn:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus,
.btn:hover:active,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover:active,
.btn:hover:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover:focus,
.btn:hover:active:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover:active:focus,
.btn:not([disabled]):hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover,
.btn:not([disabled]):active,
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):active,
.btn:not([disabled]):focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):focus,
.btn:not([disabled]):hover:active,
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover:active,
.btn:not([disabled]):hover:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover:focus,
.btn:not([disabled]):hover:active:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover:active:focus {
    outline: 0
}

@media (max-width: 767px) {
    .recent_grid_item {
        width: 50%
    }

    .left_login_detail,
    .right_login_detail {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .left_login_detail {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd
    }

    .left_login_detail form {
        display: inline-block;
        vertical-align: middle;
        float: none
    }

    #customer_register_link {
        float: none;
        display: inline-block
    }

    .heading_text h2,
    .heading_text .h2 {
        font-size: 28px;
        line-height: 32px
    }

    .hero_banner .inner_hero_banner .image_banner .slider_text {
        padding: 0 15px
    }

    .hero_banner .inner_hero_banner .image_banner .slider_text .description .btn,
    .hero_banner .inner_hero_banner .image_banner .slider_text .description .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .hero_banner .inner_hero_banner .image_banner .slider_text .description .shopify-payment-button__button--unbranded {
        margin-bottom: 0
    }

    .colletion_list_div .search_bar_collection {
        margin: 30px 0 0
    }

    .colletion_list_div .search_bar_collection .inner_container_width .dropdown_menu_search {
        width: 230px;
        font-size: 18px
    }

    .colletion_list_div .grid_colection_loop .spe_res {
        margin: 0
    }

    .colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid,
    .colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item {
        padding: 0 5px
    }

    .colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .slick-dots {
        margin: 0
    }

    .footer_block_div .footer_container {
        padding: 50px 0 40px
    }

    .footer_block_div .footer_container .footer_links.newsleter_div {
        width: 100%;
        text-align: center
    }

    .footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter {
        float: none;
        margin: 0 auto 10px
    }

    .footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter .input-group__btn .newsletter__submit {
        font-size: 18px;
        line-height: 30px
    }

    .image_with_overlay .left_banner_div,
    .image_with_overlay .right_banner_div {
        padding: 0 10px !important
    }

    .image_with_overlay .left_banner_div {
        margin-bottom: 10px
    }

    .serv_grid_item {
        margin: 20px 0
    }

    .image_combine_div .bg_desc {
        width: 270px
    }

    .image_combine_div .bg_desc p {
        font-size: 28px;
        line-height: 40px
    }

    .image_with_overlay_bg .desc_text {
        padding: 25px 10px
    }

    .image_with_overlay_all .right_banner_div .bottom_banner_div:first-child {
        margin-bottom: 10px
    }

    footer .blog_container_width {
        padding: 0
    }

    .inner_with_overlay .right_banner_div .bottom_banner_div .image_div img {
        min-height: auto !important
    }

    .inner_with_overlay .left_banner_div .bottom_banner_div:last-child .image_div img {
        min-height: auto !important
    }

    .image_with_overlay_bg .left_banner_div .bottom_banner_div:first-child img,
    .inner_with_overlay .right_banner_div .bottom_banner_div .image_div img,
    .image_with_overlay_all .right_banner_div .bottom_banner_div:first-child .image_div img {
        min-height: auto !important
    }

    .image_with_overlay_all .right_banner_div .bottom_banner_div:last-child .image_div img {
        min-height: auto !important
    }

    .about_description {
        margin-top: 0
    }

    .all_desc_about ul {
        padding: 10px 25px
    }

    .text_bg_img h2,
    .text_bg_img .h2 {
        font-size: 20px
    }

    .page_desc .decimal_system {
        padding: 0 40px
    }

    .page_desc .non_list {
        padding: 0 20px
    }

    .inner_page_container_div {
        padding: 42px 10px 29px
    }

    .hero_banner .inner_hero_banner .image_banner {
        height: auto
    }

    .hero_banner .inner_hero_banner .redirect_div_arrow {
        bottom: 10px
    }

    .cms_service_block {
        display: flex;
        flex-wrap: wrap
    }

    .collection_template_page .container .page_links .page_iiner_links li span {
        padding-right: 20px
    }

    .collection_grid_div .inner_grid_part .collection_grid_item {
        width: 50%
    }

    .left_serach_pro {
        width: 68%
    }

    .right_serach_pro {
        width: 31%
    }

    .cart_footer_block {
        position: relative
    }

    .cart_footer_block .secondary_container {
        padding: 0
    }

    .inner_cart_detail .text_cart_total {
        width: 100%;
        margin-bottom: 15px
    }

    .checkout_button_cart {
        float: none;
        padding: 0;
        text-align: right;
        margin: 0 auto;
        display: inline-block
    }

    .cart_footer_block {
        padding: 30px 0 0
    }

    .article_field_email,
    .article_input_name {
        width: 100%
    }

    .mail_desc_article {
        font-size: 16px;
        line-height: 34px
    }

    .article_comment_div .article_input_field,
    .mail_desc_article,
    .blog_article_title {
        padding: 0
    }

    .article_comment_div label {
        font-size: 18px;
        line-height: 22px;
        margin: 5px 0 15px;
        letter-spacing: 1px
    }

    .star_field {
        line-height: 18px
    }

    .page_sitemap_desc ul.sitemap_inner_links li {
        width: 50%
    }

    .page_links .page_iiner_links li {
        padding: 0 15px
    }

    .inner_cart_detail {
        display: block
    }

    .inner_cart_detail .text_cart_total,
    .inner_cart_detail .checkout_button_cart {
        display: inline-block;
        width: 100%;
        text-align: center
    }

    .colletion_list_div .secondary_container .serach_left {
        padding: 0
    }

    .colletion_list_div .secondary_container .search_right {
        float: right;
        padding: 0;
        margin: 0
    }

    .colletion_list_div .secondary_container .btn_bar {
        float: none;
        margin: 30px 0 0;
        display: inline-block
    }

    .blog_article_image_article .page_heading_text_blog a {
        font-size: 20px;
        line-height: 30px
    }

    .cart_inner_pro li .pro_thumbanil_image {
        width: 37%
    }

    .page_heading_text h1,
    .page_heading_text .h1,
    .page_heading_text h2,
    .page_heading_text .h2 {
        font-size: 28px;
        line-height: 46px
    }

    .inner_address_detail_book li .left_side_address {
        width: 49%
    }

    .mw-edit-options-container .mw-edit-options-form {
        padding: 30px 5px !important;
        max-width: 90% !important;
        position: relative
    }

    .mw-edit-options-container .mw-edit-options-form h3,
    .mw-edit-options-container .mw-edit-options-form .h3,
    .mw-edit-options-container .mw-edit-options-form .mw-product-options {
        padding: 0 15px
    }

    .mw-edit-options-container .mw-edit-options-form .close-popup {
        position: absolute;
        right: 20px;
        top: 20px
    }

    .mw-edit-options-container .mw-product-options .mw-options-container select {
        width: 70%
    }

    .mw-edit-options-container .mw-edit-options-form {
        margin: 12% auto !important
    }

    .contact_detail_form {
        width: 100%;
        margin-bottom: 30px
    }

    .contact_detail_right {
        padding-left: 0;
        width: 100%
    }

    .inner_list_collection .spe_res ul li {
        margin: 5px 0;
        padding: 0 5px;
        width: 50%
    }

    .page_contact_temp .contact-form {
        float: left
    }

    .pfa_banner h1,
    .pfa_banner .h1 {
        font-size: 24px;
        line-height: 28px
    }

    .collection_grid_div .inner_grid_part .rudraksh_collection .collection_grid_item {
        width: 50%
    }

    .description h1,
    .description .h1 {
        font-size: 28px !important
    }

    .tab_dropdown_account {
        padding-left: 0;
        border-left: none
    }

    .tab_dropdown_account .tab-content svg {
        height: 15px;
        width: 15px;
        position: absolute;
        right: 0;
        top: -2px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out
    }

    .tab_dropdown_account .tab-content h4,
    .tab_dropdown_account .tab-content .h4 {
        float: left;
        width: 100%;
        text-align: left;
        margin: 0 0 6px;
        padding: 10px 0;
        border-bottom: 1px solid #e8e8e8
    }

    .tab_dropdown_account .tab-content .active {
        display: none
    }

    .tab_dropdown_account .tab-content span {
        width: 100%;
        float: left;
        position: relative;
        font-size: 13px;
        padding-right: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600
    }

    .tab_dropdown_account .tab-content .inner_body_detail {
        float: left;
        width: 100%;
        padding: 25px 20px
    }

    .tab_dropdown_account .tab-content .tab-pane {
        float: left;
        width: 100%
    }

    .tab_dropdown_account .tab-content .button_bar_tab {
        padding-left: 0;
        margin-top: 20px
    }
}

@media (min-width: 750px) {
    .page-container {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none
    }
}

@media (max-width: 749px) {

    .filter_bar_collection .filter_bar label,
    .filter_bar_collection .filters-toolbar__input-wrapper {
        display: inline-block
    }

    .filter_bar_collection select {
        width: 230px !important;
        font-size: 14px
    }

    .article__title--has-image {
        padding-left: 0
    }
}

@media (max-width: 575px) {
    .user_block {
        margin: 0 10px;
        height: 22px;
        width: 22px
    }

    .user_block li a svg {
        height: 22px;
        width: 22px
    }

    header .inner_header_part .search_bar {
        margin-right: 10px
    }

    header .inner_header_part .search_bar .search_media_icon {
        height: 22px;
        width: 22px
    }

    .collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_name {
        float: left;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0
    }

    .collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_name:after {
        display: none
    }

    .metafield_fields {
        margin: 20px 0 0
    }

    .empty_cart_page {
        margin: 30px 0 0
    }

    .empty_cart_page h3,
    .empty_cart_page .h3 {
        font-size: 20px
    }

    .heading_text h2,
    .heading_text .h2 {
        font-size: 24px
    }

    header {
        padding: 10px 0
    }

    header .inner_header_part .center_nav {
        top: 5px;
        right: 60px
    }

    header .inner_header_part .center_nav .logo_image img {
        max-width: 170px
    }

    header .inner_header_part .search_bar .search_widget form .search_media_icon {
        width: 25px;
        height: 25px
    }

    header .inner_header_part #cart_block .blockcart .blockimg_part .cart_img .shop_cart_count .icon_cart svg {
        width: 30px;
        height: 26px
    }

    .navbar.mobile_nav .menu-toggle {
        width: 28px;
        height: 20px
    }

    .navbar.mobile_nav .menu-toggle .hamburger span,
    .navbar.mobile_nav .menu-toggle .cross span {
        width: 28px;
        margin-bottom: 6px
    }

    .hero_banner .inner_hero_banner .image_banner img {
        width: 100%;
        height: 350px !important;
        object-fit: cover;
        object-position: center
    }

    .colletion_list_div .search_bar_collection .secondary_container .serach_left,
    .colletion_list_div .search_bar_collection .secondary_container .search_right {
        width: 100%;
        margin: 0 0 30px
    }

    .colletion_list_div .search_bar_collection .secondary_container .search_right {
        margin: 0
    }

    .image_combine_div .bg_desc {
        width: 240px
    }

    .image_combine_div .bg_desc p {
        font-size: 24px;
        line-height: 34px
    }

    .image_combine_div .inner_image_combine img {
        height: 300px !important;
        object-fit: cover;
        object-position: center
    }

    .desc_text span {
        font-size: 18px
    }

    .header_search_bar {
        padding: 0 10px
    }

    .image_with_overlay_all .left_banner_div .bottom_banner_div:first-child .desc_text {
        width: 90%
    }

    .footer_block_div .footer_container {
        padding: 50px 0
    }

    .footer_before {
        padding: 0 20px
    }

    .footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter input[type=email],
    .footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter {
        width: 100%
    }

    .footer_block_div .footer_container .footer_links.footer_logo_div .image_part img {
        max-width: 100%
    }

    .footer_block_div .footer_container .footer_links.footer_logo_div {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .footer_block_div .footer_container .footer_links.footer_link_list {
        width: 50%;
        margin: 0 0 6px;
        padding: 0 10px
    }

    .footer_block_div .footer_container .footer_links.footer_link_list li {
        text-align: left
    }

    .inner_container_width {
        padding: 0 10px
    }

    .colletion_list_div .search_bar_collection .secondary_container .dropdown_menu_search {
        text-align: left;
        text-align-last: left;
        padding-left: 10px
    }

    .collection_banner img {
        height: 280px;
        object-fit: cover;
        object-position: center
    }

    .page_desc p {
        margin-bottom: 25px
    }

    .heading_title h1,
    .heading_title .h1 {
        font-size: 40px
    }

    .heading_title h2,
    .heading_title .h2 {
        font-size: 25px
    }

    .description_tq .desc_label p {
        font-size: 17px
    }

    .error_inner_content .error_text h1,
    .error_inner_content .error_text .h1 {
        font-size: 23px
    }

    .inner_part_page {
        min-height: 360px
    }

    .btn_bottom_error {
        bottom: 20px
    }

    ul.sub_inner_point {
        padding-left: 20px
    }

    .cart-side-panel {
        width: 300px
    }

    .cart-right .cart_price {
        float: left
    }

    .image_with_overlay .desc_text p.paratext {
        font-size: 14px;
        line-height: 23px
    }

    .page_links .page_iiner_links li {
        flex-grow: 0;
        text-align: center !important;
        width: 100%;
        padding: 6px 10px
    }

    .page_links .page_iiner_links li svg {
        height: 15px;
        width: 15px;
        right: -26px
    }

    .page_links {
        padding: 30px 0 20px
    }

    .collection_grid_div .inner_grid_part .collection_grid_item {
        padding: 0 5px
    }

    .collection_grid_div .inner_grid_part .spe_res {
        margin: 0 -5px
    }

    .collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_price .price-item {
        line-height: 14px
    }

    .collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_type,
    .collection_grid_div .inner_grid_part .collection_grid_item .pro_description .pro_sku_code {
        font-size: 14px;
        line-height: 24px
    }

    .collection_grid_div .inner_grid_part .collection_grid_item {
        margin: 5px 0
    }

    .thumbanail_search {
        width: 55px
    }

    .search_pro_name {
        padding-left: 10px
    }

    .search_pro_name a,
    .search_pro_price span {
        font-size: 14px
    }

    .left_serach_pro {
        width: 66%
    }

    .right_serach_pro {
        width: 32%
    }

    .cart_pro_grid_item {
        margin: 15px 0;
        padding: 0 10px;
        text-align: left
    }

    .cart_pro_layout .spe_res {
        margin: 0 -25px
    }

    .cart_pro_name {
        width: 100%;
        padding: 0
    }

    .cart_pro_price {
        padding: 0;
        width: 100%
    }

    .cart_pro_price:after {
        display: none
    }

    .search_count_product .spe_res {
        margin: 0 -5px
    }

    .search_list_sub_item {
        padding: 0 5px;
        margin: 5px 0
    }

    .search_list_sub_item .pro_name,
    .search_list_sub_item .pro_price {
        width: 100%;
        padding: 0
    }

    .search_list_sub_item .pro_price:after {
        display: none
    }

    .search_list_sub_item .pro_description {
        padding: 0 10px
    }

    .input_search_group {
        width: calc(100% - 35px)
    }

    .footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter input[type=email] {
        font-size: 20px
    }

    .inner_address_detail_book li .left_side_address {
        width: 100%;
        text-align: center;
        margin: 0 0 15px
    }

    .inner_address_detail_book li .right_side_btn_address {
        width: 100%;
        text-align: center;
        margin: 15px 0 0
    }

    #address_form_new .input_field_group,
    .edit_form_data .input_field_group {
        width: 100%;
        padding-right: 0
    }

    .left_hand_field {
        width: 100%;
        margin: 10px 0
    }

    .slider-for li {
        margin: 5px 0;
        padding: 0 5px
    }

    .slider-for {
        padding: 0 5px
    }

    .product_description_long {
        margin: 0 0 30px
    }

    .mw-product-options .mw-options-container .mw-option-select label,
    .mw-product-options .mw-options-container .mw-option-text label {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 5px
    }

    .mw-product-options .mw-options-container select,
    .mw-product-options .mw-options-container input {
        float: none;
        margin: 0 auto;
        width: 340px;
        max-width: 100%
    }

    #recently-viewed-products {
        padding: 0 5px
    }

    .recent_grid_item {
        padding: 0 5px;
        margin: 5px 0
    }

    .inner_pro_desc p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 19px
    }

    .mw-product-options .mw-options-container .mw-option-radio.option_designs .mw_options_list li,
    .mw-product-options .mw-options-container .mw-option-radio.silver_pendant_design .mw_options_list li {
        width: 50%
    }

    .product_details_desc .pro_name,
    .product_details_desc .pro_price {
        float: left;
        width: 100%;
        padding: 0
    }

    .product_details_desc .pro_price:after {
        display: none
    }

    .gotra_clan .mw-option-description {
        bottom: auto;
        top: 32px;
        right: 0;
        left: 0
    }

    .footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter .input-group__btn {
        top: 8px
    }

    .subcollection_page .spe_res .collectio-sub_coll .collection_grid_item {
        margin: 7px 0;
        padding: 0 7px
    }

    .serv_grid_item {
        width: 50%
    }

    .inner_collectio_grid .slick-arrow {
        display: none !important
    }

    .toggle-user {
        top: 42px;
        width: 222px;
        min-width: 222px
    }

    .toggle-user li {
        margin: 0 9px
    }

    .btn_view_all {
        float: none;
        margin: 30px auto 0;
        display: inline-block;
        max-width: 180px
    }

    .blog_article_image_article .page_heading_text_blog a {
        font-size: 20px;
        line-height: 34px
    }

    .blog_article_image_article .page_heading_text_blog {
        top: 47%
    }

    .social_share_part .social-sharing li {
        height: 39px;
        width: 39px;
        margin: 0 4px
    }

    .nav_tabs_div h4,
    .nav_tabs_div .h4,
    .nav_tabs_div h2,
    .nav_tabs_div .h2 {
        float: left;
        width: 100%;
        text-align: left;
        margin: 0 0 6px;
        padding: 10px 0;
        border-bottom: 1px solid #e8e8e8
    }

    .nav_tabs_div h4 span,
    .nav_tabs_div .h4 span,
    .nav_tabs_div h2 span,
    .nav_tabs_div .h2 span {
        width: 100%;
        float: left;
        position: relative;
        font-size: 13px;
        padding-right: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 600
    }

    .nav_tabs_div h4 span svg,
    .nav_tabs_div .h4 span svg,
    .nav_tabs_div h2 span svg,
    .nav_tabs_div .h2 span svg {
        height: 15px;
        width: 15px;
        position: absolute;
        right: 0;
        top: -2px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out
    }

    .link_tab {
        float: left;
        width: 100%;
        margin-bottom: 25px
    }

    .page_whyshould_wear {
        padding: 10px 10px 0
    }

    .gemstone_table_desc .table_desc_div li .left_table_title_part {
        padding: 7px
    }

    .gemstone_table_desc .table_desc_div li .left_table_title_part h5,
    .gemstone_table_desc .table_desc_div li .left_table_title_part .h5 {
        font-size: 14px;
        line-height: 20px
    }

    .gemstone_table_desc .table_desc_div .right_table_data_part {
        padding: 7px
    }

    .gemstone_table_desc .table_desc_div .right_table_data_part span {
        font-size: 14px
    }

    .page_sitemap_desc ul.sitemap_inner_links li {
        width: 100%
    }

    .header_search_bar .input_srch_group {
        padding: 15px
    }

    .header_search_bar .input_srch_group input {
        min-width: 100%;
        font-size: 18px;
        line-height: 30px
    }

    .button_back_to_cart .btn,
    .button_back_to_cart .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .button_back_to_cart .shopify-payment-button__button--unbranded,
    .checkout_button_cart .btn,
    .checkout_button_cart .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .checkout_button_cart .shopify-payment-button__button--unbranded {
        width: 250px;
        display: inline-block
    }

    .checkout_button_cart .btn.cart__submit-control,
    .checkout_button_cart .shopify-payment-button .cart__submit-control.shopify-payment-button__button--unbranded,
    .shopify-payment-button .checkout_button_cart .cart__submit-control.shopify-payment-button__button--unbranded {
        margin-bottom: 15px
    }

    .footer_block_div .footer_container .footer_links.footer_link_list li a {
        font-size: 14px;
        line-height: 22px
    }

    .home_redirect_link {
        margin: 20px 0 0
    }

    .colletion_list_div .inner_container_width .search_right {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }

    .colletion_list_div .inner_container_width .serach_left {
        float: left;
        width: 100%;
        margin-bottom: 20px
    }

    .cart_inner_pro li .pro_thumbanil_image {
        width: 90%;
        display: inline-block
    }

    .cart_inner_pro li .pro_description_pro {
        display: inline-block;
        text-align: left;
        padding-left: 0;
        vertical-align: middle;
        float: none;
        width: 90%;
        margin-top: 20px
    }

    .last_tabbed_add_to_cart .pro_price {
        float: left;
        width: 100%
    }

    header .inner_header_part {
        padding: 0 10px
    }

    .page_heading_text h1,
    .page_heading_text .h1,
    .page_heading_text h2,
    .page_heading_text .h2 {
        font-size: 24px;
        line-height: 42px
    }

    .blog_container_width {
        padding: 0 10px
    }

    #LoginHeading,
    #RecoverHeading,
    .heading_part h2,
    .heading_part .h2 {
        line-height: 28px
    }

    .container {
        padding: 0 10px
    }

    .mw-product-options .mw-options-container .mw-option-radio .mw_options_list li {
        flex-grow: 0;
        width: 33.33%;
        flex-basis: auto
    }

    .mw-product-options .mw-options-container .mw-option-radio .mw_options_list li .option-value-label {
        line-height: 20px
    }

    .checkout_button_cart .btn,
    .checkout_button_cart .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .checkout_button_cart .shopify-payment-button__button--unbranded {
        float: none;
        max-width: 265px;
        margin: 0 5px;
        width: 265px
    }

    .mw-edit-options-container {
        text-align: left
    }

    .mw-edit-options-container .mw-edit-options-form .mw-product-options .mw-options-container select {
        width: 100%
    }

    .mw-edit-options-container .mw-option-select label {
        text-align: left !important
    }

    .mw-edit-options-container .close-popup {
        top: -8px
    }

    .collection_template_page .page_refund_desc .card-header .card-link {
        font-size: 16px
    }

    .blog_desc_title a h3,
    .blog_desc_title a .h3 {
        font-size: 18px;
        line-height: 22px
    }

    .blog_page_collection_grid {
        margin-top: 20px
    }

    .blog_article_image_article .page_heading_text_blog h1,
    .blog_article_image_article .page_heading_text_blog .h1 {
        font-size: 18px;
        line-height: 22px
    }

    .not_availabel_text h5,
    .not_availabel_text .h5 {
        font-size: 16px
    }

    .breadcrumb_banner {
        padding: 0 10px
    }

    .pro_dec_title h2,
    .pro_dec_title .h2,
    .recent-title h2,
    .recent-title .h2 {
        font-size: 18px;
        line-height: 26px
    }

    .mw-product-options .mw-options-container .mw-option-radio.ring_metal_type .mw_options_list li {
        width: 100%;
        flex-basis: auto
    }

    .mw-edit-options-container .mw-product-options .mw-options-container .mw-option-text label {
        margin-bottom: 10px;
        text-align: left
    }

    .mw-edit-options-container .mw-product-options .mw-options-container .mw-option-text input {
        width: 100%
    }

    .mw-edit-options-container .mw-product-options .mw-options-container .mw-option-text.gotra_clan .mw-option-description {
        text-align: left
    }

    .search_list_sub_item .pro_description .pro_name {
        margin-right: 0;
        margin-top: 15px
    }

    .search_list_sub_item .pro_description .pro_name:after {
        display: none
    }

    .inner_list_collection .spe_res {
        margin: 0 -5px
    }

    .wa-chat-btn-fixed img {
        margin: 0 !important
    }

    .wa-chat-button-cta-text {
        display: none !important
    }

    .block-cart-header .cart-container {
        padding: 20px 15px
    }

    .block-cart-header .cart-container .heading_text {
        padding-bottom: 15px
    }

    .block-cart-header .cart-container .heading_text h2,
    .block-cart-header .cart-container .heading_text .h2 {
        padding: 0;
        font-size: 22px
    }

    .block-cart-header .cart-container .heading_text .cart-close {
        line-height: 26px
    }

    .inner-empty h5,
    .inner-empty .h5,
    .inner-empty span {
        font-size: 18px
    }

    .inner-empty .btn,
    .inner-empty .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .inner-empty .shopify-payment-button__button--unbranded {
        margin-top: 20px
    }

    .nav_tabs_div h4.active_tab,
    .nav_tabs_div .active_tab.h4 {
        color: #ba8d32
    }

    .nav_tabs_div h4.active_tab svg,
    .nav_tabs_div .active_tab.h4 svg {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }

    .nav_tabs_div h4.active_tab svg path,
    .nav_tabs_div .active_tab.h4 svg path {
        fill: #ba8d32
    }

    .description_gemstone p {
        font-size: 15px
    }

    .mw-product-options .mw-options-container .mw-option-text.gotra_clan label {
        margin-bottom: 20px
    }

    .mw-product-options .mw-options-container .mw-option-text {
        padding: 12px 0
    }

    .mw-product-options .mw-options-container .mw-option-select {
        text-align: center !important
    }

    .validation-error {
        float: left;
        width: 100%;
        top: 5px !important
    }

    .blog_orev_next_btn a.btn,
    .blog_orev_next_btn .shopify-payment-button a.shopify-payment-button__button--unbranded,
    .shopify-payment-button .blog_orev_next_btn a.shopify-payment-button__button--unbranded {
        min-width: 110px;
        margin: 0
    }

    .form-inline .form-group {
        margin-bottom: 0
    }

    .mw-product-options .mw-options-container .mw-option-text {
        text-align: center
    }

    .mw-product-options .mw-options-container .mw-option-select.metal_here select {
        width: 200px
    }

    .mw-product-options .mw-options-container .mw-option-select.substitute_diamond label,
    .mw-product-options .mw-options-container .mw-option-select.substitute_diamond select,
    .mw-product-options .mw-options-container .mw-option-select.ring_size_system label,
    .mw-product-options .mw-options-container .mw-option-select.ring_size_system select,
    .mw-product-options .mw-options-container .mw-option-select.metal_here label {
        width: 100%
    }

    .mw-product-options .mw-options-container .mw-option-select.metal_here select,
    .mw-product-options .mw-options-container .mw-option-select.substitute_diamond select,
    .mw-product-options .mw-options-container .mw-option-select.ring_size_system select,
    .mw-product-options .mw-options-container .mw-option-select.ring_size_selection select {
        max-width: 100%;
        width: 340px
    }

    .input_group_newsletter.klaviyo-form,
    .input_group_newsletter.klaviyo-form input {
        width: 100%
    }

    .newsleter_div .heading_text h2,
    .newsleter_div .heading_text .h2 {
        font-size: 24px
    }

    .description_tq h1,
    .description_tq .h1 {
        line-height: 32px
    }

    .pfa_logo_wrap.pfa_list_4:before,
    .pfa_logo_wrap.pfa_list_7:after {
        right: 70px
    }

    .pfa_logo_wrap.pfa_list_7:before {
        right: -188px
    }

    .pfa_banner h1,
    .pfa_banner .h1 {
        font-size: 22px;
        line-height: 30px
    }

    .pfa_banner {
        padding: 80px 0
    }

    .pfa_middle {
        padding: 20px 0
    }

    .ring_size_selection .mw-option-description {
        left: 0;
        right: 0;
        bottom: auto;
        top: 0;
        position: relative !important;
        margin-bottom: 10px
    }

    .image_with_overlay_all .btn,
    .image_with_overlay_all .shopify-payment-button .shopify-payment-button__button--unbranded,
    .shopify-payment-button .image_with_overlay_all .shopify-payment-button__button--unbranded {
        margin-top: 30px
    }

    .description h1,
    .description .h1 {
        font-size: 24px !important;
        line-height: 32px !important
    }

    #RegisterForm div.input_field_group:nth-child(odd) {
        margin-right: 0
    }

    #RegisterForm .input_field_group {
        width: 100%
    }

    .reset_head {
        font-size: 26px
    }
}

@media (max-width: 479px) {
    .navbar.mobile_nav .menu-toggle {
        width: 21px
    }

    header .inner_header_part .center_nav .logo_image img {
        max-width: 140px
    }

    .hero_banner .inner_hero_banner .image_banner img {
        height: 625px !important
    }

    .hero_banner .inner_hero_banner .image_banner img {
        object-position: top left
    }

    .colletion_list_div .secondary_container .btn_bar {
        margin: 30px 0 0
    }

    .cms_service_block {
        margin: 0
    }

    .pagination li {
        height: 25px;
        width: 25px
    }

    .pagination li a {
        line-height: 30px
    }

    .pagination li a.btn,
    .pagination li .shopify-payment-button a.shopify-payment-button__button--unbranded,
    .shopify-payment-button .pagination li a.shopify-payment-button__button--unbranded {
        padding: 0;
        line-height: 26px
    }
}

@media (max-width: 450px) {
    .pfa_logo_wrap figure {
        max-width: 140px
    }

    .pfa_logo_wrap.pfa_list_4:before,
    .pfa_logo_wrap.pfa_list_7:after {
        right: 15px
    }

    .pfa_logo_wrap.pfa_list_7:before {
        right: -222px;
        width: 475px;
        top: -159px
    }
}

@media (max-width: 374px) {
    header .inner_header_part .center_nav {
        right: 60px
    }

    .colletion_list_div .grid_colection_loop .spe_res {
        margin: 0
    }

    .desc_text li {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 30px;
        padding-bottom: 20px
    }

    .desc_text ul {
        margin: 0 0 0 30px
    }

    .collection_banner img {
        height: 240px
    }

    .description_tq .desc_label p {
        font-size: 14px
    }

    .error_inner_content .error_text h1,
    .error_inner_content .error_text .h1 {
        font-size: 20px
    }

    .inner_part_page {
        min-height: 330px
    }

    .filter_bar_collection select {
        width: 210px !important
    }

    .collection_grid_div .inner_grid_part .collection_grid_item {
        width: 100%
    }

    .left_serach_pro {
        width: 64%
    }

    .right_serach_pro {
        width: 34%
    }

    .cart_pro_grid_item {
        width: 100%
    }

    .checkout_button_cart {
        margin: 0
    }

    .search_list_sub_item {
        width: 100%
    }

    .footer_block_div .footer_container .footer_links.newsleter_div .contact-form .input_group_newsletter input[type=email] {
        font-size: 20px
    }

    .mw-product-options .mw-options-container .mw-option-radio .mw_options_list {
        display: block
    }

    .mw-product-options .mw-options-container .mw-option-radio .mw_options_list li {
        width: 100%;
        margin: 20px auto
    }

    .inner_pro_desc p {
        font-size: 16px
    }

    .subcollection_page .spe_res .collectio-sub_coll .collection_grid_item {
        width: 100%
    }

    .mw-product-options .mw-options-container .mw-option-radio.option_designs .mw_options_list,
    .mw-product-options .mw-options-container .mw-option-radio.silver_pendant_design .mw_options_list {
        display: flex
    }

    .inner_cart_detail .text_cart_total {
        margin-bottom: 0
    }

    .serv_grid_item .outer_box .desc_text_serv p {
        font-size: 14px;
        line-height: 20px
    }

    .pagination li {
        height: 20px;
        width: 20px
    }

    .pagination li a {
        line-height: 24px;
        font-size: 14px
    }

    .pagination li a.btn,
    .pagination li .shopify-payment-button a.shopify-payment-button__button--unbranded,
    .shopify-payment-button .pagination li a.shopify-payment-button__button--unbranded {
        line-height: 22px
    }

    .recent_grid_item {
        width: 100%
    }

    .footer_block_div .footer_container .footer_links.footer_link_list li a {
        font-size: 13px
    }

    .colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail a .collection_name h3,
    .colletion_list_div .grid_colection_loop .spe_res .inner_collectio_grid .collection_grid_item .colletion_grid_inner_item .thumbnail a .collection_name .h3 {
        font-size: 13px !important
    }

    .blog_orev_next_btn a.btn,
    .blog_orev_next_btn .shopify-payment-button a.shopify-payment-button__button--unbranded,
    .shopify-payment-button .blog_orev_next_btn a.shopify-payment-button__button--unbranded {
        min-width: 90px
    }

    .date_desc p {
        font-size: 13px
    }
}

@-webkit-keyframes autofillsearch {
    to {
        color: #202020;
        background: transparent
    }
}

.input_search_group input:-webkit-autofill,
.input_group_newsletter input[type=email]:-webkit-autofill,
.left_login_detail .form-vertical input:-webkit-autofill,
.register_form input:-webkit-autofill {
    -webkit-animation-name: autofillsearch;
    -webkit-animation-fill-mode: both
}

.register_form select:-webkit-autofill {
    -webkit-animation-name: autofillsearch;
    -webkit-animation-fill-mode: both
}

input,
html,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input::-ms-clear {
    display: none
}

input:focus,
html:focus,
textarea:focus,
button:focus,
select:focus,
a:focus {
    outline: 0
}

.widgets-filter-overlay {
    background: rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    cursor: pointer
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: .3s
}

#myImg:hover {
    opacity: .7
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: #000000e6
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px
}

.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 700;
    transition: .3s
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

div#myModal_img {
    opacity: 1;
    z-index: 9999999999;
    transform: none
}

#ring_size_chart {
    z-index: 999999999;
    transform: none;
    padding: 0 !important;
    overflow: hidden;
    opacity: 1
}

#ring_size_chart .modal-content {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    left: 0;
    max-width: 90%;
    width: 1200px;
    overflow: auto;
    height: 80vh;
    animation-duration: 0s
}

.close_chart {
    height: 15px;
    width: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.close_chart svg {
    height: 100%;
    width: 100%
}

.close_chart svg polygon {
    fill: #fff !important
}

.zoomContainer {
    z-index: 9
}

.blur-up.lazyload {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: filter .2s, -webkit-filter .2s;
    width: 100%
}

.blur-up.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0)
}

.input_srch_group input[type=search]::placeholder {
    color: #ba8d32;
    opacity: 1
}

header .inner_header_part .search_widget input[type=search]::-moz-placeholder {
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

header .inner_header_part .search_widget input[type=search]:-moz-placeholder {
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

header .inner_header_part .search_widget input[type=search]:focus::-webkit-input-placeholder {
    color: transparent
}

header .inner_header_part .search_widget input[type=search]:focus::-moz-placeholder {
    color: transparent
}

header .inner_header_part .search_widget input[type=search]:-moz-placeholder {
    color: transparent
}

@-webkit-keyframes autofill {
    to {
        color: #ba8d32;
        background: transparent;
        font-size: 25px !important
    }
}

.input_srch_group input[type=search]:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

.txt_butn:focus {
    outline: 0
}

header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul li:last-child a,
header .nav_bar_menu ul li.megamenu .site-nav__dropdown ul li:first-child a {
    padding: 0
}

#more {
    display: block;
    margin: 20px auto 0
}

.more_first+.more_first~.more_first {
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden
}

@font-face {
    font-family: dinregular;
    src: url(din-bold-webfont.woff2) format("woff2"), url(din-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

/*# sourceMappingURL=/s/files/1/0262/0981/2559/t/49/assets/theme.scss.css.map?v=111195941831015487771665718707 */