a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}
.rev_slider_wrapper {
    font-family: Nunito;
}
.flexslider {
    font-family: Nunito;
}
*,
input,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    padding: 0;
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="search"],
input[type="text"],
input[type="button"],
input[type="email"],
button,
input[type="submit"] {
    outline: none;
    -moz-appearance: none;
}
body {
    background-color: #fff;
    overflow-x: hidden;
}
footer .wrapper,
.footer-bottom .wrapper {
    padding: 0 4%;
}
@media screen and (max-width: 1199px) {
    footer .wrapper,
    .footer-bottom .wrapper {
        padding: 0 2%;
    }
}
@media screen and (max-width: 967px) {
    footer .wrapper,
    .footer-bottom .wrapper {
        padding: 0 1%;
    }
}
.wrapper {
    *zoom: 1;
    max-width: 100%;
    margin: 0 auto;
    clear: both;
}
.wrapper:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width: 1199px) {
    .wrapper {
        padding: 0 0px;
    }
}
@media screen and (max-width: 767px) {
    .wrapper {
        padding: 0 0px;
    }
}
.container-bg {
    float: left;
    width: 100%;
    padding: 0 3%;
}
@media screen and (max-width: 967px) {
    .container-bg {
        padding: 0 4%;
    }
}
hr {
    clear: both;
    border-top: solid #e4e4e4;
    border-width: 1px 0 0;
    margin: 30px 0;
    height: 0;
}
hr.hr--small {
    margin: 15px 0;
}
hr.hr--clear {
    border-top-color: transparent;
}
.template-index .main-content .grid-uniform + hr.hr--clear {
    display: none;
}
.container {
    max-width: 1420px;
    margin: auto;
}
@media screen and (max-width: 1599px) {
    .container {
        width: 90%;
    }
}
@media screen and (max-width: 567px) {
    .container {
        width: 90%;
    }
}
body,
input,
textarea,
button,
select {
    color: #686464;
    letter-spacing: 0em;
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 967px) {
    body,
    input,
    textarea,
    button,
    select {
        font-size: 14px;
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
.sidebar .widget_custom_block .support_section .support_text h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #3a3a3a;
    font-family: Nunito;
    font-weight: normal;
    letter-spacing: 0em;
    margin: 0 0 15px;
    line-height: 1.4;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.sidebar .widget_custom_block .support_section .support_text h5 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    text-decoration: none;
    font-weight: inherit;
}
h1,
.h1 {
    font-size: 44;
    text-transform: none;
}
@media screen and (max-width: 1599px) {
    h1,
    .h1 {
        font-size: 55;
    }
}
h2,
.h2 {
    font-size: 40px;
}
@media screen and (max-width: 1599px) {
    h2,
    .h2 {
        font-size: 30px;
    }
}
h3,
.h3 {
    font-size: 30px;
    text-transform: none;
}
@media screen and (max-width: 1599px) {
    h3,
    .h3 {
        font-size: 22px;
    }
}
h4,
.h4 {
    font-size: 24px;
}
@media screen and (max-width: 1599px) {
    h4,
    .h4 {
        font-size: 20px;
    }
}
h5,
.h5 {
    font-size: 20px;
}
@media screen and (max-width: 1599px) {
    h5,
    .h5 {
        font-size: 18px;
    }
}
h6,
.sidebar .widget_custom_block .support_section .support_text h5,
.h6 {
    font-size: 18px;
}
@media screen and (max-width: 1599px) {
    h6,
    .sidebar .widget_custom_block .support_section .support_text h5,
    .h6 {
        font-size: 16px;
    }
}
p {
    margin: 0 0 15px 0;
}
p img {
    margin: 0;
}
em {
    font-style: italic;
}
b,
strong {
    font-weight: bold;
}
small {
    font-size: 0.9em;
}
sup,
sub {
    position: relative;
    font-size: 60%;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.5em;
}
blockquote {
    margin: 0 0 10px;
    padding: 15px 30px;
}
blockquote p {
    margin-bottom: 0;
}
blockquote p + cite {
    margin-top: 15px;
}
blockquote cite {
    display: block;
    font-size: 0.75em;
}
blockquote cite:before {
    content: "\2014 \0020";
}
code,
pre {
    font-size: 1em;
    border: 0 none;
    padding: 0 2px;
}
pre {
    overflow: auto;
    padding: 15px;
    margin: 0 0 30px;
}
ul,
ol {
    margin: 0;
    padding: 0 0 0 15px;
}
.inline-list li {
    float: left;
    margin: 0 7px 0 0;
    list-style: none;
}
@media screen and (max-width: 767px) {
    .inline-list li {
        float: none;
        display: inline-block;
    }
}
.inline-list li:last-child {
    margin-right: 0;
}
.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    font-weight: bold;
}
table th,
table td {
    border: 1px solid #e4e4e4;
    font-family: Nunito;
    padding: 12px;
}
.grid,
.grid--rev,
.grid--full,
.grid-uniform {
    *zoom: 1;
}
.grid:after,
.grid--rev:after,
.grid--full:after,
.grid-uniform:after {
    content: "";
    display: table;
    clear: both;
}
.grid__item.clear {
    clear: both;
}
.grid,
.grid--rev,
.grid--full,
.grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
}
.grid__item {
    float: left;
    min-height: 1px;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid--rev {
    direction: rtl;
    text-align: left;
}
.grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right;
}
.grid--full {
    margin-left: 0;
}
.one-whole {
    width: 100%;
}
.one-half {
    width: 50%;
}
.one-third {
    width: 33.333%;
}
.two-thirds {
    width: 66.656%;
}
.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.666%;
}
.two-sixths {
    width: 33.333%;
}
.three-sixths {
    width: 50%;
}
.four-sixths {
    width: 66.666%;
}
.five-sixths {
    width: 83.333%;
}
.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%;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
@media only screen and (max-width: 567px) {
    .small--one-whole {
        width: 100%;
    }
    .small--one-half {
        width: 50%;
    }
    .small--one-third {
        width: 33.333%;
    }
    .small--two-thirds {
        width: 66.656%;
    }
    .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.666%;
    }
    .small--two-sixths {
        width: 33.333%;
    }
    .small--three-sixths {
        width: 50%;
    }
    .small--four-sixths {
        width: 66.666%;
    }
    .small--five-sixths {
        width: 83.333%;
    }
    .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--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;
    }
    .small--left {
        float: left !important;
    }
    .small--right {
        float: right !important;
    }
    .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--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;
    }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
    .medium--one-whole {
        width: 100%;
    }
    .medium--one-half {
        width: 50%;
    }
    .medium--one-third {
        width: 33.333%;
    }
    .medium--two-thirds {
        width: 66.656%;
    }
    .medium--one-quarter {
        width: 25%;
    }
    .medium--two-quarters {
        width: 50%;
    }
    .medium--three-quarters {
        width: 75%;
    }
    .medium--one-fifth {
        width: 20%;
    }
    .medium--two-fifths {
        width: 40%;
    }
    .medium--three-fifths {
        width: 60%;
    }
    .medium--four-fifths {
        width: 80%;
    }
    .medium--one-sixth {
        width: 16.666%;
    }
    .medium--two-sixths {
        width: 33.333%;
    }
    .medium--three-sixths {
        width: 50%;
    }
    .medium--four-sixths {
        width: 66.666%;
    }
    .medium--five-sixths {
        width: 83.333%;
    }
    .medium--one-eighth {
        width: 12.5%;
    }
    .medium--two-eighths {
        width: 25%;
    }
    .medium--three-eighths {
        width: 37.5%;
    }
    .medium--four-eighths {
        width: 50%;
    }
    .medium--five-eighths {
        width: 62.5%;
    }
    .medium--six-eighths {
        width: 75%;
    }
    .medium--seven-eighths {
        width: 87.5%;
    }
    .medium--one-tenth {
        width: 10%;
    }
    .medium--two-tenths {
        width: 20%;
    }
    .medium--three-tenths {
        width: 30%;
    }
    .medium--four-tenths {
        width: 40%;
    }
    .medium--five-tenths {
        width: 50%;
    }
    .medium--six-tenths {
        width: 60%;
    }
    .medium--seven-tenths {
        width: 70%;
    }
    .medium--eight-tenths {
        width: 80%;
    }
    .medium--nine-tenths {
        width: 90%;
    }
    .medium--show {
        display: block !important;
    }
    .medium--hide {
        display: none !important;
    }
    .medium--text-left {
        text-align: left !important;
    }
    .medium--text-right {
        text-align: right !important;
    }
    .medium--text-center {
        text-align: center !important;
    }
    .medium--left {
        float: left !important;
    }
    .medium--right {
        float: right !important;
    }
    .grid-uniform .medium--one-half:nth-child(2n + 1),
    .grid-uniform .medium--one-third:nth-child(3n + 1),
    .grid-uniform .medium--one-quarter:nth-child(4n + 1),
    .grid-uniform .medium--one-fifth:nth-child(5n + 1),
    .grid-uniform .medium--one-sixth:nth-child(6n + 1),
    .grid-uniform .medium--two-sixths:nth-child(3n + 1),
    .grid-uniform .medium--three-sixths:nth-child(2n + 1),
    .grid-uniform .medium--two-eighths:nth-child(4n + 1),
    .grid-uniform .medium--four-eighths:nth-child(2n + 1),
    .grid-uniform .medium--five-tenths:nth-child(2n + 1),
    .grid-uniform .medium--one-twelfth:nth-child(12n + 1),
    .grid-uniform .medium--two-twelfths:nth-child(6n + 1),
    .grid-uniform .medium--three-twelfths:nth-child(4n + 1),
    .grid-uniform .medium--four-twelfths:nth-child(3n + 1),
    .grid-uniform .medium--six-twelfths:nth-child(2n + 1) {
        clear: both;
    }
}
@media only screen and (max-width: 767px) {
    .medium-down--one-whole {
        width: 100%;
    }
    .medium-down--one-half {
        width: 50%;
    }
    .medium-down--one-third {
        width: 33.333%;
    }
    .medium-down--two-thirds {
        width: 66.656%;
    }
    .medium-down--one-quarter {
        width: 25%;
    }
    .medium-down--two-quarters {
        width: 50%;
    }
    .medium-down--three-quarters {
        width: 75%;
    }
    .medium-down--one-fifth {
        width: 20%;
    }
    .medium-down--two-fifths {
        width: 40%;
    }
    .medium-down--three-fifths {
        width: 60%;
    }
    .medium-down--four-fifths {
        width: 80%;
    }
    .medium-down--one-sixth {
        width: 16.666%;
    }
    .medium-down--two-sixths {
        width: 33.333%;
    }
    .medium-down--three-sixths {
        width: 50%;
    }
    .medium-down--four-sixths {
        width: 66.666%;
    }
    .medium-down--five-sixths {
        width: 83.333%;
    }
    .medium-down--one-eighth {
        width: 12.5%;
    }
    .medium-down--two-eighths {
        width: 25%;
    }
    .medium-down--three-eighths {
        width: 37.5%;
    }
    .medium-down--four-eighths {
        width: 50%;
    }
    .medium-down--five-eighths {
        width: 62.5%;
    }
    .medium-down--six-eighths {
        width: 75%;
    }
    .medium-down--seven-eighths {
        width: 87.5%;
    }
    .medium-down--one-tenth {
        width: 10%;
    }
    .medium-down--two-tenths {
        width: 20%;
    }
    .medium-down--three-tenths {
        width: 30%;
    }
    .medium-down--four-tenths {
        width: 40%;
    }
    .medium-down--five-tenths {
        width: 50%;
    }
    .medium-down--six-tenths {
        width: 60%;
    }
    .medium-down--seven-tenths {
        width: 70%;
    }
    .medium-down--eight-tenths {
        width: 80%;
    }
    .medium-down--nine-tenths {
        width: 90%;
    }
    .medium-down--show {
        display: block !important;
    }
    .medium-down--hide {
        display: none !important;
    }
    .medium-down--text-left {
        text-align: left !important;
    }
    .medium-down--text-right {
        text-align: right !important;
    }
    .medium-down--text-center {
        text-align: center !important;
    }
    .medium-down--left {
        float: left !important;
    }
    .medium-down--right {
        float: right !important;
    }
    .grid-uniform .medium-down--one-half:nth-child(2n + 1),
    .grid-uniform .medium-down--one-third:nth-child(3n + 1),
    .grid-uniform .medium-down--one-quarter:nth-child(4n + 1),
    .grid-uniform .medium-down--one-fifth:nth-child(5n + 1),
    .grid-uniform .medium-down--one-sixth:nth-child(6n + 1),
    .grid-uniform .medium-down--two-sixths:nth-child(3n + 1),
    .grid-uniform .medium-down--three-sixths:nth-child(2n + 1),
    .grid-uniform .medium-down--two-eighths:nth-child(4n + 1),
    .grid-uniform .medium-down--four-eighths:nth-child(2n + 1),
    .grid-uniform .medium-down--five-tenths:nth-child(2n + 1),
    .grid-uniform .medium-down--one-twelfth:nth-child(12n + 1),
    .grid-uniform .medium-down--two-twelfths:nth-child(6n + 1),
    .grid-uniform .medium-down--three-twelfths:nth-child(4n + 1),
    .grid-uniform .medium-down--four-twelfths:nth-child(3n + 1),
    .grid-uniform .medium-down--six-twelfths:nth-child(2n + 1) {
        clear: both;
    }
}
@media only screen and (min-width: 768px) and (max-width: 967px) {
    .large--one-whole {
        width: 100%;
    }
    .large--one-half {
        width: 50%;
    }
    .large--one-third {
        width: 33.333%;
    }
    .large--two-thirds {
        width: 66.656%;
    }
    .large--one-quarter {
        width: 25%;
    }
    .large--two-quarters {
        width: 50%;
    }
    .large--three-quarters {
        width: 75%;
    }
    .large--one-fifth {
        width: 20%;
    }
    .large--two-fifths {
        width: 40%;
    }
    .large--three-fifths {
        width: 60%;
    }
    .large--four-fifths {
        width: 80%;
    }
    .large--one-sixth {
        width: 16.666%;
    }
    .large--two-sixths {
        width: 33.333%;
    }
    .large--three-sixths {
        width: 50%;
    }
    .large--four-sixths {
        width: 66.666%;
    }
    .large--five-sixths {
        width: 83.333%;
    }
    .large--one-eighth {
        width: 12.5%;
    }
    .large--two-eighths {
        width: 25%;
    }
    .large--three-eighths {
        width: 37.5%;
    }
    .large--four-eighths {
        width: 50%;
    }
    .large--five-eighths {
        width: 62.5%;
    }
    .large--six-eighths {
        width: 75%;
    }
    .large--seven-eighths {
        width: 87.5%;
    }
    .large--one-tenth {
        width: 10%;
    }
    .large--two-tenths {
        width: 20%;
    }
    .large--three-tenths {
        width: 30%;
    }
    .large--four-tenths {
        width: 40%;
    }
    .large--five-tenths {
        width: 50%;
    }
    .large--six-tenths {
        width: 60%;
    }
    .large--seven-tenths {
        width: 70%;
    }
    .large--eight-tenths {
        width: 80%;
    }
    .large--nine-tenths {
        width: 90%;
    }
    .large--show {
        display: block !important;
    }
    .large--hide {
        display: none !important;
    }
    .large--text-left {
        text-align: left !important;
    }
    .large--text-right {
        text-align: right !important;
    }
    .large--text-center {
        text-align: center !important;
    }
    .large--left {
        float: left !important;
    }
    .large--right {
        float: right !important;
    }
    .grid-uniform .large--one-half:nth-child(2n + 1),
    .grid-uniform .large--one-third:nth-child(3n + 1),
    .grid-uniform .large--one-quarter:nth-child(4n + 1),
    .grid-uniform .large--one-fifth:nth-child(5n + 1),
    .grid-uniform .large--one-sixth:nth-child(6n + 1),
    .grid-uniform .large--two-sixths:nth-child(3n + 1),
    .grid-uniform .large--three-sixths:nth-child(2n + 1),
    .grid-uniform .large--two-eighths:nth-child(4n + 1),
    .grid-uniform .large--four-eighths:nth-child(2n + 1),
    .grid-uniform .large--five-tenths:nth-child(2n + 1),
    .grid-uniform .large--one-twelfth:nth-child(12n + 1),
    .grid-uniform .large--two-twelfths:nth-child(6n + 1),
    .grid-uniform .large--three-twelfths:nth-child(4n + 1),
    .grid-uniform .large--four-twelfths:nth-child(3n + 1),
    .grid-uniform .large--six-twelfths:nth-child(2n + 1) {
        clear: both;
    }
}
@media only screen and (min-width: 968px) and (max-width: 1199px) {
    .post-large--one-whole {
        width: 100%;
    }
    .post-large--one-half {
        width: 50%;
    }
    .post-large--one-third {
        width: 33.333%;
    }
    .post-large--two-thirds {
        width: 66.656%;
    }
    .post-large--one-quarter {
        width: 25%;
    }
    .post-large--two-quarters {
        width: 50%;
    }
    .post-large--three-quarters {
        width: 75%;
    }
    .post-large--one-fifth {
        width: 20%;
    }
    .post-large--two-fifths {
        width: 40%;
    }
    .post-large--three-fifths {
        width: 60%;
    }
    .post-large--four-fifths {
        width: 80%;
    }
    .post-large--one-sixth {
        width: 16.666%;
    }
    .post-large--two-sixths {
        width: 33.333%;
    }
    .post-large--three-sixths {
        width: 50%;
    }
    .post-large--four-sixths {
        width: 66.666%;
    }
    .post-large--five-sixths {
        width: 83.333%;
    }
    .post-large--one-eighth {
        width: 12.5%;
    }
    .post-large--two-eighths {
        width: 25%;
    }
    .post-large--three-eighths {
        width: 37.5%;
    }
    .post-large--four-eighths {
        width: 50%;
    }
    .post-large--five-eighths {
        width: 62.5%;
    }
    .post-large--six-eighths {
        width: 75%;
    }
    .post-large--seven-eighths {
        width: 87.5%;
    }
    .post-large--one-tenth {
        width: 10%;
    }
    .post-large--two-tenths {
        width: 20%;
    }
    .post-large--three-tenths {
        width: 30%;
    }
    .post-large--four-tenths {
        width: 40%;
    }
    .post-large--five-tenths {
        width: 50%;
    }
    .post-large--six-tenths {
        width: 60%;
    }
    .post-large--seven-tenths {
        width: 70%;
    }
    .post-large--eight-tenths {
        width: 80%;
    }
    .post-large--nine-tenths {
        width: 90%;
    }
    .post-large--show {
        display: block !important;
    }
    .post-large--hide {
        display: none !important;
    }
    .post-large--text-left {
        text-align: left !important;
    }
    .post-large--text-right {
        text-align: right !important;
    }
    .post-large--text-center {
        text-align: center !important;
    }
    .post-large--left {
        float: left !important;
    }
    .post-large--right {
        float: right !important;
    }
    .grid-uniform .post-large--one-half:nth-child(2n + 1),
    .grid-uniform .post-large--one-third:nth-child(3n + 1),
    .grid-uniform .post-large--one-quarter:nth-child(4n + 1),
    .grid-uniform .post-large--one-fifth:nth-child(5n + 1),
    .grid-uniform .post-large--one-sixth:nth-child(6n + 1),
    .grid-uniform .post-large--two-sixths:nth-child(3n + 1),
    .grid-uniform .post-large--three-sixths:nth-child(2n + 1),
    .grid-uniform .post-large--two-eighths:nth-child(4n + 1),
    .grid-uniform .post-large--four-eighths:nth-child(2n + 1),
    .grid-uniform .post-large--five-tenths:nth-child(2n + 1),
    .grid-uniform .post-large--one-twelfth:nth-child(12n + 1),
    .grid-uniform .post-large--two-twelfths:nth-child(6n + 1),
    .grid-uniform .post-large--three-twelfths:nth-child(4n + 1),
    .grid-uniform .post-large--four-twelfths:nth-child(3n + 1),
    .grid-uniform .post-large--six-twelfths:nth-child(2n + 1) {
        clear: both;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 5000px) {
    .wide--one-whole {
        width: 100%;
    }
    .wide--one-half {
        width: 50%;
    }
    .wide--one-third {
        width: 33.333%;
    }
    .wide--two-thirds {
        width: 66.656%;
    }
    .wide--one-quarter {
        width: 25%;
    }
    .wide--two-quarters {
        width: 50%;
    }
    .wide--three-quarters {
        width: 75%;
    }
    .wide--one-fifth {
        width: 20%;
    }
    .wide--two-fifths {
        width: 40%;
    }
    .wide--three-fifths {
        width: 60%;
    }
    .wide--four-fifths {
        width: 80%;
    }
    .wide--one-sixth {
        width: 16.666%;
    }
    .wide--two-sixths {
        width: 33.333%;
    }
    .wide--three-sixths {
        width: 50%;
    }
    .wide--four-sixths {
        width: 66.666%;
    }
    .wide--five-sixths {
        width: 83.333%;
    }
    .wide--one-eighth {
        width: 12.5%;
    }
    .wide--two-eighths {
        width: 25%;
    }
    .wide--three-eighths {
        width: 37.5%;
    }
    .wide--four-eighths {
        width: 50%;
    }
    .wide--five-eighths {
        width: 62.5%;
    }
    .wide--six-eighths {
        width: 75%;
    }
    .wide--seven-eighths {
        width: 87.5%;
    }
    .wide--one-tenth {
        width: 10%;
    }
    .wide--two-tenths {
        width: 20%;
    }
    .wide--three-tenths {
        width: 30%;
    }
    .wide--four-tenths {
        width: 40%;
    }
    .wide--five-tenths {
        width: 50%;
    }
    .wide--six-tenths {
        width: 60%;
    }
    .wide--seven-tenths {
        width: 70%;
    }
    .wide--eight-tenths {
        width: 80%;
    }
    .wide--nine-tenths {
        width: 90%;
    }
    .wide--show {
        display: block !important;
    }
    .wide--hide {
        display: none !important;
    }
    .wide--text-left {
        text-align: left !important;
    }
    .wide--text-right {
        text-align: right !important;
    }
    .wide--text-center {
        text-align: center !important;
    }
    .wide--left {
        float: left !important;
    }
    .wide--right {
        float: right !important;
    }
    .grid-uniform .wide--one-half:nth-child(2n + 1),
    .grid-uniform .wide--one-third:nth-child(3n + 1),
    .grid-uniform .wide--one-quarter:nth-child(4n + 1),
    .grid-uniform .wide--one-fifth:nth-child(5n + 1),
    .grid-uniform .wide--one-sixth:nth-child(6n + 1),
    .grid-uniform .wide--two-sixths:nth-child(3n + 1),
    .grid-uniform .wide--three-sixths:nth-child(2n + 1),
    .grid-uniform .wide--two-eighths:nth-child(4n + 1),
    .grid-uniform .wide--four-eighths:nth-child(2n + 1),
    .grid-uniform .wide--five-tenths:nth-child(2n + 1),
    .grid-uniform .wide--one-twelfth:nth-child(12n + 1),
    .grid-uniform .wide--two-twelfths:nth-child(6n + 1),
    .grid-uniform .wide--three-twelfths:nth-child(4n + 1),
    .grid-uniform .wide--four-twelfths:nth-child(3n + 1),
    .grid-uniform .wide--six-twelfths:nth-child(2n + 1) {
        clear: both;
    }
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
@media screen and (min-width: 768px) {
    .post-large--display-table {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    .post-large--display-table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }
}
a,
.text-link {
    color: #686464;
    text-decoration: none;
    outline: none;
    background: transparent;
}
a:hover,
a:focus,
.text-link:hover,
.text-link:focus {
    color: #000001;
}
button {
    overflow: visible;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="number"] {
    display: block;
    margin: 10px 0;
    width: 100%;
    outline: none;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.btn,
.btn--secondary,
input.btn--secondary,
.btn--tertiary,
input.btn--tertiary,
input[type="submit"],
.dt-sc-button,
.shopify-payment-button .shopify-payment-button__button--unbranded {
    background: #000001;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #fff;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 10px 15px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1599px) {
    .btn,
    .btn--secondary,
    input.btn--secondary,
    .btn--tertiary,
    input.btn--tertiary,
    input[type="submit"],
    .dt-sc-button,
    .shopify-payment-button .shopify-payment-button__button--unbranded {
        padding: 10px 24px;
    }
}
@media screen and (max-width: 1199px) {
    .btn,
    .btn--secondary,
    input.btn--secondary,
    .btn--tertiary,
    input.btn--tertiary,
    input[type="submit"],
    .dt-sc-button,
    .shopify-payment-button .shopify-payment-button__button--unbranded {
        padding: 10px 20px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .btn,
    .btn--secondary,
    input.btn--secondary,
    .btn--tertiary,
    input.btn--tertiary,
    input[type="submit"],
    .dt-sc-button,
    .shopify-payment-button .shopify-payment-button__button--unbranded {
        padding: 10px 24px;
    }
}
@media screen and (max-width: 567px) {
    .btn,
    .btn--secondary,
    input.btn--secondary,
    .btn--tertiary,
    input.btn--tertiary,
    input[type="submit"],
    .dt-sc-button,
    .shopify-payment-button .shopify-payment-button__button--unbranded {
        padding: 6px 15px;
    }
}
.btn:hover,
.btn--secondary:hover,
.btn--tertiary:hover,
input[type="submit"]:hover,
.dt-sc-button:hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
    background: #93051c;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
}
.btn:hover:not([disabled]),
.btn--secondary:hover:not([disabled]),
.btn--tertiary:hover:not([disabled]),
input[type="submit"]:hover:not([disabled]),
.btn:active,
.btn--secondary:active,
.btn--tertiary:active,
input[type="submit"]:active,
.btn:focus,
.btn--secondary:focus,
.btn--tertiary:focus,
input[type="submit"]:focus,
.dt-sc-button:hover:not([disabled]),
.dt-sc-button:active,
.dt-sc-button:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]),
.shopify-payment-button .shopify-payment-button__button--unbranded:active,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus {
    background: #93051c;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
}
.shopify-payment-button {
    float: left;
    margin-bottom: 10px;
}
.shopify-payment-button .shopify-payment-button__button--unbranded {
    width: auto;
}
.shopify-payment-button .shopify-payment-button__button--hidden {
    display: none;
}
.btn--small {
    padding: 4px 5px;
    font-size: em(12px);
}
.btn--large {
    padding: 12px 15px;
    font-size: em(16px);
}
.btn--full {
    width: 100%;
}
.btn--tertiary,
input.btn--tertiary {
    margin: 0;
    background-color: #fff;
    color: #000001;
    border: 1px solid #e4e4e4;
}
.btn--tertiary:hover,
input.btn--tertiary:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    background-color: #000001;
}
.btn--tertiary:active,
.btn--tertiary:focus,
input.btn--tertiary:active,
input.btn--tertiary:focus {
    background-color: #90071d;
}
select.btn--tertiary {
    padding: 6px 28px 6px 10px;
    font-size: 0.85em;
}
.text-link {
    display: inline;
    border: 0 none;
    padding: 0;
    margin: 0;
}
.success {
    color: #56ad6a;
}
.error {
    color: #d02e2e;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
img.auto,
.grid__item img,
.grid__item iframe {
    max-width: 100%;
}
.table-wrapper {
    max-width: 100%;
    overflow: auto;
    float: left;
    width: 100%;
}
form {
    margin-bottom: 30px;
}
input,
textarea,
button,
select {
    font-size: 1em;
}
button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="tel"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0 0 20px;
    outline: none;
}
input,
textarea,
select,
fieldset {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    max-width: 100%;
}
input.input-full,
textarea.input-full,
select.input-full,
fieldset.input-full {
    width: 100%;
}
input,
select,
textarea {
    padding: 12px 15px;
    line-height: 1.42;
}
fieldset {
    border: 1px solid #e4e4e4;
    padding: 15px;
}
legend {
    border: 0;
    padding: 0;
}
optgroup {
    font-weight: bold;
}
input {
    display: inline-block;
    width: auto;
}
button,
input[type="submit"] {
    cursor: pointer;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
    border: 1px solid #e4e4e4;
    max-width: 100%;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #b1b1b1;
}
input[type="text"][disabled],
input[type="text"].disabled,
input[type="search"][disabled],
input[type="search"].disabled,
input[type="password"][disabled],
input[type="password"].disabled,
input[type="email"][disabled],
input[type="email"].disabled,
input[type="file"][disabled],
input[type="file"].disabled,
input[type="number"][disabled],
input[type="number"].disabled,
input[type="tel"][disabled],
input[type="tel"].disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
    cursor: default;
    background-color: #f6f6f6;
    border-color: #b6b6b6;
}
textarea {
    min-height: 140px;
    overflow: auto;
    resize: none;
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin: 0;
    padding: 0;
}
input[type="radio"] {
    vertical-align: middle;
    margin-top: -1px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url("ico-selectf30c.svg?v=2311470713116691728");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
    outline: none;
}
.ie9 select,
.lt-ie9 select {
    padding-right: 10px;
    background-image: none;
}
option {
    color: #686464;
    background-color: #fff;
}
select::-ms-expand {
    display: none;
}
.hidden-label {
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
label,
legend {
    display: block;
    margin-bottom: 2px;
}
label.inline,
legend.inline {
    display: inline;
}
.form-horizontal label.label--hidden,
label.label--hidden,
.form-horizontal legend.label--hidden,
legend.label--hidden {
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.ie9 .form-horizontal label.label--hidden,
.lt-ie9 .form-horizontal label.label--hidden,
.ie9 label.label--hidden,
.lt-ie9 label.label--hidden,
.ie9 .form-horizontal legend.label--hidden,
.lt-ie9 .form-horizontal legend.label--hidden,
.ie9 legend.label--hidden,
.lt-ie9 legend.label--hidden {
    height: auto;
    width: auto;
    margin-bottom: 2px;
    overflow: visible;
}
.form-horizontal label:not(.label--hidden),
.form-horizontal legend:not(.label--hidden) {
    font-size: 0.9em;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    font-weight: normal;
}
form.form-horizontal,
.form-horizontal {
    margin-bottom: 0;
}
form.form-horizontal input[type="text"],
form.form-horizontal input[type="search"],
form.form-horizontal input[type="password"],
form.form-horizontal input[type="email"],
form.form-horizontal input[type="file"],
form.form-horizontal input[type="number"],
form.form-horizontal input[type="tel"],
form.form-horizontal textarea,
form.form-horizontal select,
form.form-horizontal label,
.form-horizontal input[type="text"],
.form-horizontal input[type="search"],
.form-horizontal input[type="password"],
.form-horizontal input[type="email"],
.form-horizontal input[type="file"],
.form-horizontal input[type="number"],
.form-horizontal input[type="tel"],
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
}
@media screen and (min-width: 768px) {
    .form-horizontal ~ .form-horizontal {
        padding-left: 15px;
    }
}
@media screen and (max-width: 767px) {
    .form-horizontal ~ .form-horizontal {
        margin-top: 7.5px;
    }
}
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
    border-color: #d02e2e;
    background-color: #fff6f6;
    color: #d02e2e;
}
label.error {
    color: #d02e2e;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .btn,
.input-group .btn--secondary,
.input-group .btn--tertiary,
.input-group input[type="submit"],
.input-group .input-group-field {
    height: 37px;
}
.input-group .input-group-field:first-child,
.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child > .btn,
.input-group .input-group-btn:first-child > .btn--secondary,
.input-group .input-group-btn:first-child > .btn--tertiary,
.input-group .input-group-btn:first-child > input[type="submit"],
.input-group input[type="hidden"]:first-child + .input-group-field,
.input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
.input-group input[type="hidden"]:first-child + .input-group-btn > .btn--secondary,
.input-group input[type="hidden"]:first-child + .input-group-btn > .btn--tertiary,
.input-group input[type="hidden"]:first-child + .input-group-btn > input[type="submit"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.input-group .input-group-field:last-child,
.input-group .input-group-btn:last-child > .btn,
.input-group .input-group-btn:last-child > .btn--secondary,
.input-group .input-group-btn:last-child > .btn--tertiary,
.input-group .input-group-btn:last-child > input[type="submit"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px;
}
.input-group-field,
.input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}
.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0;
}
input[type="checkbox"],
.custom-radio input[type="radio"] {
    vertical-align: top;
    margin-right: 10px;
    display: none;
}
input[type="checkbox"] {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}
input[type="checkbox"] + label {
    line-height: 20px;
    padding-left: 26px;
    cursor: pointer;
    margin-bottom: 9px;
    position: relative;
}
input[type="checkbox"] + label:before {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 0;
    border: 1px solid #000000;
    width: 16px;
    height: 16px;
    background-color: #fff;
}
input[type="checkbox"] + label:after {
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    top: 6px;
    left: 3px;
    border: 2px solid #232323;
    border-top: none;
    border-right: none;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(-45deg);
    -moz-transform: scale(0) rotate(-45deg);
    -ms-transform: scale(0) rotate(-45deg);
    -o-transform: scale(0) rotate(-45deg);
    transform: scale(0) rotate(-45deg);
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1) rotate(-45deg);
    -moz-transform: scale(1) rotate(-45deg);
    -ms-transform: scale(1) rotate(-45deg);
    -o-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
}
.custom-radio input[type="radio"] + label {
    cursor: pointer;
    margin-bottom: 9px;
    position: relative;
    padding-left: 24px;
    line-height: 18px;
}
.custom-radio input[type="radio"] + label:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.custom-radio input[type="radio"] + label:after {
    position: absolute;
    content: "";
    border: 4px solid #030d1d;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: 5px;
    left: 3px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.custom-radio input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.custom-radio input[type="radio"]:checked + label:after,
.custom-radio input[type="radio"] + label:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 767px) {
    .search-bar {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}
@font-face {
    font-family: "icons";
    src: url("icons2654.html?5056");
    src: url("icons2654.html?5056#iefix") format("embedded-opentype"), url("icons2654-2.html?5056") format("woff"), url("icons2654-3.html?5056") format("truetype"), url("icons0672.svg?v=10030422846255678419#timber-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}
.icon-fallback-text .icon {
    display: none;
}
.supports-fontface .icon-fallback-text .icon {
    display: inline-block;
}
.supports-fontface .icon-fallback-text .fallback-text {
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
}
.icon:before {
    display: none;
}
.supports-fontface .icon:before {
    display: inline;
    font-family: "icons";
    text-decoration: none;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.breadcrumb {
    background: #f3f3f3;
    padding: 20px 10px 28px;
    float: left;
    width: 100%;
    height: auto;
    color: #686464;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0;
}
@media screen and (max-width: 967px) {
    .breadcrumb {
        padding: 15px 10px 18px;
    }
}
.breadcrumb h1 {
    color: #3a3a3a;
    display: inline-block;
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 2.25em;
}
@media screen and (max-width: 767px) {
    .breadcrumb h1 {
        font-size: 26px;
    }
}
@media screen and (max-width: 567px) {
    .breadcrumb h1 {
        font-size: 22px;
        width: 100%;
    }
}
.breadcrumb a,
.breadcrumb span {
    display: inline;
    font-size: 1em;
    padding-right: 2px;
    margin-right: 2px;
    color: #3a3a3a;
}
.breadcrumb a:first-child,
.breadcrumb span:first-child {
    padding-left: 0;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
    color: #000001;
}
.breadcrumb__sep {
    font-size: 1.4em;
}
.parallax {
    float: left;
    width: 100%;
    text-align: center;
    height: auto;
    background-attachment: fixed;
    overflow: hidden;
    padding: 80px 0px;
}
@media screen and (max-width: 967px) {
    .parallax {
        background-attachment: inherit;
    }
}
.tags {
    float: left;
    width: 100%;
}
.tags a {
    display: inline-block;
    padding: 10px 7px 10px 0;
    margin-right: 12px;
}
.tags li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
}
.tag--active a {
    color: #000001;
}
.support-section-content {
    display: inline-block;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 567px) {
    .support-section-content {
        text-align: left;
    }
}
.support-section {
    float: left;
    text-align: center;
    width: 100%;
    padding: 80px 0px 0;
}
.support-section i {
    display: inline-block;
    margin-right: 15px;
    margin-top: 0px;
    font-size: 50px;
}
@media screen and (max-width: 967px) {
    .support-section i {
        font-size: 32px;
        margin-right: 7px;
    }
}
@media screen and (max-width: 567px) {
    .support-section i {
        float: left;
        margin-right: 15px;
    }
}
.footer-support p {
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    text-align: center;
}
.footer-model-9 .app_store {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
@media screen and (max-width: 567px) {
    .footer-model-9 .app_store {
        padding-top: 0;
    }
}
.footer-model-9 .social_icons_bg ul {
    list-style: none;
    padding: 0;
}
.footer-model-9 .social_icons_bg .inline-list li {
    float: none;
    display: inline-block;
    margin: 0 20px 0 0;
}
@media screen and (max-width: 1199px) {
    .footer-model-9 .social_icons_bg .inline-list li {
        margin-bottom: 5px;
    }
}
.footer-model-9 .site-footer {
    padding: 120px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.footer-model-9 .site-footer:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.footer-model-9 .site-footer .grid-uniform {
    border-bottom: 1px solid;
    padding-bottom: 60px;
}
@media screen and (max-width: 967px) {
    .footer-model-9 .site-footer .grid-uniform {
        padding-bottom: 20px;
    }
}
.footer-model-9 .site-footer h4 {
    font-size: 24px;
    font-weight: 700;
}
@media screen and (max-width: 967px) {
    .footer-model-9 .site-footer h4 {
        font-size: 20px;
    }
}
.footer-model-9 .site-footer p {
    margin-bottom: 20px;
}
.footer-model-9 .site-footer .link li {
    margin-bottom: 5px;
}
.footer-model-9 .site-footer .address p,
.footer-model-9 .site-footer .link li {
    position: relative;
    padding-left: 30px;
    float: left;
    width: 100%;
}
@media screen and (max-width: 967px) {
    .footer-model-9 .site-footer .address p,
    .footer-model-9 .site-footer .link li {
        font-size: 14px;
    }
}
.footer-model-9 .site-footer .address p i,
.footer-model-9 .site-footer .link li i {
    left: 0;
    position: absolute;
}
.footer-model-9 .site-footer .social-icons {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.footer-model-9 .site-footer .social-icons li a span {
    border: 0;
}
.footer-model-9 .site-footer .grid-uniform .grid__item {
    border: none;
}
@media screen and (max-width: 767px) {
    .footer-model-9 .site-footer .grid-uniform .grid__item {
        padding-bottom: 0px;
        padding-right: 0;
    }
}
.footer-model-9 .site-footer .grid-uniform .grid__item form {
    border: none;
    float: none;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}
@media screen and (max-width: 967px) {
    .footer-model-9 .site-footer .grid-uniform .grid__item.wide--three-quarters {
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .footer-model-9 .site-footer .grid-uniform .grid__item.wide--three-quarters {
        padding-left: 0px;
    }
}
.footer-model-9 .site-footer .footer-bottom {
    float: left;
    width: 100%;
    margin: 0px 0 0;
}
.footer-model-9 .site-footer .footer-bottom .footer-bottom__menu {
    float: left;
}
@media screen and (max-width: 967px) {
    .footer-model-9 .site-footer .footer-bottom .footer-bottom__menu {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .footer-model-9 .site-footer .footer-bottom .footer-bottom__menu {
        margin-bottom: 20px;
    }
}
.footer-model-9 .site-footer .footer-bottom .footer-bottom__menu.grid__item {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 15px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.footer-model-9 .site-footer .footer-bottom .footer-bottom__menu ul {
    list-style: none;
    padding: 0;
}
.footer-model-9 .site-footer .footer-bottom .footer-bottom__menu ul li {
    display: inline-block;
}
.footer-model-9 .site-footer .footer-bottom .footer-bottom__menu ul li a {
    padding: 0 10px;
    display: inline-block;
    line-height: normal;
}
@media screen and (max-width: 1199px) {
    .footer-model-9 .site-footer .footer-bottom .footer-bottom__menu ul li a {
        padding: 0 7px;
    }
}
.footer-model-9 .site-footer .footer-bottom .footer-bottom__menu ul li:last-child a {
    border-right: none !important;
}
.footer-model-9 .site-footer input {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    max-width: 100%;
}
.footer-model-9 .site-footer .address p {
    line-height: 30px;
    width: 100%;
}
.footer-model-9 .site-footer .grid__item {
    padding-right: 40px;
}
@media screen and (max-width: 967px) {
    .footer-model-9 .site-footer .grid__item {
        padding-right: 10px;
    }
}
.footer-model-9 .site-footer .grid__item:last-child {
    padding-right: 0;
    padding-bottom: 0px;
}
.footer-model-9 .footer-logo {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    vertical-align: middle;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .footer-model-9 .footer-logo {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
}
.footer-model-9 .footer_social_links {
    list-style: none;
    padding: 50px 0;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 0px;
}
@media screen and (max-width: 767px) {
    .footer-model-9 .footer_social_links {
        width: 100%;
        padding-bottom: 0;
    }
}
.footer-model-9 .footer_social_links h4 {
    text-align: center;
}
.footer-model-9 .footer_social_links ul li a {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
}
@media screen and (max-width: 767px) {
    .footer-model-9 .footer-icons {
        margin: 0;
    }
}
.footer-model-9 .footer-bottom {
    float: left;
    width: 100%;
    margin: 0px 0 0;
}
.footer-model-9 .copyright {
    float: left;
    text-align: center;
    padding: 0px 0;
    margin-top: 6px;
}
@media screen and (max-width: 767px) {
    .footer-model-9 .copyright {
        width: 100%;
        margin: 0 0 15px;
    }
}
.footer-model-9 .copyright_left {
    float: right;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 967px) {
    .footer-model-9 .copyright_left {
        width: 100%;
        margin-bottom: 10px;
    }
}
.footer-model-9 h5 {
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .footer-model-9 h4 {
        font-size: 22px;
    }
}
.footer-model-9 .footer-icons.text-center {
    float: none;
}
.footer-model-9 .footer-icons.text-center ul {
    width: 100%;
}
.footer-model-9 .footer-icons.text-center ul li {
    display: inline-block;
    float: none;
}
@media screen and (max-width: 767px) {
    .footer-model-9 .footer-icons .payment-icons {
        text-align: center;
    }
}
.footer-model-9 .footer-icons .payment-icons li a img {
    width: auto;
    height: auto;
}
.footer-model-9 .footer-icons .payment_section {
    float: right;
    margin-top: 0px;
}
@media screen and (max-width: 767px) {
    .footer-model-9 .footer-icons .payment_section {
        width: 100%;
    }
}
.footer-model-9 .footer-icons .copyright-section.text-center .copyright {
    float: none;
    padding: 0px 0 0;
}
@media screen and (max-width: 767px) {
    .footer-model-9 .footer-icons .footer_social_links,
    .footer-model-9 .footer-icons .app_store {
        padding: 30px 15px;
    }
}
input,
textarea {
    color: #686464;
    background: none;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
    color: #686464;
}
.note,
.errors {
    display: inline-block;
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    font-size: 16px;
    text-align: left;
}
.note ul,
.note ol,
.errors ul,
.errors ol {
    margin-top: 0;
    margin-bottom: 0;
}
.note li:last-child,
.errors li:last-child {
    margin-bottom: 0;
}
.note p,
.errors p {
    margin-bottom: 0;
}
.note {
    border-color: #e4e4e4;
}
.errors ul {
    margin-left: 10px;
}
.errors ul li {
    margin-bottom: 5px;
}
.form-success {
    color: #56ad6a;
    background-color: #ecfef0;
    border-color: #56ad6a;
}
.form-success a {
    color: #56ad6a;
    text-decoration: underline;
}
.form-success a:hover {
    text-decoration: none;
}
.form-error,
.errors {
    color: #d02e2e;
    background-color: #fff6f6;
    border-color: #d02e2e;
}
.form-error a,
.errors a {
    color: #d02e2e;
    text-decoration: underline;
}
.form-error a:hover,
.errors a:hover {
    text-decoration: none;
}
.pagination {
    margin-bottom: 1em;
}
.pagination-custom {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}
@media screen and (max-width: 567px) {
    .pagination-custom {
        margin-top: 40px;
    }
}
.pagination-custom > li {
    display: inline-block;
}
.pagination-custom > li a.enable-arrow {
    background: #000001;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #fff;
}
.pagination-custom > li a.enable-arrow:hover {
    background: #93051c;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
}
.pagination-custom > li > a,
.pagination-custom > li > span {
    position: relative;
    float: left;
    padding: 8px 13px;
    margin-left: -1px;
    line-height: 1.42;
    text-decoration: none;
    background: #000001;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #fff;
    margin-right: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.pagination-custom > li > a:hover,
.pagination-custom > li > span:hover {
    background: #93051c;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
}
.pagination-custom > li:first-child > a,
.pagination-custom > li:first-child > span {
    margin-left: 0;
}
.pagination-custom > li > .active > a,
.pagination-custom > li > .active > span,
.pagination-custom > li > .active > a:hover,
.pagination-custom > li > .active > span:hover,
.pagination-custom > li > .active > a:focus,
.pagination-custom > li > .active > span:focus {
    background: #93051c;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
    cursor: default;
    z-index: 2;
}
.pagination-custom > li > .disabled > a,
.pagination-custom > li > .disabled > span,
.pagination-custom > li > .disabled > a:hover,
.pagination-custom > li > .disabled > a:focus {
    cursor: not-allowed;
}
.pagination-custom-sm > li > a,
.pagination-custom-sm > li > span {
    padding: 8px 13px;
    font-size: em(12px);
}
.pagination-custom-lg > li > a,
.pagination-custom-lg > li > span {
    padding: 10px 16px;
    font-size: em(18px);
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6,
.rte .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .rte h5 {
    margin-top: 2em;
}
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child,
.rte .sidebar .widget_custom_block .support_section .support_text h5:first-child,
.sidebar .widget_custom_block .support_section .support_text .rte h5:first-child {
    margin-top: 0;
}
.rte > div {
    margin-bottom: 15px;
}
.rte ul,
.rte ol {
    margin-left: 35px;
}
.rte ul ul {
    list-style: circle outside;
}
.rte li {
    margin-bottom: 0.4em;
}
.rte img {
    max-width: 100%;
    height: auto;
}
.rte table {
    table-layout: fixed;
}
.rte--header {
    margin-bottom: 30px;
}
.section-header {
    margin-bottom: 15px;
}
.section-header--small {
    margin-bottom: 0;
}
.section-header--medium {
    margin-bottom: 7.5px;
}
.section-header--large {
    margin-bottom: 30px;
}
.section-header--breadcrumb {
    margin-bottom: 15px;
}
.section-header__title {
    color: #3a3a3a;
}
span.large-font-text {
    font-size: 200px;
    float: left;
    width: 100%;
    margin: 0 0 30px;
    line-height: normal;
    color: #3a3a3a;
}
@media screen and (max-width: 967px) {
    span.large-font-text {
        font-size: 140px;
    }
}
@media screen and (max-width: 767px) {
    span.large-font-text {
        font-size: 90px;
    }
}
@media screen and (max-width: 767px) {
    span.large-font-text {
        font-size: 70px;
    }
}
.section-header__title--left,
.section-header__link--right {
    padding-bottom: 12px;
    margin-bottom: 0;
}
.section-header__link--right {
    margin-top: 15px;
}
@media screen and (min-width: 768px) {
    .section-header {
        display: table;
        width: 100%;
    }
    .section-header__title--left {
        display: table-cell;
        vertical-align: middle;
    }
    .section-header__title--left h1,
    .section-header__title--left h2,
    .section-header__title--left h3,
    .section-header__title--left h4,
    .section-header__title--left .h1,
    .section-header__title--left .h2,
    .section-header__title--left .h3,
    .section-header__title--left .h4 {
        margin-bottom: 0;
    }
    .section-header__link--right {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 550px;
        margin-top: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
    .section-header__link--right {
        margin-bottom: 30px;
    }
}
.section-header__link--right .form-horizontal {
    display: inline-block;
}
.section-header__link--right .form-horizontal,
.section-header__link--right .collection-view {
    vertical-align: middle;
}
.section-header__link--right select,
.section-header__link--right option {
    color: #686464;
}
@media screen and (min-width: 568px) {
    .section-header__link--right label + select,
    .section-header__link--right .collection-view {
        margin-left: 15px;
    }
    .section-header__link--right label:not(.label--hidden) + select {
        margin-left: 5px;
    }
}
@media screen and (min-width: 768px) {
    .section-header__link--right select {
        max-width: 200px;
    }
}
@media screen and (max-width: 767px) {
    .template-collection .section-header__link--right {
        display: block;
        width: 100%;
        margin-top: 0;
    }
    .template-collection .section-header__link--right .form-horizontal {
        width: 100%;
    }
    .template-collection .section-header__link--right .form-horizontal select {
        width: 100%;
        margin-left: 0;
    }
}
.view-more {
    clear: both;
    display: block;
    font-size: 0.85em;
    text-align: center;
    margin-top: 15px;
}
@media screen and (min-width: 768px) {
    .view-more {
        display: none;
    }
}
.site-header__menubar {
    float: left;
    width: 100%;
    height: 95px;
}
@media screen and (max-width: 1199px) {
    .site-header__menubar {
        height: auto;
        background: #ffffff;
    }
}
.menubar-section {
    padding: 0 0px;
}
.site-header__logo {
    text-align: center;
    margin: 7px auto 7px 0px;
    max-width: 100%;
    font-size: 30px;
}
@media screen and (max-width: 967px) {
    .site-header__logo {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .site-header__logo {
        margin-bottom: 20px;
    }
}
.site-header__logo a {
    margin: 0 auto;
}
.site-header__logo a,
.site-header__logo a:hover,
.site-header__logo a:focus {
    text-decoration: none;
}
.site-header__logo img,
.site-header__logo .logo_name {
    margin: 0 auto;
}
img {
    max-width: 100%;
}
.site-header--text-links {
    margin-bottom: 0;
}
.header-message {
    text-align: center;
    margin: 15px 0 0;
    line-height: 1;
}
@media screen and (max-width: 1199px) {
    .header-message {
        margin-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .header-message {
        margin-bottom: 30px;
        margin-left: 0;
    }
}
@media screen and (min-width: 768px) {
    .header-message {
        margin-bottom: 15px;
    }
}
.comment {
    margin-bottom: 30px;
}
.comment + .comment {
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
}
.meta-sep {
    position: relative;
    padding: 0 2px;
    font-size: 16px;
}
.blog-date {
    margin-top: -0.5em;
}
aside h4 ~ h4 {
    margin-top: 45px;
}
aside time em {
    font-size: 0.8em;
}
@media screen and (max-width: 767px) {
    article {
        margin-bottom: 30px;
    }
}
.article__image {
    display: block;
    margin: auto;
}
.cart__row {
    position: relative;
    padding: 30px 12px;
    float: left;
    width: 100%;
}
.cart__row + .cart__row {
    border-bottom: 1px solid #e4e4e4;
}
.cart__row .js-qty {
    margin: 0;
}
.cart__row .cart__image {
    display: block;
    margin-right: 15px;
}
@media screen and (max-width: 767px) {
    .cart__row .cart__image {
        margin-right: 0;
    }
}
.cart__row .cart__image img {
    border: 1px solid rgba(3, 13, 29, 0.05);
    display: block;
}
@media screen and (max-width: 767px) {
    .cart__row .cart__image img {
        margin: auto;
    }
}
.cart__row .cart__subtotal,
.cart__row .cart-additional-savings__price {
    margin: 0 0 0 10px;
    display: inline;
}
.cart__row .cart__mini-labels {
    display: block;
    font-size: em(12px);
}
@media screen and (min-width: 768px) {
    .cart__row .cart__mini-labels {
        display: none;
    }
}
.cart__row input.cart__quantity-selector {
    width: 100px;
    margin: 0 auto;
}
.cart__row .cart__remove {
    display: block;
}
.cart__row .cart__note-add.is-hidden {
    display: none;
}
.cart__row .cart__note {
    display: none;
}
.cart__row .cart__note.is-active {
    display: block;
}
.cart__row .cart-item__discount,
.cart__row .cart-additional-savings__savings,
.cart__row .cart-subtotal__savings {
    display: block;
}
.cart__row .cart .btn,
.cart__row .cart .btn--secondary,
.cart__row .cart .btn--tertiary,
.cart__row .cart input[type="submit"] {
    margin-bottom: 4px;
}
@media screen and (max-width: 567px) {
    .cart__row .cart .btn,
    .cart__row .cart .btn--secondary,
    .cart__row .cart .btn--tertiary,
    .cart__row .cart input[type="submit"] {
        padding: 10px;
    }
}
.cart__row .cart__additional_checkout {
    margin: 15px 0 0;
}
.cart__row .cart__additional_checkout input {
    padding: 0;
}
.cart__row .cart__additional_checkout .google-wallet-button-holder {
    display: inline-block;
    vertical-align: 10px;
}
.product-single__photos {
    margin-bottom: 30px;
}
.product-single__photos a,
.product-single__photos img,
.product-single__thumbnails a,
.product-single__thumbnails img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.image-zoom {
    cursor: move;
}
.product-single__prices {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.product-single__price {
    color: #5e473e;
    font-size: 22.4px;
}
.product-single__sale-price {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: alpha(opacity=70);
    margin-left: 6px;
    font-size: 20.32px;
}
.change-view {
    display: block;
    background: none;
    border: 0 none;
    float: left;
    padding: 7px 8px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #e4e4e4;
    line-height: 1;
}
@media screen and (max-width: 967px) {
    .change-view {
        width: 37px;
        height: 37px;
    }
}
@media screen and (max-width: 567px) {
    .change-view {
        float: none;
        display: inline-block;
        text-align: center;
        margin-left: -3px;
    }
}
.change-view:hover,
.change-view:focus {
    color: #000001;
}
.change-view.grid-view {
    background-color: #ebebeb;
    color: #c2c2c2;
    margin-right: 12px;
}
@media screen and (max-width: 967px) {
    .change-view.grid-view {
        margin-right: 5px;
    }
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a .btn,
a .btn--secondary,
a .btn--tertiary,
a input[type="submit"] {
    -webkit-transition-timing-function: linear;
}
.slide-link {
    display: block;
    position: relative;
}
.slide-link img {
    display: block;
}
.slide_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
}
.dt-sc-hr-invisible-very-small,
.dt-sc-hr-invisible-small,
.dt-sc-hr-invisible-medium,
.dt-sc-hr-invisible-large {
    clear: both;
    display: block;
    padding: 0;
    width: 100%;
    float: left;
}
.dt-sc-hr-invisible-very-small {
    margin: 10px 0;
}
.dt-sc-hr-invisible-small {
    margin: 20px 0;
}
.dt-sc-hr-invisible-medium {
    margin: 25px 0;
}
.dt-sc-hr-invisible-large {
    margin: 45px 0;
}
@media screen and (max-width: 1599px) {
    .dt-sc-hr-invisible-large {
        margin: 30px 0px;
    }
}
.main-content {
    float: left;
    width: 100%;
    overflow-x: hidden;
}
.top_bar_right {
    float: right;
}
@media screen and (max-width: 1199px) {
    .top_bar_right {
        width: 100%;
        text-align: left;
    }
}
.header-top .close {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    padding: 0px;
    border: none;
    cursor: pointer;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
}
.promo_section .notification_text,
.notification_promo_code {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .promo_section .notification_text,
    .notification_promo_code {
        margin-bottom: 10px;
    }
}
.promo_section .notification_text p,
.promo_section .notification_text h6,
.promo_section .notification_text .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .promo_section .notification_text h5,
.notification_promo_code p,
.notification_promo_code h6,
.notification_promo_code .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .notification_promo_code h5 {
    margin: 0;
}
.notification_promo_code {
    padding-right: 40px;
}
@media screen and (max-width: 767px) {
    .notification_promo_code {
        text-align: center;
        width: 100%;
        padding-right: 0;
    }
}
.notify_discount {
    text-align: left;
    display: inline-block;
    margin: 0;
    padding-right: 40px;
}
@media screen and (max-width: 767px) {
    .notify_discount {
        padding-right: 0;
    }
}
.notify_discount p,
.notify_discount .notify_discount h4 {
    margin: 0;
}
.notification_promobtn {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .notification_promobtn {
        text-align: center;
        width: 100%;
        display: inline-block;
    }
}
.notification_promobtn .btn,
.notification_promobtn .btn--secondary,
.notification_promobtn .btn--tertiary,
.notification_promobtn input[type="submit"] {
    padding: 6px 24px;
}
.promo_section {
    display: table;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .promo_section {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}
.promo_section .notification_text h2 {
    padding-right: 10px;
    font-size: 32px;
    display: inline-block;
    margin: 0;
}
.notification_bar li a {
    margin-left: 5px;
    text-decoration: underline;
}
.top_bar {
    float: left;
    width: 100%;
    padding: 12px 15px;
}
@media screen and (max-width: 767px) {
    .top_bar {
        padding: 10px 7px;
    }
}
.top_bar ul {
    list-style: none;
    padding: 0;
}
.top_bar ul li {
    font-size: 13px;
    float: left;
    margin-right: 10px;
}
@media screen and (max-width: 1199px) {
    .top_bar ul li {
        float: left;
        width: 100%;
        padding-right: 0;
        margin-right: 0;
    }
}
.top_bar ul li span {
    padding-right: 10px;
}
@media screen and (max-width: 767px) {
    .top_bar ul li span {
        padding-right: 10px;
    }
}
@media screen and (max-width: 1199px) {
    .top_bar ul li i {
        display: none;
    }
}
.top_bar ul li button {
    background: none;
    border: none;
    margin: 0;
    line-height: normal;
    padding: 0;
}
.top_bar ul li form {
    padding: 0;
}
.top_bar ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.top_bar ul li:last-child span {
    padding-right: 0;
    border-right: none;
}
@media screen and (max-width: 767px) {
    .top_bar ul li:last-child span {
        padding-right: 0px;
    }
}
.top_bar .top_bar_left {
    float: left;
    padding: 0;
}
@media screen and (max-width: 1199px) {
    .top_bar .top_bar_left {
        width: 100%;
    }
}
.top_bar .top_bar_right,
.top_bar .top_bar_menu {
    float: right;
}
@media screen and (max-width: 1199px) {
    .top_bar .top_bar_right,
    .top_bar .top_bar_menu {
        width: 100%;
        float: left;
    }
}
.top_bar ul,
.top_bar .customer_account {
    float: left;
}
.top_bar ul li,
.top_bar .customer_account li {
    margin-right: 10px;
    padding-right: 0;
}
@media screen and (max-width: 1199px) {
    .top_bar ul li,
    .top_bar .customer_account li {
        margin-bottom: 12px;
        margin-right: 0;
    }
}
.top_bar ul li a,
.top_bar ul li span,
.top_bar .customer_account li a,
.top_bar .customer_account li span {
    padding-right: 10px;
}
@media screen and (max-width: 767px) {
    .top_bar ul li a,
    .top_bar ul li span,
    .top_bar .customer_account li a,
    .top_bar .customer_account li span {
        padding-right: 10px;
    }
}
.top_bar ul li:last-child,
.top_bar .customer_account li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.top_bar ul li:last-child span,
.top_bar ul li:last-child a,
.top_bar .customer_account li:last-child span,
.top_bar .customer_account li:last-child a {
    padding-right: 0;
    border-right: none;
}
@media screen and (max-width: 767px) {
    .top_bar ul li:last-child span,
    .top_bar ul li:last-child a,
    .top_bar .customer_account li:last-child span,
    .top_bar .customer_account li:last-child a {
        padding-right: 0px;
    }
}
.search_type1 .header-search {
    padding: 0 0px 0 0px;
}
@media screen and (max-width: 1199px) {
    .search_type1 .header-search {
        float: left;
        display: inline-block;
        margin: 0 0 0px;
    }
}
.header-search {
    position: relative;
}
@media screen and (max-width: 1199px) {
    .header-search {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 0px;
    }
}
@media screen and (max-width: 1199px) {
    .header-search input#search {
        display: none;
    }
}
.header-search .header_toggle {
    position: relative;
    display: block;
    padding: 0px 0px 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .header-search .header_toggle {
        display: none;
    }
}
.main-menu ul {
    padding: 0;
    list-style: none;
}
@media screen and (max-width: 1199px) {
    .main-menu .menu_bar_left_customer {
        padding: 20px 20px 10px;
        float: left;
        margin-bottom: 10px;
        border-bottom: 1px solid #e4e4e4;
        width: 100%;
    }
    .main-menu .menu_bar_left_customer li {
        float: left;
        list-style: none;
        margin-bottom: 5px;
        margin-right: 20px;
    }
    .main-menu .menu_bar_left_customer .menu_bar_right li a {
        font-size: 14px;
    }
    .main-menu .menu_bar_left_customer .menu_bar_right li a i {
        margin-right: 7px;
    }
}
@media screen and (max-width: 1199px) {
    .wrapper-container .appentMb .menu_bar_right {
        padding: 20px 0px 0;
        width: 100%;
        float: left;
    }
}
.header-panel-top .menu_bar_right .header_icon {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid #e4e4e4;
    padding-left: 20px;
}
.header-panel-top .menu_bar_right .header_icon .inline-list li {
    margin: 0 20px 0 0;
}
.header-panel-top .menu_bar_right .header_icon .inline-list li:last-child {
    margin: 0;
}
.header-panel-top .menu_bar_right .header_icon ul {
    list-style: none;
    padding: 0;
}
.site-header {
    z-index: 999;
    padding: 0px;
    float: left;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .site-header {
        padding: 0;
    }
}
@media screen and (min-width: 1200px) {
    .is-sticky .header-search {
        display: none;
    }
}
.desktop-megamenu {
    float: left;
    width: 100%;
}
.template-index .site-header {
    background: transparent !important;
}
@media screen and (min-width: 1200px) {
    .template-index .site-header {
        position: absolute;
    }
}
@media screen and (max-width: 1199px) {
    .header-type-8 .container-bg {
        padding: 0;
    }
}
@media screen and (min-width: 1200px) {
    .header-type-8 .site-header .site-header__menubar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
}
@media screen and (min-width: 1200px) {
    .header-type-8 .site-header .site-header__menubar .menubar-section {
        webkit-flex: 2 1 auto;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto;
        text-align: center;
        width: 20%;
        padding: 0 10px;
    }
}
@media screen and (min-width: 1200px) {
    .header-type-8 .site-header .site-header__menubar .order-header {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
.header-type-8 .site-header .site-header__menubar h1 {
    text-align: left;
}
@media screen and (min-width: 1200px) {
    .header-type-8 .site-header .site-header__menubar h1 a {
        float: left;
        width: 100%;
        text-align: center;
    }
}
.header-type-8 .site-header .site-header__menubar .site-header__logo {
    height: auto;
}
.header-type-8 .site-header .site-header__menubar .site-header__logo img,
.header-type-8 .site-header .site-header__menubar .site-header__logo .logo_name {
    vertical-align: middle;
    position: static;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.header-type-8 .site-header .site-nav {
    padding-left: 50px;
    float: left;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 1599px) {
    .header-type-8 .site-header .site-nav {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .header-type-8 .site-header .site-nav {
        padding-left: 0px;
    }
}
@media screen and (max-width: 1199px) {
    .header-type-8 .site-header .site-nav {
        text-align: left;
    }
}
.header-type-8 .site-header .site-nav > li {
    float: none;
    display: inline-block;
    margin: 0;
}
.header-type-8 .site-header .site-nav > li > a {
    font-weight: 600;
}
@media screen and (min-width: 1200px) {
    .header-type-8 .site-header .site-nav > li > a {
        padding: 34px 20px;
    }
}
.header-type-8 .menu-icon {
    font-size: 0;
    list-style: none;
    padding: 0;
}
.header-type-8 .menu-icon svg {
    width: 30px;
    height: 30px;
}
.header-type-8 .menu-icon li {
    font-size: 13px;
    float: left;
}
.header-type-8 .menu-icon li:last-child {
    border-right: 0;
}
.header-type-8 .menu-icon li.header_currency ul > li {
    padding: 0;
    border: none;
}
.header-type-8 .menu-icon li.header_currency ul > li .lang-currency-groups {
    margin: 0;
}
.header-type-8 .menu-icon li.header_currency ul > li .lang-currency-groups .dropdown-label {
    padding: 5px 0;
    margin-top: 3px;
}
@media screen and (min-width: 1200px) {
    .header-type-8 .menu-icon li a {
        padding: 5px 0;
        float: left;
    }
}
.header-type-8 .menu-icon .header-panel-top li li {
    display: block;
}
.header-type-8 .menu-icon .header-panel-top li li a {
    padding: 5px 0;
}
.header-type-8 .customer_account ul {
    list-style: none;
    padding: 0;
}
.header-type-8 .customer_account ul li {
    display: inline-block;
    list-style: none;
    padding: 0 0 0 25px;
}
@media screen and (max-width: 1599px) {
    .header-type-8 .customer_account ul li {
        padding: 0 0 0 15px;
    }
}
@media screen and (max-width: 1199px) {
    .header-type-8 .customer_account ul li {
        padding: 0 0;
    }
}
.header-type-8 #shopify-section-header-model-8 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto !important;
}
.header-type-8 .header-search,
.header-type-8 .header_cart {
    padding: 0;
    float: left;
    display: inline-block;
}
.header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow {
    display: inline-block;
}
.header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow #cartCount {
    display: none;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow .cartCountspan {
    display: none;
}
.header-type-8 .header-bar__module.cart .baskettop a.icon-cart-arrow #minicart_total {
    float: left;
    margin-top: -8px;
    font-size: 13px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.header-type-8 .nav-bar {
    float: none;
    width: auto;
}
.header-type-8 .quickSearchResultsWrap {
    left: auto;
    right: 0;
}
#slidedown-modal {
    width: 210px;
    padding: 10px 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -khtml-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1199px) {
    #slidedown-modal {
        right: 10px;
    }
}
#slidedown-modal form {
    padding: 0;
    margin: 0;
}
#slidedown-modal form button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
#slidedown-modal form button span {
    margin: 0;
    float: right;
}
.slidedown_section {
    float: left;
    z-index: 9;
    position: relative;
}
@media screen and (max-width: 767px) {
    .slidedown_section {
        float: none;
    }
}
.slidedown_section ul {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
}
.slidedown_section ul li span {
    display: none;
    float: right;
    margin: 0 0 0 20px;
    font-size: 14px;
    line-height: 24px;
}
.slidedown_section ul li span .fa {
    float: left;
    margin: 0 15px 0 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
}
.slidedown_section ul li.logout-link span.fa {
    padding: 5px 0;
}
.slidedown_section #menubar-section .slidedown_section ul li a {
    float: left;
    text-transform: capitalize;
    padding: 0 3px;
}
.slidedown_section #menubar-section .slidedown_section ul li a .icon-cart-arrow {
    padding: 33px 0px 33px 25px;
    font-size: 16px;
    cursor: pointer;
}
@media screen and (max-width: 967px) {
    .slidedown_section #menubar-section .slidedown_section ul li a .icon-cart-arrow {
        padding: 33px 10px 33px 10px;
    }
}
.slidedown_section:hover #slidedown-modal {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.header-bar__left {
    float: left;
}
@media screen and (max-width: 767px) {
    .header-bar__left {
        float: none;
        padding: 10px 0;
    }
}
.header-bar__left ul {
    list-style: none;
    margin: 0;
    float: left;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .header-bar__left ul {
        display: inline-block;
        width: 100%;
        text-align: center;
        float: none;
    }
}
.header-bar__left ul li {
    float: left;
    padding: 11px 15px 11px 0;
}
@media screen and (max-width: 967px) {
    .header-bar__left ul li {
        padding-right: 5px;
    }
}
@media screen and (max-width: 767px) {
    .header-bar__left ul li {
        float: none;
        display: inline-block;
    }
}
.header-bar__left ul li a:hover {
    color: #000001;
}
.header-bar__left ul li span {
    margin-right: 5px;
}
@media screen and (max-width: 967px) {
    .header-bar__left ul li span {
        margin-right: 3px;
    }
}
@media screen and (max-width: 767px) {
    .header-bar__left ul li span {
        margin-left: 5px;
    }
}
.header-bar__left ul li i {
    float: left;
}
.header-bar__left ul li.phone-no:before {
    content: "\f095";
}
.header-bar__left ul li.skype:before {
    content: "\f17e";
}
.header-bar__left ul li.phone-no:before,
.header-bar__left ul li.skype:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    float: left;
    margin-right: 5px;
}
@media screen and (max-width: 967px) {
    .header-bar__left ul li.phone-no:before,
    .header-bar__left ul li.skype:before {
        margin-right: 3px;
    }
}
.header-bar__search {
    float: left;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .header-bar__search {
        width: 100%;
        float: none;
        display: inline-block;
        text-align: center;
    }
}
.header-bar__search span {
    padding: 0;
}
.header-bar__search form {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .header-bar__search form {
        width: 85%;
        display: inline-block;
        text-align: center;
        margin: auto;
        border: 1px solid #e4e4e4;
    }
}
@media screen and (max-width: 567px) {
    .header-bar__search form {
        width: 100%;
    }
}
.header-bar__search form .header-bar__search-input {
    border: none;
    float: left;
    width: 85%;
    display: inline-block;
    margin: 0;
    padding: 14px 10px;
    background: transparent;
    min-height: 50px;
}
@media screen and (max-width: 1199px) {
    .header-bar__search form .header-bar__search-input {
        width: 78%;
    }
}
@media screen and (max-width: 967px) {
    .header-bar__search form .header-bar__search-input {
        width: 75%;
    }
}
@media screen and (max-width: 767px) {
    .header-bar__search form .header-bar__search-input {
        width: 87%;
        border: none;
    }
}
@media screen and (max-width: 567px) {
    .header-bar__search form .header-bar__search-input {
        width: 75%;
    }
}
.header-bar__search form .btn,
.header-bar__search form .btn--secondary,
.header-bar__search form .btn--tertiary,
.header-bar__search form input[type="submit"] {
    padding: 28px 17px !important;
    font-size: 16px;
    font-weight: normal;
    background: transparent;
    border: none;
    border-left: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    padding: 33px 20px;
    min-height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1199px) {
    .header-bar__search form .btn,
    .header-bar__search form .btn--secondary,
    .header-bar__search form .btn--tertiary,
    .header-bar__search form input[type="submit"] {
        padding: 33px 5px;
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .header-bar__search form .btn,
    .header-bar__search form .btn--secondary,
    .header-bar__search form .btn--tertiary,
    .header-bar__search form input[type="submit"] {
        float: right;
        border: none;
        border-left: 1px solid #e4e4e4;
    }
}
.header-bar__search form .btn span,
.header-bar__search form .btn--secondary span,
.header-bar__search form .btn--tertiary span,
.header-bar__search form input[type="submit"] span {
    border: none;
}
.header-bar__search form .btn:hover,
.header-bar__search form .btn--secondary:hover,
.header-bar__search form .btn--tertiary:hover,
.header-bar__search form input[type="submit"]:hover {
    color: #000001;
}
.header-bar__search form .btn:hover span,
.header-bar__search form .btn--secondary:hover span,
.header-bar__search form .btn--tertiary:hover span,
.header-bar__search form input[type="submit"]:hover span {
    border: none;
}
.header-bar {
    float: left;
    width: 100%;
    padding: 5px 15%;
}
@media screen and (max-width: 1199px) {
    .header-bar {
        padding: 0 10px;
    }
}
@media screen and (max-width: 967px) {
    .header-bar {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .header-bar {
        border: none;
    }
}
.header-bar .social-icons li {
    display: inline-block;
    float: left;
}
@media screen and (max-width: 767px) {
    .header-bar .social-icons li {
        float: none;
        display: inline-block;
        text-align: center;
    }
}
.header-bar .social-icons li a {
    display: inline-block;
    float: left;
    font-size: 14px;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .header-bar .social-icons li a {
        float: none;
    }
}
.header-bar .selection-box {
    position: relative;
}
.header-sticky {
    z-index: 999;
    float: left;
    width: 100%;
}
@media screen and (max-width: 967px) {
    .header-sticky .container {
        width: 100%;
    }
}
.sticky-logo img {
    display: none;
}
.sticky-animate {
    width: 100%;
    float: left;
    position: relative;
}
.is-sticky {
    height: auto !important;
}
.is-sticky .header-sticky {
    width: 100%;
    left: 0;
    right: 0;
}
.is-sticky .header-sticky .sticky-animate {
    box-shadow: 0 0 20px rgba(3, 13, 29, 0.06);
}
.is-sticky .sticky-logo img {
    display: inline-block;
    float: left;
    max-width: 97%;
}
@media screen and (max-width: 967px) {
    .is-sticky .sticky-logo img {
        max-width: 15%;
        padding-top: 10px;
        padding-right: 10px;
    }
}
.is-sticky .site-header__menubar {
    position: static;
}
.is-sticky .site-header__logo {
    border: none;
}
.is-sticky .grid__item:nth-child(2n) {
    float: right;
}
.is-sticky .menu-right-section {
    position: absolute;
    right: 15%;
    bottom: 0;
    z-index: 99;
}
.is-sticky .menu-right li a {
    padding: 16px 15px;
    font-size: 16px;
}
.is-sticky .header_top {
    display: none;
}
@media screen and (max-width: 967px) {
    .is-sticky .header_top {
        display: inline-block !important;
    }
}
.is-sticky .header-bar__search span {
    border: none;
}
.is-sticky .header-bar__search form .btn,
.is-sticky .header-bar__search form .btn--secondary,
.is-sticky .header-bar__search form .btn--tertiary,
.is-sticky .header-bar__search form input[type="submit"] {
    position: inherit;
}
.is-sticky .header-bar__search form .btn:hover,
.is-sticky .header-bar__search form .btn--secondary:hover,
.is-sticky .header-bar__search form .btn--tertiary:hover,
.is-sticky .header-bar__search form input[type="submit"]:hover {
    background: transparent;
    color: #000001;
    border-color: #000001;
}
.is-sticky ul.search-results {
    display: none !important;
}
.menubar-section #Togglemodal {
    cursor: pointer;
    float: left;
    padding: 33px 0 33px 15px;
    font-size: 16px;
}
.menu-middle-section {
    padding: 60px 0 0px 30px;
}
@media screen and (max-width: 767px) {
    .menu-middle-section {
        float: none;
        padding: 0;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
}
.menu-middle-section ul {
    list-style: none;
    padding: 0;
    float: right;
}
.search-page-form.search-bar {
    background: none;
    width: 45%;
}
@media screen and (max-width: 967px) {
    .search-page-form.search-bar {
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
    .search-page-form.search-bar {
        width: 100%;
    }
}
.border-title {
    text-align: center;
    width: 50%;
    margin: 0 auto 40px;
}
@media screen and (max-width: 1599px) {
    .border-title {
        width: 70%;
    }
}
@media screen and (max-width: 967px) {
    .border-title {
        margin-bottom: 20px;
        width: 80%;
    }
}
.border-title h2 {
    line-height: 1.1;
    padding-bottom: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}
.border-title h2 span {
    display: block;
}
.border-title h5 {
    margin-bottom: 40px;
    font-weight: normal;
}
.border-title h6,
.border-title .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .border-title h5 {
    color: #3a3a3a;
}
.border-title p {
    position: relative;
    margin: 0 auto;
}
.border-title p:after {
    content: "";
    background: rgba(0, 0, 0, 0);
    float: left;
    width: 100px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.border-title.text-center {
    width: 100%;
}
.border-title.text-center .small-desc {
    width: 40%;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .border-title.text-center .small-desc {
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
    .border-title.text-center .small-desc {
        width: 100%;
    }
}
.border-title.text-center h2:after {
    right: 0;
}
.border-title.text-right h2:after {
    right: 0;
}
.short-desc p {
    position: relative;
    display: inline-block;
    width: 50%;
    padding-bottom: 7px;
    margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
    .short-desc p {
        width: 60%;
    }
}
@media screen and (max-width: 967px) {
    .short-desc p {
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
    .short-desc p {
        width: 100%;
    }
}
.column.no-space {
    padding: 15px;
    margin-bottom: 20px;
}
@media screen and (max-width: 967px) {
    .column.no-space {
        padding: 5px;
    }
}
.product-collection.products-grid-view {
    margin-left: -15px;
    margin-right: -15px;
}
@media screen and (max-width: 967px) {
    .product-collection.products-grid-view {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.product-collection.products-grid-view .push {
    padding-left: 15px;
}
ul li.grid__item.item-row,
#recently-viewed-products-grid .grid__item,
.products-grid-view .grid__item.item-row {
    padding: 0 15px 30px;
}
@media screen and (max-width: 1599px) {
    ul li.grid__item.item-row,
    #recently-viewed-products-grid .grid__item,
    .products-grid-view .grid__item.item-row {
        padding: 0 10px 20px;
    }
}
@media screen and (max-width: 967px) {
    ul li.grid__item.item-row,
    #recently-viewed-products-grid .grid__item,
    .products-grid-view .grid__item.item-row {
        padding: 0 10px 10px;
    }
}
@media screen and (max-width: 567px) {
    ul li.grid__item.item-row,
    #recently-viewed-products-grid .grid__item,
    .products-grid-view .grid__item.item-row {
        padding: 0 10px 20px;
    }
}
ul li.grid__item.item-row .products,
#recently-viewed-products-grid .grid__item .products,
.products-grid-view .grid__item.item-row .products {
    border: 2px solid #f9f9f9;
    -moz-border-radius: 0px 0px;
    -webkit-border-radius: 0px 0px;
    -ms-border-radius: 0px 0px;
    -o-border-radius: 0px 0px;
    border-radius: 0px 0px;
}
ul li.grid__item.item-row .products:hover,
#recently-viewed-products-grid .grid__item .products:hover,
.products-grid-view .grid__item.item-row .products:hover {
    border: 3px solid #fefe21;
}
.full_width_tab {
    float: left;
    width: 100%;
}
.full_width_tab ul {
    list-style: none;
    padding: 0;
}
.full_width_tab ul.item-swatch {
    margin: 7px 0 0;
}
.full_width_tab ul li {
    padding: 0px;
}
#recently-viewed-products-grid .products .product-image img {
    display: block;
}
#recently-viewed-products-grid .products form {
    float: none;
    margin: 0;
}
#recently-viewed-products-grid .products .product-label {
    display: none;
}
.recently-viewed-products {
    float: left;
    width: 100%;
    clear: both;
    display: none;
}
.recently-viewed-products .action {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.recently-viewed-products .products:hover .product-detail .grid-link__title {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}
.recently-viewed-products .products:hover .spr-badge {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}
.recently-viewed-products .products:hover .grid-link__meta {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}
.recently-viewed-products .regular-product,
.recently-viewed-products .sale {
    margin: 0;
}
.flex-prev:before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    float: left;
}
.flex-next:before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0wLjUsMy4xYzIuMSwyLjEsMTYuMSwxNi42LDE2LjEsMTYuNlMyLjYsMzQuOCwwLjUsMzYuOVMzLjYsNDAsMy42LDQwbDE4LjctMjAuM0wzLjYsMEMzLjYsMC0xLjYsMSwwLjUsMy4xDQoJeiIvPg0KPC9zdmc+DQo=");
    background-position: center center;
    background-repeat: no-repeat;
}
.template-product .dt-sc-tabs-container {
    float: left;
    width: 100%;
}
.template-product .dt-sc-tabs-container ul.dt-sc-tabs {
    margin-bottom: 0;
}
.template-product .dt-sc-tabs-container ul.dt-sc-tabs li {
    float: none;
    display: inline-block;
    margin: 0 -5px 0 0;
}
@media screen and (max-width: 567px) {
    .template-product .dt-sc-tabs-container ul.dt-sc-tabs li {
        width: 100%;
        margin-bottom: 7px;
    }
}
.template-product .dt-sc-tabs-container ul,
.template-product .dt-sc-tabs-container ol,
.template-collection .product-detail ul,
.template-collection .product-detail ol {
    margin-bottom: 30px;
}
blockquote {
    position: relative;
}
blockquote:before {
    content: ",,";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    left: -23px;
    letter-spacing: -7px;
    position: absolute;
    top: -20px;
    width: 70px;
    text-align: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
blockquote q::before {
    content: none;
}
.site-footer {
    float: left;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .site-footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .site-footer {
        padding: 0;
    }
}
.site-footer h4 {
    color: #3a3a3a;
    font-size: 1.25em;
    position: relative;
    margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
    .site-footer h4:after {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .site-footer h4:after {
        position: initial;
        margin: 0 5px -3px;
    }
}
.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer i {
    margin-right: 10px;
    margin-top: 5px;
}
@media screen and (max-width: 1199px) {
    .site-footer i {
        margin-right: 7px;
    }
}
@media screen and (max-width: 767px) {
    .site-footer .grid__item {
        margin-bottom: 30px;
    }
    .site-footer .grid__item:last-child {
        margin-bottom: 0;
    }
}
.site-footer form {
    margin-bottom: 0;
}
.site-footer input {
    float: left;
    padding: 0 0 0 17px;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 250px;
    margin: 0;
    border: none;
}
@media screen and (max-width: 1199px) {
    .site-footer input {
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
    .site-footer input {
        width: 80%;
    }
}
.site-footer .text-center input {
    border: none;
    margin-left: auto;
    margin-right: auto;
}
.site-footer p {
    margin-bottom: 10px;
}
.site-footer .input-group .btn,
.site-footer .input-group .btn--secondary,
.site-footer .input-group .btn--tertiary,
.site-footer .input-group input[type="submit"] {
    height: auto;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 15px 14px;
    float: right;
}
.site-footer .btn,
.site-footer .btn--secondary,
.site-footer .btn--tertiary,
.site-footer input[type="submit"] {
    border: none;
    float: right;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
}
.site-footer .btn:before,
.site-footer .btn--secondary:before,
.site-footer .btn--tertiary:before,
.site-footer input[type="submit"]:before {
    content: none;
    border: none;
}
.site-footer .btn i,
.site-footer .btn--secondary i,
.site-footer .btn--tertiary i,
.site-footer input[type="submit"] i {
    margin: 0;
}
.site-footer .grid__item form {
    border-bottom: 1px solid #030d1d;
    display: inline-block;
    width: 72%;
}
@media screen and (max-width: 1199px) {
    .site-footer .grid__item form {
        width: 90%;
    }
}
@media screen and (max-width: 967px) {
    .site-footer .grid__item form {
        width: 94%;
    }
}
@media screen and (max-width: 767px) {
    .site-footer .grid__item form {
        width: 100%;
    }
}
.site-footer .social-icons {
    padding: 0;
    display: inline-block;
}
@media screen and (max-width: 967px) {
    .site-footer .social-icons {
        margin-left: 5px;
    }
}
@media screen and (max-width: 767px) {
    .site-footer .social-icons {
        margin-left: 0;
    }
}
.site-footer .social-icons li a span {
    margin-bottom: 4px;
    margin-right: 0;
    margin-left: 0;
    float: left;
    border: 1px solid #e4e4e4;
    font-size: 16px;
    padding: 0;
}
@media screen and (max-width: 967px) {
    .site-footer .social-icons li a span {
        font-size: 14px;
    }
}
.site-footer .social-icons li a:hover {
    background: #93051c;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
}
.site-footer .site-footer__links li a {
    position: relative;
    display: inline-block;
    padding: 0 0 7px 0;
}
@media screen and (max-width: 967px) {
    .site-footer .site-footer__links li a {
        padding-right: 0;
        font-size: 14px;
    }
}
.site-footer .site-footer__links li a:hove {
    color: #000001;
}
.site-footer .address {
    line-height: 26px;
    float: left;
    width: 100%;
}
.site-footer .address p {
    display: inline-block;
    margin-bottom: 5px;
}
.site-footer .lush-instagram .info {
    display: none;
}
.site-footer .footer_contact p {
    display: inline-block;
    margin-bottom: 5px;
}
.footer-logo {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: auto;
}
.footer-logo img {
    margin: 0;
    padding: 0;
}
.footer-logo p {
    margin: 0;
    padding-left: 30px;
}
@media screen and (max-width: 567px) {
    .footer-logo p {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .footer-icons {
        margin: 20px 0 0;
    }
}
.footer-icons h4 {
    float: left;
    width: 100%;
    padding: 0;
}
.footer-icons .payment-icons {
    float: left;
    padding: 0;
    position: relative;
}
@media screen and (max-width: 767px) {
    .footer-icons .payment-icons {
        padding: 0;
        float: none;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: auto;
    }
}
.footer-icons .payment-icons li a {
    display: block;
}
.footer-icons .payment-icons li a img {
    float: left;
    width: 40px;
    height: 25px;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=85)";
    filter: alpha(opacity=85);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.footer-icons .payment-icons li a:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.copyright-section {
    float: left;
    width: 100%;
    padding: 20px 4%;
}
@media screen and (max-width: 1599px) {
    .copyright-section {
        padding: 20px 2%;
    }
}
.copyright-section .footer-icons {
    float: right;
}
@media screen and (max-width: 767px) {
    .copyright-section .footer-icons {
        float: none;
    }
}
.copyright {
    float: left;
}
@media screen and (max-width: 967px) {
    .copyright {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .copyright {
        font-size: 13px;
        float: none;
        padding: 7px 0 15px 0;
    }
}
.copyright,
.copyright a {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .copyright,
    .copyright a {
        text-align: center;
        width: 100%;
    }
}
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(preloader2654.html?5056) center no-repeat #fff;
}
#toTop {
    float: left;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    position: fixed;
    bottom: 86px;
    right: 15px;
    z-index: 3;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: #000001;
    color: #ffffff;
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    #toTop {
        bottom: 40px;
    }
}
@media screen and (max-width: 567px) {
    #toTop {
        font-size: 14px;
    }
}
#toTop i {
    font-style: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    line-height: 50px;
    margin: auto;
    text-align: center;
    font-size: 26px;
    display: block;
}
#toTop #toTopHover {
    display: block;
    float: left;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
}
#toTop:hover {
    background: #93051c;
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
}
#toTop.active,
#toTop.focus {
    outline: none;
}
#slidedown-cart ul {
    float: left;
    list-style: none;
    width: 100%;
    padding: 10px 0 5px;
    overflow-y: auto;
    max-height: 394px;
}
@media screen and (max-width: 567px) {
    #slidedown-cart ul {
        padding: 10px;
    }
}
#slidedown-cart ul li {
    border-left: none;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 15px 15px 15px !important;
    margin-bottom: 10px;
    float: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    width: 100%;
    position: relative;
}
#slidedown-cart ul li a.product-image {
    line-height: normal;
    float: left;
    display: block;
    width: 70px;
    height: auto;
    margin-right: 15px;
    margin-left: 0px;
    padding: 0 !important;
}
@media screen and (max-width: 567px) {
    #slidedown-cart ul li a.product-image {
        width: 50px;
    }
}
#slidedown-cart ul li .product-details {
    float: left;
    width: 55%;
}
#slidedown-cart ul li .product-details .product-name {
    font-size: 15px;
    line-height: normal;
    display: block;
    margin-bottom: 8px;
}
#slidedown-cart ul li .product-details .product-name a {
    padding: 0;
}
#slidedown-cart ul li .product-details .option {
    line-height: normal;
    font-size: 14px;
    margin-bottom: 5px;
}
#slidedown-cart ul li .product-details .cart-collateral {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    width: 100%;
    list-style: none;
}
#slidedown-cart ul li .btn-remove {
    position: absolute;
    right: 5px;
    top: 1px;
    padding: 0 !important;
}
#slidedown-cart .text-cart {
    margin-left: 5px;
}
@media screen and (max-width: 567px) {
    #slidedown-cart .text-cart {
        margin-left: 0;
    }
}
#slidedown-cart .total {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    #slidedown-cart .total {
        font-size: 16px;
    }
}
#slidedown-cart .total .price {
    color: #000001;
    margin-left: 15px;
    float: right;
}
#slidedown-cart .no-items {
    padding: 15px 25px;
    float: left;
    width: 100%;
    text-align: center;
}
#slidedown-cart p.text-continue a {
    display: none;
    line-height: normal;
    font-size: 14px;
    margin-top: 15px;
    padding: 10px 28px;
    float: none;
}
#slidedown-cart .checkbox-group {
    margin-bottom: 15px;
}
#slidedown-cart .checkbox-group input[type="checkbox"] + label {
    font-size: 16px;
}
#slidedown-cart .actions {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0 0 24px 0;
}
#slidedown-cart .actions .btn,
#slidedown-cart .actions .btn--secondary,
#slidedown-cart .actions .btn--tertiary,
#slidedown-cart .actions input[type="submit"] {
    margin: 8px 0;
    padding: 8px 20px;
    width: 100%;
}
@media screen and (max-width: 567px) {
    #slidedown-cart .actions .btn,
    #slidedown-cart .actions .btn--secondary,
    #slidedown-cart .actions .btn--tertiary,
    #slidedown-cart .actions input[type="submit"] {
        font-size: 12px;
        padding: 12px 14px;
        margin-top: 5px;
    }
}
#slidedown-cart .actions .btn-view-cart {
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #686464;
}
#slidedown-cart .actions .btn-view-cart:hover {
    background: #93051c;
    color: #ffffff;
    border: 1px solid #93051c;
}
#slidedown-cart .cart_empty {
    margin-bottom: 30px;
}
#slidedown-cart {
    background: #fff;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 100px;
    width: 337px;
    max-width: -moz-calc(100vw - 40px);
    max-width: -webkit-calc(100vw - 40px);
    max-width: -ms-calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    padding: 16px 20px 10px;
}
#slidedown-cart .cart-icon {
    position: relative;
    padding-right: 10px;
    width: 65px;
}
#slidedown-cart .cart-icon svg {
    stroke: rgba(255, 255, 255, 0);
    width: 22px;
    height: 23px;
}
#slidedown-cart .cart-icon .cartCount {
    position: absolute;
    top: 7px;
    right: -1px;
    min-width: 23px;
    min-height: 23px;
    text-align: center;
    padding: 2px 0px 0 1px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    font-weight: 500;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
}
#slidedown-cart .mini-products-list {
    max-height: -moz-calc(100% - 270px);
    max-height: -webkit-calc(100% - 270px);
    max-height: -ms-calc(100% - 270px);
    max-height: calc(100% - 270px);
}
#slidedown-cart .cart-title .close {
    font-size: 12px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: normal;
    margin-bottom: 30px;
}
#slidedown-cart .cart-title .close span {
    margin-left: 5px;
    padding-top: 1px;
}
#slidedown-cart .cart-title h5 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 17px;
    margin-bottom: 0;
}
.cart-show #slidedown-cart {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media (max-width: 1199px) {
    .cart-show #slidedown-cart {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    #slidedown-cart {
        overflow-y: scroll;
    }
}
.cart-show #slidedown-cart {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cart-show .wrap-overlay {
    display: block;
}
.wrap-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 4;
}
.widget {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.widget h4 {
    position: relative;
    color: #3a3a3a;
    -moz-border-radius: px;
    -webkit-border-radius: px;
    -ms-border-radius: px;
    -o-border-radius: px;
    border-radius: px;
    padding-bottom: 10px;
    font-size: 1.25em;
    border-bottom: 1px solid #e4e4e4;
}
.widget ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .sidebar {
        padding-right: 0px;
        display: none;
    }
}
.sidebar.product_sidebar,
.sidebar.collection_sidebar {
    float: left;
    width: 100%;
}
.sidebar .widget h4 a.clear {
    font-size: 14px;
    float: right;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 15px;
    color: #3a3a3a;
    border: none;
}
.sidebar .widget .carousel-block {
    float: left;
    width: 100%;
    position: relative;
}
.sidebar .widget .carousel-block .sidabar_nav a {
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 34%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar .widget .carousel-block .sidabar_nav a.prev {
    left: 0;
}
.sidebar .widget .carousel-block .sidabar_nav a.next {
    right: 0;
}
.sidebar .widget .carousel-block:hover .sidabar_nav a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.sidebar .widget_product_categories ul li {
    float: left;
    width: 100%;
    position: relative;
    padding: 6px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sidebar .widget_product_categories ul li a {
    float: left;
    width: 90%;
    padding: 0;
}
.sidebar .widget_product_categories ul li span {
    float: right;
    font-size: 12px;
}
.sidebar .widget_product_categories ul li ul.children {
    background: none;
    padding: 10px 0 5px 30px;
    margin: 0;
    border: none;
    list-style: disc;
}
.sidebar .widget_product_categories ul li ul.children li a {
    font-size: 15px;
}
.sidebar .widget_product_categories .dt-sc-toggle {
    float: right;
    text-align: center;
    cursor: pointer;
}
.sidebar .widget_product_categories .dt-sc-toggle:before {
    cursor: pointer;
    font-size: 10px;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}
.sidebar .widget_product_categories .dt-sc-toggle.active:before {
    content: "\f068";
}
.sidebar .widget_product_categories .dt-sc-toggle:hover:before {
    color: #000001;
}
.sidebar .widget_hot_deals .ul {
    border: none !important;
}
.sidebar .widget_hot_deals .ul li a.thumb {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.sidebar .widget_hot_deals .ul li a.thumb img {
    margin: 0 auto;
}
.sidebar .widget_hot_deals .ul li .lof-clock-timer-detail-single {
    margin: 0;
    float: left;
    display: inline-block;
    text-align: center;
    list-style: none;
    padding: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.sidebar .widget_hot_deals .ul li .lof-clock-timer-detail-single li {
    display: inline-block;
    width: 23%;
    height: 52px;
    padding: 10px 0;
    margin: 0 1%;
    font-size: 20px;
    line-height: 1;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .sidebar .widget_hot_deals .ul li .lof-clock-timer-detail-single li {
        font-size: 12px;
        height: 45px;
    }
}
.sidebar .widget_hot_deals .ul li .lof-clock-timer-detail-single li span {
    float: left;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
}
@media screen and (max-width: 1199px) {
    .sidebar .widget_hot_deals .ul li .lof-clock-timer-detail-single li span {
        font-size: 10px;
    }
}
.sidebar .widget_hot_deals .ul li .products {
    border: none;
}
.sidebar .widget_hot_deals .ul li .products .product-detail .product_left {
    width: 100%;
}
.sidebar .widget_hot_deals .ul li .products .product-detail .grid-link__meta {
    margin-bottom: 5px;
}
.sidebar .widget_top_rated_products ul li {
    float: left;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px dashed #e4e4e4;
}
.sidebar .widget_top_rated_products ul li .top_product_count {
    display: none;
    float: left;
    margin-right: 20px;
    font-size: 50px;
}
@media screen and (max-width: 1199px) {
    .sidebar .widget_top_rated_products ul li .top_product_count {
        font-size: 36px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 967px) {
    .sidebar .widget_top_rated_products ul li .top_product_count {
        font-size: 46px;
    }
}
@media screen and (max-width: 767px) {
    .sidebar .widget_top_rated_products ul li .top_product_count {
        display: none;
    }
}
.sidebar .widget_top_rated_products ul li .top-products-detail {
    background: none;
    float: left;
    width: 65%;
    padding: 0;
    text-align: left;
}
.sidebar .widget_top_rated_products ul li .top-products-detail .spr-badge {
    font-size: 11px !important;
    padding: 0;
}
.sidebar .widget_top_rated_products ul li .top-products-detail .product_price .grid-link__org_price .money,
.sidebar .widget_top_rated_products ul li .top-products-detail .product_price del .money {
    font-size: 14px;
}
.sidebar .widget_top_rated_products ul li .products-container {
    float: right;
    width: 25%;
    margin-left: 5%;
}
.sidebar .widget_top_rated_products ul li:last-child {
    border: none;
    padding-bottom: 0;
}
.sidebar .widget_recent_article ul li {
    float: left;
    padding: 12px 0;
    border-bottom: 1px dashed #e4e4e4;
    float: left;
    width: 100%;
}
.sidebar .widget_recent_article ul li:last-child {
    border-bottom: none;
}
.sidebar .widget_recent_article ul li .article-image {
    float: left;
    width: 30%;
}
.sidebar .widget_recent_article ul li .article-description {
    float: left;
    width: 65%;
    margin-left: 5%;
}
.sidebar .widget_recent_article ul li .article-description h6,
.sidebar .widget_recent_article ul li .article-description .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .widget_recent_article ul li .article-description h5 {
    margin-bottom: 7px;
    text-transform: inherit;
}
.sidebar .widget_recent_article ul li .article-description h6 a,
.sidebar .widget_recent_article ul li .article-description .widget_custom_block .support_section .support_text h5 a,
.sidebar .widget_custom_block .support_section .support_text .widget_recent_article ul li .article-description h5 a {
    color: #3a3a3a;
}
.sidebar .widget_recent_article ul li .article-description h6 a:hover,
.sidebar .widget_recent_article ul li .article-description .widget_custom_block .support_section .support_text h5 a:hover,
.sidebar .widget_custom_block .support_section .support_text .widget_recent_article ul li .article-description h5 a:hover {
    color: #000001;
}
.sidebar .widget_recent_article ul li .article-description p {
    font-size: 15px;
    margin: 0;
    line-height: normal;
}
@media screen and (max-width: 967px) {
    .sidebar .widget_recent_article ul li .article-description p {
        font-size: 13px;
    }
}
.sidebar .widget_categories ul li {
    float: left;
    width: 100%;
    padding: 6px 0;
}
.sidebar .widget_instagram .lush-instagram .item {
    float: left;
    width: 33.33%;
    position: relative;
}
.sidebar .widget_instagram .lush-instagram .item img {
    display: block;
    height: auto;
}
.sidebar .widget_instagram .lush-instagram .item .info {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    pointer-events: none;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sidebar .widget_instagram .lush-instagram .item .info span {
    display: inline-block;
    width: 50px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin: 0 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar .widget_instagram .lush-instagram .item .info span.likes {
    left: 50%;
    right: auto;
}
.sidebar .widget_instagram .lush-instagram .item .info span i {
    display: inline-block;
    margin-right: 3px;
}
.sidebar .widget_instagram .lush-instagram .item:hover .info {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.sidebar.collection_sidebar .widget.click h4 span:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sidebar.collection_sidebar .widget.widget_colors h4,
.sidebar.collection_sidebar .widget.widget_tag_filter h4,
.sidebar.collection_sidebar .widget.widget_colors h4 {
    padding: 0 0 12px 25px;
}
.sidebar.collection_sidebar .widget.widget_colors h4 span,
.sidebar.collection_sidebar .widget.widget_tag_filter h4 span,
.sidebar.collection_sidebar .widget.widget_colors h4 span {
    cursor: pointer;
}
.sidebar.collection_sidebar .widget.widget_colors h4 span:before,
.sidebar.collection_sidebar .widget.widget_tag_filter h4 span:before,
.sidebar.collection_sidebar .widget.widget_colors h4 span:before {
    font-size: 12px;
    position: absolute;
    content: "\f078";
    left: 0;
    top: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product_single_detail_section {
    display: inline-block;
    text-align: left;
    margin: 0 0 0px 0;
    padding: 0px 0 0px 20px;
}
@media screen and (max-width: 1599px) {
    .product_single_detail_section {
        padding-left: 10px;
    }
}
@media screen and (max-width: 767px) {
    .product_single_detail_section {
        margin: 0px;
        padding: 0px;
    }
}
.product_single_detail_section .product_price {
    float: left;
}
.product_single_detail_section .grid-link__sale_price {
    float: left;
    margin-top: 5px;
    font-size: 14px;
}
.product_single_detail_section .sold_product {
    float: right;
}
@media screen and (max-width: 767px) {
    .product_single_detail_section .sold_product {
        width: 100%;
    }
}
.product_single_detail_section .variant-inventory,
.product_single_detail_section .progress-bar {
    float: left;
    width: 100%;
}
.product_single_detail_section .progress-bar,
.product_single_detail_section .progress {
    height: 6px;
}
.product_single_detail_section .progress-bar {
    margin-bottom: 25px;
}
.product_single_detail_section .variant-inventory {
    margin-bottom: 5px;
}
.product_single_detail_section .variant-options {
    float: right;
    width: 70%;
}
@media screen and (max-width: 1599px) {
    .product_single_detail_section .variant-options {
        width: 60%;
    }
}
.product_single_detail_section .deal-clock {
    float: left;
    width: 100%;
    z-index: 1;
    position: static;
    text-align: left;
    margin-bottom: 20px;
}
.product_single_detail_section .deal-clock ul {
    margin: 10px 0 0;
}
.product_single_detail_section form {
    margin: 0;
    padding: 0;
}
.product_single_detail_section .product-single__quantity {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.product_single_detail_section .product-single__quantity input#quantity {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    width: 50px;
    font-size: 18px;
}
@media screen and (max-width: 1599px) {
    .product_single_detail_section .product-single__quantity input#quantity {
        width: 40px;
    }
}
.product_single_detail_section .product-single__quantity .dec,
.product_single_detail_section .product-single__quantity .inc {
    cursor: pointer;
    border: 1px solid #e4e4e4;
    font-size: 24px;
    font-weight: normal;
}
.product_single_detail_section .product-single__quantity .dec,
.product_single_detail_section .product-single__quantity input,
.product_single_detail_section .product-single__quantity .inc {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    margin: auto;
    padding: 0;
}
@media screen and (max-width: 1599px) {
    .product_single_detail_section .product-single__quantity .dec,
    .product_single_detail_section .product-single__quantity input,
    .product_single_detail_section .product-single__quantity .inc {
        width: 35px;
        height: 35px;
        line-height: 30px;
    }
}
.product_single_detail_section .total-price {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.product_single_detail_section .product-single-button {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.product_single_detail_section .share_this_btn {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.product_single_detail_section .add-to-wishlist {
    float: left;
}
@media screen and (max-width: 1599px) {
    .product_single_detail_section .add-to-wishlist {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .product_single_detail_section .add-to-wishlist {
        clear: inherit;
        width: auto;
    }
}
@media screen and (max-width: 567px) {
    .product_single_detail_section .add-to-wishlist {
        width: 100%;
    }
}
.product_single_detail_section .add-to-wishlist .btn,
.product_single_detail_section .add-to-wishlist .btn--secondary,
.product_single_detail_section .add-to-wishlist .btn--tertiary,
.product_single_detail_section .add-to-wishlist input[type="submit"] {
    float: left;
    margin-bottom: 10px;
}
@media screen and (max-width: 1599px) {
    .product_single_detail_section .add-to-wishlist .btn,
    .product_single_detail_section .add-to-wishlist .btn--secondary,
    .product_single_detail_section .add-to-wishlist .btn--tertiary,
    .product_single_detail_section .add-to-wishlist input[type="submit"] {
        margin-left: 0;
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .product_single_detail_section .add-to-wishlist .btn,
    .product_single_detail_section .add-to-wishlist .btn--secondary,
    .product_single_detail_section .add-to-wishlist .btn--tertiary,
    .product_single_detail_section .add-to-wishlist input[type="submit"] {
        margin-left: 0px;
        margin-top: 0px;
    }
}
@media screen and (max-width: 567px) {
    .product_single_detail_section .add-to-wishlist .btn,
    .product_single_detail_section .add-to-wishlist .btn--secondary,
    .product_single_detail_section .add-to-wishlist .btn--tertiary,
    .product_single_detail_section .add-to-wishlist input[type="submit"] {
        margin-left: 0;
        margin-top: 10px;
    }
}
.product_single_detail_section .add-to-wishlist .btn i,
.product_single_detail_section .add-to-wishlist .btn--secondary i,
.product_single_detail_section .add-to-wishlist .btn--tertiary i,
.product_single_detail_section .add-to-wishlist input[type="submit"] i {
    margin-right: 5px;
}
.product_single_detail_section label.deal-lable {
    float: left;
    text-transform: uppercase;
    width: 100%;
    margin: 0px 0 5px;
    text-align: left;
}
.product_single_detail_section .spr-badge {
    float: left;
    margin-bottom: 10px;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .product_single_detail_section .spr-badge {
        width: 100%;
    }
}
.product_single_detail_section h2 {
    float: left;
    width: 100%;
    text-transform: inherit;
    margin: 0 0 10px;
    font-size: 32px;
}
@media screen and (max-width: 967px) {
    .product_single_detail_section h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .product_single_detail_section h2 {
        width: 100%;
    }
}
.product_single_detail_section .product-arrows {
    float: right;
    margin: 0;
    display: none;
}
.product_single_detail_section .product-arrows span {
    font-size: 28px;
}
.product_single_detail_section .product-arrows span.left {
    margin-right: 10px;
}
.product_single_detail_section .product-arrows a {
    color: #ffffff;
}
.product_single_detail_section .product-description {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: 20px;
    padding: 0px 0 20px;
}
.product_single_detail_section .social-sharing {
    margin: 0px 0 0;
}
@media screen and (max-width: 1199px) {
    .product_single_detail_section .social-sharing {
        margin: 20px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .product_single_detail_section .social-sharing {
        margin: 0px 0 0;
    }
}
.product_single_detail_section .social-sharing label {
    float: left;
}
.product_single_detail_section .selector-wrapper-secton {
    float: left;
    width: 100%;
    margin: 0px 0;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .product_single_detail_section .selector-wrapper-secton {
        width: 100%;
    }
}
.product_single_detail_section .selector-wrapper-secton .selector-wrapper {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
@media screen and (max-width: 567px) {
    .product_single_detail_section .selector-wrapper-secton .selector-wrapper {
        width: 100%;
    }
}
.product_single_detail_section .selector-wrapper-secton .selector-wrapper label {
    margin-top: 5px;
}
.product_single_detail_section .selector-wrapper-secton .selector-wrapper .selector-arrow {
    position: relative;
    float: left;
    width: 80%;
}
@media screen and (max-width: 767px) {
    .product_single_detail_section .selector-wrapper-secton .selector-wrapper .selector-arrow {
        width: 50%;
    }
}
@media screen and (max-width: 567px) {
    .product_single_detail_section .selector-wrapper-secton .selector-wrapper .selector-arrow {
        width: 100%;
    }
}
.product_single_detail_section .selector-wrapper-secton select {
    background: none;
    padding: 5px 10px;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    border-top: none;
    border-left: none;
    border-right: none;
}
.product_single_detail_section .selector-wrapper-secton .product-single__quantity.selector-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .product_single_detail_section .selector-wrapper-secton .product-single__quantity.selector-wrapper {
        width: 100%;
    }
}
.product_single_detail_section .selector-wrapper-secton selector-arrow:after,
.product_single_detail_section .selector-wrapper-secton .product-single__quantity .quantity-box:after {
    content: "\f078";
    font-size: 11px;
    bottom: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    float: left;
    position: absolute;
    right: 0;
    bottom: 10px;
    pointer-events: none;
}
.product_single_detail_section .grid-link__org_price,
.product_single_detail_section .price_varies {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    color: #000001;
}
.product_single_detail_section .total-price {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.product_single_detail_section .total-price span {
    font-size: 18px;
    color: #000001;
}
.product_single_detail_section .selector-wrapper-secton .selector-wrapper label,
.product_single_detail_section .prices.product_price label {
    color: #686464;
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
    float: left;
    width: 150px;
}
@media screen and (max-width: 767px) {
    .product_single_detail_section .selector-wrapper-secton .selector-wrapper label,
    .product_single_detail_section .prices.product_price label {
        width: 150px;
    }
}
@media screen and (max-width: 567px) {
    .product_single_detail_section .selector-wrapper-secton .selector-wrapper label,
    .product_single_detail_section .prices.product_price label {
        width: 110px;
    }
}
.product_single_detail_section .deal-clock ul li:last-child {
    border-right: none;
}
.product_single_detail_section #AddToCart.disabled i {
    display: none;
}
.product_single_detail_section #AddToCart i {
    margin-right: 5px;
}
.product_single_detail_section .product_single_buttons {
    width: 100%;
    margin: 0px 0 0;
}
@media screen and (max-width: 567px) {
    .product_single_detail_section .product_single_buttons {
        text-align: left;
    }
}
.product_single_detail_section .product_single_buttons .btn,
.product_single_detail_section .product_single_buttons .btn--secondary,
.product_single_detail_section .product_single_buttons .btn--tertiary,
.product_single_detail_section .product_single_buttons input[type="submit"] {
    display: inline-block;
    margin: 0 0 0px;
}
@media screen and (max-width: 767px) {
    .product_single_detail_section .product_single_buttons .btn,
    .product_single_detail_section .product_single_buttons .btn--secondary,
    .product_single_detail_section .product_single_buttons .btn--tertiary,
    .product_single_detail_section .product_single_buttons input[type="submit"] {
        margin-bottom: 20px;
    }
}
.product_single_detail_section .product_single_buttons .wishlist.btn,
.product_single_detail_section .product_single_buttons .wishlist.btn--secondary,
.product_single_detail_section .product_single_buttons .wishlist.btn--tertiary,
.product_single_detail_section .product_single_buttons input.wishlist[type="submit"] {
    padding: 14px;
}
.product_single_detail_section .product-infor {
    float: left;
    width: 100%;
    padding-bottom: 0px;
    text-align: left;
}
.product_single_detail_section .swatch .header {
    line-height: 35px;
    color: #686464;
    text-align: left;
    margin-bottom: 0;
    float: left;
    width: 30%;
}
@media screen and (max-width: 1599px) {
    .product_single_detail_section .swatch .header {
        width: 40%;
    }
}
@media screen and (max-width: 767px) {
    .product_single_detail_section .swatch .header {
        width: 40%;
    }
}
.product-single__hero h1 {
    text-transform: uppercase;
    color: #3a3a3a;
    margin-bottom: 5px;
}
@media screen and (max-width: 967px) {
    .product-single__hero h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .product-single__hero h1 {
        font-size: 22px;
        margin-bottom: 5px;
    }
}
.product-single__hero .social-sharing {
    float: right;
}
.product-single__hero .product-infor label {
    float: left;
    margin-right: 7px;
}
.product-single__hero .contact-form {
    margin-bottom: 0;
}
.product-single__hero .owl-theme .owl-controls .owl-buttons div,
.quick-view .owl-theme .owl-controls .owl-buttons div {
    text-indent: -9999px;
    background: url(//cdn.shopify.com/s/files/1/0267/5979/0615/t/3/assets/product-arrow.png?5056) no-repeat;
    float: left;
    width: 27px;
    height: 26px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 0;
}
.product-single__hero .owl-theme .owl-controls .owl-buttons .owl-prev,
.quick-view .owl-theme .owl-controls .owl-buttons .owl-prev {
    background-position: left center;
    position: absolute;
    top: 37%;
    left: 0;
}
.product-single__hero .owl-theme .owl-controls .owl-buttons .owl-next,
.quick-view .owl-theme .owl-controls .owl-buttons .owl-next {
    background-position: right center;
    position: absolute;
    top: 37%;
    right: 0;
}
.home_product_detail_button {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.product-single__quantity .quantity-box {
    margin: 0;
}
.product-single__quantity .quantity-box select {
    background: none;
    padding: 5px 15px;
    text-align: left;
    float: left;
    width: 70px;
    border-bottom: 1px solid #e4e4e4;
    border-top: none;
    border-left: none;
    border-right: none;
}
.qty-section.quantity-box {
    float: left;
    width: 100%;
}
.featuredCollections a {
    overflow: hidden;
    display: block;
}
.featuredCollections a img {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    max-width: 100%;
}
.featuredCollections a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.size-chart {
    position: relative;
    background: #ffffff;
    padding: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.size-chart-section {
    float: left;
    width: 100%;
}
.size-chart-open-popup {
    line-height: 30px;
    text-decoration: underline;
}
.product-infor label {
    color: #686464;
    text-align: left;
    margin-bottom: 0px;
    float: left;
    width: 30%;
}
@media screen and (max-width: 1599px) {
    .product-infor label {
        width: 40%;
    }
}
@media screen and (max-width: 567px) {
    .product-infor label {
        width: 40%;
    }
}
.product-infor .items-count {
    color: green;
}
.product-infor .unavailable {
    color: orchid;
}
.product-infor .many-in-stock {
    color: #fa9324;
}
.product-infor .out-of-stock {
    color: red;
}
.product_single_price {
    float: left;
    width: 100%;
}
.product_single_price label {
    color: #686464;
    text-align: left;
    margin-bottom: 0px;
    float: left;
    width: 30%;
}
@media screen and (max-width: 1599px) {
    .product_single_price label {
        width: 40%;
    }
}
.product-single__quantity label {
    color: #686464;
    text-align: left;
    margin: 0px;
    float: left;
    width: 30%;
}
@media screen and (max-width: 1599px) {
    .product-single__quantity label {
        width: 40%;
    }
}
@media screen and (max-width: 967px) {
    .product-single__quantity label {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .product-single__quantity label {
        width: 40%;
    }
}
.product-single__quantity.is-hidden {
    display: none;
}
.product-single__quantity label {
    font-size: 16px;
    line-height: 38px;
    color: #686464;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0px;
    float: left;
}
@media screen and (max-width: 1599px) {
    .product-single__quantity label {
        line-height: 32px;
    }
}
@media screen and (max-width: 967px) {
    .product-single__quantity label {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .product-single__quantity label {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 567px) {
    .product-single__quantity label {
        margin-bottom: 15px;
    }
}
.product-single__quantity .quantity-selector {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin: 0px 0;
    padding: 0;
}
.product-single__quantity .quantity-box {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}
.product-single__quantity input {
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.product-single__quantity .quantity_width {
    width: 60%;
    float: left;
}
.product-single__quantity .quantity_width .min-qty-alert {
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.4;
}
.product-single__quantity .qtyplus,
.product-single__quantity .qtyminus {
    font-size: 20px;
    border: 1px solid #e4e4e4;
    width: 40px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    display: block;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
}
.product-single__quantity .qtyplus:hover,
.product-single__quantity .qtyminus:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    filter: alpha(opacity=70);
}
.product-single__quantity .qty-buttons {
    float: left;
}
.product-photo-thumbs {
    list-style: none;
    padding: 15px 20px 0;
    float: left;
    text-align: center;
}
.product-photo-thumbs .owl-pagination {
    display: none;
}
.product-photo-thumbs .owl-item {
    float: none;
    display: inline-block;
}
.product-photo-thumbs.owl-carousel .owl-wrapper-outer {
    display: inline-block;
    text-align: center;
}
.quick-view-carousel {
    float: left;
    width: 100%;
    text-align: center;
    margin: auto;
}
.quick-view-carousel > div {
    display: inline-block;
    margin: 0 5px;
}
.more-view-wrapper-owlslider {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.more-view-wrapper-owlslider .single-page-owl-carousel a {
    padding: 0;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.more-view-wrapper-owlslider .single-page-owl-carousel a.prev {
    left: 0;
}
.more-view-wrapper-owlslider .single-page-owl-carousel a.next {
    right: 0;
}
.product-img-box {
    position: relative;
    padding-right: 30px;
}
@media screen and (max-width: 967px) {
    .product-img-box {
        padding-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .product-img-box {
        padding-right: 0px;
    }
}
.product-img-box .product-photo-container {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.product-img-box .product-photo-thumbs.owl-theme li {
    padding: 0 2px;
    width: 100%;
}
.product-img-box .product-photo-thumbs li {
    margin: 0;
}
.product-img-box .product-photo-thumbs li a {
    display: block;
    border: 1px solid #e4e4e4;
}
.product-img-box .product-photo-thumbs li a.active {
    border-color: #000001;
}
.product-img-box .p-video {
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px;
}
.product-img-box .p-video i {
    margin-right: 5px;
}
@media screen and (max-width: 767px) {
    .product-single .product-photo-container {
        z-index: -1;
    }
}
.product-single .product-description {
    float: left;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .product-single .product-description {
        width: 100%;
    }
}
.product-single .wishlist,
.product-single button.wishlist {
    float: left;
    margin: 0px 0 20px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 967px) {
    .product-single .wishlist,
    .product-single button.wishlist {
        margin-left: 5px;
    }
}
@media screen and (max-width: 767px) {
    .product-single .wishlist,
    .product-single button.wishlist {
        margin: 0px 0 20px 10px;
    }
}
.product-single .wishlist i,
.product-single button.wishlist i {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #e4e4e4;
}
.product-single .wishlist span,
.product-single button.wishlist span {
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
    .product-single .post-large--one-half {
        width: 100%;
        margin-top: 30px;
    }
}
.product-single h4 {
    color: #686464;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
}
.product-single .gallery {
    list-style: none;
    padding: 0;
}
.product-single .social-sharing a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: none;
    padding: 0px;
    font-size: 16px;
    float: left;
    margin-top: 3px;
    height: auto;
    line-height: normal;
}
@media screen and (max-width: 567px) {
    .product-single .social-sharing a {
        font-size: 15px;
    }
}
.zoomWrapper {
    overflow: hidden;
    height: auto !important;
    width: auto !important;
    text-align: center;
}
.zoomWrapper > div {
    width: 64px !important;
    height: 64px !important;
    background-color: #fff !important;
    left: 50% !important;
    margin: -32px 0 0 -32px !important;
    top: 50% !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 99 !important;
}
.zoomWrapper img {
    z-index: -1 !important;
}
.zoomWrapper img:nth-child(2) {
    display: none;
}
.zoomContainer {
    z-index: 99;
    width: auto !important;
    height: auto !important;
}
.related-products-container {
    float: left;
    width: 100%;
    position: relative;
}
.related-products-container .section-header__title {
    color: #3a3a3a;
}
.related-products-container ul li.grid__item.item-row {
    padding-bottom: 0;
}
.related-products-container .border-title h4 {
    font-weight: normal;
    color: #3a3a3a;
}
.related-products-container .related_products_container {
    float: left;
    width: 100%;
    position: relative;
}
.related-products-container .related-products.owl-carousel .owl-wrapper-outer {
    padding: 0 0 20px;
}
.related-products-container .related-products .post-large--one-quarter {
    width: 23.5%;
    margin-right: 2%;
}
.related-products-container .related-products .post-large--one-quarter:last-child {
    margin-right: 0;
}
.related-products-container .nav_featured {
    display: block;
    margin: 0;
}
.related-products-container .nav_featured a {
    padding: 0;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .related-products-container .nav_featured a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
.related-products-container .nav_featured a.prev,
.related-products-container .nav_featured a.left {
    left: 0;
}
.related-products-container .nav_featured a.next {
    right: 0;
}
.related-products-container.recent_article .nav_featured a {
    top: 45%;
}
.top_rated_section {
    position: relative;
    float: left;
    width: 100%;
}
.top_rated_section .grid-uniform {
    position: relative;
}
.top_rated_section .carousel-arrow a {
    position: absolute;
    top: 55%;
}
@media screen and (max-width: 967px) {
    .top_rated_section .carousel-arrow a {
        top: 40%;
    }
}
@media screen and (max-width: 767px) {
    .top_rated_section .carousel-arrow a {
        top: 20%;
    }
}
@media screen and (max-width: 567px) {
    .top_rated_section .carousel-arrow a {
        top: 15%;
    }
}
.image-block {
    background: rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.image-block:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.two_section_banner {
    float: left;
    width: 100%;
}
.featured .grid__item.post-large--one-sixth {
    width: 15.6%;
    margin-right: 1%;
}
.featured .grid__item.post-large--one-sixth:last-child {
    margin-right: 0;
}
.featured-content {
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    -ms-transform-origin: 50% 0;
}
.view_more_btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
}
.newsletterwrapper .btn.close,
.newsletterwrapper .close.btn--secondary,
.newsletterwrapper .close.btn--tertiary,
.newsletterwrapper input.close[type="submit"] {
    box-shadow: 0 0 0 0 transparent;
}
.newsletterwrapper .btn.close:before,
.newsletterwrapper .close.btn--secondary:before,
.newsletterwrapper .close.btn--tertiary:before,
.newsletterwrapper input.close[type="submit"]:before,
.newsletterwrapper .btn.close:after,
.newsletterwrapper .close.btn--secondary:after,
.newsletterwrapper .close.btn--tertiary:after,
.newsletterwrapper input.close[type="submit"]:after {
    content: none;
    border: none;
}
.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    pointer-events: auto;
}
.no-opacity .wrapper-dropdown-3.active,
.no-pointerevents .wrapper-dropdown-3.active {
    display: block;
}
.contact-page #map,
.contact-page #map iframe,
.contact-page .contact-address {
    float: left;
    width: 100%;
}
.contact-page .contact-address {
    float: left;
    width: 100%;
}
.contact-page .contact-address .grid-uniform {
    margin: 0 -15px;
}
@media screen and (max-width: 967px) {
    .contact-page .contact-address .grid-uniform {
        margin: 0 -10px;
    }
}
.contact-page .contact-address .grid__item {
    padding: 0 15px;
}
@media screen and (max-width: 967px) {
    .contact-page .contact-address .grid__item {
        padding: 0 10px 20px;
    }
}
.contact-page .contact-address h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-page .contact-address ul {
    list-style: none;
    padding: 0;
}
.contact-page .contact-address ul li .icon-wrapper {
    border-radius: 0;
    text-align: center;
}
.contact-page .contact-address ul li p {
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .contact-page .contact-address ul li p {
        font-size: 13px;
    }
}
.contact-page .contact-address h4,
.contact-page .contact-address .icon,
.contact-page .contact-address .icon-wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contact-page .contact-form-section {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.contact-page .contact-form-section .contact-form {
    padding: 30px;
    float: none;
    margin: 0 auto;
    width: 50%;
}
@media screen and (max-width: 967px) {
    .contact-page .contact-form-section .contact-form {
        width: 75%;
    }
}
@media screen and (max-width: 567px) {
    .contact-page .contact-form-section .contact-form {
        width: 100%;
        padding: 0;
    }
}
.contact-page .contact-form-section .contact-form input[type="text"],
.contact-page .contact-form-section .contact-form input[type="email"],
.contact-page .contact-form-section .contact-form input[type="tel"],
.contact-page .contact-form-section .contact-form textarea {
    display: inline-block;
    width: 100%;
}
.contact-page .contact-form-section .contact-form .btn,
.contact-page .contact-form-section .contact-form .btn--secondary,
.contact-page .contact-form-section .contact-form .btn--tertiary,
.contact-page .contact-form-section .contact-form input[type="submit"] {
    width: 100%;
}
.contact-page .contact-form-section .contact-form .errors {
    display: inline-block;
    width: 100%;
}
.contact-page .contact-form-section .contact-form .errors ul li {
    padding: 10px 0;
    border: none;
}
.contact-page .social-icons {
    padding: 0;
    float: left;
    width: 100%;
}
.contact-page .social-icons li {
    float: left;
    margin-right: 5px;
    width: auto;
}
@media screen and (max-width: 567px) {
    .contact-page .social-icons li {
        margin-right: 3px;
    }
}
.contact-page .social-icons li a {
    width: 35px;
    height: 35px;
    float: left;
    line-height: 35px;
    text-align: center;
    border: 1px solid #030d1d;
}
@media screen and (max-width: 967px) {
    .contact-page .social-icons li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
@media screen and (max-width: 567px) {
    .contact-page .social-icons li a {
        width: 28px;
    }
}
.contact-page .social-icons li a:hover {
    background: #000001;
    border-color: #000001;
}
.dt-sc-tabs-container .dt-sc-tabs {
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    padding: 0;
}
.dt-sc-tabs-container .dt-sc-tabs li {
    float: none;
    display: inline-block;
    padding-bottom: 0;
}
.dt-sc-tabs-container .dt-sc-tabs li a {
    border: 1px solid #e4e4e4;
    border-top: none;
    border-bottom: none;
    background: #686464;
    color: #ffffff;
    position: relative;
    margin: 0;
    padding: 10px 25px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .dt-sc-tabs-container .dt-sc-tabs li a {
        padding: 10px 15px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .dt-sc-tabs-container .dt-sc-tabs li a {
        padding: 10px 15px;
        font-size: 14px;
    }
}
@media screen and (max-width: 567px) {
    .dt-sc-tabs-container .dt-sc-tabs li a {
        display: block;
        margin-bottom: 1px;
        border-bottom: 1px solid #e4e4e4;
    }
}
.dt-sc-tabs-container .dt-sc-tabs li a.current {
    color: #000001;
    background: #fff;
}
.dt-sc-tabs-container .dt-sc-tabs li a.current:before {
    background: #000001;
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.dt-sc-tabs-container .dt-sc-tabs-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.dt-sc-tabs-container .dt-sc-tabs-content h4 {
    font-size: 22px;
}
.dt-sc-tabs-container .dt-sc-tabs-content h2,
.dt-sc-tabs-container .dt-sc-tabs-content h3,
.dt-sc-tabs-container .dt-sc-tabs-content h4 {
    color: #686464;
}
.dt-sc-tabs-container ol,
.dt-sc-tabs-container ul {
    margin: 0 0 15px 20px;
}
.dt-sc-tabs-container ol li,
.dt-sc-tabs-container ul li {
    margin-bottom: 5px;
}
.dt-sc-tabs-container #shopify-product-reviews {
    margin: 0;
}
@media screen and (max-width: 767px) {
    .dt-sc-tabs-container #shopify-product-reviews {
        margin: 1em 0;
    }
}
.template-product .dt-sc-tabs-content {
    border: 1px solid rgba(228, 228, 228, 0.5);
    float: left;
    width: 100%;
    display: block;
    padding: 25px 30px;
    margin: 0;
}
.spr-container {
    border: none !important;
    padding: 0 !important;
}
.spr-summary .spr-icon {
    font-size: 95%;
}
.rating-review .spr-icon {
    margin-right: 2px;
}
.dt-sc-toggle-frame-set {
    width: 75%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .dt-sc-toggle-frame-set {
        width: 100%;
    }
}
.dt-sc-toggle-frame-set .dt-sc-toggle-accordion {
    padding: 15px 0px 15px 42px;
    line-height: 30px;
    position: relative;
    font-size: 17px;
    margin: 0 0 -1px;
    border: 1px solid #e4e4e4;
}
.dt-sc-toggle-frame-set .dt-sc-toggle-accordion:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 8px;
    z-index: 1;
}
.dt-sc-toggle-frame-set .dt-sc-toggle-accordion.active:before {
    content: "\f106";
    line-height: 28px;
}
.dt-sc-toggle-frame-set .dt-sc-toggle-accordion.active a {
    color: #000001;
}
.dt-sc-toggle-frame-set .dt-sc-toggle-content {
    padding: 25px 20px 25px 40px;
    margin: 0;
    background: #f4f4f4;
    clear: both;
    display: none;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    line-height: 28px;
}
.dt-sc-toggle-frame-set .dt-sc-toggle-content b {
    display: inline-block;
    margin-bottom: 10px;
}
.dt-sc-toggle-frame-set .dt-sc-toggle-content.last {
    border-bottom: 1px solid #e4e4e4;
}
.dt-sc-tabs-vertical-container {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    clear: both;
}
.dt-sc-tabs-vertical-container ul.dt-sc-tabs {
    float: left;
    width: 20%;
}
.dt-sc-tabs-vertical-container ul.dt-sc-tabs li {
    display: block;
    float: none;
}
.dt-sc-tabs-vertical-container ul.dt-sc-tabs li a {
    font-size: 18px;
    margin-bottom: 10px;
}
.dt-sc-tabs-vertical-container ul.dt-sc-tabs li a:after {
    content: none;
}
.dt-sc-tabs-vertical-container .dt-sc-tabs-content {
    width: 80%;
    clear: none;
    float: left;
    padding: 0 0 0 90px;
    border: none;
    border-left: 1px solid #e4e4e4;
}
.blog-model-mansory {
    padding: 0 10px 0px;
    margin-bottom: 30px;
}
.left-sidebar {
    padding-right: 40px;
}
@media screen and (max-width: 1199px) {
    .left-sidebar {
        padding-right: 20px;
    }
}
@media screen and (max-width: 967px) {
    .left-sidebar {
        padding-right: 0px;
        padding-top: 30px;
    }
}
.right-sidebar {
    float: right;
    padding-left: 40px;
}
@media screen and (max-width: 1199px) {
    .right-sidebar {
        padding-left: 20px;
    }
}
@media screen and (max-width: 967px) {
    .right-sidebar {
        padding-left: 0px;
        padding-top: 30px;
    }
}
.social-sharing a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
}
@media screen and (max-width: 567px) {
    .social-sharing a {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
}
.user-account {
    float: left;
    width: 100%;
}
.user-account .grid-uniform {
    margin: 0 -15px;
}
@media screen and (max-width: 967px) {
    .user-account .grid-uniform {
        margin: 0 -10px;
    }
}
.user-account .grid__item {
    padding: 0 15px;
}
@media screen and (max-width: 967px) {
    .user-account .grid__item {
        padding: 0 10px 20px;
    }
}
.user-account #CustomerLoginForm,
.user-account .register-form,
.user-account #RecoverPasswordForm,
.user-account .reset_customer_pwd {
    text-align: center;
}
.user-account form {
    width: 32%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .user-account form {
        width: 100%;
    }
}
.user-account #customer_register_link,
.user-account .address-section p a,
.user-account .register-form a,
.user-account .AddAddress-form p a,
.user-account .link_text {
    text-decoration: underline;
}
.user-account input,
.user-account select {
    padding: 14px;
    width: 100%;
    margin-bottom: 20px;
}
.user-account .default_address {
    margin-bottom: 20px;
}
.user-account .AddAddress-form {
    margin-top: 30px;
}
.user-account .AddAddress-form .action_button {
    margin-bottom: 30px;
}
.user-account .AddAddress-form .action_button .cancel {
    margin-left: 10px;
}
.user-account .AddAddress-form form,
.user-account .edit_address_form form {
    margin: 0;
}
.user-account .address-section {
    display: inline-block;
    width: 100%;
}
.user-account .address-section p a {
    padding-right: 5px;
}
.user-account .address-section p a:last-child {
    padding-left: 5px;
}
.address-col {
    margin-bottom: 30px;
}
#CustomerLoginForm .errors,
.register-form .errors,
#RecoverPasswordForm .errors,
#ResetSuccess {
    text-align: left;
}
#ResetSuccess {
    margin: 0 auto 20px;
}
.order-form {
    float: left;
    width: 100%;
}
.order-form h4 {
    font-size: 24px;
}
.order-form h5 {
    font-size: 20px;
    text-transform: capitalize;
}
.order-form .table-wrap {
    margin-bottom: 30px;
}
.order-form table {
    margin-bottom: 40px;
}
.order-form table tr th,
.order-form table tr td {
    text-align: center;
}
.order-form p a {
    text-decoration: underline;
}
.cart_table {
    float: left;
    width: 100%;
}
.cart_table .cart_title {
    background: #f1f1f1;
    border-bottom: 1px solid rgba(3, 13, 29, 0.15);
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
    .cart_table .cart_title {
        font-size: 16px;
    }
}
@media screen and (max-width: 967px) {
    .cart_table .cart_title {
        font-size: 14px;
    }
}
@media screen and (max-width: 567px) {
    .cart_table .cart_title {
        font-size: 13px;
    }
}
.cart_table .cart_title .product-name {
    font-weight: bold;
}
.cart_table .price {
    display: block;
    margin-bottom: 5px;
}
.cart_table .cart__header-labels {
    padding: 0;
}
.cart_table .cart__row .cart__remove {
    display: inline-block;
    font-size: 9px;
    background: #000001;
    color: #ffffff;
    position: absolute;
    top: 22px;
    left: 5px;
    line-height: normal;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
.cart_table .cart__row .cart__remove:hover {
    background: #93051c;
    color: #ffffff;
}
.cart_table .cart__row .cart_items {
    display: inline-block;
    text-align: center;
}
@media screen and (max-width: 567px) {
    .cart_table .cart__row .cart_items {
        width: 30%;
    }
}
.cart_table .cart__row .quantity-selector {
    font-size: 14px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border-color: #f1f1f1;
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    color: #000000;
    background: #f1f1f1;
    float: left;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 967px) {
    .cart_table .cart__row .quantity-selector {
        width: 45px;
    }
}
@media screen and (max-width: 767px) {
    .cart_table .cart__row .quantity-selector {
        height: 35px;
        line-height: 35px;
    }
}
@media screen and (max-width: 567px) {
    .cart_table .cart__row .quantity-selector {
        width: 40px;
        height: 30px;
        line-height: 30px;
    }
}
.cart_table .cart__row .qtyminus1,
.cart_table .cart__row .qtyplus1 {
    border: 1px solid #f1f1f1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    float: left;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
}
@media screen and (max-width: 967px) {
    .cart_table .cart__row .qtyminus1,
    .cart_table .cart__row .qtyplus1 {
        width: 35px;
    }
}
@media screen and (max-width: 767px) {
    .cart_table .cart__row .qtyminus1,
    .cart_table .cart__row .qtyplus1 {
        height: 35px;
        line-height: 35px;
    }
}
@media screen and (max-width: 567px) {
    .cart_table .cart__row .qtyminus1,
    .cart_table .cart__row .qtyplus1 {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
.cart_table .cart__row .qtyminus1:hover,
.cart_table .cart__row .qtyplus1:hover {
    color: #000001;
}
.cart_table .cart__row .product-info {
    padding-left: 25px;
}
@media screen and (max-width: 567px) {
    .cart_table .cart__row .product-info {
        width: 70%;
    }
}
.cart_table .cart__row .cart__subtotal-title,
.cart_table .cart__row .cart__subtotal {
    float: left;
    width: initial;
}
.cart_table .qty-box-set {
    display: inline-block;
}
.cart_table .price .money {
    display: block;
    margin: 0px 0 10px;
}
@media screen and (max-width: 967px) {
    .cart_table .price .money {
        margin: 10px 0 15px;
    }
}
.cart_table .shipping-section {
    padding-left: 30px;
}
@media screen and (max-width: 767px) {
    .cart_table .shipping-section {
        padding-left: 0;
        margin-top: 50px;
    }
}
.cart_table .shipping-section h5 {
    margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
    .cart_table .shipping-section p {
        float: left;
        width: 100%;
        text-align: left;
    }
}
.cart_table .shipping-section .btn,
.cart_table .shipping-section .btn--secondary,
.cart_table .shipping-section .btn--tertiary,
.cart_table .shipping-section input[type="submit"] {
    width: 100%;
}
.cart_table .shipping-section .cart_total_price .cart__subtotal {
    float: right;
}
.cart_table .shipping-section .order_summary,
.cart_table .shipping-section #shipping-calculator {
    float: left;
    width: 100%;
}
.cart_table .shipping-section #shipping-calculator {
    margin-top: 50px;
}
.cart_table .shipping-section #shipping-calculator .form-group {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.cart_table .shipping-section #shipping-calculator .form-group label {
    margin-bottom: 5px;
}
.cart_table .shipping-section #shipping-calculator .form-group select,
.cart_table .shipping-section #shipping-calculator .form-group input[type="text"],
.cart_table .shipping-section #shipping-calculator .form-group input[type="button"] {
    height: 40px;
    padding: 0 17px;
    margin: 0;
    width: 100%;
}
@media screen and (max-width: 567px) {
    .cart_table .shipping-section #shipping-calculator .form-group select,
    .cart_table .shipping-section #shipping-calculator .form-group input[type="text"],
    .cart_table .shipping-section #shipping-calculator .form-group input[type="button"] {
        width: 100%;
    }
}
@media screen and (max-width: 967px) {
    .cart_table .shipping-section #shipping-calculator #address_zip_container {
        margin-right: 0;
    }
}
.cart_table .shipping-section #shipping-calculator #get-rates-container {
    margin-top: 10px;
}
@media screen and (max-width: 1199px) {
    .cart_table .shipping-section #shipping-calculator #get-rates-container {
        width: 100%;
        margin-top: 0;
    }
}
.cart_table .shipping-section #shipping-calculator #get-rates-container .btn,
.cart_table .shipping-section #shipping-calculator #get-rates-container .btn--secondary,
.cart_table .shipping-section #shipping-calculator #get-rates-container .btn--tertiary,
.cart_table .shipping-section #shipping-calculator #get-rates-container input[type="submit"] {
    height: 46px;
}
@media screen and (max-width: 567px) {
    .cart_table .shipping-section #shipping-calculator #get-rates-container .btn,
    .cart_table .shipping-section #shipping-calculator #get-rates-container .btn--secondary,
    .cart_table .shipping-section #shipping-calculator #get-rates-container .btn--tertiary,
    .cart_table .shipping-section #shipping-calculator #get-rates-container input[type="submit"] {
        width: 100%;
    }
}
.cart_table .error,
.cart_table .success {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive table th,
.table-responsive table td {
    white-space: nowrap;
}
.wishlist_table th,
.wishlist_table td {
    border: 0;
    text-align: left;
}
.wishlist_table th:first-child,
.wishlist_table td:first-child {
    width: 15%;
}
.wishlist_table thead {
    background: #f1f1f1;
    color: #000000;
    border-bottom: 1px solid rgba(3, 13, 29, 0.15);
}
.wishlist_table thead th {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.wishlist_table tbody tr {
    border-bottom: 1px solid #e4e4e4;
}
.wishlist_table .product-add-to-cart .btn,
.wishlist_table .product-add-to-cart .btn--secondary,
.wishlist_table .product-add-to-cart .btn--tertiary,
.wishlist_table .product-add-to-cart input[type="submit"] {
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 10px 20px;
}
.wishlist_table .wishlist-empty tr {
    border: none;
}
.wishlist_table .wishlist-empty tr td {
    text-align: center;
    padding: 0;
}
.cart_empty_msg,
.wishlist-empty {
    float: left;
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.cart_empty_msg h5,
.wishlist-empty h5 {
    margin-top: 40px;
}
.cart_empty_msg .btn,
.cart_empty_msg .btn--secondary,
.cart_empty_msg .btn--tertiary,
.cart_empty_msg input[type="submit"],
.wishlist-empty .btn,
.wishlist-empty .btn--secondary,
.wishlist-empty .btn--tertiary,
.wishlist-empty input[type="submit"] {
    margin-top: 10px;
}
#shopify-section-order-form .qty-box-set {
    text-align: center !important;
}
#shopify-section-order-form input[type="number"] {
    float: none;
    display: inline-block;
    width: 100px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    #shopify-section-order-form input[type="number"] {
        width: 50px;
    }
}
.remove,
.cart__remove {
    color: #c3c3c3;
}
.cart__row .money,
.wishlist-product-price {
    color: #5e473e;
}
.template-cart .btn_actions {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.template-cart .btn_actions .btn,
.template-cart .btn_actions .btn--secondary,
.template-cart .btn_actions .btn--tertiary,
.template-cart .btn_actions input[type="submit"] {
    padding-left: 25px;
    padding-right: 25px;
}
.cart_btn,
.shopping-checkout {
    float: left;
    width: 100%;
}
@media screen and (max-width: 567px) {
    .cart_btn,
    .shopping-checkout {
        text-align: left;
    }
}
@media screen and (max-width: 567px) {
    .footer-logo img {
        margin: auto;
        padding: 0;
    }
}
.list-collection-products.grid-uniform {
    margin: 0 -15px;
}
@media screen and (max-width: 967px) {
    .list-collection-products.grid-uniform {
        margin: 0 -10px;
    }
}
.list-collection-products .grid__item {
    padding: 0 15px 30px;
}
@media screen and (max-width: 967px) {
    .list-collection-products .grid__item {
        padding: 0 10px 20px;
    }
}
.list-collection-products a.pickgradient {
    display: block;
}
.list-collection-products a.pickgradient img {
    display: block;
    margin: 0 auto;
}
.list-collection-products a.pickgradient,
.list-collection-products .collection-detail {
    border: 1px solid rgba(3, 13, 29, 0.07);
}
.list-collection-products .grid-link__title {
    color: #040404;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
}
.list-collection-products .collection-detail {
    display: inline-block;
    width: 100%;
    padding: 30px 10px;
    border-top: none;
}
.placeholder-svg {
    border: 1px solid #e4e4e4;
    width: auto;
    height: auto;
}
.loading-modal {
    background: url(//cdn.shopify.com/s/files/1/0267/5979/0615/t/3/assets/loading.gif?v=9255329245202621775) center no-repeat #fff;
    padding: 20px;
    top: 50% !important;
    left: 50% !important;
    width: 70px;
    height: 70px;
    margin-left: -28px;
    margin-top: -38px;
    text-indent: -999em;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.ajax-error-modal,
.loading-modal {
    bottom: auto;
    overflow: hidden;
    right: auto;
    position: fixed;
    text-align: center;
}
.ajax-error-modal {
    left: 0;
    padding: 10px 20px;
    top: 50%;
    width: 100%;
}
.ajax-error-modal .modal-inner {
    color: #fff;
    background: #191919;
    display: inline-block;
    padding: 10px 20px;
}
.ajax-success-modal .content,
.ajax-error-modal .modal-inner {
    padding: 40px;
    background-color: #ffffff;
    bottom: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: 50% !important;
    width: 900px;
    box-shadow: 0 0 10px rgba(3, 13, 29, 0.2);
    float: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: 999;
}
@media screen and (max-width: 967px) {
    .ajax-success-modal .content,
    .ajax-error-modal .modal-inner {
        padding: 20px;
    }
}
@media screen and (max-width: 567px) {
    .ajax-success-modal .content,
    .ajax-error-modal .modal-inner {
        padding: 10px;
    }
}
@media screen and (max-width: 967px) {
    .ajax-success-modal .content,
    .ajax-error-modal .modal-inner {
        width: 730px;
    }
}
@media screen and (max-width: 767px) {
    .ajax-success-modal .content,
    .ajax-error-modal .modal-inner {
        width: 450px;
    }
}
@media screen and (max-width: 567px) {
    .ajax-success-modal .content,
    .ajax-error-modal .modal-inner {
        width: 270px;
    }
}
.ajax-success-modal .overlay,
.quick-view .overlay,
.quickview-template .content,
.sweet-overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
}
.ajax-success-modal .btn-secondary {
    padding: 0 20px;
}
.ajax-success-modal .success-message {
    padding: 0;
    display: inline-block;
}
.ajax-success-modal .success-message a {
    line-height: normal;
}
@media screen and (max-width: 567px) {
    .ajax-success-modal .success-message a {
        font-size: 13px;
    }
}
.ajax-success-modal .success-message p {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.ajax-success-modal .close-modal {
    top: -11px;
    right: -16px;
}
.ajax-success-modal .close-modal i {
    background: #ffffff;
    border-radius: 50%;
    font-size: 20px;
}
.ajax-success-modal .overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
}
.ajax-success-modal .ajax-left {
    float: left;
    padding-right: 15px;
    width: 40%;
}
@media screen and (max-width: 767px) {
    .ajax-success-modal .ajax-left {
        width: 100%;
        margin-bottom: 40px;
    }
}
.ajax-success-modal .added-to-cart.info,
.ajax-success-modal .added-to-wishlist.info {
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    line-height: normal;
}
.ajax-success-modal .ajax_price {
    float: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
}
.ajax-success-modal .continue-shopping {
    margin-right: 12px;
}
@media screen and (max-width: 967px) {
    .ajax-success-modal .continue-shopping {
        margin-right: 5px;
    }
}
@media screen and (max-width: 567px) {
    .ajax-success-modal .continue-shopping {
        margin-right: 10px;
        margin-bottom: 15px;
    }
}
.ajax-cart-desc {
    float: left;
    width: 65%;
    margin-left: 30px;
}
@media screen and (max-width: 1599px) {
    .ajax-cart-desc {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .ajax-cart-desc {
        margin-left: 15px;
    }
}
@media screen and (max-width: 967px) {
    .ajax-cart-desc {
        margin-left: 10px;
    }
}
.ajax-product-title {
    margin-bottom: 5px;
    font-size: 20px;
}
@media screen and (max-width: 567px) {
    .ajax-product-title {
        font-size: 15px;
    }
}
.ajax-content-section {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: auto;
}
.ajax-product-image {
    width: 25%;
    float: left;
    border: 1px solid #e4e4e4;
    display: block;
}
.ajax-cart-desc p {
    font-size: 15px;
}
.ajax-right {
    float: left;
    width: 60%;
    padding: 0px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .ajax-right {
        width: 100%;
    }
}
.ajax-right p {
    font-size: 16px;
}
.ajax-right .ajax_price {
    font-size: 16px;
    font-weight: 100;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}
@media screen and (max-width: 567px) {
    .ajax-right .ajax_price {
        margin-bottom: 5px;
        font-size: 14px;
    }
}
.ajax-right .success-message p {
    font-size: 14px;
}
.ajax-right .btn,
.ajax-right .btn--secondary,
.ajax-right .btn--tertiary,
.ajax-right input[type="submit"] {
    letter-spacing: 0.06em;
    padding: 12px 20px;
    line-height: normal;
    height: 46px;
}
.ajax-right .btn i,
.ajax-right .btn--secondary i,
.ajax-right .btn--tertiary i,
.ajax-right input[type="submit"] i {
    margin-right: 12px;
}
.ajax_cartTotal {
    float: left;
    width: 100%;
    font-size: 30px;
    margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
    .ajax_cartTotal {
        margin-bottom: 20px;
    }
}
#email-modal {
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
#email-modal .window-content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: left;
    max-width: 880px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 967px) {
    #email-modal .window-content {
        max-width: 750px;
    }
}
@media screen and (max-width: 767px) {
    #email-modal .window-content {
        background-position: inherit;
        background-image: inherit;
        max-width: 550px;
    }
}
@media screen and (max-width: 567px) {
    #email-modal .window-content {
        max-width: 300px;
    }
}
#email-modal .window-content .window-box {
    background: url(//cdn.shopify.com/s/files/1/0267/5979/0615/t/3/assets/popup_newsletter_img.jpg?v=4836630399446471589) no-repeat;
    background-size: cover;
    background-color: #000001;
    float: left;
    position: absolute;
    top: 50%;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    padding: 50px 40px;
    width: 75%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
    #email-modal .window-content .window-box {
        padding: 30px;
        width: 64%;
    }
}
@media screen and (max-width: 967px) {
    #email-modal .window-content .window-box {
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    #email-modal .window-content .window-box {
        width: 92%;
    }
}
@media screen and (max-width: 567px) {
    #email-modal .window-content .window-box {
        width: 90%;
    }
}
#email-modal .window-content .window-box-bg {
    float: left;
    width: 100%;
}
#email-modal .window-content .title,
#email-modal .window-content .message,
#email-modal .window-content span {
    color: #ffffff;
}
#email-modal .window-content .title {
    font-size: 16px;
    display: inline-block;
    line-height: normal;
    padding: 0 0 20px;
    width: 100%;
    margin: 0;
}
@media screen and (max-width: 767px) {
    #email-modal .window-content .title {
        font-size: 18px;
    }
}
#email-modal .window-content .offer-text {
    color: #000001;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
}
@media screen and (max-width: 967px) {
    #email-modal .window-content .offer-text {
        font-size: 26px;
    }
}
#email-modal .window-content .message {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.4;
}
#email-modal .window-content #mailchimp-email-subscibe {
    padding: 30px 20px 0;
    float: none;
    width: 100%;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    #email-modal .window-content #mailchimp-email-subscibe {
        padding: 30px 0 0;
    }
}
#email-modal .window-content #mailchimp-email-subscibe form {
    display: inline-block;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}
#email-modal .window-content #mailchimp-email-subscibe form input[type="email"] {
    background: #ffffff;
    width: calc(100% - 105px);
    float: left;
    margin: 0;
    padding: 0 15px;
    height: 50px;
}
@media screen and (max-width: 567px) {
    #email-modal .window-content #mailchimp-email-subscibe form input[type="email"] {
        width: 100%;
    }
}
#email-modal .window-content #mailchimp-email-subscibe form input[type="email"]::-webkit-input-placeholder,
#email-modal .window-content #mailchimp-email-subscibe form input[type="email"]:-moz-placeholder,
#email-modal .window-content #mailchimp-email-subscibe form input[type="email"]::-moz-placeholder,
#email-modal .window-content #mailchimp-email-subscibe form input[type="email"]:-ms-input-placeholder {
    color: #000000;
}
#email-modal .window-content #mailchimp-email-subscibe form .btn,
#email-modal .window-content #mailchimp-email-subscibe form .btn--secondary,
#email-modal .window-content #mailchimp-email-subscibe form .btn--tertiary,
#email-modal .window-content #mailchimp-email-subscibe form input[type="submit"] {
    font-weight: normal;
    float: none;
    width: 105px;
    padding: 0 20px !important;
    height: 50px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin-left: -2px;
}
@media screen and (max-width: 567px) {
    #email-modal .window-content #mailchimp-email-subscibe form .btn,
    #email-modal .window-content #mailchimp-email-subscibe form .btn--secondary,
    #email-modal .window-content #mailchimp-email-subscibe form .btn--tertiary,
    #email-modal .window-content #mailchimp-email-subscibe form input[type="submit"] {
        margin-top: 10px;
        width: 100%;
    }
}
#email-modal .window-content input[type="checkbox"] {
    cursor: pointer;
}
#email-modal .window-content label,
#email-modal .window-content span {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
#email-modal .window-content label {
    line-height: 16px;
}
#email-modal .window-content .close-window {
    background: #fff;
    color: #686464;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #000000;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    z-index: 2;
}
@media screen and (max-width: 567px) {
    #email-modal .window-content .close-window {
        top: -15px;
        right: -10px;
    }
}
#email-modal .window-content .close-window:hover {
    color: #000001;
}
#email-modal .window-content .close-window svg {
    width: 14px;
    height: 14px;
}
.newsletter-success-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.newsletter-success-modal .modal-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.newsletter-success-modal .ajax-modal-content {
    width: 280px;
    text-align: center;
    padding: 14px;
    background: #000001;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.newsletter-success-modal .ajax-modal-content .close-window {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    padding: 0;
    position: absolute;
    top: -10px;
    right: -10px;
}
.newsletter-success-modal .ajax-modal-content i.fa-check {
    color: #56ad6a;
}
.newsletter-success-modal .ajax-modal-content span {
    margin-left: 8px;
}
.swatch {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}
.swatch .header {
    margin: 0px 0 10px;
}
.swatch input {
    display: none;
}
.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ();
    -webkit-font-smoothing: antialiased;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}
.swatch .swatch-element.available {
    margin-right: 5px;
}
.swatch .swatch-element.color {
    background: none !important;
    border: none;
}
.swatch .swatch-element.color.white input:checked + label:before {
    color: #686464;
}
.swatch .swatch-element.color.available {
    box-shadow: inherit;
    vertical-align: middle;
}
.swatch .swatch-element.color input:checked + label.white-tick:before {
    color: #686464;
}
.swatch .swatch-element.color label {
    width: 30px;
    height: 30px;
    background-size: cover;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.swatch .swatch-element.color.soldout input:checked + label.white-tick:before {
    content: none;
}
.swatch .swatch-element.soldout {
    margin-right: 10px;
}
.swatch .swatch-element.soldout .crossed-out {
    display: block;
}
.swatch .swatch-element.soldout label {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
    filter: alpha(opacity=60);
}
.swatch .swatch-element.soldout input:checked + label.white-tick:before {
    content: none;
}
.swatch .swatch-element .crossed-out {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.swatch .swatch-element:hover .tooltip {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
.swatch .swatch-element .bgImg {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.swatch .swatch-element label {
    padding: 0px 10px;
    line-height: 25px;
    cursor: pointer;
}
@media screen and (max-width: 967px) {
    .swatch .swatch-element label {
        padding: 0 10px;
    }
}
.swatch .tooltip {
    text-align: center;
    bottom: 100%;
    padding: 2px;
    font-size: 12px;
    position: absolute;
    width: 60px;
    margin-bottom: 15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: -18px;
}
.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
}
.swatch .tooltip:after {
    border-top: solid #030d1d 7px;
    border-left: solid transparent 7px;
    border-right: solid transparent 7px;
    bottom: -7px;
    content: " ";
    height: 0;
    left: 0%;
    right: 0;
    margin: auto;
    position: absolute;
    width: 0;
}
.swatch .tooltip {
    background: #93051c;
    color: #ffffff;
    display: block;
}
.swatch .selector-wrapper:after {
    background-color: none;
}
.swatch.error {
    background-color: #00305f !important;
    color: #333 !important;
    padding: 1em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.swatch.error p {
    margin: 0.7em 0;
}
.swatch.error p:first-child {
    margin-top: 0;
}
.swatch.error p:last-child {
    margin-bottom: 0;
}
.swatch.error code {
    font-family: monospace;
}
.swatch label {
    float: left;
    text-align: center;
    margin: 0 0px 0;
    border: 2px solid #e4e4e4;
}
@media screen and (max-width: 967px) {
    .swatch label {
        margin: 0 0px 0;
    }
}
.swatch input:checked + label,
.swatch label:hover {
    border: 2px solid #000001;
}
.swatch .header {
    float: left;
    width: 100%;
    color: #686464;
}
.swatch-section {
    float: left;
    width: 60%;
}
.drawer--top {
    width: 50%;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 1199px) {
    .drawer--top {
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .drawer--top {
        width: 98%;
    }
}
.drawer--top .js-drawer-open-top {
    display: block;
}
.drawer--top .js-drawer-open-top .drawer--top {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    display: block;
}
.drawer--top .search-bar__table.search-box {
    float: left;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0;
}
.drawer--top .search-bar__table.search-box .results-box {
    padding: 0px 16px 32px;
    overflow: auto;
    max-height: 75vh;
    float: none;
    display: inline-block;
    width: 100%;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .drawer--top .search-bar__table.search-box .results-box {
        width: 85%;
    }
}
@media screen and (max-width: 567px) {
    .drawer--top .search-bar__table.search-box .results-box {
        width: 75%;
    }
}
.drawer--top .search-bar__table.search-box .results-box > a {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #e4e4e4;
}
.drawer--top .search-bar__table.search-box .results-box a.note {
    float: none;
    width: auto;
    border: none;
    margin-top: 25px;
}
.drawer--top .search-bar__table.search-box .results-box .d-title {
    float: left;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.drawer--top .search-bar__table.search-box .results-box a .img {
    float: left;
}
.drawer--top .search-bar__table.search-box .results-box a .img img {
    display: block;
}
.drawer--top .search-bar__form .search-bar__table-cell {
    float: left;
}
.drawer--top .search-bar__form .search-bar__table-cell.search-bar__icon-cell {
    float: right;
}
.drawer--top .search-bar__icon-button {
    z-index: 99999;
    position: relative;
    cursor: pointer;
    font-size: 40px;
    display: inline-block;
    position: fixed;
    top: 15px;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    right: 12px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: alpha(opacity=80);
}
@media screen and (max-width: 967px) {
    .drawer--top .search-bar__icon-button {
        font-size: 24px;
    }
}
.search-bar {
    border-bottom: 1px solid rgba(228, 228, 228, 0.7);
}
.search-bar .btn,
.search-bar .btn--secondary,
.search-bar .btn--tertiary,
.search-bar input[type="submit"] {
    width: 40px;
    height: 40px;
    padding: 5px 0;
    float: right;
}
.search-bar input[type="search"] {
    margin: 0;
    border: none;
    float: left;
    height: 35px;
    width: calc(100% - 40px);
}
.search-bar__table {
    float: left;
    width: 100%;
}
#SearchDrawer {
    outline: none;
    border: none;
}
#SearchDrawer span.notify {
    float: right;
    margin-top: 10px;
    display: none;
}
#SearchDrawer .remove-button button {
    display: none;
    background: #000001;
    padding: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
}
#SearchDrawer span.notify {
    float: right;
    margin-top: 10px;
    display: none;
}
.search-bar__form {
    float: left;
    width: 100%;
    border: 1px solid #e4e4e4;
    margin: 0;
    position: relative;
}
.search-bar__input {
    background: none;
    border: none;
    width: 100%;
    padding: 0 15px;
    margin: 0 !important;
    height: 45px;
}
.search-bar__icon-button {
    background: none;
    border: none;
    color: #686464;
    font-size: 18px;
    padding: 0 20px;
    margin: 0;
    height: 45px;
}
.search__results-count {
    padding: 0 10px 10px 20px;
    line-height: 45px;
}
.drawer {
    background: #ffffff;
    z-index: 99991;
    position: absolute;
    display: table;
    width: 100%;
    top: 0;
    text-align: center;
    overflow: visible;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.drawer--left,
.drawer--right {
    top: 0;
    max-width: 95%;
}
.drawer--left {
    width: 300px;
    left: -300px;
}
.drawer--left .drawer__close-button {
    right: auto;
    left: -15px;
}
.js-drawer-open-left .drawer--left {
    display: block;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
}
.drawer--right {
    -webkit-box-shadow: -2px 0 10px -2px #e4e4e4;
    -moz-box-shadow: -2px 0 10px -2px #e4e4e4;
    box-shadow: -2px 0 10px -2px #e4e4e4;
    left: 100%;
    max-width: 400px;
    width: 80%;
    min-height: 100vh;
}
@media screen and (max-width: 567px) {
    .drawer--right {
        max-width: 290px;
    }
}
.drawer.drawer--right {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -ms-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    padding: 32px 16px;
}
.js-drawer-open-right .drawer--right {
    max-width: 400px;
    display: block;
    right: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    position: relative;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
@media screen and (max-width: 567px) {
    .js-drawer-open-right .drawer--right {
        width: 290px;
    }
}
.js-drawer-open-right .drawer__close {
    float: right;
    position: fixed;
    right: calc(400px + 15px);
    top: 12px;
    color: #ffffff;
}
@media screen and (max-width: 567px) {
    .js-drawer-open-right .drawer__close {
        right: calc(280px + 15px);
    }
}
.js-drawer-open-top .drawer--top {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    display: block;
}
.drawer-page-content:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    zoom: 1;
    background-color: transparent\9;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 9999;
}
.js-drawer-open .drawer-page-content:before {
    -webkit-transform: scale(75);
    -moz-transform: scale(75);
    -ms-transform: scale(75);
    -o-transform: scale(75);
    transform: scale(75);
    background-color: rgba(255, 255, 255, 0.9);
}
.drawer__title,
.drawer__close {
    display: table-cell;
    vertical-align: middle;
}
.drawer__title {
    font-weight: 700;
    text-rendering: optimizeLegibility;
    width: 100%;
}
.drawer__close-button {
    background: none;
    border: 0 none;
    position: relative;
    right: -15px;
    height: 100%;
    width: 60px;
    padding: 0 20px;
    color: inherit;
}
.supports-fontface .search-bar__icon-cell {
    width: 40px;
    float: left;
}
.search-bar {
    border-bottom: 1px solid rgba(228, 228, 228, 0.7);
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: auto;
}
@media screen and (max-width: 1199px) {
    .search-bar {
        float: left;
        width: 100%;
    }
}
.search-bar__table {
    float: left;
    width: 100%;
}
.search-form {
    display: inline-block;
    width: 100%;
    margin: 0 0;
}
@media screen and (max-width: 1199px) {
    .search-form {
        float: left;
        width: 100%;
    }
}
.search-form .input-group-field {
    width: 45%;
    display: inline-block;
    padding: 5px 20px;
    height: 40px;
}
@media screen and (max-width: 1199px) {
    .search-form .input-group-field {
        width: 76%;
        padding: 12px 20px;
    }
}
.search-products ul {
    padding: 0 0 0 0px;
}
.search-products > ul {
    float: left;
    width: 100%;
    margin: 30px 0 30px -20px;
}
@media screen and (max-width: 767px) {
    .search-products > ul {
        margin: 30px 0 30px 0px;
    }
}
.blog-post + div:not(container) .style1 {
    padding: 0 3%;
}
.blog-post .grid-uniform {
    margin: 0 -15px;
}
@media screen and (max-width: 967px) {
    .blog-post .grid-uniform {
        margin: 0 -10px;
    }
}
.blog-post .grid__item {
    padding: 0 15px;
    margin-bottom: 30px;
}
@media screen and (max-width: 967px) {
    .blog-post .grid__item {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
.blog-post .blog-post-inner {
    position: relative;
}
.blog-post .blog-post-inner:hover .carousel-arrow.nav-middle .prev-arrow,
.blog-post .blog-post-inner:hover .carousel-arrow.nav-middle .next-arrow {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.blog-post .article {
    float: left;
    width: 100%;
    position: relative;
}
.blog-post .article .article-header {
    margin-bottom: 10px;
}
.blog-post .article .article-header i {
    margin-right: 5px;
}
.blog-post .style1 .article {
    margin-bottom: 20px;
    padding-left: 25px;
}
@media screen and (max-width: 767px) {
    .blog-post .style1 .article {
        padding-left: 15px;
    }
}
.blog-post .style1 .article .article-image {
    margin-bottom: 40px;
}
@media screen and (max-width: 967px) {
    .blog-post .style1 .article .article-image {
        margin-bottom: 0;
    }
}
.blog-post .style1 .article .article-image a {
    display: block;
    position: relative;
}
.blog-post .style1 .article .article-image a:after {
    content: "";
    width: 390px;
    height: 100%;
    background: rgba(228, 228, 228, 0.3);
    position: absolute;
    left: -25px;
    top: 40px;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
@media screen and (max-width: 967px) {
    .blog-post .style1 .article .article-image a:after {
        width: 100%;
        left: -10px;
        top: 10px;
    }
}
.blog-post .style1 .article .article-description {
    float: left;
    text-align: left;
    padding-top: 20px;
    padding: 70px 30px 0;
}
@media screen and (max-width: 1599px) {
    .blog-post .style1 .article .article-description {
        padding: 50px 20px 0;
    }
}
@media screen and (max-width: 1199px) {
    .blog-post .style1 .article .article-description {
        padding: 30px 0 0;
    }
}
.blog-post .style1 .article .article-description .article-header .blog-date,
.blog-post .style1 .article .article-description .article-header .author {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}
.blog-post .style1 .article .article-description .article-header .blog-date {
    margin-top: 0;
}
@media screen and (max-width: 1199px) {
    .blog-post .style1 .article .article-description .article-header .blog-date {
        font-size: 14px;
    }
}
.blog-post .style1 .article .article-description .article-content {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}
.blog-post .style1 .article .article-description .article-btn {
    float: left;
}
.blog-post .style1 .article .article-description .comments-count {
    font-size: 14px;
    float: right;
    margin: 0;
}
.blog-post .style1 .article:hover .article-image a:after {
    width: 450px;
}
@media screen and (max-width: 967px) {
    .blog-post .style1 .article:hover .article-image a:after {
        width: 100%;
        height: 340px;
    }
}
.blog-post .style2 .article {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.blog-post .style2 .article .article-image img {
    display: block;
}
.blog-post .style2 .article .article-description {
    padding: 25px;
}
.blog-post .style2 .article .article-description .article-header .blog-date,
.blog-post .style2 .article .article-description .article-header .author {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
}
.blog-post .style2 .article .article-description .article-header .blog-date {
    margin-top: 0;
}
@media screen and (max-width: 1199px) {
    .blog-post .style2 .article .article-description .article-header .blog-date {
        font-size: 14px;
    }
}
.blog-post .style2 .article .article-description .comments-count {
    display: none;
}
.blog-post .style2 .article.content-overimage .article-description {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
}
.blog-post .style2 .article.content-overimage:hover .article-image img {
    opacity: 0.05;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=5)";
    filter: alpha(opacity=5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.blog-post .style2 .article.content-overimage:hover .article-description {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.blog-post .style3 .article-item:last-child {
    margin-bottom: 0;
}
.blog-post .style3 .article-item .article .article-image {
    overflow: hidden;
}
.blog-post .style3 .article-item .article .article-image img {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.blog-post .style3 .article-item .article .article-description {
    float: left;
    width: 100%;
    padding-top: 25px;
}
.blog-post .style3 .article-item .article .article-description .article-header {
    margin-bottom: 8px;
}
.blog-post .style3 .article-item .article .article-description .article-header p {
    display: inline-block;
}
.blog-post .style3 .article-item .article:hover .article-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-post .style3 .article-item .article:hover .article-description h4 a {
    color: #000001 !important;
}
.blog-post .style3 .blog-right .article-item .article .article-image {
    float: left;
    width: 41%;
}
@media screen and (max-width: 567px) {
    .blog-post .style3 .blog-right .article-item .article .article-image {
        width: 100%;
    }
}
.blog-post .style3 .blog-right .article-item .article .article-description {
    padding-top: 0;
    padding-left: 25px;
    width: calc(100% - 41%);
}
@media screen and (max-width: 567px) {
    .blog-post .style3 .blog-right .article-item .article .article-description {
        padding: 25px 0 0;
        width: 100%;
    }
}
.blog-post .blog-tag {
    margin-bottom: 15px;
}
.blog-post .blog-tag i {
    display: none;
}
.blog-post .blog-tag .blog-tags {
    display: inline-block;
    padding: 0 12px;
}
.blog-post .blog-tag .meta-sep {
    display: none;
}
.blog-post .article-content h4 {
    font-size: 22px;
    margin-bottom: 8px;
}
.blog-post .article-header p {
    color: rgba(3, 13, 29, 0.5);
    display: inline-block;
    margin-bottom: 5px;
}
.blog-post .article-header p.blog-date {
    margin-right: 10px;
}
.blog-post .article-header .comments {
    position: relative;
}
.blog-post .article-header .comments:before {
    content: "";
    display: inline-block;
    background: rgba(3, 13, 29, 0.2);
    width: 1px;
    height: 11px;
    margin-right: 10px;
}
.link_text {
    display: inline-block;
    font-weight: normal;
    text-decoration: underline;
}
.blog-section {
    float: left;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .blog-section {
        width: 100%;
    }
}
.blog-section .blog-description {
    width: 70%;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
    float: none;
}
@media screen and (max-width: 1199px) {
    .blog-section .blog-description {
        width: 100%;
    }
}
.blog-section .blog_section_detail {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.blog-section .blog_section_detail h4 {
    font-size: 24px;
    margin-bottom: 8px;
}
.blog-section .blog_section_detail h5 {
    font-weight: 500;
}
.blog-section .blog_section_detail p {
    margin-bottom: 35px;
}
.blog-section .blog_section_detail .blogs-sub-title {
    margin-bottom: 15px;
}
.blog-section .blog_section_detail .blogs-sub-title p {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.blog-section .blog_section_detail .blogs-sub-title p:last-child {
    margin-right: 0;
}
.blog-section .blog_section_detail .blogs-sub-title i {
    margin-right: 5px;
}
.blog-section .blog_section_detail .video-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.blog-section .blog_section_detail .video-wrapper iframe {
    width: 100%;
}
.blog-section .blog_section_detail .blog-tag {
    float: left;
    margin-bottom: 15px;
}
.blog-section .blog_section_detail .social-sharing {
    float: right;
    text-align: left;
}
.blog-section .blog_section_detail .social-sharing label {
    display: inline-block;
}
.blog-section .blog_section_detail .social-sharing a {
    font-size: 13px;
    line-height: normal;
    display: inline-block;
    width: 25px;
    height: 18px;
}
.blog-section .blog_section_detail #comments {
    margin-top: 30px;
}
.blog-section .blog_section_detail #comments h6,
.blog-section .blog_section_detail #comments .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .blog-section .blog_section_detail #comments h5 {
    text-transform: capitalize;
    margin-bottom: 25px;
}
.blog-section .blog_section_detail #comments .comment p {
    margin-bottom: 10px;
}
.blog-section .blog_section_detail #comments > ul {
    list-style: none;
    padding: 0;
}
.blog-section .blog_section_detail #comments > ul li {
    margin: 0 0 20px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.blog-section .blog_section_detail #comments form {
    margin: 0;
}
.blog-section .blog_section_detail #comments form h3 {
    margin-bottom: 25px;
}
.blog-section .blog_section_detail #comments input[type="text"],
.blog-section .blog_section_detail #comments input[type="email"],
.blog-section .blog_section_detail #comments textarea {
    float: left;
    width: 100%;
}
.blog-section .blog_section_detail #comments .blogs-sub-title {
    margin-bottom: 5px;
}
.blog-section .blog_section_detail #comments .grid-uniform .grid__item {
    width: 49%;
    margin: 0 2% 0 0;
    padding: 0;
}
@media screen and (max-width: 567px) {
    .blog-section .blog_section_detail #comments .grid-uniform .grid__item {
        width: 100%;
        margin: 0;
    }
}
.blog-section .blog_section_detail #comments .grid-uniform .grid__item:nth-child(2n) {
    margin-right: 0;
}
.action-btn {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
    float: left;
    width: 100%;
    margin: 20px 0;
}
.action-btn .btn-left {
    float: left;
}
.action-btn .btn-left i {
    margin-right: 2px;
}
.action-btn .btn-right {
    float: right;
}
.action-btn .btn-right i {
    margin-left: 2px;
}
.action-btn i {
    font-size: 14px;
}
.sorting-section {
    min-width: 150px;
    position: relative;
}
.sorting-section .btn,
.sorting-section .btn--secondary,
.sorting-section .btn--tertiary,
.sorting-section input[type="submit"] {
    width: 100%;
    text-align: left;
    font-weight: normal;
    padding: 7px 28px 7px 12px;
    z-index: 1;
    background-color: #ffffff;
    background-image: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #686464;
}
.sorting-section .btn i,
.sorting-section .btn--secondary i,
.sorting-section .btn--tertiary i,
.sorting-section input[type="submit"] i {
    margin-right: 7px;
}
.sorting-section .btn:hover,
.sorting-section .btn--secondary:hover,
.sorting-section .btn--tertiary:hover,
.sorting-section input[type="submit"]:hover {
    border: 1px solid #e4e4e4;
}
.sorting-section .btn:hover,
.sorting-section .btn--secondary:hover,
.sorting-section .btn--tertiary:hover,
.sorting-section input[type="submit"]:hover,
.sorting-section .btn:active,
.sorting-section .btn--secondary:active,
.sorting-section .btn--tertiary:active,
.sorting-section input[type="submit"]:active {
    background: transparent;
    color: #686464;
}
.sorting-section .btn :after,
.sorting-section .btn--secondary :after,
.sorting-section .btn--tertiary :after,
.sorting-section input[type="submit"] :after {
    font-size: 10px;
    position: absolute;
    content: "\f078";
    right: 9px;
    top: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sorting-section.open .btn,
.sorting-section.open .btn--secondary,
.sorting-section.open .btn--tertiary,
.sorting-section.open input[type="submit"] {
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    -ms-border-radius: 0px 0px 0 0;
    -o-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}
.sorting-section .btn,
.sorting-section .btn--secondary,
.sorting-section .btn--tertiary,
.sorting-section input[type="submit"],
.toolbar .toolbar-col .label-tab {
    border: 1px solid #e4e4e4;
    font-size: 14px;
}
.toolbar .toolbar-col .label-tab {
    padding: 5px 12px;
}
.featured-tag {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.product_right_tag {
    z-index: 2;
}
.product_right_tag .badge--new {
    background: #000001;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.product_right_tag .offer-price {
    float: right;
    padding: 10px;
    background: #000001;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
    text-align: center;
    line-height: 1.1;
}
.product_right_tag.offer_exist .badge--new {
    top: 60px;
}
.product_right_tag .offer-price {
    top: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.social-sharing {
    float: none;
    padding: 0px 0;
    margin: 0px 0 0;
}
@media screen and (max-width: 1199px) {
    .social-sharing {
        float: left;
        width: 100%;
    }
}
.social-sharing a {
    padding: 0 0px;
    display: inline-block;
    text-align: center;
}
#promo-carousel li {
    position: relative;
    -webkit-transition: all 900ms ease 0s;
    -moz-transition: all 900ms ease 0s;
    -ms-transition: all 900ms ease 0s;
    -o-transition: all 900ms ease 0s;
    transition: all 900ms ease 0s;
}
#promo-carousel li h5 {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
#promo-carousel li img {
    -webkit-transition: all 900ms ease 0s;
    -moz-transition: all 900ms ease 0s;
    -ms-transition: all 900ms ease 0s;
    -o-transition: all 900ms ease 0s;
    transition: all 900ms ease 0s;
    margin-bottom: 10px;
}
#promo-carousel li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.header-bar .wrapper,
.site-header .wrapper {
    max-width: 100%;
}
#minicart_total {
    display: inline-block;
    line-height: normal;
    text-align: left;
    float: left;
    margin-top: 0;
    font-size: 14px;
}
@media screen and (max-width: 967px) {
    #minicart_total {
        font-size: 14px;
        line-height: 12px;
    }
}
@media screen and (max-width: 767px) {
    #minicart_total {
        float: none;
        display: inline-block;
    }
}
#minicart_total span {
    margin: 0;
}
#cartCount {
    font-size: 16px;
    text-align: left;
    position: relative;
    display: inline-block;
}
@media screen and (max-width: 1199px) {
    #cartCount {
        font-size: 13px;
    }
}
.cart__note-add {
    text-decoration: underline;
    margin-bottom: 10px;
}
.cart__note textarea {
    width: 100%;
    margin: 0;
}
.header-bar__module.cart .baskettop {
    float: none;
}
.site-header__logo img.retina-logo,
.is-sticky .sticky-logo img.retina-footer-logo,
.footer-logo img.retina-footer-logo {
    display: none;
}
.site-header__logo {
    position: relative;
    height: 95px;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .site-header__logo {
        text-align: left;
        float: left;
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .site-header__logo {
        margin: 0 auto;
    }
}
.site-header__logo a {
    padding: 0px;
    display: inline-block;
}
@media screen and (max-width: 967px) {
    .site-header__logo a {
        padding: 0px;
    }
}
.site-header__logo a .logo_name {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .site-header__logo a .logo_name {
        right: 0;
    }
}
.site-header__logo img,
.site-header__logo .logo_name {
    display: inline-block;
    max-height: 80px;
    margin: 0 auto;
}
@media screen and (min-width: 1200px) {
    .site-header__logo img,
    .site-header__logo .logo_name {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
#slidedown-cart .option-title,
#slidedown-cart .cart-title,
#slidedown-cart .customer-title {
    margin-bottom: 22px;
    margin-top: 7px;
}
#slidedown-cart .option-title .close,
#slidedown-cart .cart-title .close,
#slidedown-cart .customer-title .close {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: normal;
    margin-bottom: 30px;
}
#slidedown-cart .option-title .close span,
#slidedown-cart .cart-title .close span,
#slidedown-cart .customer-title .close span {
    margin-left: 5px;
    padding-top: 1px;
}
#slidedown-cart .option-title h5,
#slidedown-cart .cart-title h5,
#slidedown-cart .customer-title h5 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 20px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 17px;
    margin-bottom: 0;
}
.site-nav {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.site-nav li a.new:after,
.site-nav li a.sale:after,
.site-nav li a.offer:after {
    font-size: 9px;
    padding: 3px 5px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    line-height: 16px;
}
.site-nav li a.new:after {
    content: "New";
    background: #000001;
    color: #ffffff;
}
.site-nav li a.sale:after {
    content: "Sale";
    background: #000001;
    color: #ffffff;
}
.site-nav li a.offer:after {
    content: "Offer";
    background: #000001;
    color: #ffffff;
}
.site-nav li:first-child a:before {
    content: none;
}
.header_custom {
    padding: 12px 20px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
@media screen and (max-width: 967px) {
    .header_custom {
        display: none;
    }
}
.header_custom p {
    margin: 0;
}
.header_user {
    position: relative;
    min-width: 100px;
    padding: 0 0px;
    text-align: center;
    line-height: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
@media screen and (max-width: 967px) {
    .header_user {
        min-width: 50px;
    }
}
@media screen and (max-width: 767px) {
    .header_user {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 30%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        line-height: 60px;
        border-right: 1px solid #e4e4e4;
    }
}
@media screen and (max-width: 567px) {
    .header_user {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -moz-box-flex: 1;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 30%;
        flex: 1 1 100%;
    }
}
.customer_account_links ul {
    position: absolute;
    background: red;
    top: 100%;
    line-height: 2em;
    list-style: none;
}
.header_cart {
    position: relative;
    padding: 26px 0px 26px 10px;
    float: left;
}
@media screen and (max-width: 767px) {
    .header_cart {
        position: static;
    }
}
.option-loader .product-img,
.option-loader .product-title,
.option-loader .product-title,
.option-loader .product-description {
    display: none;
}
.slick-slider {
    position: relative;
    float: left;
    width: 100%;
}
.slick-list {
    float: left;
    width: 100%;
}
.slick-slide img {
    display: block;
    margin: auto;
}
.slick-arrow {
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 967px) {
    .slick-dots {
        bottom: 10px !important;
    }
}
.slick-dots li button {
    border: 1px solid #000001 !important;
    background: #000001 !important;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.slick-dots li button:before {
    content: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-active + .slick-dots li button {
    background: #93051c !important;
    border-color: #93051c !important;
    color: #ffffff;
}
.free-shipping {
    clear: both;
}
.free-shipping h3 {
    font-size: 13px;
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 24px;
}
.owl-carousel {
    padding: 0;
}
.owl-carousel .owl-item {
    padding: 0;
}
.owl-carousel .owl-item li {
    list-style: none;
}
.owl-carousel.owl-theme {
    overflow: hidden;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #000001;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #93051c;
    border-color: rgba(0, 0, 0, 0);
    color: #000001;
}
.disabled {
    display: none;
}
.owl-prev,
.owl-next {
    float: left;
    padding: 0;
    margin: 0;
    z-index: 1;
}
.owl-prev a,
.owl-next a {
    cursor: pointer;
    display: inline-block;
    padding: 0;
    z-index: 1;
}
.owl-prev.disabled,
.owl-next.disabled {
    display: block;
}
@media screen and (max-width: 767px) {
    .sticky-mass {
        position: static !important;
    }
}
.sticky-wrapper {
    height: auto !important;
}
.tab-icon-wrapper {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 50px;
    padding-right: 10px;
}
.tab-icon-wrapper .tab-icon {
    position: absolute;
    left: 0;
    width: 40px;
    font-size: 30px;
    line-height: normal;
}
.bottom-products-suggest .suggest-close {
    display: none;
}
.bottom-products-suggest .product-short-suggest .price del {
    margin-right: 10px;
}
.wishlist-box .product-remove a {
    font-size: 15px;
}
.spr-badge-caption {
    margin-left: 5px;
    display: none;
}
.template-customers-order th {
    text-align: center;
}
.hidden,
.swipe {
    display: none;
}
.hidden {
    visibility: hidden;
}
.success-message {
    line-height: 40px;
    color: #686464;
    padding: 0 0 0 40px;
    margin-bottom: 20px;
    font-size: 12px;
}
.refined-widgets > span {
    font-size: 14px;
}
.refined-widgets > a {
    float: right;
    margin-bottom: 15px;
    text-decoration: underline;
}
.filter-sortby input {
    display: none;
}
.compare_modal,
.modal {
    display: none;
    left: 0;
    outline: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
}
.compare_modal {
    position: fixed;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.compare_modal h4 {
    text-align: center;
    margin: 0;
    padding: 20px;
}
.compare_modal .overlay {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
}
.compare_modal .th-compare td {
    font-weight: bold;
}
.compare_modal .th-compare th,
.compare_modal .th-compare td {
    text-align: left;
}
.close-modal {
    float: right;
    top: 0;
    position: absolute;
    right: 0;
    padding: 0;
    width: 27px;
    height: 27px;
    line-height: 27px;
}
.sweet-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
}
#compare-modal #table-compare td img {
    margin-bottom: 5px;
}
#compare-modal #table-compare th {
    font-weight: bold;
}
#compare-modal #table-compare td,
#compare-modal #table-compare th {
    text-align: left;
}
#compare-modal .close-modal {
    bottom: auto;
    top: -3px;
    right: 0;
    font-size: 30px;
}
#compare-modal .product_price {
    margin-bottom: 10px;
}
#compare-modal .product_price strong {
    margin-right: 7px;
}
#compare-modal table .btn,
#compare-modal table .btn--secondary,
#compare-modal table .btn--tertiary,
#compare-modal table input[type="submit"] {
    padding: 10px 24px;
    font-size: 13px;
}
#compare-modal table button,
#compare-modal table p {
    margin: 0;
}
.product-shop.summary {
    float: right;
    width: 50%;
}
.product-shop.summary .prices {
    float: left;
    width: 100%;
    margin: 0;
    line-height: normal;
    margin: 0 0 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-shop.summary span.price {
    margin-bottom: 10px;
    float: left;
}
.product-img.images {
    margin: 0 !important;
    float: left;
    width: 47%;
}
.dialog {
    top: 350px;
    padding: 100px 0 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    pointer-events: none;
    z-index: 900;
}
.dialog h2 {
    font-weight: 400;
    font-size: 2em;
    padding: 0 0 2em;
    margin: 0;
}
.dialog input[type="text"] {
    width: 80%;
    float: left;
    padding: 16px 15px;
    min-height: 48px;
    border: none;
}
.dialog input[type="submit"] {
    float: left;
    border: none;
    padding: 15px 18px 16px;
    min-height: 48px;
}
.dialog__overlay {
    background: rgba(249, 249, 249, 0.95);
    bottom: 0;
    height: auto;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    overflow: auto;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: auto;
    z-index: 8010;
}
.dialog,
.dialog__overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    float: left;
}
.dialog--open .dialog__overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    pointer-events: auto;
}
.dialog--open .dialog__content {
    pointer-events: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.dialog__content {
    display: inline-block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    position: relative;
    text-align: center;
    width: 65%;
    z-index: 8030;
    padding: 0 0 0 260px;
}
#popupBoxClose {
    right: -10px;
    top: -10px;
}
.search-close {
    right: 15px;
    top: -120px;
}
.compare-product-name {
    float: left;
    width: 100%;
}
.sweet-alert-content {
    z-index: 999;
    background: #ffffff;
    padding: 20px;
}
.sweet-alert-content .sa-button-container,
.sweet-alert-content .sa-error-container,
.sweet-alert-content fieldset {
    display: none;
}
.sweet-alert {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto !important;
    text-align: center;
    z-index: 9999;
}
.modal {
    position: fixed;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    float: left;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    background-clip: padding-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.quick-view,
.quickview-template {
    bottom: 0;
    left: 0;
    outline: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10050;
    display: none;
}
.quick-view .close-window,
#fancybox-close,
.search-close,
#popupBoxClose,
#size-chart button {
    background: url(//cdn.shopify.com/s/files/1/0267/5979/0615/t/3/assets/hover.png?v=14866871867660656306) no-repeat;
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.simple-menu .coll-img {
    display: none !important;
}
.clear-filter {
    text-transform: capitalize;
    float: right;
    font-size: 12px;
    padding: 2px 0;
}
.widget a.hidden,
.widget_text a.hidden {
    display: none;
}
#viewcontrols {
    float: left;
    display: inline-block;
}
#viewcontrols .gridview {
    padding-right: 10px;
}
#viewcontrols .gridview,
#viewcontrols .listview {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    font-size: 24px;
}
.align--top,
.align--center,
.align--bottom {
    text-align: center;
}
.align--top {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.align--center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.align--bottom {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.shopify-policy__container {
    max-width: 100% !important;
}
.product_button_section .disabled {
    display: inline-block;
}
.product-single {
    position: relative;
    float: left;
    width: 100%;
}
@media screen and (max-width: 567px) {
    .product-single .buddha-products-nav .wrapper-short {
        display: none;
    }
}
.product-single .product-description {
    margin-top: 10px;
}
.product-single .price_range {
    float: left;
    width: 100%;
    margin: 15px 0 0;
}
.product-single .price_range label {
    font-size: 13px;
    text-transform: uppercase;
    color: #686464;
}
.buddha-products-nav-section {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 70px auto auto;
    padding: 20px 0;
    position: relative;
}
.buddha-products-nav-section .buddha-products-nav,
.buddha-products-nav .product-btn.product-next,
.buddha-products-nav .product-btn.product-prev {
    float: none;
    display: inline-block;
    z-index: 11;
}
.buddha-products-nav {
    position: absolute;
}
.buddha-products-nav .product-short {
    border: 2px solid #e4e4e4;
}
@media screen and (max-width: 567px) {
    .buddha-products-nav .product-short {
        display: none;
    }
}
.buddha-products-nav .product-btn {
    z-index: 1;
}
.buddha-products-nav .product-btn.product-next,
.buddha-products-nav .product-btn.product-prev {
    position: absolute;
}
.buddha-products-nav .product-btn.product-next {
    left: 0;
    margin-left: 10px;
}
.buddha-products-nav .product-btn.product-prev {
    right: 0;
}
.more-view-wrapper .slick-slide {
    margin: 0 5px;
}
.slick-slider .slick-arrow {
    border: none;
    background: none !important;
    line-height: normal;
    width: auto;
    height: auto;
}
.slick-slider .slick-arrow .slick-prev {
    left: -5px;
}
.slick-slider .slick-arrow .slick-next {
    right: -5px;
}
.size-chart-section {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.size-chart-section i {
    margin-right: 7px;
}
.single-product-layout-type-1 .sku_wrapper {
    float: left;
    margin-bottom: 10px;
}
.single-product-layout-type-1 .product-inventory {
    float: left;
    width: 100%;
}
.single-product-layout-type-1 .product_desc_section {
    border-top: none;
}
@media screen and (max-width: 967px) {
    .single-product-layout-type-1 .more-view-wrapper-owlslider {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1599px) {
    .single-product-layout-type-1 .product-single__quantity label {
        width: 40%;
    }
}
@media screen and (max-width: 1599px) {
    .single-product-layout-type-1 .swatch-section,
    .single-product-layout-type-1 .quantity_width {
        width: 55%;
    }
}
@media screen and (max-width: 767px) {
    .single-product-layout-type-1 .swatch-section,
    .single-product-layout-type-1 .quantity_width {
        width: 60%;
    }
}
.single-product-layout-type-1 .shopify-payment-button {
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .single-product-layout-type-1 .shopify-payment-button {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}
@media screen and (max-width: 967px) {
    .single-product-layout-type-1 .shopify-payment-button {
        width: auto;
        margin-top: 0px;
    }
}
.single-product-layout-type-1 .shopify-payment-button button {
    width: 100%;
    background: none;
    color: #686464;
    box-shadow: 0 0 0 1px #e4e4e4;
    border: none;
    height: 44px;
    font-weight: normal;
}
.single-product-layout-type-1 .shopify-payment-button button:hover {
    background: #93051c;
    color: #ffffff;
}
.single-product-layout-type-1 .shopify-payment-button .shopify-payment-button__button--unbranded,
.single-product-layout-type-1 .btn,
.single-product-layout-type-1 .btn--secondary,
.single-product-layout-type-1 .btn--tertiary,
.single-product-layout-type-1 input[type="submit"] {
    padding: 10px 15px;
}
@media screen and (max-width: 1199px) {
    .single-product-layout-type-1 .shopify-payment-button .shopify-payment-button__button--unbranded,
    .single-product-layout-type-1 .btn,
    .single-product-layout-type-1 .btn--secondary,
    .single-product-layout-type-1 .btn--tertiary,
    .single-product-layout-type-1 input[type="submit"] {
        padding: 10px 15px;
        font-size: 13px;
    }
}
@media screen and (max-width: 967px) {
    .single-product-layout-type-1 .shopify-payment-button .shopify-payment-button__button--unbranded,
    .single-product-layout-type-1 .btn,
    .single-product-layout-type-1 .btn--secondary,
    .single-product-layout-type-1 .btn--tertiary,
    .single-product-layout-type-1 input[type="submit"] {
        font-size: 14px;
    }
}
.single-product-layout-type-1 .product_button_section {
    margin-top: 40px;
    float: left;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .single-product-layout-type-1 .product_button_section {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .single-product-layout-type-1 #ComparePrice {
        font-size: 14px;
    }
}
.single-product-layout-type-1 .layout_with_support .shopify-payment-button {
    width: 100%;
}
@media screen and (min-width: 1200px) {
    .single-product-layout-type-1 .layout_with_support .shopify-payment-button {
        width: 100%;
        margin-left: 0;
    }
}
.single-product-layout-type-1 .layout_with_support .shopify-payment-button button {
    width: 100%;
    background: none;
    color: #686464;
    box-shadow: 0 0 0 1px #e4e4e4;
    border: none;
}
.single-product-layout-type-1 .layout_with_support .shopify-payment-button button:hover {
    background: #93051c;
    color: #ffffff;
}
.single-product-layout-type-1 .layout_with_support .shopify-payment-button .shopify-payment-button__button--unbranded,
.single-product-layout-type-1 .layout_with_support .btn,
.single-product-layout-type-1 .layout_with_support .btn--secondary,
.single-product-layout-type-1 .layout_with_support .btn--tertiary,
.single-product-layout-type-1 .layout_with_support input[type="submit"] {
    padding: 10px 15px;
}
@media screen and (max-width: 1199px) {
    .single-product-layout-type-1 .layout_with_support .shopify-payment-button .shopify-payment-button__button--unbranded,
    .single-product-layout-type-1 .layout_with_support .btn,
    .single-product-layout-type-1 .layout_with_support .btn--secondary,
    .single-product-layout-type-1 .layout_with_support .btn--tertiary,
    .single-product-layout-type-1 .layout_with_support input[type="submit"] {
        padding: 10px 15px;
        font-size: 13px;
    }
}
@media screen and (max-width: 967px) {
    .single-product-layout-type-1 .layout_with_support .shopify-payment-button .shopify-payment-button__button--unbranded,
    .single-product-layout-type-1 .layout_with_support .btn,
    .single-product-layout-type-1 .layout_with_support .btn--secondary,
    .single-product-layout-type-1 .layout_with_support .btn--tertiary,
    .single-product-layout-type-1 .layout_with_support input[type="submit"] {
        font-size: 14px;
    }
}
.single-product-layout-type-1 .layout_with_support .product_button_section {
    margin-top: 20px;
    float: left;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .single-product-layout-type-1 .layout_with_support .product_button_section {
        width: 100%;
    }
}
.single-product-layout-type-1 .layout_with_support .product_sidebar {
    display: block;
    padding-right: 0;
    padding-left: 20px;
    margin-left: 20px;
}
@media screen and (max-width: 1199px) {
    .single-product-layout-type-1 .layout_with_support .product_sidebar {
        padding-left: 10px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 967px) {
    .single-product-layout-type-1 .layout_with_support .product_sidebar {
        padding-top: 20px;
        margin-top: 20px;
        padding-left: 0;
        margin-left: 0;
    }
}
.single-product-layout-type-1 .layout_with_support .product_sidebar .support_text {
    float: left;
    width: calc(80% - 70px);
}
@media screen and (max-width: 567px) {
    .single-product-layout-type-1 .layout_with_support .product_sidebar .support_text {
        width: 100%;
        text-align: center;
    }
}
.single-product-layout-type-1 .layout_with_support .product_sidebar .support_text h5 {
    margin-bottom: 5px;
}
.single-product-layout-type-1 .layout_with_support .product_sidebar .support_text h6,
.single-product-layout-type-1 .layout_with_support .product_sidebar .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .single-product-layout-type-1 .layout_with_support .product_sidebar .support_text h5 {
    margin-bottom: 5px;
    font-size: 15px;
    font-family: Roboto;
}
.single-product-layout-type-1 .layout_with_support .product_sidebar .support_section {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.single-product-layout-type-1 .layout_with_support .product_sidebar .support_section:after {
    content: none;
    background: none;
    width: 0;
    height: 0;
}
.single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block {
    list-style: none;
    padding: 0;
}
.single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block li {
    float: left;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 5px;
    border-bottom: 1px dashed #e4e4e4;
}
.single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block li span.top_product_count {
    float: left;
    font-size: 50px;
    position: relative;
}
@media screen and (max-width: 1599px) {
    .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block li span.top_product_count {
        font-size: 36px;
    }
}
@media screen and (max-width: 1199px) {
    .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block li span.top_product_count {
        display: none;
        font-size: 46px;
    }
}
@media screen and (max-width: 767px) {
    .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block li span.top_product_count {
        display: block;
    }
}
.single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon {
    float: left;
    width: 70px;
    margin-right: 5%;
}
@media screen and (max-width: 567px) {
    .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon {
        width: 100%;
        margin: 0 0 15px;
        text-align: center;
    }
}
.single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon a {
    float: left;
    padding: 10px 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
}
@media screen and (max-width: 1599px) {
    .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 567px) {
    .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon a {
        float: none;
        display: inline-block;
    }
}
.single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon a i {
    font-size: 20px;
    line-height: 70px;
}
@media screen and (max-width: 1599px) {
    .single-product-layout-type-1 .layout_with_support .product_sidebar ul.support_block .support_icon a i {
        line-height: 50px;
    }
}
.single-product-layout-type-1 .layout_with_support .product_single_detail_section {
    padding-right: 20px;
    border-right: 1px solid #e4e4e4;
}
@media screen and (max-width: 967px) {
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section {
        padding-right: 0px;
        border-right: none;
    }
}
@media screen and (max-width: 567px) {
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section {
        padding-right: 0;
    }
}
.single-product-layout-type-1 .layout_with_support .product_single_detail_section .sold_product {
    width: 100%;
}
.single-product-layout-type-1 .layout_with_support .product_single_detail_section .product_price {
    float: left;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section .product-infor label,
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section .swatch .header {
        width: 30%;
    }
}
@media screen and (min-width: 1200px) {
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section .add-to-wishlist,
    .single-product-layout-type-1 .layout_with_support .product_single_detail_section #AddToCart {
        width: 100%;
    }
}
.single-product-layout-type-1 .layout_with_support .product_single_detail_section .add-to-wishlist .btn,
.single-product-layout-type-1 .layout_with_support .product_single_detail_section .add-to-wishlist .btn--secondary,
.single-product-layout-type-1 .layout_with_support .product_single_detail_section .add-to-wishlist .btn--tertiary,
.single-product-layout-type-1 .layout_with_support .product_single_detail_section .add-to-wishlist input[type="submit"] {
    margin-left: 0;
}
.single-product-layout-type-1 .product_single_detail_section .product-infor {
    margin-top: 0;
}
.single-product-layout-type-1 .product_single_detail_section .add-to-wishlist .btn,
.single-product-layout-type-1 .product_single_detail_section .add-to-wishlist .btn--secondary,
.single-product-layout-type-1 .product_single_detail_section .add-to-wishlist .btn--tertiary,
.single-product-layout-type-1 .product_single_detail_section .add-to-wishlist input[type="submit"] {
    background: none;
    color: #686464;
    box-shadow: 0 0 0 1px #e4e4e4;
    margin-top: 0;
    border: none;
}
.single-product-layout-type-1 .product_single_detail_section .add-to-wishlist .btn:hover,
.single-product-layout-type-1 .product_single_detail_section .add-to-wishlist .btn--secondary:hover,
.single-product-layout-type-1 .product_single_detail_section .add-to-wishlist .btn--tertiary:hover,
.single-product-layout-type-1 .product_single_detail_section .add-to-wishlist input[type="submit"]:hover {
    background: #93051c;
    color: #ffffff;
}
.single-product-layout-type-1 .p-video {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.single-product-layout-type-1 .product_button_section {
    margin-top: 40px;
    float: left;
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .single-product-layout-type-1 .product_button_section {
        width: 100%;
    }
}
.single-product-layout-type-1 .shopify-payment-button {
    width: 100%;
}
.single-product-layout-type-1 .shopify-payment-button button {
    width: 100%;
    background: none;
    color: #686464;
    box-shadow: 0 0 0 1px #e4e4e4;
    border: none;
}
.single-product-layout-type-1 .shopify-payment-button button:hover {
    background: #93051c;
    color: #ffffff;
}
@media screen and (min-width: 768px) {
    .more-view-vertical {
        width: 70px;
        padding: 0;
        float: right;
    }
}
@media screen and (max-width: 767px) {
    .more-view-vertical {
        margin-top: 10px;
    }
}
.product-photo-thumbs {
    padding: 0;
}
.product-photo-thumbs .item,
.product-single .slick-vertical .slick-slide {
    margin: 6px 0;
    border: none;
}
.product-photo-thumbs .item img,
.product-single .more-view-vertical img {
    border: 1px solid transparent;
}
.product-photo-thumbs .item.slick-current img,
.product-single .more-view-vertical .slick-current img {
    border: 1px solid #000001;
}
.product-photo-thumbs .item:first-child,
.product-single .slick-vertical .slick-slide:first-child {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .product-photo-thumbs .slick-list,
    .product-single .slick-vertical .slick-list {
        height: auto !important;
    }
}
@media screen and (min-width: 768px) {
    .slick-slider.more-view-vertical .slick-prev {
        top: -25px;
        left: 0;
        right: 0;
        width: auto;
        height: auto;
        margin: 0 auto;
        text-align: center;
        color: #686464;
        -webkit-transform: translateY(0%) translateX(50%) rotate(90deg);
        -moz-transform: translateY(0%) translateX(50%) rotate(90deg);
        -ms-transform: translateY(0%) translateX(50%) rotate(90deg);
        -o-transform: translateY(0%) translateX(50%) rotate(90deg);
        transform: translateY(0%) translateX(50%) rotate(90deg);
    }
}
@media screen and (max-width: 767px) {
    .slick-slider.more-view-vertical .slick-prev {
        top: 50%;
        left: -15px;
        margin: 0 auto;
        text-align: center;
        color: #686464;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.slick-slider .slick-prev {
    top: 50%;
    left: -15px;
    margin: 0 auto;
    text-align: center;
    color: #686464;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
    .slick-slider.more-view-vertical .slick-next {
        color: #686464;
        margin: 0 auto;
        text-align: center;
        top: auto;
        bottom: -15px;
        left: 0;
        right: 0;
        width: auto;
        height: auto;
        -webkit-transform: translateY(0%) translateX(50%) rotate(90deg);
        -moz-transform: translateY(0%) translateX(50%) rotate(90deg);
        -ms-transform: translateY(0%) translateX(50%) rotate(90deg);
        -o-transform: translateY(0%) translateX(50%) rotate(90deg);
        transform: translateY(0%) translateX(50%) rotate(90deg);
    }
}
@media screen and (max-width: 767px) {
    .slick-slider.more-view-vertical .slick-next {
        color: #686464;
        margin: 0 auto;
        text-align: center;
        top: 50%;
        right: -15px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.slick-slider svg {
    width: 12px;
    height: 12px;
}
@media screen and (max-width: 1199px) {
    .slick-slider svg {
        width: 10px;
        height: 10px;
    }
}
.slick-slider .slick-next {
    color: #686464;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    content: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #000001;
    outline: none;
    background: transparent;
}
.gallery_page {
    float: left;
    width: 100%;
    position: relative;
}
.gallery_page .grid__item .gallery {
    width: 100%;
    float: left;
}
.gallery_page .grid__item .gallery .image-overlay {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.gallery_page .grid__item .gallery .image-overlay .links {
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    bottom: 0;
    margin: auto;
    width: 120px;
    height: 45px;
}
.gallery_page .grid__item .gallery .image-overlay .links a {
    display: inline-block;
    height: 45px;
    width: 45px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    font-size: 16px;
    line-height: 40px;
    margin: 0 5px;
    position: relative;
    bottom: 0;
    z-index: 1;
    text-align: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.gallery_page .grid__item .gallery .image-overlay .links a:first-child {
    right: 100%;
}
.gallery_page .grid__item .gallery .image-overlay .links a:last-child {
    left: 100%;
}
.gallery_page .grid__item .gallery .image-overlay .links a i {
    line-height: 40px;
}
.gallery_page .grid__item .gallery .image-overlay-details {
    left: 0;
    bottom: -100px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    overflow: hidden;
    right: inherit;
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    border: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1199px) {
    .gallery_page .grid__item .gallery .image-overlay-details {
        padding: 10px;
    }
}
.gallery_page .grid__item .gallery .image-overlay-details h4 {
    font-size: 18px;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .gallery_page .grid__item .gallery .image-overlay-details h4 {
        font-size: 14px;
    }
}
.gallery_page .grid__item .gallery .image-overlay-details p {
    margin: 5px 0 0;
}
.gallery_page .grid__item .gallery:hover .image-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.gallery_page .grid__item .gallery:hover .image-overlay .links a {
    bottom: 90%;
}
.gallery_page .grid__item .gallery:hover .image-overlay .links a:first-child {
    right: 0px;
}
.gallery_page .grid__item .gallery:hover .image-overlay .links a:last-child {
    left: 0px;
}
.gallery_page .grid__item .gallery:hover .image-overlay-details {
    bottom: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
#gallery .fancybox-caption-wrap {
    display: none;
}
.product-notification,
#accept-cookies {
    position: fixed;
    bottom: 0;
    z-index: 99;
}
.product-notification {
    padding: 10px;
    width: 370px;
    max-width: 85vw;
    min-height: 80px;
    bottom: 80px;
    background-color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
    border: 1px solid #e4e4e4;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.product-notification.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto;
}
.product-notification .close-notifi {
    position: absolute;
    text-align: center;
    top: -12px;
    right: -12px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    background-color: #fff;
    color: #000001;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.product-notification .close-notifi:hover {
    background-color: #93051c;
    color: #ffffff;
    border-color: #93051c;
}
.product-notification .product-suggest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.product-notification .product-suggest .product-image,
.product-notification .product-suggest .column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
}
.product-notification .product-suggest .product-image {
    width: 75px;
    display: block;
}
.product-notification .product-suggest .product-image img {
    display: block;
    object-fit: cover;
}
.product-notification .product-suggest .column-right {
    padding-left: 20px;
    line-height: 20px;
}
.product-notification .product-suggest .column-right .info-ago {
    color: #686464;
    font-size: 12px;
    margin-top: 7px;
}
.product-notification .product-suggest .column-right .time-ago {
    padding-right: 3px;
}
.product-notification .product-suggest .column-right .from-ago,
.product-notification .product-suggest .column-right .time-ago {
    display: inline;
}
.product-notification .product-suggest .column-right h6,
.product-notification .product-suggest .column-right .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .product-notification .product-suggest .column-right h5 {
    margin: 0;
}
.product-notification .product-suggest .column-right .product-name {
    display: inline;
    color: #686464;
}
.product-notification .product-suggest .column-right .product-name:hover {
    color: #000001;
}
#accept-cookies {
    display: none;
    padding: 12px 15px;
    text-align: center;
    width: 100%;
    text-align: left;
    margin-top: 10px;
}
@media screen and (max-width: 567px) {
    #accept-cookies {
        text-align: center;
    }
}
#accept-cookies .block-cookies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 14px;
}
@media screen and (max-width: 1599px) {
    #accept-cookies .block-cookies {
        font-size: 13px;
    }
}
@media screen and (max-width: 967px) {
    #accept-cookies .block-cookies {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    #accept-cookies .block-cookies {
        display: block;
    }
}
#accept-cookies .privacy-link {
    text-decoration: underline;
    margin: 0 10px;
}
#accept-cookies .group-action-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 567px) {
    #accept-cookies .group-action-links {
        display: block;
    }
}
#accept-cookies .group-action-links .icon {
    margin-left: 5px;
}
#accept-cookies .group-action-links .accept_cookies_link {
    font-size: 12px;
}
#accept-cookies .des {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
#accept-cookies .des p {
    margin: 0;
}
#accept-cookies .notification-cookies {
    display: inline-block;
    text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
    #accept-cookies .notification-cookies.btn,
    #accept-cookies .notification-cookies.btn--secondary,
    #accept-cookies .notification-cookies.btn--tertiary,
    #accept-cookies input.notification-cookies[type="submit"] {
        padding: 5px 20px;
    }
}
@media screen and (max-width: 767px) {
    #accept-cookies .notification-cookies.btn,
    #accept-cookies .notification-cookies.btn--secondary,
    #accept-cookies .notification-cookies.btn--tertiary,
    #accept-cookies input.notification-cookies[type="submit"] {
        margin-top: 6px;
    }
}
.brands-page .azbrandstable {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: auto;
}
.brands-page .azbrandstable li {
    text-align: center;
    margin-right: -1px;
    margin-bottom: 5px;
}
.brands-page .azbrandstable li a {
    pointer-events: none;
    padding: 6px 5px 4px;
    width: 42.75px;
    height: 42.75px;
    border: 1px solid #e4e4e4;
    font-size: 15px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.brands-page .azbrandstable li a.readonly {
    pointer-events: initial;
}
.brands-page .azbrandstable li a.readonly:hover,
.brands-page .azbrandstable li a.readonly.active {
    text-decoration: underline !important;
}
.brands-page .brands-list .brand {
    padding: 21px 0 19px;
    border-bottom: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.brands-page .brands-list .azbrands-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    padding-right: 10px;
    text-align: left;
}
.brands-page .brands-list .azbrands-title h3 {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase;
}
.brands-page .brands-list .brand-grid {
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    list-style: none;
}
.brands-page .logo-brands {
    padding: 25px 0;
    border-top: 1px solid #e4e4e4;
}
.lookbook-page .lookbook-custom .grid-uniform {
    margin: 0 -15px;
}
@media screen and (max-width: 967px) {
    .lookbook-page .lookbook-custom .grid-uniform {
        margin: 0 -10px;
    }
}
.lookbook-page .lookbook-custom .grid__item {
    padding: 0 15px;
}
@media screen and (max-width: 967px) {
    .lookbook-page .lookbook-custom .grid__item {
        padding: 0 10px 20px;
    }
}
.lookbook-page .lookbook-custom .images-contain {
    position: relative;
}
.lookbook-page .lookbook-custom .images-contain .select-icon {
    position: absolute;
    cursor: pointer;
    width: 25px;
    height: 25px;
    z-index: 2;
}
.lookbook-page .share_toolbox {
    float: left;
    width: 100%;
    font-size: 20px;
    margin-top: 20px;
}
.lookbook-page .share_toolbox .addthis_inline_share_toolbox {
    margin-top: 10px;
}
.lookbook-page .btn,
.lookbook-page .btn--secondary,
.lookbook-page .btn--tertiary,
.lookbook-page input[type="submit"] {
    margin-top: 30px;
}
.ajax-lookbook-modal {
    position: absolute;
    width: 270px;
    max-width: 100%;
    display: none;
    z-index: 2;
}
.ajax-lookbook-modal .ajax-modal-content {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    padding: 30px 29px 30px;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ajax-lookbook-modal .lookbook-content .product-item .action {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}
.ajax-lookbook-modal .lookbook-content .product-item form {
    margin-bottom: 0;
}
.ajax-lookbook-modal .lookbook-content .product-item form .btn,
.ajax-lookbook-modal .lookbook-content .product-item form .btn--secondary,
.ajax-lookbook-modal .lookbook-content .product-item form .btn--tertiary,
.ajax-lookbook-modal .lookbook-content .product-item form input[type="submit"] {
    width: 100%;
}
.ajax-lookbook-modal .lookbook-content .product-top {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ajax-lookbook-modal .lookbook-content .product-top .product-image {
    margin-bottom: 15px;
}
.ajax-lookbook-modal .lookbook-content .product-top .product-image img {
    display: block;
}
.ajax-lookbook-modal .lookbook-content .product-bottom {
    text-align: left;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ajax-lookbook-modal .lookbook-content .product-bottom .product-title {
    font-size: 17px;
}
.ajax-lookbook-modal .lookbook-content .product-vendor {
    line-height: 22px;
    margin-bottom: 2px;
}
.ajax-lookbook-modal .lookbook-content .price-box {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 7px;
}
.ajax-lookbook-modal .lookbook-content .pr-details {
    display: inline-block;
    border-bottom: 1px solid #e4e4e4;
    text-transform: uppercase;
    line-height: 22px;
    position: relative;
}
.ajax-lookbook-modal .lookbook-content .pr-details:before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: 1px;
    height: 1px;
}
.addthis_32x32_style .at-icon,
.addthis_toolbox a .at-icon-wrapper {
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#notify-me {
    color: #000001;
}
#notify-me-wrapper .btn,
#notify-me-wrapper .btn--secondary,
#notify-me-wrapper .btn--tertiary,
#notify-me-wrapper input[type="submit"] {
    width: 30%;
    padding: 14px 30px;
    vertical-align: middle;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
#notify-me-wrapper input[type="email"],
#notify-me-wrapper #notify-me-wrapper input[type="submit"] {
    float: left;
    height: 50px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
#notify-me-wrapper input {
    width: 45%;
    float: left;
}
@media screen and (max-width: 1599px) {
    #notify-me-wrapper input {
        width: 70%;
    }
}
@media screen and (max-width: 1199px) {
    #notify-me-wrapper input {
        padding: 12px 15px;
    }
}
.shopify-section {
    padding: 0;
}
.shopify-section.index-section {
    float: left;
    width: 100%;
}
.sizes-list {
    margin: 0 15px;
    text-align: center;
    bottom: 5%;
    left: 0;
    right: 0;
    z-index: 2;
    letter-spacing: -0.33em;
}
.sizes-list li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 2.5px 5px;
}
.sizes-list li:last-of-type {
    margin-right: 0;
}
.sizes-list li:first-of-type {
    margin-left: 0;
}
.sizes-list li a {
    width: 30px;
    line-height: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #93051c;
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    display: block;
    text-align: center;
    padding: 14px 2px 14px;
    font-size: 11px;
}
.product-container:hover .sizes-list li a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.product-container .sizes-list li a:hover {
    background: #93051c;
    color: #ffffff;
}
.product-detail .grid-link__meta del,
.quick-view .product-shop.summary .compare-price,
#ComparePrice,
del {
    display: inline-block;
    margin-left: 5px;
    color: #bcbcbc;
    font-weight: normal;
    font-size: 14px;
}
@media screen and (max-width: 967px) {
    .product-detail .grid-link__meta del,
    .quick-view .product-shop.summary .compare-price,
    #ComparePrice,
    del {
        font-size: 14px;
    }
}
.product-vendor,
.product-type,
.product-inventory {
    padding-bottom: 5px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.products {
    border: 2px solid #f9f9f9;
    position: relative;
    float: left;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.products .spr-badge {
    float: left;
    width: 100%;
    font-size: 12px !important;
    padding: 0 0 7px 0;
}
@media screen and (max-width: 967px) {
    .products .spr-badge {
        font-size: 10px !important;
    }
}
.products a img {
    margin: auto;
    display: block;
    width: 100%;
}
@media screen and (max-width: 567px) {
    .products .reveal .swipe {
        left: 0;
        right: 0;
    }
}
.products .item-swatch {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
    margin: 20px 0 0;
    letter-spacing: -0.33em;
    line-height: 0;
}
.products .item-swatch li {
    float: none;
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 3px 0 0;
}
.products .item-swatch li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 31px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.products .item-swatch li label {
    width: 30px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    margin: 0;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e4e4e4;
}
.products .item-swatch li label.active {
    -webkit-box-shadow: inset 0 0 1px 2px;
    -moz-box-shadow: inset 0 0 1px 2px;
    box-shadow: inset 0 0 1px 2px;
}
.products .item-swatch li label:hover,
.products .item-swatch li label.active {
    border-color: #000001;
}
.products .item-swatch li .tooltip {
    text-align: center;
    background: #93051c;
    color: #ffffff;
    bottom: 100%;
    padding: 10px 7px;
    display: block;
    position: absolute;
    z-index: 2;
    min-width: 44px;
    left: 50%;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: normal;
    pointer-events: none;
    margin-bottom: 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.products .item-swatch li .tooltip:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #030d1d;
    bottom: -5px;
    content: " ";
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 0;
}
.products .item-swatch li:first-of-type {
    margin-left: 0;
}
.products .item-swatch li:last-of-type {
    margin-right: 0;
}
.products .item-swatch li:hover .tooltip {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: auto;
}
.products .item-swatch.swatch_count {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.products .item-swatch.swatch_count li label {
    cursor: pointer;
    margin: 0;
    line-height: 40px;
    width: 60px;
    height: 40px;
    background: #f2f2f2;
}
.products .item-swatch.color_swatch_Value label {
    width: 16px;
    height: 16px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
    cursor: pointer;
}
.products .product-container {
    float: left;
    width: 100%;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    -ms-border-radius: 0px 0px 0 0;
    -o-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .products .product-container {
        width: 100%;
    }
}
.products .product-container .ImageOverlayCa {
    top: 0;
    height: 100%;
}
.products .product-container .badge {
    float: left;
    position: absolute;
    color: #ffffff;
    margin: 0px;
    text-align: center;
    font-size: em(12px);
    line-height: 1.1;
    z-index: 1;
}
.products .product-container .badge--sold-out {
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    z-index: 2;
}
.products .product-container .badge--sold-out .badge__text {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #000001;
    color: #ffffff;
}
.products .product-container .badge__text {
    display: inline-block;
    font-size: 13px;
    padding: 4px 6px;
    line-height: normal;
}
@media screen and (max-width: 1199px) {
    .products .product-container .badge__text {
        font-size: 12px;
    }
}
@media screen and (max-width: 967px) {
    .products .product-container .badge__text {
        font-size: 12px;
    }
}
.products .product-container .badge__text--small {
    font-size: 8px;
    padding-top: 0;
}
.products .product-container .badge--sale {
    background: #000001;
    float: left;
    margin: 0;
    -webkit-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
    -moz-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
    -ms-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
    -o-transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
    transition: width 0.1s cubic-bezier(0.86, 0, 0.07, 1) 0.05s;
}
.products .product-container .badge--sale .badge__text {
    background: #000001;
    float: left;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: px;
    -webkit-border-radius: px;
    -ms-border-radius: px;
    -o-border-radius: px;
    border-radius: px;
    transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -webkit-transition-duration: 0.3s, 0.25s, 0.25s;
    -moz-transition-duration: 0.3s, 0.25s, 0.25s;
    -ms-transition-duration: 0.3s, 0.25s, 0.25s;
    -o-transition-duration: 0.3s, 0.25s, 0.25s;
    transition-duration: 0.3s, 0.25s, 0.25s;
    -webkit-transition-property: opacity, padding, width;
    -moz-transition-property: opacity, padding, width;
    -ms-transition-property: opacity, padding, width;
    -o-transition-property: opacity, padding, width;
    transition-property: opacity, padding, width;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.products .product-container .badge--sale i {
    position: absolute;
    right: 12px;
}
.products .product-container .deal-lable {
    display: none;
}
.products .product-container .deal-clock {
    display: inline-block;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.products .product-container .deal-clock ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 0;
}
.products .product-container .deal-clock ul li {
    display: inline-block;
    text-align: center;
    border: none;
    border-right: 1px solid #e4e4e4;
    background: #000;
    color: #ffffff;
    width: 25%;
    line-height: normal;
    padding: 10px;
}
@media screen and (max-width: 1599px) {
    .products .product-container .deal-clock ul li {
        font-size: 10px;
        padding: 7px 0;
    }
}
@media screen and (max-width: 767px) {
    .products .product-container .deal-clock ul li {
        font-size: 14px;
    }
}
.products .product-container .deal-clock ul li:last-child {
    border-right: none;
}
.products .product-container .deal-clock ul li span {
    text-transform: uppercase;
    font-size: 10px;
    display: block;
}
@media screen and (max-width: 1599px) {
    .products .product-container .deal-clock ul li span {
        font-size: 8px;
    }
}
@media screen and (max-width: 767px) {
    .products .product-container .deal-clock ul li span {
        font-size: 10px;
    }
}
.products .product-container .deal-clock ul li i {
    display: block;
}
.products .product-container .ImageWrapper {
    float: left;
    width: 100%;
    overflow: hidden;
}
.products .product-container .ImageOverlayCa {
    height: 100%;
    left: 0;
    top: 0%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    width: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.products .product-container .product-button {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    display: inline-block;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 90%;
    right: -2%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}
.products .product-container .product-button form {
    display: block;
    margin: 0;
    width: initial;
    padding: 0;
    float: none;
}
@media screen and (max-width: 767px) {
    .products .product-container .product-button .button-row-1,
    .products .product-container .product-button .button-row-2 {
        display: inline-block;
    }
}
.products .product-container .product-button .loading {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0;
    background: none;
}
.products .product-container .product-button button {
    background: none;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
    .products .product-container .product-button button a .quick-view-text,
    .products .product-container .product-button button a .compare {
        display: none;
    }
}
.products .product-container .product-button .wishlist {
    margin: 0;
}
.products .product-container .product-button .add-to-wishlist a {
    display: block;
}
.products .product-container .product-button .add-to-wishlist b {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 12px;
}
.products .product-container .product-button .add-to-wishlist .tooltip-label {
    display: none;
}
.products .product-container .product-button .add-in-wishlist-js span {
    display: none;
}
.products .product-container .product-button span {
    cursor: no-drop;
}
.products .product-container .product-button a,
.products .product-container .product-button button,
.products .product-container .product-button span {
    background: #000001;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    display: block;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1599px) {
    .products .product-container .product-button a,
    .products .product-container .product-button button,
    .products .product-container .product-button span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-right: 0px;
    }
}
@media screen and (max-width: 767px) {
    .products .product-container .product-button a,
    .products .product-container .product-button button,
    .products .product-container .product-button span {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
        margin-right: 5px;
    }
}
.products .product-container .product-button a:hover,
.products .product-container .product-button button:hover {
    background: #3a3a3a;
    color: #ffffff;
}
.products .product-container .grid__image {
    float: left;
}
.products .product-container:hover .reveal .swipe {
    z-index: 9;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.products .product-container:hover .reveal .hidden-feature_img {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.products .product-container:hover .product-additional img {
    visibility: hidden;
}
.products .product-container .reveal .hidden-feature_img {
    position: absolute;
    top: 0px;
    visibility: hidden;
    left: 0px;
    right: 0;
    margin: auto;
    width: auto;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.products .product-container .product-additional img {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.products .product-container .reveal .swipe {
    display: block !important;
    visibility: visible !important;
}
.products .reveal .hidden {
    position: absolute;
    z-index: -1;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.products .product-detail {
    padding: 20px 15px;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -ms-border-radius: 0 0 0px 0px;
    -o-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
    background: #f9f9f9;
}
@media screen and (max-width: 1199px) {
    .products .product-detail {
        padding: 15px;
    }
}
@media screen and (max-width: 767px) {
    .products .product-detail {
        padding: 10px;
    }
}
.products .product-detail .grid_view {
    display: none;
}
.products .product-detail .grid-link__title {
    border-bottom: 1px solid #e4e4e4;
    color: #3a3a3a;
    display: inline-block;
    font-family: Nunito;
    font-size: 16px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: normal;
    letter-spacing: 0.5px;
    position: relative;
}
@media screen and (max-width: 967px) {
    .products .product-detail .grid-link__title {
        font-size: 15px;
    }
}
.products .product-detail .grid-link__title:after {
    clear: both;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 auto;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    text-align: center;
    width: 10px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 0 0 8px #ffffff;
    background: #000001;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.products .product-detail .grid-link__title:hover {
    color: #000000;
}
.products .product-detail .spr-badge .spr-badge-starrating .spr-icon {
    font-size: 120% !important;
}
.products .product-detail .grid-link__meta {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.products .product-detail .grid-link__meta .product_price {
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.products .product-detail .grid-link__meta .grid-link__org_price {
    font-size: 16px;
    line-height: normal;
    color: #5e473e;
    margin: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1599px) {
    .products .product-detail .grid-link__meta .grid-link__org_price {
        font-size: 15px;
    }
}
@media screen and (max-width: 967px) {
    .products .product-detail .grid-link__meta .grid-link__org_price {
        font-size: 14px;
    }
}
.products .product-detail .spr-badge-starrating {
    margin: 0;
}
.products .product-detail .product_desc {
    display: none;
}
.products .product-detail .product_desc p {
    font-size: 14px;
}
.products .product-detail .product-vendor {
    float: left;
    width: 100%;
    padding: 0;
}
.products .product-detail .product-vendor span {
    color: #bcbcbc;
    float: left;
    width: 100%;
    padding: 0;
    margin-left: 5px;
    text-transform: uppercase;
}
.products .product-detail .sales_tax_label {
    font-size: 16px;
}
.products .product-detail form {
    float: right;
    margin: 0;
}
.products .product-detail form .add-cart-btn {
    cursor: pointer;
}
.products .product-detail label {
    float: left;
}
.products .product-detail del {
    line-height: normal;
}
.products .product_left {
    float: left;
    width: 100%;
}
.products:hover .product-button {
    top: 70%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.products:hover .product_right_tag .offer-price,
.products:hover .badge--sold-out .badge__text,
.products:hover .deal-clock {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
}
.products:hover .lSSlideOuter.vertical {
    right: 0px;
}
.products.product-hover-11 {
    background: #ffffff;
    overflow: hidden;
}
.products.product-hover-11 .product-container {
    height: auto;
}
.products.product-hover-11 .product-container .grid-link {
    outline: none;
}
.products.product-hover-11 .product-container .ImageOverlayCa {
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
}
.products.product-hover-11 .product-container .link_icon {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    z-index: 1;
}
.products.product-hover-11 .product-container .link_icon .product_link {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: auto;
    text-align: center;
    background: #000001;
    color: #ffffff;
}
@media screen and (max-width: 1599px) {
    .products.product-hover-11 .product-container .link_icon .product_link {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .products.product-hover-11 .product-container .link_icon .product_link {
        line-height: 32px;
        height: 32px;
        font-size: 13px;
    }
}
.products.product-hover-11 .product-container .link_icon .product_link:hover {
    background: #93051c;
    color: #ffffff;
}
.products.product-hover-11 .product-container .sizes-list {
    display: none;
    position: static;
    width: 100%;
    margin: 10px 0;
}
.products.product-hover-11 .product-container .product-button a,
.products.product-hover-11 .product-container .product-button button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.products.product-hover-11 .product-container:hover .ImageOverlayCa,
.products.product-hover-11 .product-container:hover .link_icon .product_link {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.products.product-hover-11 .product-container:hover .product-button a,
.products.product-hover-11 .product-container:hover .product-button button {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.products.product-hover-11 .product-detail.over-detail {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 80%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.products.product-hover-11 .product-detail.over-detail:hover {
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
}
.products.product-hover-11 .product-detail .item-swatch li {
    float: none;
    display: inline-block;
}
.products.product-hover-11 .product-detail .grid-link__meta .grid-link__org_price,
.products.product-hover-11 .product-detail .grid-link__meta .grid-link__sale_price {
    float: none;
    display: inline-block;
    width: auto;
}
.products .lSSlideOuter.vertical {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.products .lslide img {
    height: auto;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.product-list-view {
    float: left;
    width: 100%;
}
.product-list-view .grid__item.item-row {
    padding: 0;
}
.product-list-view .products {
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 25px;
}
.product-list-view .products .product-container {
    border: none;
}
.product-list-view .products .product-container:hover {
    border: none;
}
.product-list-view .products .product-container {
    width: 30%;
}
@media screen and (max-width: 767px) {
    .product-list-view .products .product-container {
        width: 100%;
    }
}
.product-list-view .products .product-detail {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 70%;
    text-align: left;
    padding: 20px 40px;
    text-align: left;
    border-top: none;
}
@media screen and (max-width: 767px) {
    .product-list-view .products .product-detail {
        padding: 20px 30px;
        position: static;
        width: 100%;
        top: 0%;
        margin-top: 20px;
        text-align: center;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.product-list-view .products .product-detail .grid-link__title {
    border: 0;
    font-size: 30px;
    padding: 0;
    margin-bottom: 10px;
}
@media screen and (max-width: 967px) {
    .product-list-view .products .product-detail .grid-link__title {
        font-size: 24px;
    }
}
.product-list-view .products .product-detail .grid-link__title:after {
    display: none;
}
.product-list-view .products .product-detail .grid-link__meta {
    margin-bottom: 15px;
    padding: 0;
}
.product-list-view .products .product-detail .grid-link__meta .product_price {
    text-align: left;
}
.product-list-view .products .product-detail .grid-link__vendor {
    margin: 0 0 5px;
}
.product-list-view .products .product-detail .product_desc {
    display: block;
}
@media screen and (max-width: 1199px) {
    .product-list-view .products .product-detail .product_desc p {
        font-size: 13px;
    }
}
.product-list-view .products .product-detail btn i {
    margin-right: 5px;
}
.product-list-view .products .item-swatch {
    margin-bottom: 20px;
    text-align: left;
}
.about-us .section-two-leftimg img {
    display: block;
}
@media screen and (max-width: 767px) {
    .about-us .section-two-leftimg img {
        margin-bottom: 20px;
    }
}
.about-us .section-two .post-large--one-half {
    width: 50%;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .about-us .section-two .post-large--one-half {
        width: 100%;
    }
}
.about-us .section-two .invisible-small {
    float: left;
    margin: 15px 0;
    width: 100%;
}
.about-us .section-two-leftimg {
    padding-right: 6%;
}
@media screen and (max-width: 767px) {
    .about-us .section-two-leftimg {
        padding-right: 0%;
    }
}
.about-us .section-two li span {
    margin-right: 15px;
}
@media screen and (max-width: 767px) {
    .about-us .section-two li:nth-child(2) {
        margin-bottom: 0;
    }
}
.about-us .section-two li {
    margin: 25px 0;
}
.about-us .section-two .btn,
.about-us .section-two .btn--secondary,
.about-us .section-two .btn--tertiary,
.about-us .section-two input[type="submit"] {
    margin-top: 20px;
}
.about-us .img-carousel-type .left-img {
    padding-right: 20px;
}
@media screen and (max-width: 967px) {
    .about-us .img-carousel-type .left-img {
        padding-right: 0px;
    }
}
.about-us .img-carousel-type .left-img img {
    width: 100%;
}
.about-us .img-carousel-type .img-content h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 400;
}
@media screen and (max-width: 967px) {
    .about-us .img-carousel-type .img-content h3 {
        padding-bottom: 0;
        font-size: 24px;
    }
}
.about-us .img-carousel-type .img-content h3::before {
    position: absolute;
    height: 1px;
    width: 45px;
    content: "";
    bottom: 0;
    left: 0;
}
.about-us .img-carousel-type .img-wrapper {
    overflow: hidden;
    padding: 30px 60px;
    width: 100%;
    float: left;
    position: relative;
}
@media screen and (max-width: 767px) {
    .about-us .img-carousel-type .img-wrapper {
        padding: 0 60px;
    }
}
.about-us .img-carousel-type p {
    margin-bottom: 10px;
}
.about-us .img-carousel-type .img-block {
    padding: 0 10px;
}
.about-us .img-carousel-type .img-content {
    padding: 40px 60px;
}
@media screen and (max-width: 967px) {
    .about-us .img-carousel-type .img-content {
        padding: 20px 30px;
    }
}
@media screen and (max-width: 1199px) {
    .about-us .img-carousel-type .img-content {
        padding: 25px 25px;
    }
}
.about-us .img-carousel-type .nav_article {
    position: absolute;
    width: 100%;
    top: 50%;
}
.about-us .img-carousel-type .nav_article .prev {
    position: absolute;
    left: -45px;
    text-align: center;
    margin: auto;
}
.about-us .img-carousel-type .nav_article .next {
    position: absolute;
    right: 73px;
    text-align: center;
    margin: auto;
}
.about-us .img-carousel-type .nav_article a {
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 35px;
    font-size: 20px;
    border-radius: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.about-us .cms-type-4-content p {
    margin: auto auto 40px;
    max-width: 800px;
}
.about-us .cms-type-4 .cms-type-4-block h2 {
    font-weight: 400;
}
@media screen and (max-width: 967px) {
    .about-us .cms-type-4 .cms-type-4-block h2 {
        font-size: 24px;
    }
}
.about-us .about-img-section:hover h6,
.about-us .about-img-section:hover .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .about-us .about-img-section:hover h5 {
    opacity: 1;
}
.about-us .about-img-section h6,
.about-us .about-img-section .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .about-us .about-img-section h5 {
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-us .section-five {
    float: left;
    padding: 0;
    width: 100%;
}
.about-us .main-heading {
    float: left;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}
.about-us .about-img-section {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 10px;
}
.about-us .about-img-section::after {
    bottom: 0;
    content: "";
    height: 80%;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s;
    width: 85%;
}
.about-us .about-img-section img {
    transform: scale(1);
    transition: all 0.3s linear 0s;
    display: block;
}
.about-us .about-img-section:hover::after {
    opacity: 0.9;
}
.about-us .section-two h3 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 400;
    padding-top: 40px;
}
@media screen and (max-width: 967px) {
    .about-us .section-two h3 {
        font-size: 24px;
    }
}
.about-us .invisible-small {
    float: left;
    margin: 20px 0;
    width: 100%;
}
.about-us .icon-block {
    padding: 0 30px 0 100px;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.about-us .icon-block h4 {
    font-family: Roboto;
    font-size: 18px;
}
.about-us .icon-block::after {
    content: "";
    height: 90%;
    left: 34px;
    position: absolute;
    top: 70px;
    z-index: -1;
}
.about-us .icon-block:last-child::after {
    border: none;
}
.about-us .icon-one {
    height: 70px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}
.about-us .section-two span {
    font-size: 22px;
    position: relative;
    z-index: 1;
}
.about-us .section-two {
    float: left;
    padding: 0 0;
    width: 100%;
}
@media screen and (max-width: 1599px) {
    .about-us .section-two {
        padding: 5% 2%;
    }
}
@media screen and (max-width: 567px) {
    .about-us .section-two {
        padding: 0 2%;
    }
}
.about-us .icon-one::before {
    border-radius: 5px;
    content: "";
    height: 50px;
    left: 10px;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 50px;
    z-index: 0;
}
.about-us .number-block {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    padding-top: 70px;
}
@media screen and (max-width: 767px) {
    .about-us .number-block {
        padding-top: 0;
    }
}
.about-us .number-icon::after {
    border-radius: 50%;
    box-sizing: content-box;
    content: "";
    height: 70px;
    left: -5px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 70px;
}
.about-us .number-icon span {
    font-size: 20px;
    line-height: 60px;
}
.about-us .number-block {
    text-align: center;
}
@media screen and (max-width: 967px) {
    .about-us .number-block {
        margin-bottom: 30px;
    }
}
.about-us .number-detail span {
    display: inline-block;
    font-size: 40px;
    margin-top: 0px;
}
@media screen and (max-width: 767px) {
    .about-us .number-detail span {
        font-size: 30px;
    }
}
.about-us .number-detail h5 {
    margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
    .about-us .number-detail h5 {
        font-size: 20px;
    }
}
.about-us .number-icon {
    border-radius: 50%;
    height: 70px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0px;
    transition: all 0.3s linear 0s;
    width: 70px;
}
@media screen and (max-width: 767px) {
    .about-us .number-icon {
        position: relative;
        top: 0;
    }
}
.about-us .section-four {
    float: left;
    padding: 100px 0;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .about-us .section-four {
        padding: 50px 0 20px;
    }
}
.about-us .content_block .support_icon {
    left: 0;
    position: absolute;
    top: 0;
}
.about-us .block5 .content_block li {
    margin-bottom: 25px;
    padding-left: 30px;
    position: relative;
}
.about-us ul {
    padding: 0;
    list-style: none;
}
.about-us .block5 .content_block {
    float: left;
    width: 100%;
}
.about-us .grid-uniform.block5 {
    float: left;
    width: 100%;
    padding: 4% 0;
}
.about-us .block5 .border-title {
    margin-bottom: 40px;
    position: relative;
    text-align: left;
}
.about-us .border-title h6,
.about-us .border-title .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .about-us .border-title h5 {
    margin-bottom: 5px;
    margin-top: 20px;
}
.about-us .ourteam .ourteam-details {
    height: 100%;
    padding: 50px 30px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate3d(0px, 100%, 0px);
    -webkit-transform: translate3d(0px, 100%, 0px);
    width: 100%;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .about-us .ourteam .ourteam-details {
        padding: 10px 10px;
    }
}
@media screen and (max-width: 967px) {
    .about-us .ourteam .ourteam-details {
        padding: 50px 30px;
    }
}
.about-us .ourteam {
    position: relative;
    padding: 0 10px;
}
@media screen and (max-width: 967px) {
    .about-us .ourteam {
        margin-bottom: 10px;
    }
}
.about-us .ourteam-thumb::after {
    bottom: -125px;
    content: "";
    height: 200px;
    position: absolute;
    transform: skewY(20deg);
    width: 100%;
}
.about-us .ourteam-social {
    margin: 0;
}
.about-us .ourteam-social li {
    float: left;
    height: 50px;
    line-height: 50px;
    list-style: outside none none;
    padding: 0 5px;
    width: 50px;
}
.about-us .ourteam .ourteam-details {
    text-align: center;
}
.about-us .ourteam-social a {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.about-us .ourteam-social li {
    line-height: 50px;
    list-style: outside none none;
}
.about-us .team-deatil {
    padding: 10px 0;
    text-align: center;
    transition: all 0.3s linear 0s;
}
.about-us .ourteam.team-box:hover .ourteam-details {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.about-us .ourteam.team-box:hover .team-deatil {
    opacity: 0;
}
.about-us .ourteam.team-box:hover .ourteam-thumb::after {
    display: none;
}
.about-us .ourteam-thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.about-us .ourteam-social {
    display: inline-block;
}
.about-us .team-deatil h4 {
    font-size: 24px;
}
.about-us .team-deatil h6,
.about-us .team-deatil .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .about-us .team-deatil h5 {
    font-size: 18px;
}
.about-us .grid-uniform.team-block {
    float: left;
    width: 100%;
    padding: 5% 2%;
}
.about-us .ourteam .ourteam-details h4 {
    font-size: 24px;
}
.about-us .ourteam .ourteam-details h6,
.about-us .ourteam .ourteam-details .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .about-us .ourteam .ourteam-details h5 {
    font-size: 18px;
}
.about-us .ch-grid {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
.about-us .ch-grid .team-section {
    width: 270px;
    height: 270px;
    display: inline-block;
    margin: 20px;
}
.about-us .ch-item {
    margin-bottom: 40px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: default;
}
@media screen and (max-width: 767px) {
    .about-us .ch-item {
        margin-bottom: 20px;
    }
}
.about-us .ch-info-wrap {
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 20px;
    left: 20px;
    background: #f9f9f9;
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), inset 0 0 3px rgba(115, 114, 23, 0.8);
}
.about-us .ch-info {
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.about-us .ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.about-us .ch-info .ch-info-back {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
}
.about-us .ch-item:hover .ch-info {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
}
.about-us .ch-item:hover .ch-info-wrap {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), inset 0 0 3px rgba(115, 114, 23, 0.8);
}
.about-us .ch-item .team-detail {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-us .ch-item .team-detail h5 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}
.about-us .ch-item .team-detail span {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.about-us .team-section h6,
.about-us .team-section .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .about-us .team-section h5 {
    margin: 0 0 5px;
}
.about-us .border-icon-section .icon_section h4 {
    font-weight: 400;
    margin-bottom: 40px;
}
.about-us .border-icon-section .icon_section {
    box-shadow: 0 1.063rem 2.188rem rgba(3, 13, 29, 0.03);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 40px 30px 40px 30px;
}
.about-us .border-icon-section .icon_block {
    list-style: none;
    padding: 0;
}
.about-us .border-icon-section .icon_block li {
    margin-bottom: 0px;
    padding: 0 15px;
}
@media screen and (max-width: 967px) {
    .about-us .border-icon-section .icon_block li {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 567px) {
    .about-us .border-icon-section .icon_block li {
        margin-bottom: 30px;
    }
}
.about-us .border-icon-section .icon_block li:nth-child(3) {
    margin-bottom: 0;
}
.about-us .border-icon-section .icon_block ul {
    margin-left: -20px;
}
@media screen and (max-width: 567px) {
    .about-us .border-icon-section .icon_block ul {
        margin-left: 0;
    }
}
.about-us .border-icon-section h2 {
    font-weight: 400;
}
@media screen and (max-width: 967px) {
    .about-us .border-icon-section h2 {
        font-size: 24px;
    }
}
.about-us .border-icon-section .icon_text p {
    margin-bottom: 40px;
}
.about-us .border-icon-section .icon_block img {
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 300px;
    width: 300px;
}
@media screen and (max-width: 1199px) {
    .about-us .border-icon-section .icon_block img {
        height: 200px;
        width: 200px;
    }
}
.about-us .border-icon-section .icon_section .icon_img {
    margin-bottom: 20px;
    overflow: hidden;
}
.about-us .border-icon-section .icon_section::after {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.about-us .border-icon-section .icon_block .btn,
.about-us .border-icon-section .icon_block .btn--secondary,
.about-us .border-icon-section .icon_block .btn--tertiary,
.about-us .border-icon-section .icon_block input[type="submit"] {
    padding: 10px 30px;
}
.widget .products .spr-badge {
    margin-bottom: 5px;
}
.widget .owl-carousel .products .spr-badge {
    margin-bottom: 0;
}
.widget .product-container .product-button {
    display: none;
}
.spr-badge-starrating .spr-icon {
    color: #ffc800;
    margin: 0 1px;
    font-size: 100%;
}
.spr-starrating .spr-icon-star:before {
    vertical-align: text-top;
    font-size: 100%;
}
.template-index .sidebar-label,
.sidebar-label {
    float: left;
    width: 100%;
    margin: 0px 0 20px;
    padding: 0px;
    position: fixed;
    z-index: 999;
}
.template-index .tags-filter,
.template-product .tags-filter {
    float: left;
    width: 100%;
    display: none;
}
@media screen and (max-width: 967px) {
    .template-index .tags-filter,
    .template-product .tags-filter {
        display: block;
    }
}
.template-index .tags-filter #showTagsFilter2,
.template-product .tags-filter #showTagsFilter2 {
    position: absolute;
    right: 0px;
}
.template-index .tags-filter .btn span,
.template-index .tags-filter .btn--secondary span,
.template-index .tags-filter .btn--tertiary span,
.template-index .tags-filter input[type="submit"] span,
.template-product .tags-filter .btn span,
.template-product .tags-filter .btn--secondary span,
.template-product .tags-filter .btn--tertiary span,
.template-product .tags-filter input[type="submit"] span {
    padding-left: 5px;
}
.toolbar {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid #e4e4e4;
    padding: 9px 9px 9px 15px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .toolbar {
        padding: 15px;
    }
}
.toolbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    display: none;
    float: left;
    padding: 15px 20px;
    margin: 0px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -ms-border-radius: 0 0 0px 0px;
    -o-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.toolbar .grid__item.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
@media screen and (max-width: 767px) {
    .toolbar .grid__item.right {
        -webkit-box-pack: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-direction: column;
        width: 100%;
    }
}
.toolbar .toolbar-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.toolbar .toolbar-col label {
    font-size: 14px;
    margin: 0 10px 0 0;
    color: #686464;
    position: relative;
    top: 1px;
    float: left;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .toolbar .toolbar-col label {
        width: 110px;
    }
}
.toolbar .toolbar-col .label-tab {
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.toolbar .toolbar-col .icon-dropdown {
    font-size: 10px;
    padding-left: 8px;
}
.toolbar .toolbar-col .dropdown-menu {
    padding: 0;
    margin: 2px 0;
    right: 0;
    color: #fff;
    min-width: 100%;
}
.toolbar .toolbar-col .dropdown-menu li * {
    display: block;
    padding: 4px 14px 3px 15px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #686464;
}
.toolbar .toolbar-col .dropdown-menu li.active *,
.toolbar .toolbar-col .dropdown-menu li:hover * {
    background: #93051c;
    color: #ffffff;
}
.toolbar .toolbar-col .sorting-section {
    background: #fff;
}
.toolbar .toolbar-col .limited-view {
    min-width: 45px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .toolbar .toolbar-col .limited-view,
    .toolbar .toolbar-col .sorting-section {
        min-width: auto;
        width: calc(100% - 120px);
    }
}
.toolbar .toolbar-col .limited-view.open .dropdown-menu,
.toolbar .toolbar-col .sorting-section.open .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    display: block;
    left: auto;
    text-align: left;
}
.toolbar .filters-toolbar__limited-view {
    padding-right: 15px;
}
@media screen and (max-width: 767px) {
    .toolbar .filters-toolbar__limited-view {
        padding: 0;
        margin-bottom: 12px;
    }
}
.toolbar .filters-toolbar__sortby {
    padding-left: 15px;
}
.toolbar .filters-toolbar__sortby .filter-sortby {
    min-width: 149px;
    position: relative;
}
.toolbar .view-mode {
    padding: 0;
    position: relative;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .toolbar .view-mode {
        display: none;
    }
}
.toolbar .view-mode .icon-mode {
    min-width: 19px;
    height: 26px;
    float: left;
    margin-left: 2px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
}
.toolbar .view-mode .icon-mode:first-of-type {
    margin-left: 0;
}
.toolbar .view-mode .icon-mode:before {
    border: 1px solid #dcdcdc;
    content: "";
    top: 3px;
    position: absolute;
    left: 3px;
}
.toolbar .view-mode .icon-mode.icon-mode-list,
.toolbar .view-mode .icon-mode.grid-3 {
    width: 26px;
}
.toolbar .view-mode .icon-mode.icon-mode-list:before {
    width: 18px;
    height: 4px;
    box-shadow: 0px 7px 0 #dcdcdc, 0px 14px 0 #dcdcdc;
}
.toolbar .view-mode .icon-mode.icon-mode-grid:before {
    width: 4px;
    height: 18px;
}
.toolbar .view-mode .icon-mode.grid-2 {
    width: 19px;
}
.toolbar .view-mode .icon-mode.grid-2:before {
    box-shadow: 7px 0 0 #dcdcdc;
}
.toolbar .view-mode .icon-mode.grid-3:before {
    box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc;
}
.toolbar .view-mode .icon-mode.grid-4 {
    width: 33px;
}
.toolbar .view-mode .icon-mode.grid-4:before {
    box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc;
}
.toolbar .view-mode .icon-mode.grid-5 {
    width: 40px;
}
.toolbar .view-mode .icon-mode.grid-5:before {
    box-shadow: 7px 0 0 #dcdcdc, 14px 0 0 #dcdcdc, 21px 0 0 #dcdcdc, 28px 0 0 #dcdcdc;
}
.toolbar .view-mode .icon-mode.active {
    border-color: #323232;
}
.toolbar .view-mode .icon-mode.active:before {
    background-color: #323232;
    border-color: #323232;
}
.toolbar .view-mode .icon-mode.active.icon-mode-list:before {
    box-shadow: 0px 7px 0 #323232, 0px 14px 0 #323232;
}
.toolbar .view-mode .icon-mode.active.grid-2:before {
    box-shadow: 7px 0 0 #323232;
}
.toolbar .view-mode .icon-mode.active.grid-3:before {
    box-shadow: 7px 0 0 #323232, 14px 0 0 #323232;
}
.toolbar .view-mode .icon-mode.active.grid-4:before {
    box-shadow: 7px 0 0 #323232, 14px 0 0 #323232, 21px 0 0 #323232;
}
.toolbar .view-mode .icon-mode.active.grid-5:before {
    box-shadow: 7px 0 0 #323232, 14px 0 0 #323232, 21px 0 0 #323232, 28px 0 0 #323232;
}
.toolbar .sidebar-label {
    display: none;
    position: fixed;
    top: 34%;
    left: 0;
    z-index: 10;
}
@media screen and (max-width: 967px) {
    .toolbar .sidebar-label {
        display: inline-block;
    }
}
.toolbar .sidebar-label .icon-filter svg {
    height: 27px;
    padding-left: 2px;
    width: 24px;
}
.template-404 .main-content {
    text-align: center;
    padding: 50px 0;
}
.template-404 .main-content h1 {
    color: #000001;
}
.template-404 .main-content p a {
    text-decoration: underline;
}
.new-review-form .spr-form-label {
    font-size: 14px;
    margin-bottom: 5px;
}
.new-review-form .spr-form-label + .spr-form-input {
    font-size: 14px;
}
@media screen and (min-width: 1200px) and (max-width: 1727px) {
    .site-footer .grid-uniform .grid__item form {
        width: 90%;
    }
    .site-footer input {
        width: 80%;
    }
    .products .spr-badge {
        font-size: 11px !important;
    }
}
.theme-ask {
    float: left;
    width: 100%;
}
.theme-ask .ask-an-expert-text {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 24px;
    color: #686464;
    margin: 0;
    padding-top: 10px;
    cursor: pointer;
}
.theme-ask .ask-an-expert-text .fa {
    font-size: 16px;
    margin-right: 10px;
}
.theme-ask .ask-an-expert-text a {
    color: #686464;
    margin-left: 3px;
    border-bottom: 1px solid #5a5a5a;
}
.dt_modal-custom {
    background: rgba(3, 13, 29, 0.8);
}
.dt_modal-custom .modal-dialog {
    width: 700px;
    max-width: 85%;
    margin: 3rem auto;
    -webkit-overflow-scrolling: touch;
}
.dt_modal-custom .modal-dialog.modal-dialog-centered {
    min-height: -moz-calc(100% - (5rem * 2));
    min-height: -webkit-calc(100% - (5rem * 2));
    min-height: -ms-calc(100% - (5rem * 2));
    min-height: calc(100% - (5rem * 2));
}
.dt_modal-custom .modal-content {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.dt_modal-custom .close-modal {
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    top: -18px;
    right: -18px;
    text-align: center;
    background: #93051c;
    color: #ffffff;
}
.dt_modal-custom .close-modal:hover {
    background: #030d1d;
    color: #ffffff;
}
.dt_modal-custom .close-modal svg {
    width: 16px;
    height: 16px;
}
.dt_modal-custom .modal-header {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom: 1px solid #e4e4e4;
    padding: 12px 12px 9px;
}
.dt_modal-custom .modal-title,
.dt_modal-custom .title {
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    color: #686464;
}
.dt_modal-custom .modal-title {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.dt_modal-custom .title {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.dt_modal-custom .modal-body {
    padding: 5.3% 10% 3%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.dt_modal-custom .modal-body .form-wrappder {
    float: left;
    width: 100%;
}
.dt_modal-custom .modal-body .form-wrappder .title-wrapper {
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.dt_modal-custom .modal-body .form-wrappder .title-wrapper .des {
    line-height: 28px;
}
.dt_modal-custom .modal-body .questions {
    text-align: center;
    margin-bottom: 25px;
}
.dt_modal-custom .modal-body .form-group {
    margin-bottom: 20px;
}
.dt_modal-custom .modal-body .form-group input[type="text"],
.dt_modal-custom .modal-body .form-group input[type="password"],
.dt_modal-custom .modal-body .form-group input[type="email"],
.dt_modal-custom .modal-body .form-group input[type="tel"],
.dt_modal-custom .modal-body .form-group textarea {
    height: initial;
    width: 100%;
    display: block;
    outline: none;
}
.dt_modal-custom .modal-body .form-group label {
    display: inline-block;
}
.dt_modal-custom .modal-body .form-group label:first-child {
    margin-bottom: 10px;
}
.dt_modal-custom .modal-body .form-group input[type="radio"] + label {
    font-weight: normal;
    color: #686464;
    margin-right: 28px;
    cursor: pointer;
}
.dt_modal-custom .modal-body .custom-radio {
    margin-bottom: 5px;
    padding-top: 5px;
}
.dt_modal-custom .modal-body .custom-radio label:first-child {
    margin-right: 28px;
}
.dt_modal-custom .modal-body .custom-radio.last {
    margin-bottom: 18px;
}
.dt_modal-custom .modal-body .custom-radio.last label:first-child {
    display: block;
    margin-bottom: 0;
}
.quickSearchResultsWrap {
    background-color: #fff;
    z-index: 1000;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    padding: 15px 10px 15px;
}
@media screen and (min-width: 1200px) {
    .quickSearchResultsWrap {
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    }
}
.quickSearchResultsWrap .custom-scrollbar {
    max-height: -moz-calc(100vh - 150px);
    max-height: -webkit-calc(100vh - 150px);
    max-height: -ms-calc(100vh - 150px);
    max-height: calc(100vh - 150px);
    overflow-x: hidden;
    overflow-y: auto;
    webkit-overflow-scrolling: touch;
}
.quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4;
}
.quickSearchResultsWrap .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #f4f4f4;
}
.quickSearchResultsWrap .custom-scrollbar .container {
    padding-left: 15px;
    padding-right: 15px;
}
.quickSearchResultsWrap .header-search__trending {
    margin-bottom: 15px;
}
.quickSearchResultsWrap .box-title {
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.quickSearchResultsWrap .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0;
}
.quickSearchResultsWrap .list-item .item {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
    border: none;
}
.quickSearchResultsWrap .list-item .highlight {
    display: block;
    background-color: #f7f7f7;
    color: #868686;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 13px;
}
.quickSearchResultsWrap .list-item .highlight .fa {
    margin-right: 6px;
}
.quickSearchResultsWrap .list-item .highlight:hover {
    background: #93051c;
    color: #ffffff;
}
.quickSearchResultsWrap .products-grid {
    overflow: auto;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -5px;
}
.quickSearchResultsWrap .products-grid .grid-item {
    margin-top: 5px;
    margin-bottom: 15px;
    float: left;
    padding: 0 5px;
}
.quickSearchResultsWrap .product-item .product-image img {
    max-width: 120px;
    min-height: initial;
}
.quickSearchResultsWrap .product-item .product-image .product-grid-image {
    min-height: initial;
}
.quickSearchResultsWrap .product-item .product-bottom {
    text-align: left;
}
.quickSearchResultsWrap .product-item .action {
    display: none !important;
}
.quickSearchResultsWrap .product-item .product-title {
    word-break: break-word;
    max-height: initial;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
}
.quickSearchResultsWrap .header-search__results .text-center {
    border-top: 1px solid #e4e4e4;
}
.quickSearchResultsWrap .text-results {
    display: block;
    font-size: 14px;
    color: #3c3c3c;
    text-transform: uppercase;
    padding: 4px 0;
}
.quickSearchResultsWrap .text-results:hover {
    color: #178dc9;
}
.quickSearchResultsWrap .text-results.header-search__see-more {
    margin-top: 15px;
}
.icon-search svg {
    width: 14px;
    height: 14px;
    vertical-align: unset;
}
svg {
    fill: currentColor;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.header_currency {
    position: relative;
    display: block;
    padding: 10px 15px;
    float: left;
}
@media screen and (max-width: 1199px) {
    .header_currency {
        text-align: left;
        width: 100%;
        padding: 0;
    }
}
.header_currency ul {
    list-style: none;
    padding: 0;
    float: left;
    width: 100%;
}
.lang-currency-groups .label-text {
    display: block;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: normal;
    padding: 7px 0 10px;
}
.lang-currency-groups .dropdown-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static;
    border: none;
    padding: 0;
    width: 100%;
    min-width: inherit;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    z-index: inherit;
    top: inherit;
    left: inherit;
    float: none;
    font-size: 16px;
    background: #ffffff;
}
.lang-currency-groups .btn-group {
    display: block;
}
.lang-currency-groups .btn-group .dropdown-item {
    display: block;
    padding: 2px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    color: #686464;
}
.lang-currency-groups .btn-group .dropdown-item .img-icon,
.lang-currency-groups .btn-group .dropdown-item .text {
    display: inline-block;
    vertical-align: middle;
}
.lang-currency-groups .btn-group .dropdown-item .text {
    position: relative;
    top: 0;
    border-bottom: 1px solid #e4e4e4;
    line-height: 18px;
    font-size: 14px;
    border-color: transparent;
}
.lang-currency-groups .btn-group .dropdown-item.active .text {
    border-bottom-color: #030d1d;
}
.lang-currency-groups .btn-group .dropdown-item:hover,
.lang-currency-groups .btn-group .dropdown-item:focus,
.lang-currency-groups .btn-group .dropdown-item:active,
.lang-currency-groups .btn-group .dropdown-item.active {
    color: #000001;
    background-color: inherit;
}
.lang-currency-groups .btn-group .img-icon {
    margin-right: 8px;
    width: 23px;
    display: block;
}
.lang-currency-groups .btn-group .img-icon img {
    min-height: 16px;
    width: auto;
    object-fit: contain;
    display: block;
}
.top-countdown-bar {
    float: left;
    width: 100%;
    position: relative;
}
.top-countdown-bar .top-countdown-bar-block {
    float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .top-countdown-bar .top-countdown-bar-block {
        padding: 30px 0;
    }
}
.top-countdown-bar .top-countdown-bar-content {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0 20px;
}
@media screen and (max-width: 567px) {
    .top-countdown-bar .top-countdown-bar-content {
        padding: 0 10px;
    }
}
.top-countdown-bar .top-countdown-bar-content h2 {
    font-size: 50px;
    line-height: normal;
    margin: 0 0 60px;
    font-family: Roboto;
}
@media screen and (max-width: 767px) {
    .top-countdown-bar .top-countdown-bar-content h2 {
        font-size: 38px;
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 567px) {
    .top-countdown-bar .top-countdown-bar-content h2 {
        font-size: 24px;
    }
}
.top-countdown-bar .top-countdown-bar-content h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}
.top-countdown-bar .top-countdown-bar-content p {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 20px;
}
@media screen and (max-width: 1199px) {
    .top-countdown-bar .top-countdown-bar-content p {
        margin: 0;
    }
}
.top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail {
    margin: 0 0 30px;
}
@media screen and (max-width: 1199px) {
    .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail {
        margin: 0 0 15px;
    }
}
.top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul {
    padding: 0;
}
.top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li {
    display: inline-block;
    margin: 0 12px;
    font-size: 24px;
    line-height: normal;
    position: relative;
}
@media screen and (min-width: 1200px) {
    .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li {
        border: 1px solid;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 567px) {
    .top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li {
        font-size: 16px;
    }
}
.top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li:after {
    content: ":";
    float: left;
    position: absolute;
    top: 50%;
    right: -16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: normal;
}
.top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li:last-child:after {
    content: none;
    background: none;
}
.top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li b {
    display: block;
    margin-top: 10px;
}
.top-countdown-bar .top-countdown-bar-content .lof-clock-timer-detail ul li span {
    float: left;
    width: 100%;
    font-size: 16px;
}
.top-countdown-bar .top-countdown-bar-content .deal-content {
    float: left;
    width: 100%;
    position: relative;
}
.top-countdown-bar .top-countdown-bar-content .deal-content h4 {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
    filter: alpha(opacity=20);
    font-family: Roboto;
    font-size: 155px;
    line-height: normal;
    margin: 0;
}
@media screen and (max-width: 767px) {
    .top-countdown-bar .top-countdown-bar-content .deal-content h4 {
        font-size: 100px;
    }
}
@media screen and (max-width: 567px) {
    .top-countdown-bar .top-countdown-bar-content .deal-content h4 {
        font-size: 50px;
    }
}
.top-countdown-bar .top-countdown-bar-content .deal-btn .btn,
.top-countdown-bar .top-countdown-bar-content .deal-btn .btn--secondary,
.top-countdown-bar .top-countdown-bar-content .deal-btn .btn--tertiary,
.top-countdown-bar .top-countdown-bar-content .deal-btn input[type="submit"] {
    padding: 12px 25px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.top-countdown-bar .close {
    position: absolute;
    top: 0;
    right: 0;
}
.realTime {
    float: left;
    width: 100%;
    margin: 20px 0 5px;
}
.realTime #number_counter {
    padding: 4px;
}
.sold_product {
    color: #d02e2e;
    margin-bottom: 20px;
}
.sold_product svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.close-sidebar,
.close-sidebar2 {
    display: none;
}
.sidebar-label .sidebar-button .tags-filter .btn,
.sidebar-label .sidebar-button .tags-filter .btn--secondary,
.sidebar-label .sidebar-button .tags-filter .btn--tertiary,
.sidebar-label .sidebar-button .tags-filter input[type="submit"] {
    padding: 7px 10px;
}
.quickSearchResultsWrap {
    position: absolute;
    top: -moz-calc(100% + 2px);
    top: -webkit-calc(100% + 2px);
    top: -ms-calc(100% + 2px);
    top: calc(100% + 2px);
    left: 0;
    padding-left: 5px;
    padding-right: 5px;
}
@media screen and (min-width: 1200px) {
    .quickSearchResultsWrap {
        width: 553px;
    }
}
.quickSearchResultsWrap .item-swatch li label {
    width: 20px;
    height: 20px;
}
.quickSearchResultsWrap .custom-scrollbar {
    max-height: -moz-calc(80vh - 150px);
    max-height: -webkit-calc(80vh - 150px);
    max-height: -ms-calc(80vh - 150px);
    max-height: calc(80vh - 150px);
}
@media only screen and (min-width: 1200px) {
    .lang-currency-groups {
        margin-left: 20px;
    }
    .lang-currency-groups .label-text {
        display: none;
    }
    .lang-currency-groups .dropdown-toggle:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-size: 10px;
        font-weight: bold;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        cursor: pointer;
        padding: 0;
        background: none;
        border: none;
        width: 20px;
        height: 20px;
        margin: 0 0 0 3px;
        vertical-align: middle;
        line-height: 18px;
        text-align: center;
        color: rgba(3, 13, 29, 0.5);
        position: relative;
        top: 1px;
    }
    .lang-currency-groups .btn-group {
        position: relative;
    }
    .lang-currency-groups .dropdown-label {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        font-size: 16px;
        letter-spacing: normal;
        padding: 4px 0 6px;
    }
    .lang-currency-groups .dropdown-label .img-icon {
        width: 18px;
    }
    .lang-currency-groups .dropdown-label .img-icon img {
        width: 18px;
        height: 17px;
    }
    .lang-currency-groups .dropdown-label .text {
        line-height: normal;
    }
    .lang-currency-groups .text {
        position: relative;
        top: 0;
    }
    .lang-currency-groups .dropdown-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        letter-spacing: normal;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 7px 15px 5px 0;
    }
    .lang-currency-groups .dropdown-item .text {
        top: 0;
    }
    .lang-currency-groups .dropdown-menu {
        position: absolute;
        right: 0;
        top: 100%;
        z-index: 3;
        padding: 3px 10px 8px;
        min-width: 100px;
        border: 1px solid #e4e4e4;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
        outline: none;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px;
        display: none;
    }
    .lang-currency-groups .lang-block,
    .lang-currency-groups .currency-block {
        display: inline-block;
        vertical-align: middle;
    }
    .lang-currency-groups .lang-block + .currency-block {
        margin-left: 8px;
    }
    .nav-search {
        max-width: 160px;
        margin-left: 15px;
    }
    .nav-search .close-search {
        display: none;
    }
    .nav-search .search-bar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        height: auto;
    }
    .nav-search .input-group-field {
        padding: 5px 12px 4px;
        width: -moz-calc(100% - 36px);
        width: -webkit-calc(100% - 36px);
        width: -ms-calc(100% - 36px);
        width: calc(100% - 36px);
    }
    .nav-search .icon-search {
        padding: 5px 10px 5px;
        background: transparent;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .nav-search .icon-search:hover {
        background: transparent;
    }
    .nav-search .icon-search svg {
        width: 14px;
        height: 14px;
    }
}
@media only screen and (max-width: 967px) {
    .col-sidebar.open {
        left: 0;
        padding: 0;
    }
    .close-sidebar {
        cursor: pointer;
        display: none;
    }
    .col-sidebar {
        position: fixed;
        left: -324px;
        top: 0;
        width: 100%;
        max-width: 280px;
        z-index: 9999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0px;
    }
    .col-sidebar .close-sidebar svg {
        width: 15px;
        height: 15px;
        color: #686464;
    }
    .sidebar-label {
        float: left;
        width: 36px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .sidebar-label .sidebar-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        cursor: pointer;
    }
    .col-sidebar {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        position: fixed;
        left: -324px;
        top: 0;
        width: 100%;
        max-width: 280px;
        background: #fff;
        z-index: 9999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0px;
    }
    .col-sidebar .sidebar {
        display: block;
        min-height: 100vh;
        padding: 10px 30px 0;
    }
    .col-sidebar .sidebar::-webkit-scrollbar {
        width: 0;
    }
    .col-sidebar .sidebar::-ms-scrollbar {
        width: 0;
    }
    .col-sidebar .close-sidebar {
        display: block;
        padding: 8px 8px 0;
        text-align: right;
    }
    .col-sidebar .close-sidebar svg {
        width: 22px;
        height: 22px;
        color: #9e9d9d;
    }
    .col-sidebar.open {
        left: 0;
        padding: 0;
    }
    .col-sidebar-right {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        position: fixed;
        right: -324px;
        top: 0;
        width: 100%;
        max-width: 280px;
        background: #fff;
        z-index: 9999;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        padding: 0px;
    }
    .col-sidebar-right .sidebar {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh;
        padding: 20px 20px 100px 20px;
    }
    .col-sidebar-right .sidebar::-webkit-scrollbar {
        width: 0;
    }
    .col-sidebar-right .sidebar::-ms-scrollbar {
        width: 0;
    }
    .col-sidebar-right .close-sidebar2 {
        display: block;
        width: 40px;
        height: 20px;
        left: -40px;
        padding: 10px 0 0 10px;
    }
    .col-sidebar-right .close-sidebar2 svg {
        width: 15px;
        height: 15px;
    }
    .col-sidebar-right.open {
        right: 0;
        padding: 0;
    }
    .open-sidebar {
        position: fixed;
        left: 0;
        width: 100%;
        overflow: hidden;
    }
    .open-sidebar .wrap-overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #ccc;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
        filter: alpha(opacity=20);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        overflow: hidden;
        z-index: 100;
        cursor: pointer;
    }
}
.product-shop .countdown-progressbar {
    margin-bottom: 27px;
}
.product-shop .countdown-progressbar .progressbar-text {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-shop .countdown-progressbar .progressbar-text .count {
    display: inline-block;
    padding: 0 3px;
}
.product-shop .countdown-progressbar #progressbar {
    height: 6px;
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    position: relative;
}
.product-shop .countdown-progressbar #progressbar span {
    background-color: #69c69c;
    height: 6px;
    width: 100%;
    display: block;
    -webkit-transition: width 0.7s ease;
    -moz-transition: width 0.7s ease;
    -ms-transition: width 0.7s ease;
    -o-transition: width 0.7s ease;
    transition: width 0.7s ease;
}
.product-shop .countdown-progressbar .countdown-table {
    border: 1px solid #e4e4e4;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
}
.product-shop .countdown-progressbar .countdown-table label {
    display: block;
    background-color: #fafafa;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    color: #3c3c3c;
    font-size: 12px;
    line-height: 25px;
    padding: 2px 0;
    margin: 0;
    font-weight: normal;
}
.product-shop .countdown-progressbar .countdown-table .countdown-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    min-height: 60px;
}
.product-shop .countdown-progressbar .countdown-table .clock-item {
    width: 25%;
    text-align: center;
    text-transform: capitalize;
    padding: 8px 0 7px;
}
.product-shop .countdown-progressbar .countdown-table .clock-item span {
    display: block;
    line-height: 25px;
}
.product-shop .countdown-progressbar .countdown-table .clock-item span:not(.num) {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    line-height: 20px;
}
.product-shop .countdown-progressbar .countdown-table .clock-item + .clock-item {
    border-left: 1px solid #dcdcdc;
}
.icon-nav .icon-line {
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #686464;
}
.icon-nav .icon-line:before,
.icon-nav .icon-line:after {
    background-color: #686464;
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}
.icon-nav {
    border: none;
    outline: none;
    padding: 0;
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}
.icon-nav .icon-line {
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #686464;
}
.icon-nav .icon-line:before,
.icon-nav .icon-line:after {
    background-color: #686464;
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}
.icon-nav .icon-line:before {
    top: 5px;
}
.icon-nav .icon-line:after {
    top: 12px;
}
.close-menu-mb {
    display: none;
}
.close-menu-mb.menu-open {
    display: block;
    position: fixed;
    background: #ffffff;
    z-index: 3333;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}
.close-menu-mb.menu-open .icon-line {
    background-color: #ffffff;
}
.close-menu-mb.menu-open .icon-line:before,
.close-menu-mb.menu-open .icon-line:after {
    background: #686464;
    left: 8px;
}
.close-menu-mb.menu-open .icon-line:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}
.close-menu-mb.menu-open .icon-line:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-mb,
.header-mb-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.header-logo {
    margin: 0;
    font-size: 20px;
}
.header-mb .header-mb-middle {
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    width: -ms-calc(100%);
    width: calc(100%);
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.header-mb .header-mb-middle .header-logo {
    padding: 10px 5px 10px;
}
.header-mb .header-mb-right {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.header-mb .header-mb-right .svg-mb {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.header-mb .header-mb-right .svg-mb .cartCount {
    font-size: 14px;
}
.header-default #dropdown-cart {
    max-width: 298px;
    width: 100vw;
}
.site-nav li {
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .site-nav li {
        float: left;
        width: 100%;
    }
}
.site-nav li a {
    position: relative;
    display: block;
}
.site-nav li a .icon-dropdown {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
    filter: alpha(opacity=40);
    right: 6px;
}
.site-nav .dropdown,
.site-nav .site-nav-dropdown {
    list-style: none;
}
@media screen and (max-width: 1199px) {
    .site-nav .dropdown,
    .site-nav .site-nav-dropdown {
        background-color: #ffffff;
    }
}
.site-nav .icon-dropdown {
    width: 20px;
    display: inline-block;
    font-size: 19px;
    position: absolute;
    top: 9px;
}
.site-nav .menu-mb-title {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 13px 20px 11px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.site-nav .menu-mb-title .icon-dropdown {
    left: 20px;
    text-align: left;
}
.site-nav .menu-lv-1 > a {
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: normal !important;
    padding: 13px 20px;
}
@media screen and (min-width: 1199px) {
    .site-nav .menu-lv-1 > a {
        position: relative;
    }
}
@media screen and (min-width: 1199px) {
    .site-nav .menu-lv-1 > a:before {
        position: absolute;
        content: "\f078";
        right: 4px;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        font-size: 9px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.site-nav .menu-lv-2 > a {
    padding: 13px 20px 11px;
}
.site-nav .menu-lv-2 .site-nav-dropdown {
    margin: 13px 0;
}
@media screen and (max-width: 1199px) {
    .site-nav .menu-lv-2 .site-nav-dropdown {
        background-color: #ffffff;
    }
}
.site-nav .menu-lv-3 > a {
    padding: 8px 20px 6px;
}
@media screen and (max-width: 1199px) {
    .site-nav .mega-menu .site-nav-dropdown {
        background-color: #ffffff;
    }
}
.site-nav .mega-menu .site-nav-dropdown .container {
    max-width: 100%;
    width: 100%;
}
.site-nav .mega-menu .site-nav-dropdown .row {
    margin: 0 -15px;
}
@media screen and (min-width: 1199px) {
    .site-nav .mega-menu .menu-lv-2 > a {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
    }
}
.site-nav .mega-menu .mega-banner {
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .site-nav .mega-menu .mega-banner {
        padding: 18px 10px;
    }
}
.site-nav .mega-menu .mega-banner .title {
    font-family: Roboto;
    font-weight: bold;
    line-height: 1.7em;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 6px 0 4px;
}
@media screen and (min-width: 1199px) {
    .site-nav .mega-menu .mega-banner .title {
        text-transform: uppercase;
        font-size: 15px !important;
    }
}
.site-nav .mega-menu .mega-banner .price-box {
    font-size: 14px;
}
.site-nav .mega-menu .mega-banner .col-left {
    margin-bottom: 18px;
}
.site-nav .mega-menu .mega-banner .col-right {
    padding-top: 6px;
}
.site-nav .mega-menu .product-item .product-bottom {
    text-align: center;
}
.site-nav .mega-menu .product-item .product-top {
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}
.site-nav .mega-menu .product-item .product-grid-image {
    margin-bottom: 15px;
}
.site-nav .mega-menu .product-item .product-grid-image img {
    max-height: 160px;
}
.site-nav .mega-menu .product-item .spr-badge,
.site-nav .mega-menu .product-item .price-box {
    margin-bottom: 0;
}
.site-nav .mega-menu .product-item .product-title {
    margin-bottom: 5px;
}
.site-nav .mega-menu .product-item .btn,
.site-nav .mega-menu .product-item .btn--secondary,
.site-nav .mega-menu .product-item .btn--tertiary,
.site-nav .mega-menu .product-item input[type="submit"] {
    width: inherit;
    display: inline-block;
    min-width: inherit;
    padding: 0;
    border: none;
    border-bottom: 1px solid rgba(35, 35, 35, 0.7);
    background: rgba(255, 255, 255, 0);
}
.site-nav .mega-menu .style_1 .mega-banner .col-left,
.site-nav .mega-menu .style_1 .mega-banner .col-right,
.site-nav .mega-menu .style_2 .mega-banner .col-left,
.site-nav .mega-menu .style_2 .mega-banner .col-right {
    width: 50%;
    text-align: left;
}
.site-nav .mega-menu .style_2 .mega-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 1200px) {
    .site-nav .mega-menu .style_2 .mega-banner {
        padding-top: 6px;
    }
}
.site-nav .mega-menu .style_2 .mega-banner .col-right {
    padding-left: 3px;
}
.site-nav .mega-menu .style_2 .mega-banner .col-left > a {
    margin-bottom: 0;
    padding: 0 3px 6px 0;
}
.site-nav .mega-menu .style_2 .mega-banner .col-left > a:nth-child(2n) {
    padding-bottom: 0;
}
.site-nav .mega-menu .style_2 .mega-col {
    padding: 0 0 0 3px;
    margin: 0;
}
.site-nav .mega-menu .style_2 .menu-lv-2:nth-last-child(-n + 3) {
    margin-bottom: 0;
}
.site-nav .mega-menu .style_3 .menu-lv-2 img {
    margin: 5px 0 5px;
}
.site-nav .mega-menu .style_4 .mega-banner .col-right {
    margin-left: 0;
}
@media screen and (min-width: 1200px) {
    .site-nav .mega-menu .style_5 .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.site-nav .mega-menu .style_5 .row:last-child {
    margin-top: 10px;
}
@media screen and (max-width: 1199px) {
    .site-nav .mega-menu .style_5 .row:last-child {
        margin-top: 5px;
    }
}
.site-nav .mega-menu .mega-cms-block {
    margin-top: 5px;
}
.site-nav .mega-menu .mega-cms-block .title {
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 8px;
}
.site-nav .mega-menu .mega-cms-block .rte-setting {
    font-style: italic;
    color: red;
    margin-bottom: 17px;
}
.site-nav .mega-menu .mega-cms-block .read-more {
    display: inline-block;
    font-weight: 500;
}
.site-nav .mega-menu .mega-cms-block .read-more:before {
    width: 100%;
    background-color: red;
    visibility: visible;
    bottom: 1px;
}
.site-nav .icon-label {
    font-weight: 500;
    letter-spacing: normal;
    margin: 0 0 0 10px;
    line-height: 1em;
    padding: 4px 6px 3px;
    text-transform: capitalize;
    position: relative;
    top: -1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    text-align: center;
}
.site-nav .icon-label:before {
    content: "";
    border: 5px solid transparent;
    position: absolute;
}
.translate-overlay .is-moved-by-drawer,
.cart-show .is-moved-by-drawer {
    position: fixed;
    overflow: hidden;
    width: 100%;
    top: 0;
    min-height: 100%;
}
.translate-overlay .is-moved-by-drawer:before,
.cart-show .is-moved-by-drawer:before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000000;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: alpha(opacity=30);
    cursor: pointer;
}
@media (max-width: 1199px) {
    .quickSearchResultsWrap {
        width: 100%;
    }
    .quickSearchResultsWrap .products-grid .grid-item {
        width: 100%;
    }
    .quickSearchResultsWrap .products-grid .grid-item .product-container,
    .quickSearchResultsWrap .products-grid .grid-item .product-detail {
        width: 50%;
        text-align: left;
    }
    .appentMb .reverse-mb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .appentMb .customer_account,
    .appentMb .wishlist {
        display: inline-block;
        width: 100%;
        float: left;
        padding: 7px 20px 6px;
    }
    .appentMb .customer_account ul,
    .appentMb .wishlist ul {
        list-style: none;
        padding: 0;
    }
    .appentMb .lang-currency-groups {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #e4e4e4;
    }
    .header-bottom {
        -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.12);
        background-color: #ffffff;
        padding: 0 4%;
        position: relative;
    }
    .header-bottom .header-pc {
        display: none !important;
    }
    .menu_bar_right li a {
        display: inline-block;
        padding: 0;
    }
    .wrapper-navigation .logo-fixed,
    .wrapper-navigation .fixed-right-menu,
    .wrapper-navigation .wrapper-top-cart,
    .wrapper-navigation .header_cart {
        display: none;
    }
    .wrapper-navigation .header-panel-bt .left-groups {
        display: none;
    }
    .wrapper-navigation .header-pc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .wrapper-navigation .header-pc .lang-currency-groups {
        padding-top: 20px;
        border-top: 1px solid #e4e4e4;
    }
    .wrapper-navigation .header-pc .right-groups {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .wrapper-navigation .header-pc .or-text {
        display: none;
    }
    .wrapper-navigation .wishlist svg,
    .wrapper-navigation .wishlist .fa {
        display: none;
    }
    .header-pc .cus-ser-text,
    .header-pc .header-links a,
    .header-pc .free-shipping-text {
        padding: 7px 20px 6px;
        display: block;
        font-weight: normal;
    }
    .header-pc .header-links .acc-logout + span {
        display: none;
    }
    .header-pc .header-links #dropdown-customer {
        display: none;
    }
    .lang-currency-groups {
        padding-left: 20px;
        padding-right: 20px;
    }
    .lang-currency-groups .btn-group .dropdown-label {
        display: none;
    }
    .lang-currency-groups .lang-block + .currency-block {
        margin-top: 20px;
    }
    .jas-mb-style {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 100%;
        height: 100vh;
        z-index: 9999;
        overflow-y: scroll;
        -webkit-transition: transform 0.5s ease;
        -moz-transition: transform 0.5s ease;
        -ms-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 100px;
        background-color: #ffffff;
    }
    .jas-mb-style .left {
        width: 100%;
    }
    .jas-mb-style .container {
        max-width: 100%;
        width: 100%;
    }
    .site-nav .menu-mb-title {
        border-bottom: 1px solid #e4e4e4;
        background-color: #ffffff;
    }
    .site-nav li {
        position: relative;
    }
    .site-nav li a {
        position: static;
    }
    .site-nav li a img {
        vertical-align: middle;
        height: auto;
    }
    .site-nav li.dropdown a {
        display: inline-block;
        font-size: 14px;
    }
    .site-nav .menu-lv-1 {
        border-bottom: 1px solid #e4e4e4;
    }
    .site-nav .menu-lv-1:hover {
        background-color: rgba(228, 228, 228, 0.7);
    }
    .site-nav .menu-lv-2 {
        border-bottom: 1px solid #e4e4e4;
        width: 100%;
    }
    .site-nav .menu-lv-2 .site-nav-dropdown,
    .site-nav .menu-lv-2 .dropdown {
        margin: 13px 0;
    }
    .site-nav .sub-menu-mobile {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        padding-bottom: 100px;
        height: 100vh;
        overflow-y: scroll;
        background-color: #ffffff;
        z-index: 10000;
        -webkit-transition: transform 0.4s ease;
        -moz-transition: transform 0.4s ease;
        -ms-transition: transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .site-nav .sub-menu-mobile.sub-menu-open {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .site-nav .mega-menu .menu-lv-2 {
        padding: 0;
    }
    .site-nav .mega-menu .style_2 .col-left,
    .site-nav .mega-menu .style_2 .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 3px);
        flex: 0 0 calc(50% - 3px);
        max-width: -moz-calc(50% - 3px);
        max-width: -webkit-calc(50% - 3px);
        max-width: -ms-calc(50% - 3px);
        max-width: calc(50% - 3px);
    }
    .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a {
        padding: 20px 20px 0;
    }
    .site-nav .mega-menu .style_3 .menu-lv-2 > .sub-menu-mobile > a img {
        margin: 0;
    }
    .site-nav .mega-menu .style_7 .inner {
        padding: 13px 20px 11px;
        border-bottom: 1px solid #e4e4e4;
        float: left;
        width: 100%;
    }
    .site-nav .icon-label:before {
        left: -9px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.svg-mb {
    width: 60px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.svg-mb a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.svg-mb .icon-search svg {
    position: relative;
    top: -1px;
}
html.cart-show #dropdown-cart {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
html.customer-show #dropdown-customer {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
html.translate-overlay .jas-mb-style {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
html.sidebar-open .sidebar {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
@media (min-width: 480px) {
    .jas-mb-style,
    .site-nav .sub-menu-mobile {
        width: 337px;
    }
    .icon-nav.menu-open {
        right: inherit;
        left: 337px;
    }
}
@media (max-width: 480px) {
    .jas-mb-style {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -ms-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .site-nav .sub-menu-mobile {
        width: -moz-calc(100vw - 40px);
        width: -webkit-calc(100vw - 40px);
        width: -ms-calc(100vw - 40px);
        width: calc(100vw - 40px);
    }
}
@media (min-width: 1200px) {
    .main-menu * {
        position: static;
    }
    .site-nav {
        margin: 0;
        padding: 0;
    }
    .site-nav .icon-dropdown,
    .site-nav .menu-mb-title {
        display: none;
    }
    .site-nav .menu-lv-1 {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
    }
    .site-nav .menu-lv-1 > a {
        line-height: 1.65em;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        font-size: 16px;
        font-weight: normal !important;
    }
    .site-nav .menu-lv-1 > a > span:not(.icon-dropdown) {
        position: relative;
    }
    .site-nav .menu-lv-1 > a > span:not(.icon-dropdown):before {
        position: absolute;
        left: 0;
        width: 0;
        bottom: -2px;
        height: 1px;
        content: "";
        display: block;
        -webkit-transition: width 0.3s ease;
        -moz-transition: width 0.3s ease;
        -ms-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        transition: width 0.3s ease;
        visibility: hidden;
    }
    .site-nav .menu-lv-1:hover > a > span:not(.icon-dropdown):before {
        width: 100%;
        visibility: visible;
    }
    .site-nav .menu-lv-1:first-of-type {
        margin-left: 0;
    }
    .site-nav .menu-lv-1:last-of-type {
        margin-right: 0;
    }
    .site-nav .menu-lv-1 .icon-label {
        position: absolute;
        right: -4px;
        top: -6px;
    }
    .site-nav .menu-lv-1 .icon-label:before {
        left: 50%;
        bottom: -9px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .site-nav .no-mega-menu {
        position: relative;
    }
    .site-nav .no-mega-menu > .sub-menu-mobile {
        -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    }
    .site-nav .no-mega-menu .sub-menu-mobile {
        position: absolute;
        left: 0;
        z-index: 10000;
        min-width: 225px;
    }
    .site-nav .no-mega-menu .sub-menu-mobile li {
        padding: 0 20px;
    }
    .site-nav .no-mega-menu .sub-menu-mobile li:first-of-type {
        padding-top: 5px;
    }
    .site-nav .no-mega-menu .sub-menu-mobile li:last-of-type {
        padding-bottom: 5px;
    }
    .site-nav .no-mega-menu .menu-lv-2 .sub-menu-mobile {
        left: 100%;
        top: 0;
    }
    .site-nav .no-mega-menu .menu-lv-2 .site-nav-dropdown {
        margin: 0;
    }
    .site-nav .no-mega-menu .dropdown {
        position: relative;
    }
    .site-nav .no-mega-menu .dropdown:hover > .sub-menu-mobile {
        display: block;
    }
    .site-nav .no-mega-menu li > a {
        padding: 10px 0 8px;
        line-height: 1.75em;
    }
    .site-nav .no-mega-menu li + li > a {
        border-top: 1px solid #e4e4e4;
    }
    .site-nav .mega-menu {
        position: static;
    }
    .site-nav .mega-menu > .sub-menu-mobile {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 100;
        max-height: 82vh;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        pointer-events: none;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: transform 0.35s linear;
        -moz-transition: transform 0.35s linear;
        -ms-transition: transform 0.35s linear;
        -o-transition: transform 0.35s linear;
        transition: transform 0.35s linear;
        -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.1);
    }
    .site-nav .mega-menu > .sub-menu-mobile::-webkit-scrollbar {
        width: 0;
    }
    .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown {
        padding: 18px 30px 24px;
    }
    .site-nav .mega-menu:hover > .sub-menu-mobile {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    }
    .site-nav .mega-menu img {
        display: block;
    }
    .site-nav .mega-menu .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .site-nav .mega-menu .menu-lv-2 {
        margin-bottom: 18px;
    }
    .site-nav .mega-menu .menu-lv-2 a {
        padding: 6px 0 4px;
    }
    .site-nav .mega-menu .menu-lv-2 .site-nav-dropdown {
        margin: 0;
    }
    .site-nav .mega-menu .menu-lv-3 > a span {
        position: relative;
    }
    .site-nav .mega-menu .menu-lv-3 > a span:before {
        position: absolute;
        left: 0;
        width: 0;
        bottom: -2px;
        height: 1px;
        content: "";
        display: block;
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        -ms-transition: width 0.3s ease-in-out;
        -o-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        visibility: hidden;
    }
    .site-nav .mega-menu .menu-lv-3 > a:hover span:before {
        width: 100%;
        visibility: visible;
    }
    .site-nav .mega-menu .mega-banner {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .site-nav .mega-menu .mega-banner .product-label {
        position: absolute;
    }
    .site-nav .mega-menu .mega-banner img {
        display: block;
    }
    .site-nav .mega-menu .mega-banner .col-right {
        margin-left: 25px;
    }
    .site-nav .mega-menu .style_7 .inner {
        margin: 18px 0;
    }
    .site-nav .mega-menu .style_3 .menu-lv-2:nth-child(-n + 5) {
        margin-bottom: 0;
    }
    .site-nav .mega-menu .style_2 .col-right {
        margin-left: 0;
    }
    .site-nav .mega-menu .style_4 .col-xl-80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .site-nav .mega-menu .style_5 .mega-banner {
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .site-nav .sub-menu-mobile {
        width: 100%;
        text-align: left;
    }
    .site-nav .sub-menu-mobile ul {
        padding: 0;
    }
    .site-nav .no-mega-menu > .sub-menu-mobile {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: transform 0.35s linear;
        -moz-transition: transform 0.35s linear;
        -ms-transition: transform 0.35s linear;
        -o-transition: transform 0.35s linear;
        transition: transform 0.35s linear;
    }
    .site-nav .no-mega-menu:hover > .sub-menu-mobile {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .site-nav .menu-lv-1 > a {
        font-size: 16px !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
    .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown {
        background-color: #ffffff;
    }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
    .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown.style_6 {
        padding: 18px 0;
    }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
    .site-nav .mega-menu > .sub-menu-mobile .site-nav-dropdown.style_6 .col-xl-6 {
        padding: 0 20px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
    .site-nav .mega-menu .style_2 .mega-banner {
        padding-top: 12px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1199px) {
    .site-nav .mega-menu .style_2 .mega-col > a {
        margin-bottom: 7px;
    }
}
@media (min-width: 1200px) {
    .header-bottom .header-mb {
        display: none !important;
    }
    .wrapper-navigation .logo-fixed,
    .wrapper-navigation .fixed-right-menu {
        display: none;
    }
    .wrapper-navigation .main-menu {
        position: static;
        overflow: inherit;
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
        height: inherit;
        top: inherit;
        right: inherit;
        z-index: inherit;
        bottom: inherit;
    }
    .header-lang-style2 .is-sticky .wrapper-navigation,
    .wrapper_header_default .is-sticky .wrapper-navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
    }
    .header-lang-style2 .is-sticky .logo-fixed,
    .header-lang-style2 .is-sticky .fixed-right-menu,
    .wrapper_header_default .is-sticky .logo-fixed,
    .wrapper_header_default .is-sticky .fixed-right-menu {
        display: block;
    }
    .header-lang-style2 .is-sticky .logo-fixed,
    .wrapper_header_default .is-sticky .logo-fixed {
        width: 112px;
        padding: 10px 10px 8px 15px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
    .header-lang-style2 .is-sticky .logo-fixed .logo-img,
    .wrapper_header_default .is-sticky .logo-fixed .logo-img {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
    .header-lang-style2 .is-sticky .main-menu,
    .wrapper_header_default .is-sticky .main-menu {
        width: -moz-calc(100% - 112px - 112px);
        width: -webkit-calc(100% - 112px - 112px);
        width: -ms-calc(100% - 112px - 112px);
        width: calc(100% - 112px - 112px);
    }
    .header-lang-style2 .is-sticky .main-menu .icon-label,
    .wrapper_header_default .is-sticky .main-menu .icon-label {
        display: none;
    }
    .header-lang-style2 .is-sticky .fixed-right-menu,
    .wrapper_header_default .is-sticky .fixed-right-menu {
        padding-left: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        width: 112px;
    }
    .header-lang-style2 .is-sticky .fixed-right-menu .search-fixed,
    .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed,
    .wrapper_header_default .is-sticky .fixed-right-menu .search-fixed,
    .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed {
        width: 51px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        border-left: 1px solid;
        padding-top: 9px;
        padding-bottom: 9px;
        height: 50px;
    }
    .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed,
    .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed {
        padding-right: 1px;
    }
    .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed > a,
    .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed > a {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed svg,
    .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed svg {
        stroke: rgba(255, 255, 255, 0);
    }
    .header-lang-style2 .is-sticky .fixed-right-menu .cart-fixed .cartCount,
    .wrapper_header_default .is-sticky .fixed-right-menu .cart-fixed .cartCount {
        top: 5px;
        right: 1px;
    }
}
.frequently-bought-together-block {
    margin-top: 50px;
    margin-bottom: 30px;
    border-top: 1px solid #e4e4e4;
}
.frequently-bought-together-block .widget-title {
    text-align: left;
    padding-top: 27px;
    margin-bottom: 35px;
}
.frequently-bought-together-block .widget-title .box-title {
    font-size: 22px;
}
.frequently-bought-together-block .widget-title .title {
    padding: 0;
}
.frequently-bought-together-block .featured-images {
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 30px;
    padding-right: 30px;
}
.frequently-bought-together-block .featured-images .fbt-image-item {
    padding: 0 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.frequently-bought-together-block .featured-images .fbt-image-item:not(.isChecked) .item-image {
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=45)";
    filter: alpha(opacity=45);
}
.frequently-bought-together-block .featured-images .fbt-image-item + .fbt-image-item {
    position: relative;
}
.frequently-bought-together-block .featured-images .fbt-image-item + .fbt-image-item:before {
    position: absolute;
    content: "+";
    z-index: 2;
    font-size: 18px;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.frequently-bought-together-block .featured-images:not(.slick-slider) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.frequently-bought-together-block .featured-images:not(.slick-slider) .fbt-image-item {
    display: none;
}
.frequently-bought-together-block .featured-images:not(.slick-slider) .fbt-image-item:nth-child(-n + 5) {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.frequently-bought-together-block .featured-images .item-image {
    display: block;
    max-width: 100px;
    margin: auto;
}
.frequently-bought-together-block .featured-images .slick-arrow.slick-prev {
    left: 10px;
}
.frequently-bought-together-block .featured-images .slick-arrow.slick-next {
    right: 10px;
}
.frequently-bought-together-block .fbt-text {
    font-size: 17px;
    color: #030d1d;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 500;
}
.frequently-bought-together-block .products-grouped-action {
    text-align: center;
    margin-bottom: 25px;
    float: left;
}
.frequently-bought-together-block .products-grouped-action .total {
    padding: 18px 0 16px;
}
.frequently-bought-together-block .products-grouped-action .total .label {
    font-size: 18px;
    font-weight: 500;
    color: #030d1d;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.frequently-bought-together-block .products-grouped-action .total .price,
.frequently-bought-together-block .products-grouped-action .total .bundle-price {
    font-size: 20px;
    font-weight: 500;
    color: #030d1d;
    letter-spacing: normal;
}
.frequently-bought-together-block .products-grouped-action .total .old-price {
    font-size: 14px;
    font-weight: 500;
    color: #969696;
    letter-spacing: normal;
    text-decoration: line-through;
    margin-left: 5px;
    display: none;
}
.frequently-bought-together-block .products-grouped-action .btn-bundle {
    padding-top: 10px;
    padding-bottom: 8px;
    width: 100%;
}
.frequently-bought-together-block .products-grouped-action .discount-text {
    margin-top: 7px;
    display: none;
}
.fbt-product-item {
    position: relative;
    margin-bottom: 10px;
}
.fbt-product-item .fbt-checkbox,
.fbt-product-item .fbt-prices,
.fbt-product-item .fbt-toogle-options {
    display: inline-block;
}
.fbt-product-item .fbt-checkbox,
.fbt-product-item .fbt-prices {
    margin-right: 7px;
}
.fbt-product-item .product-options {
    display: none;
    border-top: 1px dotted #e4e4e4;
    border-bottom: 1px dotted #e4e4e4;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.fbt-product-item .product-options .swatch {
    margin-bottom: 8px;
}
.fbt-product-item .product-title,
.fbt-product-item .price-box {
    margin-bottom: 8px;
}
.fbt-product-item .fbt-toogle-options {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 5px 20px;
    font-size: 15px;
    background: #fff;
    color: #030d1d;
    border: 1px solid #030d1d;
    text-transform: uppercase;
}
.fbt-product-item input[type="checkbox"] + label:before {
    top: 2px;
    width: 16px;
    height: 16px;
}
.fbt-product-item input[type="checkbox"] + label:after {
    top: 7px;
    left: 4px;
}
.fbt-product-item:not(.isChecked) .product-title {
    color: #030d1d;
}
.fbt-product-item:not(.isChecked) input[type="checkbox"] + label:hover:after {
    display: none;
}
.price-box {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: normal;
    margin-bottom: 12px;
}
.price-box .price-regular {
    color: #5e473e;
}
.price-box .old-price {
    color: #bcbcbc;
    text-decoration: line-through;
    margin-right: 5px;
}
.price-box .special-price {
    color: #5e473e;
}
.price-box em {
    font-size: 16px;
    color: #e4e4e4;
    font-weight: normal;
    font-style: normal;
    margin-right: 2px;
}
.js-drawer-open-top .off-canvas--viewport {
    overflow: visible;
}
.js-drawer-open-top .is-moved-by-drawer:before {
    background: #ffffff;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.js-drawer-open-top .is-moved-by-drawer main {
    position: fixed;
    top: 0;
    min-height: 100vh;
}
.js-drawer-open-top .shifter-page,
.js-drawer-open-top .is-moved-by-drawer {
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -moz-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -ms-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
}
.off-canvas--viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.search-bar-type-3.drawer--top {
    width: 100%;
}
.search-bar-type-3.drawer--top .search-bar__table.search-box {
    top: 0;
}
.search-bar-type-3.drawer--top .search-bar__table.search-box .search-bar__form .search-bar__table-cell {
    width: 100%;
}
.search-bar-type-3.drawer--top .search-bar__table.search-box .results-box {
    max-height: 100%;
}
@media screen and (max-width: 967px) {
    .search-bar-type-3.drawer--top .search-bar__table.search-box .results-box {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .search-bar-type-3.drawer--top .search-bar__table.search-box .results-box {
        width: 100%;
    }
}
.search-bar-type-3.drawer--top .search-bar__table.search-box .results-box li {
    float: left;
    width: 25%;
    border-bottom: none;
    padding: 32px;
    list-style: none;
}
@media screen and (max-width: 767px) {
    .search-bar-type-3.drawer--top .search-bar__table.search-box .results-box li {
        width: 100%;
    }
}
.search-bar-type-3.drawer--top .search-bar__table.search-box .results-box .note {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 15px 40px;
}
.search-bar-type-3.drawer--top .search-bar__table.search-box .results-box a .img,
.search-bar-type-3.drawer--top .search-bar__table.search-box .results-box a .d-title {
    width: 100%;
}
.search-bar-type-3.drawer--top .border-div {
    border-bottom: 1px solid #e4e4e4;
    padding: 18px 0 0;
    float: left;
    width: 100%;
}
.search-bar-type-3.drawer--top .info-box {
    float: left;
    width: 100%;
    padding: 48px 32px 16px;
}
.search-bar-type-3.drawer--top .keyval {
    float: left;
    margin: 0;
}
.search-bar-type-3.drawer--top .search-box .res-btn {
    float: right;
}
.search-bar-type-3.drawer--top .search-box .res-btn a {
    border-bottom: 1px solid;
}
.search-bar-type-3.search-bar {
    background: transparent;
    top: 0;
    height: auto;
    margin: 16px 0;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.search-bar-type-3.search-bar input[type="search"] {
    padding: 0 35px;
    width: 100%;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: alpha(opacity=80);
}
.search-bar-type-3 .search-bar__form {
    border: none;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .search-bar-type-3 .search-bar__form {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .search-bar-type-3 .search-bar__form button,
    .search-bar-type-3 .search-bar__form input[type="search"] {
        font-size: 16px;
    }
}
.search-bar-type-3 .search-bar__form button {
    display: none;
}
.search-bar-type-3 input[type="search"],
.search-bar-type-3 .search-bar__icon-button,
.search-bar-type-3 .search-bar__form button {
    font-size: 22px;
    height: 45px;
    line-height: normal;
}
.search-bar-type-3 button svg {
    width: 18px;
    height: 18px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
    filter: alpha(opacity=80);
}
.supports-fontface .search-bar-type-3 .search-bar__icon-cell {
    float: right;
    width: auto;
}
.drawer--top {
    width: 50%;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 1199px) {
    .drawer--top {
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .drawer--top {
        width: 98%;
    }
}
.js-drawer-open-top .drawer--top {
    display: block;
}
.drawer--top .search-bar__table.search-box {
    float: left;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0;
}
.drawer--top .search-bar__table.search-box .results-box {
    padding: 0px 16px 32px;
    overflow: auto;
    max-height: 75vh;
    float: none;
    display: inline-block;
    width: 100%;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .drawer--top .search-bar__table.search-box .results-box {
        width: 85%;
    }
}
@media screen and (max-width: 567px) {
    .drawer--top .search-bar__table.search-box .results-box {
        width: 75%;
    }
}
.drawer--top .search-bar__table.search-box .results-box > a {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #e4e4e4;
}
.drawer--top .search-bar__table.search-box .results-box a.note {
    float: none;
    width: auto;
    border: none;
    margin-top: 25px;
}
.drawer--top .search-bar__table.search-box .results-box a .img img {
    display: block;
}
.drawer--top .search-bar__table.search-box .results-box .d-title {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.drawer--top .search-bar__table.search-box .results-box a .img,
.drawer--top .search-bar__table.search-box .results-box .d-title {
    float: left;
}
.drawer--top .search-bar__form .search-bar__table-cell {
    float: left;
}
.drawer--top .search-bar__form .search-bar__table-cell.search-bar__icon-cell {
    float: right;
}
@media (min-width: 1200px) {
    .site-nav .col-12 {
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}
.style_1 .grid-sizer,
.style_2 .grid-sizer {
    width: 33.33%;
}
.style_6 .grid-sizer {
    width: 33.33%;
}
.style_5 .grid-sizer,
.style_4 .grid-sizer {
    width: 25%;
}
.style_3 .grid-sizer {
    width: 20%;
}
.quick-view {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    display: block !important;
    bottom: 0;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10050;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.quick-view.open-in {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.quick-view .content {
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 60%;
    padding: 50px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
}
@media screen and (max-width: 1599px) {
    .quick-view .content {
        width: 85%;
        height: 550px;
    }
}
@media screen and (max-width: 967px) {
    .quick-view .content {
        width: 90%;
        padding: 20px;
        height: 500px;
    }
}
@media screen and (max-width: 767px) {
    .quick-view .content {
        padding: 25px;
    }
}
.quick-view .content .product-photo-thumbs li {
    margin: 0 5px;
}
.quick-view .content .quick-view-carousel {
    float: left;
    width: 100%;
    position: relative;
}
.quick-view .content .quick-view-carousel button {
    color: #686464;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 9;
}
.quick-view .content .quick-view-carousel button:before {
    content: none;
}
.quick-view .content .quick-view-carousel button.slick-prev {
    left: 25px;
}
.quick-view .content .quick-view-carousel button.slick-prev:before {
    content: "\f104";
}
.quick-view .content .quick-view-carousel button.slick-next {
    right: 25px;
}
.quick-view .content .quick-view-carousel button.slick-next:before {
    content: "\f105";
}
.quick-view .content .quick-view-carousel button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
}
.quick-view .content .prices {
    margin-bottom: 15px;
}
.quick-view .content .product-title {
    line-height: 40px;
    margin-bottom: 15px;
}
.quick-view .content .product-title a {
    color: #000001;
}
.quick-view .content .product-img.images .product-photo-thumbs.owl-carousel li a img {
    border: 1px solid #e4e4e4;
}
.quick-view .content .product-shop.summary {
    float: right;
    padding-left: 30px;
}
@media screen and (max-width: 967px) {
    .quick-view .content .product-shop.summary {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .quick-view .content .product-shop.summary {
        margin-top: 20px;
    }
}
.quick-view .content .product-shop.summary .product-description {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.quick-view .content .product-shop.summary .price {
    font-size: 18px;
    line-height: 1;
}
.quick-view .content .product-shop.summary .total-price {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.quick-view .content .product-shop.summary .compare-price {
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 16px;
}
.quick-view .content .product-shop.summary .compare-price span.money {
    display: table;
}
.quick-view .content .product-shop.summary .details {
    float: left;
    width: 100%;
}
.quick-view .content .product-shop.summary .details form {
    float: left;
    width: 100%;
    margin: 0;
}
.quick-view .content .product-shop.summary .details form .actions {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.quick-view .content .product-shop.summary .details form .actions button {
    float: left;
    padding: 10px 26px;
    margin-bottom: 20px;
    letter-spacing: 0.06em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.quick-view .content .product-shop.summary .details .selector-wrapper {
    display: none;
    margin-bottom: 20px;
    float: left;
    width: 46%;
    margin-right: 4%;
    position: relative;
}
@media screen and (max-width: 767px) {
    .quick-view .content .product-shop.summary .details .selector-wrapper {
        margin-bottom: 10px;
    }
}
.quick-view .content .product-shop.summary .details label {
    color: #686464;
    text-align: left;
    margin-bottom: 0;
    float: left;
    margin-right: 5px;
    min-height: 25px;
    min-width: 25px;
    line-height: 25px;
}
.quick-view .content .product-shop.summary .details select {
    width: 100%;
    padding: 12px 10px;
}
.quick-view .content .product-shop.summary .details .color label {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.quick-view .content .product-shop.summary .details .quantity-box label {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .quick-view .content .product-img.images,
    .quick-view .content .product-shop.summary {
        width: 100%;
    }
}
.quick-view .product-inventory {
    border-bottom: none;
    margin-bottom: 15px;
}
.quick-view .product-inventory label,
.quick-view .prices.product_price label,
.quick-view .details .qty-section label,
.quick-view .details .total-price label {
    color: #686464;
    float: left;
    width: 150px;
    margin-right: 5px;
}
@media screen and (max-width: 1199px) {
    .quick-view .product-inventory label,
    .quick-view .prices.product_price label,
    .quick-view .details .qty-section label,
    .quick-view .details .total-price label {
        width: 110px;
    }
}
.quick-view .swatch .header {
    float: left;
    width: 150px;
    margin-right: 5px;
}
@media screen and (max-width: 1199px) {
    .quick-view .swatch .header {
        width: 110px;
    }
}
.quick-view .quantity {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0;
    padding: 0;
}
.quick-view .qtyplus,
.quick-view .qtyminus {
    border: 1px solid #e4e4e4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    float: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
}
.quick-view .product-shop .prices .price {
    float: left;
    color: #000001;
}
.quick-view .product-shop .total-price .money {
    color: #000001;
}
.product-photo-container {
    float: left;
    width: 100%;
    position: relative;
}
.product-photo-container a {
    position: relative;
    display: block;
    width: 100%;
}
.product-photo-container img {
    height: auto !important;
    width: auto !important;
    position: static !important;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    max-width: 100%;
}
#clients-carousel img {
    text-align: center;
    margin: auto;
}
#clients-carousel.owl-theme .owl-controls {
    margin-top: 40px;
}
#clients-carousel.owl-theme .owl-controls .owl-page span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    width: 8px;
    height: 8px;
    background: #030d1d;
    display: inline-block;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
#clients-carousel.owl-theme .owl-controls .owl-page.active span {
    background: #000001;
}
#clients-carousel .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}
#clients-carousel li a {
    position: relative;
    display: block;
    padding: 10px;
}
@media screen and (max-width: 767px) {
    #clients-carousel li a {
        text-align: center;
    }
}
.full-position-default .border-title {
    text-align: center;
}
.full-position-default .border-title h2:after {
    right: 0;
}
.full-position-full-right .border-title {
    text-align: right;
}
.full-position-full-right .border-title h2:after {
    left: auto;
    right: 0;
}
.align-left {
    text-align: left;
}
.align-center,
.align-top {
    text-align: center;
}
.align-right {
    text-align: right;
}
.grid_row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    overflow: hidden;
}
.grid_row-flex .grid_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    position: relative;
}
.grid_row-flex .grid_column_container .grid_column-inner {
    float: left;
    width: 100%;
    padding: 70px 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.align--top {
    -ms-flex-item-align: flex-start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
}
.align--center {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
}
.align--bottom {
    -ms-flex-item-align: flex-end;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}
div.pp_default .pp_social {
    display: none;
}
.carousel-arrow .slick-arrow,
.slick-slider .slick-arrow {
    display: inline-block;
    color: #686464;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 27px;
    font-size: 16px;
    margin-right: 3px;
    position: absolute;
    text-align: center;
    z-index: 1;
}
.carousel-arrow .slick-arrow:before,
.slick-slider .slick-arrow:before {
    display: none;
}
.carousel-arrow .slick-arrow i,
.slick-slider .slick-arrow i {
    font-size: 14px;
    margin: 0;
}
.carousel-arrow .slick-arrow:hover,
.carousel-arrow .slick-arrow:focus,
.slick-slider .slick-arrow:hover,
.slick-slider .slick-arrow:focus {
    color: #000001;
}
.carousel-arrow .slick-arrow.prev-arrow,
.slick-slider .slick-arrow.prev-arrow {
    margin-right: 3px;
}
.carousel-arrow .slick-arrow.slick-arrow.slick-disabled,
.slick-slider .slick-arrow.slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.2;
}
.carousel-arrow .slick-arrow.slick-arrow.slick-disabled:hover,
.slick-slider .slick-arrow.slick-arrow.slick-disabled:hover {
    background: none;
    border-color: #030d1d;
}
.carousel-arrow .slick-arrow.slick-arrow.slick-disabled:hover i,
.slick-slider .slick-arrow.slick-arrow.slick-disabled:hover i {
    color: #030d1d;
}
.carousel-arrow.nav-top-left,
.carousel-arrow.nav-top-right,
.slick-slider.nav-top-left,
.slick-slider.nav-top-right {
    position: absolute;
    top: -60px;
    width: auto;
}
.carousel-arrow.nav-top-left,
.slick-slider.nav-top-left {
    left: 0;
}
.carousel-arrow.nav-top-right,
.slick-slider.nav-top-right {
    right: 0;
}
.carousel-arrow.nav-middle,
.slick-slider.nav-middle {
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    z-index: 1;
}
.carousel-arrow.nav-middle .prev-arrow,
.carousel-arrow.nav-middle .next-arrow,
.slick-slider.nav-middle .prev-arrow,
.slick-slider.nav-middle .next-arrow {
    position: absolute;
    opacity: 0;
    margin: 0;
}
.carousel-arrow.nav-middle .prev-arrow,
.slick-slider.nav-middle .prev-arrow {
    left: -15px;
}
.carousel-arrow.nav-middle .next-arrow,
.slick-slider.nav-middle .next-arrow {
    right: -15px;
}
.carousel-arrow.nav-bottom,
.slick-slider.nav-bottom {
    text-align: center;
}
.carousel-arrow.nav-bottom-left,
.slick-slider.nav-bottom-left {
    width: auto;
}
.carousel-arrow.nav-bottom-right,
.slick-slider.nav-bottom-right {
    float: right;
    width: auto;
}
.carousel-arrow.nav-top-left .slick-arrow,
.carousel-arrow.nav-top-right .slick-arrow,
.carousel-arrow.nav-bottom .slick-arrow,
.carousel-arrow.nav-bottom-left .slick-arrow,
.carousel-arrow.nav-bottom-right .slick-arrow,
.carousel-arrow.over-image .slick-arrow,
.slick-slider.nav-top-left .slick-arrow,
.slick-slider.nav-top-right .slick-arrow,
.slick-slider.nav-bottom .slick-arrow,
.slick-slider.nav-bottom-left .slick-arrow,
.slick-slider.nav-bottom-right .slick-arrow,
.slick-slider.over-image .slick-arrow {
    position: relative;
}
.carousel-arrow button.slick-arrow,
.slick-slider button.slick-arrow {
    margin: 0;
}
.owl-prev a,
.owl-next a {
    display: inline-block;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 27px;
    font-size: 16px;
    margin-right: 3px;
    position: relative;
    text-align: center;
}
.owl-prev a i,
.owl-next a i {
    margin: 0;
}
.owl-prev a:hover,
.owl-next a:hover {
    background: #000001;
    border-color: #000001;
}
.owl-prev a:hover i,
.owl-next a:hover i {
    color: #ffffff;
}
.owl-prev a.prev-arrow,
.owl-next a.prev-arrow {
    margin-right: 3px;
}
.owl-prev a.next-arrow,
.owl-next a.next-arrow {
    margin-left: 3px;
}
.owl-prev.disabled a,
.owl-next.disabled a {
    cursor: default;
    opacity: 0.2;
}
.owl-prev.disabled a:hover,
.owl-next.disabled a:hover {
    background: none;
    border-color: #030d1d;
}
.owl-prev.disabled a:hover i,
.owl-next.disabled a:hover i {
    color: #030d1d;
}
.grid_row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    overflow: hidden;
}
.grid_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.grid_column_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
    position: relative;
}
.grid_column-inner {
    float: left;
    width: 100%;
    padding: 70px 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.reveal svg {
    width: 250px;
    height: 300px;
}
.widget_product_categories .product-categories li {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.widget_product_categories .product-categories li a {
    float: left;
    width: 90%;
    padding: 0;
}
.widget_product_categories .product-categories li span {
    position: absolute;
    right: 0;
    float: right;
    font-size: 12px;
}
.widget_product_categories .product-categories li ul.children {
    padding: 10px 0 5px 30px;
    margin: 0;
    border: none;
    list-style: disc;
}
.widget_product_categories .product-categories li ul.children li a {
    font-size: 15px;
}
@media screen and (max-width: 767px) {
    .sidebar {
        padding-right: 0px;
        display: none;
    }
}
.sidebar .widget_hot_deals .deal_products-section {
    float: left;
    width: 100%;
    position: relative;
    margin: 12px 0 0;
}
.sidebar .widget_hot_deals .sidebar-deal-products {
    border: none !important;
}
.sidebar .widget_hot_deals .sidebar-deal-products li a.thumb {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.sidebar .widget_hot_deals .sidebar-deal-products li a.thumb img {
    margin: 0 auto;
}
.sidebar .widget_hot_deals .sidebar-deal-products li .lof-clock-timer-detail-single {
    margin: 0;
    float: left;
    display: inline-block;
    text-align: center;
    list-style: none;
    padding: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.sidebar .widget_hot_deals .sidebar-deal-products li .lof-clock-timer-detail-single li {
    display: inline-block;
    width: 23%;
    height: 52px;
    padding: 10px 0;
    margin: 0 1%;
    font-size: 20px;
    line-height: 1;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .sidebar .widget_hot_deals .sidebar-deal-products li .lof-clock-timer-detail-single li {
        font-size: 12px;
        height: 45px;
    }
}
.sidebar .widget_hot_deals .sidebar-deal-products li .lof-clock-timer-detail-single li span {
    float: left;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
}
@media screen and (max-width: 1199px) {
    .sidebar .widget_hot_deals .sidebar-deal-products li .lof-clock-timer-detail-single li span {
        font-size: 10px;
    }
}
.sidebar .widget_hot_deals .sidebar-deal-products li .products {
    border: none;
}
.sidebar .widget_hot_deals .sidebar-deal-products li .products .product-detail .product_left {
    width: 100%;
}
.sidebar .widget_hot_deals .sidebar-deal-products li .products .product-detail .grid-link__meta {
    margin-bottom: 5px;
}
.sidebar .widget_hot_deals .product-sidebar-deals-nav a {
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 34%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar .widget_hot_deals .product-sidebar-deals-nav a.prev {
    left: 0;
}
.sidebar .widget_hot_deals .product-sidebar-deals-nav a.next {
    right: 0;
}
.sidebar .widget_hot_deals .product-sidebar-deals:hover .product-sidebar-deals-nav a {
    opacity: 1;
}
.sidebar .widget_top_rated_products .top-products li {
    float: left;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px dashed #e4e4e4;
}
.sidebar .widget_top_rated_products .top-products li .top_product_count {
    display: none;
    float: left;
    margin-right: 20px;
    font-size: 50px;
}
@media screen and (max-width: 1199px) {
    .sidebar .widget_top_rated_products .top-products li .top_product_count {
        font-size: 36px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 967px) {
    .sidebar .widget_top_rated_products .top-products li .top_product_count {
        font-size: 46px;
    }
}
@media screen and (max-width: 767px) {
    .sidebar .widget_top_rated_products .top-products li .top_product_count {
        display: none;
    }
}
.sidebar .widget_top_rated_products .top-products li .top-products-detail {
    background: none;
    float: left;
    width: 65%;
    padding: 0;
    text-align: left;
}
.sidebar .widget_top_rated_products .top-products li .top-products-detail .grid-link__title {
    border: none;
    padding: 0;
    margin-bottom: 5px;
}
.sidebar .widget_top_rated_products .top-products li .top-products-detail .grid-link__title:after {
    display: none;
}
.sidebar .widget_top_rated_products .top-products li .top-products-detail .spr-badge {
    font-size: 11px !important;
    padding: 0;
}
.sidebar .widget_top_rated_products .top-products li .top-products-detail .product_price .grid-link__org_price .money,
.sidebar .widget_top_rated_products .top-products li .top-products-detail .product_price del .money {
    font-size: 14px;
}
.sidebar .widget_top_rated_products .top-products li .thumb {
    float: right;
    margin-left: 5%;
}
.sidebar .widget_top_rated_products .top-products li:last-child {
    border: none;
    padding-bottom: 0;
}
.sidebar .widget_custom_block .support_block li {
    float: left;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 5px;
    border-bottom: 1px dashed #e4e4e4;
}
.sidebar .widget_custom_block .support_block li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.sidebar .widget_custom_block .support_section {
    float: left;
    padding: 20px 0;
    position: relative;
}
@media screen and (max-width: 967px) {
    .sidebar .widget_custom_block .support_section {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .sidebar .widget_custom_block .support_section {
        padding: 20px 0 20px 10px;
    }
}
@media screen and (max-width: 567px) {
    .sidebar .widget_custom_block .support_section {
        float: none;
    }
}
.sidebar .widget_custom_block .support_section .support_icon {
    float: left;
    width: auto;
    margin-right: 5%;
}
@media screen and (max-width: 567px) {
    .sidebar .widget_custom_block .support_section .support_icon {
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }
}
.sidebar .widget_custom_block .support_section .support_icon a {
    float: left;
    padding: 0;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    background: #000001;
    color: #ffffff;
}
@media screen and (max-width: 1599px) {
    .sidebar .widget_custom_block .support_section .support_icon a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}
@media screen and (max-width: 967px) {
    .sidebar .widget_custom_block .support_section .support_icon a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
@media screen and (max-width: 567px) {
    .sidebar .widget_custom_block .support_section .support_icon a {
        float: none;
        display: inline-block;
    }
}
.sidebar .widget_custom_block .support_section .support_icon a i {
    font-size: 20px;
    line-height: 55px;
}
@media screen and (max-width: 1599px) {
    .sidebar .widget_custom_block .support_section .support_icon a i {
        line-height: 45px;
    }
}
@media screen and (max-width: 967px) {
    .sidebar .widget_custom_block .support_section .support_icon a i {
        line-height: 35px;
        font-size: 16px;
    }
}
.sidebar .widget_custom_block .support_section .support_icon a:hover {
    background: #93051c;
    color: #ffffff;
}
.sidebar .widget_custom_block .support_section .support_text {
    float: left;
    width: 70%;
}
@media screen and (max-width: 567px) {
    .sidebar .widget_custom_block .support_section .support_text {
        width: 100%;
        text-align: center;
    }
}
.sidebar .widget_custom_block .support_section .support_text h5 {
    margin-bottom: 5px;
}
.sidebar .widget_custom_block .support_section .support_text .desc {
    font-size: 16px;
    margin-bottom: 0;
}
@media screen and (max-width: 1599px) {
    .sidebar .widget_custom_block .support_section .support_text .desc {
        font-size: 14px;
    }
}
.sidebar .sidebar-tag li input[type="checkbox"] {
    display: none;
}
.sidebar .sidebar-tag li input[type="checkbox"] + label {
    padding: 7px 0 7px 28px;
    margin: 0;
    font-weight: normal;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sidebar .sidebar-tag li input[type="checkbox"] + label:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #e4e4e4;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sidebar .sidebar-tag li input[type="checkbox"] + label:after {
    display: none;
}
.sidebar .sidebar-tag li input[type="checkbox"] + label:hover {
    cursor: pointer;
}
.sidebar .sidebar-tag li input[type="checkbox"]:checked + label:before,
.sidebar .sidebar-tag li input[type="checkbox"]:checked + a span:before {
    content: "\2714";
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    line-height: 14px;
}
.sidebar .sidebar-tag li input[type="checkbox"]:checked + label {
    cursor: pointer;
}
.sidebar .sidebar-tag li input[type="checkbox"]:checked + label:before {
    background: #000001;
    border-color: #000001;
}
.sidebar .sidebar-tag li input[type="checkbox"]:checked + a span:before {
    display: inherit;
    line-height: 18px;
}
.sidebar .sidebar-tag li:hover input[type="checkbox"] + label {
    color: #000001;
}
.sidebar .sidebar-tag.color ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
}
.sidebar .sidebar-tag.color ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.sidebar .sidebar-tag.color ul li a {
    display: inline-block;
    margin: 0;
    border: 2px solid #e4e4e4;
    padding: 3px;
    border-radius: 50%;
}
.sidebar .sidebar-tag.color ul li a img {
    border-radius: 15px;
    border: 1px solid rgba(228, 228, 228, 0.5);
    float: left;
    margin-top: 6px;
    width: 15px;
    height: 15px;
}
.sidebar .sidebar-tag.color ul li a:hover {
    border-color: #000001;
}
.sidebar .sidebar-tag.color ul li span {
    cursor: pointer;
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}
.sidebar .sidebar-tag.size li {
    float: left;
    margin-top: 6px;
    margin-right: 6px;
}
.sidebar .sidebar-tag.size li input[type="checkbox"] + label {
    padding: 0;
    border-bottom: none;
    width: 38px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    border: 2px solid #e4e4e4;
}
.sidebar .sidebar-tag.size li input[type="checkbox"] + label:before {
    display: none;
}
.sidebar .sidebar-tag.size li input[type="checkbox"]:checked + label {
    border-color: #000001;
    color: #000001;
}
.sidebar .sidebar-tag.size li:hover input[type="checkbox"] + label {
    border-color: #000001;
}
@media screen and (max-width: 967px) {
    .mfp-container.mfp-iframe-holder {
        padding: 0 20px;
    }
}
.catalog-list-1 {
    float: left;
    width: 100%;
    padding: 95px 0 70px;
}
@media screen and (max-width: 767px) {
    .catalog-list-1 {
        padding: 70px 0;
    }
}
@media screen and (max-width: 567px) {
    .catalog-list-1 {
        padding: 50px 0;
    }
}
.catalog-list-1 h4 {
    font-size: 20px;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
    .catalog-list-1 h4 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .catalog-list-1 p {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .catalog-list-1 p {
        font-size: 16px;
        margin: 0;
    }
}
.catalog-list-1 .center-block {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .catalog-list-1 .center-block {
        margin: 20px 0 10px;
    }
}
.catalog-list-1 .center-block img {
    display: inline-block;
}
.catalog-list-1 .image-icon-wrapper {
    float: left;
    position: relative;
    width: 100%;
}
.catalog-list-1 .image_container {
    position: relative;
    float: left;
    margin: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1199px) {
    .catalog-list-1 .image_container {
        margin: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .catalog-list-1 .image_container {
        margin: 0;
    }
}
.catalog-list-1 .image_container .image-wrapper {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    min-height: 60px;
    width: 60px;
    float: left;
    position: absolute;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}
.catalog-list-1 .image_container .image-wrapper img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.catalog-list-1 .image_container.image-left {
    text-align: right;
    padding: 0px 95px 30px 0;
}
@media screen and (max-width: 967px) {
    .catalog-list-1 .image_container.image-left {
        padding: 0px 70px 30px 0px;
    }
}
@media screen and (max-width: 767px) {
    .catalog-list-1 .image_container.image-left {
        padding: 0px 100px 30px 0px;
    }
}
.catalog-list-1 .image_container.image-left:nth-child(3) {
    padding-bottom: 0;
    margin-bottom: 0;
}
.catalog-list-1 .image_container.image-left .image-wrapper {
    float: right;
    right: 0;
}
.catalog-list-1 .image_container.image-right {
    padding: 0px 0px 30px 95px;
}
@media screen and (max-width: 967px) {
    .catalog-list-1 .image_container.image-right {
        padding: 0px 0px 30px 70px;
    }
}
@media screen and (max-width: 767px) {
    .catalog-list-1 .image_container.image-right {
        padding: 0px 0px 30px 100px;
    }
}
.catalog-list-1 .image_container.image-right:nth-child(3) {
    padding-bottom: 0;
    margin-bottom: 0;
}
.catalog-list-1 .image_container.image-right .image-content {
    float: right;
}
.catalog-list-1 .image_container.image-right .image-wrapper {
    left: 0;
}
.catalog-list-1 .image_container:hover .image-wrapper img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.cms-type-2 .container-bg {
    padding: 0 15%;
}
@media screen and (max-width: 767px) {
    .cms-type-2 .container-bg {
        padding: 0 5%;
    }
}
.cms-type-2 .cms-type-2-content {
    text-align: left;
}
.cms-type-2 .cms-type-2-content span {
    font-size: 20px;
}
@media screen and (max-width: 967px) {
    .cms-type-2 .cms-type-2-content span {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .cms-type-2 .cms-type-2-content span {
        font-size: 20px;
    }
}
.cms-type-2 .logo-ban {
    float: left;
    width: 100%;
    margin: auto auto 10px;
}
.cms-type-2 .cms-type-2-block {
    position: relative;
    float: left;
    width: 100%;
    padding: 120px 0 100px;
}
@media screen and (max-width: 967px) {
    .cms-type-2 .cms-type-2-block {
        padding: 70px 0;
    }
}
@media screen and (max-width: 567px) {
    .cms-type-2 .cms-type-2-block {
        padding: 50px 0;
    }
}
.cms-type-2 .cms-type-2-block h3 {
    font-family: Nunito;
}
.cms-type-2 .cms-type-2-block:before,
.cms-type-2 .cms-type-2-block:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1920px;
    height: 160px;
}
.cms-type-2 .cms-type-2-block:before {
    top: auto;
    bottom: -120px;
}
.cms-type-2 .cms-type-2-block:after {
    top: -120px;
    bottom: auto;
}
.cms-type-2 .cms-type-2-content h2 {
    margin-bottom: 40px;
}
@media screen and (max-width: 967px) {
    .cms-type-2 .cms-type-2-content h2 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: normal;
    }
}
.cms-type-2 .cms-type-2-content p {
    padding: 0;
    margin-bottom: 30px;
}
.cms-type-2 .cms-type-2-btn {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}
@media screen and (max-width: 567px) {
    .cms-type-2 .cms-type-2-btn {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 767px) {
    .cms-type-2 .cms-type-2-btn .btn,
    .cms-type-2 .cms-type-2-btn .btn--secondary,
    .cms-type-2 .cms-type-2-btn .btn--tertiary,
    .cms-type-2 .cms-type-2-btn input[type="submit"] {
        margin-bottom: 15px;
    }
}
.cms-type-2 .cms-type-2-btn .btn-2 {
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .cms-type-2 .cms-type-2-btn .btn-2 {
        margin-right: 10px;
        margin-bottom: 10px;
    }
}
.cms-6 .cms-type-6-block {
    float: left;
    width: 100%;
}
@media screen and (max-width: 1599px) {
    .cms-6 .cms-type-6-block .side-image-content {
        display: none;
    }
}
.cms-6 .cms-type-6-content {
    padding: 115px 0px 90px 0;
    float: left;
    width: 100%;
}
@media screen and (max-width: 967px) {
    .cms-6 .cms-type-6-content {
        padding: 70px 0 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .cms-6 .cms-type-6-content {
        padding: 50px 0 40px 0;
    }
}
.cms-6 .cms-type-6-content .border-title {
    width: 100%;
}
@media screen and (max-width: 1599px) {
    .cms-6 .cms-type-6-content .border-title {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 967px) {
    .cms-6 .cms-type-6-content .border-title {
        margin-top: 40px;
        margin-bottom: 10px;
    }
}
.cms-6 .cms-type-6-content .left_cnt {
    float: left;
    width: 100%;
    padding-right: 50px;
}
@media screen and (max-width: 967px) {
    .cms-6 .cms-type-6-content .left_cnt {
        padding: 0;
    }
}
.cms-6 .cms-type-6-content .right_cnt {
    float: left;
    width: 100%;
    padding-left: 50px;
}
@media screen and (max-width: 967px) {
    .cms-6 .cms-type-6-content .right_cnt {
        padding: 0;
    }
}
.cms-6 .cms-type-6-content .right_cnt h6,
.cms-6 .cms-type-6-content .right_cnt .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .cms-6 .cms-type-6-content .right_cnt h5,
.cms-6 .cms-type-6-content .left_cnt h6,
.cms-6 .cms-type-6-content .left_cnt .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .support_text .cms-6 .cms-type-6-content .left_cnt h5 {
    text-align: center;
    margin-top: 15px;
}
.cms-6 .cms-type-6-content .right_cnt img,
.cms-6 .cms-type-6-content .left_cnt img {
    display: block;
    margin: auto;
}
@media screen and (max-width: 967px) {
    .cms-6 .cms-type-6-content .left {
        margin-bottom: 20px;
    }
}
.cms-6 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .cms-6 ul {
        margin: 0;
    }
}
.cms-6 ul li:last-child .support_section {
    margin-bottom: 0;
}
.cms-6 .support_section {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1199px) {
    .cms-6 .support_section {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .cms-6 .support_section {
        padding: 0;
    }
}
.cms-6 .support_section .support_text {
    float: left;
    width: 74%;
    text-align: left;
    margin-right: 1%;
    margin-left: 0px;
    padding: 0px 15px 0 30px;
    margin-top: 0;
}
@media screen and (max-width: 1599px) {
    .cms-6 .support_section .support_text {
        padding: 0px 0 0 15px;
        width: 80%;
        margin-top: 10px;
    }
}
@media screen and (max-width: 1199px) {
    .cms-6 .support_section .support_text {
        width: 78%;
    }
}
@media screen and (max-width: 967px) {
    .cms-6 .support_section .support_text {
        width: 74%;
    }
}
.cms-6 .support_section .support_text h2 {
    position: relative;
    display: inline-block;
}
.cms-6 .support_section .support_text h5 {
    text-align: left;
    margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
    .cms-6 .support_section .support_text h5 {
        font-size: 16px;
    }
}
@media screen and (max-width: 967px) {
    .cms-6 .support_section .support_text h5 {
        font-size: 20px;
    }
}
.cms-6 .support_section .support_text p {
    text-align: left;
    margin: 10px 0 0;
    float: left;
    width: 100%;
    padding: 0 20px 0 0;
}
.cms-6 .support_section .support_text span {
    font-size: 20px;
}
.cms-6 .support_icon {
    float: left;
}
.cms-6 .support_icon a {
    font-size: 30px;
    margin-bottom: 10px;
}
@media screen and (max-width: 967px) {
    .cms-6 .support_icon a {
        font-size: 20px;
    }
}
.cms-6 .support_icon i {
    font-size: 20px;
    line-height: 50px;
}
.cms-6 .support_block .support_content {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
}
@media screen and (max-width: 1599px) {
    .cms-6 .support_block .support_content {
        padding: 0;
    }
}
@media screen and (max-width: 967px) {
    .cms-6 .support_block .support_content {
        padding: 5px 0;
    }
}
.cms-6 .support_block .support_content .support_text p {
    margin-bottom: 10px;
}
@media screen and (max-width: 1599px) {
    .cms-6 .support_block .support_content .support_text p {
        padding: 0;
        margin: 5px 0;
    }
}
@media screen and (max-width: 1199px) {
    .cms-6 .support_block .support_content .support_text p {
        font-size: 14px;
        padding: 0;
        margin: 2px 0 5px;
    }
}
@media screen and (max-width: 967px) {
    .cms-6 .support_block .support_content .support_text p {
        font-size: 16px;
        margin: 10px 0;
    }
}
.wide-banner-type-5 .wide-banner-type-5-block {
    position: relative;
    float: left;
    width: 100%;
    padding: 150px 0;
    overflow: hidden;
}
@media screen and (max-width: 967px) {
    .wide-banner-type-5 .wide-banner-type-5-block {
        padding: 70px 0;
    }
}
@media screen and (max-width: 767px) {
    .wide-banner-type-5 .wide-banner-type-5-block {
        padding: 50px 0;
    }
}
.wide-banner-type-5 .wide-banner-type-5-content {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .wide-banner-type-5 .wide-banner-type-5-content {
        width: 100%;
        height: auto;
        border-radius: 0;
    }
}
.wide-banner-type-5 .wide-banner-type-5-content p {
    display: inline-block;
    width: 70%;
    margin-bottom: 25px;
    font-size: 34px;
}
@media screen and (max-width: 1199px) {
    .wide-banner-type-5 .wide-banner-type-5-content p {
        font-size: 28px;
    }
}
@media screen and (max-width: 967px) {
    .wide-banner-type-5 .wide-banner-type-5-content p {
        width: 100%;
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .wide-banner-type-5 .wide-banner-type-5-content p {
        padding: 0 10px;
        font-size: 16px;
    }
}
.wide-banner-type-5 .wide-banner-type-5-content span {
    text-transform: capitalize;
    font-size: 20px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.wide-banner-type-5 .wide-banner-type-5-content h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
}
@media screen and (max-width: 967px) {
    .wide-banner-type-5 .wide-banner-type-5-content h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 767px) {
    .wide-banner-type-5 .wide-banner-type-5-content h2 {
        font-size: 24px;
    }
}
.wide-banner-type-5 .wide-banner-type-5-desc {
    float: left;
    width: 100%;
}
.wide-banner-type-5 .btn,
.wide-banner-type-5 .btn--secondary,
.wide-banner-type-5 .btn--tertiary,
.wide-banner-type-5 input[type="submit"] {
    clear: both;
}
.product-tab-type-2 {
    float: left;
    width: 100%;
    position: relative;
    padding: 115px 0 95px;
}
@media screen and (max-width: 967px) {
    .product-tab-type-2 {
        padding: 75px 0 45px;
    }
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 {
        padding: 50px 0 40px;
    }
}
.product-tab-type-2 .rightimage {
    bottom: 200px;
    left: 0px;
}
@media screen and (max-width: 1599px) {
    .product-tab-type-2 .rightimage {
        display: none;
    }
}
.product-tab-type-2 .leftimage {
    top: 100px;
    right: -10px;
}
@media screen and (max-width: 1599px) {
    .product-tab-type-2 .leftimage {
        display: none;
    }
}
.product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li {
    padding: 0;
    float: left;
}
.product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li a {
    display: inline-block;
    margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .dt-sc-tabs-container .dt-sc-tabs li a {
        margin: 0 5px 0 0;
    }
}
.product-tab-type-2 .dt-sc-tabs-content {
    position: relative;
    border: none;
    width: 100%;
}
@media screen and (max-width: 967px) {
    .product-tab-type-2 .dt-sc-tabs-content {
        margin: 0 -5px;
    }
}
.product-tab-type-2 .dt-sc-tabs-content .swiper-container {
    padding: 10px 0 0;
}
@media screen and (max-width: 967px) {
    .product-tab-type-2 .dt-sc-tabs-content .swiper-container {
        padding-top: 15px;
    }
}
.product-tab-type-2 .dt-sc-tabs-content .swiper-button {
    position: absolute;
    top: -75px;
    right: 0px;
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .dt-sc-tabs-content .swiper-button {
        top: -35px;
    }
}
.product-tab-type-2 .dt-sc-tabs-content .swiper-button .swiper-button-prev,
.product-tab-type-2 .dt-sc-tabs-content .swiper-button .swiper-button-next {
    margin-top: 0;
    font-size: 16px;
    position: static;
    float: left;
    background: none;
    width: auto;
    height: auto;
}
.product-tab-type-2 .dt-sc-tabs-content .swiper-button .swiper-button-prev:before,
.product-tab-type-2 .dt-sc-tabs-content .swiper-button .swiper-button-next:before {
    font-size: 30px;
    font-family: "Font Awesome 5 Free";
    float: left;
    font-weight: bold;
    padding: 0 8px;
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .dt-sc-tabs-content .swiper-button .swiper-button-prev:before,
    .product-tab-type-2 .dt-sc-tabs-content .swiper-button .swiper-button-next:before {
        font-size: 20px;
    }
}
.product-tab-type-2 .dt-sc-tabs-content .swiper-button .swiper-button-prev:before {
    content: "\f104";
}
.product-tab-type-2 .dt-sc-tabs-content .swiper-button .swiper-button-next:before {
    content: "\f105";
}
.product-tab-type-2 .carousel-arrow a {
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 27px;
    font-size: 16px;
}
.product-tab-type-2 .carousel-arrow a.prev {
    left: 0;
}
.product-tab-type-2 .carousel-arrow a.next {
    right: 0;
}
.product-tab-type-2 .carousel-arrow a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.product-tab-type-2 .full_width_tab .dt-sc-tabs {
    border: none;
    position: relative;
    margin: 0;
    float: left;
    width: 100%;
    padding: 0px;
}
@media screen and (max-width: 1599px) {
    .product-tab-type-2 .full_width_tab .dt-sc-tabs {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: left;
    }
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .full_width_tab .dt-sc-tabs {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: left;
    }
}
.product-tab-type-2 .full_width_tab .dt-sc-tabs .tab-title {
    display: inline-block;
    width: 85%;
    margin-bottom: 40px;
    padding-left: 15px;
}
@media screen and (max-width: 1599px) {
    .product-tab-type-2 .full_width_tab .dt-sc-tabs .tab-title {
        padding-left: 5px;
    }
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .full_width_tab .dt-sc-tabs .tab-title {
        margin: 0;
        padding-left: 5px;
    }
}
.product-tab-type-2 .ovrly10 {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .ovrly10 {
        text-align: center;
        margin-bottom: 30px;
    }
}
.product-tab-type-2 .ovrly10 img {
    display: block;
}
@media screen and (max-width: 567px) {
    .product-tab-type-2 .ovrly10 img {
        margin: auto;
        text-align: center;
    }
}
.product-tab-type-2 .ovrly10 .ovrly {
    height: 100%;
    left: 125%;
    width: 170%;
    top: 0;
    position: absolute;
    -webkit-transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-tab-type-2 .ovrly10:hover .ovrly {
    left: -35%;
}
.product-tab-type-2 .featured-content {
    padding-left: 40px;
    position: absolute;
    top: 12%;
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .featured-content {
        padding: 0 20px;
    }
}
.product-tab-type-2 .featured-content h2 {
    font-size: 40px;
    line-height: normal;
}
@media screen and (max-width: 1599px) {
    .product-tab-type-2 .featured-content h2 {
        font-size: 34px;
    }
}
@media screen and (max-width: 967px) {
    .product-tab-type-2 .featured-content h2 {
        font-size: 24px;
    }
}
.product-tab-type-2 .featured-content h4 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    font-family: Roboto;
}
.product-tab-type-2 .collection_count {
    position: absolute;
    bottom: 2%;
    padding-left: 40px;
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .collection_count {
        left: 0;
        right: 0;
        text-align: center;
    }
}
.product-tab-type-2 .collection_count .text_count {
    font-size: 100px;
    line-height: normal;
    font-weight: bold;
}
@media screen and (max-width: 1599px) {
    .product-tab-type-2 .collection_count .text_count {
        font-size: 80px;
    }
}
@media screen and (max-width: 967px) {
    .product-tab-type-2 .collection_count .text_count {
        font-size: 70px;
    }
}
@media screen and (max-width: 567px) {
    .product-tab-type-2 .collection_count .text_count {
        font-size: 60px;
    }
}
.product-tab-type-2 .collection_count .text_count.text {
    font-size: 22px;
    font-weight: normal;
    padding-left: 10px;
}
@media screen and (max-width: 1599px) {
    .product-tab-type-2 .collection_count .text_count.text {
        font-size: 20px;
    }
}
@media screen and (max-width: 567px) {
    .product-tab-type-2 .collection_count .text_count.text {
        font-size: 18px;
    }
}
.product-tab-type-2 .dt-sc-tabs-container-section {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .dt-sc-tabs-container-section {
        padding: 0;
    }
}
.product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow {
    width: 100%;
    z-index: 9999;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    transform: translateY(-55%);
    top: 55%;
    line-height: 1.1;
    position: absolute;
    right: 0;
}
@media screen and (max-width: 967px) {
    .product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow {
        left: 0;
        text-align: center;
        position: static;
        left: 0;
        text-align: center;
    }
}
.product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow .owl-prev,
.product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow .owl-next {
    float: none;
    display: inline-block;
    border: none;
}
.product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow .owl-prev i,
.product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow .owl-next i {
    line-height: 1.1;
}
.product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow .owl-prev {
    position: absolute;
    left: 0;
    margin-right: 5px;
}
.product-tab-type-2 .dt-sc-tabs-container-section .carousel-arrow .owl-next {
    position: absolute;
    right: 0;
    margin-right: 5px;
}
.product-tab-type-2 .tab-inner {
    position: static;
}
.product-tab-type-2 .product-tab-type-2-right {
    padding-left: 50px;
}
@media screen and (max-width: 1599px) {
    .product-tab-type-2 .product-tab-type-2-right {
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .product-tab-type-2-right {
        padding: 20px 0;
    }
}
.product-tab-type-2 .product-tab-type-2-left {
    padding-right: 50px;
}
@media screen and (max-width: 1599px) {
    .product-tab-type-2 .product-tab-type-2-left {
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .product-tab-type-2-left {
        padding: 20px 0;
    }
}
.product-tab-type-2 .full_width_tab .dt-sc-tabs a {
    position: relative;
    line-height: normal;
    padding: 6px 20px;
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .full_width_tab .dt-sc-tabs a {
        padding: 6px 12px;
    }
}
.product-tab-type-2 .full_width_tab .dt-sc-tabs a.current {
    background: #93051c;
    border-color: #93051c;
    color: #ffffff;
}
.product-tab-type-2 .full_width_tab .dt-sc-tabs .tab-title .tab-link:first-child a:after {
    width: 0;
    height: 0;
}
.product-tab-type-2 .full_width_tab .dt-sc-tabs div.tab-link {
    margin-right: 1px;
    display: inline-block;
    padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
    .product-tab-type-2 .full_width_tab .dt-sc-tabs div.tab-link {
        width: auto;
        margin-bottom: 10px;
    }
}
.grid-banner-type-18 .grid__item {
    padding: 0;
}
.grid-banner-type-18 .banner-images {
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .grid-banner-type-18 .banner-images {
        margin: 0 0;
    }
}
.grid-banner-type-18 .collectionItems {
    margin-left: 0px;
}
.grid-banner-type-18 .collectionItems img {
    display: block;
    position: relative;
}
.grid-banner-type-18 img {
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
@media screen and (max-width: 967px) {
    .grid-banner-type-18 .border-title h2 {
        margin-bottom: 5px;
    }
}
.grid-banner-type-18 .featured-content {
    font-size: 18px;
    opacity: 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    width: 75%;
    margin: auto;
    z-index: 1;
}
.grid-banner-type-18 .featured-content h2 {
    border-radius: 30px;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 9px;
    display: inline-block;
    margin: auto;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1199px) {
    .grid-banner-type-18 .featured-content h2 {
        font-size: 14px;
    }
}
@media screen and (max-width: 967px) {
    .grid-banner-type-18 .featured-content h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) {
    .grid-banner-type-18 .featured-content h2 {
        font-size: 20px;
        padding-bottom: 5px;
    }
}
.grid-banner-type-18 .ovrly17 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.grid-banner-type-18 .ovrly17:before {
    z-index: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.grid-banner-type-18 .ovrly17:after {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.grid-banner-type-18 .ovrly17 .ovrly {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grid-banner-type-18 .ovrly17:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.grid-banner-type-18 .ovrly17:hover .ovrly {
    opacity: 1;
}
.grid-banner-type-18 .ovrly17:hover .featured-content {
    opacity: 1;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
}
.grid-banner-type-18 .ovrly17:hover:before,
.grid-banner-type-18 .ovrly17:hover:after {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
    opacity: 0.7;
}
.catalog-list-type-1 {
    padding: 95px 0 95px;
    position: relative;
    float: left;
    width: 100%;
}
@media screen and (max-width: 967px) {
    .catalog-list-type-1 {
        padding: 75px 0 42px;
    }
}
@media screen and (max-width: 767px) {
    .catalog-list-type-1 {
        padding: 70px 0 35px;
    }
}
@media screen and (max-width: 567px) {
    .catalog-list-type-1 {
        padding: 50px 0 20px;
    }
}
.catalog-list-type-1 .category-listing-type-1-inner:before,
.catalog-list-type-1 .category-listing-type-1-inner:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    width: 1920px;
    height: 160px;
}
.catalog-list-type-1 .category-listing-type-1-inner:before {
    top: -120px;
    bottom: auto;
}
.catalog-list-type-1 .category-listing-type-1-inner:after {
    top: auto;
    bottom: -120px;
}
.catalog-list-type-1 .support_section {
    float: left;
    width: 100%;
    padding: 0 30px;
    margin-bottom: 15px;
}
@media screen and (max-width: 567px) {
    .catalog-list-type-1 .support_section {
        padding: 0 5px;
    }
}
.catalog-list-type-1 ul {
    list-style: none;
    padding: 30px 0 0;
}
.catalog-list-type-1 .support_icon {
    float: left;
    width: 16%;
    margin-top: 5px;
}
.catalog-list-type-1 .support_text {
    float: left;
    width: 80%;
    padding-left: 15px;
    padding-right: 20px;
}
@media screen and (max-width: 767px) {
    .catalog-list-type-1 .support_text {
        padding-right: 0;
    }
}
.catalog-list-type-1 .support_text h4 {
    display: table-cell;
    padding-right: 5px;
    width: 1%;
    white-space: nowrap;
    text-transform: captialize;
}
@media screen and (max-width: 767px) {
    .catalog-list-type-1 .support_text h4 {
        white-space: normal;
        width: 80%;
    }
}
.catalog-list-type-1 .support_text h6,
.catalog-list-type-1 .sidebar .widget_custom_block .support_section .support_text h5,
.sidebar .widget_custom_block .support_section .catalog-list-type-1 .support_text h5 {
    display: table-cell;
    padding-left: 7px;
    width: 1%;
    white-space: nowrap;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
}
.catalog-list-type-1 .support_text a {
    display: table-cell;
    width: 1%;
}
@media screen and (max-width: 767px) {
    .catalog-list-type-1 .support_text a {
        width: 80%;
    }
}
.catalog-list-type-1 .support_text .border-line {
    position: relative;
    display: table-cell;
    width: 98%;
    height: 3px;
    border-bottom: 1px dashed;
}
@media screen and (max-width: 767px) {
    .catalog-list-type-1 .support_text .border-line {
        display: none;
    }
}
.catalog-list-type-1 .support_text .border-line:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    border-bottom: 1px solid;
    bottom: -1px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.catalog-list-type-1 .support_text:hover .border-line {
    border: none;
}
.catalog-list-type-1 .support_text:hover .border-line:before {
    opacity: 1;
    width: 100%;
}
.catalog-list-type-1 .leftimage {
    top: 0;
    right: 0;
}
@media screen and (max-width: 1599px) {
    .catalog-list-type-1 .leftimage {
        display: none;
    }
}
.catalog-list-type-1 .rightimage {
    bottom: -80px;
    left: 0;
}
@media screen and (max-width: 1599px) {
    .catalog-list-type-1 .rightimage {
        display: none;
    }
}
.catalog-list-type-1 .support_section {
    padding: 0;
}
.catalog-list-type-1 .support_section p {
    margin-top: 10px;
    margin-bottom: 0;
}
.category-listing-type-1 .category-listing_inner {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    float: left;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .category-listing-type-1 .category-listing_inner {
        margin-bottom: 10px;
    }
}
.category-listing-type-1 ul {
    list-style: none;
    padding: 0;
}
.category-listing-type-1 img {
    display: block;
}
.category-listing-type-1 .category_image {
    position: relative;
    margin-bottom: 0px;
}
.category-listing-type-1 .grid-uniform ul.category-listing_block {
    margin: 0 -20px 0 0px;
}
@media screen and (max-width: 967px) {
    .category-listing-type-1 .grid-uniform ul.category-listing_block {
        margin: 0 -10px 0 0px;
    }
}
@media screen and (max-width: 767px) {
    .category-listing-type-1 .grid-uniform ul.category-listing_block {
        margin: 0;
    }
}
.category-listing-type-1 .grid-uniform ul.category-listing_block li {
    padding: 0 10px;
}
@media screen and (max-width: 1199px) {
    .category-listing-type-1 .grid-uniform ul.category-listing_block li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .category-listing-type-1 .grid-uniform ul.category-listing_block li {
        margin-bottom: 10px;
    }
}
.category-listing-type-1 .category-listing-type-1-inner {
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 95px;
    overflow: hidden;
}
@media screen and (max-width: 967px) {
    .category-listing-type-1 .category-listing-type-1-inner {
        padding: 70px 65px 50px;
    }
}
@media screen and (max-width: 767px) {
    .category-listing-type-1 .category-listing-type-1-inner {
        padding: 50px 45px 30px;
    }
}
.category-listing-type-1 .category-listing-type-1-inner:before,
.category-listing-type-1 .category-listing-type-1-inner:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    width: 1920px;
    height: 160px;
}
.category-listing-type-1 .category-listing-type-1-inner:before {
    top: -120px;
    bottom: auto;
}
.category-listing-type-1 .category-listing-type-1-inner:after {
    top: auto;
    bottom: -120px;
}
.category-listing-type-1 .category-listing-type-1-inner:hover .list-title {
    opacity: 1;
}
.category-listing-type-1 .category_image .list-title {
    position: absolute;
    top: 10%;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.category-listing-type-1 .category_text {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 20px;
}
@media screen and (max-width: 767px) {
    .category-listing-type-1 .category_text {
        padding: 10px;
    }
}
.category-listing-type-1 .category_text h5 {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff !important;
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .category-listing-type-1 .category_text h5 {
        font-size: 18px;
    }
}
.progress-bar-block {
    float: left;
    width: 100%;
    padding: 100px 0 90px;
}
@media screen and (max-width: 967px) {
    .progress-bar-block {
        padding: 70px 0 60px;
    }
}
@media screen and (max-width: 767px) {
    .progress-bar-block {
        padding: 50px 0 40px;
    }
}
.progress-bar-block .progress-bar-wrapper {
    float: left;
    width: 100%;
}
.progress-bar-block .progress-bar-wrapper .progress-block {
    padding: 0;
    text-align: center;
}
.progress-bar-block .progress-bar-wrapper .progress-block li {
    list-style-type: none;
}
@media screen and (max-width: 767px) {
    .progress-bar-block .progress-bar-wrapper .progress-block li {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .progress-bar-block .progress-bar-wrapper .progress-block li:nth-child(3) {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 567px) {
    .progress-bar-block .progress-bar-wrapper .progress-block li:nth-child(3) {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .progress-bar-block .progress-bar-wrapper .progress-block li:last-child {
        margin-bottom: 0px;
    }
}
.progress-bar-block .dt-sc-donutchart-title {
    font-weight: 400;
}
@media screen and (max-width: 567px) {
    .progress-bar-block .dt-sc-donutchart-title {
        margin-bottom: 5px;
    }
}
.progress-bar-block img {
    margin-bottom: 20px;
}
@media screen and (max-width: 567px) {
    .progress-bar-block img {
        margin-bottom: 10px;
    }
}
.progress-bar-block .dt-sc-donutchart-val div {
    line-height: normal !important;
    font-size: 24px !important;
}
@media screen and (max-width: 767px) {
    .progress-bar-block .dt-sc-donutchart-val div {
        font-size: 20px !important;
    }
}
.newsletter-block {
    float: left;
    width: 100%;
    padding: 200px 0;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1199px) {
    .newsletter-block {
        padding: 100px 0;
    }
}
@media screen and (max-width: 767px) {
    .newsletter-block {
        padding: 50px 0;
    }
}
.newsletter-block.news-block-3::before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    z-index: -1;
}
.newsletter-block-type-3 {
    margin: 0 auto;
    text-align: center;
    float: left;
    width: 100%;
}
.newsletter-block-type-3 .parallax {
    margin: auto;
    text-align: center;
    padding: 0;
}
.newsletter-block-type-3 form {
    float: none;
    padding: 0;
    display: inline-block;
    width: 55%;
}
@media screen and (max-width: 1199px) {
    .newsletter-block-type-3 form {
        width: 60%;
    }
}
@media screen and (max-width: 967px) {
    .newsletter-block-type-3 form {
        width: 85%;
    }
}
@media screen and (max-width: 767px) {
    .newsletter-block-type-3 form {
        width: 90%;
    }
}
@media screen and (max-width: 567px) {
    .newsletter-block-type-3 form {
        width: 100%;
    }
}
.newsletter-block-type-3 form input[type="email"] {
    margin-bottom: 0;
    box-shadow: none;
    display: inline-block;
    padding: 12px 20px;
    width: 60%;
    border: none;
    font-size: 16px;
    line-height: 1.7;
    border-radius: 0;
}
@media screen and (max-width: 567px) {
    .newsletter-block-type-3 form input[type="email"] {
        width: 100%;
        margin-bottom: 20px;
    }
}
.newsletter-block-type-3 form .btn,
.newsletter-block-type-3 form .btn--secondary,
.newsletter-block-type-3 form .btn--tertiary,
.newsletter-block-type-3 form input[type="submit"] {
    vertical-align: baseline;
    font-size: 16px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    height: auto;
    padding: 12px 50px;
}
@media screen and (max-width: 967px) {
    .newsletter-block-type-3 form .btn,
    .newsletter-block-type-3 form .btn--secondary,
    .newsletter-block-type-3 form .btn--tertiary,
    .newsletter-block-type-3 form input[type="submit"] {
        margin-left: 0;
    }
}
.newsletter-block-type-3 form .btn:before,
.newsletter-block-type-3 form .btn--secondary:before,
.newsletter-block-type-3 form .btn--tertiary:before,
.newsletter-block-type-3 form input[type="submit"]:before {
    border: none;
}
.newsletter-block-type-3 p {
    text-align: center;
    width: 60%;
    margin: 20px auto 0 auto;
}
@media screen and (max-width: 1599px) {
    .newsletter-block-type-3 p {
        width: 70%;
    }
}
@media screen and (max-width: 1199px) {
    .newsletter-block-type-3 p {
        width: 60%;
    }
}
@media screen and (max-width: 567px) {
    .newsletter-block-type-3 p {
        width: 100%;
    }
}
.newsletter-block-type-3 .newslet_title {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .newsletter-block-type-3 .newslet_title {
        font-size: 20px;
    }
}
.client-section {
    float: left;
    width: 100%;
    padding: 95px 0;
}
@media screen and (max-width: 967px) {
    .client-section {
        padding: 75px 0;
    }
}
@media screen and (max-width: 767px) {
    .client-section {
        padding: 50px 0;
    }
}
.client-section .owl-carousel {
    position: relative;
}
.client-section .owl-carousel .owl-item {
    padding: 4px 10px 0;
}
.client-section .owl-carousel img {
    margin: auto;
    padding: 10px;
}
.client-section .owl-carousel .item {
    padding: 0;
    border-radius: 0;
}
.client-section .section-seven {
    position: relative;
}
.client-section .nav_brand_type {
    position: absolute;
    z-index: 9999;
    text-align: center;
    width: 100%;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}
.client-section .nav_brand_type a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #030d1d;
    position: absolute;
}
@media screen and (max-width: 1599px) {
    .client-section .nav_brand_type a {
        position: static;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}
.client-section .nav_brand_type a.prev {
    left: -15px;
}
@media screen and (max-width: 1599px) {
    .client-section .nav_brand_type a.prev {
        left: 0;
    }
}
.client-section .nav_brand_type a.next {
    right: -15px;
}
@media screen and (max-width: 1599px) {
    .client-section .nav_brand_type a.next {
        right: 0;
    }
}
.client-section .nav_brand_type .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.client-section .nav_brand_type .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.swiper-container-multirow > .swiper-wrapper {
    margin: 0;
}
.slider_style_1.slick-active .slider-content .slider_heading > .slide-heading {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 1200ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.slider_style_1.slick-active .slider-content .slide_left > .slide_right {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.slider_style_1.slick-active .slider-content .slide-button {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 1600ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.slider_style_1.slick-active .slider-content .slide-icon {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 1600ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.slider_style_1.slick-active .slider-content .slider_heading > .slide-offer {
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInLeft;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.slider_style_3.slick-active .slider-content .slide-icon {
    -webkit-animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
}
.slider_style_3.slick-active .slider-content .slider_heading > .slide-heading {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.slider_style_3.slick-active .slider-content .slider_heading > .slide-offer {
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
}
.slider_style_3.slick-active .slider-content .slide_left > .slide_right {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 67ms ease-in-out 0s normal none 1 running fadeInDown;
}
.slider_style_3.slick-active .slider-content .slide-button {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
}
.slick-active .slider-content .slide-button {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 1600ms ease-in-out 0s normal none 1 running fadeInRight;
}
.slick-active .slider-content .slider_heading > .slide-heading {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 1200ms ease-in-out 0s normal none 1 running fadeInRight;
}
.slick-active .slider-content .slide_left > .slide_right {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInRight;
}
.slick-active .slider-content .slide-icon {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 1600ms ease-in-out 0s normal none 1 running fadeInRight;
}
.slick-active .slider-content .slider_heading > .slide-offer {
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInRight;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInRight;
}
.slider_style_2 .slide_left {
    text-align: left;
}
@media screen and (max-width: 767px) {
    .slider_style_2 .slide_left {
        text-align: center !important;
        float: none !important;
    }
}
.slide-des .slide-button {
    text-decoration: none;
}
.slide-text {
    padding: 0 0 55px;
    margin: 0 auto;
    clear: both;
    line-height: 20px;
}
.slide-heading {
    font-weight: bold;
    line-height: 1.2;
    padding: 0 0 22px;
}
.home-slideshow {
    position: relative;
    float: left;
    width: 100%;
}
.home-slideshow .slick-arrow {
    width: 50px;
    background: none;
    border: none;
}
@media screen and (max-width: 1199px) {
    .home-slideshow .slick-arrow {
        width: 30px;
    }
}
.home-slideshow .slick-arrow:before {
    font-family: FontAwesome;
    font-size: 30px;
}
@media screen and (max-width: 767px) {
    .home-slideshow .slick-arrow:before {
        font-size: 20px;
    }
}
.home-slideshow .slick-next {
    right: 1%;
}
@media screen and (max-width: 767px) {
    .home-slideshow .slick-next {
        right: 5px;
    }
}
.home-slideshow .slick-prev {
    left: 1%;
}
@media screen and (max-width: 767px) {
    .home-slideshow .slick-prev {
        left: 5px;
    }
}
.slide-des {
    position: absolute;
    bottom: 40%;
    left: 20px;
    right: 20px;
    padding: 0 20px;
    text-align: center;
    max-width: 600px;
}
@media screen and (max-width: 967px) {
    .slide-des {
        bottom: 25%;
    }
}
@media screen and (max-width: 767px) {
    .slide-des {
        display: none;
    }
}
.home-slideshow .slider_style_1 .slider-content {
    text-align: left;
    left: 15%;
}
@media screen and (max-width: 1199px) {
    .home-slideshow .slider_style_1 .slider-content {
        left: 8%;
    }
}
@media screen and (max-width: 767px) {
    .home-slideshow .slider_style_1 .slider-content {
        text-align: center;
        left: 0;
    }
}
.home-slideshow .slider_style_2 .slider-content {
    right: 15%;
}
@media screen and (max-width: 1199px) {
    .home-slideshow .slider_style_2 .slider-content {
        right: 8%;
    }
}
@media screen and (max-width: 767px) {
    .home-slideshow .slider_style_2 .slider-content {
        right: 0;
    }
}
.home-slideshow .slider_style_3 .slider-content {
    top: 55%;
}
@media screen and (max-width: 767px) {
    .home-slideshow .slider_style_3 .slider-content {
        top: 45%;
    }
}
.home-slideshow .slide-icon {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
@media screen and (max-width: 967px) {
    .home-slideshow .slide-icon {
        margin-bottom: 10px;
    }
}
.home-slideshow .slider-content {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 30%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
}
@media screen and (max-width: 1199px) {
    .home-slideshow .slider-content {
        width: 35%;
    }
}
@media screen and (max-width: 767px) {
    .home-slideshow .slider-content {
        width: 100%;
        text-align: center;
    }
}
.slide-offer-text {
    position: relative;
    padding: 0;
    font-family: Roboto;
    font-weight: 100;
    display: inline-block;
}
.slide-text {
    font-family: Nunito;
    padding: 0;
    margin: 0 auto 35px;
    clear: both;
    line-height: 20px;
}
@media screen and (max-width: 1199px) {
    .slide-text {
        letter-spacing: 0;
        font-size: 16px !important;
    }
}
@media screen and (max-width: 967px) {
    .slide-text {
        font-size: 14px !important;
        margin: 0 auto 15px;
    }
}
.slide-heading {
    font-size: 40px;
    padding: 0 0;
}
@media screen and (max-width: 1599px) {
    .slide-heading {
        font-size: 45px !important;
    }
}
@media screen and (max-width: 1199px) {
    .slide-heading {
        font-size: 30px !important;
    }
}
@media screen and (max-width: 567px) {
    .slide-heading {
        font-size: 22px !important;
        margin-bottom: 10px;
    }
}
.slide-offer {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}
@media screen and (max-width: 1599px) {
    .slide-offer {
        font-size: 24px !important;
    }
}
@media screen and (max-width: 1199px) {
    .slide-offer {
        font-size: 20px !important;
    }
}
@media screen and (max-width: 767px) {
    .slick-slide:before {
        width: 85% !important;
        left: 0 !important;
        right: 0 !important;
    }
}
.slider_heading {
    margin-bottom: 20px;
}
.free-shipping {
    clear: both;
}
.free-shipping h3 {
    font-size: 13px;
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 24px;
}
.banner-home-top {
    clear: both;
}
.banner-home-top ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}
.banner-home-top li {
    position: relative;
    margin-bottom: 37px;
}
.banner-home-top h4 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -13px;
}
.banner-home-top h4 span {
    font-weight: 700;
}
.banner {
    position: relative;
    clear: both;
    margin: 0 0 37px;
}
.banner > img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.slide-offer-text {
    line-height: normal;
    margin-bottom: 7px;
}
@media screen and (max-width: 1599px) {
    .slide-offer-text {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 567px) {
    .slide-offer-text {
        font-size: 16px !important;
    }
}
.slide-des {
    position: absolute;
    bottom: 40%;
    left: 20px;
    right: 20px;
    padding: 0 20px;
    text-align: center;
    max-width: 600px;
}
@media screen and (max-width: 967px) {
    .slide-des {
        bottom: 25%;
    }
}
@media screen and (max-width: 767px) {
    .slide-des {
        display: none;
    }
}
.home-slideshow h3.slide-offer {
    font-family: Roboto;
    color: #ffffff !important;
    margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
    .home-slideshow h3.slide-offer {
        margin-bottom: 25px;
        font-size: 22px !important;
    }
}
@media screen and (max-width: 567px) {
    .home-slideshow h3.slide-offer {
        margin-bottom: 15px;
        font-size: 18px !important;
    }
}
.slick-dots li button {
    border: 1px solid #000001;
    background: #000001;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button,
.slick-dots li button:focus {
    background: #93051c;
    border-color: #93051c;
}
.sidebar-hidden #shopify-section-sidebar-colors {
    width: 25%;
    float: left;
}
.sidebar-hidden #shopify-section-sidebar-colors .sidebar-tag {
    float: left;
    width: 100%;
}
.sidebar-hidden #shopify-section-sidebar-tag-filters {
    width: 75%;
    float: left;
}
.sidebar-hidden .sidebar-tag {
    border-right: 1px solid #e4e4e4;
    min-height: 160px;
    float: left;
    width: 33.33%;
    padding: 15px;
    border-bottom: none;
    margin: 30px 0;
}
@media screen and (max-width: 967px) {
    .sidebar-hidden .sidebar-tag {
        padding: 10px;
    }
}
.sidebar-hidden .collection_sidebar .widget .product-categories li,
.sidebar-hidden .sidebar-tag.brand li,
.sidebar-hidden .widget_categories li,
.sidebar-hidden .sidebar-tag.price li,
.sidebar-hidden .sidebar-tag.material li,
.sidebar-hidden .sidebar-tag.color ul li {
    float: left;
    width: 45%;
}
.sidebar-hidden .sidebar-tag.color ul li {
    margin: 0;
}
.sidebar-tag.color ul li:before {
    content: none;
}
.home-slideshow {
    position: relative;
    overflow: hidden;
}
.home-slideshow .slick-active .slider-content {
    z-index: 9999;
    visibility: visible;
    opacity: 1;
}
.home-slideshow .slick-slide img:hover {
    opacity: 1;
}
.home-slideshow .slick-slider .slick-arrow {
    font-size: 0px;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    z-index: 50;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
    height: 60px;
    line-height: 60px;
}
.home-slideshow .slick-slider .slick-arrow:before {
    content: "";
    display: inline-block;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
}
.home-slideshow .slick-slider .slick-arrow.slick-prev:before {
    content: "\f053";
}
.home-slideshow .slick-slider .slick-arrow.slick-next:before {
    content: "\f054";
}
.home-slideshow .slick-dots {
    display: none !important;
}
.slick-slide img {
    display: block;
    margin: auto;
    height: auto;
    width: auto;
}
.home-slideshow .slick-arrow,
.home-slideshow .slick-arrow {
    opacity: 0;
}
.home-slideshow:hover .slick-arrow,
.home-slideshow:hover .slick-arrow {
    opacity: 1;
}
.variable-width {
    overflow: hidden;
    visibility: hidden;
}
.slick-initialized {
    visibility: visible;
}
.spr-content .spr-form-title {
    font-size: 22px;
}
